You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@codehaus.org> on 2007/02/17 22:42:14 UTC

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

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

        

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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ 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

        

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSOURCES-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_111690 ] 

Dennis Lundberg commented on MSOURCES-17:
-----------------------------------------

Could this issue be closed now as "Cannot reproduce"?

> Source plugin packages each module with *all* module's sources, in multi-module build
> -------------------------------------------------------------------------------------
>
>                 Key: MSOURCES-17
>                 URL: http://jira.codehaus.org/browse/MSOURCES-17
>             Project: Maven 2.x Source Plugin
>          Issue Type: Bug
>            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

        

[jira] Closed: (MSOURCES-17) Source plugin packages each module with *all* module's sources, in multi-module build

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSOURCES-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MSOURCES-17.
-----------------------------------

    Resolution: Cannot Reproduce

> Source plugin packages each module with *all* module's sources, in multi-module build
> -------------------------------------------------------------------------------------
>
>                 Key: MSOURCES-17
>                 URL: http://jira.codehaus.org/browse/MSOURCES-17
>             Project: Maven 2.x Source Plugin
>          Issue Type: Bug
>            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

        

[jira] Moved: (MSOURCES-17) Source plugin packages each module with *all* module's sources, in multi-module build

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSOURCES-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl moved MNG-2830 to MSOURCES-17:
--------------------------------------------

    Affects Version/s:     (was: 2.0.5)
          Component/s:     (was: Artifacts and Repositories)
           Complexity:   (was: Intermediate)
                  Key: MSOURCES-17  (was: MNG-2830)
              Project: Maven 2.x Source Plugin  (was: Maven 2)

> Source plugin packages each module with *all* module's sources, in multi-module build
> -------------------------------------------------------------------------------------
>
>                 Key: MSOURCES-17
>                 URL: http://jira.codehaus.org/browse/MSOURCES-17
>             Project: Maven 2.x Source Plugin
>          Issue Type: Bug
>            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

        

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

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88620 ] 

Howard M. Lewis Ship commented on MNG-2830:
-------------------------------------------

That does appear to fix it.

Nope ... now I'm having trouble reproducing it.  I suspect a fix crept in at some point.

> 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