cstamas opened a new pull request, #12186: URL: https://github.com/apache/maven/pull/12186
The main goal of `maven-executor` is ability to execute Maven 3/4 in "embedded" and "forked" mode, and has not related with Maven release lifecycle itself (and is dependency-less as well). So, let's move it out into own project. https://github.com/apache/maven-executor The new library executes Maven in: * forked or embedded mode, but introduces other providers as well * supports Maven 3 and 4 * the main `maven-executor` module is Java 8, dependency-less library (is MR-JAR, and on 9+ is modular and provides ToolProvider SPI integration as well) Backport from master: 15d19f2f623fc6e2e5489552913215f24e920c60 -- 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]
