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 2006/05/09 15:39:41 UTC

[jira] Updated: (MIDEA-51) source code is not linked to dependencies with a classifier

     [ http://jira.codehaus.org/browse/MIDEA-51?page=all ]

Brett Porter updated MIDEA-51:
------------------------------

    Fix Version:     (was: 2.0)

I want to spend more time investigating this to see whether the classifier is consistenly appended to the existing one on release.

The problem would be because it is being replaced. If there's no way to consistently designate this, then it may need to be a configuration mapping.

How are your test sources generated?


> source code is not linked to dependencies with a classifier
> -----------------------------------------------------------
>
>          Key: MIDEA-51
>          URL: http://jira.codehaus.org/browse/MIDEA-51
>      Project: Maven 2.x Idea Plugin
>         Type: Bug

>  Environment: Sun-JDK 1.5.0_06, Fedora Core 5
>     Reporter: Arik Kfir

>
>
> Using the latest copy of the plugin from SVN, it correctly downloads and links source code (and javadocs) to dependencies defined in the POM. This does not happen, however, to dependencies with a classifier.
> To reproduce, add a dependency with a classifier, like this:
> <dependency>
>   <groupId>...</groupId>
>   <artifactId>...</artifactId>
>   <version>...</version>
>   <classifier>tests</classifier>
> </dependency>

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