[ 
https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783095#comment-17783095
 ] 

ASF GitHub Bot commented on MNG-5695:
-------------------------------------

hboutemy commented on PR #236:
URL: 
https://github.com/apache/maven-plugin-tools/pull/236#issuecomment-1794131746

   now that we've found back the MPLUGIN-204 hack, in the proposed update:
   ```
   @Component // since Maven 3.2.5, thanks to MNG-5695
   ```
   we could perhaps drop the comment on Maven 3.2.5 because the plugin 
transforms `@Component` with `@Parameter`, then it works with any Maven release
   the only improvement that could be useful is to NOT transform but keep a 
real Plexus component if the plugin is targetting 3.2.5+: I don't know if this 
is feasible




> inconsistent custom Guice scope bindings
> ----------------------------------------
>
>                 Key: MNG-5695
>                 URL: https://issues.apache.org/jira/browse/MNG-5695
>             Project: Maven
>          Issue Type: Bug
>            Reporter: Igor Fedorenko
>            Assignee: igorfie
>            Priority: Major
>             Fix For: 3.2.5
>
>
> - 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to