neilcsmith-net commented on issue #8648: URL: https://github.com/apache/netbeans/issues/8648#issuecomment-3102846242
@jherkel NetBeans does not support Maven 4.1.0 POM. The bundled Maven is used to parse the project tree to find potential locations for the wrapper. Could it have a fallback, yes. Should it? IMO, probably not. If it does have a fallback, it should probably follow the guide at https://maven.apache.org/guides/mini/guide-multiple-subprojects-4.html - "Maven attempts to find the root of a multi-project setup, by traversing upwards in the directory structure until it either finds a POM with a .mvn sibling directory or a POM with the root attribute set to true" My reasoning for suggesting focus on `mvnw` is to support building on Maven 3 while bundling Maven 4 (in whole or part, even in non-final state). -- 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
