Updated Branches: refs/heads/master 6babaf961 -> a51b566fb
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/a51b566f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a51b566f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a51b566f Branch: refs/heads/master Commit: a51b566fb6eb70f6459f894c4c7dc3e75e610d7c Parents: 6babaf9 Author: Chip Childers <[email protected]> Authored: Thu Apr 18 15:03:11 2013 -0400 Committer: Chip Childers <[email protected]> Committed: Thu Apr 18 16:13:18 2013 -0400 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a51b566f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dbc3907..7d5b4c3 100644 --- a/pom.xml +++ b/pom.xml @@ -237,6 +237,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>
