You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/26 22:56:05 UTC

[2/3] git commit: configure release plugin

configure release plugin


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

Branch: refs/heads/master
Commit: 97741c1d6363bd7d41d89d8d8c2af023c4481171
Parents: b49bd70
Author: olivier lamy <ol...@apache.org>
Authored: Fri Oct 26 22:37:38 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Oct 26 22:37:38 2012 +0200

----------------------------------------------------------------------
 pom.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/97741c1d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d596944..e331485 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,7 @@ under the License.
     <!-- fix issue with current apache parent pom -->
     <arguments></arguments>
 
+    <release.preparationGoals>clean install</release.preparationGoals>
   </properties>
 
   <distributionManagement>
@@ -156,6 +157,13 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <preparationGoals>${release.preparationGoals}</preparationGoals>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>appassembler-maven-plugin</artifactId>
           <version>1.1.1</version>