[ https://issues.apache.org/jira/browse/MSOURCES-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17959386#comment-17959386 ]
Matthias Bünger commented on MSOURCES-17: ----------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-source-plugin#90|https://github.com/apache/maven-source-plugin/issues/90]. > Source plugin packages each module with *all* module's sources, in > multi-module build > ------------------------------------------------------------------------------------- > > Key: MSOURCES-17 > URL: https://issues.apache.org/jira/browse/MSOURCES-17 > Project: Maven Source Plugin (Moved to GitHub Issues) > Issue Type: Bug > Reporter: Howard Lewis Ship > Priority: Major > > Just upgraded from 2.0.4 to 2.0.5. > Performed a mvn clean install on my project. > Everything built correctly, but the source plugin: > <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-source-plugin</artifactId> > <executions> > <execution> > <goals> > <goal>jar</goal> > </goals> > </execution> > </executions> > </plugin> > Packaged each sub-module's -sources.jar with all the sources from all the > modules. -- This message was sent by Atlassian Jira (v8.20.10#820010)