16:00:38 [2026-08-05T14:00:38.882Z] Démarré à distance par l'hôte 140.82.115.42
16:00:38 [2026-08-05T14:00:38.882Z] Started by GitHub push by mmoqui
16:00:38 [2026-08-05T14:00:38.882Z] Running as userbuild
16:00:39 [2026-08-05T14:00:39.382Z] Obtained src/builds/project/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
16:00:39 [2026-08-05T14:00:39.468Z] [Pipeline] Start of Pipeline
16:00:39 [2026-08-05T14:00:39.710Z] [Pipeline] node
16:00:39 [2026-08-05T14:00:39.713Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy
16:00:39 [2026-08-05T14:00:39.714Z] [Pipeline] {
16:00:39 [2026-08-05T14:00:39.727Z] [Pipeline] stage
16:00:39 [2026-08-05T14:00:39.728Z] [Pipeline] { (Declarative: Checkout SCM)
16:00:39 [2026-08-05T14:00:39.736Z] [Pipeline] checkout
16:00:39 [2026-08-05T14:00:39.737Z] Selected Git installation does not exist. Using Default
16:00:39 [2026-08-05T14:00:39.737Z] The recommended git tool is: NONE
16:00:39 [2026-08-05T14:00:39.738Z] No credentials specified
16:00:39 [2026-08-05T14:00:39.738Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/.git # timeout=10
16:00:39 [2026-08-05T14:00:39.743Z] Fetching changes from the remote Git repository
16:00:39 [2026-08-05T14:00:39.745Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
16:00:39 [2026-08-05T14:00:39.750Z] Cleaning workspace
16:00:39 [2026-08-05T14:00:39.750Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
16:00:39 [2026-08-05T14:00:39.755Z] Resetting working tree
16:00:39 [2026-08-05T14:00:39.755Z] > /usr/bin/git reset --hard # timeout=10
16:00:39 [2026-08-05T14:00:39.785Z] > /usr/bin/git clean -fdx # timeout=10
16:00:39 [2026-08-05T14:00:39.791Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
16:00:39 [2026-08-05T14:00:39.791Z] > /usr/bin/git --version # timeout=10
16:00:39 [2026-08-05T14:00:39.795Z] > git --version # 'git version 2.43.0'
16:00:39 [2026-08-05T14:00:39.795Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
16:00:40 [2026-08-05T14:00:40.217Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
16:00:40 [2026-08-05T14:00:40.225Z] Checking out Revision 161eebacaec80988e6e8243dacdd2ee7cf726ece (refs/remotes/origin/master)
16:00:40 [2026-08-05T14:00:40.226Z] > /usr/bin/git config core.sparsecheckout # timeout=10
16:00:40 [2026-08-05T14:00:40.232Z] > /usr/bin/git checkout -f 161eebacaec80988e6e8243dacdd2ee7cf726ece # timeout=10
16:00:40 [2026-08-05T14:00:40.243Z] Commit message: "Give a complete info about the project in the README.md file"
16:00:40 [2026-08-05T14:00:40.244Z] > /usr/bin/git rev-list --no-walk 161eebacaec80988e6e8243dacdd2ee7cf726ece # timeout=10
16:00:40 [2026-08-05T14:00:40.261Z] [Pipeline] }
16:00:40 [2026-08-05T14:00:40.265Z] [Pipeline] // stage
16:00:40 [2026-08-05T14:00:40.280Z] [Pipeline] withEnv
16:00:40 [2026-08-05T14:00:40.281Z] [Pipeline] {
16:00:40 [2026-08-05T14:00:40.434Z] [Pipeline] isUnix
16:00:40 [2026-08-05T14:00:40.436Z] [Pipeline] withEnv
16:00:40 [2026-08-05T14:00:40.437Z] [Pipeline] {
16:00:40 [2026-08-05T14:00:40.443Z] [Pipeline] sh
16:00:40 [2026-08-05T14:00:40.700Z] + docker inspect -f . silverpeas/silverbuild
16:00:40 [2026-08-05T14:00:40.700Z] .
16:00:40 [2026-08-05T14:00:40.702Z] [Pipeline] }
16:00:40 [2026-08-05T14:00:40.708Z] [Pipeline] // withEnv
16:00:40 [2026-08-05T14:00:40.718Z] [Pipeline] withDockerContainer
16:00:40 [2026-08-05T14:00:40.750Z] Jenkins does not seem to be running inside a container
16:00:40 [2026-08-05T14:00:40.758Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild cat
16:00:41 [2026-08-05T14:00:41.163Z] $ docker top 7e0cb76d350597e170283fbe1f00b13f3e2837ad131fbac019f7976dcaee2321 -eo pid,comm
16:00:41 [2026-08-05T14:00:41.203Z] [Pipeline] {
16:00:41 [2026-08-05T14:00:41.226Z] [Pipeline] withEnv
16:00:41 [2026-08-05T14:00:41.227Z] [Pipeline] {
16:00:41 [2026-08-05T14:00:41.238Z] [Pipeline] stage
16:00:41 [2026-08-05T14:00:41.239Z] [Pipeline] { (Prepare the build)
16:00:41 [2026-08-05T14:00:41.268Z] [Pipeline] echo
16:00:41 [2026-08-05T14:00:41.268Z] Prepare the build 260805...
16:00:41 [2026-08-05T14:00:41.270Z] [Pipeline] sh
16:00:41 [2026-08-05T14:00:41.529Z] + curl -fsSL -o pom1.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Project/master/pom.xml
16:00:41 [2026-08-05T14:00:41.783Z] [Pipeline] script
16:00:41 [2026-08-05T14:00:41.789Z] [Pipeline] {
16:00:41 [2026-08-05T14:00:41.798Z] [Pipeline] readMavenPom
16:00:41 [2026-08-05T14:00:41.808Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues.
16:00:41 [2026-08-05T14:00:41.811Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues.
16:00:41 [2026-08-05T14:00:41.812Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named wildfly (to a value of type String) which could lead to memory leaks or other issues.
16:00:41 [2026-08-05T14:00:41.812Z] [Pipeline] }
16:00:41 [2026-08-05T14:00:41.819Z] [Pipeline] // script
16:00:41 [2026-08-05T14:00:41.828Z] [Pipeline] sh
16:00:42 [2026-08-05T14:00:42.087Z] + curl -fsSL -o pom2.xml https://raw.githubusercontent.com/Silverpeas/silverpeas-dependencies-bom/master/pom.xml
16:00:42 [2026-08-05T14:00:42.341Z] [Pipeline] script
16:00:42 [2026-08-05T14:00:42.346Z] [Pipeline] {
16:00:42 [2026-08-05T14:00:42.355Z] [Pipeline] readMavenPom
16:00:42 [2026-08-05T14:00:42.366Z] [Pipeline] }
16:00:42 [2026-08-05T14:00:42.375Z] [Pipeline] // script
16:00:42 [2026-08-05T14:00:42.383Z] [Pipeline] sh
16:00:42 [2026-08-05T14:00:42.641Z] + rm -f pom1.xml pom2.xml
16:00:42 [2026-08-05T14:00:42.643Z] [Pipeline] }
16:00:42 [2026-08-05T14:00:42.650Z] [Pipeline] // stage
16:00:42 [2026-08-05T14:00:42.661Z] [Pipeline] stage
16:00:42 [2026-08-05T14:00:42.662Z] [Pipeline] { (Build and Publish dependencies definition)
16:00:42 [2026-08-05T14:00:42.691Z] [Pipeline] dir
16:00:42 [2026-08-05T14:00:42.691Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies
16:00:42 [2026-08-05T14:00:42.692Z] [Pipeline] {
16:00:42 [2026-08-05T14:00:42.706Z] [Pipeline] git
16:00:42 [2026-08-05T14:00:42.707Z] Selected Git installation does not exist. Using Default
16:00:42 [2026-08-05T14:00:42.708Z] The recommended git tool is: NONE
16:00:42 [2026-08-05T14:00:42.708Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
16:00:42 [2026-08-05T14:00:42.720Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@15e317b2; decorates hudson.Launcher$LocalLauncher@693f6f82 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
16:00:42 [2026-08-05T14:00:42.721Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies/.git # timeout=10
16:00:42 [2026-08-05T14:00:42.726Z] Fetching changes from the remote Git repository
16:00:42 [2026-08-05T14:00:42.728Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-dependencies-bom # timeout=10
16:00:42 [2026-08-05T14:00:42.734Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-dependencies-bom
16:00:42 [2026-08-05T14:00:42.734Z] > /usr/bin/git --version # timeout=10
16:00:42 [2026-08-05T14:00:42.739Z] > git --version # 'git version 2.43.0'
16:00:42 [2026-08-05T14:00:42.739Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
16:00:42 [2026-08-05T14:00:42.745Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10
16:00:43 [2026-08-05T14:00:43.170Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
16:00:43 [2026-08-05T14:00:43.177Z] Checking out Revision 395d1870505df1d1c0677bb0a4cf80a82eb9c6ab (refs/remotes/origin/master)
16:00:43 [2026-08-05T14:00:43.177Z] > /usr/bin/git config core.sparsecheckout # timeout=10
16:00:43 [2026-08-05T14:00:43.182Z] > /usr/bin/git checkout -f 395d1870505df1d1c0677bb0a4cf80a82eb9c6ab # timeout=10
16:00:43 [2026-08-05T14:00:43.190Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
16:00:43 [2026-08-05T14:00:43.198Z] > /usr/bin/git branch -D master # timeout=10
16:00:43 [2026-08-05T14:00:43.205Z] > /usr/bin/git checkout -b master 395d1870505df1d1c0677bb0a4cf80a82eb9c6ab # timeout=10
16:00:43 [2026-08-05T14:00:43.215Z] Commit message: "Specifies the property maven.compiler.version for both silverpeas-dependencies-bom and silverpeas-test-dependencies-bom"
16:00:43 [2026-08-05T14:00:43.216Z] > /usr/bin/git rev-list --no-walk 395d1870505df1d1c0677bb0a4cf80a82eb9c6ab # timeout=10
16:00:43 [2026-08-05T14:00:43.235Z] [Pipeline] sh
16:00:43 [2026-08-05T14:00:43.491Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260805
16:00:45 [2026-08-05T14:00:45.353Z] [INFO] Scanning for projects...
16:00:45 [2026-08-05T14:00:45.906Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
16:00:46 [2026-08-05T14:00:46.156Z] Progress (1): 780 B
16:00:46 [2026-08-05T14:00:46.156Z] Progress (1): 1.7 kB
16:00:46 [2026-08-05T14:00:46.156Z] Progress (1): 4.2 kB
16:00:46 [2026-08-05T14:00:46.156Z] Progress (1): 5.3 kB
16:00:46 [2026-08-05T14:00:46.156Z]
16:00:46 [2026-08-05T14:00:46.157Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 14 kB/s)
16:00:46 [2026-08-05T14:00:46.157Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 752 B
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 1.7 kB
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 3.7 kB
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 6.4 kB
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 8.2 kB
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 9.9 kB
16:00:46 [2026-08-05T14:00:46.157Z]
16:00:46 [2026-08-05T14:00:46.157Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 291 kB/s)
16:00:46 [2026-08-05T14:00:46.157Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 726 B
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 1.6 kB
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 4.2 kB
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 8.4 kB
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 11 kB
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 16 kB
16:00:46 [2026-08-05T14:00:46.157Z] Progress (1): 21 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 23 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 26 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 28 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 30 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 33 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 37 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 39 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 42 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 45 kB
16:00:46 [2026-08-05T14:00:46.407Z]
16:00:46 [2026-08-05T14:00:46.407Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 1.1 MB/s)
16:00:46 [2026-08-05T14:00:46.407Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 743 B
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 1.6 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 3.4 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 5.5 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 9.0 kB
16:00:46 [2026-08-05T14:00:46.407Z] Progress (1): 14 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 17 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 19 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 21 kB
16:00:46 [2026-08-05T14:00:46.408Z]
16:00:46 [2026-08-05T14:00:46.408Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 587 kB/s)
16:00:46 [2026-08-05T14:00:46.408Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 0.9/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 2.3/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 3.2/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 4.5/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 5.9/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 7.3/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 8.7/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 10/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 11/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 13/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 14/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 15/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 17/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 18/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 20/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 21/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 22/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 24/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 25/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 26/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 28/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 29/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 33/36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 36 kB
16:00:46 [2026-08-05T14:00:46.408Z]
16:00:46 [2026-08-05T14:00:46.408Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 1.0 MB/s)
16:00:46 [2026-08-05T14:00:46.408Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 786 B
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 2.3 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 5.0 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 8.1 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 8.1 kB
16:00:46 [2026-08-05T14:00:46.408Z]
16:00:46 [2026-08-05T14:00:46.408Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom (8.1 kB at 270 kB/s)
16:00:46 [2026-08-05T14:00:46.408Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 773 B
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 2.3 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 5.1 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 7.5 kB
16:00:46 [2026-08-05T14:00:46.408Z]
16:00:46 [2026-08-05T14:00:46.408Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom (7.5 kB at 287 kB/s)
16:00:46 [2026-08-05T14:00:46.408Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 780 B
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 2.1 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 6.0 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 9.4 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 14 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 19 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 23 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 25 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 27 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 29 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 32 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 36 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 38 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 42 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 44 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 50 kB
16:00:46 [2026-08-05T14:00:46.408Z] Progress (1): 50 kB
16:00:46 [2026-08-05T14:00:46.408Z]
16:00:46 [2026-08-05T14:00:46.408Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom (50 kB at 1.2 MB/s)
16:00:46 [2026-08-05T14:00:46.659Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 741 B
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 2.1 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 4.0 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 6.0 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 10 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 16 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 19 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 20 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 23 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 24 kB
16:00:46 [2026-08-05T14:00:46.659Z]
16:00:46 [2026-08-05T14:00:46.659Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom (24 kB at 756 kB/s)
16:00:46 [2026-08-05T14:00:46.659Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 908 B
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 4.1 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 5.6 kB
16:00:46 [2026-08-05T14:00:46.659Z]
16:00:46 [2026-08-05T14:00:46.659Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom (5.6 kB at 202 kB/s)
16:00:46 [2026-08-05T14:00:46.659Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 3.8/33 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 7.7/33 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 12/33 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 16/33 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 20/33 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 25/33 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 29/33 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 33 kB
16:00:46 [2026-08-05T14:00:46.659Z]
16:00:46 [2026-08-05T14:00:46.659Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar (33 kB at 1.1 MB/s)
16:00:46 [2026-08-05T14:00:46.659Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 771 B
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 2.2 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 4.9 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 8.6 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 9.2 kB
16:00:46 [2026-08-05T14:00:46.659Z]
16:00:46 [2026-08-05T14:00:46.659Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom (9.2 kB at 307 kB/s)
16:00:46 [2026-08-05T14:00:46.659Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 3.8/40 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 8.0/40 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 12/40 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 16/40 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 21/40 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 24/40 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 28/40 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 33/40 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 37/40 kB
16:00:46 [2026-08-05T14:00:46.659Z] Progress (1): 40 kB
16:00:46 [2026-08-05T14:00:46.659Z]
16:00:46 [2026-08-05T14:00:46.659Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar (40 kB at 1.2 MB/s)
16:00:46 [2026-08-05T14:00:46.659Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 745 B
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 2.4 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 5.4 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 7.1 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 14 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 18 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 20 kB
16:00:46 [2026-08-05T14:00:46.910Z]
16:00:46 [2026-08-05T14:00:46.910Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 736 kB/s)
16:00:46 [2026-08-05T14:00:46.910Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 753 B
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 2.2 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 4.5 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 7.3 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 9.9 kB
16:00:46 [2026-08-05T14:00:46.910Z]
16:00:46 [2026-08-05T14:00:46.910Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 341 kB/s)
16:00:46 [2026-08-05T14:00:46.910Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 774 B
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 2.0 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 5.7 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 7.7 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 11 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 16 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 21 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 25 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 27 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 29 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 32 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 36 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 36 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 39 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 43 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 45 kB
16:00:46 [2026-08-05T14:00:46.910Z]
16:00:46 [2026-08-05T14:00:46.910Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 1.2 MB/s)
16:00:46 [2026-08-05T14:00:46.910Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 744 B
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 2.1 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 3.9 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 7.3 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 12 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 16 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 19 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 21 kB
16:00:46 [2026-08-05T14:00:46.910Z]
16:00:46 [2026-08-05T14:00:46.910Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 571 kB/s)
16:00:46 [2026-08-05T14:00:46.910Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 7.7/119 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 8.2/119 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 25/119 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 41/119 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 57/119 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 74/119 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 90/119 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 106/119 kB
16:00:46 [2026-08-05T14:00:46.910Z] Progress (1): 119 kB
16:00:46 [2026-08-05T14:00:46.910Z]
16:00:46 [2026-08-05T14:00:46.910Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 2.8 MB/s)
16:00:47 [2026-08-05T14:00:47.161Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
16:00:47 [2026-08-05T14:00:47.161Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 4.6 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 12 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 14 kB
16:00:47 [2026-08-05T14:00:47.161Z]
16:00:47 [2026-08-05T14:00:47.161Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 595 kB/s)
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 3.7 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 7.5 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 13 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 19 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 20 kB
16:00:47 [2026-08-05T14:00:47.161Z]
16:00:47 [2026-08-05T14:00:47.161Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 398 kB/s)
16:00:47 [2026-08-05T14:00:47.161Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 1.5 kB
16:00:47 [2026-08-05T14:00:47.161Z]
16:00:47 [2026-08-05T14:00:47.161Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 64 kB/s)
16:00:47 [2026-08-05T14:00:47.161Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.pom
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 1.9 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 5.5 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 7.9 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 10 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 12 kB
16:00:47 [2026-08-05T14:00:47.161Z]
16:00:47 [2026-08-05T14:00:47.161Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.pom (12 kB at 496 kB/s)
16:00:47 [2026-08-05T14:00:47.161Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 1.1 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 2.9 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 4.6 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 9.3 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 12 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 15 kB
16:00:47 [2026-08-05T14:00:47.161Z]
16:00:47 [2026-08-05T14:00:47.161Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom (15 kB at 511 kB/s)
16:00:47 [2026-08-05T14:00:47.161Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 711 B
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 1.6 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 5.2 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 7.3 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 8.8 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 11 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 14 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 17 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 22 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 26 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 28 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 31 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 34 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 38 kB
16:00:47 [2026-08-05T14:00:47.161Z] Progress (1): 39 kB
16:00:47 [2026-08-05T14:00:47.161Z]
16:00:47 [2026-08-05T14:00:47.161Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom (39 kB at 922 kB/s)
16:00:47 [2026-08-05T14:00:47.412Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 908 B
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 2.2 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 5.7 kB
16:00:47 [2026-08-05T14:00:47.412Z]
16:00:47 [2026-08-05T14:00:47.412Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom (5.7 kB at 183 kB/s)
16:00:47 [2026-08-05T14:00:47.412Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.jar
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 0.9/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 2.3/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 3.6/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 5.0/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 6.4/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 7.7/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 9.1/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 10/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 12/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 13/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 15/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 16/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 17/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 19/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 20/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 21/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 23/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 24/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 26/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 30/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 34/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 38/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 42/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 47/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 51/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 55/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 59/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 64/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 68/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 72/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 76/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 80/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 85/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 89/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 93/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 97/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 102/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 106/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 110/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 114/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 119/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 122/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 127/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 131/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 135/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 139/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 144/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 148/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 152/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 156/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 159/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 163/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 167/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 172/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 176/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 180/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 184/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 189/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 193/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 209/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 226/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 242/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 258/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 275/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 290/301 kB
16:00:47 [2026-08-05T14:00:47.412Z] Progress (1): 301 kB
16:00:47 [2026-08-05T14:00:47.412Z]
16:00:47 [2026-08-05T14:00:47.412Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.jar (301 kB at 4.4 MB/s)
16:00:47 [2026-08-05T14:00:47.412Z] [INFO]
16:00:47 [2026-08-05T14:00:47.412Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >-------------
16:00:47 [2026-08-05T14:00:47.412Z] [INFO] Building Silverpeas Dependencies BOM 2.0-SNAPSHOT
16:00:47 [2026-08-05T14:00:47.412Z] [INFO] from pom.xml
16:00:47 [2026-08-05T14:00:47.412Z] [INFO] --------------------------------[ pom ]---------------------------------
16:00:47 [2026-08-05T14:00:47.412Z] [INFO]
16:00:47 [2026-08-05T14:00:47.412Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-dependencies-bom ---
16:00:47 [2026-08-05T14:00:47.412Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.pom
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 940 B
16:00:47 [2026-08-05T14:00:47.663Z]
16:00:47 [2026-08-05T14:00:47.663Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.pom (940 B at 32 kB/s)
16:00:47 [2026-08-05T14:00:47.663Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.pom
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 1.2 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 2.7 kB
16:00:47 [2026-08-05T14:00:47.663Z]
16:00:47 [2026-08-05T14:00:47.663Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.pom (2.7 kB at 111 kB/s)
16:00:47 [2026-08-05T14:00:47.663Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.pom
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 1.4 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 2.6 kB
16:00:47 [2026-08-05T14:00:47.663Z]
16:00:47 [2026-08-05T14:00:47.663Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.pom (2.6 kB at 115 kB/s)
16:00:47 [2026-08-05T14:00:47.663Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.pom
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 2.5 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 5.4 kB
16:00:47 [2026-08-05T14:00:47.663Z]
16:00:47 [2026-08-05T14:00:47.663Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.pom (5.4 kB at 206 kB/s)
16:00:47 [2026-08-05T14:00:47.663Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 827 B
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 1.9 kB
16:00:47 [2026-08-05T14:00:47.663Z]
16:00:47 [2026-08-05T14:00:47.663Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 62 kB/s)
16:00:47 [2026-08-05T14:00:47.663Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 816 B
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 2.5 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 3.2 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 5.5 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 9.3 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 12 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 15 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 19 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 21 kB
16:00:47 [2026-08-05T14:00:47.663Z]
16:00:47 [2026-08-05T14:00:47.663Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 883 kB/s)
16:00:47 [2026-08-05T14:00:47.663Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 727 B
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 1.9 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 5.4 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 9.8 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 14 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 19 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 23 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 26 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 27 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 30 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 34 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 37 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 41 kB
16:00:47 [2026-08-05T14:00:47.663Z] Progress (1): 43 kB
16:00:47 [2026-08-05T14:00:47.663Z]
16:00:47 [2026-08-05T14:00:47.663Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.3 MB/s)
16:00:47 [2026-08-05T14:00:47.663Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 749 B
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 2.1 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 3.9 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 7.9 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 13 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 16 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 18 kB
16:00:47 [2026-08-05T14:00:47.914Z]
16:00:47 [2026-08-05T14:00:47.914Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 594 kB/s)
16:00:47 [2026-08-05T14:00:47.914Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 976 B
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 4.3 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 7.7 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 12 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 13 kB
16:00:47 [2026-08-05T14:00:47.914Z]
16:00:47 [2026-08-05T14:00:47.914Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom (13 kB at 356 kB/s)
16:00:47 [2026-08-05T14:00:47.914Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.pom
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 998 B
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 3.3 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 6.3 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 9.6 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 9.9 kB
16:00:47 [2026-08-05T14:00:47.914Z]
16:00:47 [2026-08-05T14:00:47.914Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.pom (9.9 kB at 267 kB/s)
16:00:47 [2026-08-05T14:00:47.914Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 949 B
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 2.9 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 4.1 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 6.1 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 9.9 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 12 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 15 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 18 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 21 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 24 kB
16:00:47 [2026-08-05T14:00:47.914Z]
16:00:47 [2026-08-05T14:00:47.914Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom (24 kB at 844 kB/s)
16:00:47 [2026-08-05T14:00:47.914Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 967 B
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 2.7 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 4.5 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 6.3 kB
16:00:47 [2026-08-05T14:00:47.914Z]
16:00:47 [2026-08-05T14:00:47.914Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 252 kB/s)
16:00:47 [2026-08-05T14:00:47.914Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 951 B
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 2.6 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 4.1 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 6.6 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 9.7 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 12 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 15 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 18 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 21 kB
16:00:47 [2026-08-05T14:00:47.914Z] Progress (1): 24 kB
16:00:47 [2026-08-05T14:00:47.914Z]
16:00:47 [2026-08-05T14:00:47.914Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 842 kB/s)
16:00:48 [2026-08-05T14:00:48.165Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 740 B
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 1.8 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 4.1 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 5.5 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 7.5 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 9.7 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 12 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 16 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 19 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 22 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 25 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 28 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 32 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 33 kB
16:00:48 [2026-08-05T14:00:48.165Z]
16:00:48 [2026-08-05T14:00:48.165Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom (33 kB at 1.1 MB/s)
16:00:48 [2026-08-05T14:00:48.165Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 699 B
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 1.9 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 3.2 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 4.7 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 6.8 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 9.5 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 11 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 14 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 16 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 18 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 21 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 23 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 25 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 29 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 32 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 32 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 37 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 41 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 45 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 47 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 50 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 52 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 56 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 58 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 61 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 64 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 68 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 71 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 74 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 76 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 78 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 80 kB
16:00:48 [2026-08-05T14:00:48.165Z]
16:00:48 [2026-08-05T14:00:48.165Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom (80 kB at 2.2 MB/s)
16:00:48 [2026-08-05T14:00:48.165Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 739 B
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 2.1 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 4.0 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 5.9 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 11 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 15 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 19 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 22 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 24 kB
16:00:48 [2026-08-05T14:00:48.165Z]
16:00:48 [2026-08-05T14:00:48.165Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom (24 kB at 1.0 MB/s)
16:00:48 [2026-08-05T14:00:48.165Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 908 B
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 4.1 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 5.7 kB
16:00:48 [2026-08-05T14:00:48.165Z]
16:00:48 [2026-08-05T14:00:48.165Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom (5.7 kB at 210 kB/s)
16:00:48 [2026-08-05T14:00:48.165Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.pom
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 760 B
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 2.2 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 4.4 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 6.1 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 8.4 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 11 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 14 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 16 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 19 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 22 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 26 kB
16:00:48 [2026-08-05T14:00:48.165Z] Progress (1): 26 kB
16:00:48 [2026-08-05T14:00:48.165Z]
16:00:48 [2026-08-05T14:00:48.165Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.pom (26 kB at 554 kB/s)
16:00:48 [2026-08-05T14:00:48.165Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 701 B
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 1.9 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 3.2 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 4.7 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 6.8 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 9.2 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 11 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 13 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 16 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 18 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 21 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 23 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 25 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 29 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 32 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 32 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 37 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 41 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 45 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 47 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 50 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 52 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 56 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 58 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 61 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 64 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 69 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 71 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 74 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 76 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 78 kB
16:00:48 [2026-08-05T14:00:48.416Z]
16:00:48 [2026-08-05T14:00:48.416Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom (78 kB at 2.3 MB/s)
16:00:48 [2026-08-05T14:00:48.416Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 908 B
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 4.1 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 5.6 kB
16:00:48 [2026-08-05T14:00:48.416Z]
16:00:48 [2026-08-05T14:00:48.416Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom (5.6 kB at 202 kB/s)
16:00:48 [2026-08-05T14:00:48.416Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 814 B
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 2.6 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 3.7 kB
16:00:48 [2026-08-05T14:00:48.416Z]
16:00:48 [2026-08-05T14:00:48.416Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom (3.7 kB at 132 kB/s)
16:00:48 [2026-08-05T14:00:48.416Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 692 B
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 2.5 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 6.4 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 8.9 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 10 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 14 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 18 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 21 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 25 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 29 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 29 kB
16:00:48 [2026-08-05T14:00:48.416Z]
16:00:48 [2026-08-05T14:00:48.416Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 1.1 MB/s)
16:00:48 [2026-08-05T14:00:48.416Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 908 B
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 4.1 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 5.6 kB
16:00:48 [2026-08-05T14:00:48.416Z]
16:00:48 [2026-08-05T14:00:48.416Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 209 kB/s)
16:00:48 [2026-08-05T14:00:48.416Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 798 B
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 2.3 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 5.4 kB
16:00:48 [2026-08-05T14:00:48.416Z] Progress (1): 5.4 kB
16:00:48 [2026-08-05T14:00:48.416Z]
16:00:48 [2026-08-05T14:00:48.416Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom (5.4 kB at 199 kB/s)
16:00:48 [2026-08-05T14:00:48.416Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 811 B
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 2.3 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 3.8 kB
16:00:48 [2026-08-05T14:00:48.667Z]
16:00:48 [2026-08-05T14:00:48.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom (3.8 kB at 145 kB/s)
16:00:48 [2026-08-05T14:00:48.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 805 B
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 2.1 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 4.1 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 7.7 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 12 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 17 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 22 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 26 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 27 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 29 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 32 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 36 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 38 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 42 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 44 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 50 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 50 kB
16:00:48 [2026-08-05T14:00:48.667Z]
16:00:48 [2026-08-05T14:00:48.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 2.0 MB/s)
16:00:48 [2026-08-05T14:00:48.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 733 B
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 2.0 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 4.0 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 5.9 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 10 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 16 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 19 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 22 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 24 kB
16:00:48 [2026-08-05T14:00:48.667Z]
16:00:48 [2026-08-05T14:00:48.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom (24 kB at 930 kB/s)
16:00:48 [2026-08-05T14:00:48.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 1.0 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 2.7 kB
16:00:48 [2026-08-05T14:00:48.667Z]
16:00:48 [2026-08-05T14:00:48.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 98 kB/s)
16:00:48 [2026-08-05T14:00:48.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 1.1 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 3.1 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 5.7 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 8.6 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 12 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 14 kB
16:00:48 [2026-08-05T14:00:48.667Z]
16:00:48 [2026-08-05T14:00:48.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 503 kB/s)
16:00:48 [2026-08-05T14:00:48.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 825 B
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 2.8 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 2.8 kB
16:00:48 [2026-08-05T14:00:48.667Z]
16:00:48 [2026-08-05T14:00:48.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 97 kB/s)
16:00:48 [2026-08-05T14:00:48.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 774 B
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 2.2 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 6.0 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 9.6 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 13 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 16 kB
16:00:48 [2026-08-05T14:00:48.667Z] Progress (1): 18 kB
16:00:48 [2026-08-05T14:00:48.667Z]
16:00:48 [2026-08-05T14:00:48.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 649 kB/s)
16:00:48 [2026-08-05T14:00:48.918Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 717 B
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 1.9 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 5.4 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 9.9 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 14 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 19 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 23 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 26 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 27 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 30 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 34 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 36 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 39 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 44 kB
16:00:48 [2026-08-05T14:00:48.918Z]
16:00:48 [2026-08-05T14:00:48.918Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.5 MB/s)
16:00:48 [2026-08-05T14:00:48.918Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 753 B
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 2.1 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 3.9 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 8.3 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 13 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 16 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 17 kB
16:00:48 [2026-08-05T14:00:48.918Z]
16:00:48 [2026-08-05T14:00:48.918Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 684 kB/s)
16:00:48 [2026-08-05T14:00:48.918Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 843 B
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 2.6 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 2.6 kB
16:00:48 [2026-08-05T14:00:48.918Z]
16:00:48 [2026-08-05T14:00:48.918Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 88 kB/s)
16:00:48 [2026-08-05T14:00:48.918Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 791 B
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 2.4 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 2.8 kB
16:00:48 [2026-08-05T14:00:48.918Z]
16:00:48 [2026-08-05T14:00:48.918Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom (2.8 kB at 80 kB/s)
16:00:48 [2026-08-05T14:00:48.918Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 811 B
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 2.3 kB
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 3.8 kB
16:00:48 [2026-08-05T14:00:48.918Z]
16:00:48 [2026-08-05T14:00:48.918Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom (3.8 kB at 135 kB/s)
16:00:48 [2026-08-05T14:00:48.918Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 835 B
16:00:48 [2026-08-05T14:00:48.918Z] Progress (1): 1.4 kB
16:00:48 [2026-08-05T14:00:48.918Z]
16:00:48 [2026-08-05T14:00:48.918Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom (1.4 kB at 39 kB/s)
16:00:49 [2026-08-05T14:00:49.169Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 774 B
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 2.3 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 4.3 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 8.0 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 11 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 15 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 17 kB
16:00:49 [2026-08-05T14:00:49.169Z]
16:00:49 [2026-08-05T14:00:49.169Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom (17 kB at 555 kB/s)
16:00:49 [2026-08-05T14:00:49.169Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 908 B
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 4.1 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 5.6 kB
16:00:49 [2026-08-05T14:00:49.169Z]
16:00:49 [2026-08-05T14:00:49.169Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom (5.6 kB at 209 kB/s)
16:00:49 [2026-08-05T14:00:49.169Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 788 B
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 2.3 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 5.8 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 8.6 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 8.8 kB
16:00:49 [2026-08-05T14:00:49.169Z]
16:00:49 [2026-08-05T14:00:49.169Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom (8.8 kB at 302 kB/s)
16:00:49 [2026-08-05T14:00:49.169Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 908 B
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 4.1 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 5.6 kB
16:00:49 [2026-08-05T14:00:49.169Z]
16:00:49 [2026-08-05T14:00:49.169Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom (5.6 kB at 226 kB/s)
16:00:49 [2026-08-05T14:00:49.169Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 793 B
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 2.3 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 4.3 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 5.9 kB
16:00:49 [2026-08-05T14:00:49.169Z]
16:00:49 [2026-08-05T14:00:49.169Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 203 kB/s)
16:00:49 [2026-08-05T14:00:49.169Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 812 B
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 2.2 kB
16:00:49 [2026-08-05T14:00:49.169Z] Progress (1): 3.2 kB
16:00:49 [2026-08-05T14:00:49.169Z]
16:00:49 [2026-08-05T14:00:49.169Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 107 kB/s)
16:00:49 [2026-08-05T14:00:49.169Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 724 B
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 1.9 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 5.5 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 9.8 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 14 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 19 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 23 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 26 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 28 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 31 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 34 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 37 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 40 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 43 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 48 kB
16:00:49 [2026-08-05T14:00:49.420Z]
16:00:49 [2026-08-05T14:00:49.420Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.7 MB/s)
16:00:49 [2026-08-05T14:00:49.420Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 741 B
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 2.1 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 3.9 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 6.9 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 12 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 16 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 19 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 21 kB
16:00:49 [2026-08-05T14:00:49.420Z]
16:00:49 [2026-08-05T14:00:49.420Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 740 kB/s)
16:00:49 [2026-08-05T14:00:49.420Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 760 B
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 2.0 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 4.8 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 6.6 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 8.7 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 12 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 14 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 18 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 21 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 21 kB
16:00:49 [2026-08-05T14:00:49.420Z]
16:00:49 [2026-08-05T14:00:49.420Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom (21 kB at 695 kB/s)
16:00:49 [2026-08-05T14:00:49.420Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 699 B
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 1.9 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 3.2 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 4.7 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 6.8 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 9.4 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 11 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 14 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 16 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 18 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 21 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 23 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 25 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 29 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 32 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 32 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 37 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 41 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 45 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 47 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 50 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 52 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 56 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 58 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 61 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 64 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 68 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 71 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 74 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 76 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 78 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 79 kB
16:00:49 [2026-08-05T14:00:49.420Z]
16:00:49 [2026-08-05T14:00:49.420Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom (79 kB at 2.1 MB/s)
16:00:49 [2026-08-05T14:00:49.420Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 789 B
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 2.7 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 5.8 kB
16:00:49 [2026-08-05T14:00:49.420Z]
16:00:49 [2026-08-05T14:00:49.420Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom (5.8 kB at 201 kB/s)
16:00:49 [2026-08-05T14:00:49.420Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 758 B
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 2.2 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 5.4 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 8.4 kB
16:00:49 [2026-08-05T14:00:49.420Z] Progress (1): 12 kB
16:00:49 [2026-08-05T14:00:49.420Z]
16:00:49 [2026-08-05T14:00:49.420Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom (12 kB at 363 kB/s)
16:00:49 [2026-08-05T14:00:49.420Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 904 B
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 3.1 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 4.2 kB
16:00:49 [2026-08-05T14:00:49.671Z]
16:00:49 [2026-08-05T14:00:49.671Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 135 kB/s)
16:00:49 [2026-08-05T14:00:49.671Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 861 B
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 2.9 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 5.2 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 9.8 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 11 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 14 kB
16:00:49 [2026-08-05T14:00:49.671Z]
16:00:49 [2026-08-05T14:00:49.671Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 528 kB/s)
16:00:49 [2026-08-05T14:00:49.671Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 838 B
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 2.7 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 6.5 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 6.6 kB
16:00:49 [2026-08-05T14:00:49.671Z]
16:00:49 [2026-08-05T14:00:49.671Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 199 kB/s)
16:00:49 [2026-08-05T14:00:49.671Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 1.4 kB
16:00:49 [2026-08-05T14:00:49.671Z]
16:00:49 [2026-08-05T14:00:49.671Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 48 kB/s)
16:00:49 [2026-08-05T14:00:49.671Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 1.1 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 2.4 kB
16:00:49 [2026-08-05T14:00:49.671Z]
16:00:49 [2026-08-05T14:00:49.671Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 76 kB/s)
16:00:49 [2026-08-05T14:00:49.671Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 987 B
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 3.4 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 7.9 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 7.9 kB
16:00:49 [2026-08-05T14:00:49.671Z]
16:00:49 [2026-08-05T14:00:49.671Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 293 kB/s)
16:00:49 [2026-08-05T14:00:49.671Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 1.1 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 3.6 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 7.1 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 13 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 17 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 20 kB
16:00:49 [2026-08-05T14:00:49.671Z] Progress (1): 21 kB
16:00:49 [2026-08-05T14:00:49.671Z]
16:00:49 [2026-08-05T14:00:49.671Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 627 kB/s)
16:00:49 [2026-08-05T14:00:49.922Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 1.0 kB
16:00:49 [2026-08-05T14:00:49.922Z]
16:00:49 [2026-08-05T14:00:49.922Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 24 kB/s)
16:00:49 [2026-08-05T14:00:49.922Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 612 B
16:00:49 [2026-08-05T14:00:49.922Z]
16:00:49 [2026-08-05T14:00:49.922Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 26 kB/s)
16:00:49 [2026-08-05T14:00:49.922Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 914 B
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 2.6 kB
16:00:49 [2026-08-05T14:00:49.922Z]
16:00:49 [2026-08-05T14:00:49.922Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 105 kB/s)
16:00:49 [2026-08-05T14:00:49.922Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 860 B
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 2.8 kB
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 5.1 kB
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 9.6 kB
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 11 kB
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 14 kB
16:00:49 [2026-08-05T14:00:49.922Z]
16:00:49 [2026-08-05T14:00:49.922Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 465 kB/s)
16:00:49 [2026-08-05T14:00:49.922Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 815 B
16:00:49 [2026-08-05T14:00:49.922Z]
16:00:49 [2026-08-05T14:00:49.922Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 33 kB/s)
16:00:49 [2026-08-05T14:00:49.922Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 1.3 kB
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 4.2 kB
16:00:49 [2026-08-05T14:00:49.922Z]
16:00:49 [2026-08-05T14:00:49.922Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 170 kB/s)
16:00:49 [2026-08-05T14:00:49.922Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 711 B
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 2.8 kB
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 6.4 kB
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 9.1 kB
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 13 kB
16:00:49 [2026-08-05T14:00:49.922Z] Progress (1): 17 kB
16:00:49 [2026-08-05T14:00:49.922Z]
16:00:49 [2026-08-05T14:00:49.922Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 618 kB/s)
16:00:50 [2026-08-05T14:00:50.173Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
16:00:50 [2026-08-05T14:00:50.173Z] Progress (1): 930 B
16:00:50 [2026-08-05T14:00:50.173Z] Progress (1): 3.0 kB
16:00:50 [2026-08-05T14:00:50.173Z] Progress (1): 6.0 kB
16:00:50 [2026-08-05T14:00:50.173Z] Progress (1): 7.3 kB
16:00:50 [2026-08-05T14:00:50.173Z]
16:00:50 [2026-08-05T14:00:50.173Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 228 kB/s)
16:00:50 [2026-08-05T14:00:50.173Z] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
16:00:50 [2026-08-05T14:00:50.173Z] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
16:00:50 [2026-08-05T14:00:50.173Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
16:00:50 [2026-08-05T14:00:50.173Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (0 B at 0 B/s)
16:00:50 [2026-08-05T14:00:50.173Z] [INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
16:00:50 [2026-08-05T14:00:50.173Z] [INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
16:00:50 [2026-08-05T14:00:50.173Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
16:00:50 [2026-08-05T14:00:50.173Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (0 B at 0 B/s)
16:00:50 [2026-08-05T14:00:50.173Z] [INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
16:00:50 [2026-08-05T14:00:50.174Z] [INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
16:00:50 [2026-08-05T14:00:50.174Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
16:00:50 [2026-08-05T14:00:50.174Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (0 B at 0 B/s)
16:00:50 [2026-08-05T14:00:50.174Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 815 B
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 3.7 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 3.9 kB
16:00:50 [2026-08-05T14:00:50.424Z]
16:00:50 [2026-08-05T14:00:50.424Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom (3.9 kB at 109 kB/s)
16:00:50 [2026-08-05T14:00:50.424Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.pom
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 740 B
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 2.0 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 3.8 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 6.5 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 8.9 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 13 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 15 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 19 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 22 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 24 kB
16:00:50 [2026-08-05T14:00:50.424Z]
16:00:50 [2026-08-05T14:00:50.424Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.pom (24 kB at 911 kB/s)
16:00:50 [2026-08-05T14:00:50.424Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 700 B
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 1.9 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 3.2 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 4.7 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 6.8 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 9.4 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 11 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 14 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 16 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 19 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 21 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 23 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 25 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 29 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 32 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 32 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 36 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 41 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 44 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 46 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 50 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 52 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 55 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 58 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 60 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 63 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 67 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 70 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 73 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 75 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 77 kB
16:00:50 [2026-08-05T14:00:50.424Z] Progress (1): 79 kB
16:00:50 [2026-08-05T14:00:50.424Z]
16:00:50 [2026-08-05T14:00:50.424Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom (79 kB at 2.2 MB/s)
16:00:50 [2026-08-05T14:00:50.425Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 802 B
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 3.5 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 7.8 kB
16:00:50 [2026-08-05T14:00:50.425Z]
16:00:50 [2026-08-05T14:00:50.425Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom (7.8 kB at 267 kB/s)
16:00:50 [2026-08-05T14:00:50.425Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.pom
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 1.2 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 2.8 kB
16:00:50 [2026-08-05T14:00:50.425Z]
16:00:50 [2026-08-05T14:00:50.425Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.pom (2.8 kB at 115 kB/s)
16:00:50 [2026-08-05T14:00:50.425Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 689 B
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 2.5 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 6.4 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 8.8 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 11 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 12 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 16 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 21 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 23 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 28 kB
16:00:50 [2026-08-05T14:00:50.425Z] Progress (1): 31 kB
16:00:50 [2026-08-05T14:00:50.425Z]
16:00:50 [2026-08-05T14:00:50.425Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom (31 kB at 615 kB/s)
16:00:50 [2026-08-05T14:00:50.675Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 1.3 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 3.0 kB
16:00:50 [2026-08-05T14:00:50.675Z]
16:00:50 [2026-08-05T14:00:50.675Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (3.0 kB at 76 kB/s)
16:00:50 [2026-08-05T14:00:50.675Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 692 B
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 2.7 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 6.4 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 8.9 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 11 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 14 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 18 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 21 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 25 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 28 kB
16:00:50 [2026-08-05T14:00:50.675Z]
16:00:50 [2026-08-05T14:00:50.675Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 838 kB/s)
16:00:50 [2026-08-05T14:00:50.675Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 908 B
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 4.1 kB
16:00:50 [2026-08-05T14:00:50.675Z] Progress (1): 5.6 kB
16:00:50 [2026-08-05T14:00:50.675Z]
16:00:50 [2026-08-05T14:00:50.676Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 56 kB/s)
16:00:50 [2026-08-05T14:00:50.676Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom
16:00:50 [2026-08-05T14:00:50.676Z] Progress (1): 774 B
16:00:50 [2026-08-05T14:00:50.676Z] Progress (1): 2.7 kB
16:00:50 [2026-08-05T14:00:50.676Z] Progress (1): 6.9 kB
16:00:50 [2026-08-05T14:00:50.676Z] Progress (1): 7.4 kB
16:00:50 [2026-08-05T14:00:50.676Z]
16:00:50 [2026-08-05T14:00:50.676Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom (7.4 kB at 254 kB/s)
16:00:50 [2026-08-05T14:00:50.676Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 797 B
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 2.3 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 3.0 kB
16:00:50 [2026-08-05T14:00:50.926Z]
16:00:50 [2026-08-05T14:00:50.926Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom (3.0 kB at 94 kB/s)
16:00:50 [2026-08-05T14:00:50.926Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 818 B
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 2.9 kB
16:00:50 [2026-08-05T14:00:50.926Z]
16:00:50 [2026-08-05T14:00:50.926Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom (2.9 kB at 107 kB/s)
16:00:50 [2026-08-05T14:00:50.926Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 823 B
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 2.5 kB
16:00:50 [2026-08-05T14:00:50.926Z]
16:00:50 [2026-08-05T14:00:50.926Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom (2.5 kB at 100 kB/s)
16:00:50 [2026-08-05T14:00:50.926Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 808 B
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 2.4 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 4.1 kB
16:00:50 [2026-08-05T14:00:50.926Z]
16:00:50 [2026-08-05T14:00:50.926Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom (4.1 kB at 127 kB/s)
16:00:50 [2026-08-05T14:00:50.926Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 1.0 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 4.5 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 7.7 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 9.3 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 12 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 16 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 19 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 24 kB
16:00:50 [2026-08-05T14:00:50.926Z] Progress (1): 25 kB
16:00:50 [2026-08-05T14:00:50.926Z]
16:00:50 [2026-08-05T14:00:50.927Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom (25 kB at 846 kB/s)
16:00:50 [2026-08-05T14:00:50.927Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom
16:00:50 [2026-08-05T14:00:50.927Z] Progress (1): 801 B
16:00:50 [2026-08-05T14:00:50.927Z] Progress (1): 2.2 kB
16:00:50 [2026-08-05T14:00:50.927Z] Progress (1): 5.1 kB
16:00:50 [2026-08-05T14:00:50.927Z] Progress (1): 9.4 kB
16:00:50 [2026-08-05T14:00:50.927Z] Progress (1): 12 kB
16:00:50 [2026-08-05T14:00:50.927Z]
16:00:50 [2026-08-05T14:00:50.927Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom (12 kB at 399 kB/s)
16:00:50 [2026-08-05T14:00:50.927Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 806 B
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 2.6 kB
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 5.1 kB
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 7.8 kB
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 9.5 kB
16:00:51 [2026-08-05T14:00:51.177Z]
16:00:51 [2026-08-05T14:00:51.177Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom (9.5 kB at 272 kB/s)
16:00:51 [2026-08-05T14:00:51.177Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 812 B
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 2.2 kB
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 5.3 kB
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 7.9 kB
16:00:51 [2026-08-05T14:00:51.177Z]
16:00:51 [2026-08-05T14:00:51.177Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom (7.9 kB at 226 kB/s)
16:00:51 [2026-08-05T14:00:51.177Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 862 B
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 2.6 kB
16:00:51 [2026-08-05T14:00:51.177Z]
16:00:51 [2026-08-05T14:00:51.177Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom (2.6 kB at 67 kB/s)
16:00:51 [2026-08-05T14:00:51.177Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 857 B
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 2.3 kB
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 4.2 kB
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 7.4 kB
16:00:51 [2026-08-05T14:00:51.177Z] Progress (1): 8.0 kB
16:00:51 [2026-08-05T14:00:51.177Z]
16:00:51 [2026-08-05T14:00:51.177Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom (8.0 kB at 243 kB/s)
16:00:51 [2026-08-05T14:00:51.178Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 809 B
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 2.5 kB
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 5.9 kB
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 7.8 kB
16:00:51 [2026-08-05T14:00:51.178Z]
16:00:51 [2026-08-05T14:00:51.178Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 216 kB/s)
16:00:51 [2026-08-05T14:00:51.178Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 1.3 kB
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 4.5 kB
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 8.2 kB
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 10 kB
16:00:51 [2026-08-05T14:00:51.178Z]
16:00:51 [2026-08-05T14:00:51.178Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom (10 kB at 388 kB/s)
16:00:51 [2026-08-05T14:00:51.178Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 832 B
16:00:51 [2026-08-05T14:00:51.178Z] Progress (1): 2.4 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 3.2 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 6.7 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 10.0 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 13 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 14 kB
16:00:51 [2026-08-05T14:00:51.428Z]
16:00:51 [2026-08-05T14:00:51.428Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom (14 kB at 553 kB/s)
16:00:51 [2026-08-05T14:00:51.428Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 1.0 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 3.3 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 3.8 kB
16:00:51 [2026-08-05T14:00:51.428Z]
16:00:51 [2026-08-05T14:00:51.428Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 120 kB/s)
16:00:51 [2026-08-05T14:00:51.428Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 1.0 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 3.2 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 6.0 kB
16:00:51 [2026-08-05T14:00:51.428Z] Progress (1): 9.1 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 12 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 14 kB
16:00:51 [2026-08-05T14:00:51.429Z]
16:00:51 [2026-08-05T14:00:51.429Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 418 kB/s)
16:00:51 [2026-08-05T14:00:51.429Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 764 B
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 2.2 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 3.8 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 5.9 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 9.2 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 12 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 16 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 19 kB
16:00:51 [2026-08-05T14:00:51.429Z]
16:00:51 [2026-08-05T14:00:51.429Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom (19 kB at 586 kB/s)
16:00:51 [2026-08-05T14:00:51.429Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 701 B
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 1.9 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 3.2 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 4.7 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 6.8 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 9.4 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 11 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 13 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 16 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 19 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 21 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 23 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 25 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 29 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 32 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 32 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 37 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 41 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 45 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 47 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 50 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 52 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 56 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 58 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 61 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 64 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 69 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 71 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 74 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 76 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 78 kB
16:00:51 [2026-08-05T14:00:51.429Z]
16:00:51 [2026-08-05T14:00:51.429Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom (78 kB at 2.2 MB/s)
16:00:51 [2026-08-05T14:00:51.429Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 737 B
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 2.0 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 4.0 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 5.9 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 11 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 15 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 19 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 22 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 24 kB
16:00:51 [2026-08-05T14:00:51.429Z]
16:00:51 [2026-08-05T14:00:51.429Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 1.0 MB/s)
16:00:51 [2026-08-05T14:00:51.429Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 908 B
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 4.1 kB
16:00:51 [2026-08-05T14:00:51.429Z] Progress (1): 5.6 kB
16:00:51 [2026-08-05T14:00:51.429Z]
16:00:51 [2026-08-05T14:00:51.429Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom (5.6 kB at 246 kB/s)
16:00:51 [2026-08-05T14:00:51.429Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 740 B
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 2.1 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 3.9 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 5.4 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 8.5 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 11 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 14 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 20 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 23 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 28 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 31 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 32 kB
16:00:51 [2026-08-05T14:00:51.680Z]
16:00:51 [2026-08-05T14:00:51.680Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom (32 kB at 1.0 MB/s)
16:00:51 [2026-08-05T14:00:51.680Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 830 B
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 2.5 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 6.1 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 9.2 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 11 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 12 kB
16:00:51 [2026-08-05T14:00:51.680Z]
16:00:51 [2026-08-05T14:00:51.680Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 388 kB/s)
16:00:51 [2026-08-05T14:00:51.680Z] [INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:51 [2026-08-05T14:00:51.680Z] [INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:51 [2026-08-05T14:00:51.680Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
16:00:51 [2026-08-05T14:00:51.680Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (0 B at 0 B/s)
16:00:51 [2026-08-05T14:00:51.680Z] [INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:51 [2026-08-05T14:00:51.680Z] [INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:51 [2026-08-05T14:00:51.680Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
16:00:51 [2026-08-05T14:00:51.680Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (0 B at 0 B/s)
16:00:51 [2026-08-05T14:00:51.680Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 765 B
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 2.1 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 4.6 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 6.8 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 8.6 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 12 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 15 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 17 kB
16:00:51 [2026-08-05T14:00:51.680Z] Progress (1): 18 kB
16:00:51 [2026-08-05T14:00:51.680Z]
16:00:51 [2026-08-05T14:00:51.680Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 628 kB/s)
16:00:51 [2026-08-05T14:00:51.680Z] [INFO] Artifact org.apache.commons:commons-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:51 [2026-08-05T14:00:51.680Z] [INFO] Artifact org.apache.commons:commons-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:51 [2026-08-05T14:00:51.680Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
16:00:51 [2026-08-05T14:00:51.681Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (0 B at 0 B/s)
16:00:51 [2026-08-05T14:00:51.681Z] [INFO] Artifact org.apache:apache:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:51 [2026-08-05T14:00:51.681Z] [INFO] Artifact org.apache:apache:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:51 [2026-08-05T14:00:51.681Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
16:00:51 [2026-08-05T14:00:51.931Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (0 B at 0 B/s)
16:00:51 [2026-08-05T14:00:51.931Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 783 B
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 2.0 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 5.0 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 6.8 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 10 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 13 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 16 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 18 kB
16:00:51 [2026-08-05T14:00:51.931Z]
16:00:51 [2026-08-05T14:00:51.931Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 706 kB/s)
16:00:51 [2026-08-05T14:00:51.931Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 782 B
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 2.1 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 4.7 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 8.4 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 12 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 16 kB
16:00:51 [2026-08-05T14:00:51.931Z]
16:00:51 [2026-08-05T14:00:51.931Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 642 kB/s)
16:00:51 [2026-08-05T14:00:51.931Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 790 B
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 2.1 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 4.2 kB
16:00:51 [2026-08-05T14:00:51.931Z] Progress (1): 4.5 kB
16:00:51 [2026-08-05T14:00:51.932Z]
16:00:51 [2026-08-05T14:00:51.932Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 187 kB/s)
16:00:51 [2026-08-05T14:00:51.932Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 1.0 kB
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 3.1 kB
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 6.8 kB
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 7.5 kB
16:00:51 [2026-08-05T14:00:51.932Z]
16:00:51 [2026-08-05T14:00:51.932Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom (7.5 kB at 241 kB/s)
16:00:51 [2026-08-05T14:00:51.932Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 819 B
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 2.9 kB
16:00:51 [2026-08-05T14:00:51.932Z]
16:00:51 [2026-08-05T14:00:51.932Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom (2.9 kB at 110 kB/s)
16:00:51 [2026-08-05T14:00:51.932Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 818 B
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 3.2 kB
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 3.2 kB
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 5.3 kB
16:00:51 [2026-08-05T14:00:51.932Z] Progress (1): 5.4 kB
16:00:51 [2026-08-05T14:00:51.932Z]
16:00:51 [2026-08-05T14:00:51.932Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom (5.4 kB at 215 kB/s)
16:00:51 [2026-08-05T14:00:51.932Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 801 B
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 2.3 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 4.4 kB
16:00:52 [2026-08-05T14:00:52.182Z]
16:00:52 [2026-08-05T14:00:52.182Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom (4.4 kB at 129 kB/s)
16:00:52 [2026-08-05T14:00:52.182Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 815 B
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 2.3 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 3.2 kB
16:00:52 [2026-08-05T14:00:52.182Z]
16:00:52 [2026-08-05T14:00:52.182Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom (3.2 kB at 151 kB/s)
16:00:52 [2026-08-05T14:00:52.182Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 797 B
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 2.1 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 6.0 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 7.3 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 11 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 15 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 20 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 24 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 27 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 29 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 32 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 36 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 38 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 41 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 44 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 50 kB
16:00:52 [2026-08-05T14:00:52.182Z] Progress (1): 50 kB
16:00:52 [2026-08-05T14:00:52.183Z]
16:00:52 [2026-08-05T14:00:52.183Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 1.8 MB/s)
16:00:52 [2026-08-05T14:00:52.183Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 739 B
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 2.1 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 3.9 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 6.2 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 11 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 16 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 20 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 22 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 24 kB
16:00:52 [2026-08-05T14:00:52.183Z]
16:00:52 [2026-08-05T14:00:52.183Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 759 kB/s)
16:00:52 [2026-08-05T14:00:52.183Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.pom
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 1.2 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 4.2 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 5.6 kB
16:00:52 [2026-08-05T14:00:52.183Z]
16:00:52 [2026-08-05T14:00:52.183Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.pom (5.6 kB at 182 kB/s)
16:00:52 [2026-08-05T14:00:52.183Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 799 B
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 2.8 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 6.8 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 8.7 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 11 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 12 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 16 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 21 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 23 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 28 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 31 kB
16:00:52 [2026-08-05T14:00:52.183Z]
16:00:52 [2026-08-05T14:00:52.183Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom (31 kB at 1.1 MB/s)
16:00:52 [2026-08-05T14:00:52.183Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 1.2 kB
16:00:52 [2026-08-05T14:00:52.183Z] Progress (1): 3.5 kB
16:00:52 [2026-08-05T14:00:52.183Z]
16:00:52 [2026-08-05T14:00:52.183Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom (3.5 kB at 129 kB/s)
16:00:52 [2026-08-05T14:00:52.434Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 750 B
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 1.9 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 3.7 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 5.3 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 9.1 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 11 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 14 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 17 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 22 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 25 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 25 kB
16:00:52 [2026-08-05T14:00:52.434Z]
16:00:52 [2026-08-05T14:00:52.434Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom (25 kB at 791 kB/s)
16:00:52 [2026-08-05T14:00:52.434Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 702 B
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 1.9 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 3.2 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 4.7 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 6.8 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 9.4 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 11 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 14 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 16 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 19 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 21 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 23 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 25 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 29 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 32 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 32 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 37 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 41 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 45 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 47 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 50 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 52 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 56 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 58 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 61 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 64 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 69 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 71 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 74 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 76 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 78 kB
16:00:52 [2026-08-05T14:00:52.434Z]
16:00:52 [2026-08-05T14:00:52.434Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom (78 kB at 2.3 MB/s)
16:00:52 [2026-08-05T14:00:52.434Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 908 B
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 4.1 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 5.6 kB
16:00:52 [2026-08-05T14:00:52.434Z]
16:00:52 [2026-08-05T14:00:52.434Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom (5.6 kB at 246 kB/s)
16:00:52 [2026-08-05T14:00:52.434Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 743 B
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 1.9 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 4.0 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 5.8 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 8.3 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 12 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 15 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 17 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 19 kB
16:00:52 [2026-08-05T14:00:52.434Z]
16:00:52 [2026-08-05T14:00:52.434Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom (19 kB at 626 kB/s)
16:00:52 [2026-08-05T14:00:52.434Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 1.1 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 1.9 kB
16:00:52 [2026-08-05T14:00:52.434Z]
16:00:52 [2026-08-05T14:00:52.434Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom (1.9 kB at 71 kB/s)
16:00:52 [2026-08-05T14:00:52.434Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.pom
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 1.1 kB
16:00:52 [2026-08-05T14:00:52.434Z] Progress (1): 2.0 kB
16:00:52 [2026-08-05T14:00:52.434Z]
16:00:52 [2026-08-05T14:00:52.434Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.pom (2.0 kB at 61 kB/s)
16:00:52 [2026-08-05T14:00:52.434Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.pom
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 1.6 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 1.7 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.pom (1.7 kB at 60 kB/s)
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 1.3 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 1.7 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom (1.7 kB at 61 kB/s)
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.jar
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 3.2/6.6 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 6.6 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.jar (6.6 kB at 302 kB/s)
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.jar
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.jar
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.jar
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 7.7/13 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 13 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.jar (13 kB at 561 kB/s)
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 3.2/186 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 20/186 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 36/186 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 52/186 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 61/186 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 77/186 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 77/186 kB | 0.9/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 77/186 kB | 2.3/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 77/186 kB | 3.6/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 93/186 kB | 3.6/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 93/186 kB | 5.0/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 93/186 kB | 6.4/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 93/186 kB | 7.7/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 93/186 kB | 9.1/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 98/186 kB | 9.1/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 98/186 kB | 10/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 98/186 kB | 12/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 98/186 kB | 13/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 98/186 kB | 15/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 98/186 kB | 16/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 98/186 kB | 17/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 98/186 kB | 19/94 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 98/186 kB | 19/94 kB | 0.9/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 98/186 kB | 20/94 kB | 0.9/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 98/186 kB | 21/94 kB | 0.9/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 98/186 kB | 21/94 kB | 2.3/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 98/186 kB | 23/94 kB | 2.3/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 98/186 kB | 23/94 kB | 3.6/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 98/186 kB | 24/94 kB | 3.6/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 98/186 kB | 26/94 kB | 3.6/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 98/186 kB | 26/94 kB | 5.0/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 26/94 kB | 5.0/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 27/94 kB | 5.0/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 28/94 kB | 5.0/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 28/94 kB | 6.4/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 30/94 kB | 6.4/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 30/94 kB | 7.7/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 31/94 kB | 7.7/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 32/94 kB | 7.7/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 32/94 kB | 9.1/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 34/94 kB | 9.1/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 115/186 kB | 35/94 kB | 9.1/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 35/94 kB | 9.1/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 35/94 kB | 9.1/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 35/94 kB | 10/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 36/94 kB | 10/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 36/94 kB | 12/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 38/94 kB | 12/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 39/94 kB | 12/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 39/94 kB | 13/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 41/94 kB | 13/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 41/94 kB | 15/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 42/94 kB | 15/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 115/186 kB | 43/94 kB | 15/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 131/186 kB | 43/94 kB | 15/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 131/186 kB | 43/94 kB | 16/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 131/186 kB | 45/94 kB | 16/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 131/186 kB | 45/94 kB | 17/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 131/186 kB | 46/94 kB | 17/899 kB | 7.7/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 131/186 kB | 46/94 kB | 17/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 131/186 kB | 47/94 kB | 17/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 131/186 kB | 47/94 kB | 19/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 47/94 kB | 19/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 49/94 kB | 19/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 50/94 kB | 19/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 50/94 kB | 20/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 52/94 kB | 20/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 53/94 kB | 20/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 53/94 kB | 21/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 54/94 kB | 21/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 56/94 kB | 21/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 56/94 kB | 23/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 57/94 kB | 23/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 57/94 kB | 24/899 kB | 24/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 57/94 kB | 24/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 57/94 kB | 25/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 61/94 kB | 25/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 61/94 kB | 27/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 65/94 kB | 27/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 135/186 kB | 65/94 kB | 28/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 65/94 kB | 28/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 70/94 kB | 28/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 70/94 kB | 30/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 70/94 kB | 31/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 70/94 kB | 32/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 74/94 kB | 32/899 kB | 40/55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 74/94 kB | 32/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 74/94 kB | 34/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 78/94 kB | 34/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 78/94 kB | 35/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 82/94 kB | 35/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 82/94 kB | 36/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 82/94 kB | 38/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 151/186 kB | 86/94 kB | 38/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 86/94 kB | 38/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 86/94 kB | 39/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 91/94 kB | 39/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 91/94 kB | 41/899 kB | 55 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 1.1 MB/s)
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 168/186 kB | 91/94 kB | 42/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 168/186 kB | 94 kB | 42/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 94 kB | 42/899 kB | 0.9/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 94 kB | 43/899 kB | 0.9/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 94 kB | 43/899 kB | 2.3/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 94 kB | 45/899 kB | 2.3/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 94 kB | 45/899 kB | 3.6/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 94 kB | 46/899 kB | 3.6/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 94 kB | 46/899 kB | 5.0/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (4): 168/186 kB | 94 kB | 47/899 kB | 5.0/47 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar (94 kB at 1.7 MB/s)
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 168/186 kB | 47/899 kB | 6.4/47 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 168/186 kB | 49/899 kB | 6.4/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 184/186 kB | 49/899 kB | 6.4/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 184/186 kB | 49/899 kB | 7.7/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 184/186 kB | 50/899 kB | 7.7/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 184/186 kB | 50/899 kB | 9.1/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 50/899 kB | 9.1/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 50/899 kB | 10/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 51/899 kB | 10/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 51/899 kB | 12/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 53/899 kB | 12/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 53/899 kB | 13/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 53/899 kB | 15/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 54/899 kB | 15/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 54/899 kB | 16/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 56/899 kB | 16/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 56/899 kB | 17/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 56/899 kB | 19/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 56/899 kB | 20/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (3): 186 kB | 56/899 kB | 21/47 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.jar (186 kB at 3.3 MB/s)
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 56/899 kB | 23/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 60/899 kB | 23/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 60/899 kB | 24/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 60/899 kB | 25/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 60/899 kB | 27/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 60/899 kB | 28/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 64/899 kB | 28/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 64/899 kB | 30/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 64/899 kB | 31/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 64/899 kB | 32/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 64/899 kB | 34/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 68/899 kB | 34/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 68/899 kB | 35/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 68/899 kB | 36/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 68/899 kB | 38/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 73/899 kB | 38/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 73/899 kB | 39/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 73/899 kB | 41/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 77/899 kB | 41/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 77/899 kB | 42/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 77/899 kB | 43/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 77/899 kB | 45/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 81/899 kB | 45/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 81/899 kB | 46/47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 81/899 kB | 47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 85/899 kB | 47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 89/899 kB | 47 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 94/899 kB | 47 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.jar (47 kB at 776 kB/s)
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 98/899 kB
16:00:52 [2026-08-05T14:00:52.685Z]
16:00:52 [2026-08-05T14:00:52.685Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 102/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 106/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 111/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 115/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 119/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 123/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 127/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 132/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 136/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 140/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 144/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 149/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 153/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 155/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 159/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 164/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 168/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 172/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 176/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 181/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 185/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 189/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 193/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 197/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 202/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 206/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 210/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 214/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 219/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 223/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 239/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 256/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 272/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 286/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 303/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (1): 319/899 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 319/899 kB | 3.2/58 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 335/899 kB | 3.2/58 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 335/899 kB | 7.4/58 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 335/899 kB | 11/58 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 335/899 kB | 16/58 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 352/899 kB | 16/58 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 352/899 kB | 20/58 kB
16:00:52 [2026-08-05T14:00:52.685Z] Progress (2): 352/899 kB | 24/58 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 352/899 kB | 28/58 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 352/899 kB | 32/58 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 352/899 kB | 36/58 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 352/899 kB | 40/58 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 368/899 kB | 40/58 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 368/899 kB | 45/58 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 368/899 kB | 49/58 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 368/899 kB | 49/58 kB | 7.7/41 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 368/899 kB | 49/58 kB | 16/41 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 368/899 kB | 53/58 kB | 16/41 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 368/899 kB | 57/58 kB | 16/41 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 368/899 kB | 58 kB | 16/41 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 385/899 kB | 58 kB | 16/41 kB
16:00:52 [2026-08-05T14:00:52.686Z]
16:00:52 [2026-08-05T14:00:52.686Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar (58 kB at 873 kB/s)
16:00:52 [2026-08-05T14:00:52.686Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 385/899 kB | 28/41 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 385/899 kB | 28/41 kB | 7.7/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 385/899 kB | 28/41 kB | 16/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 401/899 kB | 28/41 kB | 16/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 401/899 kB | 28/41 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 401/899 kB | 41 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 401/899 kB | 41 kB | 49/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 417/899 kB | 41 kB | 49/168 kB
16:00:52 [2026-08-05T14:00:52.686Z]
16:00:52 [2026-08-05T14:00:52.686Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 596 kB/s)
16:00:52 [2026-08-05T14:00:52.686Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 417/899 kB | 61/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 417/899 kB | 77/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 434/899 kB | 77/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 434/899 kB | 93/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 450/899 kB | 93/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 450/899 kB | 110/168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 450/899 kB | 110/168 kB | 0.9/9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 466/899 kB | 110/168 kB | 0.9/9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 466/899 kB | 110/168 kB | 2.3/9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 466/899 kB | 126/168 kB | 2.3/9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 466/899 kB | 126/168 kB | 3.6/9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 466/899 kB | 126/168 kB | 5.0/9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 466/899 kB | 126/168 kB | 6.4/9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 466/899 kB | 126/168 kB | 7.7/9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 483/899 kB | 126/168 kB | 7.7/9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 483/899 kB | 126/168 kB | 9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 483/899 kB | 142/168 kB | 9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 499/899 kB | 142/168 kB | 9.8 kB
16:00:52 [2026-08-05T14:00:52.686Z]
16:00:52 [2026-08-05T14:00:52.686Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar (9.8 kB at 134 kB/s)
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 499/899 kB | 159/168 kB
16:00:52 [2026-08-05T14:00:52.686Z]
16:00:52 [2026-08-05T14:00:52.686Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 499/899 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 516/899 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.686Z]
16:00:52 [2026-08-05T14:00:52.686Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 2.3 MB/s)
16:00:52 [2026-08-05T14:00:52.686Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 532/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 548/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 565/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 581/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 598/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 614/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 630/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 647/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 663/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 679/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 696/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 712/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 729/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 745/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 761/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 778/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 794/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 811/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 827/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 843/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 860/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 876/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 892/899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 899 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 899 kB | 3.8/21 kB
16:00:52 [2026-08-05T14:00:52.686Z]
16:00:52 [2026-08-05T14:00:52.686Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar (899 kB at 9.7 MB/s)
16:00:52 [2026-08-05T14:00:52.686Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 8.0/21 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 12/21 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 16/21 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 21/21 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 21 kB
16:00:52 [2026-08-05T14:00:52.686Z]
16:00:52 [2026-08-05T14:00:52.686Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar (21 kB at 223 kB/s)
16:00:52 [2026-08-05T14:00:52.686Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 7.7/86 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 7.7/86 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 24/86 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (1): 25/86 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 25/86 kB | 3.8/50 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 25/86 kB | 8.0/50 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 25/86 kB | 12/50 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 41/86 kB | 12/50 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 41/86 kB | 12/50 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 41/86 kB | 17/50 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 41/86 kB | 17/50 kB | 7.7/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 41/86 kB | 17/50 kB | 16/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 41/86 kB | 21/50 kB | 16/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 57/86 kB | 21/50 kB | 16/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 57/86 kB | 21/50 kB | 24/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 57/86 kB | 25/50 kB | 24/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 57/86 kB | 29/50 kB | 24/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 57/86 kB | 29/50 kB | 40/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 57/86 kB | 33/50 kB | 40/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 74/86 kB | 33/50 kB | 40/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 74/86 kB | 37/50 kB | 40/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 74/86 kB | 37/50 kB | 57/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 82/86 kB | 37/50 kB | 57/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 86 kB | 37/50 kB | 57/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 86 kB | 41/50 kB | 57/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 86 kB | 46/50 kB | 57/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 86 kB | 46/50 kB | 73/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 86 kB | 50/50 kB | 73/151 kB
16:00:52 [2026-08-05T14:00:52.686Z] Progress (3): 86 kB | 50 kB | 73/151 kB
16:00:52 [2026-08-05T14:00:52.686Z]
16:00:52 [2026-08-05T14:00:52.686Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar (86 kB at 843 kB/s)
16:00:52 [2026-08-05T14:00:52.686Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar
16:00:52 [2026-08-05T14:00:52.686Z] Progress (2): 50 kB | 90/151 kB
16:00:52 [2026-08-05T14:00:52.686Z]
16:00:52 [2026-08-05T14:00:52.686Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar (50 kB at 495 kB/s)
16:00:52 [2026-08-05T14:00:52.686Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 106/151 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 122/151 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 139/151 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 151 kB
16:00:52 [2026-08-05T14:00:52.937Z]
16:00:52 [2026-08-05T14:00:52.937Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 1.4 MB/s)
16:00:52 [2026-08-05T14:00:52.937Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 7.7/86 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 16/86 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 32/86 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 49/86 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 65/86 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 66/86 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 82/86 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 86 kB
16:00:52 [2026-08-05T14:00:52.937Z]
16:00:52 [2026-08-05T14:00:52.937Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 760 kB/s)
16:00:52 [2026-08-05T14:00:52.937Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 3.8/44 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 8.0/44 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 12/44 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 16/44 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 21/44 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 25/44 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 29/44 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 33/44 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 38/44 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 44 kB
16:00:52 [2026-08-05T14:00:52.937Z]
16:00:52 [2026-08-05T14:00:52.937Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar (44 kB at 364 kB/s)
16:00:52 [2026-08-05T14:00:52.937Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 7.7/17 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 7.7/17 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 17 kB
16:00:52 [2026-08-05T14:00:52.937Z]
16:00:52 [2026-08-05T14:00:52.937Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar (17 kB at 139 kB/s)
16:00:52 [2026-08-05T14:00:52.937Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 3.2/16 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 7.4/16 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 12/16 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 16/16 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 16 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (2): 16 kB | 5.7 kB
16:00:52 [2026-08-05T14:00:52.937Z]
16:00:52 [2026-08-05T14:00:52.937Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar (16 kB at 129 kB/s)
16:00:52 [2026-08-05T14:00:52.937Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar
16:00:52 [2026-08-05T14:00:52.937Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar (5.7 kB at 44 kB/s)
16:00:52 [2026-08-05T14:00:52.937Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 7.7/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 12/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 29/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 45/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 61/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 78/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 94/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 111/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 127/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 143/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 160/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 176/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 193/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 209/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 225/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (1): 242/510 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (2): 242/510 kB | 7.7/74 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (2): 258/510 kB | 7.7/74 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (2): 258/510 kB | 16/74 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (3): 258/510 kB | 16/74 kB | 3.8/588 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (3): 258/510 kB | 16/74 kB | 8.0/588 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (3): 274/510 kB | 16/74 kB | 8.0/588 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (3): 274/510 kB | 16/74 kB | 12/588 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (3): 274/510 kB | 29/74 kB | 12/588 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 274/510 kB | 29/74 kB | 12/588 kB | 7.7/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 274/510 kB | 29/74 kB | 16/588 kB | 7.7/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 274/510 kB | 29/74 kB | 16/588 kB | 16/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 274/510 kB | 29/74 kB | 21/588 kB | 16/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 291/510 kB | 29/74 kB | 21/588 kB | 16/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 291/510 kB | 29/74 kB | 25/588 kB | 16/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 291/510 kB | 29/74 kB | 25/588 kB | 24/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 291/510 kB | 45/74 kB | 25/588 kB | 24/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 291/510 kB | 45/74 kB | 29/588 kB | 24/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 291/510 kB | 45/74 kB | 33/588 kB | 24/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 307/510 kB | 45/74 kB | 33/588 kB | 24/247 kB
16:00:52 [2026-08-05T14:00:52.937Z] Progress (4): 307/510 kB | 45/74 kB | 38/588 kB | 24/247 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 307/510 kB | 45/74 kB | 38/588 kB | 40/247 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 307/510 kB | 45/74 kB | 42/588 kB | 40/247 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 307/510 kB | 61/74 kB | 42/588 kB | 40/247 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 307/510 kB | 61/74 kB | 46/588 kB | 40/247 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 324/510 kB | 61/74 kB | 46/588 kB | 40/247 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 324/510 kB | 61/74 kB | 50/588 kB | 40/247 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (5): 324/510 kB | 61/74 kB | 50/588 kB | 40/247 kB | 7.7/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (5): 324/510 kB | 61/74 kB | 50/588 kB | 40/247 kB | 16/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (5): 324/510 kB | 61/74 kB | 54/588 kB | 40/247 kB | 16/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (5): 324/510 kB | 61/74 kB | 57/588 kB | 40/247 kB | 16/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (5): 324/510 kB | 61/74 kB | 57/588 kB | 57/247 kB | 16/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (5): 324/510 kB | 74 kB | 57/588 kB | 57/247 kB | 16/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (5): 340/510 kB | 74 kB | 57/588 kB | 57/247 kB | 16/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (5): 340/510 kB | 74 kB | 61/588 kB | 57/247 kB | 16/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (5): 340/510 kB | 74 kB | 65/588 kB | 57/247 kB | 16/217 kB
16:00:52 [2026-08-05T14:00:52.938Z]
16:00:52 [2026-08-05T14:00:52.938Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar (74 kB at 476 kB/s)
16:00:52 [2026-08-05T14:00:52.938Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 340/510 kB | 70/588 kB | 57/247 kB | 16/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 340/510 kB | 70/588 kB | 57/247 kB | 32/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 356/510 kB | 70/588 kB | 57/247 kB | 32/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 356/510 kB | 70/588 kB | 73/247 kB | 32/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 356/510 kB | 74/588 kB | 73/247 kB | 32/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 356/510 kB | 78/588 kB | 73/247 kB | 32/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 356/510 kB | 82/588 kB | 73/247 kB | 32/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 373/510 kB | 82/588 kB | 73/247 kB | 32/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 373/510 kB | 82/588 kB | 90/247 kB | 32/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 373/510 kB | 99/588 kB | 90/247 kB | 32/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 373/510 kB | 99/588 kB | 90/247 kB | 49/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 389/510 kB | 99/588 kB | 90/247 kB | 49/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 389/510 kB | 99/588 kB | 106/247 kB | 49/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 389/510 kB | 115/588 kB | 106/247 kB | 49/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 406/510 kB | 115/588 kB | 106/247 kB | 49/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 406/510 kB | 122/588 kB | 106/247 kB | 49/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 406/510 kB | 122/588 kB | 122/247 kB | 49/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 406/510 kB | 122/588 kB | 122/247 kB | 65/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 422/510 kB | 122/588 kB | 122/247 kB | 65/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 422/510 kB | 139/588 kB | 122/247 kB | 65/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 438/510 kB | 139/588 kB | 122/247 kB | 65/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 438/510 kB | 139/588 kB | 139/247 kB | 65/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 438/510 kB | 155/588 kB | 139/247 kB | 65/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 438/510 kB | 155/588 kB | 139/247 kB | 81/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 455/510 kB | 155/588 kB | 139/247 kB | 81/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 455/510 kB | 155/588 kB | 155/247 kB | 81/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 455/510 kB | 172/588 kB | 155/247 kB | 81/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 471/510 kB | 172/588 kB | 155/247 kB | 81/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 471/510 kB | 188/588 kB | 155/247 kB | 81/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 471/510 kB | 188/588 kB | 172/247 kB | 81/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 487/510 kB | 188/588 kB | 172/247 kB | 81/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 487/510 kB | 188/588 kB | 172/247 kB | 98/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 487/510 kB | 204/588 kB | 172/247 kB | 98/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 487/510 kB | 204/588 kB | 188/247 kB | 98/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 504/510 kB | 204/588 kB | 188/247 kB | 98/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 504/510 kB | 217/588 kB | 188/247 kB | 98/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 510 kB | 217/588 kB | 188/247 kB | 98/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (4): 510 kB | 233/588 kB | 188/247 kB | 98/217 kB
16:00:52 [2026-08-05T14:00:52.938Z]
16:00:52 [2026-08-05T14:00:52.938Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar (510 kB at 3.0 MB/s)
16:00:52 [2026-08-05T14:00:52.938Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 233/588 kB | 188/247 kB | 114/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 233/588 kB | 204/247 kB | 114/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 250/588 kB | 204/247 kB | 114/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 266/588 kB | 204/247 kB | 114/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 266/588 kB | 221/247 kB | 114/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 282/588 kB | 221/247 kB | 114/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 282/588 kB | 221/247 kB | 131/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 299/588 kB | 221/247 kB | 131/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 299/588 kB | 237/247 kB | 131/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 315/588 kB | 237/247 kB | 131/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 315/588 kB | 247 kB | 131/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 331/588 kB | 247 kB | 131/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 348/588 kB | 247 kB | 131/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (3): 348/588 kB | 247 kB | 147/217 kB
16:00:52 [2026-08-05T14:00:52.938Z]
16:00:52 [2026-08-05T14:00:52.938Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar (247 kB at 1.4 MB/s)
16:00:52 [2026-08-05T14:00:52.938Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar
16:00:52 [2026-08-05T14:00:52.938Z] Progress (2): 364/588 kB | 147/217 kB
16:00:52 [2026-08-05T14:00:52.938Z] Progress (2): 381/588 kB | 147/217 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 397/588 kB | 147/217 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 413/588 kB | 147/217 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 413/588 kB | 163/217 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 430/588 kB | 163/217 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 446/588 kB | 163/217 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 463/588 kB | 163/217 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 463/588 kB | 180/217 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 479/588 kB | 180/217 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 479/588 kB | 180/217 kB | 7.7/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 479/588 kB | 180/217 kB | 16/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 495/588 kB | 180/217 kB | 16/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 512/588 kB | 180/217 kB | 16/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 528/588 kB | 180/217 kB | 16/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 528/588 kB | 196/217 kB | 16/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 528/588 kB | 196/217 kB | 32/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 544/588 kB | 196/217 kB | 32/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 561/588 kB | 196/217 kB | 32/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 577/588 kB | 196/217 kB | 32/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 577/588 kB | 212/217 kB | 32/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 577/588 kB | 212/217 kB | 49/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 588 kB | 212/217 kB | 49/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 588 kB | 217 kB | 49/242 kB
16:00:52 [2026-08-05T14:00:52.939Z]
16:00:52 [2026-08-05T14:00:52.939Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 3.2 MB/s)
16:00:52 [2026-08-05T14:00:52.939Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 217 kB | 65/242 kB
16:00:52 [2026-08-05T14:00:52.939Z]
16:00:52 [2026-08-05T14:00:52.939Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar (217 kB at 1.2 MB/s)
16:00:52 [2026-08-05T14:00:52.939Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 81/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 98/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 114/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 114/242 kB | 7.7/35 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 114/242 kB | 16/35 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 114/242 kB | 32/35 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 114/242 kB | 35 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 131/242 kB | 35 kB
16:00:52 [2026-08-05T14:00:52.939Z]
16:00:52 [2026-08-05T14:00:52.939Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar (35 kB at 181 kB/s)
16:00:52 [2026-08-05T14:00:52.939Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.jar
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 147/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 147/242 kB | 7.7/54 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 147/242 kB | 11/54 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 147/242 kB | 28/54 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 163/242 kB | 28/54 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 163/242 kB | 44/54 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 180/242 kB | 44/54 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 180/242 kB | 54 kB
16:00:52 [2026-08-05T14:00:52.939Z]
16:00:52 [2026-08-05T14:00:52.939Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar (54 kB at 267 kB/s)
16:00:52 [2026-08-05T14:00:52.939Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 196/242 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 196/242 kB | 7.7/27 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 196/242 kB | 11/27 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 212/242 kB | 11/27 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 212/242 kB | 27 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 212/242 kB | 27 kB | 7.7/35 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 212/242 kB | 27 kB | 7.7/35 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 229/242 kB | 27 kB | 7.7/35 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 229/242 kB | 27 kB | 24/35 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (3): 233/242 kB | 27 kB | 24/35 kB
16:00:52 [2026-08-05T14:00:52.939Z]
16:00:52 [2026-08-05T14:00:52.939Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar (27 kB at 129 kB/s)
16:00:52 [2026-08-05T14:00:52.939Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 233/242 kB | 35 kB
16:00:52 [2026-08-05T14:00:52.939Z]
16:00:52 [2026-08-05T14:00:52.939Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar (35 kB at 168 kB/s)
16:00:52 [2026-08-05T14:00:52.939Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 242 kB
16:00:52 [2026-08-05T14:00:52.939Z]
16:00:52 [2026-08-05T14:00:52.939Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar (242 kB at 1.1 MB/s)
16:00:52 [2026-08-05T14:00:52.939Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 7.7/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 16/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 24/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 40/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 57/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 73/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 90/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 106/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 122/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 131/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 147/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (1): 164/227 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 164/227 kB | 7.7/80 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 164/227 kB | 16/80 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 180/227 kB | 16/80 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 197/227 kB | 16/80 kB
16:00:52 [2026-08-05T14:00:52.939Z] Progress (2): 197/227 kB | 32/80 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 213/227 kB | 32/80 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 227 kB | 32/80 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 227 kB | 49/80 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 227 kB | 65/80 kB
16:00:52 [2026-08-05T14:00:52.940Z]
16:00:52 [2026-08-05T14:00:52.940Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.jar (227 kB at 1.0 MB/s)
16:00:52 [2026-08-05T14:00:52.940Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 80 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 80 kB | 7.7/401 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 80 kB | 7.7/401 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 80 kB | 24/401 kB
16:00:52 [2026-08-05T14:00:52.940Z]
16:00:52 [2026-08-05T14:00:52.940Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar (80 kB at 354 kB/s)
16:00:52 [2026-08-05T14:00:52.940Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 40/401 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 57/401 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 73/401 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 90/401 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 106/401 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 122/401 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 139/401 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 139/401 kB | 3.2/169 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 155/401 kB | 3.2/169 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 155/401 kB | 20/169 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 172/401 kB | 20/169 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 188/401 kB | 20/169 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 188/401 kB | 36/169 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 204/401 kB | 36/169 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 204/401 kB | 36/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 204/401 kB | 52/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 221/401 kB | 52/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 221/401 kB | 52/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 221/401 kB | 61/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 237/401 kB | 61/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 253/401 kB | 61/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 253/401 kB | 77/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 253/401 kB | 77/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 270/401 kB | 77/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 270/401 kB | 93/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 286/401 kB | 93/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 286/401 kB | 93/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 303/401 kB | 93/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 303/401 kB | 110/169 kB | 0/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 303/401 kB | 110/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 319/401 kB | 110/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 319/401 kB | 126/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 335/401 kB | 126/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 335/401 kB | 126/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 352/401 kB | 126/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 352/401 kB | 142/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 368/401 kB | 142/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 368/401 kB | 159/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 368/401 kB | 159/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 385/401 kB | 159/169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 385/401 kB | 169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 401/401 kB | 169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 401 kB | 169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 401 kB | 169 kB | 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z]
16:00:52 [2026-08-05T14:00:52.940Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar (169 kB at 709 kB/s)
16:00:52 [2026-08-05T14:00:52.940Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar (401 kB at 1.7 MB/s)
16:00:52 [2026-08-05T14:00:52.940Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar
16:00:52 [2026-08-05T14:00:52.940Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.1/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.2/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.2/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.2/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.2/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.2/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.2/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.2/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.3/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.3/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.3/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.3/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.3/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.3/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.4/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.4/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.4/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.4/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (1): 0.4/1.1 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 0.4/1.1 MB | 7.7/379 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 0.4/1.1 MB | 16/379 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (2): 0.4/1.1 MB | 16/379 kB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 0.4/1.1 MB | 16/379 kB | 0/7.4 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 0.4/1.1 MB | 16/379 kB | 0/7.4 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 0.4/1.1 MB | 32/379 kB | 0/7.4 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 0.4/1.1 MB | 32/379 kB | 0/7.4 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 0.5/1.1 MB | 32/379 kB | 0/7.4 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 0.5/1.1 MB | 32/379 kB | 0/7.4 MB
16:00:52 [2026-08-05T14:00:52.940Z] Progress (3): 0.5/1.1 MB | 49/379 kB | 0/7.4 MB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (3): 0.5/1.1 MB | 49/379 kB | 0.1/7.4 MB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (3): 0.5/1.1 MB | 49/379 kB | 0.1/7.4 MB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (3): 0.5/1.1 MB | 49/379 kB | 0.1/7.4 MB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (3): 0.5/1.1 MB | 65/379 kB | 0.1/7.4 MB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (3): 0.5/1.1 MB | 65/379 kB | 0.1/7.4 MB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 65/379 kB | 0.1/7.4 MB | 7.7/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 65/379 kB | 0.1/7.4 MB | 7.7/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 65/379 kB | 0.1/7.4 MB | 16/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 65/379 kB | 0.1/7.4 MB | 16/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 81/379 kB | 0.1/7.4 MB | 16/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 81/379 kB | 0.1/7.4 MB | 28/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 81/379 kB | 0.1/7.4 MB | 28/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 81/379 kB | 0.1/7.4 MB | 28/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 98/379 kB | 0.1/7.4 MB | 28/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 98/379 kB | 0.1/7.4 MB | 44/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 98/379 kB | 0.1/7.4 MB | 44/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 98/379 kB | 0.1/7.4 MB | 44/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 114/379 kB | 0.1/7.4 MB | 44/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 126/379 kB | 0.1/7.4 MB | 44/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 126/379 kB | 0.1/7.4 MB | 44/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 126/379 kB | 0.1/7.4 MB | 60/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 142/379 kB | 0.1/7.4 MB | 60/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 142/379 kB | 0.1/7.4 MB | 77/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.5/1.1 MB | 159/379 kB | 0.1/7.4 MB | 77/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 159/379 kB | 0.1/7.4 MB | 77/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 159/379 kB | 0.1/7.4 MB | 93/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 175/379 kB | 0.1/7.4 MB | 93/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 175/379 kB | 0.1/7.4 MB | 110/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 175/379 kB | 0.1/7.4 MB | 110/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 192/379 kB | 0.1/7.4 MB | 110/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 192/379 kB | 0.1/7.4 MB | 126/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 208/379 kB | 0.1/7.4 MB | 126/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 208/379 kB | 0.1/7.4 MB | 126/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 217/379 kB | 0.1/7.4 MB | 126/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (4): 0.6/1.1 MB | 217/379 kB | 0.1/7.4 MB | 142/585 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 217/379 kB | 0.1/7.4 MB | 142/585 kB | 7.7/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 217/379 kB | 0.1/7.4 MB | 142/585 kB | 16/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 217/379 kB | 0.1/7.4 MB | 142/585 kB | 16/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 233/379 kB | 0.1/7.4 MB | 142/585 kB | 16/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 233/379 kB | 0.1/7.4 MB | 159/585 kB | 16/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 233/379 kB | 0.1/7.4 MB | 159/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 250/379 kB | 0.1/7.4 MB | 159/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 250/379 kB | 0.1/7.4 MB | 175/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 250/379 kB | 0.2/7.4 MB | 175/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 250/379 kB | 0.2/7.4 MB | 175/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 250/379 kB | 0.2/7.4 MB | 192/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 266/379 kB | 0.2/7.4 MB | 192/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 266/379 kB | 0.2/7.4 MB | 192/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 266/379 kB | 0.2/7.4 MB | 192/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 266/379 kB | 0.2/7.4 MB | 208/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 282/379 kB | 0.2/7.4 MB | 208/585 kB | 32/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 282/379 kB | 0.2/7.4 MB | 208/585 kB | 49/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 282/379 kB | 0.2/7.4 MB | 208/585 kB | 49/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 282/379 kB | 0.2/7.4 MB | 224/585 kB | 49/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 282/379 kB | 0.2/7.4 MB | 224/585 kB | 57/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.6/1.1 MB | 299/379 kB | 0.2/7.4 MB | 224/585 kB | 57/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 299/379 kB | 0.2/7.4 MB | 224/585 kB | 57/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 299/379 kB | 0.2/7.4 MB | 224/585 kB | 57/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 299/379 kB | 0.2/7.4 MB | 241/585 kB | 57/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 299/379 kB | 0.2/7.4 MB | 241/585 kB | 57/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 315/379 kB | 0.2/7.4 MB | 241/585 kB | 57/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 315/379 kB | 0.2/7.4 MB | 241/585 kB | 73/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 315/379 kB | 0.2/7.4 MB | 241/585 kB | 73/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 315/379 kB | 0.2/7.4 MB | 257/585 kB | 73/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 315/379 kB | 0.2/7.4 MB | 257/585 kB | 73/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 331/379 kB | 0.2/7.4 MB | 257/585 kB | 73/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 331/379 kB | 0.2/7.4 MB | 257/585 kB | 73/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 331/379 kB | 0.2/7.4 MB | 257/585 kB | 90/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 331/379 kB | 0.2/7.4 MB | 273/585 kB | 90/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 331/379 kB | 0.2/7.4 MB | 273/585 kB | 90/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 331/379 kB | 0.2/7.4 MB | 273/585 kB | 90/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 331/379 kB | 0.2/7.4 MB | 290/585 kB | 90/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 348/379 kB | 0.2/7.4 MB | 290/585 kB | 90/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 348/379 kB | 0.2/7.4 MB | 290/585 kB | 106/168 kB
16:00:52 [2026-08-05T14:00:52.941Z] Progress (5): 0.7/1.1 MB | 348/379 kB | 0.3/7.4 MB | 290/585 kB | 106/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 348/379 kB | 0.3/7.4 MB | 290/585 kB | 106/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 348/379 kB | 0.3/7.4 MB | 290/585 kB | 106/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 348/379 kB | 0.3/7.4 MB | 306/585 kB | 106/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 364/379 kB | 0.3/7.4 MB | 306/585 kB | 106/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 364/379 kB | 0.3/7.4 MB | 306/585 kB | 122/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 364/379 kB | 0.3/7.4 MB | 306/585 kB | 122/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 364/379 kB | 0.3/7.4 MB | 306/585 kB | 122/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 364/379 kB | 0.3/7.4 MB | 306/585 kB | 139/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 379 kB | 0.3/7.4 MB | 306/585 kB | 139/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.7/1.1 MB | 379 kB | 0.3/7.4 MB | 323/585 kB | 139/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.8/1.1 MB | 379 kB | 0.3/7.4 MB | 323/585 kB | 139/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.8/1.1 MB | 379 kB | 0.3/7.4 MB | 323/585 kB | 139/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.8/1.1 MB | 379 kB | 0.3/7.4 MB | 323/585 kB | 155/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.8/1.1 MB | 379 kB | 0.3/7.4 MB | 323/585 kB | 155/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.8/1.1 MB | 379 kB | 0.3/7.4 MB | 323/585 kB | 155/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.8/1.1 MB | 379 kB | 0.3/7.4 MB | 339/585 kB | 155/168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.8/1.1 MB | 379 kB | 0.3/7.4 MB | 339/585 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.8/1.1 MB | 379 kB | 0.3/7.4 MB | 339/585 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (5): 0.8/1.1 MB | 379 kB | 0.3/7.4 MB | 339/585 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.942Z]
16:00:52 [2026-08-05T14:00:52.942Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 1.4 MB/s)
16:00:52 [2026-08-05T14:00:52.942Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar
16:00:52 [2026-08-05T14:00:52.942Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 355/585 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 355/585 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (4): 0.8/1.1 MB | 0.4/7.4 MB | 355/585 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (4): 0.8/1.1 MB | 0.4/7.4 MB | 355/585 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (4): 0.8/1.1 MB | 0.4/7.4 MB | 372/585 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (4): 0.8/1.1 MB | 0.4/7.4 MB | 372/585 kB | 168 kB
16:00:52 [2026-08-05T14:00:52.942Z]
16:00:52 [2026-08-05T14:00:52.942Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar (168 kB at 603 kB/s)
16:00:52 [2026-08-05T14:00:52.942Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.8/1.1 MB | 0.4/7.4 MB | 372/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.8/1.1 MB | 0.4/7.4 MB | 372/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.8/1.1 MB | 0.4/7.4 MB | 388/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 388/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 388/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 388/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 405/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 405/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 405/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 405/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 421/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 421/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.5/7.4 MB | 421/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.5/7.4 MB | 421/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.5/7.4 MB | 421/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.5/7.4 MB | 437/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.5/7.4 MB | 437/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.5/7.4 MB | 437/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.5/7.4 MB | 437/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.5/7.4 MB | 437/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 0.9/1.1 MB | 0.5/7.4 MB | 454/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.5/7.4 MB | 454/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.5/7.4 MB | 454/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.5/7.4 MB | 454/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.5/7.4 MB | 470/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.5/7.4 MB | 470/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.5/7.4 MB | 470/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 470/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 486/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 486/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 486/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 486/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 503/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 503/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 503/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 519/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.0/1.1 MB | 0.6/7.4 MB | 519/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.6/7.4 MB | 519/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.6/7.4 MB | 536/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.6/7.4 MB | 536/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.6/7.4 MB | 536/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.6/7.4 MB | 536/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.6/7.4 MB | 552/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.6/7.4 MB | 552/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.7/7.4 MB | 552/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.7/7.4 MB | 568/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.7/7.4 MB | 568/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1/1.1 MB | 0.7/7.4 MB | 568/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1 MB | 0.7/7.4 MB | 568/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1 MB | 0.7/7.4 MB | 585/585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1 MB | 0.7/7.4 MB | 585 kB
16:00:52 [2026-08-05T14:00:52.942Z] Progress (3): 1.1 MB | 0.7/7.4 MB | 585 kB
16:00:52 [2026-08-05T14:00:52.942Z]
16:00:52 [2026-08-05T14:00:52.942Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar (1.1 MB at 3.8 MB/s)
16:00:52 [2026-08-05T14:00:52.943Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar (585 kB at 2.0 MB/s)
16:00:52 [2026-08-05T14:00:52.943Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar
16:00:52 [2026-08-05T14:00:52.943Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.jar
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.7/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.7/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.7/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 0.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 1.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 1.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 1.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 1.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 1.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (1): 1.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.0/7.4 MB | 7.7/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.1/7.4 MB | 7.7/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.1/7.4 MB | 16/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.1/7.4 MB | 16/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.1/7.4 MB | 24/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.1/7.4 MB | 24/265 kB | 7.7/11 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.1/7.4 MB | 24/265 kB | 11 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.1/7.4 MB | 24/265 kB | 11 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.1/7.4 MB | 24/265 kB | 11 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.1/7.4 MB | 40/265 kB | 11 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.1/7.4 MB | 40/265 kB | 11 kB
16:00:52 [2026-08-05T14:00:52.943Z]
16:00:52 [2026-08-05T14:00:52.943Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar (11 kB at 37 kB/s)
16:00:52 [2026-08-05T14:00:52.943Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.1/7.4 MB | 40/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.1/7.4 MB | 57/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.1/7.4 MB | 57/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.2/7.4 MB | 57/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.2/7.4 MB | 73/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.2/7.4 MB | 73/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.2/7.4 MB | 73/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.2/7.4 MB | 73/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.2/7.4 MB | 90/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.2/7.4 MB | 90/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.2/7.4 MB | 90/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.2/7.4 MB | 90/265 kB | 3.1/10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.2/7.4 MB | 106/265 kB | 3.1/10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.3/7.4 MB | 106/265 kB | 3.1/10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.3/7.4 MB | 106/265 kB | 10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.3/7.4 MB | 106/265 kB | 10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.3/7.4 MB | 106/265 kB | 10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.3/7.4 MB | 122/265 kB | 10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.3/7.4 MB | 122/265 kB | 10 kB
16:00:52 [2026-08-05T14:00:52.943Z]
16:00:52 [2026-08-05T14:00:52.943Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.jar (10 kB at 33 kB/s)
16:00:52 [2026-08-05T14:00:52.943Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.3/7.4 MB | 122/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.3/7.4 MB | 139/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.3/7.4 MB | 139/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.4/7.4 MB | 139/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.4/7.4 MB | 155/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.4/7.4 MB | 155/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.4/7.4 MB | 155/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.4/7.4 MB | 155/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.4/7.4 MB | 172/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.4/7.4 MB | 172/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.4/7.4 MB | 172/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.4/7.4 MB | 188/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.5/7.4 MB | 188/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.5/7.4 MB | 188/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.5/7.4 MB | 188/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.5/7.4 MB | 204/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.5/7.4 MB | 204/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.5/7.4 MB | 204/265 kB | 7.7/10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.5/7.4 MB | 204/265 kB | 10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.5/7.4 MB | 204/265 kB | 10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.5/7.4 MB | 221/265 kB | 10 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (3): 1.5/7.4 MB | 221/265 kB | 10 kB
16:00:52 [2026-08-05T14:00:52.943Z]
16:00:52 [2026-08-05T14:00:52.943Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar (10 kB at 32 kB/s)
16:00:52 [2026-08-05T14:00:52.943Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.6/7.4 MB | 221/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.6/7.4 MB | 232/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.6/7.4 MB | 232/265 kB
16:00:52 [2026-08-05T14:00:52.943Z] Progress (2): 1.6/7.4 MB | 232/265 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 1.6/7.4 MB | 248/265 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 1.6/7.4 MB | 248/265 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 1.6/7.4 MB | 248/265 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 1.6/7.4 MB | 248/265 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 1.6/7.4 MB | 265/265 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 1.6/7.4 MB | 265 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 1.6/7.4 MB | 265 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 1.7/7.4 MB | 265 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 1.7/7.4 MB | 265 kB
16:00:52 [2026-08-05T14:00:52.944Z]
16:00:52 [2026-08-05T14:00:52.944Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar (265 kB at 820 kB/s)
16:00:52 [2026-08-05T14:00:52.944Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.7/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.7/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.7/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.7/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.8/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 1.9/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 2.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 2.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 2.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 2.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (1): 2.0/7.4 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.0/7.4 MB | 7.7/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.0/7.4 MB | 7.7/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.0/7.4 MB | 16/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 16/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 32/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 32/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 49/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 49/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 49/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 49/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 66/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 66/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 82/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 82/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 98/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 98/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 106/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.1/7.4 MB | 123/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (2): 2.2/7.4 MB | 123/196 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.2/7.4 MB | 123/196 kB | 7.7/714 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.2/7.4 MB | 123/196 kB | 16/714 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.2/7.4 MB | 123/196 kB | 16/714 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.2/7.4 MB | 139/196 kB | 16/714 kB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 139/196 kB | 16/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 139/196 kB | 32/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 139/196 kB | 32/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 139/196 kB | 32/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 156/196 kB | 32/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 156/196 kB | 48/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 156/196 kB | 48/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 156/196 kB | 48/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 172/196 kB | 48/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 172/196 kB | 65/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 172/196 kB | 65/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 180/196 kB | 65/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 180/196 kB | 81/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 196 kB | 81/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 196 kB | 81/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 196 kB | 81/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.2/7.4 MB | 196 kB | 97/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.3/7.4 MB | 196 kB | 97/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.3/7.4 MB | 196 kB | 114/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (4): 2.3/7.4 MB | 196 kB | 114/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z]
16:00:52 [2026-08-05T14:00:52.944Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 576 kB/s)
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 130/714 kB | 0/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 130/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 130/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 147/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 147/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 147/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 147/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 163/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 163/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.3/7.4 MB | 179/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.4/7.4 MB | 179/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.4/7.4 MB | 196/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.4/7.4 MB | 196/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.4/7.4 MB | 196/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.4/7.4 MB | 196/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.4/7.4 MB | 212/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.944Z] Progress (3): 2.4/7.4 MB | 212/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.4/7.4 MB | 212/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.4/7.4 MB | 228/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.4/7.4 MB | 228/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.4/7.4 MB | 229/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.4/7.4 MB | 229/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.4/7.4 MB | 246/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.4/7.4 MB | 246/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.4/7.4 MB | 246/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.5/7.4 MB | 246/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.5/7.4 MB | 262/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.5/7.4 MB | 262/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.5/7.4 MB | 279/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.5/7.4 MB | 279/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.5/7.4 MB | 279/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.5/7.4 MB | 295/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (3): 2.5/7.4 MB | 295/714 kB | 0.1/1.6 MB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.5/7.4 MB | 295/714 kB | 0.1/1.6 MB | 7.7/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.5/7.4 MB | 295/714 kB | 0.1/1.6 MB | 16/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.5/7.4 MB | 295/714 kB | 0.1/1.6 MB | 16/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.5/7.4 MB | 311/714 kB | 0.1/1.6 MB | 16/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.5/7.4 MB | 311/714 kB | 0.2/1.6 MB | 16/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.5/7.4 MB | 311/714 kB | 0.2/1.6 MB | 16/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.5/7.4 MB | 328/714 kB | 0.2/1.6 MB | 16/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 328/714 kB | 0.2/1.6 MB | 16/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 328/714 kB | 0.2/1.6 MB | 32/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 328/714 kB | 0.2/1.6 MB | 32/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 328/714 kB | 0.2/1.6 MB | 32/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 344/714 kB | 0.2/1.6 MB | 32/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 344/714 kB | 0.2/1.6 MB | 32/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 344/714 kB | 0.2/1.6 MB | 49/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 344/714 kB | 0.2/1.6 MB | 49/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 360/714 kB | 0.2/1.6 MB | 49/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 360/714 kB | 0.2/1.6 MB | 49/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 360/714 kB | 0.2/1.6 MB | 49/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 360/714 kB | 0.2/1.6 MB | 65/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 360/714 kB | 0.2/1.6 MB | 65/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.6/7.4 MB | 360/714 kB | 0.2/1.6 MB | 65/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 65/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 81/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 81/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 81/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 81/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 98/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 98/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 98/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 98/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 98/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 114/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.7/7.4 MB | 360/714 kB | 0.2/1.6 MB | 115/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 360/714 kB | 0.2/1.6 MB | 115/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 360/714 kB | 0.2/1.6 MB | 115/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 360/714 kB | 0.2/1.6 MB | 115/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 360/714 kB | 0.2/1.6 MB | 115/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 360/714 kB | 0.2/1.6 MB | 131/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 360/714 kB | 0.2/1.6 MB | 131/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 360/714 kB | 0.3/1.6 MB | 131/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 377/714 kB | 0.3/1.6 MB | 131/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 377/714 kB | 0.3/1.6 MB | 131/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 377/714 kB | 0.3/1.6 MB | 147/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 377/714 kB | 0.3/1.6 MB | 147/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.8/7.4 MB | 393/714 kB | 0.3/1.6 MB | 147/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.9/7.4 MB | 393/714 kB | 0.3/1.6 MB | 147/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.9/7.4 MB | 393/714 kB | 0.3/1.6 MB | 147/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.9/7.4 MB | 410/714 kB | 0.3/1.6 MB | 147/193 kB
16:00:52 [2026-08-05T14:00:52.945Z] Progress (4): 2.9/7.4 MB | 410/714 kB | 0.3/1.6 MB | 147/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 410/714 kB | 0.3/1.6 MB | 164/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 410/714 kB | 0.3/1.6 MB | 164/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 426/714 kB | 0.3/1.6 MB | 164/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 426/714 kB | 0.3/1.6 MB | 164/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 426/714 kB | 0.3/1.6 MB | 164/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 426/714 kB | 0.3/1.6 MB | 180/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 426/714 kB | 0.3/1.6 MB | 180/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 442/714 kB | 0.3/1.6 MB | 180/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 442/714 kB | 0.3/1.6 MB | 180/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 459/714 kB | 0.3/1.6 MB | 180/193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 459/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 2.9/7.4 MB | 459/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 3.0/7.4 MB | 459/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 3.0/7.4 MB | 475/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 3.0/7.4 MB | 475/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 3.0/7.4 MB | 475/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 3.0/7.4 MB | 492/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 3.0/7.4 MB | 492/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 3.0/7.4 MB | 492/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (4): 3.0/7.4 MB | 508/714 kB | 0.3/1.6 MB | 193 kB
16:00:53 [2026-08-05T14:00:53.196Z]
16:00:53 [2026-08-05T14:00:53.196Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar (193 kB at 541 kB/s)
16:00:53 [2026-08-05T14:00:53.196Z] Progress (3): 3.0/7.4 MB | 508/714 kB | 0.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.196Z] Progress (3): 3.0/7.4 MB | 524/714 kB | 0.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.0/7.4 MB | 524/714 kB | 0.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.0/7.4 MB | 524/714 kB | 0.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.0/7.4 MB | 541/714 kB | 0.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 541/714 kB | 0.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 557/714 kB | 0.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 557/714 kB | 0.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 557/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 557/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 573/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 573/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 590/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 590/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 590/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 606/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 606/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 606/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 623/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.1/7.4 MB | 623/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 623/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 639/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 639/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 655/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 655/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 655/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 655/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 672/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 672/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 672/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 688/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.2/7.4 MB | 688/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.3/7.4 MB | 688/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.3/7.4 MB | 688/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.3/7.4 MB | 705/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.3/7.4 MB | 705/714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.3/7.4 MB | 714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.3/7.4 MB | 714 kB | 0.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.3/7.4 MB | 714 kB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.3/7.4 MB | 714 kB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (3): 3.3/7.4 MB | 714 kB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z]
16:00:53 [2026-08-05T14:00:53.197Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar (714 kB at 2.0 MB/s)
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.3/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.3/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.4/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.4/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.4/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.4/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.4/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.4/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.4/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.4/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.5/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.6/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.7/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.8/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.8/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.8/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.8/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.8/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.8/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.8/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.8/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.197Z] Progress (2): 3.8/7.4 MB | 0.7/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.8/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 3.9/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.8/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.1/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.0/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.2/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.3/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.1/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.4/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.2/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.5/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.3/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.6/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.4/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.7/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.198Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.8/7.4 MB | 1.5/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.8/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6/1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 4.9/7.4 MB | 1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 5.0/7.4 MB | 1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (2): 5.0/7.4 MB | 1.6 MB
16:00:53 [2026-08-05T14:00:53.199Z]
16:00:53 [2026-08-05T14:00:53.199Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar (1.6 MB at 4.1 MB/s)
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 5.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.5/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.199Z] Progress (1): 6.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.6/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.7/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.8/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 6.9/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.0/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.1/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.2/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.3/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.4/7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z] Progress (1): 7.4 MB
16:00:53 [2026-08-05T14:00:53.200Z]
16:00:53 [2026-08-05T14:00:53.200Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar (7.4 MB at 17 MB/s)
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] Searching for local aggregator root...
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] Processing change of org.silverpeas:silverpeas-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260805
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] Processing org.silverpeas:silverpeas-dependencies-bom
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] Updating project org.silverpeas:silverpeas-dependencies-bom
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260805
16:00:53 [2026-08-05T14:00:53.751Z] [INFO]
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] ------------------------------------------------------------------------
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] BUILD SUCCESS
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] ------------------------------------------------------------------------
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] Total time: 8.482 s
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] Finished at: 2026-08-05T16:00:53+02:00
16:00:53 [2026-08-05T14:00:53.751Z] [INFO] ------------------------------------------------------------------------
16:00:53 [2026-08-05T14:00:53.751Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true
16:00:55 [2026-08-05T14:00:55.613Z] [INFO] Scanning for projects...
16:00:55 [2026-08-05T14:00:55.613Z] [INFO]
16:00:55 [2026-08-05T14:00:55.613Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >-------------
16:00:55 [2026-08-05T14:00:55.613Z] [INFO] Building Silverpeas Dependencies BOM 2.0-build260805
16:00:55 [2026-08-05T14:00:55.613Z] [INFO] from pom.xml
16:00:55 [2026-08-05T14:00:55.613Z] [INFO] --------------------------------[ pom ]---------------------------------
16:00:55 [2026-08-05T14:00:55.613Z] [INFO]
16:00:55 [2026-08-05T14:00:55.613Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-dependencies-bom ---
16:00:55 [2026-08-05T14:00:55.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 790 B
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 1.8 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 3.7 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 5.8 kB
16:00:56 [2026-08-05T14:00:56.164Z]
16:00:56 [2026-08-05T14:00:56.164Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 18 kB/s)
16:00:56 [2026-08-05T14:00:56.164Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 781 B
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 1.8 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 3.7 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 5.1 kB
16:00:56 [2026-08-05T14:00:56.164Z]
16:00:56 [2026-08-05T14:00:56.164Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 159 kB/s)
16:00:56 [2026-08-05T14:00:56.164Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 782 B
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 1.7 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 4.5 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 7.0 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 8.3 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 10 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 13 kB
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 14 kB
16:00:56 [2026-08-05T14:00:56.164Z]
16:00:56 [2026-08-05T14:00:56.164Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 570 kB/s)
16:00:56 [2026-08-05T14:00:56.164Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
16:00:56 [2026-08-05T14:00:56.164Z] Progress (1): 707 B
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 1.6 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 2.7 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 4.2 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 5.0 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 6.5 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 9.2 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 11 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 14 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 18 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 20 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 23 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 26 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 27 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 30 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 32 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 34 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 38 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 40 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 43 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 47 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 52 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 54 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 57 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 59 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 61 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 63 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 65 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 66 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 68 kB
16:00:56 [2026-08-05T14:00:56.165Z]
16:00:56 [2026-08-05T14:00:56.165Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.7 MB/s)
16:00:56 [2026-08-05T14:00:56.165Z] [INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:56 [2026-08-05T14:00:56.165Z] [INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
16:00:56 [2026-08-05T14:00:56.165Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
16:00:56 [2026-08-05T14:00:56.165Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (0 B at 0 B/s)
16:00:56 [2026-08-05T14:00:56.165Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 0.9/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 2.3/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 3.6/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 5.0/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 6.4/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 7.7/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 9.1/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 10/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 12/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 13/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 15/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 16/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 17/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 19/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 20/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 21/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 23/153 kB
16:00:56 [2026-08-05T14:00:56.165Z] Progress (1): 24/153 kB
16:00:56 [2026-08-05T14:00:56.415Z] Progress (1): 28/153 kB
16:00:56 [2026-08-05T14:00:56.415Z] Progress (1): 33/153 kB
16:00:56 [2026-08-05T14:00:56.415Z] Progress (1): 37/153 kB
16:00:56 [2026-08-05T14:00:56.415Z] Progress (1): 41/153 kB
16:00:56 [2026-08-05T14:00:56.415Z] Progress (1): 45/153 kB
16:00:56 [2026-08-05T14:00:56.415Z] Progress (1): 49/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 54/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 58/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 62/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 66/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 71/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 75/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 79/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 83/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 88/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 92/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 96/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 100/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 104/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 109/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 113/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 117/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 121/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 126/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 130/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 134/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 138/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 143/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 147/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 151/153 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 153 kB
16:00:56 [2026-08-05T14:00:56.416Z]
16:00:56 [2026-08-05T14:00:56.416Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 2.2 MB/s)
16:00:56 [2026-08-05T14:00:56.416Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 3.8/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 8.0/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 12/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 16/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 21/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 24/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 28/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 33/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 37/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 53/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 70/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 86/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 102/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 119/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 135/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 151/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 155/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 172/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 188/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 204/215 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 215 kB
16:00:56 [2026-08-05T14:00:56.416Z]
16:00:56 [2026-08-05T14:00:56.416Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 4.4 MB/s)
16:00:56 [2026-08-05T14:00:56.416Z] [INFO]
16:00:56 [2026-08-05T14:00:56.416Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-dependencies-bom ---
16:00:56 [2026-08-05T14:00:56.416Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 838 B
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 2.2 kB
16:00:56 [2026-08-05T14:00:56.416Z]
16:00:56 [2026-08-05T14:00:56.416Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom (2.2 kB at 89 kB/s)
16:00:56 [2026-08-05T14:00:56.416Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 756 B
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 2.3 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 4.0 kB
16:00:56 [2026-08-05T14:00:56.416Z] Progress (1): 9.2 kB
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 12 kB
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 16 kB
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 19 kB
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 22 kB
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 23 kB
16:00:56 [2026-08-05T14:00:56.666Z]
16:00:56 [2026-08-05T14:00:56.666Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom (23 kB at 839 kB/s)
16:00:56 [2026-08-05T14:00:56.666Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 834 B
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 2.2 kB
16:00:56 [2026-08-05T14:00:56.666Z]
16:00:56 [2026-08-05T14:00:56.666Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom (2.2 kB at 97 kB/s)
16:00:56 [2026-08-05T14:00:56.666Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 729 B
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 2.2 kB
16:00:56 [2026-08-05T14:00:56.666Z] Progress (1): 4.3 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 7.8 kB
16:00:56 [2026-08-05T14:00:56.667Z]
16:00:56 [2026-08-05T14:00:56.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom (7.8 kB at 290 kB/s)
16:00:56 [2026-08-05T14:00:56.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 691 B
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 2.5 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 6.4 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 8.9 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 11 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 14 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 19 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 21 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 25 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 28 kB
16:00:56 [2026-08-05T14:00:56.667Z]
16:00:56 [2026-08-05T14:00:56.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 972 kB/s)
16:00:56 [2026-08-05T14:00:56.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 7.7/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 16/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 24/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 40/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 57/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 73/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 90/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 106/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 122/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 139/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 155/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 172/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 188/196 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 196 kB
16:00:56 [2026-08-05T14:00:56.667Z]
16:00:56 [2026-08-05T14:00:56.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar (196 kB at 4.4 MB/s)
16:00:56 [2026-08-05T14:00:56.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar
16:00:56 [2026-08-05T14:00:56.667Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 7.7/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 7.7/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 24/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 40/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 57/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 73/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 90/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 106/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 122/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 139/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 155/157 kB
16:00:56 [2026-08-05T14:00:56.667Z] Progress (1): 157 kB
16:00:56 [2026-08-05T14:00:56.667Z]
16:00:56 [2026-08-05T14:00:56.667Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar (157 kB at 4.6 MB/s)
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 0.9/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 2.3/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 3.6/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 5.0/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 6.4/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 7.7/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 9.1/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 10/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 11/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 13/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 14/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 15/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 17/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 18/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 20/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 21/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 22/193 kB
16:00:56 [2026-08-05T14:00:56.917Z] Progress (1): 24/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 25/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 26/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 28/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 29/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 31/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 32/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 33/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 35/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 36/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 37/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 39/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 40/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 41/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 43/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 44/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 46/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 47/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 48/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 50/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 51/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 52/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 54/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 55/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 59/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 64/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 68/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 72/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 76/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 81/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 85/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 89/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 93/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 97/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 102/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 106/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 110/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 114/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 119/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 123/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 127/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 131/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 136/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 140/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 142/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 147/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 151/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 155/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 159/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 164/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 168/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 172/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 176/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 181/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 185/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 189/193 kB
16:00:56 [2026-08-05T14:00:56.918Z] Progress (1): 193 kB
16:00:56 [2026-08-05T14:00:56.918Z]
16:00:56 [2026-08-05T14:00:56.918Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar (193 kB at 2.3 MB/s)
16:00:56 [2026-08-05T14:00:56.918Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-dependencies-bom/2.0-build260805/silverpeas-dependencies-bom-2.0-build260805.pom
16:00:56 [2026-08-05T14:00:56.918Z] [INFO]
16:00:56 [2026-08-05T14:00:56.918Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-dependencies-bom ---
16:00:56 [2026-08-05T14:00:56.918Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds
16:00:56 [2026-08-05T14:00:56.918Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead.
16:00:56 [2026-08-05T14:00:56.918Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/2.0-build260805/silverpeas-dependencies-bom-2.0-build260805.pom
16:00:57 [2026-08-05T14:00:57.169Z] Progress (1): 33/47 kB
16:00:57 [2026-08-05T14:00:57.169Z] Progress (1): 47 kB
16:00:57 [2026-08-05T14:00:57.169Z]
16:00:57 [2026-08-05T14:00:57.169Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/2.0-build260805/silverpeas-dependencies-bom-2.0-build260805.pom (47 kB at 202 kB/s)
16:00:57 [2026-08-05T14:00:57.169Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml
16:00:57 [2026-08-05T14:00:57.169Z] Progress (1): 874 B
16:00:57 [2026-08-05T14:00:57.169Z]
16:00:57 [2026-08-05T14:00:57.169Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (874 B at 18 kB/s)
16:00:57 [2026-08-05T14:00:57.169Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml
16:00:57 [2026-08-05T14:00:57.419Z] Progress (1): 874 B
16:00:57 [2026-08-05T14:00:57.419Z]
16:00:57 [2026-08-05T14:00:57.419Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (874 B at 8.7 kB/s)
16:00:57 [2026-08-05T14:00:57.419Z] [INFO] ------------------------------------------------------------------------
16:00:57 [2026-08-05T14:00:57.419Z] [INFO] BUILD SUCCESS
16:00:57 [2026-08-05T14:00:57.419Z] [INFO] ------------------------------------------------------------------------
16:00:57 [2026-08-05T14:00:57.419Z] [INFO] Total time: 2.077 s
16:00:57 [2026-08-05T14:00:57.419Z] [INFO] Finished at: 2026-08-05T16:00:57+02:00
16:00:57 [2026-08-05T14:00:57.419Z] [INFO] ------------------------------------------------------------------------
16:00:57 [2026-08-05T14:00:57.421Z] [Pipeline] }
16:00:57 [2026-08-05T14:00:57.428Z] [Pipeline] // dir
16:00:57 [2026-08-05T14:00:57.439Z] [Pipeline] }
16:00:57 [2026-08-05T14:00:57.446Z] [Pipeline] // stage
16:00:57 [2026-08-05T14:00:57.456Z] [Pipeline] stage
16:00:57 [2026-08-05T14:00:57.457Z] [Pipeline] { (Build and Publish test dependencies definition)
16:00:57 [2026-08-05T14:00:57.486Z] [Pipeline] dir
16:00:57 [2026-08-05T14:00:57.486Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies
16:00:57 [2026-08-05T14:00:57.487Z] [Pipeline] {
16:00:57 [2026-08-05T14:00:57.500Z] [Pipeline] git
16:00:57 [2026-08-05T14:00:57.502Z] Selected Git installation does not exist. Using Default
16:00:57 [2026-08-05T14:00:57.503Z] The recommended git tool is: NONE
16:00:57 [2026-08-05T14:00:57.503Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
16:00:57 [2026-08-05T14:00:57.517Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@39e34d32; decorates hudson.Launcher$LocalLauncher@126e54a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
16:00:57 [2026-08-05T14:00:57.518Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies/.git # timeout=10
16:00:57 [2026-08-05T14:00:57.525Z] Fetching changes from the remote Git repository
16:00:57 [2026-08-05T14:00:57.527Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-test-dependencies-bom # timeout=10
16:00:57 [2026-08-05T14:00:57.535Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-test-dependencies-bom
16:00:57 [2026-08-05T14:00:57.535Z] > /usr/bin/git --version # timeout=10
16:00:57 [2026-08-05T14:00:57.541Z] > git --version # 'git version 2.43.0'
16:00:57 [2026-08-05T14:00:57.541Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
16:00:57 [2026-08-05T14:00:57.548Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-test-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10
16:00:58 [2026-08-05T14:00:58.020Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
16:00:58 [2026-08-05T14:00:58.027Z] Checking out Revision b5270067754250b6eee325049101636d0f69d5fd (refs/remotes/origin/master)
16:00:58 [2026-08-05T14:00:58.027Z] > /usr/bin/git config core.sparsecheckout # timeout=10
16:00:58 [2026-08-05T14:00:58.033Z] > /usr/bin/git checkout -f b5270067754250b6eee325049101636d0f69d5fd # timeout=10
16:00:58 [2026-08-05T14:00:58.043Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
16:00:58 [2026-08-05T14:00:58.051Z] > /usr/bin/git branch -D master # timeout=10
16:00:58 [2026-08-05T14:00:58.059Z] > /usr/bin/git checkout -b master b5270067754250b6eee325049101636d0f69d5fd # timeout=10
16:00:58 [2026-08-05T14:00:58.071Z] Commit message: "Specifies the property maven.compiler.version for both silverpeas-dependencies-bom and silverpeas-test-dependencies-bom"
16:00:58 [2026-08-05T14:00:58.072Z] > /usr/bin/git rev-list --no-walk b5270067754250b6eee325049101636d0f69d5fd # timeout=10
16:00:58 [2026-08-05T14:00:58.103Z] [Pipeline] sh
16:00:58 [2026-08-05T14:00:58.361Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260805
16:01:00 [2026-08-05T14:01:00.223Z] [INFO] Scanning for projects...
16:01:00 [2026-08-05T14:01:00.223Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
16:01:00 [2026-08-05T14:01:00.223Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
16:01:00 [2026-08-05T14:01:00.774Z] Progress (1): 3.2 kB
16:01:00 [2026-08-05T14:01:00.774Z] Progress (1): 8.1 kB
16:01:00 [2026-08-05T14:01:00.774Z] Progress (2): 8.1 kB | 4.6 kB
16:01:00 [2026-08-05T14:01:00.774Z] Progress (2): 14 kB | 4.6 kB
16:01:00 [2026-08-05T14:01:00.774Z] Progress (2): 18 kB | 4.6 kB
16:01:00 [2026-08-05T14:01:00.774Z] Progress (2): 20 kB | 4.6 kB
16:01:00 [2026-08-05T14:01:00.774Z] Progress (2): 20 kB | 9.7 kB
16:01:00 [2026-08-05T14:01:00.774Z] Progress (2): 20 kB | 14 kB
16:01:00 [2026-08-05T14:01:00.774Z]
16:01:00 [2026-08-05T14:01:00.774Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 58 kB/s)
16:01:00 [2026-08-05T14:01:00.774Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 40 kB/s)
16:01:00 [2026-08-05T14:01:00.774Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
16:01:00 [2026-08-05T14:01:00.774Z] Progress (1): 1.5 kB
16:01:00 [2026-08-05T14:01:00.774Z]
16:01:00 [2026-08-05T14:01:00.774Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 53 kB/s)
16:01:00 [2026-08-05T14:01:00.774Z] [INFO]
16:01:00 [2026-08-05T14:01:00.774Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >-----------
16:01:00 [2026-08-05T14:01:00.774Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-SNAPSHOT
16:01:00 [2026-08-05T14:01:00.774Z] [INFO] from pom.xml
16:01:00 [2026-08-05T14:01:00.774Z] [INFO] --------------------------------[ pom ]---------------------------------
16:01:00 [2026-08-05T14:01:00.774Z] [INFO]
16:01:00 [2026-08-05T14:01:00.774Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-test-dependencies-bom ---
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] Searching for local aggregator root...
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] Processing change of org.silverpeas:silverpeas-test-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260805
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] Processing org.silverpeas:silverpeas-test-dependencies-bom
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] Updating project org.silverpeas:silverpeas-test-dependencies-bom
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260805
16:01:01 [2026-08-05T14:01:01.685Z] [INFO]
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] ------------------------------------------------------------------------
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] BUILD SUCCESS
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] ------------------------------------------------------------------------
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] Total time: 1.941 s
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] Finished at: 2026-08-05T16:01:01+02:00
16:01:01 [2026-08-05T14:01:01.685Z] [INFO] ------------------------------------------------------------------------
16:01:01 [2026-08-05T14:01:01.936Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true
16:01:03 [2026-08-05T14:01:03.280Z] [INFO] Scanning for projects...
16:01:03 [2026-08-05T14:01:03.530Z] [INFO]
16:01:03 [2026-08-05T14:01:03.530Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >-----------
16:01:03 [2026-08-05T14:01:03.530Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-build260805
16:01:03 [2026-08-05T14:01:03.530Z] [INFO] from pom.xml
16:01:03 [2026-08-05T14:01:03.530Z] [INFO] --------------------------------[ pom ]---------------------------------
16:01:03 [2026-08-05T14:01:03.530Z] [INFO]
16:01:03 [2026-08-05T14:01:03.530Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-test-dependencies-bom ---
16:01:03 [2026-08-05T14:01:03.780Z] [INFO]
16:01:03 [2026-08-05T14:01:03.780Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-test-dependencies-bom ---
16:01:03 [2026-08-05T14:01:03.780Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260805/silverpeas-test-dependencies-bom-2.0-build260805.pom
16:01:03 [2026-08-05T14:01:03.780Z] [INFO]
16:01:03 [2026-08-05T14:01:03.781Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-test-dependencies-bom ---
16:01:03 [2026-08-05T14:01:03.781Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds
16:01:03 [2026-08-05T14:01:03.781Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead.
16:01:04 [2026-08-05T14:01:04.031Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260805/silverpeas-test-dependencies-bom-2.0-build260805.pom
16:01:04 [2026-08-05T14:01:04.532Z] Progress (1): 12 kB
16:01:04 [2026-08-05T14:01:04.532Z]
16:01:04 [2026-08-05T14:01:04.532Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260805/silverpeas-test-dependencies-bom-2.0-build260805.pom (12 kB at 30 kB/s)
16:01:04 [2026-08-05T14:01:04.532Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml
16:01:04 [2026-08-05T14:01:04.532Z] Progress (1): 879 B
16:01:04 [2026-08-05T14:01:04.532Z]
16:01:04 [2026-08-05T14:01:04.532Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (879 B at 14 kB/s)
16:01:04 [2026-08-05T14:01:04.532Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml
16:01:04 [2026-08-05T14:01:04.783Z] Progress (1): 879 B
16:01:04 [2026-08-05T14:01:04.783Z]
16:01:04 [2026-08-05T14:01:04.783Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (879 B at 8.2 kB/s)
16:01:04 [2026-08-05T14:01:04.783Z] [INFO] ------------------------------------------------------------------------
16:01:04 [2026-08-05T14:01:04.783Z] [INFO] BUILD SUCCESS
16:01:04 [2026-08-05T14:01:04.783Z] [INFO] ------------------------------------------------------------------------
16:01:04 [2026-08-05T14:01:04.783Z] [INFO] Total time: 1.333 s
16:01:04 [2026-08-05T14:01:04.783Z] [INFO] Finished at: 2026-08-05T16:01:04+02:00
16:01:04 [2026-08-05T14:01:04.783Z] [INFO] ------------------------------------------------------------------------
16:01:04 [2026-08-05T14:01:04.784Z] [Pipeline] }
16:01:04 [2026-08-05T14:01:04.792Z] [Pipeline] // dir
16:01:04 [2026-08-05T14:01:04.801Z] [Pipeline] }
16:01:04 [2026-08-05T14:01:04.808Z] [Pipeline] // stage
16:01:04 [2026-08-05T14:01:04.819Z] [Pipeline] stage
16:01:04 [2026-08-05T14:01:04.820Z] [Pipeline] { (Build and publish project definition)
16:01:04 [2026-08-05T14:01:04.848Z] [Pipeline] dir
16:01:04 [2026-08-05T14:01:04.848Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project
16:01:04 [2026-08-05T14:01:04.849Z] [Pipeline] {
16:01:04 [2026-08-05T14:01:04.863Z] [Pipeline] git
16:01:04 [2026-08-05T14:01:04.865Z] Selected Git installation does not exist. Using Default
16:01:04 [2026-08-05T14:01:04.865Z] The recommended git tool is: NONE
16:01:04 [2026-08-05T14:01:04.866Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
16:01:04 [2026-08-05T14:01:04.881Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2bb4ef08; decorates hudson.Launcher$LocalLauncher@6bbce36a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
16:01:04 [2026-08-05T14:01:04.882Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project/.git # timeout=10
16:01:04 [2026-08-05T14:01:04.889Z] Fetching changes from the remote Git repository
16:01:04 [2026-08-05T14:01:04.892Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Project # timeout=10
16:01:04 [2026-08-05T14:01:04.898Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Project
16:01:04 [2026-08-05T14:01:04.898Z] > /usr/bin/git --version # timeout=10
16:01:04 [2026-08-05T14:01:04.904Z] > git --version # 'git version 2.43.0'
16:01:04 [2026-08-05T14:01:04.904Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
16:01:04 [2026-08-05T14:01:04.911Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Project +refs/heads/*:refs/remotes/origin/* # timeout=10
16:01:05 [2026-08-05T14:01:05.484Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
16:01:05 [2026-08-05T14:01:05.492Z] Checking out Revision 021681972d6345a734b93965ac1fdd06958b9fab (refs/remotes/origin/master)
16:01:05 [2026-08-05T14:01:05.492Z] > /usr/bin/git config core.sparsecheckout # timeout=10
16:01:05 [2026-08-05T14:01:05.499Z] > /usr/bin/git checkout -f 021681972d6345a734b93965ac1fdd06958b9fab # timeout=10
16:01:05 [2026-08-05T14:01:05.508Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
16:01:05 [2026-08-05T14:01:05.516Z] > /usr/bin/git branch -D master # timeout=10
16:01:05 [2026-08-05T14:01:05.523Z] > /usr/bin/git checkout -b master 021681972d6345a734b93965ac1fdd06958b9fab # timeout=10
16:01:05 [2026-08-05T14:01:05.534Z] Commit message: "Update the compressor Maven plugin to version 2.0.2"
16:01:05 [2026-08-05T14:01:05.534Z] > /usr/bin/git rev-list --no-walk ee46477043881de04af61586e04cfbd2b1cdedf7 # timeout=10
16:01:05 [2026-08-05T14:01:05.559Z] [Pipeline] sh
16:01:05 [2026-08-05T14:01:05.816Z] + sed -i -e s/<silverpeas.bom.version>[0-9a-zA-Z.-]\+/<silverpeas.bom.version>2.0-build260805/g pom.xml
16:01:05 [2026-08-05T14:01:05.822Z] [Pipeline] sh
16:01:06 [2026-08-05T14:01:06.082Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260805
16:01:07 [2026-08-05T14:01:07.944Z] [INFO] Scanning for projects...
16:01:07 [2026-08-05T14:01:07.944Z] [WARNING] The project org.silverpeas:silverpeas-project:pom:2.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
16:01:07 [2026-08-05T14:01:07.944Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 756 B
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 2.2 kB
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 3.8 kB
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 8.1 kB
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 11 kB
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 13 kB
16:01:08 [2026-08-05T14:01:08.195Z]
16:01:08 [2026-08-05T14:01:08.195Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 36 kB/s)
16:01:08 [2026-08-05T14:01:08.195Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 752 B
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 2.3 kB
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 4.7 kB
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 7.4 kB
16:01:08 [2026-08-05T14:01:08.195Z] Progress (1): 9.9 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 11 kB
16:01:08 [2026-08-05T14:01:08.445Z]
16:01:08 [2026-08-05T14:01:08.445Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 267 kB/s)
16:01:08 [2026-08-05T14:01:08.445Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 7.8/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 8.2/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 16/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 24/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 25/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 33/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 40/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 41/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 49/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 56/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 57/62 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 62 kB
16:01:08 [2026-08-05T14:01:08.445Z]
16:01:08 [2026-08-05T14:01:08.445Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 938 kB/s)
16:01:08 [2026-08-05T14:01:08.445Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 772 B
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 2.2 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 5.0 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 7.8 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 8.5 kB
16:01:08 [2026-08-05T14:01:08.445Z]
16:01:08 [2026-08-05T14:01:08.445Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 218 kB/s)
16:01:08 [2026-08-05T14:01:08.445Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 7.8/32 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 8.2/32 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 16/32 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 24/32 kB
16:01:08 [2026-08-05T14:01:08.445Z] Progress (1): 25/32 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 32 kB
16:01:08 [2026-08-05T14:01:08.696Z]
16:01:08 [2026-08-05T14:01:08.696Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 611 kB/s)
16:01:08 [2026-08-05T14:01:08.696Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 745 B
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 2.3 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 4.0 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 8.9 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 13 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 15 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 16 kB
16:01:08 [2026-08-05T14:01:08.696Z]
16:01:08 [2026-08-05T14:01:08.696Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom (16 kB at 400 kB/s)
16:01:08 [2026-08-05T14:01:08.696Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 770 B
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 2.3 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 4.9 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 7.3 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 8.1 kB
16:01:08 [2026-08-05T14:01:08.696Z]
16:01:08 [2026-08-05T14:01:08.696Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 193 kB/s)
16:01:08 [2026-08-05T14:01:08.696Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 728 B
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 1.9 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 5.4 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 9.7 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 14 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 19 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 22 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 26 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 28 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 30 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 33 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 37 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 40 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 42 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 48 kB
16:01:08 [2026-08-05T14:01:08.696Z]
16:01:08 [2026-08-05T14:01:08.696Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 1.1 MB/s)
16:01:08 [2026-08-05T14:01:08.696Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 745 B
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 2.1 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 4.0 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 6.9 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 12 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 16 kB
16:01:08 [2026-08-05T14:01:08.696Z] Progress (1): 19 kB
16:01:08 [2026-08-05T14:01:08.946Z] Progress (1): 21 kB
16:01:08 [2026-08-05T14:01:08.946Z]
16:01:08 [2026-08-05T14:01:08.946Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom (21 kB at 471 kB/s)
16:01:08 [2026-08-05T14:01:08.947Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 7.8/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 8.2/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 16/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 24/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 25/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 33/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 40/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 41/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 49/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 56/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 57/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 66/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 72/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 74/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 82/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 88/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 90/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 98/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 104/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 106/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 115/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 120/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 123/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 131/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 136/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 139/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 147/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 152/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 156/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 164/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 168/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 172/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 180/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 184/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 188/189 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 189 kB
16:01:08 [2026-08-05T14:01:08.947Z]
16:01:08 [2026-08-05T14:01:08.947Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar (189 kB at 2.7 MB/s)
16:01:08 [2026-08-05T14:01:08.947Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.pom
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 784 B
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 2.2 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 5.1 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 7.5 kB
16:01:08 [2026-08-05T14:01:08.947Z]
16:01:08 [2026-08-05T14:01:08.947Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.pom (7.5 kB at 213 kB/s)
16:01:08 [2026-08-05T14:01:08.947Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.jar
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 7.8/30 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 8.2/30 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 16/30 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 24/30 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 25/30 kB
16:01:08 [2026-08-05T14:01:08.947Z] Progress (1): 30 kB
16:01:08 [2026-08-05T14:01:08.947Z]
16:01:08 [2026-08-05T14:01:08.947Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.jar (30 kB at 775 kB/s)
16:01:09 [2026-08-05T14:01:09.197Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 768 B
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 2.2 kB
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 5.2 kB
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 7.9 kB
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 8.5 kB
16:01:09 [2026-08-05T14:01:09.197Z]
16:01:09 [2026-08-05T14:01:09.197Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom (8.5 kB at 224 kB/s)
16:01:09 [2026-08-05T14:01:09.197Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 7.8/37 kB
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 8.2/37 kB
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 16/37 kB
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 24/37 kB
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 25/37 kB
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 33/37 kB
16:01:09 [2026-08-05T14:01:09.197Z] Progress (1): 37 kB
16:01:09 [2026-08-05T14:01:09.197Z]
16:01:09 [2026-08-05T14:01:09.197Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar (37 kB at 913 kB/s)
16:01:09 [2026-08-05T14:01:09.197Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/net/sourceforge/maven-taglib/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.197Z] Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/maven-taglib/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.197Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.197Z] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.448Z] Progress (1): 237 B
16:01:09 [2026-08-05T14:01:09.448Z] Progress (2): 237 B | 194 B
16:01:09 [2026-08-05T14:01:09.448Z] Progress (3): 237 B | 194 B | 194 B
16:01:09 [2026-08-05T14:01:09.448Z]
16:01:09 [2026-08-05T14:01:09.448Z] Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/maven-taglib/maven-metadata.xml (194 B at 1.6 kB/s)
16:01:09 [2026-08-05T14:01:09.448Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.448Z] Progress (3): 237 B | 194 B | 237 B
16:01:09 [2026-08-05T14:01:09.448Z]
16:01:09 [2026-08-05T14:01:09.448Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml (237 B at 1.7 kB/s)
16:01:09 [2026-08-05T14:01:09.448Z] Downloading from central: https://repo.maven.apache.org/maven2/org/silverpeas/maven/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.448Z] Progress (3): 237 B | 194 B | 290 B
16:01:09 [2026-08-05T14:01:09.448Z]
16:01:09 [2026-08-05T14:01:09.448Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml (290 B at 3.8 kB/s)
16:01:09 [2026-08-05T14:01:09.448Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.448Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml (237 B at 757 B/s)
16:01:09 [2026-08-05T14:01:09.448Z] Downloading from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Progress (2): 194 B | 1.5 kB
16:01:09 [2026-08-05T14:01:09.699Z]
16:01:09 [2026-08-05T14:01:09.699Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 42 kB/s)
16:01:09 [2026-08-05T14:01:09.699Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Downloading from central: https://repo.maven.apache.org/maven2/pl/project13/maven/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Progress (2): 194 B | 1.5 kB
16:01:09 [2026-08-05T14:01:09.699Z] Progress (3): 194 B | 1.5 kB | 249 B
16:01:09 [2026-08-05T14:01:09.699Z]
16:01:09 [2026-08-05T14:01:09.699Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/net/sourceforge/maven-taglib/maven-metadata.xml (194 B at 476 B/s)
16:01:09 [2026-08-05T14:01:09.699Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Progress (3): 1.5 kB | 249 B | 249 B
16:01:09 [2026-08-05T14:01:09.699Z]
16:01:09 [2026-08-05T14:01:09.699Z] Downloaded from central: https://repo.maven.apache.org/maven2/pl/project13/maven/maven-metadata.xml (249 B at 9.2 kB/s)
16:01:09 [2026-08-05T14:01:09.699Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Progress (3): 1.5 kB | 249 B | 237 B
16:01:09 [2026-08-05T14:01:09.699Z]
16:01:09 [2026-08-05T14:01:09.699Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml (237 B at 9.9 kB/s)
16:01:09 [2026-08-05T14:01:09.699Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/qmino/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Progress (3): 1.5 kB | 249 B | 237 B
16:01:09 [2026-08-05T14:01:09.699Z]
16:01:09 [2026-08-05T14:01:09.699Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/maven-metadata.xml (249 B at 2.2 kB/s)
16:01:09 [2026-08-05T14:01:09.699Z] Downloading from central: https://repo.maven.apache.org/maven2/com/qmino/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml (237 B at 2.3 kB/s)
16:01:09 [2026-08-05T14:01:09.699Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Progress (2): 1.5 kB | 4.6 kB
16:01:09 [2026-08-05T14:01:09.699Z] Progress (2): 1.5 kB | 9.7 kB
16:01:09 [2026-08-05T14:01:09.699Z] Progress (2): 1.5 kB | 14 kB
16:01:09 [2026-08-05T14:01:09.699Z]
16:01:09 [2026-08-05T14:01:09.699Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 433 kB/s)
16:01:09 [2026-08-05T14:01:09.699Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.699Z] Progress (2): 1.5 kB | 4.4 kB
16:01:09 [2026-08-05T14:01:09.699Z] Progress (2): 1.5 kB | 11 kB
16:01:09 [2026-08-05T14:01:09.699Z] Progress (2): 1.5 kB | 14 kB
16:01:09 [2026-08-05T14:01:09.699Z] Progress (3): 1.5 kB | 14 kB | 3.7 kB
16:01:09 [2026-08-05T14:01:09.699Z] Progress (3): 1.5 kB | 14 kB | 9.3 kB
16:01:09 [2026-08-05T14:01:09.699Z] Progress (3): 1.5 kB | 14 kB | 15 kB
16:01:09 [2026-08-05T14:01:09.950Z] Progress (3): 1.5 kB | 14 kB | 20 kB
16:01:09 [2026-08-05T14:01:09.950Z]
16:01:09 [2026-08-05T14:01:09.950Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml (14 kB at 129 kB/s)
16:01:09 [2026-08-05T14:01:09.950Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
16:01:09 [2026-08-05T14:01:09.950Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 3.5 kB/s)
16:01:09 [2026-08-05T14:01:09.950Z] Progress (2): 20 kB | 3.7 kB
16:01:09 [2026-08-05T14:01:09.950Z] Progress (2): 20 kB | 7.5 kB
16:01:09 [2026-08-05T14:01:09.950Z] Progress (2): 20 kB | 13 kB
16:01:09 [2026-08-05T14:01:09.950Z] Progress (2): 20 kB | 19 kB
16:01:09 [2026-08-05T14:01:09.950Z] Progress (2): 20 kB | 20 kB
16:01:09 [2026-08-05T14:01:09.950Z]
16:01:09 [2026-08-05T14:01:09.950Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml (20 kB at 211 kB/s)
16:01:09 [2026-08-05T14:01:09.950Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 654 kB/s)
16:01:10 [2026-08-05T14:01:10.501Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
16:01:10 [2026-08-05T14:01:10.501Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
16:01:10 [2026-08-05T14:01:10.501Z] Progress (1): 1.5 kB
16:01:10 [2026-08-05T14:01:10.501Z]
16:01:10 [2026-08-05T14:01:10.501Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 70 kB/s)
16:01:10 [2026-08-05T14:01:10.501Z] Progress (1): 1.5 kB
16:01:10 [2026-08-05T14:01:10.501Z]
16:01:10 [2026-08-05T14:01:10.501Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 14 kB/s)
16:01:10 [2026-08-05T14:01:10.501Z] [INFO]
16:01:10 [2026-08-05T14:01:10.501Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------
16:01:10 [2026-08-05T14:01:10.501Z] [INFO] Building Parent POM 2.0-SNAPSHOT
16:01:10 [2026-08-05T14:01:10.501Z] [INFO] from pom.xml
16:01:10 [2026-08-05T14:01:10.501Z] [INFO] --------------------------------[ pom ]---------------------------------
16:01:10 [2026-08-05T14:01:10.752Z] [INFO]
16:01:10 [2026-08-05T14:01:10.752Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-project ---
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] Searching for local aggregator root...
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] Processing change of org.silverpeas:silverpeas-project:2.0-SNAPSHOT -> 2.0-build260805
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] Processing org.silverpeas:silverpeas-project
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] Updating project org.silverpeas:silverpeas-project
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260805
16:01:11 [2026-08-05T14:01:11.663Z] [INFO]
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] ------------------------------------------------------------------------
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] BUILD SUCCESS
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] ------------------------------------------------------------------------
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] Total time: 4.054 s
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] Finished at: 2026-08-05T16:01:11+02:00
16:01:11 [2026-08-05T14:01:11.663Z] [INFO] ------------------------------------------------------------------------
16:01:11 [2026-08-05T14:01:11.663Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true
16:01:13 [2026-08-05T14:01:13.007Z] [INFO] Scanning for projects...
16:01:13 [2026-08-05T14:01:13.257Z] [WARNING] The project org.silverpeas:silverpeas-project:pom:2.0-build260805 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
16:01:13 [2026-08-05T14:01:13.257Z] [INFO]
16:01:13 [2026-08-05T14:01:13.257Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------
16:01:13 [2026-08-05T14:01:13.257Z] [INFO] Building Parent POM 2.0-build260805
16:01:13 [2026-08-05T14:01:13.257Z] [INFO] from pom.xml
16:01:13 [2026-08-05T14:01:13.257Z] [INFO] --------------------------------[ pom ]---------------------------------
16:01:13 [2026-08-05T14:01:13.257Z] [INFO]
16:01:13 [2026-08-05T14:01:13.257Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-project ---
16:01:13 [2026-08-05T14:01:13.508Z] [INFO]
16:01:13 [2026-08-05T14:01:13.508Z] [INFO] --- install:3.0.1:install (default-install) @ silverpeas-project ---
16:01:13 [2026-08-05T14:01:13.759Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 937 B
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 2.2 kB
16:01:14 [2026-08-05T14:01:14.009Z]
16:01:14 [2026-08-05T14:01:14.009Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 5.8 kB/s)
16:01:14 [2026-08-05T14:01:14.009Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 802 B
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 3.2 kB
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 5.1 kB
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 9.1 kB
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 12 kB
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 17 kB
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 20 kB
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 23 kB
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 27 kB
16:01:14 [2026-08-05T14:01:14.009Z] Progress (1): 30 kB
16:01:14 [2026-08-05T14:01:14.009Z]
16:01:14 [2026-08-05T14:01:14.009Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 538 kB/s)
16:01:14 [2026-08-05T14:01:14.259Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
16:01:14 [2026-08-05T14:01:14.259Z] Progress (1): 938 B
16:01:14 [2026-08-05T14:01:14.259Z] Progress (1): 1.9 kB
16:01:14 [2026-08-05T14:01:14.259Z]
16:01:14 [2026-08-05T14:01:14.259Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 40 kB/s)
16:01:14 [2026-08-05T14:01:14.260Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 801 B
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 2.6 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 4.9 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 5.2 kB
16:01:14 [2026-08-05T14:01:14.260Z]
16:01:14 [2026-08-05T14:01:14.260Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 106 kB/s)
16:01:14 [2026-08-05T14:01:14.260Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 703 B
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 2.7 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 6.5 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 9.1 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 12 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 16 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 20 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 23 kB
16:01:14 [2026-08-05T14:01:14.260Z]
16:01:14 [2026-08-05T14:01:14.260Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 409 kB/s)
16:01:14 [2026-08-05T14:01:14.260Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 7.8/146 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 8.2/146 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 16/146 kB
16:01:14 [2026-08-05T14:01:14.260Z] Progress (1): 24/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 25/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 33/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 40/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 41/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 49/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 56/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 57/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 66/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 72/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 74/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 82/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 88/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 90/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 98/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 106/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 106/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 115/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 122/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 123/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 131/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 138/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 139/146 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 146 kB
16:01:14 [2026-08-05T14:01:14.510Z]
16:01:14 [2026-08-05T14:01:14.510Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.4 MB/s)
16:01:14 [2026-08-05T14:01:14.510Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
16:01:14 [2026-08-05T14:01:14.510Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 7.8/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 8.2/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 16/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 24/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 25/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 33/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 40/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 41/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 49/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 56/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 57/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 66/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 72/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 74/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 82/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 88/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 90/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 98/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 104/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 106/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 115/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 120/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 123/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 131/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 136/136 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 136 kB
16:01:14 [2026-08-05T14:01:14.510Z]
16:01:14 [2026-08-05T14:01:14.510Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 2.3 MB/s)
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 7.8/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 8.2/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 16/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 24/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 25/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 33/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 40/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 41/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 49/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 56/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 57/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 66/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 72/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 74/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 82/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 88/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 90/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 98/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 104/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 106/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 115/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 120/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 123/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 131/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 136/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 139/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 147/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 152/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 156/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 164/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 168/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 172/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 180/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 184/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 188/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 197/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 200/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 205/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 213/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 216/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 221/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 229/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 232/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 238/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 246/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 248/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 254/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 262/263 kB
16:01:14 [2026-08-05T14:01:14.510Z] Progress (1): 263 kB
16:01:14 [2026-08-05T14:01:14.510Z]
16:01:14 [2026-08-05T14:01:14.510Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.6 MB/s)
16:01:14 [2026-08-05T14:01:14.761Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-project/2.0-build260805/silverpeas-project-2.0-build260805.pom
16:01:14 [2026-08-05T14:01:14.761Z] [INFO]
16:01:14 [2026-08-05T14:01:14.761Z] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ silverpeas-project ---
16:01:14 [2026-08-05T14:01:14.761Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 749 B
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 2.6 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 5.0 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 5.3 kB
16:01:14 [2026-08-05T14:01:14.761Z]
16:01:14 [2026-08-05T14:01:14.761Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 137 kB/s)
16:01:14 [2026-08-05T14:01:14.761Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 7.8/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 8.2/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 16/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 24/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 25/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 33/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 40/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 41/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 49/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 56/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 57/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 66/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 72/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 74/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 82/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 88/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 90/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 98/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 104/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 106/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 115/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 120/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 123/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 131/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 136/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 139/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 147/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 152/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 156/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 164/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 168/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 172/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 180/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 184/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 188/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 197/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 200/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 205/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 213/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 216/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 221/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 229/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 232/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 238/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 246/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 248/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 254/262 kB
16:01:14 [2026-08-05T14:01:14.761Z] Progress (1): 262 kB
16:01:14 [2026-08-05T14:01:14.761Z]
16:01:14 [2026-08-05T14:01:14.761Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 3.6 MB/s)
16:01:14 [2026-08-05T14:01:14.761Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds
16:01:14 [2026-08-05T14:01:14.761Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead.
16:01:14 [2026-08-05T14:01:14.761Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260805/silverpeas-project-2.0-build260805.pom
16:01:15 [2026-08-05T14:01:15.012Z] Progress (1): 21 kB
16:01:15 [2026-08-05T14:01:15.012Z]
16:01:15 [2026-08-05T14:01:15.012Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260805/silverpeas-project-2.0-build260805.pom (21 kB at 150 kB/s)
16:01:15 [2026-08-05T14:01:15.012Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml
16:01:15 [2026-08-05T14:01:15.012Z] Progress (1): 865 B
16:01:15 [2026-08-05T14:01:15.012Z]
16:01:15 [2026-08-05T14:01:15.012Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (865 B at 20 kB/s)
16:01:15 [2026-08-05T14:01:15.012Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml
16:01:15 [2026-08-05T14:01:15.263Z] Progress (1): 865 B
16:01:15 [2026-08-05T14:01:15.263Z]
16:01:15 [2026-08-05T14:01:15.263Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (865 B at 8.5 kB/s)
16:01:15 [2026-08-05T14:01:15.263Z] [INFO] ------------------------------------------------------------------------
16:01:15 [2026-08-05T14:01:15.263Z] [INFO] BUILD SUCCESS
16:01:15 [2026-08-05T14:01:15.263Z] [INFO] ------------------------------------------------------------------------
16:01:15 [2026-08-05T14:01:15.263Z] [INFO] Total time: 2.129 s
16:01:15 [2026-08-05T14:01:15.263Z] [INFO] Finished at: 2026-08-05T16:01:15+02:00
16:01:15 [2026-08-05T14:01:15.263Z] [INFO] ------------------------------------------------------------------------
16:01:15 [2026-08-05T14:01:15.264Z] [Pipeline] }
16:01:15 [2026-08-05T14:01:15.274Z] [Pipeline] // dir
16:01:15 [2026-08-05T14:01:15.283Z] [Pipeline] }
16:01:15 [2026-08-05T14:01:15.291Z] [Pipeline] // stage
16:01:15 [2026-08-05T14:01:15.302Z] [Pipeline] stage
16:01:15 [2026-08-05T14:01:15.303Z] [Pipeline] { (Create YAML build report)
16:01:15 [2026-08-05T14:01:15.333Z] [Pipeline] writeYaml
16:01:15 [2026-08-05T14:01:15.343Z] [Pipeline] }
16:01:15 [2026-08-05T14:01:15.351Z] [Pipeline] // stage
16:01:15 [2026-08-05T14:01:15.362Z] [Pipeline] stage
16:01:15 [2026-08-05T14:01:15.363Z] [Pipeline] { (Declarative: Post Actions)
16:01:15 [2026-08-05T14:01:15.381Z] [Pipeline] step
16:01:15 [2026-08-05T14:01:15.406Z] [Pipeline] script
16:01:15 [2026-08-05T14:01:15.411Z] [Pipeline] {
16:01:15 [2026-08-05T14:01:15.429Z] [Pipeline] }
16:01:15 [2026-08-05T14:01:15.437Z] [Pipeline] // script
16:01:15 [2026-08-05T14:01:15.451Z] [Pipeline] archiveArtifacts
16:01:15 [2026-08-05T14:01:15.455Z] Archiving artifacts
16:01:15 [2026-08-05T14:01:15.463Z] Enregistrement des empreintes numériques
16:01:15 [2026-08-05T14:01:15.496Z] [Pipeline] }
16:01:15 [2026-08-05T14:01:15.504Z] [Pipeline] // stage
16:01:15 [2026-08-05T14:01:15.512Z] [Pipeline] }
16:01:15 [2026-08-05T14:01:15.520Z] [Pipeline] // withEnv
16:01:15 [2026-08-05T14:01:15.528Z] [Pipeline] }
16:01:15 [2026-08-05T14:01:15.529Z] $ docker stop --time=1 7e0cb76d350597e170283fbe1f00b13f3e2837ad131fbac019f7976dcaee2321
16:01:16 [2026-08-05T14:01:16.808Z] $ docker rm -f --volumes 7e0cb76d350597e170283fbe1f00b13f3e2837ad131fbac019f7976dcaee2321
16:01:16 [2026-08-05T14:01:16.885Z] [Pipeline] // withDockerContainer
16:01:16 [2026-08-05T14:01:16.892Z] [Pipeline] }
16:01:16 [2026-08-05T14:01:16.900Z] [Pipeline] // withEnv
16:01:16 [2026-08-05T14:01:16.908Z] [Pipeline] }
16:01:16 [2026-08-05T14:01:16.916Z] [Pipeline] // node
16:01:16 [2026-08-05T14:01:16.925Z] [Pipeline] End of Pipeline
16:01:16 [2026-08-05T14:01:16.995Z] Finished: SUCCESS