Attila Doroszlai created RATIS-1959:
---------------------------------------
Summary: Omit download progress in CI builds
Key: RATIS-1959
URL: https://issues.apache.org/jira/browse/RATIS-1959
Project: Ratis
Issue Type: Improvement
Components: build
Reporter: Attila Doroszlai
Assignee: Attila Doroszlai
If dependencies are not available in local repo, Maven logs download progress
for each:
{code:title=https://github.com/apache/ratis/actions/runs/7074176463/job/19254929774#step:5:49}
[INFO] Downloading from apache.snapshots:
https://repository.apache.org/snapshots/com/github/spotbugs/spotbugs-maven-plugin/4.2.0/spotbugs-maven-plugin-4.2.0.pom
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-maven-plugin/4.2.0/spotbugs-maven-plugin-4.2.0.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-maven-plugin/4.2.0/spotbugs-maven-plugin-4.2.0.pom
(33 kB at 1.3 MB/s)
[INFO] Downloading from apache.snapshots:
https://repository.apache.org/snapshots/com/github/hazendaz/base-parent/27/base-parent-27.pom
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/com/github/hazendaz/base-parent/27/base-parent-27.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/com/github/hazendaz/base-parent/27/base-parent-27.pom
(87 kB at 7.9 MB/s)
{code}
This may increase log by 1000+ lines. I think it is unnecessary.
CI uses Github Actions cache for Maven dependencies, so this is only noticeable
in case of cache miss (usually on POM change or in forks).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)