You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/08 17:38:00 UTC

[jira] [Commented] (TINKERPOP3-714) Exclude jsr305 jar in assemblies to prevent jsr305 cc license from appearing in distribution

    [ https://issues.apache.org/jira/browse/TINKERPOP3-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577363#comment-14577363 ] 

ASF GitHub Bot commented on TINKERPOP3-714:
-------------------------------------------

GitHub user graben1437 opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/72

    TINKERPOP3-714 Exclude jsr305 jar in assemblies to prevent jsr305 cc license from ap…

    Excludes jsr305 jar from standalone and -job.jar to eliminate distribution of creative commons licensed files.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/graben1437/incubator-tinkerpop jsr305fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/72.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 #72
    
----
commit fb7dedf45591785e31772e14c916499a692deedc
Author: David Robinson <dr...@gmail.com>
Date:   2015-06-08T15:28:41Z

    Exclude jsr305 jar in assemblies to prevent jsr305 cc license from appearing in distribution

----


> 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: Bug
>          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)