-
Enhancement
-
Resolution: Done
-
Optional
-
None
-
None
-
None
A large portion of the build log of the project contains lines about the downloading of dependencies, which makes it difficult to filter them out when looking for error messages.
The lines also take up over a quarter of total storage.
Ex:
[02:28:20]i: [Step 2/3] [INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/jetbrains/maven/maven-emb │ edder-api/1.2.3/maven-embedder-api-1.2.3.pom [02:28:25] : [Step 2/3] [INFO] Downloaded from brontes-mirror: http://repository.ci.wildfly.org/content/groups/public/org/apache/apache/21/apache-21.pom (17 kB at 55 │ 2 kB/s)
The mvn option -ntp can be used to eliminate these lines:
-ntp,--no-transfer-progress Do not display transfer progress when downloading or uploading
- is related to
-
WFLY-16194 Excessive output regarding downloads when project built
- Closed