Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:SVN snapshot a few days old
Description
Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
<dependency>
...
<scope>system</scope>
<systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
</dependency>
into
M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.jar
Issue Links
- depends upon
-
MNG-1379
Wrong path for artifacts with system scope
-
testcase added to svn, can be reproduced in svn trunk.