You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by jo...@apache.org on 2015/08/03 04:56:04 UTC

incubator-tamaya git commit: Added release configuration.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 1f5e98a5d -> df1f26e4e


Added release configuration.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/df1f26e4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/df1f26e4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/df1f26e4

Branch: refs/heads/master
Commit: df1f26e4e1dcfe002cbfc9e9a2872253da6b14cf
Parents: 1f5e98a
Author: John D. Ament <jo...@apache.org>
Authored: Sun Aug 2 22:55:53 2015 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Sun Aug 2 22:55:53 2015 -0400

----------------------------------------------------------------------
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/df1f26e4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f8cafe8..68dd71c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,7 +584,20 @@ under the License.
                     </execution>
                 </executions>
             </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.5.1</version>
+                <configuration>
+                    <pushChanges>false</pushChanges>
+                    <localCheckout>true</localCheckout>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
 
+                    <releaseProfiles>release</releaseProfiles>
+                    <preparationGoals>clean install</preparationGoals>
+                </configuration>
+            </plugin>
         </plugins>
     </build>