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