Re: [m2] Can I get MavenProject instance of plugin itself within a Mojo?

2007-02-13 Thread franz see
://www.cyclopsgroup.org [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Can-I-get-MavenProject-instance-of-plugin

RE: Can I get MavenProject instance of plugin itself within a Mojo?

2007-02-13 Thread Janecek Jan
, February 12, 2007 11:22 PM To: users@maven.apache.org Subject: Can I get MavenProject instance of plugin itself within a Mojo? I need some of the maven2 plugin's dependencies during execute() method of a Mojo. In maven1 there's ${plugin.get...} that I can use in jelly script, how can I do similar

Can I get MavenProject instance of plugin itself within a Mojo?

2007-02-12 Thread Jiaqi Guo
I need some of the maven2 plugin's dependencies during execute() method of a Mojo. In maven1 there's ${plugin.get...} that I can use in jelly script, how can I do similar thing in maven2 Mojo class? Thanks in advance. I've tryed printing out getPluginContext() but it seems to return empty