You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/12 02:38:58 UTC

[42/50] [abbrv] git commit: add build-helper to remove the local repo

add build-helper to remove the local repo


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8ff6b0a6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8ff6b0a6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8ff6b0a6

Branch: refs/heads/javelin
Commit: 8ff6b0a6d935be7d8cd28edd41fbc6793a8fe2f4
Parents: efd0905
Author: Edison.Su <ed...@citrix.com>
Authored: Mon Sep 10 17:09:38 2012 -0400
Committer: Alex Huang <al...@citrix.com>
Committed: Tue Sep 11 17:37:59 2012 -0700

----------------------------------------------------------------------
 pom.xml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8ff6b0a6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index de7f5a4..972d645 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,6 +208,22 @@
             <target>${cs.jdk.version}</target>
           </configuration>
         </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.7</version>
+        <executions>
+          <execution>
+            <id>remove-old-installers</id>
+            <goals>
+              <goal>remove-project-artifact</goal>
+            </goals>
+            <configuration>
+              <removeAll>true</removeAll>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
       </plugins>
     </pluginManagement>
   </build>