Suppress Maven transfer progress via .mvn/maven.config#1154
Merged
Conversation
Adds --no-transfer-progress to .mvn/maven.config so it applies to every mvnw invocation (CI and local), and removes the now-redundant flag from the ci and pages workflows.
mergify Bot
added a commit
to robfrank/linklift
that referenced
this pull request
Jun 4, 2026
… 6.38.0 to 6.41.0 [skip ci] Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 6.38.0 to 6.41.0. Release notes *Sourced from [org.openrewrite.maven:rewrite-maven-plugin's releases](https://github.com/openrewrite/rewrite-maven-plugin/releases).* > 6.41.0 > ------ > > What's Changed > -------------- > > * chore(ci): bump org.ow2.asm:asm from 9.10 to 9.10.1 by [`@dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1156](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1156) > * chore(ci): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 by [`@dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1157](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1157) > * chore(ci): bump org.junit:junit-bom from 6.0.3 to 6.1.0 by [`@dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1158](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1158) > * chore(ci): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.5 to 3.5.6 by [`@dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1160](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1160) > * Validate compiler version properties and read pluginManagement for JavaVersion by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-maven-plugin#1161](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1161) > > **Full Changelog**: <openrewrite/rewrite-maven-plugin@v6.40.0...v6.41.0> > > 6.40.0 > ------ > > What's Changed > -------------- > > * chore(ci): bump org.ow2.asm:asm from 9.9.1 to 9.10 by [`@dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1153](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1153) > * chore(ci): bump maven-dependencies.version from 3.9.15 to 3.9.16 by [`@dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1152](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1152) > * chore(ci): bump org.openrewrite:rewrite-bom from 8.82.0-SNAPSHOT to 8.82.0 by [`@dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1151](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1151) > * Suppress Maven transfer progress via .mvn/maven.config by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-maven-plugin#1154](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1154) > > **Full Changelog**: <openrewrite/rewrite-maven-plugin@v6.39.0...v6.40.0> > > 6.39.0 > ------ > > What's Changed > -------------- > > * chore(ci): bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 by [`@dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1149](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1149) > * chore(ci): bump org.owasp:dependency-check-maven from 12.2.1 to 12.2.2 by [`@dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1150](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1150) > > **Full Changelog**: <openrewrite/rewrite-maven-plugin@v6.38.0...v6.39.0> Commits * [`d215696`](openrewrite/rewrite-maven-plugin@d215696) [maven-release-plugin] prepare release v6.41.0 * [`ee3122d`](openrewrite/rewrite-maven-plugin@ee3122d) Bump rewrite.version property * [`7f191ab`](openrewrite/rewrite-maven-plugin@7f191ab) Validate compiler version properties and read pluginManagement for JavaVersio... * [`709088b`](openrewrite/rewrite-maven-plugin@709088b) chore(ci): bump org.apache.maven.plugins:maven-failsafe-plugin ([#1160](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1160)) * [`8582878`](openrewrite/rewrite-maven-plugin@8582878) chore(ci): bump org.junit:junit-bom from 6.0.3 to 6.1.0 ([#1158](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1158)) * [`47176d5`](openrewrite/rewrite-maven-plugin@47176d5) chore(ci): bump org.apache.maven.plugins:maven-enforcer-plugin ([#1157](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1157)) * [`5889bda`](openrewrite/rewrite-maven-plugin@5889bda) chore(ci): bump org.ow2.asm:asm from 9.10 to 9.10.1 ([#1156](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1156)) * [`be1fcbf`](openrewrite/rewrite-maven-plugin@be1fcbf) Bump rewrite.version property * [`44994d7`](openrewrite/rewrite-maven-plugin@44994d7) Bump rewrite.version property * [`0485d14`](openrewrite/rewrite-maven-plugin@0485d14) [maven-release-plugin] prepare for next development iteration * Additional commits viewable in [compare view](openrewrite/rewrite-maven-plugin@v6.38.0...v6.41.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.mvn/maven.configcontaining--no-transfer-progressso everymvnwinvocation (CI and local) skips download progress output, like the noise seen in this run.--no-transfer-progressflag fromci.ymlandpages.yml.Test plan
Downloading/Downloadedprogress lines.