[
https://issues.apache.org/jira/browse/MSOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17748237#comment-17748237
]
Matt Nelson commented on MSOURCES-121:
--------------------------------------
This change appears to introduce a failure when creating a shaded sources jar
https://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#createSourcesJar
> Check for duplicated addition of the same file
> ----------------------------------------------
>
> Key: MSOURCES-121
> URL: https://issues.apache.org/jira/browse/MSOURCES-121
> Project: Maven Source Plugin
> Issue Type: Bug
> Affects Versions: 3.0.1
> Reporter: Karl Heinz Marbaise
> Assignee: Karl Heinz Marbaise
> Priority: Critical
> Fix For: 3.3.0
>
>
> By configuring the execution of maven-source-plugin twice you can fail the
> build during a release only which is annoying for users.
> We need to check if we could identify the duplicate execution of
> maven-source-plugin and producing the same files twice...If we identify such
> situation we should fail the build.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)