Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0.5
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
For system dependencies artifact.getFile() returns a wrong file. While dependency.getSystemPath() correctly returns the user-set path, artifact.getPath always returns the path in the local repository.
For example a dependency with system path = "/test.jar" will result in:
dependency.getSystemPath() = /test.jar
artifact.getFile().getAbsolutePath()= M2_REPO/groupid/artifactid/version/artifactid-1.0.jar
Attachments
Issue Links
| This issue is depended upon by: | ||||
| MECLIPSE-1 | "System" dependencies path non correctly added to eclipse buildpath |
|
|
|
is this a problem with the eclipse plugin??