[
https://issues.apache.org/jira/browse/MSHADE-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jess updated MSHADE-257:
------------------------
Attachment: maven-shade-plugin-257-patch.diff
Simple guard against zero length source jars.
> Bad zero length source jars published by 3rd parties cause source jar
> creation to fail.
> ---------------------------------------------------------------------------------------
>
> Key: MSHADE-257
> URL: https://issues.apache.org/jira/browse/MSHADE-257
> Project: Maven Shade Plugin
> Issue Type: Improvement
> Affects Versions: 3.0.0
> Reporter: Jess
> Attachments: maven-shade-plugin-257-patch.diff
>
>
> If a transient dependency that is being shaded (in my case
> xmlpull:xmlpull:1.1.3.1) published a zero length source jar, then the source
> generation will throw a zip exception and abort the build. The plugin should
> guard against this and issue a warning instead of failing.
> A patch with the guard will be attached.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)