GitHub user graben1437 opened a pull request:
https://github.com/apache/incubator-tinkerpop/pull/74
TINKERPOP-714 - remove jsr305 from standalone and job jar
excluding jsr305 from packaging and standalone because it has a creative
commons license in it.
Plus, as a static analysis jar, this should not be needed for run times.
Here are the results from the mvn clean install (with test cases):
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache TinkerPop ................................... SUCCESS [
2.920 s]
[INFO] Apache TinkerPop :: Gremlin Shaded ................. SUCCESS [
1.032 s]
[INFO] Apache TinkerPop :: Gremlin Core ................... SUCCESS [
25.428 s]
[INFO] Apache TinkerPop :: Gremlin Test ................... SUCCESS [
10.694 s]
[INFO] Apache TinkerPop :: Gremlin Groovy ................. SUCCESS [
23.034 s]
[INFO] Apache TinkerPop :: Gremlin Groovy Test ............ SUCCESS [
4.931 s]
[INFO] Apache TinkerPop :: TinkerGraph Gremlin ............ SUCCESS [
41.566 s]
[INFO] Apache TinkerPop :: Hadoop Gremlin ................. SUCCESS [02:23
min]
[INFO] Apache TinkerPop :: Neo4j Gremlin .................. SUCCESS [
2.809 s]
[INFO] Apache TinkerPop :: Gremlin Driver ................. SUCCESS [
4.425 s]
[INFO] Apache TinkerPop :: Gremlin Server ................. SUCCESS [
4.417 s]
[INFO] Apache TinkerPop :: Gremlin Console ................ SUCCESS [
15.072 s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/graben1437/incubator-tinkerpop tinkerpop-714
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tinkerpop/pull/74.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #74
----
commit 79d3166db111c1048f2beb77dfde74a9007d825a
Author: David Robinson <[email protected]>
Date: 2015-06-09T18:35:26Z
TINKERPOP-714 - remove jsr305 from standalone and job jar
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---