adoroszlai opened a new pull request, #1187:
URL: https://github.com/apache/ratis/pull/1187

   ## What changes were proposed in this pull request?
   
   1. Avoid looking for release artifacts in `apache.snapshots.https` repo.
   2. Remove `apache.snapshots` plugin repo (not using snapshot plugins; I 
think regular repository is used for plugin downloads anyway)
   3. Generate non-aggregate BOM (`makeBom`) for the root module as a 
workaround for https://github.com/CycloneDX/cyclonedx-maven-plugin/issues/410.
   4. Enable logging transfer progress in build scripts.  This helps 
understanding any CI check runs stuck in downloading artifacts (which is a 
problem recently).  We may revert this part of the change in the future, if we 
find that problems related to repositories are resolved.
   
   https://issues.apache.org/jira/browse/RATIS-2204
   
   ## How was this patch tested?
   
   Verified that CI checks download most artifacts from `central` 
([example](https://github.com/adoroszlai/ratis/actions/runs/12254198850/job/34184581147#step:4:8)):
   
   ```
   [INFO] Downloading from repository.jboss.org: 
https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/25/apache-25.pom
   [INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom
   [INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB 
at 685 kB/s)
   [INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/kr/motd/maven/os-maven-plugin/1.5.0.Final/os-maven-plugin-1.5.0.Final.pom
   [INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/kr/motd/maven/os-maven-plugin/1.5.0.Final/os-maven-plugin-1.5.0.Final.pom
 (6.4 kB at 1.1 MB/s)
   [INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
   [INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
 (6.6 kB at 1.1 MB/s)
   [INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
   [INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
 (3.4 kB at 846 kB/s)
   ...
   ```
   
   CI:
   https://github.com/adoroszlai/ratis/actions/runs/12254198850


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to