RE: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-16 Thread Kinai User
this message in context: http://maven.40175.n5.nabble.com/MavenProject-MavenSession-not-injected-when-executing-plugin-from-a-plugin-tp5716570p5717245.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-16 Thread Martin Eisengardt
As I understood from Martin Eisengardt this has to with the fact that the PlexusContainer does not have maven related information since Maven 3. Right now I'm looking into the source code of Maven to see how plugins are executed. Actually some plugins are aware of this. For example

Re: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-15 Thread Martin Eisengardt
the sources of. But this also holds for plugin that we created ourselves. Any help appreciated. Regards, Richard -- View this message in context: http://maven.40175.n5.nabble.com/MavenProject-MavenSession-not-injected-when-executing-plugin-from-a-plugin-tp5716570p5717095.html Sent from

RE: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-14 Thread Kinai User
for MavenProject and MavenSession fails in plugin B. Thank you all in advance. Richard -- View this message in context: http://maven.40175.n5.nabble.com/MavenProject-MavenSession-not-injected-when-executing-plugin-from-a-plugin-tp5716570p5717045.html Sent from the Maven - Users mailing list archive

RE: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-14 Thread Kinai User
(defined in pluginManagement) should be executed. Hope this additional info helps. Regards, Richard -- View this message in context: http://maven.40175.n5.nabble.com/MavenProject-MavenSession-not-injected-when-executing-plugin-from-a-plugin-tp5716570p5717052.html Sent from the Maven - Users

RE: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-14 Thread Martin Gainty
, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Tue, 14 Aug 2012 06:46:03 -0700 From: ki...@live.nl To: users@maven.apache.org Subject: RE: MavenProject/MavenSession not injected when executing plugin from a plugin Some additional info on the last thread

RE: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-14 Thread Kinai User
for Plugin B which is an existing plugin where we do not have the sources of. But this also holds for plugin that we created ourselves. Any help appreciated. Regards, Richard -- View this message in context: http://maven.40175.n5.nabble.com/MavenProject-MavenSession-not-injected-when-executing

MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-09 Thread Kinai User
.nabble.com/MavenProject-MavenSession-not-injected-when-executing-plugin-from-a-plugin-tp5716570.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-09 Thread Olivier Lamy
2 but after migrating to Maven 3 builds stopped working. Can somebody help me resolving this issue? Thank you Kind regards, Richad -- View this message in context: http://maven.40175.n5.nabble.com/MavenProject-MavenSession-not-injected-when-executing-plugin-from-a-plugin-tp5716570.html

Re: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-09 Thread Hervé BOUTEMY
the most interesting code is probably in maven-reporting-executor http://maven.apache.org/shared/maven-reporting-exec/, which is used by m-site- p Regards, Hervé Le jeudi 9 août 2012 12:29:44 Olivier Lamy a écrit : Hi Have a look at how we solve that in the site plugin sources That will

RE: MavenProject/MavenSession not injected when executing plugin from a plugin

2012-08-09 Thread Martin Gainty
aucune responsabilité pour le contenu fourni. Date: Thu, 9 Aug 2012 12:29:44 +0200 Subject: Re: MavenProject/MavenSession not injected when executing plugin from a plugin From: ol...@apache.org To: users@maven.apache.org Hi Have a look at how we solve that in the site plugin sources