You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/15 13:32:10 UTC

[GitHub] [maven-mvnd] mthmulders commented on issue #714: mvnd for Github Actions

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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org