You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Clint Popetz (JIRA)" <ji...@codehaus.org> on 2009/02/19 16:29:19 UTC

[jira] Created: (MECLIPSE-527) Eclipse variable resolver for dependency locations

Eclipse variable resolver for dependency locations
--------------------------------------------------

                 Key: MECLIPSE-527
                 URL: http://jira.codehaus.org/browse/MECLIPSE-527
             Project: Maven 2.x Eclipse Plugin
          Issue Type: New Feature
    Affects Versions: 2.5.1
            Reporter: Clint Popetz


In non-m2eclipse projects, one can reference the path of a jar (or other resource) with:

${resource_loc:/path/to/the.jar}

This is useful, for example, when running applications with:

-javaagent:${resource_loc:/path/to/the.jar}

where your agent is in a dependent jar.  It would be useful to have something similar for maven artifacts, i.e:

${maven_artifact_loc:groupId:artifactId:packaging:version}

to achieve an absolute path to the given artifact.

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