mthmulders commented on issue #714: URL: https://github.com/apache/maven-mvnd/issues/714#issuecomment-1279746692
TL;DR: Not yet, as far as I know. My $0.02: mvnd is most suitable for use on a developer machine, and less suitable for stateless build services like GitHub Actions. Why? Granted, you can benefit from parallel builds - but you don't need mvnd for that. The faster startup because of having the JVM and plugins 'hot' makes less sense when the container that runs your build gets destroyed after the build is completed. -- 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]
