You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ac...@apache.org on 2013/12/13 06:22:49 UTC

git commit: updated refs/heads/trunk to 4ce0f6a

Updated Branches:
  refs/heads/trunk 37bc2c805 -> 4ce0f6a0d


GIRAPH-815: Exclude dependency and duplicate finder checks to profile we do not check (aching)


Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/4ce0f6a0
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/4ce0f6a0
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/4ce0f6a0

Branch: refs/heads/trunk
Commit: 4ce0f6a0dcacde371625e1ea4e5b431a773f339a
Parents: 37bc2c8
Author: Avery Ching <ac...@fb.com>
Authored: Wed Dec 11 15:36:43 2013 -0800
Committer: Avery Ching <ac...@fb.com>
Committed: Thu Dec 12 21:21:29 2013 -0800

----------------------------------------------------------------------
 CHANGELOG |  2 ++
 pom.xml   | 24 ++++++++++++++++++------
 2 files changed, 20 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/4ce0f6a0/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 497c1f6..d0259e3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
 Giraph Change Log
 
 Release 1.1.0 - unreleased
+  GIRAPH-815: Exclude dependency and duplicate finder checks to profile we do not check (aching)
+
   GIRAPH-798: Upgrade Giraph to Java7 and fix all dependencies (aching)
 
   GIRAPH-797: If the vertex input data path is incorrect Giraph job hangs indefinitely 

http://git-wip-us.apache.org/repos/asf/giraph/blob/4ce0f6a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 07e4d9a..af9b216 100644
--- a/pom.xml
+++ b/pom.xml
@@ -989,8 +989,10 @@ under the License.
       <properties>
         <hadoop.version>0.23.1</hadoop.version>
         <munge.symbols>HADOOP_1_SECRET_MANAGER</munge.symbols>
-        <!-- TODO: add this check eventually -->
+        <!-- TODO: add these checks eventually -->
         <project.enforcer.skip>true</project.enforcer.skip>
+        <giraph.maven.dependency.plugin.skip>true</giraph.maven.dependency.plugin.skip>
+        <giraph.maven.duplicate.finder.skip>true</giraph.maven.duplicate.finder.skip>
       </properties>
       <dependencies>
         <!-- sorted lexicographically -->
@@ -1018,8 +1020,10 @@ under the License.
       <properties>
         <hadoop.version>2.0.0-cdh4.1.2</hadoop.version> 
         <munge.symbols>HADOOP_1_SECRET_MANAGER</munge.symbols>
-        <!-- TODO: add this check eventually -->
+        <!-- TODO: add these checks eventually -->
         <project.enforcer.skip>true</project.enforcer.skip>
+        <giraph.maven.dependency.plugin.skip>true</giraph.maven.dependency.plugin.skip>
+        <giraph.maven.duplicate.finder.skip>true</giraph.maven.duplicate.finder.skip>
       </properties>
       <dependencies>
         <dependency>
@@ -1079,8 +1083,10 @@ under the License.
       <properties>
         <hadoop.version>SET_HADOOP_VERSION_USING_MVN_DASH_D_OPTION</hadoop.version>
         <munge.symbols>PURE_YARN</munge.symbols>
-        <!-- TODO: add this check eventually -->
+        <!-- TODO: add these checks eventually -->
         <project.enforcer.skip>true</project.enforcer.skip>
+        <giraph.maven.dependency.plugin.skip>true</giraph.maven.dependency.plugin.skip>
+        <giraph.maven.duplicate.finder.skip>true</giraph.maven.duplicate.finder.skip>
       </properties>
       <dependencies>
         <!-- sorted lexicographically -->
@@ -1132,8 +1138,10 @@ under the License.
        <id>2.1.1-SNAPSHOT</id>
        <properties>
          <hadoop.version>2.1.1-SNAPSHOT</hadoop.version>
-         <!-- TODO: add this check eventually -->
+         <!-- TODO: add these checks eventually -->
          <project.enforcer.skip>true</project.enforcer.skip>
+         <giraph.maven.dependency.plugin.skip>true</giraph.maven.dependency.plugin.skip>
+         <giraph.maven.duplicate.finder.skip>true</giraph.maven.duplicate.finder.skip>
        </properties>
        <dependencies>
          <!-- sorted lexicographically -->
@@ -1168,8 +1176,10 @@ under the License.
        <id>2.2.0</id>
        <properties>
          <hadoop.version>2.2.0</hadoop.version>
-         <!-- TODO: add this check eventually -->
+         <!-- TODO: add these checks eventually -->
          <project.enforcer.skip>true</project.enforcer.skip>
+         <giraph.maven.dependency.plugin.skip>true</giraph.maven.dependency.plugin.skip>
+         <giraph.maven.duplicate.finder.skip>true</giraph.maven.duplicate.finder.skip>
        </properties>
        <dependencies>
          <!-- sorted lexicographically -->
@@ -1204,8 +1214,10 @@ under the License.
       <id>hadoop_snapshot</id>
       <properties>
         <hadoop.version>3.0.0-SNAPSHOT</hadoop.version>
-        <!-- TODO: add this check eventually -->
+        <!-- TODO: add these checks eventually -->
         <project.enforcer.skip>true</project.enforcer.skip>
+        <giraph.maven.dependency.plugin.skip>true</giraph.maven.dependency.plugin.skip>
+        <giraph.maven.duplicate.finder.skip>true</giraph.maven.duplicate.finder.skip>
       </properties>
       <dependencies>
         <!-- sorted lexicographically -->