Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
- Session scope (MavenSession) is only available for maven core and core extensions components (i.e. -Dmaven.ext.class.path stuff), but does not work for components from maven plugins.
- Mojo execution scope (MavenProject and MojoExecution) works for components from maven plugins but not for maven core and core extensions.
Need to consistently bind custom Guice scopes in all realms.
Attachments
Issue Links
- relates to
-
MPLUGIN-204 recognize classical Maven objects as components
- Closed
-
MNG-5530 mojo execution guice scope
- Closed
-
MNG-5578 Make the ReactorReader pluggable in the core
- Closed
- links to