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/12/08 02:05:08 UTC

[4/5] git commit: do not deploy samples

do not deploy samples


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

Branch: refs/heads/master
Commit: a8329b1f46f42f51c2b11a4e71361cd848307230
Parents: 2964609
Author: olivier lamy <ol...@apache.org>
Authored: Sat Dec 8 01:33:31 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Dec 8 01:33:31 2012 +0100

----------------------------------------------------------------------
 pom.xml         |    2 ++
 recipes/pom.xml |   14 ++++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/a8329b1f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ad251a8..6cc26fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.5.1</version>
           <configuration>
             <source>1.6</source>
             <target>1.6</target>
@@ -160,6 +161,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
+          <version>2.3.2</version>
           <configuration>
             <preparationGoals>${release.preparationGoals}</preparationGoals>
           </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/a8329b1f/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index ea5fe6c..f3ae36c 100644
--- a/recipes/pom.xml
+++ b/recipes/pom.xml
@@ -34,4 +34,18 @@ under the License.
     <module>rsync-replicated-file-system</module>
   </modules>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <configuration>
+            <skip>true</skip>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
 </project>