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 2017/07/13 17:48:14 UTC

[26/52] [abbrv] tinkerpop git commit: TINKERPOP-1552 Cleaned up the poms for the dotnet GLV

TINKERPOP-1552 Cleaned up the poms for the dotnet GLV

Removed a bunch of uncessary declarations. Build still seems to work nicely after all the deleting and moving stuff around.


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

Branch: refs/heads/TINKERPOP-1552-master
Commit: 2f70fb0091322bf0fadae7ed5ca31c882d98d5e4
Parents: 21e775c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Jun 8 11:50:31 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Jul 13 13:46:48 2017 -0400

----------------------------------------------------------------------
 gremlin-dotnet/pom.xml      |  9 -------
 gremlin-dotnet/src/pom.xml  |  7 ++----
 gremlin-dotnet/test/pom.xml | 53 ++++++----------------------------------
 3 files changed, 10 insertions(+), 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2f70fb00/gremlin-dotnet/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/pom.xml b/gremlin-dotnet/pom.xml
index 9bdff54..ea3ae12 100644
--- a/gremlin-dotnet/pom.xml
+++ b/gremlin-dotnet/pom.xml
@@ -23,7 +23,6 @@ limitations under the License.
         <artifactId>tinkerpop</artifactId>
         <version>3.2.5-SNAPSHOT</version>
     </parent>
-    <groupId>org.apache.tinkerpop</groupId>
     <artifactId>gremlin-dotnet</artifactId>
     <name>Apache TinkerPop :: Gremlin-DotNet</name>
     <packaging>pom</packaging>
@@ -41,14 +40,6 @@ limitations under the License.
                 <extensions>true</extensions>
                 <version>0.14</version>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.gmavenplus</groupId>
-                <artifactId>gmavenplus-plugin</artifactId>
-            </plugin>
         </plugins>
     </build>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2f70fb00/gremlin-dotnet/src/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/src/pom.xml b/gremlin-dotnet/src/pom.xml
index 2d05d7f..3b0bf68 100644
--- a/gremlin-dotnet/src/pom.xml
+++ b/gremlin-dotnet/src/pom.xml
@@ -23,7 +23,8 @@ limitations under the License.
         <artifactId>gremlin-dotnet</artifactId>
         <version>3.2.5-SNAPSHOT</version>
     </parent>
-    <artifactId>Gremlin-DotNet-Source</artifactId>
+    <artifactId>gremlin-dotnet-source</artifactId>
+    <name>Apache TinkerPop :: Gremlin-DotNet - Source</name>
     <packaging>${packaging.type}</packaging>
     <profiles>
         <profile>
@@ -52,10 +53,6 @@ limitations under the License.
                 <finalName>${project.artifactId}-${project.version}</finalName>
                 <plugins>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                    </plugin>
-                    <plugin>
                         <groupId>org.eobjects.build</groupId>
                         <artifactId>dotnet-maven-plugin</artifactId>
                         <extensions>true</extensions>

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2f70fb00/gremlin-dotnet/test/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/test/pom.xml b/gremlin-dotnet/test/pom.xml
index d91ca85..6bd2441 100644
--- a/gremlin-dotnet/test/pom.xml
+++ b/gremlin-dotnet/test/pom.xml
@@ -23,7 +23,8 @@ limitations under the License.
         <artifactId>gremlin-dotnet</artifactId>
         <version>3.2.5-SNAPSHOT</version>
     </parent>
-    <artifactId>Gremlin-DotNet-Tests</artifactId>
+    <artifactId>gremlin-dotnet-tests</artifactId>
+    <name>Apache TinkerPop :: Gremlin-DotNet - Tests</name>
     <packaging>${packaging.type}</packaging>
     <properties>
         <!-- provides a way to convert maven.test.skip value to skipTests for use in skipping dotnet tests -->
@@ -32,44 +33,6 @@ limitations under the License.
         <!-- this path only works when maven is started from the direct parent directory, this should be fixed -->
         <gremlin.server.dir>${project.parent.parent.basedir}/gremlin-server</gremlin.server.dir>
     </properties>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.tinkerpop</groupId>
-            <artifactId>gremlin-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.groovy</groupId>
-            <artifactId>groovy</artifactId>
-            <version>${groovy.version}</version>
-            <classifier>indy</classifier>
-        </dependency>
-        <!-- TESTING -->
-        <dependency>
-            <groupId>org.apache.tinkerpop</groupId>
-            <artifactId>tinkergraph-gremlin</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tinkerpop</groupId>
-            <artifactId>gremlin-test</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tinkerpop</groupId>
-            <artifactId>gremlin-server</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <scope>test</scope>
-            <version>${slf4j.version}</version>
-        </dependency>
-    </dependencies>
 
     <profiles>
         <profile>
@@ -114,17 +77,17 @@ limitations under the License.
                         <artifactId>gmavenplus-plugin</artifactId>
                         <dependencies>
                             <dependency>
-                                <groupId>org.codehaus.groovy</groupId>
-                                <artifactId>groovy-all</artifactId>
-                                <version>${groovy.version}</version>
-                                <scope>runtime</scope>
-                            </dependency>
-                            <dependency>
                                 <groupId>log4j</groupId>
                                 <artifactId>log4j</artifactId>
                                 <version>1.2.17</version>
                                 <scope>runtime</scope>
                             </dependency>
+                            <dependency>
+                                <groupId>org.apache.tinkerpop</groupId>
+                                <artifactId>gremlin-server</artifactId>
+                                <version>${project.version}</version>
+                                <scope>runtime</scope>
+                            </dependency>
                         </dependencies>
                         <executions>
                             <execution>