Merge pull request #646 from broadinstitute/ks_disable_distribution_with_private
Add maven -Pgsadev flag to build private jars only
This commit is contained in:
commit
3079755b4c
|
|
@ -255,6 +255,20 @@
|
|||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<gatk.jar.phase>none</gatk.jar.phase>
|
||||
<gatk.unpack.phase>none</gatk.unpack.phase>
|
||||
<gatk.shade.phase>none</gatk.shade.phase>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>gsadev</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>gsadev</name>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<gatk.jar.phase>none</gatk.jar.phase>
|
||||
<gatk.unpack.phase>none</gatk.unpack.phase>
|
||||
<gatk.shade.phase>none</gatk.shade.phase>
|
||||
</properties>
|
||||
|
|
|
|||
|
|
@ -282,6 +282,20 @@
|
|||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<gatk.jar.phase>none</gatk.jar.phase>
|
||||
<gatk.unpack.phase>none</gatk.unpack.phase>
|
||||
<gatk.shade.phase>none</gatk.shade.phase>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>gsadev</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>gsadev</name>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<gatk.jar.phase>none</gatk.jar.phase>
|
||||
<gatk.unpack.phase>none</gatk.unpack.phase>
|
||||
<gatk.shade.phase>none</gatk.shade.phase>
|
||||
</properties>
|
||||
|
|
|
|||
Loading…
Reference in New Issue