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 2008/12/18 12:06:19 UTC

[jira] Updated: (MNG-3043) Allow 'mvn test' to work with test-jar dependencies in a reactor

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

Brett Porter updated MNG-3043:
------------------------------

    Affects Version/s:     (was: 3.0)
        Fix Version/s:     (was: Reviewed Pending Version Assignment)
                       2.0.x

> Allow 'mvn test' to work with test-jar dependencies in a reactor
> ----------------------------------------------------------------
>
>                 Key: MNG-3043
>                 URL: http://jira.codehaus.org/browse/MNG-3043
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Dependencies, Reactor and workspace
>    Affects Versions: 2.0.6, 2.0.7
>            Reporter: Kenney Westerhof
>             Fix For: 2.0.x
>
>
> Basically the issue is demonstrated by MNG-2045, but instead of running 'mvn install', you run 'mvn test'.
> Test classes of dependencies should be resolved from the reactor, just as main classes, if there's no archive available.
> I'm not sure how to go about this. Specifying a dependency on something with <type>test-jar</type>,
> and having that dependency declare the maven-jar-plugin with the 'test-jar' goal is insufficient.
> Perhaps we can just add a standard classifier that maven is aware of, in this case 'tests'. The jar packaging
> would export this as a known classifier, and tells maven how it contributes to what classpath.
> Since test sources are a first class citizen, just as main sources are (they have the same phases, same
> elements in the pom (but differently named)).
> It seems logical to me that somehow the test classes should be made available to dependencies,
> if they declare a dependency with classifier 'tests'.

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