-
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 around a quarter of total storage.
Ex:
[03:54:07]i: [Step 2/3] [INFO] Downloading from brontes-mirror: http://repository.ci.wildfly.org/content/groups/public/org/jetbrains/maven/maven-embedder-api/1.2.3/m │ aven-embedder-api-1.2.3.pom [03:54:12] : [Step 2/3] [INFO] Downloaded from brontes-mirror: http://repository.ci.wildfly.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/ │ 3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom (7.3 kB at 49 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
- relates to
-
WFCORE-5862 Excessive output regarding downloads when project built
- Closed