[
https://issues.apache.org/jira/browse/NIFI-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151692#comment-15151692
]
Joseph Witt commented on NIFI-1520:
-----------------------------------
the brute force approach for nars and wars seems to do the trick well for now.
If we need/want those javadoc/source jars in that case for any reason we can
explore a more nuanced approach. Users are also free to override the skip for
their case if appropriate.
{code}
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
<source.skip>true</source.skip>
</properties
{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
> Fix For: 0.5.1
>
>
> 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)