Good day, For more information about Maven Properties, please see [1].
Cheers, Franz [1] http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide allan ramirez wrote: > > Have you tried using ${plugin.artifacts} expression? > > -allan > > On 1/17/07, Lasse Koskela <[EMAIL PROTECTED]> wrote: >> >> 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] >> >> > > > -- > ========================================================== > - alramirez > > -- View this message in context: http://www.nabble.com/How-to-make-plugin-see-the-full-%28project---plugin%29-classpath--tf3024974s177.html#a8405940 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
