[jbosstools-commits] JBoss Tools SVN: r35261 - trunk/cdi/tests.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Oct 2 10:40:33 EDT 2011


Author: nickboldt
Date: 2011-10-02 10:40:32 -0400 (Sun, 02 Oct 2011)
New Revision: 35261

Modified:
   trunk/cdi/tests/pom.xml
Log:
fix profile name (typo) and activation property; fix hudson job to use -Dcdi-coverage instead of -Dcoverage

Modified: trunk/cdi/tests/pom.xml
===================================================================
--- trunk/cdi/tests/pom.xml	2011-10-02 05:57:14 UTC (rev 35260)
+++ trunk/cdi/tests/pom.xml	2011-10-02 14:40:32 UTC (rev 35261)
@@ -27,7 +27,7 @@
 		</profile>
 
 		<profile>
-			<id>cdi-tests-deafult</id>
+			<id>cdi-tests-default</id>
 			<activation>
 				<activeByDefault>true</activeByDefault>
 				<property>
@@ -52,7 +52,7 @@
 			<id>cdi-tests-coverage-report</id>
 			<activation>
 				<property>
-					<name>coverage</name>
+					<name>cdi-coverage</name>
 				</property>
 			</activation>
 			<modules>



More information about the jbosstools-commits mailing list