Author: dgolovin
Date: 2010-07-15 18:53:33 -0400 (Thu, 15 Jul 2010)
New Revision: 23460
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
Log:
enable jmx bootstraping
Modified: workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 22:49:55 UTC
(rev 23459)
+++ workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 22:53:33 UTC
(rev 23460)
@@ -5,7 +5,7 @@
<artifactId>bootstrap-build</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <profiles>
+ <profiles>
<profile>
<id>build</id>
@@ -26,18 +26,16 @@
<module>tests</module>
</modules>
</profile>
-
- <!--profile>
+
+ <profile>
<id>jmx</id>
<activation>
<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>jmx</module>
</modules>
- </profile-->
+ </profile>
-</profiles>
+ </profiles>
</project>
\ No newline at end of file
Show replies by date