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