Repository: deltaspike Updated Branches: refs/heads/master ea3d4893e -> 86a047472
DELTASPIKE-845 release preparation Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/5befceae Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/5befceae Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/5befceae Branch: refs/heads/master Commit: 5befceaed7b755d93653d3f94461fd2c780dd19b Parents: ea3d489 Author: Mark Struberg <[email protected]> Authored: Mon Mar 2 17:02:31 2015 +0100 Committer: Mark Struberg <[email protected]> Committed: Mon Mar 2 17:02:31 2015 +0100 ---------------------------------------------------------------------- deltaspike/parent/pom.xml | 7 ------- pom.xml | 30 ++++++++++++++++++------------ 2 files changed, 18 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/5befceae/deltaspike/parent/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml index 1014998..83af150 100644 --- a/deltaspike/parent/pom.xml +++ b/deltaspike/parent/pom.xml @@ -876,13 +876,6 @@ </configuration> </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <preparationGoals>clean install</preparationGoals> - </configuration> - </plugin> - <!-- Generate Manifest file required for OSGI bundles --> <plugin> <groupId>org.apache.felix</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/5befceae/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 960fafd..5c7bd20 100644 --- a/pom.xml +++ b/pom.xml @@ -79,18 +79,6 @@ </configuration> </plugin> - <!-- we need to tweak the maven-release-plugin for GIT --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.3.1</version> - <configuration> - <pushChanges>false</pushChanges> - <localCheckout>true</localCheckout> - <autoVersionSubmodules>true</autoVersionSubmodules> - <releaseProfiles>distribution</releaseProfiles> - </configuration> - </plugin> <!-- SCM Publish plugin to publish documentation and site --> <plugin> @@ -130,6 +118,24 @@ </plugin> </plugins> </pluginManagement> + + <plugins> + <!-- we need to tweak the maven-release-plugin for GIT --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.3.1</version> + <configuration> + <pushChanges>false</pushChanges> + <localCheckout>true</localCheckout> + <autoVersionSubmodules>true</autoVersionSubmodules> + + <releaseProfiles>distribution</releaseProfiles> + <preparationGoals>clean install</preparationGoals> + </configuration> + </plugin> + + </plugins> </build> <profiles>
