homberghp opened a new issue, #8648: URL: https://github.com/apache/netbeans/issues/8648
### Description The current Apache Maven support in NetBeans is tightly bound to Maven 3.x.y. Maven 4 introduces a number of improvements, one of which is a proper API in a separate package/module. Moving from maven 3.9.x to maven 4 is not trivial, because of the API changes. The Apache Maven project strives to be backward compatible, in particular with to respect to the supported Maven Model versions. We that the introduction of a proper Maven API simplifies integration into NetBeans as Maven client application. The new integration should : * Support execution of Maven goals projects based on model versions > 4.0.0 * Support editor hints of a Maven 4 pom.xml file based on model version supported by Maven 4. * Listening for and understanding of Maven goal execution events. * Support Maven 4 features introduced with Maven model version >= 4.1.0 This issue will be used to log advancement in this endeavour. ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a pull request? No -- 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: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists