Repository: maven
Updated Branches:
  refs/heads/master c7e9e4489 -> 56543e464


cleanup previous installation before installing the new one


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/56543e46
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/56543e46
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/56543e46

Branch: refs/heads/master
Commit: 56543e4643490f1a359769bf3d661faa9c4072b4
Parents: c7e9e44
Author: olivier lamy <ol...@apache.org>
Authored: Thu Dec 17 12:51:11 2015 +1100
Committer: olivier lamy <ol...@apache.org>
Committed: Thu Dec 17 12:51:11 2015 +1100

----------------------------------------------------------------------
 apache-maven/pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/56543e46/apache-maven/pom.xml
----------------------------------------------------------------------
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 1899884..2d00468 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -191,6 +191,26 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-clean-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>clean</goal>
+                </goals>
+                <id>clean-target-folder</id>
+                <phase>prepare-package</phase>
+                <configuration>
+                  <filesets>
+                    <fileset>
+                      <directory>${distributionTargetFolder}</directory>
+                    </fileset>
+                  </filesets>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <executions>
               <execution>

Reply via email to