You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2006/02/17 01:15:43 UTC

[jira] Updated: (MNG-1379) Wrong path for artifacts with system scope

     [ http://jira.codehaus.org/browse/MNG-1379?page=all ]

John Casey updated MNG-1379:
----------------------------

    Fix Version:     (was: 2.0.3)
                 2.0.4

> Wrong path for artifacts with system scope
> ------------------------------------------
>
>          Key: MNG-1379
>          URL: http://jira.codehaus.org/browse/MNG-1379
>      Project: Maven 2
>         Type: Bug

>   Components: Plugins and Lifecycle
>     Versions: 2.0
>     Reporter: fabrizio giustina
>      Fix For: 2.0.4

>
>
> 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

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org