You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/01/14 00:31:27 UTC

svn commit: r1231392 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: hboutemy
Date: Fri Jan 13 23:31:27 2012
New Revision: 1231392

URL: http://svn.apache.org/viewvc?rev=1231392&view=rev
Log:
avoid double IT run

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1231392&r1=1231391&r2=1231392&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Jan 13 23:31:27 2012
@@ -379,9 +379,6 @@ under the License.
               <execution>
                 <id>integration-test</id>
                 <phase>integration-test</phase>
-                <goals>
-                  <goal>run</goal>
-                </goals>
                 <configuration>
                   <projectsDirectory>src/it/projects</projectsDirectory>
                   <cloneProjectsTo>${itProjects}</cloneProjectsTo>