Hi,
I'm developing a Maven 2 plugin and I'm having trouble making my
plugin see the necessary libraries etc. in its classpath.
What I need is:
1) the plugin itself and all of its dependencies
2) the compilation classpath and all dependencies for the project
that's using the plugin
It seems that by default I don't get neither and with the ${project.*}
properties I can only get the project's classpath and dependencies but
not the plugin's.
Am I missing a property? (are they documented somewhere on one page,
by the way?)
Should I add some special annotation to my Mojo class?
Lasse
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]