sdedic opened a new pull request, #7178: URL: https://github.com/apache/netbeans/pull/7178
There are two key components. The "trigger" `io.helidon.build-tools:helidon-maven-plugin` is not by default part of the project's build lifecycle, but is pre-configured in the `dependencyManagement` part of the parent POM. I did not want to merge registrations for 'potential' plugins (project technologies not activated) with the regular plugin lookups, so I've invented the `configuredPlugins` subfolder. A module developer can choose if he really needs "eager" registration of whatever services his module wants to contribute to Maven projects. The second part is the actual trigger, that adds "Native Compilation" action to maven project's context menu, which activates `native-image` profile (provided by helidon's application parent pom). The rest of the processing is handled by Micronaut (actual graalvm native-image) support in Micronaut module. -- 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
