Wrong build.classpath with reactor mode
---------------------------------------
Key: MANT-50
URL: http://jira.codehaus.org/browse/MANT-50
Project: Maven 2.x Ant Plugin
Issue Type: Bug
Affects Versions: 2.1
Reporter: Vincent Siveton
In reactor mode, the build.classpath in the maven-build.xml file from a
subproject will be:
{noformat}
<path id="build.classpath">
<fileset dir="${maven.repo.local}">
<include name="../other-module/target/other-module.jar"/>
...
{noformat}
This is wrong for the repo.
--
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