Author: nickboldt
Date: 2011-10-02 11:46:23 -0400 (Sun, 02 Oct 2011)
New Revision: 35262
Modified:
trunk/common/tests/pom.xml
Log:
fix property name and typo
Modified: trunk/common/tests/pom.xml
===================================================================
--- trunk/common/tests/pom.xml 2011-10-02 14:40:32 UTC (rev 35261)
+++ trunk/common/tests/pom.xml 2011-10-02 15:46:23 UTC (rev 35262)
@@ -19,7 +19,7 @@
<id>common-tests-libs</id>
<activation>
<property>
- <name>coverage</name>
+ <name>common-coverage</name>
</property>
</activation>
<modules>
@@ -28,11 +28,11 @@
</profile>
<profile>
- <id>common-tests-deafult</id>
+ <id>common-tests-default</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
- <name>coverage</name>
+ <name>common-coverage</name>
</property>
</activation>
<modules>
@@ -50,7 +50,7 @@
<id>common-tests-coverage-report</id>
<activation>
<property>
- <name>coverage</name>
+ <name>common-coverage</name>
</property>
</activation>
<modules>
Show replies by date