gnodet commented on PR #282:
URL: 
https://github.com/apache/maven-plugin-tools/pull/282#issuecomment-2097717570

   > I think enforcing prerequisites is a good thing and the default match for 
99% of the cases. For other cases just overwrite with explicit values. Not 
stating prerequisites should no longer be supported because it is frustratring 
for users to figure out the implicit prerequisites through trial and error...
   
   Putting prerequisites which are greater than the one actually used to build 
are, at first, very weird.  For example, if you project requires jdk 11, you 
build with jdk 11, test it with jdk 11, but your prerequisites ends up with jdk 
22... ?  That's really unexpected, and the user has no real knowledge about the 
value used.
   
   The prerequisites should not be higher than the target JDK.


-- 
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-unsubscr...@maven.apache.org

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

Reply via email to