[
https://jira.codehaus.org/browse/MECLIPSE-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MECLIPSE-675.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> downloadSources will not attach artifact-5-sources.jar to artifact-5-jar.jar
> ----------------------------------------------------------------------------
>
> Key: MECLIPSE-675
> URL: https://jira.codehaus.org/browse/MECLIPSE-675
> Project: Maven Eclipse Plugin
> Issue Type: Bug
> Components: Core : Dependencies resolution and build path
> (.classpath)
> Affects Versions: 2.8
> Environment: Windows7_x64
> Reporter: Steve Armstrong
> Attachments: patch.txt
>
>
> When depending on a project that has WAR as the default artifact, my project
> uses
> <dependency>
> <groupId>group</groupId>
> <artifactId>artifact</artifactId>
> <version>5</version>
> <classifier>jar</classifier>
> </dependency>
> This results in no attached sources for that jar in Eclipse. m2eclipse has
> raised the same issue but in reverse: MNGECLIPSE-1649
> It seems when building the project above, artifact-5-jar-sources.jar is
> produced in the target folder, but when installed to the local repo (and
> deployed to the remote repo), it renames the file to artifact-5-sources.jar
> The diff attached changes the lookup behaviour to not include the classifier
> unless it's "tests". This will bring it in line with m2e's lookup.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)