15:06:15 [2026-08-20T13:06:15.905Z] Démarré à distance par l'hôte 140.82.115.116 15:06:15 [2026-08-20T13:06:15.905Z] Started by GitHub push by mmoqui 15:06:15 [2026-08-20T13:06:15.906Z] Running as userbuild 15:06:16 [2026-08-20T13:06:16.453Z] Obtained src/builds/project/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 15:06:16 [2026-08-20T13:06:16.527Z] [Pipeline] Start of Pipeline 15:06:16 [2026-08-20T13:06:16.708Z] [Pipeline] node 15:06:16 [2026-08-20T13:06:16.711Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2 15:06:16 [2026-08-20T13:06:16.713Z] [Pipeline] { 15:06:16 [2026-08-20T13:06:16.725Z] [Pipeline] stage 15:06:16 [2026-08-20T13:06:16.725Z] [Pipeline] { (Declarative: Checkout SCM) 15:06:16 [2026-08-20T13:06:16.733Z] [Pipeline] checkout 15:06:16 [2026-08-20T13:06:16.734Z] Selected Git installation does not exist. Using Default 15:06:16 [2026-08-20T13:06:16.734Z] The recommended git tool is: NONE 15:06:16 [2026-08-20T13:06:16.734Z] No credentials specified 15:06:16 [2026-08-20T13:06:16.734Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/.git # timeout=10 15:06:16 [2026-08-20T13:06:16.739Z] Fetching changes from the remote Git repository 15:06:16 [2026-08-20T13:06:16.741Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 15:06:16 [2026-08-20T13:06:16.745Z] Cleaning workspace 15:06:16 [2026-08-20T13:06:16.745Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 15:06:16 [2026-08-20T13:06:16.750Z] Resetting working tree 15:06:16 [2026-08-20T13:06:16.750Z] > /usr/bin/git reset --hard # timeout=10 15:06:16 [2026-08-20T13:06:16.761Z] > /usr/bin/git clean -fdx # timeout=10 15:06:16 [2026-08-20T13:06:16.767Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 15:06:16 [2026-08-20T13:06:16.767Z] > /usr/bin/git --version # timeout=10 15:06:16 [2026-08-20T13:06:16.771Z] > git --version # 'git version 2.43.0' 15:06:16 [2026-08-20T13:06:16.772Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:17 [2026-08-20T13:06:17.187Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 15:06:17 [2026-08-20T13:06:17.192Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master) 15:06:17 [2026-08-20T13:06:17.192Z] > /usr/bin/git config core.sparsecheckout # timeout=10 15:06:17 [2026-08-20T13:06:17.196Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 15:06:17 [2026-08-20T13:06:17.205Z] Commit message: "In the pipeline to construct a Docker image for building a Silverpeas project, add a new stage in which we switch to the git branch that is related to the version of the Docker image to generate. If such branch doesn't yet exist, then it is created." 15:06:17 [2026-08-20T13:06:17.206Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 15:06:17 [2026-08-20T13:06:17.221Z] [Pipeline] } 15:06:17 [2026-08-20T13:06:17.224Z] [Pipeline] // stage 15:06:17 [2026-08-20T13:06:17.230Z] [Pipeline] withEnv 15:06:17 [2026-08-20T13:06:17.230Z] [Pipeline] { 15:06:17 [2026-08-20T13:06:17.347Z] [Pipeline] isUnix 15:06:17 [2026-08-20T13:06:17.349Z] [Pipeline] withEnv 15:06:17 [2026-08-20T13:06:17.349Z] [Pipeline] { 15:06:17 [2026-08-20T13:06:17.356Z] [Pipeline] sh 15:06:17 [2026-08-20T13:06:17.612Z] + docker inspect -f . silverpeas/silverbuild 15:06:17 [2026-08-20T13:06:17.612Z] . 15:06:17 [2026-08-20T13:06:17.612Z] [Pipeline] } 15:06:17 [2026-08-20T13:06:17.617Z] [Pipeline] // withEnv 15:06:17 [2026-08-20T13:06:17.622Z] [Pipeline] withDockerContainer 15:06:17 [2026-08-20T13:06:17.657Z] Jenkins does not seem to be running inside a container 15:06:17 [2026-08-20T13:06:17.690Z] $ 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@2 -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2@tmp:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2@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 15:06:18 [2026-08-20T13:06:18.096Z] $ docker top 621b0eae947fa74ecffaf218595626136ab7980ea9167b0fc245f2481c1307c5 -eo pid,comm 15:06:18 [2026-08-20T13:06:18.150Z] [Pipeline] { 15:06:18 [2026-08-20T13:06:18.164Z] [Pipeline] withEnv 15:06:18 [2026-08-20T13:06:18.164Z] [Pipeline] { 15:06:18 [2026-08-20T13:06:18.172Z] [Pipeline] stage 15:06:18 [2026-08-20T13:06:18.172Z] [Pipeline] { (Prepare the build) 15:06:18 [2026-08-20T13:06:18.191Z] [Pipeline] echo 15:06:18 [2026-08-20T13:06:18.191Z] Prepare the build 260820... 15:06:18 [2026-08-20T13:06:18.192Z] [Pipeline] sh 15:06:18 [2026-08-20T13:06:18.448Z] + curl -fsSL -o pom1.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Project/master/pom.xml 15:06:18 [2026-08-20T13:06:18.450Z] [Pipeline] script 15:06:18 [2026-08-20T13:06:18.454Z] [Pipeline] { 15:06:18 [2026-08-20T13:06:18.459Z] [Pipeline] readMavenPom 15:06:18 [2026-08-20T13:06:18.464Z] 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. 15:06:18 [2026-08-20T13:06:18.466Z] 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. 15:06:18 [2026-08-20T13:06:18.467Z] 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. 15:06:18 [2026-08-20T13:06:18.467Z] [Pipeline] } 15:06:18 [2026-08-20T13:06:18.472Z] [Pipeline] // script 15:06:18 [2026-08-20T13:06:18.477Z] [Pipeline] sh 15:06:18 [2026-08-20T13:06:18.733Z] + curl -fsSL -o pom2.xml https://raw.githubusercontent.com/Silverpeas/silverpeas-dependencies-bom/master/pom.xml 15:06:18 [2026-08-20T13:06:18.735Z] [Pipeline] script 15:06:18 [2026-08-20T13:06:18.741Z] [Pipeline] { 15:06:18 [2026-08-20T13:06:18.746Z] [Pipeline] readMavenPom 15:06:18 [2026-08-20T13:06:18.753Z] [Pipeline] } 15:06:18 [2026-08-20T13:06:18.759Z] [Pipeline] // script 15:06:18 [2026-08-20T13:06:18.765Z] [Pipeline] sh 15:06:19 [2026-08-20T13:06:19.026Z] + rm -f pom1.xml pom2.xml 15:06:19 [2026-08-20T13:06:19.027Z] [Pipeline] } 15:06:19 [2026-08-20T13:06:19.029Z] [Pipeline] // stage 15:06:19 [2026-08-20T13:06:19.034Z] [Pipeline] stage 15:06:19 [2026-08-20T13:06:19.035Z] [Pipeline] { (Build and Publish dependencies definition) 15:06:19 [2026-08-20T13:06:19.044Z] [Pipeline] dir 15:06:19 [2026-08-20T13:06:19.044Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/dependencies 15:06:19 [2026-08-20T13:06:19.045Z] [Pipeline] { 15:06:19 [2026-08-20T13:06:19.052Z] [Pipeline] git 15:06:19 [2026-08-20T13:06:19.053Z] Selected Git installation does not exist. Using Default 15:06:19 [2026-08-20T13:06:19.053Z] The recommended git tool is: NONE 15:06:19 [2026-08-20T13:06:19.054Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 15:06:19 [2026-08-20T13:06:19.066Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@181b7cd7; decorates hudson.Launcher$LocalLauncher@7522fb5e will be ignored (a typical symptom is the Git executable not being run inside a designated container) 15:06:19 [2026-08-20T13:06:19.066Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/dependencies/.git # timeout=10 15:06:19 [2026-08-20T13:06:19.072Z] Fetching changes from the remote Git repository 15:06:19 [2026-08-20T13:06:19.074Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-dependencies-bom # timeout=10 15:06:19 [2026-08-20T13:06:19.080Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-dependencies-bom 15:06:19 [2026-08-20T13:06:19.080Z] > /usr/bin/git --version # timeout=10 15:06:19 [2026-08-20T13:06:19.085Z] > git --version # 'git version 2.43.0' 15:06:19 [2026-08-20T13:06:19.085Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 15:06:19 [2026-08-20T13:06:19.090Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:19 [2026-08-20T13:06:19.592Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 15:06:19 [2026-08-20T13:06:19.599Z] Checking out Revision f002536b42336ef8b1275d9a17bf9d7aefaff73d (refs/remotes/origin/master) 15:06:19 [2026-08-20T13:06:19.599Z] > /usr/bin/git config core.sparsecheckout # timeout=10 15:06:19 [2026-08-20T13:06:19.603Z] > /usr/bin/git checkout -f f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 15:06:19 [2026-08-20T13:06:19.612Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 15:06:19 [2026-08-20T13:06:19.618Z] > /usr/bin/git branch -D master # timeout=10 15:06:19 [2026-08-20T13:06:19.624Z] > /usr/bin/git checkout -b master f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 15:06:19 [2026-08-20T13:06:19.633Z] Commit message: "Update some dependencies:" 15:06:19 [2026-08-20T13:06:19.634Z] > /usr/bin/git rev-list --no-walk f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 15:06:19 [2026-08-20T13:06:19.653Z] [Pipeline] sh 15:06:19 [2026-08-20T13:06:19.908Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260820 15:06:21 [2026-08-20T13:06:21.771Z] [INFO] Scanning for projects... 15:06:22 [2026-08-20T13:06:22.021Z] 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 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 780 B 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 1.7 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 4.2 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 5.3 kB 15:06:22 [2026-08-20T13:06:22.572Z] 15:06:22 [2026-08-20T13:06:22.572Z] 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 17 kB/s) 15:06:22 [2026-08-20T13:06:22.572Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 752 B 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 1.7 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 3.7 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 6.4 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 8.2 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 9.9 kB 15:06:22 [2026-08-20T13:06:22.572Z] 15:06:22 [2026-08-20T13:06:22.572Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 300 kB/s) 15:06:22 [2026-08-20T13:06:22.572Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 726 B 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 1.6 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 4.2 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 8.4 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 11 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 16 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 21 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 23 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 26 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 28 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 30 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 33 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 37 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 39 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 42 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 45 kB 15:06:22 [2026-08-20T13:06:22.572Z] 15:06:22 [2026-08-20T13:06:22.572Z] 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) 15:06:22 [2026-08-20T13:06:22.572Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 743 B 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 1.6 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 3.4 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 5.5 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 9.0 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 14 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 17 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 19 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 21 kB 15:06:22 [2026-08-20T13:06:22.572Z] 15:06:22 [2026-08-20T13:06:22.572Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 663 kB/s) 15:06:22 [2026-08-20T13:06:22.572Z] 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 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 0.9/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 2.3/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 3.6/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 5.0/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 6.4/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 7.7/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 9.1/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 10/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 12/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 13/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 15/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 16/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 17/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 19/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 20/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 21/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 23/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 24/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 26/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 27/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 28/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 30/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 34/36 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 36 kB 15:06:22 [2026-08-20T13:06:22.572Z] 15:06:22 [2026-08-20T13:06:22.572Z] 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 830 kB/s) 15:06:22 [2026-08-20T13:06:22.572Z] 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 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 791 B 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 2.3 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 5.0 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 7.3 kB 15:06:22 [2026-08-20T13:06:22.572Z] Progress (1): 8.1 kB 15:06:22 [2026-08-20T13:06:22.572Z] 15:06:22 [2026-08-20T13:06:22.572Z] 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 231 kB/s) 15:06:22 [2026-08-20T13:06:22.572Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 773 B 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 2.3 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 5.1 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 7.5 kB 15:06:22 [2026-08-20T13:06:22.822Z] 15:06:22 [2026-08-20T13:06:22.822Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom (7.5 kB at 241 kB/s) 15:06:22 [2026-08-20T13:06:22.822Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 736 B 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 1.9 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 5.7 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 9.9 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 15 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 19 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 23 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 25 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 27 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 29 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 32 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 33 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 36 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 39 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 42 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 45 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 50 kB 15:06:22 [2026-08-20T13:06:22.822Z] 15:06:22 [2026-08-20T13:06:22.822Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom (50 kB at 1.1 MB/s) 15:06:22 [2026-08-20T13:06:22.822Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 741 B 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 2.1 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 4.0 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 6.0 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 10 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 16 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 19 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 20 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 23 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 24 kB 15:06:22 [2026-08-20T13:06:22.822Z] 15:06:22 [2026-08-20T13:06:22.822Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom (24 kB at 654 kB/s) 15:06:22 [2026-08-20T13:06:22.822Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 908 B 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 4.1 kB 15:06:22 [2026-08-20T13:06:22.822Z] Progress (1): 5.6 kB 15:06:22 [2026-08-20T13:06:22.822Z] 15:06:22 [2026-08-20T13:06:22.823Z] 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 161 kB/s) 15:06:22 [2026-08-20T13:06:22.823Z] 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 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 4.2/33 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 8.5/33 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 13/33 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 17/33 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 21/33 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 25/33 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 30/33 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 33 kB 15:06:22 [2026-08-20T13:06:22.823Z] 15:06:22 [2026-08-20T13:06:22.823Z] 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 881 kB/s) 15:06:22 [2026-08-20T13:06:22.823Z] 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 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 780 B 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 2.3 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 5.0 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 7.3 kB 15:06:22 [2026-08-20T13:06:22.823Z] Progress (1): 9.2 kB 15:06:22 [2026-08-20T13:06:22.823Z] 15:06:23 [2026-08-20T13:06:23.073Z] 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 279 kB/s) 15:06:23 [2026-08-20T13:06:23.073Z] 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 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 3.8/40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 7.7/40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 12/40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 16/40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 20/40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 25/40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 29/40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 33/40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 37/40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 40 kB 15:06:23 [2026-08-20T13:06:23.073Z] 15:06:23 [2026-08-20T13:06:23.073Z] 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.1 MB/s) 15:06:23 [2026-08-20T13:06:23.073Z] 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 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 745 B 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 2.4 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 5.4 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 7.1 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 14 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 18 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 20 kB 15:06:23 [2026-08-20T13:06:23.073Z] 15:06:23 [2026-08-20T13:06:23.073Z] 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 641 kB/s) 15:06:23 [2026-08-20T13:06:23.073Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 753 B 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 2.2 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 4.5 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 7.3 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 9.9 kB 15:06:23 [2026-08-20T13:06:23.073Z] 15:06:23 [2026-08-20T13:06:23.073Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 396 kB/s) 15:06:23 [2026-08-20T13:06:23.073Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 725 B 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 1.9 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 5.4 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 9.7 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 14 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 19 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 23 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 26 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 28 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 30 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 34 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 37 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 40 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 45 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 45 kB 15:06:23 [2026-08-20T13:06:23.073Z] 15:06:23 [2026-08-20T13:06:23.073Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 1.5 MB/s) 15:06:23 [2026-08-20T13:06:23.073Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 744 B 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 2.1 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 3.9 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 7.3 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 12 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 16 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 19 kB 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 21 kB 15:06:23 [2026-08-20T13:06:23.073Z] 15:06:23 [2026-08-20T13:06:23.073Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 708 kB/s) 15:06:23 [2026-08-20T13:06:23.073Z] 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 15:06:23 [2026-08-20T13:06:23.073Z] Progress (1): 8.2/119 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 25/119 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 41/119 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 57/119 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 74/119 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 90/119 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 106/119 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 119 kB 15:06:23 [2026-08-20T13:06:23.324Z] 15:06:23 [2026-08-20T13:06:23.324Z] 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 3.0 MB/s) 15:06:23 [2026-08-20T13:06:23.324Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 15:06:23 [2026-08-20T13:06:23.324Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 4.6 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 12 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 14 kB 15:06:23 [2026-08-20T13:06:23.324Z] 15:06:23 [2026-08-20T13:06:23.324Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 510 kB/s) 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 3.7 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 7.5 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 13 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 19 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 20 kB 15:06:23 [2026-08-20T13:06:23.324Z] 15:06:23 [2026-08-20T13:06:23.324Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 451 kB/s) 15:06:23 [2026-08-20T13:06:23.324Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 1.5 kB 15:06:23 [2026-08-20T13:06:23.324Z] 15:06:23 [2026-08-20T13:06:23.324Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 46 kB/s) 15:06:23 [2026-08-20T13:06:23.324Z] 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 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 1.9 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 5.5 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 7.9 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 10 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 12 kB 15:06:23 [2026-08-20T13:06:23.324Z] 15:06:23 [2026-08-20T13:06:23.324Z] 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 476 kB/s) 15:06:23 [2026-08-20T13:06:23.324Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 1.1 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 2.9 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 4.6 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 9.3 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 12 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 15 kB 15:06:23 [2026-08-20T13:06:23.324Z] 15:06:23 [2026-08-20T13:06:23.324Z] 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 478 kB/s) 15:06:23 [2026-08-20T13:06:23.324Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 711 B 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 1.6 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 5.2 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 7.3 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 8.8 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 11 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 14 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 17 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 22 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 26 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 28 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 31 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 34 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 38 kB 15:06:23 [2026-08-20T13:06:23.324Z] Progress (1): 39 kB 15:06:23 [2026-08-20T13:06:23.324Z] 15:06:23 [2026-08-20T13:06:23.324Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom (39 kB at 1.2 MB/s) 15:06:23 [2026-08-20T13:06:23.574Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 908 B 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 2.2 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 5.7 kB 15:06:23 [2026-08-20T13:06:23.574Z] 15:06:23 [2026-08-20T13:06:23.574Z] 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 195 kB/s) 15:06:23 [2026-08-20T13:06:23.574Z] 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 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 0.9/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 2.3/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 3.6/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 5.0/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 6.4/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 7.7/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 9.1/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 10/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 12/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 13/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 15/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 16/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 17/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 19/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 20/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 21/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 23/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 24/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 26/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 30/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 34/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 38/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 42/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 47/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 51/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 55/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 59/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 64/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 66/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 70/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 74/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 78/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 82/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 87/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 91/301 kB 15:06:23 [2026-08-20T13:06:23.574Z] Progress (1): 95/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 99/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 104/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 108/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 112/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 116/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 121/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 125/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 129/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 131/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 135/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 140/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 144/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 148/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 152/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 156/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 161/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 165/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 169/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 173/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 178/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 182/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 186/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 190/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 207/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 223/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 239/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 256/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 262/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 279/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 295/301 kB 15:06:23 [2026-08-20T13:06:23.575Z] Progress (1): 301 kB 15:06:23 [2026-08-20T13:06:23.575Z] 15:06:23 [2026-08-20T13:06:23.575Z] 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.6 MB/s) 15:06:23 [2026-08-20T13:06:23.575Z] [INFO] 15:06:23 [2026-08-20T13:06:23.575Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >------------- 15:06:23 [2026-08-20T13:06:23.575Z] [INFO] Building Silverpeas Dependencies BOM 2.0-SNAPSHOT 15:06:23 [2026-08-20T13:06:23.575Z] [INFO] from pom.xml 15:06:23 [2026-08-20T13:06:23.575Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:23 [2026-08-20T13:06:23.575Z] [INFO] 15:06:23 [2026-08-20T13:06:23.575Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-dependencies-bom --- 15:06:23 [2026-08-20T13:06:23.575Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.pom 15:06:23 [2026-08-20T13:06:23.825Z] Progress (1): 940 B 15:06:23 [2026-08-20T13:06:23.825Z] 15:06:23 [2026-08-20T13:06:23.825Z] 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 39 kB/s) 15:06:23 [2026-08-20T13:06:23.825Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.pom 15:06:23 [2026-08-20T13:06:23.825Z] Progress (1): 1.2 kB 15:06:23 [2026-08-20T13:06:23.825Z] Progress (1): 2.7 kB 15:06:23 [2026-08-20T13:06:23.825Z] 15:06:23 [2026-08-20T13:06:23.825Z] 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 81 kB/s) 15:06:23 [2026-08-20T13:06:23.825Z] 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 15:06:23 [2026-08-20T13:06:23.825Z] Progress (1): 1.4 kB 15:06:23 [2026-08-20T13:06:23.825Z] Progress (1): 2.6 kB 15:06:23 [2026-08-20T13:06:23.825Z] 15:06:23 [2026-08-20T13:06:23.825Z] 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 101 kB/s) 15:06:23 [2026-08-20T13:06:23.826Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.pom 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 2.5 kB 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 5.4 kB 15:06:23 [2026-08-20T13:06:23.826Z] 15:06:23 [2026-08-20T13:06:23.826Z] 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 179 kB/s) 15:06:23 [2026-08-20T13:06:23.826Z] 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 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 827 B 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 1.9 kB 15:06:23 [2026-08-20T13:06:23.826Z] 15:06:23 [2026-08-20T13:06:23.826Z] 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 49 kB/s) 15:06:23 [2026-08-20T13:06:23.826Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 740 B 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 2.1 kB 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 4.6 kB 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 8.3 kB 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 12 kB 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 15 kB 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 18 kB 15:06:23 [2026-08-20T13:06:23.826Z] Progress (1): 21 kB 15:06:23 [2026-08-20T13:06:23.826Z] 15:06:23 [2026-08-20T13:06:23.826Z] 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 558 kB/s) 15:06:23 [2026-08-20T13:06:23.826Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 727 B 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 1.9 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 5.4 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 9.8 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 14 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 19 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 23 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 26 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 27 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 30 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 34 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 37 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 41 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 43 kB 15:06:24 [2026-08-20T13:06:24.076Z] 15:06:24 [2026-08-20T13:06:24.076Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.4 MB/s) 15:06:24 [2026-08-20T13:06:24.076Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 749 B 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 2.1 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 3.9 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 7.9 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 13 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 16 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 18 kB 15:06:24 [2026-08-20T13:06:24.076Z] 15:06:24 [2026-08-20T13:06:24.076Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 768 kB/s) 15:06:24 [2026-08-20T13:06:24.076Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 976 B 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 4.3 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 7.7 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 12 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 13 kB 15:06:24 [2026-08-20T13:06:24.076Z] 15:06:24 [2026-08-20T13:06:24.076Z] 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 427 kB/s) 15:06:24 [2026-08-20T13:06:24.076Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.pom 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 998 B 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 3.3 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 6.3 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 9.6 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 9.9 kB 15:06:24 [2026-08-20T13:06:24.076Z] 15:06:24 [2026-08-20T13:06:24.076Z] 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 247 kB/s) 15:06:24 [2026-08-20T13:06:24.076Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 949 B 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 2.9 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 4.1 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 6.1 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 9.9 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 12 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 15 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 18 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 21 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 24 kB 15:06:24 [2026-08-20T13:06:24.076Z] 15:06:24 [2026-08-20T13:06:24.076Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom (24 kB at 763 kB/s) 15:06:24 [2026-08-20T13:06:24.076Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 967 B 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 2.7 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 4.5 kB 15:06:24 [2026-08-20T13:06:24.076Z] Progress (1): 6.3 kB 15:06:24 [2026-08-20T13:06:24.076Z] 15:06:24 [2026-08-20T13:06:24.076Z] 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 203 kB/s) 15:06:24 [2026-08-20T13:06:24.076Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 951 B 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 2.6 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 4.1 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 6.6 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 9.7 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 12 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 15 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 18 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 21 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 24 kB 15:06:24 [2026-08-20T13:06:24.327Z] 15:06:24 [2026-08-20T13:06:24.327Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 714 kB/s) 15:06:24 [2026-08-20T13:06:24.327Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 793 B 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 1.9 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 3.2 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 4.8 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 6.6 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 8.4 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 11 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 14 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 18 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 20 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 23 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 27 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 30 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 33 kB 15:06:24 [2026-08-20T13:06:24.327Z] 15:06:24 [2026-08-20T13:06:24.327Z] 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 708 kB/s) 15:06:24 [2026-08-20T13:06:24.327Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 699 B 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 1.9 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 3.2 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 4.7 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 6.8 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 9.5 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 11 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 14 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 16 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 18 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 21 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 23 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 25 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 29 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 32 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 32 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 37 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 41 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 45 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 47 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 50 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 52 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 56 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 58 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 61 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 64 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 68 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 71 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 74 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 76 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 78 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 80 kB 15:06:24 [2026-08-20T13:06:24.327Z] 15:06:24 [2026-08-20T13:06:24.327Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom (80 kB at 1.9 MB/s) 15:06:24 [2026-08-20T13:06:24.327Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 739 B 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 2.1 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 4.0 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 5.9 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 11 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 15 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 19 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 22 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 24 kB 15:06:24 [2026-08-20T13:06:24.327Z] 15:06:24 [2026-08-20T13:06:24.327Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom (24 kB at 758 kB/s) 15:06:24 [2026-08-20T13:06:24.327Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 908 B 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 4.1 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 5.7 kB 15:06:24 [2026-08-20T13:06:24.327Z] 15:06:24 [2026-08-20T13:06:24.327Z] 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 236 kB/s) 15:06:24 [2026-08-20T13:06:24.327Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.pom 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 760 B 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 2.2 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 4.4 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 6.1 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 8.4 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 11 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 14 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 16 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 19 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 22 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 26 kB 15:06:24 [2026-08-20T13:06:24.327Z] Progress (1): 26 kB 15:06:24 [2026-08-20T13:06:24.327Z] 15:06:24 [2026-08-20T13:06:24.327Z] 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 868 kB/s) 15:06:24 [2026-08-20T13:06:24.327Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 701 B 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 1.9 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 3.2 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 4.7 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 6.8 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 9.2 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 11 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 13 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 16 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 18 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 21 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 23 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 25 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 29 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 32 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 32 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 37 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 41 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 45 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 47 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 50 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 52 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 56 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 58 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 61 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 64 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 69 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 71 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 74 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 76 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 78 kB 15:06:24 [2026-08-20T13:06:24.578Z] 15:06:24 [2026-08-20T13:06:24.578Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom (78 kB at 2.0 MB/s) 15:06:24 [2026-08-20T13:06:24.578Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 908 B 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 4.1 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 5.6 kB 15:06:24 [2026-08-20T13:06:24.578Z] 15:06:24 [2026-08-20T13:06:24.578Z] 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 123 kB/s) 15:06:24 [2026-08-20T13:06:24.578Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 814 B 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 2.6 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 3.7 kB 15:06:24 [2026-08-20T13:06:24.578Z] 15:06:24 [2026-08-20T13:06:24.578Z] 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 127 kB/s) 15:06:24 [2026-08-20T13:06:24.578Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 792 B 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 2.8 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 6.8 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 7.7 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 9.3 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 11 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 15 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 19 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 22 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 26 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 29 kB 15:06:24 [2026-08-20T13:06:24.578Z] 15:06:24 [2026-08-20T13:06:24.578Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 790 kB/s) 15:06:24 [2026-08-20T13:06:24.578Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 908 B 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 4.1 kB 15:06:24 [2026-08-20T13:06:24.578Z] Progress (1): 5.6 kB 15:06:24 [2026-08-20T13:06:24.578Z] 15:06:24 [2026-08-20T13:06:24.578Z] 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 226 kB/s) 15:06:24 [2026-08-20T13:06:24.578Z] 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 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 798 B 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 2.3 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 5.4 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 5.4 kB 15:06:24 [2026-08-20T13:06:24.829Z] 15:06:24 [2026-08-20T13:06:24.829Z] 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 158 kB/s) 15:06:24 [2026-08-20T13:06:24.829Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 811 B 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 2.3 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 3.8 kB 15:06:24 [2026-08-20T13:06:24.829Z] 15:06:24 [2026-08-20T13:06:24.829Z] 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 151 kB/s) 15:06:24 [2026-08-20T13:06:24.829Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 724 B 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 1.9 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 5.5 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 9.9 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 14 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 19 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 23 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 26 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 28 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 31 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 34 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 37 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 40 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 43 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 47 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 47 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 50 kB 15:06:24 [2026-08-20T13:06:24.829Z] 15:06:24 [2026-08-20T13:06:24.829Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 1.4 MB/s) 15:06:24 [2026-08-20T13:06:24.829Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 733 B 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 2.0 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 4.0 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 5.9 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 10 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 16 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 19 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 22 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 24 kB 15:06:24 [2026-08-20T13:06:24.829Z] 15:06:24 [2026-08-20T13:06:24.829Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom (24 kB at 864 kB/s) 15:06:24 [2026-08-20T13:06:24.829Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 1.0 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 2.7 kB 15:06:24 [2026-08-20T13:06:24.829Z] 15:06:24 [2026-08-20T13:06:24.829Z] 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 95 kB/s) 15:06:24 [2026-08-20T13:06:24.829Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 1.1 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 3.1 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 5.7 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 8.6 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 12 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 14 kB 15:06:24 [2026-08-20T13:06:24.829Z] 15:06:24 [2026-08-20T13:06:24.829Z] 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 542 kB/s) 15:06:24 [2026-08-20T13:06:24.829Z] 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 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 825 B 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 2.8 kB 15:06:24 [2026-08-20T13:06:24.829Z] Progress (1): 2.8 kB 15:06:24 [2026-08-20T13:06:24.829Z] 15:06:24 [2026-08-20T13:06:24.829Z] 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 104 kB/s) 15:06:24 [2026-08-20T13:06:24.829Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 774 B 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 2.2 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 6.0 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 9.6 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 13 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 16 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 18 kB 15:06:25 [2026-08-20T13:06:25.079Z] 15:06:25 [2026-08-20T13:06:25.079Z] 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 568 kB/s) 15:06:25 [2026-08-20T13:06:25.079Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 717 B 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 1.9 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 5.4 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 9.9 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 14 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 19 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 23 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 26 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 27 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 30 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 34 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 36 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 39 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 44 kB 15:06:25 [2026-08-20T13:06:25.079Z] 15:06:25 [2026-08-20T13:06:25.079Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.4 MB/s) 15:06:25 [2026-08-20T13:06:25.079Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 753 B 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 2.1 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 3.9 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 8.3 kB 15:06:25 [2026-08-20T13:06:25.079Z] Progress (1): 13 kB 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 16 kB 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 17 kB 15:06:25 [2026-08-20T13:06:25.080Z] 15:06:25 [2026-08-20T13:06:25.080Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 684 kB/s) 15:06:25 [2026-08-20T13:06:25.080Z] 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 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 843 B 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 2.6 kB 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 2.6 kB 15:06:25 [2026-08-20T13:06:25.080Z] 15:06:25 [2026-08-20T13:06:25.080Z] 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 101 kB/s) 15:06:25 [2026-08-20T13:06:25.080Z] 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 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 791 B 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 2.4 kB 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 2.8 kB 15:06:25 [2026-08-20T13:06:25.080Z] 15:06:25 [2026-08-20T13:06:25.080Z] 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 121 kB/s) 15:06:25 [2026-08-20T13:06:25.080Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 811 B 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 2.3 kB 15:06:25 [2026-08-20T13:06:25.080Z] Progress (1): 3.8 kB 15:06:25 [2026-08-20T13:06:25.080Z] 15:06:25 [2026-08-20T13:06:25.080Z] 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 157 kB/s) 15:06:25 [2026-08-20T13:06:25.080Z] 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 15:06:25 [2026-08-20T13:06:25.330Z] Progress (1): 835 B 15:06:25 [2026-08-20T13:06:25.330Z] Progress (1): 1.4 kB 15:06:25 [2026-08-20T13:06:25.330Z] 15:06:25 [2026-08-20T13:06:25.330Z] 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 18 kB/s) 15:06:25 [2026-08-20T13:06:25.330Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom 15:06:25 [2026-08-20T13:06:25.330Z] Progress (1): 754 B 15:06:25 [2026-08-20T13:06:25.330Z] Progress (1): 2.2 kB 15:06:25 [2026-08-20T13:06:25.330Z] Progress (1): 3.7 kB 15:06:25 [2026-08-20T13:06:25.330Z] Progress (1): 8.3 kB 15:06:25 [2026-08-20T13:06:25.330Z] Progress (1): 11 kB 15:06:25 [2026-08-20T13:06:25.330Z] Progress (1): 15 kB 15:06:25 [2026-08-20T13:06:25.330Z] Progress (1): 17 kB 15:06:25 [2026-08-20T13:06:25.330Z] 15:06:25 [2026-08-20T13:06:25.331Z] 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) 15:06:25 [2026-08-20T13:06:25.331Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 908 B 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 4.1 kB 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 5.6 kB 15:06:25 [2026-08-20T13:06:25.331Z] 15:06:25 [2026-08-20T13:06:25.331Z] 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 188 kB/s) 15:06:25 [2026-08-20T13:06:25.331Z] 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 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 788 B 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 2.3 kB 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 5.8 kB 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 8.6 kB 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 8.8 kB 15:06:25 [2026-08-20T13:06:25.331Z] 15:06:25 [2026-08-20T13:06:25.331Z] 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 250 kB/s) 15:06:25 [2026-08-20T13:06:25.331Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 908 B 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 4.1 kB 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 5.6 kB 15:06:25 [2026-08-20T13:06:25.331Z] 15:06:25 [2026-08-20T13:06:25.331Z] 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 195 kB/s) 15:06:25 [2026-08-20T13:06:25.331Z] 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 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 793 B 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 2.3 kB 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 4.3 kB 15:06:25 [2026-08-20T13:06:25.331Z] Progress (1): 5.9 kB 15:06:25 [2026-08-20T13:06:25.331Z] 15:06:25 [2026-08-20T13:06:25.331Z] 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 190 kB/s) 15:06:25 [2026-08-20T13:06:25.331Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 812 B 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 2.2 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 3.2 kB 15:06:25 [2026-08-20T13:06:25.581Z] 15:06:25 [2026-08-20T13:06:25.581Z] 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 98 kB/s) 15:06:25 [2026-08-20T13:06:25.581Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 779 B 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 2.0 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 6.0 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 9.5 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 14 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 19 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 22 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 26 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 28 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 30 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 33 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 37 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 40 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 43 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 48 kB 15:06:25 [2026-08-20T13:06:25.581Z] 15:06:25 [2026-08-20T13:06:25.581Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.5 MB/s) 15:06:25 [2026-08-20T13:06:25.581Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 741 B 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 2.1 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 3.9 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 6.9 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 12 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 16 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 19 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 21 kB 15:06:25 [2026-08-20T13:06:25.581Z] 15:06:25 [2026-08-20T13:06:25.581Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 797 kB/s) 15:06:25 [2026-08-20T13:06:25.581Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 760 B 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 2.0 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 4.8 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 6.6 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 8.7 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 12 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 14 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 18 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 21 kB 15:06:25 [2026-08-20T13:06:25.581Z] Progress (1): 21 kB 15:06:25 [2026-08-20T13:06:25.581Z] 15:06:25 [2026-08-20T13:06:25.581Z] 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 596 kB/s) 15:06:25 [2026-08-20T13:06:25.581Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 699 B 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 1.9 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 3.2 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 4.7 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 6.8 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 9.4 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 11 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 14 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 16 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 18 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 21 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 23 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 25 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 29 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 32 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 32 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 37 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 41 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 45 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 47 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 50 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 52 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 56 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 58 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 61 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 64 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 68 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 71 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 74 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 76 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 78 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 79 kB 15:06:25 [2026-08-20T13:06:25.582Z] 15:06:25 [2026-08-20T13:06:25.582Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom (79 kB at 2.4 MB/s) 15:06:25 [2026-08-20T13:06:25.582Z] 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 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 789 B 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 2.7 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 5.8 kB 15:06:25 [2026-08-20T13:06:25.582Z] 15:06:25 [2026-08-20T13:06:25.582Z] 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 188 kB/s) 15:06:25 [2026-08-20T13:06:25.582Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 774 B 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 2.3 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 5.5 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 8.3 kB 15:06:25 [2026-08-20T13:06:25.582Z] Progress (1): 12 kB 15:06:25 [2026-08-20T13:06:25.582Z] 15:06:25 [2026-08-20T13:06:25.582Z] 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) 15:06:25 [2026-08-20T13:06:25.832Z] 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 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 904 B 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 3.1 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 4.2 kB 15:06:25 [2026-08-20T13:06:25.832Z] 15:06:25 [2026-08-20T13:06:25.832Z] 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 113 kB/s) 15:06:25 [2026-08-20T13:06:25.832Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 861 B 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 2.9 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 5.2 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 9.8 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 11 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 14 kB 15:06:25 [2026-08-20T13:06:25.832Z] 15:06:25 [2026-08-20T13:06:25.832Z] 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 443 kB/s) 15:06:25 [2026-08-20T13:06:25.832Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 856 B 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 2.8 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 3.2 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 6.6 kB 15:06:25 [2026-08-20T13:06:25.832Z] 15:06:25 [2026-08-20T13:06:25.832Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 173 kB/s) 15:06:25 [2026-08-20T13:06:25.832Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 1.4 kB 15:06:25 [2026-08-20T13:06:25.832Z] 15:06:25 [2026-08-20T13:06:25.832Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 57 kB/s) 15:06:25 [2026-08-20T13:06:25.832Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 1.1 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 2.4 kB 15:06:25 [2026-08-20T13:06:25.832Z] 15:06:25 [2026-08-20T13:06:25.832Z] 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 69 kB/s) 15:06:25 [2026-08-20T13:06:25.832Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 987 B 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 3.4 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 7.9 kB 15:06:25 [2026-08-20T13:06:25.832Z] Progress (1): 7.9 kB 15:06:25 [2026-08-20T13:06:25.832Z] 15:06:25 [2026-08-20T13:06:25.832Z] 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 247 kB/s) 15:06:25 [2026-08-20T13:06:25.832Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 1.1 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 3.6 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 7.1 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 13 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 17 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 20 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 21 kB 15:06:26 [2026-08-20T13:06:26.083Z] 15:06:26 [2026-08-20T13:06:26.083Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 766 kB/s) 15:06:26 [2026-08-20T13:06:26.083Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 1.0 kB 15:06:26 [2026-08-20T13:06:26.083Z] 15:06:26 [2026-08-20T13:06:26.083Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 35 kB/s) 15:06:26 [2026-08-20T13:06:26.083Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 612 B 15:06:26 [2026-08-20T13:06:26.083Z] 15:06:26 [2026-08-20T13:06:26.083Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 20 kB/s) 15:06:26 [2026-08-20T13:06:26.083Z] 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 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 914 B 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 2.6 kB 15:06:26 [2026-08-20T13:06:26.083Z] 15:06:26 [2026-08-20T13:06:26.083Z] 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 109 kB/s) 15:06:26 [2026-08-20T13:06:26.083Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 860 B 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 2.8 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 5.1 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 9.6 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 11 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 14 kB 15:06:26 [2026-08-20T13:06:26.083Z] 15:06:26 [2026-08-20T13:06:26.083Z] 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 515 kB/s) 15:06:26 [2026-08-20T13:06:26.083Z] 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 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 815 B 15:06:26 [2026-08-20T13:06:26.083Z] 15:06:26 [2026-08-20T13:06:26.083Z] 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 30 kB/s) 15:06:26 [2026-08-20T13:06:26.083Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 1.3 kB 15:06:26 [2026-08-20T13:06:26.083Z] Progress (1): 4.2 kB 15:06:26 [2026-08-20T13:06:26.083Z] 15:06:26 [2026-08-20T13:06:26.083Z] 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 146 kB/s) 15:06:26 [2026-08-20T13:06:26.083Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 711 B 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 2.8 kB 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 6.4 kB 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 9.1 kB 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 13 kB 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 17 kB 15:06:26 [2026-08-20T13:06:26.334Z] 15:06:26 [2026-08-20T13:06:26.334Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 641 kB/s) 15:06:26 [2026-08-20T13:06:26.334Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 930 B 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 3.0 kB 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 6.0 kB 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 7.3 kB 15:06:26 [2026-08-20T13:06:26.334Z] 15:06:26 [2026-08-20T13:06:26.334Z] 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 261 kB/s) 15:06:26 [2026-08-20T13:06:26.334Z] [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)] 15:06:26 [2026-08-20T13:06:26.334Z] [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)] 15:06:26 [2026-08-20T13:06:26.334Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 15:06:26 [2026-08-20T13:06:26.334Z] 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) 15:06:26 [2026-08-20T13:06:26.334Z] [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)] 15:06:26 [2026-08-20T13:06:26.334Z] [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)] 15:06:26 [2026-08-20T13:06:26.334Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 15:06:26 [2026-08-20T13:06:26.334Z] 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) 15:06:26 [2026-08-20T13:06:26.334Z] [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)] 15:06:26 [2026-08-20T13:06:26.334Z] [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)] 15:06:26 [2026-08-20T13:06:26.334Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 15:06:26 [2026-08-20T13:06:26.334Z] 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) 15:06:26 [2026-08-20T13:06:26.334Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 815 B 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 3.7 kB 15:06:26 [2026-08-20T13:06:26.334Z] Progress (1): 3.9 kB 15:06:26 [2026-08-20T13:06:26.334Z] 15:06:26 [2026-08-20T13:06:26.334Z] 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 145 kB/s) 15:06:26 [2026-08-20T13:06:26.334Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.pom 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 740 B 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 2.0 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 3.8 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 6.5 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 8.9 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 13 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 15 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 19 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 22 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 24 kB 15:06:26 [2026-08-20T13:06:26.585Z] 15:06:26 [2026-08-20T13:06:26.585Z] 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 846 kB/s) 15:06:26 [2026-08-20T13:06:26.585Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 700 B 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 1.9 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 3.2 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 4.7 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 6.8 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 9.4 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 11 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 14 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 16 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 19 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 21 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 23 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 25 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 29 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 32 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 32 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 36 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 41 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 44 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 46 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 50 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 52 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 55 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 58 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 60 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 63 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 67 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 70 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 73 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 75 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 77 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 79 kB 15:06:26 [2026-08-20T13:06:26.585Z] 15:06:26 [2026-08-20T13:06:26.585Z] 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) 15:06:26 [2026-08-20T13:06:26.585Z] 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 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 802 B 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 3.5 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 7.8 kB 15:06:26 [2026-08-20T13:06:26.585Z] 15:06:26 [2026-08-20T13:06:26.585Z] 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 337 kB/s) 15:06:26 [2026-08-20T13:06:26.585Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.pom 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 1.2 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 2.8 kB 15:06:26 [2026-08-20T13:06:26.585Z] 15:06:26 [2026-08-20T13:06:26.585Z] 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 107 kB/s) 15:06:26 [2026-08-20T13:06:26.585Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 689 B 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 2.5 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 6.4 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 8.8 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 11 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 12 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 16 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 21 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 23 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 28 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 31 kB 15:06:26 [2026-08-20T13:06:26.585Z] 15:06:26 [2026-08-20T13:06:26.585Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom (31 kB at 1.0 MB/s) 15:06:26 [2026-08-20T13:06:26.585Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 1.3 kB 15:06:26 [2026-08-20T13:06:26.585Z] Progress (1): 3.0 kB 15:06:26 [2026-08-20T13:06:26.585Z] 15:06:26 [2026-08-20T13:06:26.585Z] 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 74 kB/s) 15:06:26 [2026-08-20T13:06:26.585Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 792 B 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 2.8 kB 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 6.8 kB 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 8.8 kB 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 11 kB 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 14 kB 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 18 kB 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 21 kB 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 25 kB 15:06:26 [2026-08-20T13:06:26.835Z] Progress (1): 28 kB 15:06:26 [2026-08-20T13:06:26.835Z] 15:06:26 [2026-08-20T13:06:26.835Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 864 kB/s) 15:06:26 [2026-08-20T13:06:26.836Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 908 B 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 4.1 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 5.6 kB 15:06:26 [2026-08-20T13:06:26.836Z] 15:06:26 [2026-08-20T13:06:26.836Z] 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 246 kB/s) 15:06:26 [2026-08-20T13:06:26.836Z] 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 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 774 B 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 2.7 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 6.9 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 7.4 kB 15:06:26 [2026-08-20T13:06:26.836Z] 15:06:26 [2026-08-20T13:06:26.836Z] 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) 15:06:26 [2026-08-20T13:06:26.836Z] 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 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 797 B 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 2.3 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 3.0 kB 15:06:26 [2026-08-20T13:06:26.836Z] 15:06:26 [2026-08-20T13:06:26.836Z] 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 126 kB/s) 15:06:26 [2026-08-20T13:06:26.836Z] 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 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 818 B 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 2.9 kB 15:06:26 [2026-08-20T13:06:26.836Z] 15:06:26 [2026-08-20T13:06:26.836Z] 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 121 kB/s) 15:06:26 [2026-08-20T13:06:26.836Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 823 B 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 2.5 kB 15:06:26 [2026-08-20T13:06:26.836Z] 15:06:26 [2026-08-20T13:06:26.836Z] 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 104 kB/s) 15:06:26 [2026-08-20T13:06:26.836Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 808 B 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 2.4 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 4.1 kB 15:06:26 [2026-08-20T13:06:26.836Z] 15:06:26 [2026-08-20T13:06:26.836Z] 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 176 kB/s) 15:06:26 [2026-08-20T13:06:26.836Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 988 B 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 4.2 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 7.6 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 9.4 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 12 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 16 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 19 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 24 kB 15:06:26 [2026-08-20T13:06:26.836Z] Progress (1): 25 kB 15:06:26 [2026-08-20T13:06:26.836Z] 15:06:26 [2026-08-20T13:06:26.836Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom (25 kB at 1.1 MB/s) 15:06:26 [2026-08-20T13:06:26.836Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom 15:06:27 [2026-08-20T13:06:27.086Z] Progress (1): 801 B 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 2.2 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 5.1 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 9.4 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 12 kB 15:06:27 [2026-08-20T13:06:27.087Z] 15:06:27 [2026-08-20T13:06:27.087Z] 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 207 kB/s) 15:06:27 [2026-08-20T13:06:27.087Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 806 B 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 2.6 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 5.1 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 7.8 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 9.5 kB 15:06:27 [2026-08-20T13:06:27.087Z] 15:06:27 [2026-08-20T13:06:27.087Z] 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 280 kB/s) 15:06:27 [2026-08-20T13:06:27.087Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 812 B 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 2.2 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 5.3 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 7.9 kB 15:06:27 [2026-08-20T13:06:27.087Z] 15:06:27 [2026-08-20T13:06:27.087Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom (7.9 kB at 305 kB/s) 15:06:27 [2026-08-20T13:06:27.087Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 862 B 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 2.6 kB 15:06:27 [2026-08-20T13:06:27.087Z] 15:06:27 [2026-08-20T13:06:27.087Z] 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 98 kB/s) 15:06:27 [2026-08-20T13:06:27.087Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 816 B 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 2.2 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 4.5 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 7.5 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 8.0 kB 15:06:27 [2026-08-20T13:06:27.087Z] 15:06:27 [2026-08-20T13:06:27.087Z] 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 276 kB/s) 15:06:27 [2026-08-20T13:06:27.087Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 808 B 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 2.5 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 5.9 kB 15:06:27 [2026-08-20T13:06:27.087Z] Progress (1): 7.8 kB 15:06:27 [2026-08-20T13:06:27.087Z] 15:06:27 [2026-08-20T13:06:27.087Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 259 kB/s) 15:06:27 [2026-08-20T13:06:27.087Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom 15:06:27 [2026-08-20T13:06:27.337Z] Progress (1): 1.3 kB 15:06:27 [2026-08-20T13:06:27.337Z] Progress (1): 4.5 kB 15:06:27 [2026-08-20T13:06:27.337Z] Progress (1): 8.2 kB 15:06:27 [2026-08-20T13:06:27.337Z] Progress (1): 10 kB 15:06:27 [2026-08-20T13:06:27.337Z] 15:06:27 [2026-08-20T13:06:27.337Z] 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 361 kB/s) 15:06:27 [2026-08-20T13:06:27.337Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom 15:06:27 [2026-08-20T13:06:27.337Z] Progress (1): 801 B 15:06:27 [2026-08-20T13:06:27.337Z] Progress (1): 2.2 kB 15:06:27 [2026-08-20T13:06:27.337Z] Progress (1): 6.0 kB 15:06:27 [2026-08-20T13:06:27.337Z] Progress (1): 9.4 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 12 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 14 kB 15:06:27 [2026-08-20T13:06:27.338Z] 15:06:27 [2026-08-20T13:06:27.338Z] 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 494 kB/s) 15:06:27 [2026-08-20T13:06:27.338Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 1.0 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 3.3 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 3.8 kB 15:06:27 [2026-08-20T13:06:27.338Z] 15:06:27 [2026-08-20T13:06:27.338Z] 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 124 kB/s) 15:06:27 [2026-08-20T13:06:27.338Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 1.0 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 3.2 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 6.0 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 9.1 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 12 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 14 kB 15:06:27 [2026-08-20T13:06:27.338Z] 15:06:27 [2026-08-20T13:06:27.338Z] 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 445 kB/s) 15:06:27 [2026-08-20T13:06:27.338Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 764 B 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 2.2 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 3.8 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 5.9 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 9.2 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 12 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 16 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 19 kB 15:06:27 [2026-08-20T13:06:27.338Z] 15:06:27 [2026-08-20T13:06:27.338Z] 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 536 kB/s) 15:06:27 [2026-08-20T13:06:27.338Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 701 B 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 1.9 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 3.2 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 4.7 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 6.8 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 9.4 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 11 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 13 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 16 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 19 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 21 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 23 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 25 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 29 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 32 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 32 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 37 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 41 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 45 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 47 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 50 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 52 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 56 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 58 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 61 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 64 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 69 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 71 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 74 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 76 kB 15:06:27 [2026-08-20T13:06:27.338Z] Progress (1): 78 kB 15:06:27 [2026-08-20T13:06:27.338Z] 15:06:27 [2026-08-20T13:06:27.338Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom (78 kB at 1.9 MB/s) 15:06:27 [2026-08-20T13:06:27.589Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 737 B 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 2.0 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 4.0 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 5.9 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 11 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 15 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 19 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 22 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 24 kB 15:06:27 [2026-08-20T13:06:27.589Z] 15:06:27 [2026-08-20T13:06:27.589Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 898 kB/s) 15:06:27 [2026-08-20T13:06:27.589Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 908 B 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 4.1 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 5.6 kB 15:06:27 [2026-08-20T13:06:27.589Z] 15:06:27 [2026-08-20T13:06:27.589Z] 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 182 kB/s) 15:06:27 [2026-08-20T13:06:27.589Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 740 B 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 2.1 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 3.9 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 5.4 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 8.5 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 11 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 14 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 20 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 23 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 28 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 31 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 32 kB 15:06:27 [2026-08-20T13:06:27.589Z] 15:06:27 [2026-08-20T13:06:27.589Z] 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.2 MB/s) 15:06:27 [2026-08-20T13:06:27.589Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 785 B 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 2.4 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 5.9 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 9.5 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 11 kB 15:06:27 [2026-08-20T13:06:27.589Z] Progress (1): 12 kB 15:06:27 [2026-08-20T13:06:27.589Z] 15:06:27 [2026-08-20T13:06:27.589Z] 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 459 kB/s) 15:06:27 [2026-08-20T13:06:27.589Z] [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)] 15:06:27 [2026-08-20T13:06:27.589Z] [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)] 15:06:27 [2026-08-20T13:06:27.589Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom 15:06:27 [2026-08-20T13:06:27.589Z] 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) 15:06:27 [2026-08-20T13:06:27.589Z] [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)] 15:06:27 [2026-08-20T13:06:27.589Z] [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)] 15:06:27 [2026-08-20T13:06:27.589Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom 15:06:27 [2026-08-20T13:06:27.840Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (0 B at 0 B/s) 15:06:27 [2026-08-20T13:06:27.840Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 765 B 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 2.1 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 4.6 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 6.8 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 8.6 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 12 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 15 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 17 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 18 kB 15:06:27 [2026-08-20T13:06:27.840Z] 15:06:27 [2026-08-20T13:06:27.840Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 676 kB/s) 15:06:27 [2026-08-20T13:06:27.840Z] [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)] 15:06:27 [2026-08-20T13:06:27.840Z] [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)] 15:06:27 [2026-08-20T13:06:27.840Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom 15:06:27 [2026-08-20T13:06:27.840Z] 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) 15:06:27 [2026-08-20T13:06:27.840Z] [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)] 15:06:27 [2026-08-20T13:06:27.840Z] [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)] 15:06:27 [2026-08-20T13:06:27.840Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom 15:06:27 [2026-08-20T13:06:27.840Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (0 B at 0 B/s) 15:06:27 [2026-08-20T13:06:27.840Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 783 B 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 2.0 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 5.0 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 6.8 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 10 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 13 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 16 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 18 kB 15:06:27 [2026-08-20T13:06:27.840Z] 15:06:27 [2026-08-20T13:06:27.840Z] 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 875 kB/s) 15:06:27 [2026-08-20T13:06:27.840Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 782 B 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 2.1 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 4.7 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 8.4 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 12 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 16 kB 15:06:27 [2026-08-20T13:06:27.840Z] 15:06:27 [2026-08-20T13:06:27.840Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 729 kB/s) 15:06:27 [2026-08-20T13:06:27.840Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 790 B 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 2.1 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 4.2 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 4.5 kB 15:06:27 [2026-08-20T13:06:27.840Z] 15:06:27 [2026-08-20T13:06:27.840Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 145 kB/s) 15:06:27 [2026-08-20T13:06:27.840Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 1.0 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 3.1 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 6.8 kB 15:06:27 [2026-08-20T13:06:27.840Z] Progress (1): 7.5 kB 15:06:27 [2026-08-20T13:06:27.840Z] 15:06:27 [2026-08-20T13:06:27.840Z] 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 220 kB/s) 15:06:27 [2026-08-20T13:06:27.840Z] 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 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 819 B 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 2.9 kB 15:06:28 [2026-08-20T13:06:28.091Z] 15:06:28 [2026-08-20T13:06:28.091Z] 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) 15:06:28 [2026-08-20T13:06:28.091Z] 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 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 779 B 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 3.1 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 5.4 kB 15:06:28 [2026-08-20T13:06:28.091Z] 15:06:28 [2026-08-20T13:06:28.091Z] 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 224 kB/s) 15:06:28 [2026-08-20T13:06:28.091Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 801 B 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 2.3 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 4.4 kB 15:06:28 [2026-08-20T13:06:28.091Z] 15:06:28 [2026-08-20T13:06:28.091Z] 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 146 kB/s) 15:06:28 [2026-08-20T13:06:28.091Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 815 B 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 2.3 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 3.2 kB 15:06:28 [2026-08-20T13:06:28.091Z] 15:06:28 [2026-08-20T13:06:28.091Z] 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 113 kB/s) 15:06:28 [2026-08-20T13:06:28.091Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 724 B 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 1.9 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 5.5 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 9.9 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 14 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 19 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 23 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 27 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 28 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 31 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 34 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 37 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 40 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 43 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 48 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 48 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 50 kB 15:06:28 [2026-08-20T13:06:28.091Z] 15:06:28 [2026-08-20T13:06:28.091Z] 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) 15:06:28 [2026-08-20T13:06:28.091Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 809 B 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 2.2 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 3.9 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 6.0 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 11 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 16 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 20 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 22 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 24 kB 15:06:28 [2026-08-20T13:06:28.091Z] 15:06:28 [2026-08-20T13:06:28.091Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 840 kB/s) 15:06:28 [2026-08-20T13:06:28.091Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.pom 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 1.2 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 4.2 kB 15:06:28 [2026-08-20T13:06:28.091Z] Progress (1): 5.6 kB 15:06:28 [2026-08-20T13:06:28.091Z] 15:06:28 [2026-08-20T13:06:28.091Z] 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 161 kB/s) 15:06:28 [2026-08-20T13:06:28.091Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 690 B 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 2.5 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 6.4 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 8.8 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 11 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 12 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 17 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 21 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 23 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 28 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 31 kB 15:06:28 [2026-08-20T13:06:28.341Z] 15:06:28 [2026-08-20T13:06:28.341Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom (31 kB at 1.0 MB/s) 15:06:28 [2026-08-20T13:06:28.341Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 1.2 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 3.5 kB 15:06:28 [2026-08-20T13:06:28.341Z] 15:06:28 [2026-08-20T13:06:28.341Z] 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 106 kB/s) 15:06:28 [2026-08-20T13:06:28.341Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 790 B 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 2.0 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 3.8 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 5.5 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 7.7 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 10 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 13 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 16 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 21 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 24 kB 15:06:28 [2026-08-20T13:06:28.341Z] Progress (1): 25 kB 15:06:28 [2026-08-20T13:06:28.341Z] 15:06:28 [2026-08-20T13:06:28.341Z] 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 703 kB/s) 15:06:28 [2026-08-20T13:06:28.342Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 702 B 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 1.9 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 3.2 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 4.7 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 6.8 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 9.4 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 11 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 14 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 16 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 19 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 21 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 23 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 25 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 29 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 32 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 32 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 37 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 41 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 45 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 47 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 50 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 52 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 56 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 58 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 61 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 64 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 69 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 71 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 74 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 76 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 78 kB 15:06:28 [2026-08-20T13:06:28.342Z] 15:06:28 [2026-08-20T13:06:28.342Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom (78 kB at 1.7 MB/s) 15:06:28 [2026-08-20T13:06:28.342Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 908 B 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 4.1 kB 15:06:28 [2026-08-20T13:06:28.342Z] Progress (1): 5.6 kB 15:06:28 [2026-08-20T13:06:28.342Z] 15:06:28 [2026-08-20T13:06:28.342Z] 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 171 kB/s) 15:06:28 [2026-08-20T13:06:28.342Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 743 B 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 1.9 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 4.0 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 5.8 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 8.3 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 12 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 15 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 17 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 19 kB 15:06:28 [2026-08-20T13:06:28.592Z] 15:06:28 [2026-08-20T13:06:28.592Z] 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 671 kB/s) 15:06:28 [2026-08-20T13:06:28.592Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 1.1 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 1.9 kB 15:06:28 [2026-08-20T13:06:28.592Z] 15:06:28 [2026-08-20T13:06:28.592Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom (1.9 kB at 67 kB/s) 15:06:28 [2026-08-20T13:06:28.592Z] 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 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 1.1 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 2.0 kB 15:06:28 [2026-08-20T13:06:28.592Z] 15:06:28 [2026-08-20T13:06:28.592Z] 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 59 kB/s) 15:06:28 [2026-08-20T13:06:28.592Z] 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 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 1.6 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 1.7 kB 15:06:28 [2026-08-20T13:06:28.592Z] 15:06:28 [2026-08-20T13:06:28.592Z] 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 62 kB/s) 15:06:28 [2026-08-20T13:06:28.592Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 1.3 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 1.7 kB 15:06:28 [2026-08-20T13:06:28.592Z] 15:06:28 [2026-08-20T13:06:28.592Z] 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 72 kB/s) 15:06:28 [2026-08-20T13:06:28.592Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.jar 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 6.6 kB 15:06:28 [2026-08-20T13:06:28.592Z] 15:06:28 [2026-08-20T13:06:28.592Z] 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 221 kB/s) 15:06:28 [2026-08-20T13:06:28.592Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.jar 15:06:28 [2026-08-20T13:06:28.592Z] 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 15:06:28 [2026-08-20T13:06:28.592Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.jar 15:06:28 [2026-08-20T13:06:28.592Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar 15:06:28 [2026-08-20T13:06:28.592Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 7.7/13 kB 15:06:28 [2026-08-20T13:06:28.592Z] Progress (1): 13 kB 15:06:28 [2026-08-20T13:06:28.843Z] 15:06:28 [2026-08-20T13:06:28.843Z] 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 404 kB/s) 15:06:28 [2026-08-20T13:06:28.843Z] 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 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 7.7/47 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 16/47 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 32/47 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 47 kB 15:06:28 [2026-08-20T13:06:28.843Z] 15:06:28 [2026-08-20T13:06:28.843Z] 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 1.2 MB/s) 15:06:28 [2026-08-20T13:06:28.843Z] 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 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 1.4/94 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 2.7/94 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 4.1/94 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 5.5/94 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 6.8/94 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 6.8/94 kB | 16/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 8.2/94 kB | 16/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 9.6/94 kB | 16/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 11/94 kB | 16/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 12/94 kB | 16/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 14/94 kB | 16/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 15/94 kB | 16/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 15/94 kB | 33/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 16/94 kB | 33/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 18/94 kB | 33/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 19/94 kB | 33/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 21/94 kB | 33/55 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 21/94 kB | 33/55 kB | 0.9/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 22/94 kB | 33/55 kB | 0.9/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 22/94 kB | 33/55 kB | 2.3/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 23/94 kB | 33/55 kB | 2.3/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 23/94 kB | 33/55 kB | 3.6/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 25/94 kB | 33/55 kB | 3.6/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 25/94 kB | 33/55 kB | 5.0/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 33/55 kB | 5.0/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 33/55 kB | 6.4/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 33/55 kB | 7.7/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 33/55 kB | 9.1/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 33/55 kB | 10/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 33/55 kB | 12/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 33/55 kB | 13/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 49/55 kB | 13/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 49/55 kB | 15/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 49/55 kB | 16/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 49/55 kB | 17/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 49/55 kB | 19/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 55 kB | 19/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 55 kB | 20/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 26/94 kB | 55 kB | 21/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 27/94 kB | 55 kB | 21/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 27/94 kB | 55 kB | 23/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 29/94 kB | 55 kB | 23/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 29/94 kB | 55 kB | 24/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 30/94 kB | 55 kB | 24/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 30/94 kB | 55 kB | 25/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 30/94 kB | 55 kB | 27/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 31/94 kB | 55 kB | 27/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 31/94 kB | 55 kB | 28/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] 15:06:28 [2026-08-20T13:06:28.843Z] 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 984 kB/s) 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 33/94 kB | 28/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] 15:06:28 [2026-08-20T13:06:28.843Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 33/94 kB | 30/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 34/94 kB | 30/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 34/94 kB | 31/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 36/94 kB | 31/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 36/94 kB | 32/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 36/94 kB | 34/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 37/94 kB | 34/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 37/94 kB | 35/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 38/94 kB | 35/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 38/94 kB | 36/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 40/94 kB | 36/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 40/94 kB | 38/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 41/94 kB | 38/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 41/94 kB | 39/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 42/94 kB | 39/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 42/94 kB | 41/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 42/94 kB | 42/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 44/94 kB | 42/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 44/94 kB | 43/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 45/94 kB | 43/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 45/94 kB | 45/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 45/94 kB | 46/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 46/94 kB | 46/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 46/94 kB | 47/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 48/94 kB | 47/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 48/94 kB | 49/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 49/94 kB | 49/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 49/94 kB | 50/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 49/94 kB | 51/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 51/94 kB | 51/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 51/94 kB | 53/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 52/94 kB | 53/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 52/94 kB | 54/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 52/94 kB | 56/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 53/94 kB | 56/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 55/94 kB | 56/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 55/94 kB | 60/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 57/94 kB | 60/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 57/94 kB | 64/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 62/94 kB | 64/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 62/94 kB | 68/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 66/94 kB | 68/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 66/94 kB | 73/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 66/94 kB | 73/899 kB | 7.7/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 66/94 kB | 77/899 kB | 7.7/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 70/94 kB | 77/899 kB | 7.7/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 70/94 kB | 77/899 kB | 11/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 70/94 kB | 81/899 kB | 11/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 74/94 kB | 81/899 kB | 11/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 78/94 kB | 81/899 kB | 11/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 78/94 kB | 85/899 kB | 11/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 83/94 kB | 85/899 kB | 11/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 87/94 kB | 85/899 kB | 11/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 87/94 kB | 89/899 kB | 11/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 87/94 kB | 89/899 kB | 28/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 91/94 kB | 89/899 kB | 28/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 91/94 kB | 94/899 kB | 28/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 94 kB | 94/899 kB | 28/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 94 kB | 98/899 kB | 28/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 94 kB | 102/899 kB | 28/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 94 kB | 102/899 kB | 44/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (3): 94 kB | 106/899 kB | 44/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] 15:06:28 [2026-08-20T13:06:28.843Z] 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.5 MB/s) 15:06:28 [2026-08-20T13:06:28.843Z] 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 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 111/899 kB | 44/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 115/899 kB | 44/58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 115/899 kB | 58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 119/899 kB | 58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 123/899 kB | 58 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 127/899 kB | 58 kB 15:06:28 [2026-08-20T13:06:28.843Z] 15:06:28 [2026-08-20T13:06:28.843Z] 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 913 kB/s) 15:06:28 [2026-08-20T13:06:28.843Z] 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 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 132/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 136/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 140/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 144/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 149/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 153/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 155/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 159/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 164/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 168/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 172/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 176/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (1): 181/899 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 181/899 kB | 0.9/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 185/899 kB | 0.9/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 185/899 kB | 2.3/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 185/899 kB | 3.6/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 189/899 kB | 3.6/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 189/899 kB | 5.0/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 189/899 kB | 6.4/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 193/899 kB | 6.4/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 193/899 kB | 7.7/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 193/899 kB | 9.1/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 197/899 kB | 9.1/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 197/899 kB | 10/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 197/899 kB | 12/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 197/899 kB | 13/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 202/899 kB | 13/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 202/899 kB | 15/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 202/899 kB | 16/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 206/899 kB | 16/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 206/899 kB | 17/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 206/899 kB | 19/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 210/899 kB | 19/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 210/899 kB | 20/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 210/899 kB | 21/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 210/899 kB | 23/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 214/899 kB | 23/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 214/899 kB | 24/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 217/899 kB | 24/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 217/899 kB | 25/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 217/899 kB | 27/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 217/899 kB | 28/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 221/899 kB | 28/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 221/899 kB | 30/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 221/899 kB | 31/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 221/899 kB | 32/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 221/899 kB | 34/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 221/899 kB | 35/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 221/899 kB | 36/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 221/899 kB | 38/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 38/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 39/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 41/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 42/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 43/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 45/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 46/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 47/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 49/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 237/899 kB | 50/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 254/899 kB | 50/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 254/899 kB | 51/186 kB 15:06:28 [2026-08-20T13:06:28.843Z] Progress (2): 254/899 kB | 53/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 254/899 kB | 54/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 254/899 kB | 56/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 254/899 kB | 57/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 254/899 kB | 61/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 270/899 kB | 61/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 270/899 kB | 65/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 270/899 kB | 70/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 287/899 kB | 70/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 303/899 kB | 70/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 303/899 kB | 70/186 kB | 7.7/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 303/899 kB | 70/186 kB | 7.7/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 303/899 kB | 70/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 319/899 kB | 70/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 319/899 kB | 74/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 319/899 kB | 78/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 336/899 kB | 78/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 336/899 kB | 82/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 336/899 kB | 86/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 336/899 kB | 91/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 348/899 kB | 91/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 348/899 kB | 95/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 348/899 kB | 99/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 348/899 kB | 103/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 364/899 kB | 103/186 kB | 24/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 364/899 kB | 103/186 kB | 40/41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 364/899 kB | 103/186 kB | 41 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 381/899 kB | 103/186 kB | 41 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 495 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] 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 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 397/899 kB | 103/186 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 397/899 kB | 103/186 kB | 3.8/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 397/899 kB | 103/186 kB | 8.0/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 397/899 kB | 108/186 kB | 8.0/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 413/899 kB | 108/186 kB | 8.0/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 413/899 kB | 108/186 kB | 12/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 413/899 kB | 112/186 kB | 12/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 413/899 kB | 112/186 kB | 16/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 413/899 kB | 116/186 kB | 16/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 413/899 kB | 116/186 kB | 21/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 413/899 kB | 120/186 kB | 21/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 413/899 kB | 120/186 kB | 24/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 430/899 kB | 120/186 kB | 24/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 430/899 kB | 125/186 kB | 24/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 430/899 kB | 125/186 kB | 28/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 430/899 kB | 129/186 kB | 28/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 430/899 kB | 129/186 kB | 33/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 430/899 kB | 133/186 kB | 33/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 430/899 kB | 133/186 kB | 37/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 446/899 kB | 133/186 kB | 37/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 446/899 kB | 137/186 kB | 37/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 446/899 kB | 137/186 kB | 41/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 446/899 kB | 141/186 kB | 41/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 446/899 kB | 141/186 kB | 45/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 446/899 kB | 146/186 kB | 45/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 446/899 kB | 146/186 kB | 49/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 446/899 kB | 150/186 kB | 49/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 463/899 kB | 150/186 kB | 49/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 463/899 kB | 150/186 kB | 54/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 463/899 kB | 154/186 kB | 54/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 463/899 kB | 154/186 kB | 58/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 463/899 kB | 158/186 kB | 58/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 463/899 kB | 158/186 kB | 62/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 463/899 kB | 163/186 kB | 62/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 463/899 kB | 163/186 kB | 66/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 479/899 kB | 163/186 kB | 66/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 479/899 kB | 167/186 kB | 66/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 479/899 kB | 167/186 kB | 71/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 479/899 kB | 171/186 kB | 71/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 479/899 kB | 171/186 kB | 75/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 479/899 kB | 171/186 kB | 79/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 479/899 kB | 175/186 kB | 79/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 495/899 kB | 175/186 kB | 79/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 495/899 kB | 180/186 kB | 79/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 495/899 kB | 180/186 kB | 83/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 495/899 kB | 180/186 kB | 83/168 kB | 3.2/9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 495/899 kB | 180/186 kB | 88/168 kB | 3.2/9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 495/899 kB | 184/186 kB | 88/168 kB | 3.2/9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 495/899 kB | 186 kB | 88/168 kB | 3.2/9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 495/899 kB | 186 kB | 88/168 kB | 9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 495/899 kB | 186 kB | 92/168 kB | 9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 495/899 kB | 186 kB | 96/168 kB | 9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 495/899 kB | 186 kB | 100/168 kB | 9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 512/899 kB | 186 kB | 100/168 kB | 9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (4): 512/899 kB | 186 kB | 104/168 kB | 9.8 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 106 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] 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 1.9 MB/s) 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 512/899 kB | 109/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 15:06:28 [2026-08-20T13:06:28.844Z] 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 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 512/899 kB | 113/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 528/899 kB | 113/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 528/899 kB | 117/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 528/899 kB | 121/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 528/899 kB | 126/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 544/899 kB | 126/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 561/899 kB | 126/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 561/899 kB | 142/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 577/899 kB | 142/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 577/899 kB | 155/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 594/899 kB | 155/168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 594/899 kB | 168 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 610/899 kB | 168 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 1.7 MB/s) 15:06:28 [2026-08-20T13:06:28.844Z] 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 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 626/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 643/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 659/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 676/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 692/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 708/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 725/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 741/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 757/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 774/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 790/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 790/899 kB | 7.7/21 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 790/899 kB | 16/21 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 807/899 kB | 16/21 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 807/899 kB | 21 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 823/899 kB | 21 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 194 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 839/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 856/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 872/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 888/899 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 899 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 7.6 MB/s) 15:06:28 [2026-08-20T13:06:28.844Z] 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 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 7.7/151 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 16/151 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 16/151 kB | 3.8/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 24/151 kB | 3.8/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 24/151 kB | 8.0/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 24/151 kB | 12/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 24/151 kB | 16/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 24/151 kB | 21/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 24/151 kB | 25/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 40/151 kB | 25/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 40/151 kB | 29/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 40/151 kB | 33/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 57/151 kB | 33/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 57/151 kB | 33/86 kB | 7.7/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 57/151 kB | 33/86 kB | 16/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 57/151 kB | 50/86 kB | 16/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 57/151 kB | 57/86 kB | 16/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 73/151 kB | 57/86 kB | 16/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 73/151 kB | 57/86 kB | 32/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 73/151 kB | 73/86 kB | 32/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 90/151 kB | 73/86 kB | 32/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 90/151 kB | 86 kB | 32/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 90/151 kB | 86 kB | 49/50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 90/151 kB | 86 kB | 50 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 98/151 kB | 86 kB | 50 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 682 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] 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 15:06:28 [2026-08-20T13:06:28.844Z] 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 400 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] 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 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 115/151 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 115/151 kB | 7.7/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 115/151 kB | 7.7/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 131/151 kB | 7.7/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 131/151 kB | 24/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 131/151 kB | 40/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 147/151 kB | 40/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 151 kB | 40/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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.2 MB/s) 15:06:28 [2026-08-20T13:06:28.844Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 57/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 73/86 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 86 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 651 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 7.7/44 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 16/44 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 24/44 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 40/44 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 44 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 293 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 7.7/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 16/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 32/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 49/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 57/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 73/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 90/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 106/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 122/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 122/510 kB | 5.7 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 122/510 kB | 5.7 kB | 7.7/16 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 122/510 kB | 5.7 kB | 11/16 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 122/510 kB | 5.7 kB | 16 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (3): 139/510 kB | 5.7 kB | 16 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 36 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar 15:06:28 [2026-08-20T13:06:28.844Z] 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 102 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 155/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 172/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 172/510 kB | 7.7/17 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 172/510 kB | 16/17 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 172/510 kB | 17 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (2): 188/510 kB | 17 kB 15:06:28 [2026-08-20T13:06:28.844Z] 15:06:28 [2026-08-20T13:06:28.844Z] 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 105 kB/s) 15:06:28 [2026-08-20T13:06:28.844Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 204/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 221/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 237/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 253/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 262/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 270/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 286/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 303/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 319/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 335/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 352/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 368/510 kB 15:06:28 [2026-08-20T13:06:28.844Z] Progress (1): 385/510 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 393/510 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 410/510 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 426/510 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 442/510 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 459/510 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 475/510 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 492/510 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 508/510 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 510 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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 2.8 MB/s) 15:06:28 [2026-08-20T13:06:28.845Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 7.7/217 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 16/217 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 32/217 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 49/217 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 65/217 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 81/217 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 81/217 kB | 3.2/74 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 98/217 kB | 3.2/74 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 98/217 kB | 11/74 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 114/217 kB | 11/74 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 114/217 kB | 28/74 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 114/217 kB | 28/74 kB | 7.7/247 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 114/217 kB | 28/74 kB | 16/247 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 131/217 kB | 28/74 kB | 16/247 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 131/217 kB | 44/74 kB | 16/247 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 131/217 kB | 44/74 kB | 32/247 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 147/217 kB | 44/74 kB | 32/247 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 147/217 kB | 61/74 kB | 32/247 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 163/217 kB | 61/74 kB | 32/247 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 163/217 kB | 74 kB | 32/247 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (4): 163/217 kB | 74 kB | 32/247 kB | 7.7/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (4): 163/217 kB | 74 kB | 32/247 kB | 16/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (4): 180/217 kB | 74 kB | 32/247 kB | 16/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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 384 kB/s) 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 196/217 kB | 32/247 kB | 16/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 212/217 kB | 32/247 kB | 16/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 212/217 kB | 48/247 kB | 16/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 217 kB | 48/247 kB | 16/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 217 kB | 48/247 kB | 32/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 217 kB | 65/247 kB | 32/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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.1 MB/s) 15:06:28 [2026-08-20T13:06:28.845Z] 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 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 65/247 kB | 49/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 81/247 kB | 49/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 81/247 kB | 65/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 97/247 kB | 65/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 97/247 kB | 81/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 114/247 kB | 81/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 114/247 kB | 98/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 130/247 kB | 98/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 130/247 kB | 114/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 130/247 kB | 122/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 147/247 kB | 122/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 147/247 kB | 122/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 147/247 kB | 139/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 164/247 kB | 139/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 164/247 kB | 155/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 180/247 kB | 155/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 180/247 kB | 172/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 197/247 kB | 172/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 197/247 kB | 188/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 213/247 kB | 188/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 213/247 kB | 204/588 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 213/247 kB | 204/588 kB | 7.7/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 213/247 kB | 204/588 kB | 16/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 229/247 kB | 204/588 kB | 16/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 229/247 kB | 221/588 kB | 16/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 229/247 kB | 221/588 kB | 32/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 246/247 kB | 221/588 kB | 32/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 247 kB | 221/588 kB | 32/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 247 kB | 237/588 kB | 32/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 247 kB | 237/588 kB | 49/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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.2 MB/s) 15:06:28 [2026-08-20T13:06:28.845Z] 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 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 253/588 kB | 49/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 253/588 kB | 65/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 270/588 kB | 65/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 286/588 kB | 65/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 286/588 kB | 81/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 303/588 kB | 81/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 319/588 kB | 81/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 319/588 kB | 98/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 335/588 kB | 98/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 352/588 kB | 98/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 352/588 kB | 114/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 364/588 kB | 114/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 364/588 kB | 131/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 377/588 kB | 131/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 381/588 kB | 131/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 381/588 kB | 147/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 397/588 kB | 147/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 397/588 kB | 163/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 413/588 kB | 163/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 413/588 kB | 180/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 413/588 kB | 180/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 430/588 kB | 180/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 430/588 kB | 197/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 446/588 kB | 197/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 446/588 kB | 213/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 463/588 kB | 213/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 463/588 kB | 217/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 479/588 kB | 217/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 479/588 kB | 233/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 495/588 kB | 233/242 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 495/588 kB | 233/242 kB | 7.7/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 495/588 kB | 233/242 kB | 16/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 495/588 kB | 242 kB | 16/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 508/588 kB | 242 kB | 16/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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) 15:06:28 [2026-08-20T13:06:28.845Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 508/588 kB | 24/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 512/588 kB | 24/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 528/588 kB | 24/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 528/588 kB | 35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 544/588 kB | 35 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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 156 kB/s) 15:06:28 [2026-08-20T13:06:28.845Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.jar 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 544/588 kB | 3.2/54 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 561/588 kB | 3.2/54 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 561/588 kB | 20/54 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 577/588 kB | 20/54 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 577/588 kB | 36/54 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 588 kB | 36/54 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 588 kB | 52/54 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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 2.6 MB/s) 15:06:28 [2026-08-20T13:06:28.845Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 54 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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 234 kB/s) 15:06:28 [2026-08-20T13:06:28.845Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 7.7/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 16/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 32/35 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 35 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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 147 kB/s) 15:06:28 [2026-08-20T13:06:28.845Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 7.7/27 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 16/27 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 27 kB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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 108 kB/s) 15:06:28 [2026-08-20T13:06:28.845Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 7.7/227 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 7.7/227 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 24/227 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (1): 40/227 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 40/227 kB | 7.7/80 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 40/227 kB | 16/80 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 57/227 kB | 16/80 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 57/227 kB | 32/80 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 73/227 kB | 32/80 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 73/227 kB | 49/80 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 73/227 kB | 61/80 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (2): 90/227 kB | 61/80 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 90/227 kB | 61/80 kB | 0/1.1 MB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 90/227 kB | 61/80 kB | 0/1.1 MB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 90/227 kB | 77/80 kB | 0/1.1 MB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 90/227 kB | 80 kB | 0/1.1 MB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 90/227 kB | 80 kB | 0/1.1 MB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 106/227 kB | 80 kB | 0/1.1 MB 15:06:28 [2026-08-20T13:06:28.845Z] 15:06:28 [2026-08-20T13:06:28.845Z] 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 302 kB/s) 15:06:28 [2026-08-20T13:06:28.845Z] 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 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 106/227 kB | 0/1.1 MB | 7.7/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 106/227 kB | 0/1.1 MB | 7.7/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 106/227 kB | 0/1.1 MB | 16/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 122/227 kB | 0/1.1 MB | 16/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 122/227 kB | 0/1.1 MB | 32/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 122/227 kB | 0.1/1.1 MB | 32/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 122/227 kB | 0.1/1.1 MB | 32/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 139/227 kB | 0.1/1.1 MB | 32/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 139/227 kB | 0.1/1.1 MB | 49/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 139/227 kB | 0.1/1.1 MB | 49/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 155/227 kB | 0.1/1.1 MB | 49/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 155/227 kB | 0.1/1.1 MB | 65/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 155/227 kB | 0.1/1.1 MB | 65/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 172/227 kB | 0.1/1.1 MB | 65/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 172/227 kB | 0.1/1.1 MB | 81/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 172/227 kB | 0.1/1.1 MB | 81/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 172/227 kB | 0.1/1.1 MB | 98/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 188/227 kB | 0.1/1.1 MB | 98/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 188/227 kB | 0.1/1.1 MB | 98/401 kB 15:06:28 [2026-08-20T13:06:28.845Z] Progress (3): 188/227 kB | 0.1/1.1 MB | 114/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (3): 188/227 kB | 0.1/1.1 MB | 114/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.1/1.1 MB | 114/401 kB | 7.7/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.1/1.1 MB | 114/401 kB | 16/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.1/1.1 MB | 131/401 kB | 16/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 131/401 kB | 16/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 131/401 kB | 32/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 147/401 kB | 32/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 147/401 kB | 32/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 147/401 kB | 49/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 163/401 kB | 49/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 163/401 kB | 49/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 163/401 kB | 65/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 163/401 kB | 66/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 163/401 kB | 66/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 180/401 kB | 66/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 188/227 kB | 0.2/1.1 MB | 180/401 kB | 82/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 204/227 kB | 0.2/1.1 MB | 180/401 kB | 82/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 204/227 kB | 0.2/1.1 MB | 180/401 kB | 82/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 204/227 kB | 0.2/1.1 MB | 196/401 kB | 82/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 204/227 kB | 0.2/1.1 MB | 196/401 kB | 98/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 221/227 kB | 0.2/1.1 MB | 196/401 kB | 98/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 221/227 kB | 0.2/1.1 MB | 196/401 kB | 98/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 221/227 kB | 0.2/1.1 MB | 196/401 kB | 115/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 221/227 kB | 0.2/1.1 MB | 212/401 kB | 115/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 227 kB | 0.2/1.1 MB | 212/401 kB | 115/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 227 kB | 0.2/1.1 MB | 212/401 kB | 131/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 227 kB | 0.3/1.1 MB | 212/401 kB | 131/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (4): 227 kB | 0.3/1.1 MB | 229/401 kB | 131/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] 15:06:29 [2026-08-20T13:06:29.096Z] 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 808 kB/s) 15:06:29 [2026-08-20T13:06:29.096Z] 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 15:06:29 [2026-08-20T13:06:29.096Z] Progress (3): 0.3/1.1 MB | 229/401 kB | 147/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (3): 0.3/1.1 MB | 229/401 kB | 147/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (3): 0.3/1.1 MB | 245/401 kB | 147/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (3): 0.3/1.1 MB | 245/401 kB | 164/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (3): 0.3/1.1 MB | 245/401 kB | 164/169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (3): 0.3/1.1 MB | 245/401 kB | 169 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (3): 0.3/1.1 MB | 262/401 kB | 169 kB 15:06:29 [2026-08-20T13:06:29.096Z] 15:06:29 [2026-08-20T13:06:29.096Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar (169 kB at 596 kB/s) 15:06:29 [2026-08-20T13:06:29.096Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.3/1.1 MB | 262/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.3/1.1 MB | 278/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.3/1.1 MB | 278/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.3/1.1 MB | 294/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.3/1.1 MB | 294/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.3/1.1 MB | 311/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 311/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 311/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 327/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 327/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 344/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 344/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 360/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 360/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 376/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 376/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 393/401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.4/1.1 MB | 401 kB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 401 kB 15:06:29 [2026-08-20T13:06:29.096Z] 15:06:29 [2026-08-20T13:06:29.096Z] 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.4 MB/s) 15:06:29 [2026-08-20T13:06:29.096Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar 15:06:29 [2026-08-20T13:06:29.096Z] Progress (1): 0.5/1.1 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (1): 0.5/1.1 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 0/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 0/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 0/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 0/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 0/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 0/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.5/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.6/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.6/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.096Z] Progress (2): 0.6/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (2): 0.6/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (2): 0.6/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (2): 0.6/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (2): 0.6/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (2): 0.6/1.1 MB | 0.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (2): 0.6/1.1 MB | 0.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (2): 0.6/1.1 MB | 0.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (2): 0.6/1.1 MB | 0.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (2): 0.6/1.1 MB | 0.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.6/1.1 MB | 0.2/7.4 MB | 7.7/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.6/1.1 MB | 0.2/7.4 MB | 7.7/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.6/1.1 MB | 0.2/7.4 MB | 16/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.6/1.1 MB | 0.2/7.4 MB | 16/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 16/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 32/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 32/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 32/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 48/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 48/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 48/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 65/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 65/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 65/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 65/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.2/7.4 MB | 81/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.3/7.4 MB | 81/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.3/7.4 MB | 81/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.3/7.4 MB | 97/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.7/1.1 MB | 0.3/7.4 MB | 97/168 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.7/1.1 MB | 0.3/7.4 MB | 97/168 kB | 7.7/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.7/1.1 MB | 0.3/7.4 MB | 97/168 kB | 7.7/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 97/168 kB | 7.7/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 114/168 kB | 7.7/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 114/168 kB | 7.7/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 114/168 kB | 24/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 114/168 kB | 24/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 130/168 kB | 24/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 130/168 kB | 24/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 130/168 kB | 24/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 130/168 kB | 40/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 130/168 kB | 40/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 147/168 kB | 40/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 147/168 kB | 40/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 147/168 kB | 57/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 147/168 kB | 57/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 163/168 kB | 57/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 168 kB | 57/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 168 kB | 57/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 168 kB | 73/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 168 kB | 73/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.3/7.4 MB | 168 kB | 82/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.8/1.1 MB | 0.4/7.4 MB | 168 kB | 82/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] 15:06:29 [2026-08-20T13:06:29.097Z] 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 532 kB/s) 15:06:29 [2026-08-20T13:06:29.097Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 82/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 82/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 82/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 82/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 98/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 98/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 98/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 115/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 115/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 115/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 115/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 131/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (3): 0.9/1.1 MB | 0.4/7.4 MB | 131/379 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.9/1.1 MB | 0.4/7.4 MB | 131/379 kB | 7.7/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.9/1.1 MB | 0.4/7.4 MB | 131/379 kB | 16/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.9/1.1 MB | 0.4/7.4 MB | 131/379 kB | 16/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.9/1.1 MB | 0.4/7.4 MB | 131/379 kB | 16/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 0.9/1.1 MB | 0.4/7.4 MB | 131/379 kB | 32/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.4/7.4 MB | 131/379 kB | 32/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 131/379 kB | 32/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 147/379 kB | 32/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 147/379 kB | 32/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 147/379 kB | 49/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 147/379 kB | 49/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 147/379 kB | 49/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 147/379 kB | 65/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 164/379 kB | 65/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 164/379 kB | 65/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 164/379 kB | 65/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 164/379 kB | 65/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 164/379 kB | 81/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 164/379 kB | 81/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 164/379 kB | 81/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 180/379 kB | 81/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 180/379 kB | 81/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 180/379 kB | 98/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.0/1.1 MB | 0.5/7.4 MB | 180/379 kB | 98/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 180/379 kB | 98/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 180/379 kB | 114/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 197/379 kB | 114/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 197/379 kB | 114/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 197/379 kB | 122/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 197/379 kB | 122/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 197/379 kB | 122/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 197/379 kB | 122/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 213/379 kB | 122/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.5/7.4 MB | 213/379 kB | 139/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.6/7.4 MB | 213/379 kB | 139/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.6/7.4 MB | 213/379 kB | 139/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.6/7.4 MB | 229/379 kB | 139/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.6/7.4 MB | 229/379 kB | 155/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1/1.1 MB | 0.6/7.4 MB | 229/379 kB | 155/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1 MB | 0.6/7.4 MB | 229/379 kB | 155/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] Progress (4): 1.1 MB | 0.6/7.4 MB | 246/379 kB | 155/585 kB 15:06:29 [2026-08-20T13:06:29.097Z] 15:06:29 [2026-08-20T13:06:29.097Z] 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.4 MB/s) 15:06:29 [2026-08-20T13:06:29.097Z] 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 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 246/379 kB | 172/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 246/379 kB | 172/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 262/379 kB | 172/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 262/379 kB | 172/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 279/379 kB | 172/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 279/379 kB | 172/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 295/379 kB | 172/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 295/379 kB | 188/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 295/379 kB | 188/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 311/379 kB | 188/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.6/7.4 MB | 311/379 kB | 197/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 311/379 kB | 197/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 311/379 kB | 213/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 328/379 kB | 213/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 328/379 kB | 213/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 328/379 kB | 229/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 344/379 kB | 229/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 344/379 kB | 229/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 344/379 kB | 246/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 360/379 kB | 246/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 360/379 kB | 246/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 360/379 kB | 262/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 377/379 kB | 262/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 377/379 kB | 262/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 379 kB | 262/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 379 kB | 279/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 379 kB | 279/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 379 kB | 295/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.7/7.4 MB | 379 kB | 295/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] 15:06:29 [2026-08-20T13:06:29.098Z] 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.1 MB/s) 15:06:29 [2026-08-20T13:06:29.098Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 0.7/7.4 MB | 311/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 0.8/7.4 MB | 311/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 7.7/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 16/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 16/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 32/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 32/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 32/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 49/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 49/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 65/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.8/7.4 MB | 311/585 kB | 65/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 311/585 kB | 65/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 311/585 kB | 65/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 328/585 kB | 65/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 328/585 kB | 65/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 344/585 kB | 65/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 344/585 kB | 81/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 360/585 kB | 81/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 360/585 kB | 81/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 360/585 kB | 98/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 377/585 kB | 98/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 377/585 kB | 98/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 377/585 kB | 114/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 393/585 kB | 114/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 393/585 kB | 114/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 393/585 kB | 131/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 0.9/7.4 MB | 410/585 kB | 131/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 410/585 kB | 131/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 416/585 kB | 131/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 416/585 kB | 147/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 416/585 kB | 147/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 416/585 kB | 163/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 416/585 kB | 163/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 432/585 kB | 163/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 432/585 kB | 180/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 432/585 kB | 180/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 432/585 kB | 180/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 449/585 kB | 180/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 449/585 kB | 196/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 449/585 kB | 196/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 465/585 kB | 196/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 465/585 kB | 212/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 465/585 kB | 212/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 481/585 kB | 212/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.0/7.4 MB | 481/585 kB | 229/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 481/585 kB | 229/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 481/585 kB | 236/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 498/585 kB | 236/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 498/585 kB | 236/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 498/585 kB | 252/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 514/585 kB | 252/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 514/585 kB | 252/265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 514/585 kB | 265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 531/585 kB | 265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 531/585 kB | 265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 547/585 kB | 265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 547/585 kB | 265 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (3): 1.1/7.4 MB | 563/585 kB | 265 kB 15:06:29 [2026-08-20T13:06:29.098Z] 15:06:29 [2026-08-20T13:06:29.098Z] 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 759 kB/s) 15:06:29 [2026-08-20T13:06:29.098Z] 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 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.1/7.4 MB | 563/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.1/7.4 MB | 580/585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.1/7.4 MB | 585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.2/7.4 MB | 585 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.2/7.4 MB | 585 kB 15:06:29 [2026-08-20T13:06:29.098Z] 15:06:29 [2026-08-20T13:06:29.098Z] 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 1.7 MB/s) 15:06:29 [2026-08-20T13:06:29.098Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.5/7.4 MB | 7.7/11 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.5/7.4 MB | 7.7/11 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.5/7.4 MB | 11 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.5/7.4 MB | 11 kB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (2): 1.5/7.4 MB | 11 kB 15:06:29 [2026-08-20T13:06:29.098Z] 15:06:29 [2026-08-20T13:06:29.098Z] 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 32 kB/s) 15:06:29 [2026-08-20T13:06:29.098Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 1.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 2.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 2.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 2.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.098Z] Progress (1): 2.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (1): 2.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (1): 2.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (1): 2.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (1): 2.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (1): 2.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (1): 2.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.1/7.4 MB | 0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.1/7.4 MB | 0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.1/7.4 MB | 0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.1/7.4 MB | 0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.1/7.4 MB | 0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.1/7.4 MB | 0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.2/7.4 MB | 0/1.6 MB | 7.7/10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.2/7.4 MB | 0/1.6 MB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.2/7.4 MB | 0.1/1.6 MB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.2/7.4 MB | 0.1/1.6 MB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.2/7.4 MB | 0.1/1.6 MB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.2/7.4 MB | 0.1/1.6 MB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] 15:06:29 [2026-08-20T13:06:29.099Z] 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 27 kB/s) 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] 15:06:29 [2026-08-20T13:06:29.099Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.2/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.3/7.4 MB | 0.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.4/7.4 MB | 0.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.4/7.4 MB | 0.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.3/1.6 MB | 7.7/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.3/1.6 MB | 7.7/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.3/1.6 MB | 7.7/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.3/1.6 MB | 7.7/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.3/1.6 MB | 24/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.3/1.6 MB | 24/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.3/1.6 MB | 24/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.3/1.6 MB | 40/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.3/1.6 MB | 40/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.4/1.6 MB | 40/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.4/1.6 MB | 57/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.4/1.6 MB | 57/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.4/1.6 MB | 57/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.4/1.6 MB | 57/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.4/1.6 MB | 73/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.4/7.4 MB | 0.4/1.6 MB | 73/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.4/7.4 MB | 0.4/1.6 MB | 73/196 kB | 7.7/10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.4/7.4 MB | 0.4/1.6 MB | 73/196 kB | 7.7/10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.5/7.4 MB | 0.4/1.6 MB | 73/196 kB | 7.7/10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.5/7.4 MB | 0.4/1.6 MB | 73/196 kB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.5/7.4 MB | 0.4/1.6 MB | 90/196 kB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.5/7.4 MB | 0.4/1.6 MB | 90/196 kB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.5/7.4 MB | 0.4/1.6 MB | 106/196 kB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.5/7.4 MB | 0.4/1.6 MB | 106/196 kB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.5/7.4 MB | 0.4/1.6 MB | 106/196 kB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (4): 2.5/7.4 MB | 0.4/1.6 MB | 106/196 kB | 10 kB 15:06:29 [2026-08-20T13:06:29.099Z] 15:06:29 [2026-08-20T13:06:29.099Z] 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 27 kB/s) 15:06:29 [2026-08-20T13:06:29.099Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.5/7.4 MB | 0.4/1.6 MB | 106/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.5/7.4 MB | 0.4/1.6 MB | 106/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.5/7.4 MB | 0.4/1.6 MB | 106/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.5/7.4 MB | 0.4/1.6 MB | 106/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.5/7.4 MB | 0.5/1.6 MB | 106/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.5/7.4 MB | 0.5/1.6 MB | 106/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.5/7.4 MB | 0.5/1.6 MB | 122/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.5/7.4 MB | 0.5/1.6 MB | 122/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 122/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 139/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 139/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 139/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 139/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 139/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 139/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 139/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 155/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 155/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 155/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 172/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.5/1.6 MB | 172/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.6/1.6 MB | 172/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.6/1.6 MB | 188/196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.6/7.4 MB | 0.6/1.6 MB | 196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.7/7.4 MB | 0.6/1.6 MB | 196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.7/7.4 MB | 0.6/1.6 MB | 196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.7/7.4 MB | 0.6/1.6 MB | 196 kB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (3): 2.7/7.4 MB | 0.6/1.6 MB | 196 kB 15:06:29 [2026-08-20T13:06:29.099Z] 15:06:29 [2026-08-20T13:06:29.099Z] 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 505 kB/s) 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.7/7.4 MB | 0.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.7/7.4 MB | 0.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.7/7.4 MB | 0.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.7/7.4 MB | 0.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.7/7.4 MB | 0.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.7/7.4 MB | 0.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.7/7.4 MB | 0.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.7/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.7/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.8/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.8/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 2.9/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.0/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.1/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.1/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.1/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.099Z] Progress (2): 3.1/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.1/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.1/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.1/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.1/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.1/7.4 MB | 1.0/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.1/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.1/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.1/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.1/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.2/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.2/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.3/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.4/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.4/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.4/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.4/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.4/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.4/7.4 MB | 1.3/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.3/1.6 MB | 7.7/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.3/1.6 MB | 16/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.3/1.6 MB | 16/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.3/1.6 MB | 16/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.3/1.6 MB | 32/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.3/1.6 MB | 32/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.4/1.6 MB | 32/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.4/1.6 MB | 49/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.4/1.6 MB | 49/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.4/1.6 MB | 49/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.4/1.6 MB | 65/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.4/7.4 MB | 1.4/1.6 MB | 65/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 65/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 81/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 81/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 81/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 81/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 81/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 98/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 98/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 98/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 114/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 122/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 122/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.4/1.6 MB | 139/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 139/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 155/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 155/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 172/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 172/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 172/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 188/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 188/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 188/193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.5/7.4 MB | 1.5/1.6 MB | 193 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (3): 3.6/7.4 MB | 1.5/1.6 MB | 193 kB 15:06:29 [2026-08-20T13:06:29.100Z] 15:06:29 [2026-08-20T13:06:29.100Z] 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 464 kB/s) 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6/1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.6/7.4 MB | 1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.7/7.4 MB | 1.6 MB 15:06:29 [2026-08-20T13:06:29.100Z] 15:06:29 [2026-08-20T13:06:29.100Z] 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 3.9 MB/s) 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (1): 3.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.9/7.4 MB | 7.7/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.9/7.4 MB | 7.7/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.9/7.4 MB | 16/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.9/7.4 MB | 16/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.9/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.9/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 3.9/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.0/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.0/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.0/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.0/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.0/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.0/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 22/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 38/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 38/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 38/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 55/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 55/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.1/7.4 MB | 71/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 71/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 88/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 88/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 88/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 104/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 104/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 120/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 120/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 137/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.2/7.4 MB | 137/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 137/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 153/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 153/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 170/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 170/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 186/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 186/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 186/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 202/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 202/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.3/7.4 MB | 219/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 219/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 235/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 235/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 251/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 255/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 255/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 271/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 271/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 287/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 287/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 304/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 304/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.4/7.4 MB | 320/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 320/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 337/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 337/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 353/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 353/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 369/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 369/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 386/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 386/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 386/714 kB 15:06:29 [2026-08-20T13:06:29.100Z] Progress (2): 4.5/7.4 MB | 402/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 402/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 418/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 418/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 435/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 435/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 451/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 451/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 468/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 468/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 468/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.6/7.4 MB | 484/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 484/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 500/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 500/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 517/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 517/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 533/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 533/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 550/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 550/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 550/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.7/7.4 MB | 566/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 566/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 582/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 584/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 584/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 584/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 584/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 584/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 600/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 600/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.8/7.4 MB | 616/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 616/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 633/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 633/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 633/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 649/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 649/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 665/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 665/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 682/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 682/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 698/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 4.9/7.4 MB | 698/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 5.0/7.4 MB | 698/714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 5.0/7.4 MB | 714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 5.0/7.4 MB | 714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 5.0/7.4 MB | 714 kB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (2): 5.0/7.4 MB | 714 kB 15:06:29 [2026-08-20T13:06:29.101Z] 15:06:29 [2026-08-20T13:06:29.101Z] 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 1.6 MB/s) 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 5.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.5/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.6/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.7/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.8/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 6.9/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.0/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.1/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.2/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.3/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.4/7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] Progress (1): 7.4 MB 15:06:29 [2026-08-20T13:06:29.101Z] 15:06:29 [2026-08-20T13:06:29.101Z] 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 15 MB/s) 15:06:29 [2026-08-20T13:06:29.652Z] [INFO] Searching for local aggregator root... 15:06:29 [2026-08-20T13:06:29.652Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/dependencies 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] Processing change of org.silverpeas:silverpeas-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260820 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] Processing org.silverpeas:silverpeas-dependencies-bom 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] Updating project org.silverpeas:silverpeas-dependencies-bom 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260820 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] ------------------------------------------------------------------------ 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] BUILD SUCCESS 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] ------------------------------------------------------------------------ 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] Total time: 8.250 s 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] Finished at: 2026-08-20T15:06:29+02:00 15:06:29 [2026-08-20T13:06:29.903Z] [INFO] ------------------------------------------------------------------------ 15:06:29 [2026-08-20T13:06:29.903Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 15:06:32 [2026-08-20T13:06:32.385Z] [INFO] Scanning for projects... 15:06:32 [2026-08-20T13:06:32.385Z] [INFO] 15:06:32 [2026-08-20T13:06:32.385Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >------------- 15:06:32 [2026-08-20T13:06:32.385Z] [INFO] Building Silverpeas Dependencies BOM 2.0-build260820 15:06:32 [2026-08-20T13:06:32.385Z] [INFO] from pom.xml 15:06:32 [2026-08-20T13:06:32.385Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:32 [2026-08-20T13:06:32.385Z] [INFO] 15:06:32 [2026-08-20T13:06:32.385Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-dependencies-bom --- 15:06:32 [2026-08-20T13:06:32.385Z] 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 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 790 B 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 1.8 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 3.7 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 5.8 kB 15:06:32 [2026-08-20T13:06:32.936Z] 15:06:32 [2026-08-20T13:06:32.936Z] 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 15 kB/s) 15:06:32 [2026-08-20T13:06:32.936Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 781 B 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 1.8 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 3.7 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 5.1 kB 15:06:32 [2026-08-20T13:06:32.936Z] 15:06:32 [2026-08-20T13:06:32.936Z] 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 146 kB/s) 15:06:32 [2026-08-20T13:06:32.936Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 782 B 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 1.7 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 4.5 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 7.0 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 8.3 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 10 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 13 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 14 kB 15:06:32 [2026-08-20T13:06:32.936Z] 15:06:32 [2026-08-20T13:06:32.936Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 285 kB/s) 15:06:32 [2026-08-20T13:06:32.936Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 707 B 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 1.6 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 2.7 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 4.2 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 5.0 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 6.5 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 9.2 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 11 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 14 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 18 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 20 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 23 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 26 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 27 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 30 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 32 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 34 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 38 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 40 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 43 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 47 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 52 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 54 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 57 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 59 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 61 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 63 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 65 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 66 kB 15:06:32 [2026-08-20T13:06:32.936Z] Progress (1): 68 kB 15:06:32 [2026-08-20T13:06:32.936Z] 15:06:32 [2026-08-20T13:06:32.936Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.0 MB/s) 15:06:33 [2026-08-20T13:06:33.187Z] [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)] 15:06:33 [2026-08-20T13:06:33.187Z] [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)] 15:06:33 [2026-08-20T13:06:33.187Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom 15:06:33 [2026-08-20T13:06:33.187Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (0 B at 0 B/s) 15:06:33 [2026-08-20T13:06:33.187Z] 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 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 0.9/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 2.3/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 3.6/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 5.0/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 6.4/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 7.3/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 8.6/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 10.0/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 11/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 13/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 14/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 15/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 17/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 18/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 20/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 21/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 22/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 24/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 28/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 32/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 36/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 41/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 45/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 49/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 53/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 58/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 62/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 66/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 70/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 74/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 79/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 83/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 87/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 91/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 96/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 100/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 104/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 108/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 112/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 117/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 121/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 125/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 129/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 134/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 138/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 138/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 143/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 147/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 151/153 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 153 kB 15:06:33 [2026-08-20T13:06:33.187Z] 15:06:33 [2026-08-20T13:06:33.187Z] 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 1.9 MB/s) 15:06:33 [2026-08-20T13:06:33.187Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 3.8/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 8.0/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 12/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 16/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 21/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 25/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 29/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 33/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 50/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 66/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 83/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 99/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 115/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 131/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 147/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 163/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 180/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 196/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 212/215 kB 15:06:33 [2026-08-20T13:06:33.187Z] Progress (1): 215 kB 15:06:33 [2026-08-20T13:06:33.187Z] 15:06:33 [2026-08-20T13:06:33.187Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 3.6 MB/s) 15:06:33 [2026-08-20T13:06:33.438Z] [INFO] 15:06:33 [2026-08-20T13:06:33.438Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-dependencies-bom --- 15:06:33 [2026-08-20T13:06:33.438Z] 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 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 838 B 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 2.2 kB 15:06:33 [2026-08-20T13:06:33.438Z] 15:06:33 [2026-08-20T13:06:33.438Z] 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 74 kB/s) 15:06:33 [2026-08-20T13:06:33.438Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 756 B 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 2.3 kB 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 4.0 kB 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 9.2 kB 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 12 kB 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 16 kB 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 19 kB 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 22 kB 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 23 kB 15:06:33 [2026-08-20T13:06:33.438Z] 15:06:33 [2026-08-20T13:06:33.438Z] 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 712 kB/s) 15:06:33 [2026-08-20T13:06:33.438Z] 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 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 834 B 15:06:33 [2026-08-20T13:06:33.438Z] Progress (1): 2.2 kB 15:06:33 [2026-08-20T13:06:33.438Z] 15:06:33 [2026-08-20T13:06:33.438Z] 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 65 kB/s) 15:06:33 [2026-08-20T13:06:33.438Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 729 B 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 2.2 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 4.3 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 7.8 kB 15:06:33 [2026-08-20T13:06:33.688Z] 15:06:33 [2026-08-20T13:06:33.688Z] 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 201 kB/s) 15:06:33 [2026-08-20T13:06:33.688Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 691 B 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 2.5 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 6.4 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 8.9 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 11 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 14 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 19 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 21 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 25 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 28 kB 15:06:33 [2026-08-20T13:06:33.688Z] 15:06:33 [2026-08-20T13:06:33.688Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 687 kB/s) 15:06:33 [2026-08-20T13:06:33.688Z] 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 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 7.7/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 16/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 32/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 49/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 65/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 81/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 98/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 114/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 131/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 147/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 163/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 180/196 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 196 kB 15:06:33 [2026-08-20T13:06:33.688Z] 15:06:33 [2026-08-20T13:06:33.688Z] 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 3.8 MB/s) 15:06:33 [2026-08-20T13:06:33.688Z] 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 15:06:33 [2026-08-20T13:06:33.688Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 7.7/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 16/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 32/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 49/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 65/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 81/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 98/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 114/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 131/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 147/157 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 157 kB 15:06:33 [2026-08-20T13:06:33.688Z] 15:06:33 [2026-08-20T13:06:33.688Z] 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.2 MB/s) 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 0.9/193 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 2.3/193 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 3.6/193 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 5.0/193 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 6.4/193 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 7.7/193 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 9.1/193 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 10/193 kB 15:06:33 [2026-08-20T13:06:33.688Z] Progress (1): 12/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 13/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 15/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 16/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 17/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 19/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 20/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 21/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 23/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 24/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 26/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 27/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 28/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 30/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 31/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 32/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 34/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 35/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 36/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 38/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 39/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 41/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 42/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 43/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 45/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 46/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 47/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 49/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 50/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 52/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 53/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 54/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 56/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 60/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 64/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 68/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 73/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 77/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 81/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 85/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 89/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 94/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 98/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 102/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 106/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 111/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 115/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 119/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 123/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 128/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 131/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 135/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 139/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 143/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 147/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 152/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 156/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 160/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 164/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 169/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 173/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 177/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 181/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 186/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 190/193 kB 15:06:33 [2026-08-20T13:06:33.689Z] Progress (1): 193 kB 15:06:33 [2026-08-20T13:06:33.689Z] 15:06:33 [2026-08-20T13:06:33.689Z] 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.8 MB/s) 15:06:33 [2026-08-20T13:06:33.939Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-dependencies-bom/2.0-build260820/silverpeas-dependencies-bom-2.0-build260820.pom 15:06:33 [2026-08-20T13:06:33.939Z] [INFO] 15:06:33 [2026-08-20T13:06:33.939Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-dependencies-bom --- 15:06:33 [2026-08-20T13:06:33.939Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 15:06:33 [2026-08-20T13:06:33.939Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 15:06:33 [2026-08-20T13:06:33.939Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/2.0-build260820/silverpeas-dependencies-bom-2.0-build260820.pom 15:06:33 [2026-08-20T13:06:33.939Z] Progress (1): 33/48 kB 15:06:34 [2026-08-20T13:06:34.189Z] Progress (1): 48 kB 15:06:34 [2026-08-20T13:06:34.189Z] 15:06:34 [2026-08-20T13:06:34.189Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/2.0-build260820/silverpeas-dependencies-bom-2.0-build260820.pom (48 kB at 228 kB/s) 15:06:34 [2026-08-20T13:06:34.189Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml 15:06:34 [2026-08-20T13:06:34.189Z] Progress (1): 915 B 15:06:34 [2026-08-20T13:06:34.189Z] 15:06:34 [2026-08-20T13:06:34.189Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (915 B at 19 kB/s) 15:06:34 [2026-08-20T13:06:34.189Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml 15:06:34 [2026-08-20T13:06:34.189Z] Progress (1): 915 B 15:06:34 [2026-08-20T13:06:34.189Z] 15:06:34 [2026-08-20T13:06:34.189Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (915 B at 9.0 kB/s) 15:06:34 [2026-08-20T13:06:34.189Z] [INFO] ------------------------------------------------------------------------ 15:06:34 [2026-08-20T13:06:34.189Z] [INFO] BUILD SUCCESS 15:06:34 [2026-08-20T13:06:34.190Z] [INFO] ------------------------------------------------------------------------ 15:06:34 [2026-08-20T13:06:34.190Z] [INFO] Total time: 2.378 s 15:06:34 [2026-08-20T13:06:34.190Z] [INFO] Finished at: 2026-08-20T15:06:34+02:00 15:06:34 [2026-08-20T13:06:34.190Z] [INFO] ------------------------------------------------------------------------ 15:06:34 [2026-08-20T13:06:34.191Z] [Pipeline] } 15:06:34 [2026-08-20T13:06:34.200Z] [Pipeline] // dir 15:06:34 [2026-08-20T13:06:34.208Z] [Pipeline] } 15:06:34 [2026-08-20T13:06:34.217Z] [Pipeline] // stage 15:06:34 [2026-08-20T13:06:34.233Z] [Pipeline] stage 15:06:34 [2026-08-20T13:06:34.233Z] [Pipeline] { (Build and Publish test dependencies definition) 15:06:34 [2026-08-20T13:06:34.248Z] [Pipeline] dir 15:06:34 [2026-08-20T13:06:34.249Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/test-dependencies 15:06:34 [2026-08-20T13:06:34.249Z] [Pipeline] { 15:06:34 [2026-08-20T13:06:34.262Z] [Pipeline] git 15:06:34 [2026-08-20T13:06:34.264Z] Selected Git installation does not exist. Using Default 15:06:34 [2026-08-20T13:06:34.264Z] The recommended git tool is: NONE 15:06:34 [2026-08-20T13:06:34.264Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 15:06:34 [2026-08-20T13:06:34.273Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@36a7d760; decorates hudson.Launcher$LocalLauncher@2ae3650e will be ignored (a typical symptom is the Git executable not being run inside a designated container) 15:06:34 [2026-08-20T13:06:34.273Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/test-dependencies/.git # timeout=10 15:06:34 [2026-08-20T13:06:34.278Z] Fetching changes from the remote Git repository 15:06:34 [2026-08-20T13:06:34.279Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-test-dependencies-bom # timeout=10 15:06:34 [2026-08-20T13:06:34.284Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-test-dependencies-bom 15:06:34 [2026-08-20T13:06:34.284Z] > /usr/bin/git --version # timeout=10 15:06:34 [2026-08-20T13:06:34.288Z] > git --version # 'git version 2.43.0' 15:06:34 [2026-08-20T13:06:34.289Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 15:06:34 [2026-08-20T13:06:34.293Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-test-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:34 [2026-08-20T13:06:34.921Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 15:06:34 [2026-08-20T13:06:34.927Z] Checking out Revision a099b59d24d9b52a26274503c77c74076a7475f2 (refs/remotes/origin/master) 15:06:34 [2026-08-20T13:06:34.927Z] > /usr/bin/git config core.sparsecheckout # timeout=10 15:06:34 [2026-08-20T13:06:34.932Z] > /usr/bin/git checkout -f a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 15:06:34 [2026-08-20T13:06:34.940Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 15:06:34 [2026-08-20T13:06:34.947Z] > /usr/bin/git branch -D master # timeout=10 15:06:34 [2026-08-20T13:06:34.953Z] > /usr/bin/git checkout -b master a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 15:06:34 [2026-08-20T13:06:34.962Z] Commit message: "Drop junit-platform-runner and align the JUnit Platform on the junit-bom" 15:06:34 [2026-08-20T13:06:34.962Z] > /usr/bin/git rev-list --no-walk a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 15:06:34 [2026-08-20T13:06:34.978Z] [Pipeline] sh 15:06:35 [2026-08-20T13:06:35.234Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260820 15:06:37 [2026-08-20T13:06:37.096Z] [INFO] Scanning for projects... 15:06:37 [2026-08-20T13:06:37.346Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 15:06:37 [2026-08-20T13:06:37.346Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 15:06:37 [2026-08-20T13:06:37.596Z] Progress (1): 3.7 kB 15:06:37 [2026-08-20T13:06:37.596Z] Progress (1): 7.5 kB 15:06:37 [2026-08-20T13:06:37.596Z] Progress (1): 13 kB 15:06:37 [2026-08-20T13:06:37.596Z] Progress (1): 19 kB 15:06:37 [2026-08-20T13:06:37.596Z] Progress (1): 20 kB 15:06:37 [2026-08-20T13:06:37.596Z] Progress (2): 20 kB | 4.8 kB 15:06:37 [2026-08-20T13:06:37.596Z] Progress (2): 20 kB | 7.7 kB 15:06:37 [2026-08-20T13:06:37.596Z] Progress (2): 20 kB | 14 kB 15:06:37 [2026-08-20T13:06:37.596Z] Progress (2): 20 kB | 14 kB 15:06:37 [2026-08-20T13:06:37.596Z] 15:06:37 [2026-08-20T13:06:37.596Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 50 kB/s) 15:06:37 [2026-08-20T13:06:37.596Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 35 kB/s) 15:06:37 [2026-08-20T13:06:37.596Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 15:06:37 [2026-08-20T13:06:37.596Z] Progress (1): 1.5 kB 15:06:37 [2026-08-20T13:06:37.847Z] 15:06:37 [2026-08-20T13:06:37.847Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 38 kB/s) 15:06:37 [2026-08-20T13:06:37.847Z] [INFO] 15:06:37 [2026-08-20T13:06:37.847Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >----------- 15:06:37 [2026-08-20T13:06:37.847Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-SNAPSHOT 15:06:37 [2026-08-20T13:06:37.847Z] [INFO] from pom.xml 15:06:37 [2026-08-20T13:06:37.847Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:37 [2026-08-20T13:06:37.847Z] [INFO] 15:06:37 [2026-08-20T13:06:37.847Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-test-dependencies-bom --- 15:06:38 [2026-08-20T13:06:38.758Z] [INFO] Searching for local aggregator root... 15:06:38 [2026-08-20T13:06:38.758Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/test-dependencies 15:06:38 [2026-08-20T13:06:38.758Z] [INFO] Processing change of org.silverpeas:silverpeas-test-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260820 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] Processing org.silverpeas:silverpeas-test-dependencies-bom 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] Updating project org.silverpeas:silverpeas-test-dependencies-bom 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260820 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] ------------------------------------------------------------------------ 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] BUILD SUCCESS 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] ------------------------------------------------------------------------ 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] Total time: 2.184 s 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] Finished at: 2026-08-20T15:06:38+02:00 15:06:39 [2026-08-20T13:06:39.008Z] [INFO] ------------------------------------------------------------------------ 15:06:39 [2026-08-20T13:06:39.008Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 15:06:40 [2026-08-20T13:06:40.870Z] [INFO] Scanning for projects... 15:06:40 [2026-08-20T13:06:40.870Z] [INFO] 15:06:40 [2026-08-20T13:06:40.870Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >----------- 15:06:40 [2026-08-20T13:06:40.870Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-build260820 15:06:40 [2026-08-20T13:06:40.870Z] [INFO] from pom.xml 15:06:40 [2026-08-20T13:06:40.870Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:40 [2026-08-20T13:06:40.870Z] [INFO] 15:06:40 [2026-08-20T13:06:40.870Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-test-dependencies-bom --- 15:06:41 [2026-08-20T13:06:41.120Z] [INFO] 15:06:41 [2026-08-20T13:06:41.120Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-test-dependencies-bom --- 15:06:41 [2026-08-20T13:06:41.120Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/test-dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260820/silverpeas-test-dependencies-bom-2.0-build260820.pom 15:06:41 [2026-08-20T13:06:41.120Z] [INFO] 15:06:41 [2026-08-20T13:06:41.120Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-test-dependencies-bom --- 15:06:41 [2026-08-20T13:06:41.120Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 15:06:41 [2026-08-20T13:06:41.121Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 15:06:41 [2026-08-20T13:06:41.371Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260820/silverpeas-test-dependencies-bom-2.0-build260820.pom 15:06:41 [2026-08-20T13:06:41.921Z] Progress (1): 12 kB 15:06:41 [2026-08-20T13:06:41.921Z] 15:06:41 [2026-08-20T13:06:41.921Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260820/silverpeas-test-dependencies-bom-2.0-build260820.pom (12 kB at 29 kB/s) 15:06:41 [2026-08-20T13:06:41.921Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml 15:06:41 [2026-08-20T13:06:41.921Z] Progress (1): 920 B 15:06:41 [2026-08-20T13:06:41.921Z] 15:06:41 [2026-08-20T13:06:41.921Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (920 B at 16 kB/s) 15:06:41 [2026-08-20T13:06:41.921Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml 15:06:41 [2026-08-20T13:06:41.921Z] Progress (1): 920 B 15:06:41 [2026-08-20T13:06:41.921Z] 15:06:41 [2026-08-20T13:06:41.921Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (920 B at 8.5 kB/s) 15:06:41 [2026-08-20T13:06:41.921Z] [INFO] ------------------------------------------------------------------------ 15:06:41 [2026-08-20T13:06:41.921Z] [INFO] BUILD SUCCESS 15:06:41 [2026-08-20T13:06:41.921Z] [INFO] ------------------------------------------------------------------------ 15:06:41 [2026-08-20T13:06:41.922Z] [INFO] Total time: 1.371 s 15:06:41 [2026-08-20T13:06:41.922Z] [INFO] Finished at: 2026-08-20T15:06:41+02:00 15:06:41 [2026-08-20T13:06:41.922Z] [INFO] ------------------------------------------------------------------------ 15:06:42 [2026-08-20T13:06:42.173Z] [Pipeline] } 15:06:42 [2026-08-20T13:06:42.181Z] [Pipeline] // dir 15:06:42 [2026-08-20T13:06:42.189Z] [Pipeline] } 15:06:42 [2026-08-20T13:06:42.197Z] [Pipeline] // stage 15:06:42 [2026-08-20T13:06:42.206Z] [Pipeline] stage 15:06:42 [2026-08-20T13:06:42.206Z] [Pipeline] { (Build and publish project definition) 15:06:42 [2026-08-20T13:06:42.224Z] [Pipeline] dir 15:06:42 [2026-08-20T13:06:42.224Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/project 15:06:42 [2026-08-20T13:06:42.225Z] [Pipeline] { 15:06:42 [2026-08-20T13:06:42.237Z] [Pipeline] git 15:06:42 [2026-08-20T13:06:42.239Z] Selected Git installation does not exist. Using Default 15:06:42 [2026-08-20T13:06:42.239Z] The recommended git tool is: NONE 15:06:42 [2026-08-20T13:06:42.240Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 15:06:42 [2026-08-20T13:06:42.248Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@207fba44; decorates hudson.Launcher$LocalLauncher@2bd1f83e will be ignored (a typical symptom is the Git executable not being run inside a designated container) 15:06:42 [2026-08-20T13:06:42.249Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/project/.git # timeout=10 15:06:42 [2026-08-20T13:06:42.255Z] Fetching changes from the remote Git repository 15:06:42 [2026-08-20T13:06:42.256Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Project # timeout=10 15:06:42 [2026-08-20T13:06:42.261Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Project 15:06:42 [2026-08-20T13:06:42.262Z] > /usr/bin/git --version # timeout=10 15:06:42 [2026-08-20T13:06:42.266Z] > git --version # 'git version 2.43.0' 15:06:42 [2026-08-20T13:06:42.266Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 15:06:42 [2026-08-20T13:06:42.271Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Project +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:42 [2026-08-20T13:06:42.892Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 15:06:42 [2026-08-20T13:06:42.898Z] Checking out Revision 5a370360b2c7d47ec2960e23ab68acc658633a82 (refs/remotes/origin/master) 15:06:42 [2026-08-20T13:06:42.898Z] > /usr/bin/git config core.sparsecheckout # timeout=10 15:06:42 [2026-08-20T13:06:42.903Z] > /usr/bin/git checkout -f 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 15:06:42 [2026-08-20T13:06:42.915Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 15:06:42 [2026-08-20T13:06:42.923Z] > /usr/bin/git branch -D master # timeout=10 15:06:42 [2026-08-20T13:06:42.929Z] > /usr/bin/git checkout -b master 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 15:06:42 [2026-08-20T13:06:42.938Z] Commit message: "Now Silverpeas can be built and executed with Java 21, Silverpeas can now be deployed onto Wildfly 39.0.1 (the latest supporting Jakarta EE 10). The next versions of Wildfly are for Jakarta EE 11 by default but provides also an alternative for Jakarta EE 10" 15:06:42 [2026-08-20T13:06:42.938Z] > /usr/bin/git rev-list --no-walk 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 15:06:42 [2026-08-20T13:06:42.954Z] [Pipeline] sh 15:06:43 [2026-08-20T13:06:43.209Z] + sed -i -e s/<silverpeas.bom.version>[0-9a-zA-Z.-]\+/<silverpeas.bom.version>2.0-build260820/g pom.xml 15:06:43 [2026-08-20T13:06:43.215Z] [Pipeline] sh 15:06:43 [2026-08-20T13:06:43.474Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260820 15:06:45 [2026-08-20T13:06:45.335Z] [INFO] Scanning for projects... 15:06:45 [2026-08-20T13:06:45.335Z] [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 15:06:45 [2026-08-20T13:06:45.335Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.pom 15:06:45 [2026-08-20T13:06:45.585Z] Progress (1): 763 B 15:06:45 [2026-08-20T13:06:45.585Z] Progress (1): 2.2 kB 15:06:45 [2026-08-20T13:06:45.585Z] Progress (1): 5.0 kB 15:06:45 [2026-08-20T13:06:45.585Z] Progress (1): 8.4 kB 15:06:45 [2026-08-20T13:06:45.585Z] Progress (1): 10 kB 15:06:45 [2026-08-20T13:06:45.585Z] 15:06:45 [2026-08-20T13:06:45.585Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.pom (10 kB at 31 kB/s) 15:06:45 [2026-08-20T13:06:45.585Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom 15:06:45 [2026-08-20T13:06:45.585Z] Progress (1): 770 B 15:06:45 [2026-08-20T13:06:45.585Z] Progress (1): 2.4 kB 15:06:45 [2026-08-20T13:06:45.585Z] Progress (1): 4.9 kB 15:06:45 [2026-08-20T13:06:45.585Z] Progress (1): 7.4 kB 15:06:45 [2026-08-20T13:06:45.585Z] 15:06:45 [2026-08-20T13:06:45.585Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (7.4 kB at 160 kB/s) 15:06:45 [2026-08-20T13:06:45.585Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.jar 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 7.8/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 8.2/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 16/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 24/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 25/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 33/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 40/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 41/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 49/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 56/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 57/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 66/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 74/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 82/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 82/83 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 83 kB 15:06:45 [2026-08-20T13:06:45.836Z] 15:06:45 [2026-08-20T13:06:45.836Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.jar (83 kB at 1.0 MB/s) 15:06:45 [2026-08-20T13:06:45.836Z] 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 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 772 B 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 2.2 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 5.0 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 7.8 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 8.5 kB 15:06:45 [2026-08-20T13:06:45.836Z] 15:06:45 [2026-08-20T13:06:45.836Z] 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 193 kB/s) 15:06:45 [2026-08-20T13:06:45.836Z] 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 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 7.8/32 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 8.2/32 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 16/32 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 24/32 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 25/32 kB 15:06:45 [2026-08-20T13:06:45.836Z] Progress (1): 32 kB 15:06:45 [2026-08-20T13:06:45.836Z] 15:06:45 [2026-08-20T13:06:45.836Z] 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 648 kB/s) 15:06:45 [2026-08-20T13:06:45.836Z] 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 15:06:46 [2026-08-20T13:06:46.086Z] Progress (1): 745 B 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 2.3 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 4.0 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 8.9 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 13 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 15 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 16 kB 15:06:46 [2026-08-20T13:06:46.087Z] 15:06:46 [2026-08-20T13:06:46.087Z] 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 334 kB/s) 15:06:46 [2026-08-20T13:06:46.087Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 770 B 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 2.3 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 4.9 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 7.3 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 8.1 kB 15:06:46 [2026-08-20T13:06:46.087Z] 15:06:46 [2026-08-20T13:06:46.087Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 176 kB/s) 15:06:46 [2026-08-20T13:06:46.087Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 728 B 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 1.9 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 5.4 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 9.7 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 14 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 19 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 22 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 26 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 28 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 30 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 33 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 37 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 40 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 42 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 48 kB 15:06:46 [2026-08-20T13:06:46.087Z] 15:06:46 [2026-08-20T13:06:46.087Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 885 kB/s) 15:06:46 [2026-08-20T13:06:46.087Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 745 B 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 2.1 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 4.0 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 6.9 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 12 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 16 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 19 kB 15:06:46 [2026-08-20T13:06:46.087Z] Progress (1): 21 kB 15:06:46 [2026-08-20T13:06:46.087Z] 15:06:46 [2026-08-20T13:06:46.087Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom (21 kB at 407 kB/s) 15:06:46 [2026-08-20T13:06:46.337Z] 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 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 7.8/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 8.2/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 16/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 24/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 25/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 33/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 40/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 41/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 49/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 56/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 57/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 66/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 74/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 82/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 82/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 90/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 98/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 98/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 106/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 114/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 115/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 123/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 130/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 131/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 139/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 147/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 147/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 156/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 163/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 164/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 172/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 180/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 180/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 188/189 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 189 kB 15:06:46 [2026-08-20T13:06:46.337Z] 15:06:46 [2026-08-20T13:06:46.337Z] 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.2 MB/s) 15:06:46 [2026-08-20T13:06:46.337Z] 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 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 784 B 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 2.2 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 5.1 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 7.5 kB 15:06:46 [2026-08-20T13:06:46.337Z] 15:06:46 [2026-08-20T13:06:46.337Z] 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 173 kB/s) 15:06:46 [2026-08-20T13:06:46.337Z] 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 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 7.8/30 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 8.2/30 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 16/30 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 24/30 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 25/30 kB 15:06:46 [2026-08-20T13:06:46.337Z] Progress (1): 30 kB 15:06:46 [2026-08-20T13:06:46.337Z] 15:06:46 [2026-08-20T13:06:46.337Z] 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 672 kB/s) 15:06:46 [2026-08-20T13:06:46.588Z] 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 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 768 B 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 2.2 kB 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 5.2 kB 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 7.9 kB 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 8.5 kB 15:06:46 [2026-08-20T13:06:46.588Z] 15:06:46 [2026-08-20T13:06:46.588Z] 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 181 kB/s) 15:06:46 [2026-08-20T13:06:46.588Z] 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 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 7.8/37 kB 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 8.2/37 kB 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 16/37 kB 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 24/37 kB 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 25/37 kB 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 33/37 kB 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 37 kB 15:06:46 [2026-08-20T13:06:46.588Z] 15:06:46 [2026-08-20T13:06:46.588Z] 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 706 kB/s) 15:06:46 [2026-08-20T13:06:46.588Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.588Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.588Z] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.588Z] Downloading from central: https://repo.maven.apache.org/maven2/org/silverpeas/maven/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.588Z] Progress (1): 237 B 15:06:46 [2026-08-20T13:06:46.588Z] 15:06:46 [2026-08-20T13:06:46.588Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml (237 B at 5.4 kB/s) 15:06:46 [2026-08-20T13:06:46.588Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.838Z] Progress (1): 290 B 15:06:46 [2026-08-20T13:06:46.838Z] Progress (2): 290 B | 1.5 kB 15:06:46 [2026-08-20T13:06:46.838Z] 15:06:46 [2026-08-20T13:06:46.838Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml (290 B at 3.5 kB/s) 15:06:46 [2026-08-20T13:06:46.838Z] Downloading from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.838Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 31 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 255 B 15:06:46 [2026-08-20T13:06:46.839Z] 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Progress (2): 255 B | 237 B 15:06:46 [2026-08-20T13:06:46.839Z] 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml (237 B at 1.8 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml (255 B at 6.1 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 237 B 15:06:46 [2026-08-20T13:06:46.839Z] Progress (2): 237 B | 255 B 15:06:46 [2026-08-20T13:06:46.839Z] 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/maven-metadata.xml (255 B at 9.8 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml (237 B at 7.0 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 243 B 15:06:46 [2026-08-20T13:06:46.839Z] Progress (2): 243 B | 237 B 15:06:46 [2026-08-20T13:06:46.839Z] 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml (237 B at 4.8 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml (243 B at 5.8 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 4.4 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 11 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 14 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (2): 14 kB | 243 B 15:06:46 [2026-08-20T13:06:46.839Z] 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml (243 B at 5.8 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Progress (2): 14 kB | 4.6 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (2): 14 kB | 9.7 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (2): 14 kB | 14 kB 15:06:46 [2026-08-20T13:06:46.839Z] 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 492 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml (14 kB at 357 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 3.7 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 9.3 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 15 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 20 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (2): 20 kB | 3.7 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (2): 20 kB | 7.5 kB 15:06:46 [2026-08-20T13:06:46.839Z] 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml (20 kB at 483 kB/s) 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 13 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 19 kB 15:06:46 [2026-08-20T13:06:46.839Z] Progress (1): 20 kB 15:06:46 [2026-08-20T13:06:46.839Z] 15:06:46 [2026-08-20T13:06:46.839Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 654 kB/s) 15:06:47 [2026-08-20T13:06:47.089Z] Progress (1): 1.5 kB 15:06:47 [2026-08-20T13:06:47.089Z] 15:06:47 [2026-08-20T13:06:47.089Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 5.6 kB/s) 15:06:47 [2026-08-20T13:06:47.089Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 15:06:47 [2026-08-20T13:06:47.089Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 15:06:47 [2026-08-20T13:06:47.089Z] Progress (1): 1.5 kB 15:06:47 [2026-08-20T13:06:47.089Z] Progress (2): 1.5 kB | 1.5 kB 15:06:47 [2026-08-20T13:06:47.089Z] 15:06:47 [2026-08-20T13:06:47.089Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 41 kB/s) 15:06:47 [2026-08-20T13:06:47.089Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 38 kB/s) 15:06:47 [2026-08-20T13:06:47.340Z] [INFO] 15:06:47 [2026-08-20T13:06:47.340Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------ 15:06:47 [2026-08-20T13:06:47.340Z] [INFO] Building Parent POM 2.0-SNAPSHOT 15:06:47 [2026-08-20T13:06:47.340Z] [INFO] from pom.xml 15:06:47 [2026-08-20T13:06:47.340Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:47 [2026-08-20T13:06:47.340Z] [INFO] 15:06:47 [2026-08-20T13:06:47.340Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-project --- 15:06:48 [2026-08-20T13:06:48.251Z] [INFO] Searching for local aggregator root... 15:06:48 [2026-08-20T13:06:48.251Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/project 15:06:48 [2026-08-20T13:06:48.251Z] [INFO] Processing change of org.silverpeas:silverpeas-project:2.0-SNAPSHOT -> 2.0-build260820 15:06:48 [2026-08-20T13:06:48.251Z] [INFO] Processing org.silverpeas:silverpeas-project 15:06:48 [2026-08-20T13:06:48.251Z] [INFO] Updating project org.silverpeas:silverpeas-project 15:06:48 [2026-08-20T13:06:48.251Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260820 15:06:48 [2026-08-20T13:06:48.251Z] [INFO] 15:06:48 [2026-08-20T13:06:48.501Z] [INFO] ------------------------------------------------------------------------ 15:06:48 [2026-08-20T13:06:48.501Z] [INFO] BUILD SUCCESS 15:06:48 [2026-08-20T13:06:48.501Z] [INFO] ------------------------------------------------------------------------ 15:06:48 [2026-08-20T13:06:48.501Z] [INFO] Total time: 3.504 s 15:06:48 [2026-08-20T13:06:48.501Z] [INFO] Finished at: 2026-08-20T15:06:48+02:00 15:06:48 [2026-08-20T13:06:48.501Z] [INFO] ------------------------------------------------------------------------ 15:06:48 [2026-08-20T13:06:48.501Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] Scanning for projects... 15:06:50 [2026-08-20T13:06:50.362Z] [WARNING] The project org.silverpeas:silverpeas-project:pom:2.0-build260820 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 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------ 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] Building Parent POM 2.0-build260820 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] from pom.xml 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-project --- 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] 15:06:50 [2026-08-20T13:06:50.362Z] [INFO] --- install:3.0.1:install (default-install) @ silverpeas-project --- 15:06:50 [2026-08-20T13:06:50.613Z] 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 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 937 B 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 2.2 kB 15:06:50 [2026-08-20T13:06:50.863Z] 15:06:50 [2026-08-20T13:06:50.863Z] 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 6.4 kB/s) 15:06:50 [2026-08-20T13:06:50.863Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 802 B 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 3.2 kB 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 5.1 kB 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 9.1 kB 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 12 kB 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 17 kB 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 20 kB 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 23 kB 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 27 kB 15:06:50 [2026-08-20T13:06:50.863Z] Progress (1): 30 kB 15:06:50 [2026-08-20T13:06:50.863Z] 15:06:50 [2026-08-20T13:06:50.863Z] 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 642 kB/s) 15:06:50 [2026-08-20T13:06:50.863Z] 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 15:06:51 [2026-08-20T13:06:51.113Z] Progress (1): 938 B 15:06:51 [2026-08-20T13:06:51.113Z] Progress (1): 1.9 kB 15:06:51 [2026-08-20T13:06:51.113Z] 15:06:51 [2026-08-20T13:06:51.113Z] 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 54 kB/s) 15:06:51 [2026-08-20T13:06:51.113Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom 15:06:51 [2026-08-20T13:06:51.113Z] Progress (1): 801 B 15:06:51 [2026-08-20T13:06:51.113Z] Progress (1): 2.6 kB 15:06:51 [2026-08-20T13:06:51.113Z] Progress (1): 4.9 kB 15:06:51 [2026-08-20T13:06:51.113Z] Progress (1): 5.2 kB 15:06:51 [2026-08-20T13:06:51.113Z] 15:06:51 [2026-08-20T13:06:51.113Z] 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 140 kB/s) 15:06:51 [2026-08-20T13:06:51.114Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 703 B 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 2.7 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 6.5 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 9.1 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 12 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 16 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 20 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 23 kB 15:06:51 [2026-08-20T13:06:51.114Z] 15:06:51 [2026-08-20T13:06:51.114Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 479 kB/s) 15:06:51 [2026-08-20T13:06:51.114Z] 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 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 7.8/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 8.2/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 16/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 24/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 25/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 33/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 40/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 41/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 49/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 56/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 57/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 66/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 72/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 74/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 82/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 88/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 90/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 98/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 106/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 114/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 115/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 123/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 130/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 131/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 139/146 kB 15:06:51 [2026-08-20T13:06:51.114Z] Progress (1): 146 kB 15:06:51 [2026-08-20T13:06:51.114Z] 15:06:51 [2026-08-20T13:06:51.114Z] 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.7 MB/s) 15:06:51 [2026-08-20T13:06:51.114Z] 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 15:06:51 [2026-08-20T13:06:51.114Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 7.8/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 8.2/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 16/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 24/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 25/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 33/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 40/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 41/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 49/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 56/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 57/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 66/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 74/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 82/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 82/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 90/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 98/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 98/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 106/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 114/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 115/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 123/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 130/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 131/136 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 136 kB 15:06:51 [2026-08-20T13:06:51.364Z] 15:06:51 [2026-08-20T13:06:51.364Z] 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.6 MB/s) 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 7.8/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 8.2/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 16/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 24/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 25/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 33/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 40/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 41/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 49/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 56/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 57/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 66/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 74/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 82/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 82/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 90/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 98/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 98/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 106/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 114/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 115/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 123/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 130/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 131/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 139/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 147/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 147/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 156/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 163/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 164/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 172/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 179/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 180/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 188/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 195/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 197/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 205/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 211/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 213/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 221/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 227/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 229/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 238/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 243/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 246/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 254/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 259/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 262/263 kB 15:06:51 [2026-08-20T13:06:51.364Z] Progress (1): 263 kB 15:06:51 [2026-08-20T13:06:51.364Z] 15:06:51 [2026-08-20T13:06:51.364Z] 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.3 MB/s) 15:06:51 [2026-08-20T13:06:51.615Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/project/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-project/2.0-build260820/silverpeas-project-2.0-build260820.pom 15:06:51 [2026-08-20T13:06:51.615Z] [INFO] 15:06:51 [2026-08-20T13:06:51.615Z] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ silverpeas-project --- 15:06:51 [2026-08-20T13:06:51.615Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 749 B 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 2.6 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 5.0 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 5.3 kB 15:06:51 [2026-08-20T13:06:51.615Z] 15:06:51 [2026-08-20T13:06:51.615Z] 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 124 kB/s) 15:06:51 [2026-08-20T13:06:51.615Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 7.8/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 8.2/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 16/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 24/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 25/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 33/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 40/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 41/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 49/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 56/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 57/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 66/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 72/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 74/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 82/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 88/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 90/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 98/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 106/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 114/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 115/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 123/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 130/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 131/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 139/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 147/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 147/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 156/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 163/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 164/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 172/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 180/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 180/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 188/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 196/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 197/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 205/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 213/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 213/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 221/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 229/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 229/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 238/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 245/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 246/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 254/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 261/262 kB 15:06:51 [2026-08-20T13:06:51.615Z] Progress (1): 262 kB 15:06:51 [2026-08-20T13:06:51.615Z] 15:06:51 [2026-08-20T13:06:51.615Z] 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.4 MB/s) 15:06:51 [2026-08-20T13:06:51.615Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 15:06:51 [2026-08-20T13:06:51.615Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 15:06:51 [2026-08-20T13:06:51.615Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260820/silverpeas-project-2.0-build260820.pom 15:06:51 [2026-08-20T13:06:51.865Z] Progress (1): 21 kB 15:06:51 [2026-08-20T13:06:51.865Z] 15:06:51 [2026-08-20T13:06:51.865Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260820/silverpeas-project-2.0-build260820.pom (21 kB at 134 kB/s) 15:06:51 [2026-08-20T13:06:51.865Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml 15:06:51 [2026-08-20T13:06:51.865Z] Progress (1): 906 B 15:06:51 [2026-08-20T13:06:51.865Z] 15:06:51 [2026-08-20T13:06:51.865Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (906 B at 16 kB/s) 15:06:51 [2026-08-20T13:06:51.865Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml 15:06:52 [2026-08-20T13:06:52.115Z] Progress (1): 906 B 15:06:52 [2026-08-20T13:06:52.115Z] 15:06:52 [2026-08-20T13:06:52.115Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (906 B at 7.5 kB/s) 15:06:52 [2026-08-20T13:06:52.115Z] [INFO] ------------------------------------------------------------------------ 15:06:52 [2026-08-20T13:06:52.115Z] [INFO] BUILD SUCCESS 15:06:52 [2026-08-20T13:06:52.115Z] [INFO] ------------------------------------------------------------------------ 15:06:52 [2026-08-20T13:06:52.115Z] [INFO] Total time: 2.137 s 15:06:52 [2026-08-20T13:06:52.115Z] [INFO] Finished at: 2026-08-20T15:06:51+02:00 15:06:52 [2026-08-20T13:06:52.115Z] [INFO] ------------------------------------------------------------------------ 15:06:52 [2026-08-20T13:06:52.116Z] [Pipeline] } 15:06:52 [2026-08-20T13:06:52.124Z] [Pipeline] // dir 15:06:52 [2026-08-20T13:06:52.132Z] [Pipeline] } 15:06:52 [2026-08-20T13:06:52.141Z] [Pipeline] // stage 15:06:52 [2026-08-20T13:06:52.150Z] [Pipeline] stage 15:06:52 [2026-08-20T13:06:52.150Z] [Pipeline] { (Create YAML build report) 15:06:52 [2026-08-20T13:06:52.170Z] [Pipeline] writeYaml 15:06:52 [2026-08-20T13:06:52.179Z] [Pipeline] } 15:06:52 [2026-08-20T13:06:52.187Z] [Pipeline] // stage 15:06:52 [2026-08-20T13:06:52.197Z] [Pipeline] stage 15:06:52 [2026-08-20T13:06:52.198Z] [Pipeline] { (Declarative: Post Actions) 15:06:52 [2026-08-20T13:06:52.213Z] [Pipeline] step 15:06:52 [2026-08-20T13:06:52.233Z] [Pipeline] script 15:06:52 [2026-08-20T13:06:52.238Z] [Pipeline] { 15:06:52 [2026-08-20T13:06:52.254Z] [Pipeline] } 15:06:52 [2026-08-20T13:06:52.261Z] [Pipeline] // script 15:06:52 [2026-08-20T13:06:52.273Z] [Pipeline] archiveArtifacts 15:06:52 [2026-08-20T13:06:52.276Z] Archiving artifacts 15:06:52 [2026-08-20T13:06:52.283Z] Enregistrement des empreintes numériques 15:06:52 [2026-08-20T13:06:52.299Z] [Pipeline] } 15:06:52 [2026-08-20T13:06:52.307Z] [Pipeline] // stage 15:06:52 [2026-08-20T13:06:52.313Z] [Pipeline] } 15:06:52 [2026-08-20T13:06:52.319Z] [Pipeline] // withEnv 15:06:52 [2026-08-20T13:06:52.326Z] [Pipeline] } 15:06:52 [2026-08-20T13:06:52.326Z] $ docker stop --time=1 621b0eae947fa74ecffaf218595626136ab7980ea9167b0fc245f2481c1307c5 15:06:53 [2026-08-20T13:06:53.611Z] $ docker rm -f --volumes 621b0eae947fa74ecffaf218595626136ab7980ea9167b0fc245f2481c1307c5 15:06:53 [2026-08-20T13:06:53.680Z] [Pipeline] // withDockerContainer 15:06:53 [2026-08-20T13:06:53.689Z] [Pipeline] } 15:06:53 [2026-08-20T13:06:53.697Z] [Pipeline] // withEnv 15:06:53 [2026-08-20T13:06:53.704Z] [Pipeline] } 15:06:53 [2026-08-20T13:06:53.711Z] [Pipeline] // node 15:06:53 [2026-08-20T13:06:53.715Z] [Pipeline] End of Pipeline 15:06:53 [2026-08-20T13:06:53.774Z] Finished: SUCCESS