Author: dgolovin
Date: 2010-07-09 19:00:58 -0400 (Fri, 09 Jul 2010)
New Revision: 23365
Modified:
workspace/dgolovin/experimental-build/pom.xml
Log:
all build/libs modules are removed from all profiles
libs profile disabled by default
all above is needed to check if module is going to be added to reactor from coverage
profile of parent pom
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 20:56:17 UTC (rev 23364)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 23:00:58 UTC (rev 23365)
@@ -14,7 +14,7 @@
<profile>
<id>libs</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/build/libs</module>
@@ -57,7 +57,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>${workspace.root.path}/build/libs</module>
<module>${workspace.root.path}/tests</module>
<module>${workspace.root.path}/jmx</module>
</modules>
@@ -69,7 +68,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>${workspace.root.path}/build/libs</module>
<module>${workspace.root.path}/tests</module>
<module>${workspace.root.path}/archives</module>
</modules>
@@ -81,7 +79,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>${workspace.root.path}/build/libs</module>
<module>${workspace.root.path}/tests</module>
<module>${workspace.root.path}/jmx</module>
<module>${workspace.root.path}/archives</module>