You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Millner (Jira)" <ji...@apache.org> on 2020/06/07 21:21:00 UTC

[jira] [Comment Edited] (MSHADE-371) Update Shade Apache[Notice/LISENCE]ResourceTransformer to use [NOTICE/LISENCE].md

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

John Millner edited comment on MSHADE-371 at 6/7/20, 9:20 PM:
--------------------------------------------------------------

problem noticed after receiving this warning in a project: 


{noformat}
jakarta.activation-api-1.2.1.jar, jakarta.xml.bind-api-2.3.2.jar define 2 overlapping resources:

META-INF/LICENSE.md 
META-INF/NOTICE.md 

{noformat}


was (Author: johnmillner):
problem noticed after receiving this warning in a project: 
```
jakarta.activation-api-1.2.1.jar, jakarta.xml.bind-api-2.3.2.jar define 2 overlapping resources: 
 - META-INF/LICENSE.md
 - META-INF/NOTICE.md
```

> Update Shade Apache[Notice/LISENCE]ResourceTransformer to use [NOTICE/LISENCE].md
> ---------------------------------------------------------------------------------
>
>                 Key: MSHADE-371
>                 URL: https://issues.apache.org/jira/browse/MSHADE-371
>             Project: Maven Shade Plugin
>          Issue Type: Improvement
>            Reporter: John Millner
>            Priority: Trivial
>
> for 
>  * org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer
>  * org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer
> there is no check for LISENCE.md or NOTICE.md 
> small PR wanted to add that in along with the checks for LISENCE/LISENCE.txt and NOTICE/NOTICE.txt 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)