Skip to content

Instantly share code, notes, and snippets.

@Ladicek
Created January 30, 2018 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ladicek/f75d25bfc652dfcc583cebf8c926001c to your computer and use it in GitHub Desktop.
Save Ladicek/f75d25bfc652dfcc583cebf8c926001c to your computer and use it in GitHub Desktop.
diff --git a/pom.xml b/pom.xml
index 53a34956b..dc6427730 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1122,6 +1122,7 @@
<module>boms</module>
<module>boms/bom</module>
+<!--
<module>boms/bom-deprecated</module>
<module>boms/bom-experimental</module>
<module>boms/bom-unstable</module>
@@ -1129,6 +1130,7 @@
<module>boms/bom-frozen</module>
<module>boms/bom-locked</module>
<module>boms/bom-all</module>
+-->
</modules>
</profile>
@@ -1136,7 +1138,7 @@
<id>core-testsuite</id>
<activation>
<property>
- <name>!swarm.product.build</name>
+ <name>Aswarm.product.build</name>
</property>
</activation>
@@ -1205,7 +1207,7 @@
<id>unsupported-testsuite</id>
<activation>
<property>
- <name>!swarm.product.build</name>
+ <name>Aswarm.product.build</name>
</property>
</activation>
<properties>
@@ -1305,7 +1307,7 @@
<id>docs</id>
<activation>
<property>
- <name>!swarm.docs.skip</name>
+ <name>Aswarm.docs.skip</name>
</property>
</activation>
<modules>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment