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>


Reply via email to