Le samedi 26 mai 2012 22:06:47 Brett Porter a écrit :
>     // inject stuff for Maven - session covers all but should also support
> the same for project, localRepository, reactorProjects, // mojoExecution,
> executedProject, plugin, settings
>     @Inject
>     private MavenSession session;

I just implemented project, mojo, plugin, session and settings: see 
MPLUGIN-204 [1]
I didn't implement localRepository, reactorProjects, executedProject: we can't 
differentiate executedProject from project based on its simple class name, and 
I hesitated for localRepository and reactorprojects: is the type sufficient?

Adding new magical Maven objects just requires adding config in PluginUtils.

Regards,

Hervé

[1] http://jira.codehaus.org/browse/MPLUGIN-204

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to