You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/01/11 13:00:03 UTC

svn commit: r733459 - /maven/release/trunk/maven-release-plugin/pom.xml

Author: bentmann
Date: Sun Jan 11 04:00:03 2009
New Revision: 733459

URL: http://svn.apache.org/viewvc?rev=733459&view=rev
Log:
o Fixed ITs

Modified:
    maven/release/trunk/maven-release-plugin/pom.xml

Modified: maven/release/trunk/maven-release-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/pom.xml?rev=733459&r1=733458&r2=733459&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/pom.xml Sun Jan 11 04:00:03 2009
@@ -199,6 +199,8 @@
                 <dryRun>true</dryRun>
               </properties>
               <goals>
+                <goal>clean</goal>
+                <goal>${project.groupId}:${project.artifactId}:${project.version}:clean</goal>
                 <goal>${project.groupId}:${project.artifactId}:${project.version}:prepare</goal>
               </goals>
             </configuration>