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

Sean Busbey commented on NIFI-1520:
-----------------------------------

none of the -source jars associated with the nars have actual content. they're 
all essentially:

{code}
content/repositories/orgapachenifi-1073/org/apache/nifi/nifi-aws-nar
META-INF/
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/LICENSE
META-INF/DEPENDENCIES
{code}

We can suppress these by adding the following property in a way that is uesd by 
every nar pom:

{code}
      <!-- Don't make a source-jar -->
      <source.skip>true</source.skip>
{code}

> Evaluate/Fix LICENSE/NOTICE entries on Javadoc/Sources bundles
> --------------------------------------------------------------
>
>                 Key: NIFI-1520
>                 URL: https://issues.apache.org/jira/browse/NIFI-1520
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Tools and Build
>    Affects Versions: 0.5.0
>            Reporter: Joseph Witt
>
> Sean Busbey NiFi 0.5.0 RC3 finding:
> ---
> * several -source and -javadoc jars contain improper LICENSE/NOTICE files
> (they cover things "in the binary artifact" that are not in the artifact
> containing the LICENSE/NOTICE file)
> ex:
> * -source and -javadoc for war packaging
> * -source for nar packaging
> --



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

Reply via email to