Author: brett
Date: Mon Jun 26 21:17:46 2006
New Revision: 417335

URL: http://svn.apache.org/viewvc?rev=417335&view=rev
Log:
make activation more consistent

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=417335&r1=417334&r2=417335&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Jun 26 21:17:46 2006
@@ -80,7 +80,13 @@
   </reporting>
   <profiles>
     <profile>
-      <id>ci</id>
+      <id>ciProfile</id>
+      <activation>
+        <property>
+          <name>enableCiProfile</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>
@@ -88,7 +94,7 @@
             <executions>
               <execution>
                 <goals>
-                  <goal>plugin</goal>
+                  <goal>check</goal>
                 </goals>
               </execution>
             </executions>


Reply via email to