[jbosstools-commits] JBoss Tools SVN: r23364 - workspace/dgolovin/experimental-build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jul 9 16:56:17 EDT 2010


Author: dgolovin
Date: 2010-07-09 16:56:17 -0400 (Fri, 09 Jul 2010)
New Revision: 23364

Modified:
   workspace/dgolovin/experimental-build/parent-pom.xml
Log:
enable back build/libs to see if it actually included in build after all plugins are built

Modified: workspace/dgolovin/experimental-build/parent-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/parent-pom.xml	2010-07-09 19:57:54 UTC (rev 23363)
+++ workspace/dgolovin/experimental-build/parent-pom.xml	2010-07-09 20:56:17 UTC (rev 23364)
@@ -442,6 +442,9 @@
 		</profile>
 		<profile>
 			<id>coverage</id>
+			<modules>
+				<module>build/libs</module>
+			</modules>
 			<activation>
 				<property>
 					<name>coverage</name>



More information about the jbosstools-commits mailing list