You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/05/22 20:23:50 UTC

svn commit: r777645 - /maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml

Author: jdcasey
Date: Fri May 22 18:23:50 2009
New Revision: 777645

URL: http://svn.apache.org/viewvc?rev=777645&view=rev
Log:
add phase to the antrun config that deletes the IT temp dir.

Modified:
    maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml

Modified: maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml?rev=777645&r1=777644&r2=777645&view=diff
==============================================================================
--- maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml (original)
+++ maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml Fri May 22 18:23:50 2009
@@ -329,6 +329,7 @@
             <executions>
               <execution>
                 <id>del-IT-clone-destination</id>
+                <phase>package</phase>
                 <goals>
                   <goal>run</goal>
                 </goals>