You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/12/11 19:58:19 UTC

[jira] Created: (MERCURY-58) Update POMs to use type=test-jar rather than classifier=tests to reference test artifacts

Update POMs to use type=test-jar rather than classifier=tests to reference test artifacts
-----------------------------------------------------------------------------------------

                 Key: MERCURY-58
                 URL: http://jira.codehaus.org/browse/MERCURY-58
             Project: Mercury
          Issue Type: Improvement
          Components: Misc/All
    Affects Versions: 1.0.0-alpha-2
            Reporter: Benjamin Bentmann
            Assignee: Oleg Gusakov
            Priority: Trivial


The combination of MJAR-75 and the current solution for MNG-2045 require the usage of
{code:xml}
<type>test-jar</type>
{code}
instead of
{code:xml}
<classifier>tests</classifier>
{code}
to successfully resolve test dependencies from the reactor when the build doesn't include the "install" phase, like "mvn verify".

-- 
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: (MERCURY-58) Update POMs to use type=test-jar rather than classifier=tests to reference test artifacts

Posted by "Oleg Gusakov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MERCURY-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Gusakov closed MERCURY-58.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0-alpha-3

Done

> Update POMs to use type=test-jar rather than classifier=tests to reference test artifacts
> -----------------------------------------------------------------------------------------
>
>                 Key: MERCURY-58
>                 URL: http://jira.codehaus.org/browse/MERCURY-58
>             Project: Mercury
>          Issue Type: Improvement
>          Components: Misc/All
>    Affects Versions: 1.0.0-alpha-2
>            Reporter: Benjamin Bentmann
>            Assignee: Oleg Gusakov
>            Priority: Trivial
>             Fix For: 1.0.0-alpha-3
>
>
> The combination of MJAR-75 and the current solution for MNG-2045 require the usage of
> {code:xml}
> <type>test-jar</type>
> {code}
> instead of
> {code:xml}
> <classifier>tests</classifier>
> {code}
> to successfully resolve test dependencies from the reactor when the build doesn't include the "install" phase, like "mvn verify".

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