You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2007/02/18 02:04:53 UTC

[jira] Commented: (MNG-2830) Source plugin packages each module with *all* module's sources, in multi-module build

    [ http://jira.codehaus.org/browse/MNG-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87823 ] 

Brett Porter commented on MNG-2830:
-----------------------------------

could this be because of the release of the source plugin instead?

Try entering:
<version>2.0.2</version> in that fragment and see if it corrects the problem

Thanks!

> 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