[ 
http://jira.codehaus.org/browse/MECLIPSE-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Max Bowsher updated MECLIPSE-151:
---------------------------------

    Attachment: eclipse-151-287-more.patch

Here is a patch which:
 - fixes naming in test project-33 pom.xml
 - changes ordering in expected/.classpath files to what is produced
 - fixes MECLIPSE-287

In addition to this patch, you must also:

  svn mv \
    
src/test/resources/m2repo/maven/maven-core/98.0/maven-core-98.0-tests-sources.jar
 \
    
src/test/resources/m2repo/maven/maven-core/98.0/maven-core-98.0-test-sources.jar

Please also delete the project-35 test, as it is redundant with project-33, and 
contains a misleadingly unnecessary downloadSources configuration.

> Incorrect name for test sources jars
> ------------------------------------
>
>                 Key: MECLIPSE-151
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-151
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: Richard van der Hoff
>            Assignee: fabrizio giustina
>             Fix For: 2.4
>
>         Attachments: eclipse-151-287-more.patch, maven-eclipse-plugin.patch
>
>
> The eclipse plugin currently sets the source attachment of dependencies on 
> test-jars (as created by the test-jar goal of the jar plugin) to the same as 
> that of the main jar. 
> To fix, we need to check the classifier of dependencies when finding sources, 
> and if it is "tests", use "test-sources" rather than "sources" for the 
> classifier on the sources jar.

-- 
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

        

Reply via email to