You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2022/10/15 14:28:00 UTC

[jira] [Comment Edited] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

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

Konrad Windszus edited comment on MNG-7566 at 10/15/22 2:27 PM:
----------------------------------------------------------------

bq. Maven version should be also in plugin descriptor 

I agree, but let us track that separately -> opened MNG-7570 for that.


was (Author: kwin):
bq. Maven version should be also in plugin descriptor 

I agree, but let us track that separately.

> Allow a Maven plugin to require a Java version through its plugin descriptor
> ----------------------------------------------------------------------------
>
>                 Key: MNG-7566
>                 URL: https://issues.apache.org/jira/browse/MNG-7566
>             Project: Maven
>          Issue Type: Improvement
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>            Priority: Major
>              Labels: plugin-descriptor-1.1
>
> Currently a Maven plugin can only require a minimum Maven version via pom's prerequisites (https://maven.apache.org/pom.html#Prerequisites). There is currently no means to require a minimum Java version.
> I would suggest to slightly expand the plugin descriptor to include a minimumJavaVersion element there as well and evaluate that before executing a plugin goal and emit a good error message. The default Java version could be determined by the target class file version.



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