You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/13 16:56:32 UTC

[GitHub] [maven] slawekjaranowski commented on pull request #827: Allow a Maven plugin to require a Java version

slawekjaranowski commented on PR #827:
URL: https://github.com/apache/maven/pull/827#issuecomment-1277912731

   Proposition  
    - create component component like `PluginDescriptorValidator` 
    - create two implementation one for Maven version and second new for Java varsion
    - inject list of component  in DefaultPluginVersionResolver
    - remove old method `MavenPluginManager#checkRequiredMavenVersion`
    
   The method `MavenPluginManager#checkRequiredMavenVersion` is also called from `MojoExecutor` - maybe not needed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org