I think ${plugin.artifacts} works.

- Brett

On 24/06/2008, at 8:16 PM, nicolas de loof wrote:

Hello,

from a plugin (the mojo sandbox gwt-maven-plugin) I need to access one of
the plugin dependencies as a File.
How can I retrieve the plugin MavenProject, or any equivalent, to retrieve
the dependency as an Artifact or File ?

I have the ugly option to cast the classloader to URLClassLoader and search
the URLs :

URLClassLoader cl = (URLClassLoader) getClass().getClassLoader();
       URL[] urls = cl.getURLs();
       for ( int i = 0; i < urls.length; i++ )
       {
...

--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to