Re: [1.1] plugin classpath

2006-02-23 Thread Arnaud HERITIER
Not sure but you certainly have to add it manually to the classpath with maven:addPath declaring it as ressource add it to the classpath for the compilation. No for the runtime. Arnaud On 2/23/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > How is the plugin runtime classpath set ? > > I'm w

Re: [1.1] plugin classpath [Solved]

2006-02-23 Thread Nicolas De Loof
I've solved my problem. This was a velocity missuse. Nicolas De Loof a écrit : How is the plugin runtime classpath set ? I'm writing a (maven 1) plugin that uses velocity, so I'd like to load a Velocimacro file from classpath. My .vm file is declared as resource and gets packaged in the

[1.1] plugin classpath

2006-02-23 Thread Nicolas De Loof
How is the plugin runtime classpath set ? I'm writing a (maven 1) plugin that uses velocity, so I'd like to load a Velocimacro file from classpath. My .vm file is declared as resource and gets packaged in the plugin root. It seems it is not added to plugin classpath at runtime. Is there a w