Re: Classloading problem with Maven2 plugin

2006-09-05 Thread Doug Douglass
See the mojo API spec. [1], specifically the requiresDependencyResolution annotation. Doug [1] http://maven.apache.org/developers/mojo-api-specification.html On 9/5/06, Joost den Boer <[EMAIL PROTECTED]> wrote: I have created a plugin to run an application. The plugin needs the classes of the

Classloading problem with Maven2 plugin

2006-09-05 Thread Joost den Boer
I have created a plugin to run an application. The plugin needs the classes of the Pom project and dependencies to run. When I first run the plugin I noticed Maven hadn't put the current project and all dependencies on the classpath. Why not? Is this a bug ? I searched all over the maven.apache s