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 2016/12/01 19:12:54 UTC

tinkerpop git commit: Removed gremlin-benchmark from javadoc generation.

Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 71dd9393b -> 7af8052ab


Removed gremlin-benchmark from javadoc generation.

There really doesn't seem to be much value for generating javadoc out of this as it is an internal tool and we don't even deploy it as an artifact. CTR


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

Branch: refs/heads/tp32
Commit: 7af8052ab8984e99e808bff0ee71aad5f2450442
Parents: 71dd939
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Dec 1 14:08:21 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Dec 1 14:08:21 2016 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7af8052a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e58bf07..e4d1ba7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1058,7 +1058,7 @@ limitations under the License.
                                     <overview>${basedir}/docs/javadoc/overview.html</overview>
                                     <quiet>true</quiet>
                                     <sourcepath>
-                                        giraph-gremlin/src/main/java:gremlin-core/src/main/java:gremlin-driver/src/main/java:gremlin-groovy/src/main/java:gremlin-groovy-test/src/main/java:gremlin-server/src/main/java:gremlin-test/src/main/java:hadoop-gremlin/src/main/java:neo4j-gremlin/src/main/java:spark-gremlin/src/main/java:tinkergraph-gremlin/src/main/java:gremlin-benchmark/src/main/java
+                                        giraph-gremlin/src/main/java:gremlin-core/src/main/java:gremlin-driver/src/main/java:gremlin-groovy/src/main/java:gremlin-groovy-test/src/main/java:gremlin-server/src/main/java:gremlin-test/src/main/java:hadoop-gremlin/src/main/java:neo4j-gremlin/src/main/java:spark-gremlin/src/main/java:tinkergraph-gremlin/src/main/java
                                     </sourcepath>
                                 </configuration>
                             </execution>