mbien opened a new issue, #43: URL: https://github.com/apache/netbeans-jackpot30/issues/43
the maven plugin is currently only checking the `source` element, not the property or `release` version. https://github.com/apache/netbeans-jackpot30/blob/86629e0ae5dfec0a64150b45cf124414e66dd740/cmdline/maven/src/main/java/org/netbeans/modules/jackpot30/maven/RunJackpot30.java#L48 If the property is left undefined, it would be better to use the runtime JDK version (max supported?) instead of a hardcoded fallback, analog to how javac works or the `maven-compiler-plugin`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
