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>
Show replies by date