You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/10/09 00:50:20 UTC

[05/14] git commit: ACCUMULO-1166 Generate zip and tarball on source-release. Don't automatically push changes in maven-release-plugin. Update Apache parent pom from 10 to 13.

ACCUMULO-1166 Generate zip and tarball on source-release. Don't automatically
push changes in maven-release-plugin. Update Apache parent pom from 10 to 13.


Project: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/commit/694578c0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/694578c0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/694578c0

Branch: refs/heads/master
Commit: 694578c0220036f8b3359264978ed73a66299854
Parents: 80aac3a
Author: Josh Elser <jo...@gmail.com>
Authored: Sun Sep 22 21:58:48 2013 -0400
Committer: Josh Elser <jo...@gmail.com>
Committed: Sun Sep 22 21:58:48 2013 -0400

----------------------------------------------------------------------
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/694578c0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 303a1b1..26a968d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>10</version>
+    <version>13</version>
   </parent>
 
   <groupId>org.apache.accumulo</groupId>
@@ -34,6 +34,9 @@
     <url>https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git</url>
   </scm>
   <url>http://accumulo.apache.org</url>
+  <properties>
+    <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
+  </properties>
   <build>
     <extensions>
       <extension>
@@ -51,6 +54,13 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <pushChanges>false</pushChanges>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
           <version>2.2.1</version>
           <configuration>