Updated Branches: refs/heads/4.1 3cd71354e -> d2579045b
Adding release plugin to pom Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5ea5f02f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5ea5f02f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5ea5f02f Branch: refs/heads/4.1 Commit: 5ea5f02f973930a85c2465c92366ece60dc991ef Parents: c69a62f Author: Chip Childers <[email protected]> Authored: Thu Apr 18 15:03:11 2013 -0400 Committer: Chip Childers <[email protected]> Committed: Thu Apr 18 16:11:49 2013 -0400 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5ea5f02f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cfb48e2..bfa8c03 100644 --- a/pom.xml +++ b/pom.xml @@ -298,6 +298,22 @@ <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.2.1</version> + <executions> + <execution> + <id>default</id> + <goals> + <goal>perform</goal> + </goals> + <configuration> + <pomFileName>pom.xml</pomFileName> + </configuration> + </execution> + </executions> + </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin>
