You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/11/20 22:51:01 UTC

incubator-tinkerpop git commit: Got rid of some warnings from building hadoop-gremlin.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master d4de86bbb -> 4a995c2ee


Got rid of some warnings from building hadoop-gremlin.

Basically just combined the two instances of the maven-jar-plugin. Created a separate execution for the testJar goal.


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

Branch: refs/heads/master
Commit: 4a995c2ee3e30b0b53cf727b4bc63acc7cd5f485
Parents: d4de86b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Nov 20 16:49:47 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Nov 20 16:49:47 2015 -0500

----------------------------------------------------------------------
 hadoop-gremlin/pom.xml | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/4a995c2e/hadoop-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml
index 5438957..b2f7d69 100644
--- a/hadoop-gremlin/pom.xml
+++ b/hadoop-gremlin/pom.xml
@@ -157,9 +157,18 @@ limitations under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.4</version>
+                <version>2.5</version>
+                <configuration>
+                    <archive>
+                        <manifestEntries>
+                            <Gremlin-Plugin-Dependencies>org.apache.hadoop:hadoop-client:2.7.1
+                            </Gremlin-Plugin-Dependencies>
+                        </manifestEntries>
+                    </archive>
+                </configuration>
                 <executions>
                     <execution>
+                        <id>test-jar-it-up</id>
                         <goals>
                             <goal>test-jar</goal>
                         </goals>
@@ -215,19 +224,6 @@ limitations under the License.
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <version>2.5</version>
-                <configuration>
-                    <archive>
-                        <manifestEntries>
-                            <Gremlin-Plugin-Dependencies>org.apache.hadoop:hadoop-client:2.7.1
-                            </Gremlin-Plugin-Dependencies>
-                        </manifestEntries>
-                    </archive>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <!-- log4j.configuration>log4j-core.properties</log4j.configuration> -->