Author: dgolovin
Date: 2010-07-09 15:57:54 -0400 (Fri, 09 Jul 2010)
New Revision: 23363
Modified:
workspace/dgolovin/experimental-build/pom.xml
Log:
module build/libs enabled for every profile
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:37:51 UTC (rev 23362)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:57:54 UTC (rev 23363)
@@ -57,6 +57,7 @@
<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>
@@ -68,6 +69,7 @@
<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>
@@ -79,6 +81,7 @@
<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>