sustainable-mvn
Version updated for https://github.com/lowlydba/sustainable-mvn to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, sustainable-mvn, streamlines Maven builds in CI by generating a .mvn/maven.config file with optimized defaults to improve build performance, save execution time, and reduce unnecessary energy usage. It automates the configuration of Maven build options, such as batch mode, parallel threads, and artifact download settings, eliminating the need for manual script or pom.xml modifications. This action is lightweight, dependency-free, and compatible with all active Java LTS versions, offering a practical solution for faster, more sustainable CI workflows.
Release notes
What’s Changed
- Use
-Tinstead of--threadsfor Maven version compatibility by @Copilot in https://github.com/lowlydba/sustainable-mvn/pull/2
Full Changelog: https://github.com/lowlydba/sustainable-mvn/compare/v1...v1.1.0