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 15:43:41 UTC

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

kwin commented on code in PR #827:
URL: https://github.com/apache/maven/pull/827#discussion_r994821661


##########
maven-plugin-api/src/main/mdo/plugin.mdo:
##########
@@ -91,6 +91,12 @@ under the License.
           <type>boolean</type>
           <defaultValue>true</defaultValue>
         </field>
+        <field>
+          <name>requiredJavaVersion</name>
+          <version>1.1.0</version>
+          <description>A version range which specifies the supported Java versions.</description>

Review Comment:
   This supports the same syntax as JDK profile activation (https://maven.apache.org/guides/introduction/introduction-to-profiles.html#details-on-profile-activation)



-- 
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