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
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
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