You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/04 22:54:47 UTC

svn commit: r1334181 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Author: olamy
Date: Fri May  4 20:54:47 2012
New Revision: 1334181

URL: http://svn.apache.org/viewvc?rev=1334181&view=rev
Log:
prevent invoker running twice

Modified:
    maven/plugins/trunk/maven-clean-plugin/pom.xml

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=1334181&r1=1334180&r2=1334181&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Fri May  4 20:54:47 2012
@@ -109,15 +109,6 @@ under the License.
                   <goal>clean</goal>
                 </goals>
               </configuration>
-              <executions>
-                <execution>
-                  <id>integration-test</id>
-                  <goals>
-                    <goal>install</goal>
-                    <goal>run</goal>
-                  </goals>
-                </execution>
-              </executions>
             </plugin>
           </plugins>
         </pluginManagement>