Updated Branches: refs/heads/master 044291738 -> 54fd39b9c
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/54fd39b9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/54fd39b9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/54fd39b9 Branch: refs/heads/master Commit: 54fd39b9c0d9e3c72e9808ec969bb5bcf5f70c81 Parents: 0442917 Author: Edison.Su <[email protected]> Authored: Mon Sep 10 17:09:38 2012 -0400 Committer: Edison.Su <[email protected]> Committed: Mon Sep 10 17:09:38 2012 -0400 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/54fd39b9/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>
