Skip to content

Suppress Maven transfer progress via .mvn/maven.config#1154

Merged
timtebeek merged 1 commit into
mainfrom
tim/suppress-gha-download-progress
May 18, 2026
Merged

Suppress Maven transfer progress via .mvn/maven.config#1154
timtebeek merged 1 commit into
mainfrom
tim/suppress-gha-download-progress

Conversation

@timtebeek

Copy link
Copy Markdown
Member

Summary

  • Add .mvn/maven.config containing --no-transfer-progress so every mvnw invocation (CI and local) skips download progress output, like the noise seen in this run.
  • Drop the now-redundant --no-transfer-progress flag from ci.yml and pages.yml.

Test plan

  • Verify CI logs no longer contain Downloading/Downloaded progress lines.

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.
@github-project-automation github-project-automation Bot moved this to In Progress in OpenRewrite May 18, 2026
@timtebeek timtebeek merged commit b2aa8b7 into main May 18, 2026
1 check passed
@timtebeek timtebeek deleted the tim/suppress-gha-download-progress branch May 18, 2026 20:45
@github-project-automation github-project-automation Bot moved this from In Progress to Done in OpenRewrite May 18, 2026
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant