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

Joseph Witt commented on NIFI-2991:
-----------------------------------

For nars which contain catX binary deps and thus cannot be included in our 
convenience binary deployment/build we can remove those nars from the assembly 
and then we can update their poms to ensure the nar itself (which would contain 
the bundled items) does not get deployed.  This can be done (i think) by 
editing the pom to include

 <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-deploy-plugin</artifactId>
    <version>2.7</version>
    <configuration>
        <skip>true</skip>
    </configuration>
  </plugin>

This is from 
http://stackoverflow.com/questions/14296170/how-to-skip-the-release-or-specific-modules-in-the-maven-repo.
  Will need to test/validate that.

> JSON.org license is now CatX
> ----------------------------
>
>                 Key: NIFI-2991
>                 URL: https://issues.apache.org/jira/browse/NIFI-2991
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Sean Busbey
>            Assignee: Joseph Witt
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> per [update resolved legal|http://www.apache.org/legal/resolved.html#json]:
> {quote}
> CAN APACHE PRODUCTS INCLUDE WORKS LICENSED UNDER THE JSON LICENSE?
> No. As of 2016-11-03 this has been moved to the 'Category X' license list. 
> Prior to this, use of the JSON Java library was allowed. See Debian's page 
> for a list of alternatives.
> {quote}
> I don't know how many of our versions include stuff under this license, it's 
> definitely currently in master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to