Clint,

Currently there is no such feature, but it can be added. Please submit an enhancement request to the project issue tracker at http://jira.codehaus.org/browse/MNGECLIPSE

As a workaround you could use maven-dependency-plugin to copy required jar into a /target directory, so you could reference it from there using common Eclipse variables.

 regards,
 Eugene


Clint Popetz wrote:
Hello,

I have an m2eclipse project which references a maven jar dependency.
In an eclipse run configuration (for launching jetty, to be specific)
I need to reference the path to that jar dependency in the VM args,
because it is a javaagent.  If the jar in question were in my build
path, I could do:

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

But the dependency in question doesn't show up in the resource list.
Does m2eclipse provide a similar variable?

Thanks,
-Clint


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to