Hey. I am happy to do as you request, except I don't believe there is anything I can "fix" in the pom.xml file.
The dependency tree command indicates that to me. It appears the assembly plug-in is where the fix needs to go...unless you can show me the alternative. I'm not a maven ninja, so maybe there is some magic I don't know about. On Mon, Jul 6, 2015 at 5:02 PM, Marko A. Rodriguez (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/TINKERPOP3-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14615654#comment-14615654 > ] > > Marko A. Rodriguez commented on TINKERPOP3-714: > ----------------------------------------------- > > Can you make it so that you exclude from the pom.xml of hadoop-gremlin and > don't touch the assembly/ files, please? > > > Exclude jsr305 jar in assemblies to prevent jsr305 cc license from > appearing in distribution > > > -------------------------------------------------------------------------------------------- > > > > Key: TINKERPOP3-714 > > URL: > https://issues.apache.org/jira/browse/TINKERPOP3-714 > > Project: TinkerPop 3 > > Issue Type: Improvement > > Components: build-release > > Environment: all builds > > Reporter: David Robinson > > Assignee: stephen mallette > > Labels: build > > Fix For: 3.0.0.GA > > > > Original Estimate: 1h > > Remaining Estimate: 1h > > > > jsr305 is licensed under the creative commons license and is packaged > currently in the hadoop-gremlin-3.0.0-SNAPSHOT-job.jar and the standalone > directory. It also isn't needed since it is a build time static checker. > > Change the assembly xmls to exclude the inclusion of jsr305. > > A pull request will be submitted. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
