lowlydba/sustainable-mvn

🌱 Writes Maven configurations to .mvn/maven.config to optimize speed and reduce CO₂ emissions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
batch-modeEnable --batch-mode (disables interactive prompts and ANSI color codes).notrue
no-transfer-progressSuppress download/upload progress output (--no-transfer-progress).notrue
threadsThread count for parallel module builds (-T). Use 1C for one thread per CPU core, a fixed integer, or empty string to disable.no1C
offlineRun Maven fully offline (--offline). Requires a pre-populated local repo cache.nofalse
skip-testsSkip test compilation and execution (-DskipTests).nofalse
artifact-threadsParallel threads for artifact downloads (-Dmaven.artifact.threads).no8
overwriteOverwrite an existing .mvn/maven.config. When false, the action skips writing and emits a notice if the file already exists.nofalse

no outputs