You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2015/03/02 09:16:28 UTC

[3/3] deltaspike git commit: DELTASPIKE-845 move maven-release-plugin section to new parent pom

DELTASPIKE-845 move maven-release-plugin section to new parent pom

This is needed to properly deal with GIT


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/8522181c
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/8522181c
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/8522181c

Branch: refs/heads/master
Commit: 8522181c193fbd69087e013d2d0f903e7e78900b
Parents: 82d60bb
Author: Mark Struberg <st...@apache.org>
Authored: Mon Mar 2 09:15:20 2015 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Mon Mar 2 09:15:20 2015 +0100

----------------------------------------------------------------------
 deltaspike/pom.xml | 12 ------------
 pom.xml            | 13 +++++++++++++
 2 files changed, 13 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/8522181c/deltaspike/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index c2181f0..d39dc79 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -77,18 +77,6 @@
 
                 <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>
-
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-remote-resources-plugin</artifactId>
                     <version>1.3</version>
                     <executions>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/8522181c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7601c49..960fafd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,19 @@
                     </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>
                     <groupId>org.apache.maven.plugins</groupId>