Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.7
-
Fix Version/s: 2.0.8
-
Component/s: dependencies task, pom task
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
the conditions for this problem are very precise:<artifact:pom file="$
{user.dir}/src/test/pom-with-parent-SNAPSHOT.xml" id="my.maven.project.SNAPSHOT"> <localRepository path="target/tmp"/> <remoteRepository url="file://${user.dir}/src/test/repo"/> <remoteRepository url="file://$
{user.dir}/target/tmp/fake"/></artifact:pom>
but if the second remoteRepository is removed, or even the 2 repositories switched, there is no problem...
Issue Links
- relates to
-
MANTTASKS-142
Default remote repository id not safe
-
I made more tests: the problem is not related to the fact that it is a pom.
I have the exact same issue with dependencies task: