Author: lfryc(a)redhat.com
Date: 2010-07-10 17:01:56 -0400 (Sat, 10 Jul 2010)
New Revision: 17891
Modified:
root/tests/metamer/trunk/ftest/pom.xml
Log:
misused activeByDefault, replaced by property activation
Modified: root/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 21:01:43 UTC (rev 17890)
+++ root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 21:01:56 UTC (rev 17891)
@@ -176,7 +176,9 @@
<profile>
<id>unpack-test-source</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <property>
+ <name>!eclipse</name>
+ </property>
</activation>
<build>
<plugins>
@@ -209,6 +211,11 @@
resolution
-->
<id>copy-test-source</id>
+ <activation>
+ <property>
+ <name>eclipse</name>
+ </property>
+ </activation>
<build>
<plugins>
<plugin>
Show replies by date