If passed -Pgsadev, don't build the distribution package.
This commit is contained in:
parent
ac52fa581a
commit
f082572593
|
|
@ -255,6 +255,20 @@
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<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.unpack.phase>none</gatk.unpack.phase>
|
||||||
<gatk.shade.phase>none</gatk.shade.phase>
|
<gatk.shade.phase>none</gatk.shade.phase>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
|
||||||
|
|
@ -282,6 +282,20 @@
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<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.unpack.phase>none</gatk.unpack.phase>
|
||||||
<gatk.shade.phase>none</gatk.shade.phase>
|
<gatk.shade.phase>none</gatk.shade.phase>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue