[ http://jira.codehaus.org/browse/MNG-1379?page=comments#action_71187 ] 
            
Joshua Nichols commented on MNG-1379:
-------------------------------------

I'm told this has been fixed in SVN, and will be available with 2.0.5. Is 2.0.5 
going to be released soon, or alternatively, is there a particular svn revision 
I can get a diff from, in order to backport it to 2.0.4?

I'm working with a few others on supporting building packages using maven on 
Gentoo Linux, and we have some ideas that rely on the system scope (Note: I 
mean packaging stuff that builds with maven by using portage... not just using 
maven for building your own projects).

> Wrong path for artifacts with system scope
> ------------------------------------------
>
>                 Key: MNG-1379
>                 URL: http://jira.codehaus.org/browse/MNG-1379
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.0
>            Reporter: fabrizio giustina
>         Assigned To: Edwin Punzalan
>             Fix For: 2.0.5
>
>         Attachments: MNG-1379-maven-project.patch
>
>
> 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

        

Reply via email to