Remove external-example module from public pom.xml
This module was causing failures during the release packaging tests. After discussing with Khalid, we've decided to disable it for now until a fix can be developed.
This commit is contained in:
parent
2defeba445
commit
a9ddfdb7c0
|
|
@ -19,7 +19,7 @@
|
||||||
<module>sting-utils</module>
|
<module>sting-utils</module>
|
||||||
<module>gatk-framework</module>
|
<module>gatk-framework</module>
|
||||||
<module>gatk-package</module>
|
<module>gatk-package</module>
|
||||||
<module>external-example</module>
|
<!-- <module>external-example</module> -->
|
||||||
<!-- queue optionally enabled as profiles -->
|
<!-- queue optionally enabled as profiles -->
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue