Source plugin packages each module with *all* module's sources, in multi-module build -------------------------------------------------------------------------------------
Key: MNG-2830 URL: http://jira.codehaus.org/browse/MNG-2830 Project: Maven 2 Issue Type: Bug Components: Artifacts Affects Versions: 2.0.5 Reporter: Howard M. Lewis Ship 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 is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira