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 19:42:05 UTC

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

adamretter commented on issue #714:
URL: https://github.com/apache/maven-mvnd/issues/714#issuecomment-1279819524

   We use multi-threaded Maven builds, so the output from Maven Daemon is much preferable as it sanitises the order.
   
   We also have multiple steps within a step, so we may see some improvements perhaps, e.g.:
   
   * `mvn -V -B -DtrimStackTrace=false clean verify`
   * `mvn -V -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}`


-- 
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