15:05:55 [2026-08-20T13:05:55.905Z] Démarré à distance par l'hôte 140.82.115.122 15:05:55 [2026-08-20T13:05:55.905Z] Started by GitHub push by mmoqui 15:05:55 [2026-08-20T13:05:55.905Z] Running as userbuild 15:05:56 [2026-08-20T13:05:56.372Z] Obtained src/builds/project/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 15:05:56 [2026-08-20T13:05:56.433Z] [Pipeline] Start of Pipeline 15:05:56 [2026-08-20T13:05:56.596Z] [Pipeline] node 15:05:56 [2026-08-20T13:05:56.599Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy 15:05:56 [2026-08-20T13:05:56.600Z] [Pipeline] { 15:05:56 [2026-08-20T13:05:56.610Z] [Pipeline] stage 15:05:56 [2026-08-20T13:05:56.610Z] [Pipeline] { (Declarative: Checkout SCM) 15:05:56 [2026-08-20T13:05:56.615Z] [Pipeline] checkout 15:05:56 [2026-08-20T13:05:56.617Z] Selected Git installation does not exist. Using Default 15:05:56 [2026-08-20T13:05:56.617Z] The recommended git tool is: NONE 15:05:56 [2026-08-20T13:05:56.617Z] No credentials specified 15:05:56 [2026-08-20T13:05:56.617Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/.git # timeout=10 15:05:56 [2026-08-20T13:05:56.622Z] Fetching changes from the remote Git repository 15:05:56 [2026-08-20T13:05:56.623Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 15:05:56 [2026-08-20T13:05:56.628Z] Cleaning workspace 15:05:56 [2026-08-20T13:05:56.628Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 15:05:56 [2026-08-20T13:05:56.633Z] Resetting working tree 15:05:56 [2026-08-20T13:05:56.633Z] > /usr/bin/git reset --hard # timeout=10 15:05:56 [2026-08-20T13:05:56.640Z] > /usr/bin/git clean -fdx # timeout=10 15:05:56 [2026-08-20T13:05:56.645Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 15:05:56 [2026-08-20T13:05:56.646Z] > /usr/bin/git --version # timeout=10 15:05:56 [2026-08-20T13:05:56.650Z] > git --version # 'git version 2.43.0' 15:05:56 [2026-08-20T13:05:56.650Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:05:57 [2026-08-20T13:05:57.113Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 15:05:57 [2026-08-20T13:05:57.119Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master) 15:05:57 [2026-08-20T13:05:57.119Z] > /usr/bin/git config core.sparsecheckout # timeout=10 15:05:57 [2026-08-20T13:05:57.123Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 15:05:57 [2026-08-20T13:05:57.135Z] 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:05:57 [2026-08-20T13:05:57.135Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 15:05:57 [2026-08-20T13:05:57.149Z] [Pipeline] } 15:05:57 [2026-08-20T13:05:57.152Z] [Pipeline] // stage 15:05:57 [2026-08-20T13:05:57.157Z] [Pipeline] withEnv 15:05:57 [2026-08-20T13:05:57.157Z] [Pipeline] { 15:05:57 [2026-08-20T13:05:57.225Z] [Pipeline] isUnix 15:05:57 [2026-08-20T13:05:57.226Z] [Pipeline] withEnv 15:05:57 [2026-08-20T13:05:57.226Z] [Pipeline] { 15:05:57 [2026-08-20T13:05:57.231Z] [Pipeline] sh 15:05:57 [2026-08-20T13:05:57.486Z] + docker inspect -f . silverpeas/silverbuild 15:05:57 [2026-08-20T13:05:57.486Z] . 15:05:57 [2026-08-20T13:05:57.487Z] [Pipeline] } 15:05:57 [2026-08-20T13:05:57.493Z] [Pipeline] // withEnv 15:05:57 [2026-08-20T13:05:57.502Z] [Pipeline] withDockerContainer 15:05:57 [2026-08-20T13:05:57.534Z] Jenkins does not seem to be running inside a container 15:05:57 [2026-08-20T13:05:57.544Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild cat 15:05:57 [2026-08-20T13:05:57.842Z] $ docker top e96de83e34f6754e3c8c5ca5ab340222c10e93801bae5fd44fc4f263d419e14c -eo pid,comm 15:05:57 [2026-08-20T13:05:57.878Z] [Pipeline] { 15:05:57 [2026-08-20T13:05:57.891Z] [Pipeline] withEnv 15:05:57 [2026-08-20T13:05:57.891Z] [Pipeline] { 15:05:57 [2026-08-20T13:05:57.900Z] [Pipeline] stage 15:05:57 [2026-08-20T13:05:57.900Z] [Pipeline] { (Prepare the build) 15:05:57 [2026-08-20T13:05:57.917Z] [Pipeline] echo 15:05:57 [2026-08-20T13:05:57.917Z] Prepare the build 260820... 15:05:57 [2026-08-20T13:05:57.918Z] [Pipeline] sh 15:05:58 [2026-08-20T13:05:58.174Z] + curl -fsSL -o pom1.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Project/master/pom.xml 15:05:58 [2026-08-20T13:05:58.176Z] [Pipeline] script 15:05:58 [2026-08-20T13:05:58.181Z] [Pipeline] { 15:05:58 [2026-08-20T13:05:58.185Z] [Pipeline] readMavenPom 15:05:58 [2026-08-20T13:05:58.193Z] 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:05:58 [2026-08-20T13:05:58.194Z] 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:05:58 [2026-08-20T13:05:58.195Z] 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:05:58 [2026-08-20T13:05:58.195Z] [Pipeline] } 15:05:58 [2026-08-20T13:05:58.203Z] [Pipeline] // script 15:05:58 [2026-08-20T13:05:58.207Z] [Pipeline] sh 15:05:58 [2026-08-20T13:05:58.466Z] + curl -fsSL -o pom2.xml https://raw.githubusercontent.com/Silverpeas/silverpeas-dependencies-bom/master/pom.xml 15:05:58 [2026-08-20T13:05:58.468Z] [Pipeline] script 15:05:58 [2026-08-20T13:05:58.473Z] [Pipeline] { 15:05:58 [2026-08-20T13:05:58.481Z] [Pipeline] readMavenPom 15:05:58 [2026-08-20T13:05:58.487Z] [Pipeline] } 15:05:58 [2026-08-20T13:05:58.493Z] [Pipeline] // script 15:05:58 [2026-08-20T13:05:58.500Z] [Pipeline] sh 15:05:58 [2026-08-20T13:05:58.758Z] + rm -f pom1.xml pom2.xml 15:05:58 [2026-08-20T13:05:58.760Z] [Pipeline] } 15:05:58 [2026-08-20T13:05:58.767Z] [Pipeline] // stage 15:05:58 [2026-08-20T13:05:58.775Z] [Pipeline] stage 15:05:58 [2026-08-20T13:05:58.776Z] [Pipeline] { (Build and Publish dependencies definition) 15:05:58 [2026-08-20T13:05:58.792Z] [Pipeline] dir 15:05:58 [2026-08-20T13:05:58.792Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies 15:05:58 [2026-08-20T13:05:58.793Z] [Pipeline] { 15:05:58 [2026-08-20T13:05:58.809Z] [Pipeline] git 15:05:58 [2026-08-20T13:05:58.811Z] Selected Git installation does not exist. Using Default 15:05:58 [2026-08-20T13:05:58.811Z] The recommended git tool is: NONE 15:05:58 [2026-08-20T13:05:58.811Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 15:05:58 [2026-08-20T13:05:58.826Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@607757c1; decorates hudson.Launcher$LocalLauncher@23a864d8 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 15:05:58 [2026-08-20T13:05:58.827Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies/.git # timeout=10 15:05:58 [2026-08-20T13:05:58.833Z] Fetching changes from the remote Git repository 15:05:58 [2026-08-20T13:05:58.836Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-dependencies-bom # timeout=10 15:05:58 [2026-08-20T13:05:58.842Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-dependencies-bom 15:05:58 [2026-08-20T13:05:58.842Z] > /usr/bin/git --version # timeout=10 15:05:58 [2026-08-20T13:05:58.848Z] > git --version # 'git version 2.43.0' 15:05:58 [2026-08-20T13:05:58.848Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 15:05:58 [2026-08-20T13:05:58.854Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10 15:05:59 [2026-08-20T13:05:59.301Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 15:05:59 [2026-08-20T13:05:59.307Z] Checking out Revision f002536b42336ef8b1275d9a17bf9d7aefaff73d (refs/remotes/origin/master) 15:05:59 [2026-08-20T13:05:59.307Z] > /usr/bin/git config core.sparsecheckout # timeout=10 15:05:59 [2026-08-20T13:05:59.311Z] > /usr/bin/git checkout -f f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 15:05:59 [2026-08-20T13:05:59.320Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 15:05:59 [2026-08-20T13:05:59.328Z] > /usr/bin/git branch -D master # timeout=10 15:05:59 [2026-08-20T13:05:59.334Z] > /usr/bin/git checkout -b master f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 15:05:59 [2026-08-20T13:05:59.343Z] Commit message: "Update some dependencies:" 15:05:59 [2026-08-20T13:05:59.344Z] > /usr/bin/git rev-list --no-walk f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 15:05:59 [2026-08-20T13:05:59.361Z] [Pipeline] sh 15:05:59 [2026-08-20T13:05:59.616Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260820 15:06:01 [2026-08-20T13:06:01.478Z] [INFO] Scanning for projects... 15:06:01 [2026-08-20T13:06:01.478Z] 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:01 [2026-08-20T13:06:01.728Z] Progress (1): 780 B 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 1.7 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 4.2 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 5.3 kB 15:06:01 [2026-08-20T13:06:01.728Z] 15:06:01 [2026-08-20T13:06:01.728Z] 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 18 kB/s) 15:06:01 [2026-08-20T13:06:01.728Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 758 B 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 1.8 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 3.7 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 6.4 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 7.7 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 9.9 kB 15:06:01 [2026-08-20T13:06:01.728Z] 15:06:01 [2026-08-20T13:06:01.728Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 309 kB/s) 15:06:01 [2026-08-20T13:06:01.728Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 774 B 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 1.7 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 4.6 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 8.1 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 11 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 16 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 20 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 23 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 26 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 28 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 30 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 33 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 37 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 38 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 42 kB 15:06:01 [2026-08-20T13:06:01.728Z] Progress (1): 45 kB 15:06:01 [2026-08-20T13:06:01.728Z] 15:06:01 [2026-08-20T13:06:01.728Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 1.2 MB/s) 15:06:01 [2026-08-20T13:06:01.979Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 743 B 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 1.6 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 3.4 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 5.5 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 9.0 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 14 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 17 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 19 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 21 kB 15:06:01 [2026-08-20T13:06:01.979Z] 15:06:01 [2026-08-20T13:06:01.979Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 587 kB/s) 15:06:01 [2026-08-20T13:06:01.979Z] 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:01 [2026-08-20T13:06:01.979Z] Progress (1): 0.9/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 2.3/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 3.6/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 5.0/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 6.4/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 7.7/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 9.1/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 10/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 12/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 13/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 15/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 16/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 17/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 19/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 20/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 21/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 23/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 24/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 25/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 27/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 28/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 30/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 34/36 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 36 kB 15:06:01 [2026-08-20T13:06:01.979Z] 15:06:01 [2026-08-20T13:06:01.979Z] 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 964 kB/s) 15:06:01 [2026-08-20T13:06:01.979Z] 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:01 [2026-08-20T13:06:01.979Z] Progress (1): 822 B 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 2.3 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 3.2 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 6.9 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 8.1 kB 15:06:01 [2026-08-20T13:06:01.979Z] 15:06:01 [2026-08-20T13:06:01.979Z] 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:01 [2026-08-20T13:06:01.979Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 773 B 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 2.3 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 5.1 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 7.5 kB 15:06:01 [2026-08-20T13:06:01.979Z] 15:06:01 [2026-08-20T13:06:01.979Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom (7.5 kB at 233 kB/s) 15:06:01 [2026-08-20T13:06:01.979Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 720 B 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 1.9 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 5.5 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 9.9 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 14 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 19 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 23 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 25 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 27 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 29 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 32 kB 15:06:01 [2026-08-20T13:06:01.979Z] Progress (1): 36 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 38 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 42 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 44 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 50 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 50 kB 15:06:02 [2026-08-20T13:06:02.229Z] 15:06:02 [2026-08-20T13:06:02.229Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom (50 kB at 915 kB/s) 15:06:02 [2026-08-20T13:06:02.229Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 763 B 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 2.1 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 4.1 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 6.2 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 10 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 16 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 19 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 20 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 23 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 24 kB 15:06:02 [2026-08-20T13:06:02.229Z] 15:06:02 [2026-08-20T13:06:02.229Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom (24 kB at 494 kB/s) 15:06:02 [2026-08-20T13:06:02.229Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 908 B 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 4.1 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 5.6 kB 15:06:02 [2026-08-20T13:06:02.229Z] 15:06:02 [2026-08-20T13:06:02.229Z] 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 153 kB/s) 15:06:02 [2026-08-20T13:06:02.229Z] 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:02 [2026-08-20T13:06:02.229Z] Progress (1): 3.8/33 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 8.0/33 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 12/33 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 16/33 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 21/33 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 24/33 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 28/33 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 33/33 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 33 kB 15:06:02 [2026-08-20T13:06:02.229Z] 15:06:02 [2026-08-20T13:06:02.229Z] 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 815 kB/s) 15:06:02 [2026-08-20T13:06:02.229Z] 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:02 [2026-08-20T13:06:02.229Z] Progress (1): 773 B 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 2.3 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 4.9 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 8.4 kB 15:06:02 [2026-08-20T13:06:02.229Z] Progress (1): 9.2 kB 15:06:02 [2026-08-20T13:06:02.229Z] 15:06:02 [2026-08-20T13:06:02.229Z] 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 288 kB/s) 15:06:02 [2026-08-20T13:06:02.480Z] 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:02 [2026-08-20T13:06:02.480Z] Progress (1): 3.8/40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 8.0/40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 12/40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 16/40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 21/40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 24/40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 28/40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 33/40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 37/40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 40 kB 15:06:02 [2026-08-20T13:06:02.480Z] 15:06:02 [2026-08-20T13:06:02.480Z] 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 971 kB/s) 15:06:02 [2026-08-20T13:06:02.480Z] 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:02 [2026-08-20T13:06:02.480Z] Progress (1): 745 B 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 2.4 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 5.4 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 7.1 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 14 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 18 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 20 kB 15:06:02 [2026-08-20T13:06:02.480Z] 15:06:02 [2026-08-20T13:06:02.480Z] 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 568 kB/s) 15:06:02 [2026-08-20T13:06:02.480Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 753 B 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 2.2 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 4.5 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 7.3 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 9.9 kB 15:06:02 [2026-08-20T13:06:02.480Z] 15:06:02 [2026-08-20T13:06:02.480Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 283 kB/s) 15:06:02 [2026-08-20T13:06:02.480Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 725 B 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 1.9 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 5.4 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 9.7 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 14 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 19 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 23 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 26 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 28 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 30 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 34 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 37 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 40 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 45 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 45 kB 15:06:02 [2026-08-20T13:06:02.480Z] 15:06:02 [2026-08-20T13:06:02.480Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 1.3 MB/s) 15:06:02 [2026-08-20T13:06:02.480Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 744 B 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 2.1 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 3.9 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 7.3 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 12 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 16 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 19 kB 15:06:02 [2026-08-20T13:06:02.480Z] Progress (1): 21 kB 15:06:02 [2026-08-20T13:06:02.480Z] 15:06:02 [2026-08-20T13:06:02.480Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 587 kB/s) 15:06:02 [2026-08-20T13:06:02.731Z] 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:02 [2026-08-20T13:06:02.731Z] Progress (1): 16/119 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 33/119 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 49/119 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 66/119 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 82/119 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 98/119 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 115/119 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 119 kB 15:06:02 [2026-08-20T13:06:02.731Z] 15:06:02 [2026-08-20T13:06:02.731Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 2.7 MB/s) 15:06:02 [2026-08-20T13:06:02.731Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 15:06:02 [2026-08-20T13:06:02.731Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 3.7 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 9.5 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 15 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 20 kB 15:06:02 [2026-08-20T13:06:02.731Z] 15:06:02 [2026-08-20T13:06:02.731Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 534 kB/s) 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 4.6 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 9.7 kB 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 14 kB 15:06:02 [2026-08-20T13:06:02.731Z] 15:06:02 [2026-08-20T13:06:02.731Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 185 kB/s) 15:06:02 [2026-08-20T13:06:02.731Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 15:06:02 [2026-08-20T13:06:02.731Z] Progress (1): 1.5 kB 15:06:02 [2026-08-20T13:06:02.731Z] 15:06:02 [2026-08-20T13:06:02.731Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 28 kB/s) 15:06:02 [2026-08-20T13:06:02.731Z] 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:02 [2026-08-20T13:06:02.981Z] Progress (1): 1.9 kB 15:06:02 [2026-08-20T13:06:02.981Z] Progress (1): 5.1 kB 15:06:02 [2026-08-20T13:06:02.981Z] Progress (1): 7.8 kB 15:06:02 [2026-08-20T13:06:02.981Z] Progress (1): 9.9 kB 15:06:02 [2026-08-20T13:06:02.981Z] Progress (1): 12 kB 15:06:02 [2026-08-20T13:06:02.981Z] Progress (1): 12 kB 15:06:02 [2026-08-20T13:06:02.981Z] 15:06:02 [2026-08-20T13:06:02.981Z] 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 264 kB/s) 15:06:02 [2026-08-20T13:06:02.982Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 1.1 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 2.9 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 4.6 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 9.3 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 12 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 15 kB 15:06:02 [2026-08-20T13:06:02.982Z] 15:06:02 [2026-08-20T13:06:02.982Z] 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 353 kB/s) 15:06:02 [2026-08-20T13:06:02.982Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 711 B 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 1.6 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 5.2 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 7.3 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 8.8 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 11 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 14 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 17 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 22 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 26 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 28 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 31 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 34 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 38 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 39 kB 15:06:02 [2026-08-20T13:06:02.982Z] 15:06:02 [2026-08-20T13:06:02.982Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom (39 kB at 807 kB/s) 15:06:02 [2026-08-20T13:06:02.982Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 908 B 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 2.2 kB 15:06:02 [2026-08-20T13:06:02.982Z] Progress (1): 5.7 kB 15:06:02 [2026-08-20T13:06:02.982Z] 15:06:02 [2026-08-20T13:06:02.982Z] 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 157 kB/s) 15:06:02 [2026-08-20T13:06:02.982Z] 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:03 [2026-08-20T13:06:03.232Z] Progress (1): 1.4/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 2.7/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 4.1/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 5.5/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 6.8/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 8.2/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 9.6/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 11/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 12/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 14/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 15/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 16/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 18/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 19/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 21/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 22/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 23/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 27/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 32/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 36/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 40/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 44/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 49/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 53/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 57/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 57/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 62/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 66/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 70/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 74/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 78/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 83/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 87/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 91/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 95/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 100/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 104/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 108/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 112/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 117/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 121/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 125/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 129/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 133/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 138/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 142/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 146/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 150/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 155/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 159/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 163/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 167/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 172/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 176/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 180/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 180/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 184/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 201/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 217/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 234/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 246/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 262/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 279/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 295/301 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 301 kB 15:06:03 [2026-08-20T13:06:03.232Z] 15:06:03 [2026-08-20T13:06:03.232Z] 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 3.3 MB/s) 15:06:03 [2026-08-20T13:06:03.232Z] [INFO] 15:06:03 [2026-08-20T13:06:03.232Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >------------- 15:06:03 [2026-08-20T13:06:03.232Z] [INFO] Building Silverpeas Dependencies BOM 2.0-SNAPSHOT 15:06:03 [2026-08-20T13:06:03.232Z] [INFO] from pom.xml 15:06:03 [2026-08-20T13:06:03.232Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:03 [2026-08-20T13:06:03.232Z] [INFO] 15:06:03 [2026-08-20T13:06:03.232Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-dependencies-bom --- 15:06:03 [2026-08-20T13:06:03.232Z] 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:03 [2026-08-20T13:06:03.232Z] Progress (1): 940 B 15:06:03 [2026-08-20T13:06:03.232Z] 15:06:03 [2026-08-20T13:06:03.232Z] 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 29 kB/s) 15:06:03 [2026-08-20T13:06:03.232Z] 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:03 [2026-08-20T13:06:03.232Z] Progress (1): 1.2 kB 15:06:03 [2026-08-20T13:06:03.232Z] Progress (1): 2.7 kB 15:06:03 [2026-08-20T13:06:03.232Z] 15:06:03 [2026-08-20T13:06:03.233Z] 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 95 kB/s) 15:06:03 [2026-08-20T13:06:03.483Z] 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:03 [2026-08-20T13:06:03.483Z] Progress (1): 1.4 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 2.6 kB 15:06:03 [2026-08-20T13:06:03.483Z] 15:06:03 [2026-08-20T13:06:03.483Z] 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 77 kB/s) 15:06:03 [2026-08-20T13:06:03.483Z] 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:03 [2026-08-20T13:06:03.483Z] Progress (1): 2.5 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 5.4 kB 15:06:03 [2026-08-20T13:06:03.483Z] 15:06:03 [2026-08-20T13:06:03.483Z] 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 137 kB/s) 15:06:03 [2026-08-20T13:06:03.483Z] 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:03 [2026-08-20T13:06:03.483Z] Progress (1): 827 B 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 1.9 kB 15:06:03 [2026-08-20T13:06:03.483Z] 15:06:03 [2026-08-20T13:06:03.483Z] 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 48 kB/s) 15:06:03 [2026-08-20T13:06:03.483Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 740 B 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 2.1 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 4.6 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 8.3 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 12 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 15 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 18 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 21 kB 15:06:03 [2026-08-20T13:06:03.483Z] 15:06:03 [2026-08-20T13:06:03.483Z] 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 573 kB/s) 15:06:03 [2026-08-20T13:06:03.483Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 727 B 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 1.9 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 5.4 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 9.8 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 14 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 19 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 23 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 26 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 27 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 30 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 34 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 37 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 41 kB 15:06:03 [2026-08-20T13:06:03.483Z] Progress (1): 43 kB 15:06:03 [2026-08-20T13:06:03.483Z] 15:06:03 [2026-08-20T13:06:03.483Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 996 kB/s) 15:06:03 [2026-08-20T13:06:03.733Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 749 B 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 2.1 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 3.9 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 7.9 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 13 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 16 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 18 kB 15:06:03 [2026-08-20T13:06:03.733Z] 15:06:03 [2026-08-20T13:06:03.733Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 485 kB/s) 15:06:03 [2026-08-20T13:06:03.733Z] 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:03 [2026-08-20T13:06:03.733Z] Progress (1): 976 B 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 4.3 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 7.7 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 12 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 13 kB 15:06:03 [2026-08-20T13:06:03.733Z] 15:06:03 [2026-08-20T13:06:03.733Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom (13 kB at 356 kB/s) 15:06:03 [2026-08-20T13:06:03.733Z] 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:03 [2026-08-20T13:06:03.733Z] Progress (1): 998 B 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 3.3 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 6.3 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 9.6 kB 15:06:03 [2026-08-20T13:06:03.733Z] Progress (1): 9.9 kB 15:06:03 [2026-08-20T13:06:03.733Z] 15:06:03 [2026-08-20T13:06:03.734Z] 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 253 kB/s) 15:06:03 [2026-08-20T13:06:03.734Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 949 B 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 2.9 kB 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 4.1 kB 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 6.1 kB 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 9.9 kB 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 12 kB 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 15 kB 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 18 kB 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 21 kB 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 24 kB 15:06:03 [2026-08-20T13:06:03.734Z] 15:06:03 [2026-08-20T13:06:03.734Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom (24 kB at 606 kB/s) 15:06:03 [2026-08-20T13:06:03.734Z] 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:03 [2026-08-20T13:06:03.734Z] Progress (1): 967 B 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 2.7 kB 15:06:03 [2026-08-20T13:06:03.734Z] Progress (1): 4.5 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 6.3 kB 15:06:03 [2026-08-20T13:06:03.984Z] 15:06:03 [2026-08-20T13:06:03.984Z] 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 161 kB/s) 15:06:03 [2026-08-20T13:06:03.984Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 951 B 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 2.6 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 4.1 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 6.6 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 9.7 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 12 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 15 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 18 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 21 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 24 kB 15:06:03 [2026-08-20T13:06:03.984Z] 15:06:03 [2026-08-20T13:06:03.984Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 655 kB/s) 15:06:03 [2026-08-20T13:06:03.984Z] 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:03 [2026-08-20T13:06:03.984Z] Progress (1): 740 B 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 1.8 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 4.1 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 5.5 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 7.5 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 9.7 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 12 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 16 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 19 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 22 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 25 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 28 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 32 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 33 kB 15:06:03 [2026-08-20T13:06:03.984Z] 15:06:03 [2026-08-20T13:06:03.984Z] 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 835 kB/s) 15:06:03 [2026-08-20T13:06:03.984Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 699 B 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 1.9 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 3.2 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 4.7 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 6.8 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 9.5 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 11 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 14 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 16 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 18 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 21 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 23 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 25 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 29 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 32 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 32 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 37 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 41 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 45 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 47 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 50 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 52 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 56 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 58 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 61 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 64 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 68 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 71 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 74 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 76 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 78 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 80 kB 15:06:03 [2026-08-20T13:06:03.984Z] 15:06:03 [2026-08-20T13:06:03.984Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom (80 kB at 1.5 MB/s) 15:06:03 [2026-08-20T13:06:03.984Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 739 B 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 2.1 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 4.0 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 5.9 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 11 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 15 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 19 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 22 kB 15:06:03 [2026-08-20T13:06:03.984Z] Progress (1): 24 kB 15:06:03 [2026-08-20T13:06:03.984Z] 15:06:03 [2026-08-20T13:06:03.984Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom (24 kB at 577 kB/s) 15:06:03 [2026-08-20T13:06:03.984Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 908 B 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 4.1 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 5.7 kB 15:06:04 [2026-08-20T13:06:04.235Z] 15:06:04 [2026-08-20T13:06:04.235Z] 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 145 kB/s) 15:06:04 [2026-08-20T13:06:04.235Z] 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:04 [2026-08-20T13:06:04.235Z] Progress (1): 809 B 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 2.6 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 4.3 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 6.0 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 8.1 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 10 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 13 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 16 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 18 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 22 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 26 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 26 kB 15:06:04 [2026-08-20T13:06:04.235Z] 15:06:04 [2026-08-20T13:06:04.235Z] 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 465 kB/s) 15:06:04 [2026-08-20T13:06:04.235Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 701 B 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 1.9 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 3.2 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 4.7 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 6.8 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 9.2 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 11 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 13 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 16 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 18 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 21 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 23 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 25 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 29 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 32 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 32 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 37 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 41 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 45 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 47 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 50 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 52 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 56 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 58 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 61 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 64 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 69 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 71 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 74 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 76 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 78 kB 15:06:04 [2026-08-20T13:06:04.235Z] 15:06:04 [2026-08-20T13:06:04.235Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom (78 kB at 1.7 MB/s) 15:06:04 [2026-08-20T13:06:04.235Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 908 B 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 4.1 kB 15:06:04 [2026-08-20T13:06:04.235Z] Progress (1): 5.6 kB 15:06:04 [2026-08-20T13:06:04.235Z] 15:06:04 [2026-08-20T13:06:04.235Z] 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 149 kB/s) 15:06:04 [2026-08-20T13:06:04.235Z] 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:04 [2026-08-20T13:06:04.485Z] Progress (1): 814 B 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 2.6 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 3.7 kB 15:06:04 [2026-08-20T13:06:04.485Z] 15:06:04 [2026-08-20T13:06:04.485Z] 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 90 kB/s) 15:06:04 [2026-08-20T13:06:04.485Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 692 B 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 2.5 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 6.4 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 8.9 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 10 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 14 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 18 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 21 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 25 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 29 kB 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 29 kB 15:06:04 [2026-08-20T13:06:04.485Z] 15:06:04 [2026-08-20T13:06:04.485Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 650 kB/s) 15:06:04 [2026-08-20T13:06:04.485Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom 15:06:04 [2026-08-20T13:06:04.485Z] Progress (1): 908 B 15:06:04 [2026-08-20T13:06:04.486Z] Progress (1): 4.1 kB 15:06:04 [2026-08-20T13:06:04.486Z] Progress (1): 5.6 kB 15:06:04 [2026-08-20T13:06:04.486Z] 15:06:04 [2026-08-20T13:06:04.486Z] 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 171 kB/s) 15:06:04 [2026-08-20T13:06:04.486Z] 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:04 [2026-08-20T13:06:04.486Z] Progress (1): 798 B 15:06:04 [2026-08-20T13:06:04.486Z] Progress (1): 2.3 kB 15:06:04 [2026-08-20T13:06:04.486Z] Progress (1): 5.4 kB 15:06:04 [2026-08-20T13:06:04.486Z] Progress (1): 5.4 kB 15:06:04 [2026-08-20T13:06:04.486Z] 15:06:04 [2026-08-20T13:06:04.486Z] 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 122 kB/s) 15:06:04 [2026-08-20T13:06:04.486Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom 15:06:04 [2026-08-20T13:06:04.486Z] Progress (1): 811 B 15:06:04 [2026-08-20T13:06:04.486Z] Progress (1): 2.3 kB 15:06:04 [2026-08-20T13:06:04.486Z] Progress (1): 3.8 kB 15:06:04 [2026-08-20T13:06:04.486Z] 15:06:04 [2026-08-20T13:06:04.486Z] 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 114 kB/s) 15:06:04 [2026-08-20T13:06:04.486Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 780 B 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 2.1 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 6.0 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 9.4 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 14 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 19 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 23 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 26 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 28 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 30 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 34 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 37 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 40 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 43 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 47 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 47 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 50 kB 15:06:04 [2026-08-20T13:06:04.736Z] 15:06:04 [2026-08-20T13:06:04.736Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 1.3 MB/s) 15:06:04 [2026-08-20T13:06:04.736Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 733 B 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 2.0 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 4.0 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 5.9 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 10 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 16 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 19 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 22 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 24 kB 15:06:04 [2026-08-20T13:06:04.736Z] 15:06:04 [2026-08-20T13:06:04.736Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom (24 kB at 620 kB/s) 15:06:04 [2026-08-20T13:06:04.736Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 1.0 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 2.7 kB 15:06:04 [2026-08-20T13:06:04.736Z] 15:06:04 [2026-08-20T13:06:04.736Z] 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 67 kB/s) 15:06:04 [2026-08-20T13:06:04.736Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 1.0 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 3.0 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 5.9 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 8.7 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 12 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 14 kB 15:06:04 [2026-08-20T13:06:04.736Z] 15:06:04 [2026-08-20T13:06:04.736Z] 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 403 kB/s) 15:06:04 [2026-08-20T13:06:04.736Z] 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:04 [2026-08-20T13:06:04.736Z] Progress (1): 825 B 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 2.8 kB 15:06:04 [2026-08-20T13:06:04.736Z] Progress (1): 2.8 kB 15:06:04 [2026-08-20T13:06:04.736Z] 15:06:04 [2026-08-20T13:06:04.736Z] 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 80 kB/s) 15:06:04 [2026-08-20T13:06:04.736Z] 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:04 [2026-08-20T13:06:04.987Z] Progress (1): 774 B 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 2.2 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 6.0 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 9.6 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 13 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 16 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 18 kB 15:06:04 [2026-08-20T13:06:04.987Z] 15:06:04 [2026-08-20T13:06:04.987Z] 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 413 kB/s) 15:06:04 [2026-08-20T13:06:04.987Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 717 B 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 1.9 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 5.4 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 9.9 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 14 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 19 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 23 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 26 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 27 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 30 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 34 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 36 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 39 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 44 kB 15:06:04 [2026-08-20T13:06:04.987Z] 15:06:04 [2026-08-20T13:06:04.987Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.0 MB/s) 15:06:04 [2026-08-20T13:06:04.987Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 753 B 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 2.1 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 3.9 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 8.3 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 13 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 16 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 17 kB 15:06:04 [2026-08-20T13:06:04.987Z] 15:06:04 [2026-08-20T13:06:04.987Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 570 kB/s) 15:06:04 [2026-08-20T13:06:04.987Z] 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:04 [2026-08-20T13:06:04.987Z] Progress (1): 843 B 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 2.6 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 2.6 kB 15:06:04 [2026-08-20T13:06:04.987Z] 15:06:04 [2026-08-20T13:06:04.987Z] 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 73 kB/s) 15:06:04 [2026-08-20T13:06:04.987Z] 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:04 [2026-08-20T13:06:04.987Z] Progress (1): 791 B 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 2.4 kB 15:06:04 [2026-08-20T13:06:04.987Z] Progress (1): 2.8 kB 15:06:04 [2026-08-20T13:06:04.987Z] 15:06:04 [2026-08-20T13:06:04.987Z] 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 70 kB/s) 15:06:04 [2026-08-20T13:06:04.987Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 811 B 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 2.3 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 3.8 kB 15:06:05 [2026-08-20T13:06:05.238Z] 15:06:05 [2026-08-20T13:06:05.238Z] 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 118 kB/s) 15:06:05 [2026-08-20T13:06:05.238Z] 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:05 [2026-08-20T13:06:05.238Z] Progress (1): 835 B 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 1.4 kB 15:06:05 [2026-08-20T13:06:05.238Z] 15:06:05 [2026-08-20T13:06:05.238Z] 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 40 kB/s) 15:06:05 [2026-08-20T13:06:05.238Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 754 B 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 2.2 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 3.7 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 8.3 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 11 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 15 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 17 kB 15:06:05 [2026-08-20T13:06:05.238Z] 15:06:05 [2026-08-20T13:06:05.238Z] 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 478 kB/s) 15:06:05 [2026-08-20T13:06:05.238Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 908 B 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 4.1 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 5.6 kB 15:06:05 [2026-08-20T13:06:05.238Z] 15:06:05 [2026-08-20T13:06:05.238Z] 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 182 kB/s) 15:06:05 [2026-08-20T13:06:05.238Z] 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:05 [2026-08-20T13:06:05.238Z] Progress (1): 788 B 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 2.3 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 5.8 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 8.6 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 8.8 kB 15:06:05 [2026-08-20T13:06:05.238Z] 15:06:05 [2026-08-20T13:06:05.238Z] 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 243 kB/s) 15:06:05 [2026-08-20T13:06:05.238Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 908 B 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 4.1 kB 15:06:05 [2026-08-20T13:06:05.238Z] Progress (1): 5.6 kB 15:06:05 [2026-08-20T13:06:05.489Z] 15:06:05 [2026-08-20T13:06:05.489Z] 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 182 kB/s) 15:06:05 [2026-08-20T13:06:05.489Z] 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:05 [2026-08-20T13:06:05.489Z] Progress (1): 793 B 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 2.3 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 4.3 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 5.9 kB 15:06:05 [2026-08-20T13:06:05.489Z] 15:06:05 [2026-08-20T13:06:05.489Z] 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:05 [2026-08-20T13:06:05.489Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 812 B 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 2.2 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 3.2 kB 15:06:05 [2026-08-20T13:06:05.489Z] 15:06:05 [2026-08-20T13:06:05.489Z] 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 87 kB/s) 15:06:05 [2026-08-20T13:06:05.489Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 724 B 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 1.9 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 5.5 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 9.8 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 14 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 19 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 23 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 26 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 28 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 31 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 34 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 37 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 40 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 43 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 48 kB 15:06:05 [2026-08-20T13:06:05.489Z] 15:06:05 [2026-08-20T13:06:05.489Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.3 MB/s) 15:06:05 [2026-08-20T13:06:05.489Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 741 B 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 2.1 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 3.9 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 6.9 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 12 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 16 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 19 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 21 kB 15:06:05 [2026-08-20T13:06:05.489Z] 15:06:05 [2026-08-20T13:06:05.489Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 560 kB/s) 15:06:05 [2026-08-20T13:06:05.489Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 760 B 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 2.0 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 4.8 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 6.6 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 8.7 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 12 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 14 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 18 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 21 kB 15:06:05 [2026-08-20T13:06:05.489Z] Progress (1): 21 kB 15:06:05 [2026-08-20T13:06:05.489Z] 15:06:05 [2026-08-20T13:06:05.489Z] 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 579 kB/s) 15:06:05 [2026-08-20T13:06:05.489Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 699 B 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 1.9 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 3.2 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 4.7 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 6.8 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 9.4 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 11 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 14 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 16 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 18 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 21 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 23 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 25 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 29 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 32 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 32 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 37 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 41 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 45 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 47 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 50 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 52 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 56 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 58 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 61 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 64 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 68 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 71 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 74 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 76 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 78 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 79 kB 15:06:05 [2026-08-20T13:06:05.740Z] 15:06:05 [2026-08-20T13:06:05.740Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom (79 kB at 2.0 MB/s) 15:06:05 [2026-08-20T13:06:05.740Z] 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:05 [2026-08-20T13:06:05.740Z] Progress (1): 789 B 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 2.7 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 5.8 kB 15:06:05 [2026-08-20T13:06:05.740Z] 15:06:05 [2026-08-20T13:06:05.740Z] 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 166 kB/s) 15:06:05 [2026-08-20T13:06:05.740Z] 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:05 [2026-08-20T13:06:05.740Z] Progress (1): 758 B 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 2.2 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 5.4 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 8.4 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 12 kB 15:06:05 [2026-08-20T13:06:05.740Z] 15:06:05 [2026-08-20T13:06:05.740Z] 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 352 kB/s) 15:06:05 [2026-08-20T13:06:05.740Z] 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:05 [2026-08-20T13:06:05.740Z] Progress (1): 904 B 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 3.1 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 4.2 kB 15:06:05 [2026-08-20T13:06:05.740Z] 15:06:05 [2026-08-20T13:06:05.740Z] 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 130 kB/s) 15:06:05 [2026-08-20T13:06:05.740Z] 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:05 [2026-08-20T13:06:05.740Z] Progress (1): 861 B 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 2.9 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 5.2 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 9.8 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 11 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 14 kB 15:06:05 [2026-08-20T13:06:05.740Z] 15:06:05 [2026-08-20T13:06:05.740Z] 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 343 kB/s) 15:06:05 [2026-08-20T13:06:05.740Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 838 B 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 2.7 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 6.5 kB 15:06:05 [2026-08-20T13:06:05.740Z] Progress (1): 6.6 kB 15:06:05 [2026-08-20T13:06:05.740Z] 15:06:05 [2026-08-20T13:06:05.740Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 219 kB/s) 15:06:05 [2026-08-20T13:06:05.740Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 1.4 kB 15:06:05 [2026-08-20T13:06:05.991Z] 15:06:05 [2026-08-20T13:06:05.991Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 42 kB/s) 15:06:05 [2026-08-20T13:06:05.991Z] 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:05 [2026-08-20T13:06:05.991Z] Progress (1): 1.1 kB 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 2.4 kB 15:06:05 [2026-08-20T13:06:05.991Z] 15:06:05 [2026-08-20T13:06:05.991Z] 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:05 [2026-08-20T13:06:05.991Z] 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:05 [2026-08-20T13:06:05.991Z] Progress (1): 987 B 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 3.4 kB 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 7.9 kB 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 7.9 kB 15:06:05 [2026-08-20T13:06:05.991Z] 15:06:05 [2026-08-20T13:06:05.991Z] 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 240 kB/s) 15:06:05 [2026-08-20T13:06:05.991Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 1.1 kB 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 3.6 kB 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 7.1 kB 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 13 kB 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 17 kB 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 20 kB 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 21 kB 15:06:05 [2026-08-20T13:06:05.991Z] 15:06:05 [2026-08-20T13:06:05.991Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 609 kB/s) 15:06:05 [2026-08-20T13:06:05.991Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom 15:06:05 [2026-08-20T13:06:05.991Z] Progress (1): 1.0 kB 15:06:05 [2026-08-20T13:06:05.991Z] 15:06:05 [2026-08-20T13:06:05.991Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 24 kB/s) 15:06:05 [2026-08-20T13:06:05.991Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 612 B 15:06:06 [2026-08-20T13:06:06.242Z] 15:06:06 [2026-08-20T13:06:06.242Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 16 kB/s) 15:06:06 [2026-08-20T13:06:06.242Z] 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:06 [2026-08-20T13:06:06.242Z] Progress (1): 914 B 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 2.6 kB 15:06:06 [2026-08-20T13:06:06.242Z] 15:06:06 [2026-08-20T13:06:06.242Z] 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 69 kB/s) 15:06:06 [2026-08-20T13:06:06.242Z] 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:06 [2026-08-20T13:06:06.242Z] Progress (1): 860 B 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 2.8 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 5.1 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 9.6 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 11 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 14 kB 15:06:06 [2026-08-20T13:06:06.242Z] 15:06:06 [2026-08-20T13:06:06.242Z] 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 379 kB/s) 15:06:06 [2026-08-20T13:06:06.242Z] 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:06 [2026-08-20T13:06:06.242Z] Progress (1): 815 B 15:06:06 [2026-08-20T13:06:06.242Z] 15:06:06 [2026-08-20T13:06:06.242Z] 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 25 kB/s) 15:06:06 [2026-08-20T13:06:06.242Z] 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:06 [2026-08-20T13:06:06.242Z] Progress (1): 1.3 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 4.2 kB 15:06:06 [2026-08-20T13:06:06.242Z] 15:06:06 [2026-08-20T13:06:06.242Z] 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 94 kB/s) 15:06:06 [2026-08-20T13:06:06.242Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 825 B 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 3.0 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 6.1 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 9.0 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 13 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 17 kB 15:06:06 [2026-08-20T13:06:06.242Z] Progress (1): 17 kB 15:06:06 [2026-08-20T13:06:06.242Z] 15:06:06 [2026-08-20T13:06:06.242Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 494 kB/s) 15:06:06 [2026-08-20T13:06:06.242Z] 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:06 [2026-08-20T13:06:06.493Z] Progress (1): 930 B 15:06:06 [2026-08-20T13:06:06.493Z] Progress (1): 3.0 kB 15:06:06 [2026-08-20T13:06:06.493Z] Progress (1): 6.0 kB 15:06:06 [2026-08-20T13:06:06.493Z] Progress (1): 7.3 kB 15:06:06 [2026-08-20T13:06:06.493Z] 15:06:06 [2026-08-20T13:06:06.493Z] 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 166 kB/s) 15:06:06 [2026-08-20T13:06:06.493Z] [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:06 [2026-08-20T13:06:06.493Z] [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:06 [2026-08-20T13:06:06.493Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 15:06:06 [2026-08-20T13:06:06.493Z] 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:06 [2026-08-20T13:06:06.493Z] [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:06 [2026-08-20T13:06:06.493Z] [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:06 [2026-08-20T13:06:06.493Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 15:06:06 [2026-08-20T13:06:06.493Z] 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:06 [2026-08-20T13:06:06.493Z] [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:06 [2026-08-20T13:06:06.493Z] [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:06 [2026-08-20T13:06:06.493Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 15:06:06 [2026-08-20T13:06:06.493Z] 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:06 [2026-08-20T13:06:06.493Z] 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:06 [2026-08-20T13:06:06.493Z] Progress (1): 815 B 15:06:06 [2026-08-20T13:06:06.493Z] Progress (1): 3.7 kB 15:06:06 [2026-08-20T13:06:06.493Z] Progress (1): 3.9 kB 15:06:06 [2026-08-20T13:06:06.493Z] 15:06:06 [2026-08-20T13:06:06.493Z] 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 118 kB/s) 15:06:06 [2026-08-20T13:06:06.744Z] 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:06 [2026-08-20T13:06:06.744Z] Progress (1): 740 B 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 2.0 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 3.8 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 6.5 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 8.9 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 13 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 15 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 19 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 22 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 24 kB 15:06:06 [2026-08-20T13:06:06.744Z] 15:06:06 [2026-08-20T13:06:06.744Z] 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 740 kB/s) 15:06:06 [2026-08-20T13:06:06.744Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 700 B 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 1.9 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 3.2 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 4.7 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 6.8 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 9.4 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 11 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 14 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 16 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 19 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 21 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 23 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 25 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 29 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 32 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 32 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 36 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 41 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 44 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 46 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 50 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 52 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 55 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 58 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 60 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 63 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 67 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 70 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 73 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 75 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 77 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 79 kB 15:06:06 [2026-08-20T13:06:06.744Z] 15:06:06 [2026-08-20T13:06:06.744Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom (79 kB at 1.6 MB/s) 15:06:06 [2026-08-20T13:06:06.744Z] 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:06 [2026-08-20T13:06:06.744Z] Progress (1): 802 B 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 3.5 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 7.8 kB 15:06:06 [2026-08-20T13:06:06.744Z] 15:06:06 [2026-08-20T13:06:06.744Z] 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 172 kB/s) 15:06:06 [2026-08-20T13:06:06.744Z] 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:06 [2026-08-20T13:06:06.744Z] Progress (1): 1.2 kB 15:06:06 [2026-08-20T13:06:06.744Z] Progress (1): 2.8 kB 15:06:06 [2026-08-20T13:06:06.744Z] 15:06:06 [2026-08-20T13:06:06.744Z] 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 52 kB/s) 15:06:06 [2026-08-20T13:06:06.744Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 827 B 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 2.9 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 3.2 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 6.6 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 8.9 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 11 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 12 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 17 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 21 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 23 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 28 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 31 kB 15:06:06 [2026-08-20T13:06:06.995Z] 15:06:06 [2026-08-20T13:06:06.995Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom (31 kB at 896 kB/s) 15:06:06 [2026-08-20T13:06:06.995Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 1.3 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 3.0 kB 15:06:06 [2026-08-20T13:06:06.995Z] 15:06:06 [2026-08-20T13:06:06.995Z] 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 94 kB/s) 15:06:06 [2026-08-20T13:06:06.995Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 692 B 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 2.7 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 6.4 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 8.9 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 11 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 14 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 18 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 21 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 25 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 28 kB 15:06:06 [2026-08-20T13:06:06.995Z] 15:06:06 [2026-08-20T13:06:06.995Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 838 kB/s) 15:06:06 [2026-08-20T13:06:06.995Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 908 B 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 4.1 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 5.6 kB 15:06:06 [2026-08-20T13:06:06.995Z] 15:06:06 [2026-08-20T13:06:06.995Z] 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 182 kB/s) 15:06:06 [2026-08-20T13:06:06.995Z] 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:06 [2026-08-20T13:06:06.995Z] Progress (1): 774 B 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 2.7 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 6.9 kB 15:06:06 [2026-08-20T13:06:06.995Z] Progress (1): 7.4 kB 15:06:06 [2026-08-20T13:06:06.995Z] 15:06:06 [2026-08-20T13:06:06.995Z] 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 127 kB/s) 15:06:06 [2026-08-20T13:06:06.995Z] 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:07 [2026-08-20T13:06:07.245Z] Progress (1): 797 B 15:06:07 [2026-08-20T13:06:07.245Z] Progress (1): 2.3 kB 15:06:07 [2026-08-20T13:06:07.245Z] Progress (1): 3.0 kB 15:06:07 [2026-08-20T13:06:07.246Z] 15:06:07 [2026-08-20T13:06:07.246Z] 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 86 kB/s) 15:06:07 [2026-08-20T13:06:07.246Z] 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:07 [2026-08-20T13:06:07.246Z] Progress (1): 818 B 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 2.9 kB 15:06:07 [2026-08-20T13:06:07.246Z] 15:06:07 [2026-08-20T13:06:07.246Z] 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 83 kB/s) 15:06:07 [2026-08-20T13:06:07.246Z] 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:07 [2026-08-20T13:06:07.246Z] Progress (1): 823 B 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 2.5 kB 15:06:07 [2026-08-20T13:06:07.246Z] 15:06:07 [2026-08-20T13:06:07.246Z] 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 74 kB/s) 15:06:07 [2026-08-20T13:06:07.246Z] 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:07 [2026-08-20T13:06:07.246Z] Progress (1): 808 B 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 2.4 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 4.1 kB 15:06:07 [2026-08-20T13:06:07.246Z] 15:06:07 [2026-08-20T13:06:07.246Z] 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 107 kB/s) 15:06:07 [2026-08-20T13:06:07.246Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 988 B 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 4.2 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 7.6 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 9.4 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 12 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 16 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 19 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 24 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 25 kB 15:06:07 [2026-08-20T13:06:07.246Z] 15:06:07 [2026-08-20T13:06:07.246Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom (25 kB at 769 kB/s) 15:06:07 [2026-08-20T13:06:07.246Z] 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:07 [2026-08-20T13:06:07.246Z] Progress (1): 801 B 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 2.2 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 5.1 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 9.4 kB 15:06:07 [2026-08-20T13:06:07.246Z] Progress (1): 12 kB 15:06:07 [2026-08-20T13:06:07.246Z] 15:06:07 [2026-08-20T13:06:07.246Z] 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 363 kB/s) 15:06:07 [2026-08-20T13:06:07.246Z] 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:07 [2026-08-20T13:06:07.496Z] Progress (1): 806 B 15:06:07 [2026-08-20T13:06:07.496Z] Progress (1): 2.6 kB 15:06:07 [2026-08-20T13:06:07.496Z] Progress (1): 5.1 kB 15:06:07 [2026-08-20T13:06:07.496Z] Progress (1): 7.8 kB 15:06:07 [2026-08-20T13:06:07.496Z] Progress (1): 9.5 kB 15:06:07 [2026-08-20T13:06:07.496Z] 15:06:07 [2026-08-20T13:06:07.496Z] 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 257 kB/s) 15:06:07 [2026-08-20T13:06:07.496Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom 15:06:07 [2026-08-20T13:06:07.496Z] Progress (1): 812 B 15:06:07 [2026-08-20T13:06:07.496Z] Progress (1): 2.2 kB 15:06:07 [2026-08-20T13:06:07.496Z] Progress (1): 5.3 kB 15:06:07 [2026-08-20T13:06:07.496Z] Progress (1): 7.9 kB 15:06:07 [2026-08-20T13:06:07.496Z] 15:06:07 [2026-08-20T13:06:07.496Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom (7.9 kB at 208 kB/s) 15:06:07 [2026-08-20T13:06:07.496Z] 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:07 [2026-08-20T13:06:07.496Z] Progress (1): 862 B 15:06:07 [2026-08-20T13:06:07.496Z] Progress (1): 2.6 kB 15:06:07 [2026-08-20T13:06:07.496Z] 15:06:07 [2026-08-20T13:06:07.496Z] 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 71 kB/s) 15:06:07 [2026-08-20T13:06:07.496Z] 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:07 [2026-08-20T13:06:07.497Z] Progress (1): 816 B 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 2.2 kB 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 4.5 kB 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 7.5 kB 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 8.0 kB 15:06:07 [2026-08-20T13:06:07.497Z] 15:06:07 [2026-08-20T13:06:07.497Z] 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 217 kB/s) 15:06:07 [2026-08-20T13:06:07.497Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 808 B 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 2.5 kB 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 5.9 kB 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 7.8 kB 15:06:07 [2026-08-20T13:06:07.497Z] 15:06:07 [2026-08-20T13:06:07.497Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 216 kB/s) 15:06:07 [2026-08-20T13:06:07.497Z] 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:07 [2026-08-20T13:06:07.497Z] Progress (1): 1.3 kB 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 4.5 kB 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 8.2 kB 15:06:07 [2026-08-20T13:06:07.497Z] Progress (1): 10 kB 15:06:07 [2026-08-20T13:06:07.497Z] 15:06:07 [2026-08-20T13:06:07.497Z] 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 338 kB/s) 15:06:07 [2026-08-20T13:06:07.497Z] 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:07 [2026-08-20T13:06:07.747Z] Progress (1): 801 B 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 2.2 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 6.0 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 9.4 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 12 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 14 kB 15:06:07 [2026-08-20T13:06:07.747Z] 15:06:07 [2026-08-20T13:06:07.747Z] 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 446 kB/s) 15:06:07 [2026-08-20T13:06:07.747Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 1.0 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 3.3 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 3.8 kB 15:06:07 [2026-08-20T13:06:07.747Z] 15:06:07 [2026-08-20T13:06:07.747Z] 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 110 kB/s) 15:06:07 [2026-08-20T13:06:07.747Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 1.0 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 3.2 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 6.0 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 9.1 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 12 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 14 kB 15:06:07 [2026-08-20T13:06:07.747Z] 15:06:07 [2026-08-20T13:06:07.747Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 418 kB/s) 15:06:07 [2026-08-20T13:06:07.747Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 764 B 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 2.2 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 3.8 kB 15:06:07 [2026-08-20T13:06:07.747Z] Progress (1): 5.9 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 9.2 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 12 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 16 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 19 kB 15:06:07 [2026-08-20T13:06:07.748Z] 15:06:07 [2026-08-20T13:06:07.748Z] 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 469 kB/s) 15:06:07 [2026-08-20T13:06:07.748Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 701 B 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 1.9 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 3.2 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 4.7 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 6.8 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 9.4 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 11 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 13 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 16 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 19 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 21 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 23 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 25 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 29 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 32 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 32 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 37 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 41 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 45 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 47 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 50 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 52 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 56 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 58 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 61 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 64 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 69 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 71 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 74 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 76 kB 15:06:07 [2026-08-20T13:06:07.748Z] Progress (1): 78 kB 15:06:07 [2026-08-20T13:06:07.748Z] 15:06:07 [2026-08-20T13:06:07.748Z] 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:07 [2026-08-20T13:06:07.748Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 737 B 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 2.0 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 4.0 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 5.9 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 11 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 15 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 19 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 22 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 24 kB 15:06:07 [2026-08-20T13:06:07.998Z] 15:06:07 [2026-08-20T13:06:07.998Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 606 kB/s) 15:06:07 [2026-08-20T13:06:07.998Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 908 B 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 4.1 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 5.6 kB 15:06:07 [2026-08-20T13:06:07.998Z] 15:06:07 [2026-08-20T13:06:07.998Z] 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 177 kB/s) 15:06:07 [2026-08-20T13:06:07.998Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 740 B 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 2.1 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 3.9 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 5.4 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 8.5 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 11 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 14 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 20 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 23 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 28 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 31 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 32 kB 15:06:07 [2026-08-20T13:06:07.998Z] 15:06:07 [2026-08-20T13:06:07.998Z] 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 895 kB/s) 15:06:07 [2026-08-20T13:06:07.998Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 785 B 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 2.4 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 5.9 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 9.5 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 11 kB 15:06:07 [2026-08-20T13:06:07.998Z] Progress (1): 12 kB 15:06:07 [2026-08-20T13:06:07.998Z] 15:06:07 [2026-08-20T13:06:07.998Z] 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 326 kB/s) 15:06:07 [2026-08-20T13:06:07.998Z] [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:07 [2026-08-20T13:06:07.998Z] [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:07 [2026-08-20T13:06:07.998Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom 15:06:07 [2026-08-20T13:06:07.998Z] 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:07 [2026-08-20T13:06:07.998Z] [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:07 [2026-08-20T13:06:07.998Z] [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:07 [2026-08-20T13:06:07.998Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom 15:06:08 [2026-08-20T13:06:08.249Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (0 B at 0 B/s) 15:06:08 [2026-08-20T13:06:08.249Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 765 B 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 2.1 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 4.6 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 6.8 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 8.6 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 12 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 15 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 17 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 18 kB 15:06:08 [2026-08-20T13:06:08.249Z] 15:06:08 [2026-08-20T13:06:08.249Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 503 kB/s) 15:06:08 [2026-08-20T13:06:08.249Z] [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:08 [2026-08-20T13:06:08.249Z] [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:08 [2026-08-20T13:06:08.249Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom 15:06:08 [2026-08-20T13:06:08.249Z] 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:08 [2026-08-20T13:06:08.249Z] [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:08 [2026-08-20T13:06:08.249Z] [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:08 [2026-08-20T13:06:08.249Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom 15:06:08 [2026-08-20T13:06:08.249Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (0 B at 0 B/s) 15:06:08 [2026-08-20T13:06:08.249Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 846 B 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 2.1 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 4.9 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 6.7 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 10 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 13 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 16 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 18 kB 15:06:08 [2026-08-20T13:06:08.249Z] 15:06:08 [2026-08-20T13:06:08.249Z] 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 525 kB/s) 15:06:08 [2026-08-20T13:06:08.249Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 782 B 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 2.1 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 4.7 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 8.4 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 12 kB 15:06:08 [2026-08-20T13:06:08.249Z] Progress (1): 16 kB 15:06:08 [2026-08-20T13:06:08.249Z] 15:06:08 [2026-08-20T13:06:08.249Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 472 kB/s) 15:06:08 [2026-08-20T13:06:08.249Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 790 B 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 2.1 kB 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 4.2 kB 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 4.5 kB 15:06:08 [2026-08-20T13:06:08.500Z] 15:06:08 [2026-08-20T13:06:08.500Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 132 kB/s) 15:06:08 [2026-08-20T13:06:08.500Z] 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:08 [2026-08-20T13:06:08.500Z] Progress (1): 1.1 kB 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 3.2 kB 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 6.6 kB 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 7.5 kB 15:06:08 [2026-08-20T13:06:08.500Z] 15:06:08 [2026-08-20T13:06:08.500Z] 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 187 kB/s) 15:06:08 [2026-08-20T13:06:08.500Z] 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:08 [2026-08-20T13:06:08.500Z] Progress (1): 819 B 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 2.9 kB 15:06:08 [2026-08-20T13:06:08.500Z] 15:06:08 [2026-08-20T13:06:08.500Z] 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 92 kB/s) 15:06:08 [2026-08-20T13:06:08.500Z] 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:08 [2026-08-20T13:06:08.500Z] Progress (1): 779 B 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 3.1 kB 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 5.4 kB 15:06:08 [2026-08-20T13:06:08.500Z] 15:06:08 [2026-08-20T13:06:08.500Z] 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 154 kB/s) 15:06:08 [2026-08-20T13:06:08.500Z] 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:08 [2026-08-20T13:06:08.500Z] Progress (1): 801 B 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 2.3 kB 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 4.4 kB 15:06:08 [2026-08-20T13:06:08.500Z] 15:06:08 [2026-08-20T13:06:08.500Z] 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 137 kB/s) 15:06:08 [2026-08-20T13:06:08.500Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 815 B 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 2.3 kB 15:06:08 [2026-08-20T13:06:08.500Z] Progress (1): 3.2 kB 15:06:08 [2026-08-20T13:06:08.500Z] 15:06:08 [2026-08-20T13:06:08.501Z] 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 118 kB/s) 15:06:08 [2026-08-20T13:06:08.501Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 724 B 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 1.9 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 5.5 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 9.9 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 14 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 19 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 23 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 27 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 28 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 31 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 34 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 37 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 40 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 43 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 48 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 48 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 50 kB 15:06:08 [2026-08-20T13:06:08.751Z] 15:06:08 [2026-08-20T13:06:08.751Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 1.1 MB/s) 15:06:08 [2026-08-20T13:06:08.751Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 739 B 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 2.1 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 3.9 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 6.2 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 11 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 16 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 20 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 22 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 24 kB 15:06:08 [2026-08-20T13:06:08.751Z] 15:06:08 [2026-08-20T13:06:08.751Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 672 kB/s) 15:06:08 [2026-08-20T13:06:08.751Z] 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:08 [2026-08-20T13:06:08.751Z] Progress (1): 1.2 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 4.2 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 5.6 kB 15:06:08 [2026-08-20T13:06:08.751Z] 15:06:08 [2026-08-20T13:06:08.751Z] 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 157 kB/s) 15:06:08 [2026-08-20T13:06:08.751Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 690 B 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 2.5 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 6.4 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 8.8 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 11 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 12 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 17 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 21 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 23 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 28 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 31 kB 15:06:08 [2026-08-20T13:06:08.751Z] 15:06:08 [2026-08-20T13:06:08.751Z] 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:08 [2026-08-20T13:06:08.751Z] 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:08 [2026-08-20T13:06:08.751Z] Progress (1): 1.2 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 3.5 kB 15:06:08 [2026-08-20T13:06:08.751Z] 15:06:08 [2026-08-20T13:06:08.751Z] 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 92 kB/s) 15:06:08 [2026-08-20T13:06:08.751Z] 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:08 [2026-08-20T13:06:08.751Z] Progress (1): 750 B 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 1.9 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 3.7 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 5.3 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 9.1 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 11 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 14 kB 15:06:08 [2026-08-20T13:06:08.751Z] Progress (1): 17 kB 15:06:08 [2026-08-20T13:06:08.752Z] Progress (1): 22 kB 15:06:08 [2026-08-20T13:06:08.752Z] Progress (1): 25 kB 15:06:08 [2026-08-20T13:06:08.752Z] Progress (1): 25 kB 15:06:08 [2026-08-20T13:06:08.752Z] 15:06:08 [2026-08-20T13:06:08.752Z] 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 666 kB/s) 15:06:09 [2026-08-20T13:06:09.002Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 702 B 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 1.9 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 3.2 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 4.7 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 6.8 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 9.4 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 11 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 14 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 16 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 19 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 21 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 23 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 25 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 29 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 32 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 32 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 37 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 41 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 45 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 47 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 50 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 52 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 56 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 58 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 61 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 64 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 69 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 71 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 74 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 76 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 78 kB 15:06:09 [2026-08-20T13:06:09.002Z] 15:06:09 [2026-08-20T13:06:09.002Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom (78 kB at 2.0 MB/s) 15:06:09 [2026-08-20T13:06:09.002Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 908 B 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 4.1 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 5.6 kB 15:06:09 [2026-08-20T13:06:09.002Z] 15:06:09 [2026-08-20T13:06:09.002Z] 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 195 kB/s) 15:06:09 [2026-08-20T13:06:09.002Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 743 B 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 1.9 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 4.0 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 5.8 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 8.3 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 12 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 15 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 17 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 19 kB 15:06:09 [2026-08-20T13:06:09.002Z] 15:06:09 [2026-08-20T13:06:09.002Z] 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 495 kB/s) 15:06:09 [2026-08-20T13:06:09.002Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 1.1 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 1.9 kB 15:06:09 [2026-08-20T13:06:09.002Z] 15:06:09 [2026-08-20T13:06:09.002Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom (1.9 kB at 62 kB/s) 15:06:09 [2026-08-20T13:06:09.002Z] 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:09 [2026-08-20T13:06:09.002Z] Progress (1): 1.1 kB 15:06:09 [2026-08-20T13:06:09.002Z] Progress (1): 2.0 kB 15:06:09 [2026-08-20T13:06:09.002Z] 15:06:09 [2026-08-20T13:06:09.002Z] 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:09 [2026-08-20T13:06:09.002Z] 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:09 [2026-08-20T13:06:09.253Z] Progress (1): 1.6 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (1): 1.7 kB 15:06:09 [2026-08-20T13:06:09.253Z] 15:06:09 [2026-08-20T13:06:09.253Z] 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 52 kB/s) 15:06:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] Progress (1): 1.3 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (1): 1.7 kB 15:06:09 [2026-08-20T13:06:09.253Z] 15:06:09 [2026-08-20T13:06:09.253Z] 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 57 kB/s) 15:06:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] Progress (1): 6.6 kB 15:06:09 [2026-08-20T13:06:09.253Z] 15:06:09 [2026-08-20T13:06:09.253Z] 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 214 kB/s) 15:06:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] Progress (1): 7.7/13 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (1): 13 kB 15:06:09 [2026-08-20T13:06:09.253Z] 15:06:09 [2026-08-20T13:06:09.253Z] 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 430 kB/s) 15:06:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] Progress (1): 7.7/47 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (1): 16/47 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (1): 32/47 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (1): 47 kB 15:06:09 [2026-08-20T13:06:09.253Z] 15:06:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] 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:09 [2026-08-20T13:06:09.253Z] Progress (1): 3.2/55 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (1): 20/55 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 20/55 kB | 0.9/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 20/55 kB | 2.3/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 20/55 kB | 3.6/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 20/55 kB | 5.0/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 20/55 kB | 6.4/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 20/55 kB | 7.7/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 20/55 kB | 9.1/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 36/55 kB | 9.1/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 36/55 kB | 10/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 36/55 kB | 12/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 36/55 kB | 13/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 36/55 kB | 15/94 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 15/94 kB | 0.9/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 16/94 kB | 0.9/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 16/94 kB | 2.3/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 17/94 kB | 2.3/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 17/94 kB | 3.6/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 17/94 kB | 5.0/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 19/94 kB | 5.0/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 19/94 kB | 6.4/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 20/94 kB | 6.4/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 36/55 kB | 20/94 kB | 7.7/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 52/55 kB | 20/94 kB | 7.7/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 52/55 kB | 20/94 kB | 9.1/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 52/55 kB | 21/94 kB | 9.1/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 52/55 kB | 21/94 kB | 10/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 52/55 kB | 21/94 kB | 12/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 21/94 kB | 12/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 23/94 kB | 12/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 23/94 kB | 13/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 24/94 kB | 13/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 24/94 kB | 15/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 24/94 kB | 16/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 26/94 kB | 16/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 26/94 kB | 17/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 26/94 kB | 19/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 27/94 kB | 19/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 27/94 kB | 20/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 28/94 kB | 20/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 28/94 kB | 21/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 30/94 kB | 21/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 30/94 kB | 23/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (3): 55 kB | 30/94 kB | 24/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] 15:06:09 [2026-08-20T13:06:09.253Z] 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 934 kB/s) 15:06:09 [2026-08-20T13:06:09.253Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 31/94 kB | 24/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 31/94 kB | 25/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 32/94 kB | 25/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 32/94 kB | 27/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 32/94 kB | 28/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 34/94 kB | 28/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 34/94 kB | 30/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 34/94 kB | 31/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 35/94 kB | 31/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 35/94 kB | 32/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 35/94 kB | 34/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 36/94 kB | 34/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 36/94 kB | 35/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 38/94 kB | 35/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 38/94 kB | 36/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 39/94 kB | 36/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 39/94 kB | 38/186 kB 15:06:09 [2026-08-20T13:06:09.253Z] Progress (2): 41/94 kB | 38/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 41/94 kB | 39/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 42/94 kB | 39/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 43/94 kB | 39/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 43/94 kB | 41/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 43/94 kB | 42/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 45/94 kB | 42/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 45/94 kB | 43/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 46/94 kB | 43/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 46/94 kB | 45/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 47/94 kB | 45/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 49/94 kB | 45/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 49/94 kB | 46/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 50/94 kB | 46/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 52/94 kB | 46/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 52/94 kB | 47/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 53/94 kB | 47/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 53/94 kB | 49/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 54/94 kB | 49/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 54/94 kB | 50/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 56/94 kB | 50/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 56/94 kB | 51/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 57/94 kB | 51/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 57/94 kB | 53/186 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 57/94 kB | 53/186 kB | 0.9/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 57/94 kB | 54/186 kB | 0.9/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 61/94 kB | 54/186 kB | 0.9/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 61/94 kB | 54/186 kB | 2.3/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 61/94 kB | 56/186 kB | 2.3/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 65/94 kB | 56/186 kB | 2.3/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 65/94 kB | 56/186 kB | 3.6/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 65/94 kB | 56/186 kB | 5.0/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 65/94 kB | 56/186 kB | 5.0/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 65/94 kB | 60/186 kB | 5.0/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 70/94 kB | 60/186 kB | 5.0/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 70/94 kB | 60/186 kB | 6.4/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 70/94 kB | 60/186 kB | 7.7/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 74/94 kB | 60/186 kB | 7.7/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 74/94 kB | 64/186 kB | 7.7/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 74/94 kB | 64/186 kB | 9.1/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 78/94 kB | 64/186 kB | 9.1/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 78/94 kB | 64/186 kB | 10/899 kB | 16/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 78/94 kB | 64/186 kB | 10/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 78/94 kB | 68/186 kB | 10/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 78/94 kB | 68/186 kB | 11/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 82/94 kB | 68/186 kB | 11/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 82/94 kB | 73/186 kB | 11/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 82/94 kB | 73/186 kB | 13/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 82/94 kB | 73/186 kB | 14/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 82/94 kB | 77/186 kB | 14/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 86/94 kB | 77/186 kB | 14/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 86/94 kB | 77/186 kB | 15/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 86/94 kB | 81/186 kB | 15/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 91/94 kB | 81/186 kB | 15/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 91/94 kB | 81/186 kB | 17/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 91/94 kB | 85/186 kB | 17/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 85/186 kB | 17/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 85/186 kB | 18/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 85/186 kB | 20/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 89/186 kB | 20/899 kB | 25/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 89/186 kB | 20/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 89/186 kB | 21/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 89/186 kB | 22/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 94/186 kB | 22/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 94/186 kB | 24/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (4): 94 kB | 94/186 kB | 25/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] 15:06:09 [2026-08-20T13:06:09.254Z] 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.4 MB/s) 15:06:09 [2026-08-20T13:06:09.254Z] 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:09 [2026-08-20T13:06:09.254Z] Progress (3): 94/186 kB | 26/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 98/186 kB | 26/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 98/186 kB | 28/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 102/186 kB | 28/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 102/186 kB | 29/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 102/186 kB | 31/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 106/186 kB | 31/899 kB | 41/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 106/186 kB | 31/899 kB | 57/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 106/186 kB | 32/899 kB | 57/58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 106/186 kB | 32/899 kB | 58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 106/186 kB | 33/899 kB | 58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 111/186 kB | 33/899 kB | 58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 111/186 kB | 35/899 kB | 58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 111/186 kB | 36/899 kB | 58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 115/186 kB | 36/899 kB | 58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 115/186 kB | 37/899 kB | 58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 119/186 kB | 37/899 kB | 58 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 119/186 kB | 39/899 kB | 58 kB 15:06:09 [2026-08-20T13:06:09.254Z] 15:06:09 [2026-08-20T13:06:09.254Z] 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 886 kB/s) 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 123/186 kB | 39/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] 15:06:09 [2026-08-20T13:06:09.254Z] 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:09 [2026-08-20T13:06:09.254Z] Progress (2): 123/186 kB | 40/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 123/186 kB | 41/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 127/186 kB | 41/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 127/186 kB | 43/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 132/186 kB | 43/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 132/186 kB | 44/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 136/186 kB | 44/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 136/186 kB | 46/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 136/186 kB | 47/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 140/186 kB | 47/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 140/186 kB | 48/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 140/186 kB | 50/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 144/186 kB | 50/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 144/186 kB | 51/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 144/186 kB | 52/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 149/186 kB | 52/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 149/186 kB | 54/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 149/186 kB | 55/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 153/186 kB | 55/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 155/186 kB | 55/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 155/186 kB | 59/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 159/186 kB | 59/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 159/186 kB | 64/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 164/186 kB | 64/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 164/186 kB | 68/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 168/186 kB | 68/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 168/186 kB | 72/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 172/186 kB | 72/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 172/186 kB | 76/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 176/186 kB | 76/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 176/186 kB | 81/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 181/186 kB | 81/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 181/186 kB | 82/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 185/186 kB | 82/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 186 kB | 82/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 186 kB | 86/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 186 kB | 90/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 186 kB | 95/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 186 kB | 99/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] 15:06:09 [2026-08-20T13:06:09.254Z] 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 2.5 MB/s) 15:06:09 [2026-08-20T13:06:09.254Z] 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:09 [2026-08-20T13:06:09.254Z] Progress (1): 103/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 107/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 112/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 116/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 120/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 124/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 128/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 131/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 135/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 140/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 144/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 148/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 152/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 156/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 161/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 165/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 169/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 173/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 178/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 182/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 186/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 190/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 195/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 199/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 203/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 207/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 211/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 213/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 217/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 234/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 234/899 kB | 7.7/41 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 234/899 kB | 16/41 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 250/899 kB | 16/41 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 250/899 kB | 24/41 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 266/899 kB | 24/41 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 266/899 kB | 40/41 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 266/899 kB | 41 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 283/899 kB | 41 kB 15:06:09 [2026-08-20T13:06:09.254Z] 15:06:09 [2026-08-20T13:06:09.254Z] 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:09 [2026-08-20T13:06:09.254Z] 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:09 [2026-08-20T13:06:09.254Z] Progress (1): 299/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 316/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 332/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (1): 344/899 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 344/899 kB | 3.8/168 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 360/899 kB | 3.8/168 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 360/899 kB | 8.0/168 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 360/899 kB | 11/168 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (2): 360/899 kB | 16/168 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 360/899 kB | 16/168 kB | 8.2/9.8 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 360/899 kB | 20/168 kB | 8.2/9.8 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 360/899 kB | 20/168 kB | 9.8 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 360/899 kB | 24/168 kB | 9.8 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 377/899 kB | 24/168 kB | 9.8 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 377/899 kB | 28/168 kB | 9.8 kB 15:06:09 [2026-08-20T13:06:09.254Z] Progress (3): 377/899 kB | 33/168 kB | 9.8 kB 15:06:09 [2026-08-20T13:06:09.254Z] 15:06:09 [2026-08-20T13:06:09.254Z] 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 110 kB/s) 15:06:09 [2026-08-20T13:06:09.254Z] 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:09 [2026-08-20T13:06:09.255Z] Progress (2): 377/899 kB | 37/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 377/899 kB | 41/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 377/899 kB | 45/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 393/899 kB | 45/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 393/899 kB | 49/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 393/899 kB | 54/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 393/899 kB | 58/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 410/899 kB | 58/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 410/899 kB | 62/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 410/899 kB | 66/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 410/899 kB | 66/168 kB | 3.8/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 410/899 kB | 71/168 kB | 3.8/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 426/899 kB | 71/168 kB | 3.8/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 426/899 kB | 71/168 kB | 8.0/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 426/899 kB | 75/168 kB | 8.0/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 426/899 kB | 75/168 kB | 12/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 426/899 kB | 79/168 kB | 12/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 426/899 kB | 79/168 kB | 16/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 426/899 kB | 83/168 kB | 16/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 442/899 kB | 83/168 kB | 16/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 442/899 kB | 83/168 kB | 21/21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 442/899 kB | 83/168 kB | 21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 442/899 kB | 87/168 kB | 21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 442/899 kB | 92/168 kB | 21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 459/899 kB | 92/168 kB | 21 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 459/899 kB | 96/168 kB | 21 kB 15:06:09 [2026-08-20T13:06:09.255Z] 15:06:09 [2026-08-20T13:06:09.255Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar (21 kB at 223 kB/s) 15:06:09 [2026-08-20T13:06:09.255Z] 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:09 [2026-08-20T13:06:09.255Z] Progress (2): 459/899 kB | 100/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 459/899 kB | 104/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 475/899 kB | 104/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 475/899 kB | 109/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 475/899 kB | 113/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 475/899 kB | 117/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 475/899 kB | 121/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 492/899 kB | 121/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 492/899 kB | 126/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 492/899 kB | 126/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 508/899 kB | 126/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 508/899 kB | 142/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 524/899 kB | 142/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 524/899 kB | 159/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 541/899 kB | 159/168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 541/899 kB | 168 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 557/899 kB | 168 kB 15:06:09 [2026-08-20T13:06:09.255Z] 15:06:09 [2026-08-20T13:06:09.255Z] 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:09 [2026-08-20T13:06:09.255Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 573/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 590/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 606/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 623/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 639/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 655/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 672/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 688/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 705/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 721/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 737/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 754/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 770/899 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 770/899 kB | 7.7/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 770/899 kB | 12/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 786/899 kB | 12/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 786/899 kB | 29/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 803/899 kB | 29/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 812/899 kB | 29/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 812/899 kB | 45/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 828/899 kB | 45/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 828/899 kB | 61/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 844/899 kB | 61/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (2): 844/899 kB | 78/151 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (3): 844/899 kB | 78/151 kB | 3.8/50 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 844/899 kB | 78/151 kB | 3.8/50 kB | 7.7/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 844/899 kB | 78/151 kB | 8.0/50 kB | 7.7/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 844/899 kB | 78/151 kB | 8.0/50 kB | 16/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 861/899 kB | 78/151 kB | 8.0/50 kB | 16/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 861/899 kB | 94/151 kB | 8.0/50 kB | 16/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 861/899 kB | 111/151 kB | 8.0/50 kB | 16/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 861/899 kB | 111/151 kB | 8.0/50 kB | 32/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 877/899 kB | 111/151 kB | 8.0/50 kB | 32/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 877/899 kB | 111/151 kB | 24/50 kB | 32/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 877/899 kB | 111/151 kB | 29/50 kB | 32/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 877/899 kB | 127/151 kB | 29/50 kB | 32/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 877/899 kB | 127/151 kB | 29/50 kB | 49/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 894/899 kB | 127/151 kB | 29/50 kB | 49/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 899 kB | 127/151 kB | 29/50 kB | 49/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 899 kB | 127/151 kB | 45/50 kB | 49/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 899 kB | 143/151 kB | 45/50 kB | 49/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 899 kB | 143/151 kB | 50 kB | 49/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 899 kB | 143/151 kB | 50 kB | 65/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (4): 899 kB | 151 kB | 50 kB | 65/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] 15:06:09 [2026-08-20T13:06:09.255Z] 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.4 MB/s) 15:06:09 [2026-08-20T13:06:09.255Z] 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:09 [2026-08-20T13:06:09.255Z] 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:09 [2026-08-20T13:06:09.255Z] 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 414 kB/s) 15:06:09 [2026-08-20T13:06:09.255Z] 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:09 [2026-08-20T13:06:09.255Z] 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:09 [2026-08-20T13:06:09.255Z] Progress (1): 81/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 86 kB 15:06:09 [2026-08-20T13:06:09.255Z] 15:06:09 [2026-08-20T13:06:09.255Z] 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 704 kB/s) 15:06:09 [2026-08-20T13:06:09.255Z] 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:09 [2026-08-20T13:06:09.255Z] Progress (1): 7.7/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 16/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 32/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 49/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 65/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 81/86 kB 15:06:09 [2026-08-20T13:06:09.255Z] Progress (1): 86 kB 15:06:09 [2026-08-20T13:06:09.255Z] 15:06:09 [2026-08-20T13:06:09.255Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 676 kB/s) 15:06:09 [2026-08-20T13:06:09.255Z] 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:09 [2026-08-20T13:06:09.506Z] Progress (1): 7.7/16 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 7.7/16 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 16 kB 15:06:09 [2026-08-20T13:06:09.506Z] 15:06:09 [2026-08-20T13:06:09.506Z] 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 115 kB/s) 15:06:09 [2026-08-20T13:06:09.506Z] 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:09 [2026-08-20T13:06:09.506Z] Progress (1): 5.7 kB 15:06:09 [2026-08-20T13:06:09.506Z] 15:06:09 [2026-08-20T13:06:09.506Z] 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 39 kB/s) 15:06:09 [2026-08-20T13:06:09.506Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 7.7/44 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 16/44 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 32/44 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (2): 32/44 kB | 7.7/17 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (2): 32/44 kB | 16/17 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (2): 44 kB | 16/17 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (2): 44 kB | 17 kB 15:06:09 [2026-08-20T13:06:09.506Z] 15:06:09 [2026-08-20T13:06:09.506Z] 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 291 kB/s) 15:06:09 [2026-08-20T13:06:09.506Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar 15:06:09 [2026-08-20T13:06:09.506Z] 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 114 kB/s) 15:06:09 [2026-08-20T13:06:09.506Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 7.7/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 8.2/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 25/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 41/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 57/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 74/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 90/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 106/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 123/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 131/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 147/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 164/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 180/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 197/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (1): 213/510 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (2): 213/510 kB | 7.7/247 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (2): 213/510 kB | 16/247 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 213/510 kB | 16/247 kB | 7.7/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 213/510 kB | 16/247 kB | 16/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 213/510 kB | 32/247 kB | 16/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 213/510 kB | 49/247 kB | 16/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 229/510 kB | 49/247 kB | 16/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 229/510 kB | 65/247 kB | 16/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 229/510 kB | 65/247 kB | 32/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 229/510 kB | 81/247 kB | 32/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 246/510 kB | 81/247 kB | 32/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 246/510 kB | 98/247 kB | 32/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 246/510 kB | 98/247 kB | 49/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 262/510 kB | 98/247 kB | 49/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 262/510 kB | 114/247 kB | 49/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 262/510 kB | 114/247 kB | 65/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (3): 262/510 kB | 114/247 kB | 66/217 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (4): 262/510 kB | 114/247 kB | 66/217 kB | 7.7/74 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (4): 279/510 kB | 114/247 kB | 66/217 kB | 7.7/74 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (4): 279/510 kB | 114/247 kB | 66/217 kB | 16/74 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (4): 279/510 kB | 131/247 kB | 66/217 kB | 16/74 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (4): 279/510 kB | 131/247 kB | 66/217 kB | 24/74 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 279/510 kB | 131/247 kB | 66/217 kB | 24/74 kB | 7.7/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 279/510 kB | 131/247 kB | 82/217 kB | 24/74 kB | 7.7/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 279/510 kB | 131/247 kB | 82/217 kB | 24/74 kB | 15/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 295/510 kB | 131/247 kB | 82/217 kB | 24/74 kB | 15/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 295/510 kB | 147/247 kB | 82/217 kB | 24/74 kB | 15/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 295/510 kB | 147/247 kB | 82/217 kB | 40/74 kB | 15/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 295/510 kB | 147/247 kB | 98/217 kB | 40/74 kB | 15/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 295/510 kB | 163/247 kB | 98/217 kB | 40/74 kB | 15/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 311/510 kB | 163/247 kB | 98/217 kB | 40/74 kB | 15/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 311/510 kB | 163/247 kB | 98/217 kB | 57/74 kB | 15/588 kB 15:06:09 [2026-08-20T13:06:09.506Z] Progress (5): 311/510 kB | 163/247 kB | 98/217 kB | 57/74 kB | 32/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 311/510 kB | 163/247 kB | 115/217 kB | 57/74 kB | 32/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 311/510 kB | 180/247 kB | 115/217 kB | 57/74 kB | 32/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 328/510 kB | 180/247 kB | 115/217 kB | 57/74 kB | 32/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 328/510 kB | 180/247 kB | 115/217 kB | 73/74 kB | 32/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 328/510 kB | 180/247 kB | 115/217 kB | 74 kB | 32/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 328/510 kB | 180/247 kB | 115/217 kB | 74 kB | 48/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 328/510 kB | 196/247 kB | 115/217 kB | 74 kB | 48/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] 15:06:09 [2026-08-20T13:06:09.507Z] 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 396 kB/s) 15:06:09 [2026-08-20T13:06:09.507Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 328/510 kB | 196/247 kB | 131/217 kB | 48/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 344/510 kB | 196/247 kB | 131/217 kB | 48/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 344/510 kB | 196/247 kB | 131/217 kB | 65/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 344/510 kB | 212/247 kB | 131/217 kB | 65/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 344/510 kB | 212/247 kB | 147/217 kB | 65/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 360/510 kB | 212/247 kB | 147/217 kB | 65/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 360/510 kB | 229/247 kB | 147/217 kB | 65/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 360/510 kB | 233/247 kB | 147/217 kB | 65/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 360/510 kB | 233/247 kB | 147/217 kB | 81/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 360/510 kB | 233/247 kB | 164/217 kB | 81/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 360/510 kB | 247 kB | 164/217 kB | 81/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 377/510 kB | 247 kB | 164/217 kB | 81/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 377/510 kB | 247 kB | 168/217 kB | 81/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] 15:06:09 [2026-08-20T13:06:09.507Z] 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.3 MB/s) 15:06:09 [2026-08-20T13:06:09.507Z] 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:09 [2026-08-20T13:06:09.507Z] Progress (3): 389/510 kB | 168/217 kB | 81/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 389/510 kB | 184/217 kB | 81/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 389/510 kB | 184/217 kB | 97/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 406/510 kB | 184/217 kB | 97/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 406/510 kB | 200/217 kB | 97/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 422/510 kB | 200/217 kB | 97/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 422/510 kB | 213/217 kB | 97/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 422/510 kB | 217 kB | 97/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 422/510 kB | 217 kB | 114/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 438/510 kB | 217 kB | 114/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] 15:06:09 [2026-08-20T13:06:09.507Z] 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:09 [2026-08-20T13:06:09.507Z] 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:09 [2026-08-20T13:06:09.507Z] Progress (2): 455/510 kB | 114/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 471/510 kB | 114/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 471/510 kB | 130/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 487/510 kB | 130/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 504/510 kB | 130/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 504/510 kB | 147/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 510 kB | 147/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] 15:06:09 [2026-08-20T13:06:09.507Z] 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.5 MB/s) 15:06:09 [2026-08-20T13:06:09.507Z] 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:09 [2026-08-20T13:06:09.507Z] Progress (1): 163/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 179/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 196/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 212/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 228/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 245/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 261/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 266/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 282/588 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 282/588 kB | 7.7/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 282/588 kB | 16/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 299/588 kB | 16/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 299/588 kB | 32/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 315/588 kB | 32/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 315/588 kB | 49/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 331/588 kB | 49/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 331/588 kB | 65/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 348/588 kB | 65/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 348/588 kB | 81/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 364/588 kB | 81/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 364/588 kB | 98/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 381/588 kB | 98/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 397/588 kB | 98/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 397/588 kB | 114/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 413/588 kB | 114/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 413/588 kB | 131/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 413/588 kB | 131/242 kB | 7.7/35 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 430/588 kB | 131/242 kB | 7.7/35 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 430/588 kB | 131/242 kB | 16/35 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 430/588 kB | 131/242 kB | 16/35 kB | 7.7/35 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 430/588 kB | 131/242 kB | 16/35 kB | 16/35 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 430/588 kB | 131/242 kB | 16/35 kB | 16/35 kB | 7.7/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 430/588 kB | 131/242 kB | 24/35 kB | 16/35 kB | 7.7/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 430/588 kB | 131/242 kB | 24/35 kB | 16/35 kB | 16/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 430/588 kB | 147/242 kB | 24/35 kB | 16/35 kB | 16/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 446/588 kB | 147/242 kB | 24/35 kB | 16/35 kB | 16/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 446/588 kB | 147/242 kB | 35 kB | 16/35 kB | 16/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 446/588 kB | 147/242 kB | 35 kB | 32/35 kB | 16/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (5): 446/588 kB | 147/242 kB | 35 kB | 32/35 kB | 32/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] 15:06:09 [2026-08-20T13:06:09.507Z] 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 154 kB/s) 15:06:09 [2026-08-20T13:06:09.507Z] 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:09 [2026-08-20T13:06:09.507Z] Progress (4): 446/588 kB | 147/242 kB | 35 kB | 32/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 463/588 kB | 147/242 kB | 35 kB | 32/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (4): 463/588 kB | 163/242 kB | 35 kB | 32/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] 15:06:09 [2026-08-20T13:06:09.507Z] 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 152 kB/s) 15:06:09 [2026-08-20T13:06:09.507Z] 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:09 [2026-08-20T13:06:09.507Z] Progress (3): 463/588 kB | 163/242 kB | 49/54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 463/588 kB | 163/242 kB | 54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 479/588 kB | 163/242 kB | 54 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (3): 479/588 kB | 180/242 kB | 54 kB 15:06:09 [2026-08-20T13:06:09.507Z] 15:06:09 [2026-08-20T13:06:09.507Z] 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 232 kB/s) 15:06:09 [2026-08-20T13:06:09.507Z] 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:09 [2026-08-20T13:06:09.507Z] Progress (2): 495/588 kB | 180/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 495/588 kB | 196/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 512/588 kB | 196/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 512/588 kB | 212/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 528/588 kB | 212/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 544/588 kB | 212/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 544/588 kB | 229/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 561/588 kB | 229/242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 561/588 kB | 242 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 577/588 kB | 242 kB 15:06:09 [2026-08-20T13:06:09.507Z] 15:06:09 [2026-08-20T13:06:09.507Z] 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.0 MB/s) 15:06:09 [2026-08-20T13:06:09.507Z] 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:09 [2026-08-20T13:06:09.507Z] Progress (1): 588 kB 15:06:09 [2026-08-20T13:06:09.507Z] 15:06:09 [2026-08-20T13:06:09.507Z] 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.5 MB/s) 15:06:09 [2026-08-20T13:06:09.507Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 7.7/227 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 7.7/227 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 24/227 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (1): 40/227 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 40/227 kB | 7.7/80 kB 15:06:09 [2026-08-20T13:06:09.507Z] Progress (2): 40/227 kB | 16/80 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 40/227 kB | 25/80 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 57/227 kB | 25/80 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 57/227 kB | 41/80 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 57/227 kB | 57/80 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 73/227 kB | 57/80 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 73/227 kB | 74/80 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 73/227 kB | 80 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 90/227 kB | 80 kB 15:06:09 [2026-08-20T13:06:09.508Z] 15:06:09 [2026-08-20T13:06:09.508Z] 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 310 kB/s) 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 106/227 kB 15:06:09 [2026-08-20T13:06:09.508Z] 15:06:09 [2026-08-20T13:06:09.508Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 122/227 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 139/227 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 155/227 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 172/227 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 188/227 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 188/227 kB | 7.7/27 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 188/227 kB | 16/27 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 188/227 kB | 24/27 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 204/227 kB | 24/27 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 204/227 kB | 27 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 221/227 kB | 27 kB 15:06:09 [2026-08-20T13:06:09.508Z] 15:06:09 [2026-08-20T13:06:09.508Z] 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 102 kB/s) 15:06:09 [2026-08-20T13:06:09.508Z] 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:09 [2026-08-20T13:06:09.508Z] Progress (1): 227 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 227 kB | 0/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 227 kB | 0/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] 15:06:09 [2026-08-20T13:06:09.508Z] 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 857 kB/s) 15:06:09 [2026-08-20T13:06:09.508Z] 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:09 [2026-08-20T13:06:09.508Z] Progress (1): 0/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.1/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.1/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 7.7/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 16/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 16/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 32/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 32/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 49/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 65/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 65/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 81/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 81/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.1/1.1 MB | 98/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 98/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 114/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 131/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 131/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 147/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 147/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 163/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 163/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 180/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 180/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 196/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 196/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 212/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.2/1.1 MB | 229/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 229/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 233/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 233/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 249/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 265/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 265/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 282/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 282/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 298/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 298/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 314/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 331/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 331/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 347/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 347/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.3/1.1 MB | 364/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.4/1.1 MB | 364/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.4/1.1 MB | 380/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.4/1.1 MB | 396/401 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.4/1.1 MB | 396/401 kB | 7.7/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.4/1.1 MB | 396/401 kB | 7.7/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.4/1.1 MB | 396/401 kB | 7.7/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.4/1.1 MB | 401 kB | 7.7/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.4/1.1 MB | 401 kB | 7.7/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.4/1.1 MB | 401 kB | 24/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] 15:06:09 [2026-08-20T13:06:09.508Z] 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:09 [2026-08-20T13:06:09.508Z] 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:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.4/1.1 MB | 24/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.4/1.1 MB | 40/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.4/1.1 MB | 40/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.4/1.1 MB | 57/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.4/1.1 MB | 57/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.4/1.1 MB | 73/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 73/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 90/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 90/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 106/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 106/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 122/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 139/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 139/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 155/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 155/169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.5/1.1 MB | 169 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.6/1.1 MB | 169 kB 15:06:09 [2026-08-20T13:06:09.508Z] 15:06:09 [2026-08-20T13:06:09.508Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar (169 kB at 584 kB/s) 15:06:09 [2026-08-20T13:06:09.508Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.6/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.6/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.6/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.6/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.6/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.7/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.7/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.7/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.7/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.7/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.7/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.8/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.8/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.8/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.8/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (1): 0.8/1.1 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.8/1.1 MB | 0/7.4 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (2): 0.8/1.1 MB | 0/7.4 MB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.8/1.1 MB | 0/7.4 MB | 7.7/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.8/1.1 MB | 0/7.4 MB | 7.7/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.8/1.1 MB | 0/7.4 MB | 16/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.8/1.1 MB | 0/7.4 MB | 16/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0/7.4 MB | 16/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0/7.4 MB | 16/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0/7.4 MB | 32/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0/7.4 MB | 32/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 32/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 49/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 49/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 49/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 65/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 65/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 65/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 81/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 81/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 81/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 98/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 98/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 98/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 0.9/1.1 MB | 0.1/7.4 MB | 114/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 114/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 114/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 131/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 131/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 131/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 147/379 kB 15:06:09 [2026-08-20T13:06:09.508Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 147/379 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 163/379 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 163/379 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 163/379 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 180/379 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 180/379 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 180/379 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 1.0/1.1 MB | 0.2/7.4 MB | 196/379 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.0/1.1 MB | 0.2/7.4 MB | 196/379 kB | 7.7/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.0/1.1 MB | 0.2/7.4 MB | 196/379 kB | 7.7/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.0/1.1 MB | 0.2/7.4 MB | 196/379 kB | 16/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.0/1.1 MB | 0.2/7.4 MB | 196/379 kB | 16/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.0/1.1 MB | 0.2/7.4 MB | 212/379 kB | 16/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 212/379 kB | 16/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 212/379 kB | 32/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 229/379 kB | 32/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 232/379 kB | 32/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 232/379 kB | 32/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 232/379 kB | 32/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 232/379 kB | 49/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 232/379 kB | 49/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 248/379 kB | 49/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 248/379 kB | 49/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 265/379 kB | 49/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1/1.1 MB | 0.2/7.4 MB | 265/379 kB | 65/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1 MB | 0.2/7.4 MB | 265/379 kB | 65/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1 MB | 0.2/7.4 MB | 281/379 kB | 65/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1 MB | 0.2/7.4 MB | 281/379 kB | 65/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1 MB | 0.2/7.4 MB | 281/379 kB | 81/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1 MB | 0.2/7.4 MB | 298/379 kB | 81/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (4): 1.1 MB | 0.2/7.4 MB | 298/379 kB | 98/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] 15:06:09 [2026-08-20T13:06:09.509Z] 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.6 MB/s) 15:06:09 [2026-08-20T13:06:09.509Z] 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:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.2/7.4 MB | 314/379 kB | 98/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.2/7.4 MB | 314/379 kB | 114/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.3/7.4 MB | 314/379 kB | 114/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.3/7.4 MB | 330/379 kB | 114/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.3/7.4 MB | 330/379 kB | 122/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.3/7.4 MB | 347/379 kB | 122/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.3/7.4 MB | 363/379 kB | 122/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.3/7.4 MB | 363/379 kB | 122/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.3/7.4 MB | 363/379 kB | 139/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.3/7.4 MB | 379 kB | 139/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.3/7.4 MB | 379 kB | 139/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] 15:06:09 [2026-08-20T13:06:09.509Z] 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.2 MB/s) 15:06:09 [2026-08-20T13:06:09.509Z] 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:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.3/7.4 MB | 139/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.3/7.4 MB | 139/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.3/7.4 MB | 139/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.3/7.4 MB | 139/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.4/7.4 MB | 139/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.4/7.4 MB | 139/168 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 7.7/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 16/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 32/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 32/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 49/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 57/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 57/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 73/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 73/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 90/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 90/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.4/7.4 MB | 139/168 kB | 106/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 106/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 122/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 139/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 139/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 155/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 155/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 172/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 188/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 188/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 188/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 204/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 221/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 221/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 224/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.5/7.4 MB | 139/168 kB | 241/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 139/168 kB | 241/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 139/168 kB | 241/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 139/168 kB | 257/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 139/168 kB | 257/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 139/168 kB | 273/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 139/168 kB | 273/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 139/168 kB | 290/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 155/168 kB | 290/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 155/168 kB | 290/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 155/168 kB | 306/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 155/168 kB | 306/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.6/7.4 MB | 155/168 kB | 323/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.7/7.4 MB | 155/168 kB | 323/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.7/7.4 MB | 155/168 kB | 339/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.7/7.4 MB | 155/168 kB | 339/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.7/7.4 MB | 168 kB | 339/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.7/7.4 MB | 168 kB | 355/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.7/7.4 MB | 168 kB | 372/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.7/7.4 MB | 168 kB | 372/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (3): 0.7/7.4 MB | 168 kB | 388/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] 15:06:09 [2026-08-20T13:06:09.509Z] 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 511 kB/s) 15:06:09 [2026-08-20T13:06:09.509Z] 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:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.7/7.4 MB | 405/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.7/7.4 MB | 405/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.7/7.4 MB | 421/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.7/7.4 MB | 421/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.7/7.4 MB | 437/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.7/7.4 MB | 454/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.7/7.4 MB | 454/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.7/7.4 MB | 470/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 470/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 486/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 486/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 503/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 503/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 519/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 519/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 536/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 536/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 552/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 568/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 568/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 585/585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.8/7.4 MB | 585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.9/7.4 MB | 585 kB 15:06:09 [2026-08-20T13:06:09.509Z] Progress (2): 0.9/7.4 MB | 585 kB 15:06:09 [2026-08-20T13:06:09.510Z] 15:06:09 [2026-08-20T13:06:09.510Z] 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:09 [2026-08-20T13:06:09.510Z] 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:09 [2026-08-20T13:06:09.510Z] Progress (1): 0.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 0.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 0.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 0.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.0/7.4 MB | 7.7/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.0/7.4 MB | 16/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.0/7.4 MB | 16/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.1/7.4 MB | 16/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.1/7.4 MB | 32/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.1/7.4 MB | 32/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.1/7.4 MB | 49/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.1/7.4 MB | 49/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.1/7.4 MB | 65/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.1/7.4 MB | 65/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 1.1/7.4 MB | 65/265 kB | 3.2/11 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 1.1/7.4 MB | 65/265 kB | 3.2/11 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 1.1/7.4 MB | 81/265 kB | 3.2/11 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 1.1/7.4 MB | 81/265 kB | 11 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 1.1/7.4 MB | 81/265 kB | 11 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 1.1/7.4 MB | 98/265 kB | 11 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 1.2/7.4 MB | 98/265 kB | 11 kB 15:06:09 [2026-08-20T13:06:09.510Z] 15:06:09 [2026-08-20T13:06:09.510Z] 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 33 kB/s) 15:06:09 [2026-08-20T13:06:09.510Z] 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:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.2/7.4 MB | 98/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.2/7.4 MB | 114/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.2/7.4 MB | 114/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.2/7.4 MB | 131/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.2/7.4 MB | 131/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.2/7.4 MB | 131/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.2/7.4 MB | 147/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.2/7.4 MB | 147/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.2/7.4 MB | 163/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 163/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 180/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 180/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 196/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 197/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 197/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 213/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 213/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 213/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 229/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 229/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.3/7.4 MB | 246/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.4/7.4 MB | 246/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.4/7.4 MB | 262/265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.4/7.4 MB | 265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.4/7.4 MB | 265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.4/7.4 MB | 265 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.4/7.4 MB | 265 kB 15:06:09 [2026-08-20T13:06:09.510Z] 15:06:09 [2026-08-20T13:06:09.510Z] 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 755 kB/s) 15:06:09 [2026-08-20T13:06:09.510Z] 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:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.5/7.4 MB | 7.7/10 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.5/7.4 MB | 10 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.5/7.4 MB | 10 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.5/7.4 MB | 10 kB 15:06:09 [2026-08-20T13:06:09.510Z] 15:06:09 [2026-08-20T13:06:09.510Z] 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 29 kB/s) 15:06:09 [2026-08-20T13:06:09.510Z] 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:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.7/7.4 MB | 7.7/10 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.7/7.4 MB | 7.7/10 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.7/7.4 MB | 10 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.7/7.4 MB | 10 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 1.7/7.4 MB | 10 kB 15:06:09 [2026-08-20T13:06:09.510Z] 15:06:09 [2026-08-20T13:06:09.510Z] 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 29 kB/s) 15:06:09 [2026-08-20T13:06:09.510Z] 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:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 1.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (1): 2.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.2/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.2/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.2/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.3/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.3/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.3/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.3/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.3/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.3/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (2): 2.3/7.4 MB | 0/1.6 MB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.3/7.4 MB | 0/1.6 MB | 7.3/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.3/7.4 MB | 0/1.6 MB | 7.3/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0/1.6 MB | 7.3/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0/1.6 MB | 24/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0/1.6 MB | 24/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0/1.6 MB | 40/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 40/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 56/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 56/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 56/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 73/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 73/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 89/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 89/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 106/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 106/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 106/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 122/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.4/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.510Z] Progress (3): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (3): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (3): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB | 7.7/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB | 7.7/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB | 7.7/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.5/7.4 MB | 0.1/1.6 MB | 130/714 kB | 16/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.1/1.6 MB | 130/714 kB | 16/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.1/1.6 MB | 130/714 kB | 16/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 130/714 kB | 16/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 130/714 kB | 32/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 130/714 kB | 32/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 130/714 kB | 32/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 130/714 kB | 32/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 130/714 kB | 48/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 130/714 kB | 48/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 130/714 kB | 48/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 147/714 kB | 48/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 147/714 kB | 48/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.6/7.4 MB | 0.2/1.6 MB | 147/714 kB | 48/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.7/7.4 MB | 0.2/1.6 MB | 147/714 kB | 48/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 48/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 65/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (4): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 65/196 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 65/196 kB | 7.7/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 65/196 kB | 16/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 65/196 kB | 16/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 65/196 kB | 16/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 81/196 kB | 16/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 81/196 kB | 16/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 81/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 81/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.2/1.6 MB | 163/714 kB | 81/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.3/1.6 MB | 163/714 kB | 81/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.3/1.6 MB | 163/714 kB | 97/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.3/1.6 MB | 163/714 kB | 97/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.7/7.4 MB | 0.3/1.6 MB | 163/714 kB | 97/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 163/714 kB | 97/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 163/714 kB | 114/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 179/714 kB | 114/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 179/714 kB | 114/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 179/714 kB | 114/196 kB | 32/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 179/714 kB | 114/196 kB | 49/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 196/714 kB | 114/196 kB | 49/193 kB 15:06:09 [2026-08-20T13:06:09.511Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 196/714 kB | 114/196 kB | 49/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 196/714 kB | 114/196 kB | 49/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 212/714 kB | 114/196 kB | 49/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 212/714 kB | 130/196 kB | 49/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 212/714 kB | 130/196 kB | 65/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 212/714 kB | 130/196 kB | 65/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 212/714 kB | 130/196 kB | 65/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 228/714 kB | 130/196 kB | 65/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 228/714 kB | 130/196 kB | 81/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 228/714 kB | 130/196 kB | 81/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 245/714 kB | 130/196 kB | 81/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 245/714 kB | 130/196 kB | 81/193 kB 15:06:09 [2026-08-20T13:06:09.761Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 245/714 kB | 147/196 kB | 81/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 261/714 kB | 147/196 kB | 81/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 261/714 kB | 147/196 kB | 81/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 262/714 kB | 147/196 kB | 81/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 262/714 kB | 147/196 kB | 98/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.8/7.4 MB | 0.3/1.6 MB | 279/714 kB | 147/196 kB | 98/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.3/1.6 MB | 279/714 kB | 147/196 kB | 98/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.3/1.6 MB | 279/714 kB | 163/196 kB | 98/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.3/1.6 MB | 279/714 kB | 163/196 kB | 114/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 279/714 kB | 163/196 kB | 114/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 295/714 kB | 163/196 kB | 114/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 295/714 kB | 163/196 kB | 114/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 295/714 kB | 163/196 kB | 131/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 311/714 kB | 163/196 kB | 131/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 311/714 kB | 179/196 kB | 131/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 311/714 kB | 179/196 kB | 131/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 311/714 kB | 179/196 kB | 147/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 311/714 kB | 179/196 kB | 147/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 328/714 kB | 179/196 kB | 147/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 328/714 kB | 179/196 kB | 147/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 344/714 kB | 179/196 kB | 147/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 344/714 kB | 179/196 kB | 163/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 344/714 kB | 179/196 kB | 163/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 344/714 kB | 196/196 kB | 163/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 344/714 kB | 196 kB | 163/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 344/714 kB | 196 kB | 163/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 344/714 kB | 196 kB | 180/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 344/714 kB | 196 kB | 180/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 360/714 kB | 196 kB | 180/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 360/714 kB | 196 kB | 180/193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 2.9/7.4 MB | 0.4/1.6 MB | 360/714 kB | 196 kB | 193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 3.0/7.4 MB | 0.4/1.6 MB | 360/714 kB | 196 kB | 193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 3.0/7.4 MB | 0.4/1.6 MB | 377/714 kB | 196 kB | 193 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (5): 3.0/7.4 MB | 0.4/1.6 MB | 377/714 kB | 196 kB | 193 kB 15:06:09 [2026-08-20T13:06:09.762Z] 15:06:09 [2026-08-20T13:06:09.762Z] 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 490 kB/s) 15:06:09 [2026-08-20T13:06:09.762Z] Progress (4): 3.0/7.4 MB | 0.4/1.6 MB | 393/714 kB | 196 kB 15:06:09 [2026-08-20T13:06:09.762Z] 15:06:09 [2026-08-20T13:06:09.762Z] 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 499 kB/s) 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.4/1.6 MB | 393/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.4/1.6 MB | 410/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.4/1.6 MB | 410/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.4/1.6 MB | 410/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.4/1.6 MB | 426/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 426/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 442/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 442/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 442/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 459/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 459/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 475/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 475/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 475/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 492/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 495/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.0/7.4 MB | 0.5/1.6 MB | 495/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.5/1.6 MB | 495/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.5/1.6 MB | 495/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.5/1.6 MB | 495/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.5/1.6 MB | 495/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.5/1.6 MB | 512/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.5/1.6 MB | 512/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.5/1.6 MB | 528/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 528/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 528/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 544/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 544/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 544/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 561/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 561/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 577/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 577/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 577/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.1/7.4 MB | 0.6/1.6 MB | 590/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 590/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 606/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 606/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 606/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 623/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 623/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 623/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 639/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 639/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 655/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 655/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 655/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 672/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 672/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 672/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 688/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 688/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 688/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 705/714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.2/7.4 MB | 0.7/1.6 MB | 714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.3/7.4 MB | 0.7/1.6 MB | 714 kB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (3): 3.3/7.4 MB | 0.7/1.6 MB | 714 kB 15:06:09 [2026-08-20T13:06:09.762Z] 15:06:09 [2026-08-20T13:06:09.762Z] 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.8 MB/s) 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.3/7.4 MB | 0.7/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.3/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.3/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.3/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.3/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.3/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.3/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.3/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.4/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.6/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.7/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.8/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.8/7.4 MB | 1.0/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.8/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.8/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.8/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.8/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.8/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.8/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.8/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.1/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 3.9/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.0/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.2/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.1/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.3/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.2/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.4/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.3/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.5/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.4/7.4 MB | 1.6/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6/1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.5/7.4 MB | 1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (2): 4.6/7.4 MB | 1.6 MB 15:06:09 [2026-08-20T13:06:09.762Z] 15:06:09 [2026-08-20T13:06:09.762Z] 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.8 MB/s) 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 4.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 5.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.5/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.6/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.7/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.762Z] Progress (1): 6.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 6.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 6.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 6.8/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 6.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 6.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 6.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 6.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 6.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 6.9/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.0/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.1/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.2/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.3/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.4/7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] Progress (1): 7.4 MB 15:06:09 [2026-08-20T13:06:09.763Z] 15:06:09 [2026-08-20T13:06:09.763Z] 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:10 [2026-08-20T13:06:10.313Z] [INFO] Searching for local aggregator root... 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] Processing change of org.silverpeas:silverpeas-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260820 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] Processing org.silverpeas:silverpeas-dependencies-bom 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] Updating project org.silverpeas:silverpeas-dependencies-bom 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260820 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] ------------------------------------------------------------------------ 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] BUILD SUCCESS 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] ------------------------------------------------------------------------ 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] Total time: 9.321 s 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] Finished at: 2026-08-20T15:06:10+02:00 15:06:10 [2026-08-20T13:06:10.313Z] [INFO] ------------------------------------------------------------------------ 15:06:10 [2026-08-20T13:06:10.564Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 15:06:12 [2026-08-20T13:06:12.425Z] [INFO] Scanning for projects... 15:06:12 [2026-08-20T13:06:12.425Z] [INFO] 15:06:12 [2026-08-20T13:06:12.425Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >------------- 15:06:12 [2026-08-20T13:06:12.425Z] [INFO] Building Silverpeas Dependencies BOM 2.0-build260820 15:06:12 [2026-08-20T13:06:12.425Z] [INFO] from pom.xml 15:06:12 [2026-08-20T13:06:12.425Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:12 [2026-08-20T13:06:12.425Z] [INFO] 15:06:12 [2026-08-20T13:06:12.425Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-dependencies-bom --- 15:06:12 [2026-08-20T13:06:12.425Z] 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:12 [2026-08-20T13:06:12.676Z] Progress (1): 790 B 15:06:12 [2026-08-20T13:06:12.676Z] Progress (1): 1.8 kB 15:06:12 [2026-08-20T13:06:12.676Z] Progress (1): 3.7 kB 15:06:12 [2026-08-20T13:06:12.676Z] Progress (1): 5.8 kB 15:06:12 [2026-08-20T13:06:12.676Z] 15:06:12 [2026-08-20T13:06:12.676Z] 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 19 kB/s) 15:06:12 [2026-08-20T13:06:12.676Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom 15:06:12 [2026-08-20T13:06:12.926Z] Progress (1): 808 B 15:06:12 [2026-08-20T13:06:12.926Z] Progress (1): 1.9 kB 15:06:12 [2026-08-20T13:06:12.926Z] Progress (1): 3.5 kB 15:06:12 [2026-08-20T13:06:12.926Z] Progress (1): 5.1 kB 15:06:12 [2026-08-20T13:06:12.926Z] 15:06:12 [2026-08-20T13:06:12.926Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 159 kB/s) 15:06:12 [2026-08-20T13:06:12.926Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom 15:06:12 [2026-08-20T13:06:12.926Z] Progress (1): 782 B 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 1.7 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 4.5 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 7.0 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 8.3 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 10 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 13 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 14 kB 15:06:12 [2026-08-20T13:06:12.927Z] 15:06:12 [2026-08-20T13:06:12.927Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 475 kB/s) 15:06:12 [2026-08-20T13:06:12.927Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 707 B 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 1.6 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 2.7 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 4.2 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 5.0 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 6.5 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 9.2 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 11 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 14 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 18 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 20 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 23 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 26 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 27 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 30 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 32 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 34 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 38 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 40 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 43 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 47 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 52 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 54 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 57 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 59 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 61 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 63 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 65 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 66 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 68 kB 15:06:12 [2026-08-20T13:06:12.927Z] 15:06:12 [2026-08-20T13:06:12.927Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.4 MB/s) 15:06:12 [2026-08-20T13:06:12.927Z] [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:12 [2026-08-20T13:06:12.927Z] [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:12 [2026-08-20T13:06:12.927Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom 15:06:12 [2026-08-20T13:06:12.927Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (0 B at 0 B/s) 15:06:12 [2026-08-20T13:06:12.927Z] 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:12 [2026-08-20T13:06:12.927Z] Progress (1): 0.9/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 2.3/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 3.6/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 5.0/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 6.4/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 7.7/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 9.1/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 10/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 12/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 13/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 15/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 16/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 17/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 19/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 20/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 21/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 23/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 24/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 28/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 33/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 37/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 41/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 45/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 50/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 54/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 58/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 61/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 65/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 69/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 73/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 77/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 82/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 86/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 90/153 kB 15:06:12 [2026-08-20T13:06:12.927Z] Progress (1): 94/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 99/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 103/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 107/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 111/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 115/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 120/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 124/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 128/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 132/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 137/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 141/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 145/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 149/153 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 153 kB 15:06:13 [2026-08-20T13:06:13.178Z] 15:06:13 [2026-08-20T13:06:13.178Z] 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 3.1 MB/s) 15:06:13 [2026-08-20T13:06:13.178Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 3.8/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 8.0/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 12/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 16/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 21/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 25/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 29/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 33/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 37/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 54/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 70/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 86/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 103/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 119/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 136/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 147/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 164/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 180/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 197/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 213/215 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 215 kB 15:06:13 [2026-08-20T13:06:13.178Z] 15:06:13 [2026-08-20T13:06:13.178Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 4.6 MB/s) 15:06:13 [2026-08-20T13:06:13.178Z] [INFO] 15:06:13 [2026-08-20T13:06:13.178Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-dependencies-bom --- 15:06:13 [2026-08-20T13:06:13.178Z] 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:13 [2026-08-20T13:06:13.178Z] Progress (1): 838 B 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 2.2 kB 15:06:13 [2026-08-20T13:06:13.178Z] 15:06:13 [2026-08-20T13:06:13.178Z] 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 80 kB/s) 15:06:13 [2026-08-20T13:06:13.178Z] 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:13 [2026-08-20T13:06:13.178Z] Progress (1): 756 B 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 2.3 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 4.0 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 9.2 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 12 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 16 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 19 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 22 kB 15:06:13 [2026-08-20T13:06:13.178Z] Progress (1): 23 kB 15:06:13 [2026-08-20T13:06:13.178Z] 15:06:13 [2026-08-20T13:06:13.178Z] 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 671 kB/s) 15:06:13 [2026-08-20T13:06:13.178Z] 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:13 [2026-08-20T13:06:13.429Z] Progress (1): 834 B 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 2.2 kB 15:06:13 [2026-08-20T13:06:13.429Z] 15:06:13 [2026-08-20T13:06:13.429Z] 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 63 kB/s) 15:06:13 [2026-08-20T13:06:13.429Z] 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:13 [2026-08-20T13:06:13.429Z] Progress (1): 729 B 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 2.2 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 4.3 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 7.8 kB 15:06:13 [2026-08-20T13:06:13.429Z] 15:06:13 [2026-08-20T13:06:13.429Z] 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 217 kB/s) 15:06:13 [2026-08-20T13:06:13.429Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 691 B 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 2.5 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 6.4 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 8.9 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 11 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 14 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 19 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 21 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 25 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 28 kB 15:06:13 [2026-08-20T13:06:13.429Z] 15:06:13 [2026-08-20T13:06:13.429Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 805 kB/s) 15:06:13 [2026-08-20T13:06:13.429Z] 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:13 [2026-08-20T13:06:13.429Z] Progress (1): 7.7/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 11/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 28/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 44/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 61/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 77/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 93/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 110/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 126/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 142/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 159/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 175/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 192/196 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 196 kB 15:06:13 [2026-08-20T13:06:13.429Z] 15:06:13 [2026-08-20T13:06:13.429Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar (196 kB at 4.8 MB/s) 15:06:13 [2026-08-20T13:06:13.429Z] 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:13 [2026-08-20T13:06:13.429Z] 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:13 [2026-08-20T13:06:13.429Z] Progress (1): 7.7/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 16/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 32/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 49/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 61/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 77/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 93/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 110/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 126/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 142/157 kB 15:06:13 [2026-08-20T13:06:13.429Z] Progress (1): 157 kB 15:06:13 [2026-08-20T13:06:13.429Z] 15:06:13 [2026-08-20T13:06:13.429Z] 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 3.6 MB/s) 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 0.9/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 2.3/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 3.6/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 5.0/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 6.4/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 7.7/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 9.1/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 10/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 12/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 13/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 15/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 16/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 17/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 19/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 20/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 21/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 23/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 24/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 26/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 27/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 28/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 30/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 31/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 32/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 34/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 35/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 36/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 38/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 39/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 41/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 42/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 43/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 45/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 46/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 47/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 49/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 50/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 52/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 53/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 54/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 56/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 60/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 61/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 65/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 69/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 73/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 77/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 82/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 86/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 90/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 94/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 99/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 103/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 107/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 111/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 115/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 120/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 124/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 128/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 132/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 137/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 141/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 145/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 149/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 154/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 158/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 162/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 166/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 170/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 175/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 179/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 183/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 187/193 kB 15:06:13 [2026-08-20T13:06:13.679Z] Progress (1): 192/193 kB 15:06:13 [2026-08-20T13:06:13.680Z] Progress (1): 193 kB 15:06:13 [2026-08-20T13:06:13.680Z] 15:06:13 [2026-08-20T13:06:13.680Z] 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.2 MB/s) 15:06:13 [2026-08-20T13:06:13.680Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-dependencies-bom/2.0-build260820/silverpeas-dependencies-bom-2.0-build260820.pom 15:06:13 [2026-08-20T13:06:13.680Z] [INFO] 15:06:13 [2026-08-20T13:06:13.680Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-dependencies-bom --- 15:06:13 [2026-08-20T13:06:13.680Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 15:06:13 [2026-08-20T13:06:13.680Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 15:06:13 [2026-08-20T13:06:13.680Z] 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:13 [2026-08-20T13:06:13.930Z] Progress (1): 33/48 kB 15:06:13 [2026-08-20T13:06:13.930Z] Progress (1): 48 kB 15:06:13 [2026-08-20T13:06:13.930Z] 15:06:13 [2026-08-20T13:06:13.930Z] 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 165 kB/s) 15:06:13 [2026-08-20T13:06:13.930Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml 15:06:14 [2026-08-20T13:06:14.181Z] Progress (1): 915 B 15:06:14 [2026-08-20T13:06:14.181Z] 15:06:14 [2026-08-20T13:06:14.181Z] 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:14 [2026-08-20T13:06:14.181Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml 15:06:14 [2026-08-20T13:06:14.181Z] Progress (1): 915 B 15:06:14 [2026-08-20T13:06:14.181Z] 15:06:14 [2026-08-20T13:06:14.181Z] 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:14 [2026-08-20T13:06:14.181Z] [INFO] ------------------------------------------------------------------------ 15:06:14 [2026-08-20T13:06:14.181Z] [INFO] BUILD SUCCESS 15:06:14 [2026-08-20T13:06:14.181Z] [INFO] ------------------------------------------------------------------------ 15:06:14 [2026-08-20T13:06:14.181Z] [INFO] Total time: 2.209 s 15:06:14 [2026-08-20T13:06:14.181Z] [INFO] Finished at: 2026-08-20T15:06:14+02:00 15:06:14 [2026-08-20T13:06:14.181Z] [INFO] ------------------------------------------------------------------------ 15:06:14 [2026-08-20T13:06:14.182Z] [Pipeline] } 15:06:14 [2026-08-20T13:06:14.188Z] [Pipeline] // dir 15:06:14 [2026-08-20T13:06:14.196Z] [Pipeline] } 15:06:14 [2026-08-20T13:06:14.202Z] [Pipeline] // stage 15:06:14 [2026-08-20T13:06:14.210Z] [Pipeline] stage 15:06:14 [2026-08-20T13:06:14.211Z] [Pipeline] { (Build and Publish test dependencies definition) 15:06:14 [2026-08-20T13:06:14.227Z] [Pipeline] dir 15:06:14 [2026-08-20T13:06:14.227Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies 15:06:14 [2026-08-20T13:06:14.228Z] [Pipeline] { 15:06:14 [2026-08-20T13:06:14.239Z] [Pipeline] git 15:06:14 [2026-08-20T13:06:14.241Z] Selected Git installation does not exist. Using Default 15:06:14 [2026-08-20T13:06:14.241Z] The recommended git tool is: NONE 15:06:14 [2026-08-20T13:06:14.242Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 15:06:14 [2026-08-20T13:06:14.253Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@77821cc0; decorates hudson.Launcher$LocalLauncher@b213194 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 15:06:14 [2026-08-20T13:06:14.254Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies/.git # timeout=10 15:06:14 [2026-08-20T13:06:14.259Z] Fetching changes from the remote Git repository 15:06:14 [2026-08-20T13:06:14.261Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-test-dependencies-bom # timeout=10 15:06:14 [2026-08-20T13:06:14.267Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-test-dependencies-bom 15:06:14 [2026-08-20T13:06:14.267Z] > /usr/bin/git --version # timeout=10 15:06:14 [2026-08-20T13:06:14.271Z] > git --version # 'git version 2.43.0' 15:06:14 [2026-08-20T13:06:14.271Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 15:06:14 [2026-08-20T13:06:14.276Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-test-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:14 [2026-08-20T13:06:14.896Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 15:06:14 [2026-08-20T13:06:14.902Z] Checking out Revision a099b59d24d9b52a26274503c77c74076a7475f2 (refs/remotes/origin/master) 15:06:14 [2026-08-20T13:06:14.902Z] > /usr/bin/git config core.sparsecheckout # timeout=10 15:06:14 [2026-08-20T13:06:14.907Z] > /usr/bin/git checkout -f a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 15:06:14 [2026-08-20T13:06:14.916Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 15:06:14 [2026-08-20T13:06:14.924Z] > /usr/bin/git branch -D master # timeout=10 15:06:14 [2026-08-20T13:06:14.930Z] > /usr/bin/git checkout -b master a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 15:06:14 [2026-08-20T13:06:14.939Z] Commit message: "Drop junit-platform-runner and align the JUnit Platform on the junit-bom" 15:06:14 [2026-08-20T13:06:14.939Z] > /usr/bin/git rev-list --no-walk 8ca13ec6861eb4bca60ef1ccdcc6f9828c8eded8 # timeout=10 15:06:14 [2026-08-20T13:06:14.957Z] [Pipeline] sh 15:06:15 [2026-08-20T13:06:15.212Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260820 15:06:17 [2026-08-20T13:06:17.073Z] [INFO] Scanning for projects... 15:06:17 [2026-08-20T13:06:17.324Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 15:06:17 [2026-08-20T13:06:17.324Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 15:06:17 [2026-08-20T13:06:17.574Z] Progress (1): 4.6 kB 15:06:17 [2026-08-20T13:06:17.574Z] Progress (2): 4.6 kB | 3.9 kB 15:06:17 [2026-08-20T13:06:17.574Z] Progress (2): 9.7 kB | 3.9 kB 15:06:17 [2026-08-20T13:06:17.574Z] Progress (2): 9.7 kB | 7.6 kB 15:06:17 [2026-08-20T13:06:17.574Z] Progress (2): 14 kB | 7.6 kB 15:06:17 [2026-08-20T13:06:17.574Z] Progress (2): 14 kB | 7.7 kB 15:06:17 [2026-08-20T13:06:17.574Z] Progress (2): 14 kB | 12 kB 15:06:17 [2026-08-20T13:06:17.574Z] Progress (2): 14 kB | 18 kB 15:06:17 [2026-08-20T13:06:17.574Z] Progress (2): 14 kB | 20 kB 15:06:17 [2026-08-20T13:06:17.574Z] 15:06:17 [2026-08-20T13:06:17.574Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 40 kB/s) 15:06:17 [2026-08-20T13:06:17.574Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 57 kB/s) 15:06:17 [2026-08-20T13:06:17.574Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 15:06:17 [2026-08-20T13:06:17.574Z] Progress (1): 1.5 kB 15:06:17 [2026-08-20T13:06:17.574Z] 15:06:17 [2026-08-20T13:06:17.574Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 67 kB/s) 15:06:17 [2026-08-20T13:06:17.824Z] [INFO] 15:06:17 [2026-08-20T13:06:17.824Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >----------- 15:06:17 [2026-08-20T13:06:17.824Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-SNAPSHOT 15:06:17 [2026-08-20T13:06:17.824Z] [INFO] from pom.xml 15:06:17 [2026-08-20T13:06:17.824Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:17 [2026-08-20T13:06:17.824Z] [INFO] 15:06:17 [2026-08-20T13:06:17.824Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-test-dependencies-bom --- 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] Searching for local aggregator root... 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] Processing change of org.silverpeas:silverpeas-test-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260820 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] Processing org.silverpeas:silverpeas-test-dependencies-bom 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] Updating project org.silverpeas:silverpeas-test-dependencies-bom 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260820 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] ------------------------------------------------------------------------ 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] BUILD SUCCESS 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] ------------------------------------------------------------------------ 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] Total time: 2.279 s 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] Finished at: 2026-08-20T15:06:18+02:00 15:06:19 [2026-08-20T13:06:19.167Z] [INFO] ------------------------------------------------------------------------ 15:06:19 [2026-08-20T13:06:19.167Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 15:06:21 [2026-08-20T13:06:21.029Z] [INFO] Scanning for projects... 15:06:21 [2026-08-20T13:06:21.029Z] [INFO] 15:06:21 [2026-08-20T13:06:21.029Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >----------- 15:06:21 [2026-08-20T13:06:21.029Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-build260820 15:06:21 [2026-08-20T13:06:21.029Z] [INFO] from pom.xml 15:06:21 [2026-08-20T13:06:21.029Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:21 [2026-08-20T13:06:21.029Z] [INFO] 15:06:21 [2026-08-20T13:06:21.029Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-test-dependencies-bom --- 15:06:21 [2026-08-20T13:06:21.279Z] [INFO] 15:06:21 [2026-08-20T13:06:21.279Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-test-dependencies-bom --- 15:06:21 [2026-08-20T13:06:21.279Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260820/silverpeas-test-dependencies-bom-2.0-build260820.pom 15:06:21 [2026-08-20T13:06:21.279Z] [INFO] 15:06:21 [2026-08-20T13:06:21.279Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-test-dependencies-bom --- 15:06:21 [2026-08-20T13:06:21.279Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 15:06:21 [2026-08-20T13:06:21.279Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 15:06:21 [2026-08-20T13:06:21.530Z] 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:22 [2026-08-20T13:06:22.080Z] Progress (1): 12 kB 15:06:22 [2026-08-20T13:06:22.080Z] 15:06:22 [2026-08-20T13:06:22.080Z] 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 28 kB/s) 15:06:22 [2026-08-20T13:06:22.080Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml 15:06:22 [2026-08-20T13:06:22.080Z] Progress (1): 920 B 15:06:22 [2026-08-20T13:06:22.080Z] 15:06:22 [2026-08-20T13:06:22.080Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (920 B at 17 kB/s) 15:06:22 [2026-08-20T13:06:22.080Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml 15:06:22 [2026-08-20T13:06:22.331Z] Progress (1): 920 B 15:06:22 [2026-08-20T13:06:22.331Z] 15:06:22 [2026-08-20T13:06:22.331Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (920 B at 11 kB/s) 15:06:22 [2026-08-20T13:06:22.331Z] [INFO] ------------------------------------------------------------------------ 15:06:22 [2026-08-20T13:06:22.331Z] [INFO] BUILD SUCCESS 15:06:22 [2026-08-20T13:06:22.331Z] [INFO] ------------------------------------------------------------------------ 15:06:22 [2026-08-20T13:06:22.331Z] [INFO] Total time: 1.542 s 15:06:22 [2026-08-20T13:06:22.331Z] [INFO] Finished at: 2026-08-20T15:06:22+02:00 15:06:22 [2026-08-20T13:06:22.331Z] [INFO] ------------------------------------------------------------------------ 15:06:22 [2026-08-20T13:06:22.332Z] [Pipeline] } 15:06:22 [2026-08-20T13:06:22.335Z] [Pipeline] // dir 15:06:22 [2026-08-20T13:06:22.347Z] [Pipeline] } 15:06:22 [2026-08-20T13:06:22.358Z] [Pipeline] // stage 15:06:22 [2026-08-20T13:06:22.363Z] [Pipeline] stage 15:06:22 [2026-08-20T13:06:22.364Z] [Pipeline] { (Build and publish project definition) 15:06:22 [2026-08-20T13:06:22.375Z] [Pipeline] dir 15:06:22 [2026-08-20T13:06:22.375Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project 15:06:22 [2026-08-20T13:06:22.376Z] [Pipeline] { 15:06:22 [2026-08-20T13:06:22.390Z] [Pipeline] git 15:06:22 [2026-08-20T13:06:22.392Z] Selected Git installation does not exist. Using Default 15:06:22 [2026-08-20T13:06:22.392Z] The recommended git tool is: NONE 15:06:22 [2026-08-20T13:06:22.392Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 15:06:22 [2026-08-20T13:06:22.401Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5ff47141; decorates hudson.Launcher$LocalLauncher@339a73aa will be ignored (a typical symptom is the Git executable not being run inside a designated container) 15:06:22 [2026-08-20T13:06:22.401Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project/.git # timeout=10 15:06:22 [2026-08-20T13:06:22.408Z] Fetching changes from the remote Git repository 15:06:22 [2026-08-20T13:06:22.410Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Project # timeout=10 15:06:22 [2026-08-20T13:06:22.415Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Project 15:06:22 [2026-08-20T13:06:22.415Z] > /usr/bin/git --version # timeout=10 15:06:22 [2026-08-20T13:06:22.420Z] > git --version # 'git version 2.43.0' 15:06:22 [2026-08-20T13:06:22.420Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 15:06:22 [2026-08-20T13:06:22.425Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Project +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:23 [2026-08-20T13:06:23.168Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 15:06:23 [2026-08-20T13:06:23.175Z] Checking out Revision 5a370360b2c7d47ec2960e23ab68acc658633a82 (refs/remotes/origin/master) 15:06:23 [2026-08-20T13:06:23.175Z] > /usr/bin/git config core.sparsecheckout # timeout=10 15:06:23 [2026-08-20T13:06:23.180Z] > /usr/bin/git checkout -f 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 15:06:23 [2026-08-20T13:06:23.187Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 15:06:23 [2026-08-20T13:06:23.194Z] > /usr/bin/git branch -D master # timeout=10 15:06:23 [2026-08-20T13:06:23.201Z] > /usr/bin/git checkout -b master 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 15:06:23 [2026-08-20T13:06:23.209Z] 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:23 [2026-08-20T13:06:23.209Z] > /usr/bin/git rev-list --no-walk 021681972d6345a734b93965ac1fdd06958b9fab # timeout=10 15:06:23 [2026-08-20T13:06:23.228Z] [Pipeline] sh 15:06:23 [2026-08-20T13:06:23.484Z] + sed -i -e s/<silverpeas.bom.version>[0-9a-zA-Z.-]\+/<silverpeas.bom.version>2.0-build260820/g pom.xml 15:06:23 [2026-08-20T13:06:23.489Z] [Pipeline] sh 15:06:23 [2026-08-20T13:06:23.746Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260820 15:06:26 [2026-08-20T13:06:26.229Z] [INFO] Scanning for projects... 15:06:26 [2026-08-20T13:06:26.229Z] [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:26 [2026-08-20T13:06:26.229Z] 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:26 [2026-08-20T13:06:26.779Z] Progress (1): 763 B 15:06:26 [2026-08-20T13:06:26.779Z] Progress (1): 2.2 kB 15:06:26 [2026-08-20T13:06:26.779Z] Progress (1): 5.0 kB 15:06:26 [2026-08-20T13:06:26.779Z] Progress (1): 8.4 kB 15:06:26 [2026-08-20T13:06:26.779Z] Progress (1): 10 kB 15:06:26 [2026-08-20T13:06:26.779Z] 15:06:26 [2026-08-20T13:06:26.779Z] 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 23 kB/s) 15:06:26 [2026-08-20T13:06:26.779Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom 15:06:26 [2026-08-20T13:06:26.779Z] Progress (1): 770 B 15:06:26 [2026-08-20T13:06:26.779Z] Progress (1): 2.4 kB 15:06:26 [2026-08-20T13:06:26.779Z] Progress (1): 4.9 kB 15:06:26 [2026-08-20T13:06:26.779Z] Progress (1): 7.4 kB 15:06:26 [2026-08-20T13:06:26.779Z] 15:06:26 [2026-08-20T13:06:26.779Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (7.4 kB at 156 kB/s) 15:06:26 [2026-08-20T13:06:26.779Z] 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:26 [2026-08-20T13:06:26.779Z] Progress (1): 7.8/83 kB 15:06:26 [2026-08-20T13:06:26.779Z] Progress (1): 8.2/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 16/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 24/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 25/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 33/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 40/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 41/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 49/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 56/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 57/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 66/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 72/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 74/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 82/83 kB 15:06:26 [2026-08-20T13:06:26.780Z] Progress (1): 83 kB 15:06:26 [2026-08-20T13:06:26.780Z] 15:06:26 [2026-08-20T13:06:26.780Z] 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 982 kB/s) 15:06:27 [2026-08-20T13:06:27.030Z] 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:27 [2026-08-20T13:06:27.030Z] Progress (1): 772 B 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 2.2 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 5.0 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 7.8 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 8.5 kB 15:06:27 [2026-08-20T13:06:27.030Z] 15:06:27 [2026-08-20T13:06:27.030Z] 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 185 kB/s) 15:06:27 [2026-08-20T13:06:27.030Z] 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:27 [2026-08-20T13:06:27.030Z] Progress (1): 7.8/32 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 8.2/32 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 16/32 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 24/32 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 25/32 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 32 kB 15:06:27 [2026-08-20T13:06:27.030Z] 15:06:27 [2026-08-20T13:06:27.030Z] 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:27 [2026-08-20T13:06:27.030Z] 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:27 [2026-08-20T13:06:27.030Z] Progress (1): 745 B 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 2.3 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 4.0 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 8.9 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 13 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 15 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 16 kB 15:06:27 [2026-08-20T13:06:27.030Z] 15:06:27 [2026-08-20T13:06:27.030Z] 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:27 [2026-08-20T13:06:27.030Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 770 B 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 2.3 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 4.9 kB 15:06:27 [2026-08-20T13:06:27.030Z] Progress (1): 7.3 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 8.1 kB 15:06:27 [2026-08-20T13:06:27.281Z] 15:06:27 [2026-08-20T13:06:27.281Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 169 kB/s) 15:06:27 [2026-08-20T13:06:27.281Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 728 B 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 1.9 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 5.4 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 9.7 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 14 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 19 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 22 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 26 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 28 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 30 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 33 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 37 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 40 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 42 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 48 kB 15:06:27 [2026-08-20T13:06:27.281Z] 15:06:27 [2026-08-20T13:06:27.281Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 869 kB/s) 15:06:27 [2026-08-20T13:06:27.281Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 745 B 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 2.1 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 4.0 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 6.9 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 12 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 16 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 19 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 21 kB 15:06:27 [2026-08-20T13:06:27.281Z] 15:06:27 [2026-08-20T13:06:27.281Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom (21 kB at 407 kB/s) 15:06:27 [2026-08-20T13:06:27.281Z] 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:27 [2026-08-20T13:06:27.281Z] Progress (1): 7.8/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 8.2/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 16/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 24/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 25/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 33/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 40/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 41/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 49/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 56/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 57/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 66/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 74/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 82/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 82/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 90/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 98/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 98/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 106/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 114/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 115/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 123/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 130/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 131/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 139/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 147/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 147/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 156/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 163/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 164/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 172/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 180/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 180/189 kB 15:06:27 [2026-08-20T13:06:27.281Z] Progress (1): 188/189 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 189 kB 15:06:27 [2026-08-20T13:06:27.531Z] 15:06:27 [2026-08-20T13:06:27.531Z] 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:27 [2026-08-20T13:06:27.531Z] 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:27 [2026-08-20T13:06:27.531Z] Progress (1): 784 B 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 2.2 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 5.1 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 7.5 kB 15:06:27 [2026-08-20T13:06:27.531Z] 15:06:27 [2026-08-20T13:06:27.531Z] 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 182 kB/s) 15:06:27 [2026-08-20T13:06:27.531Z] 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:27 [2026-08-20T13:06:27.531Z] Progress (1): 7.8/30 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 8.2/30 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 16/30 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 24/30 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 25/30 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 30 kB 15:06:27 [2026-08-20T13:06:27.531Z] 15:06:27 [2026-08-20T13:06:27.531Z] 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 657 kB/s) 15:06:27 [2026-08-20T13:06:27.531Z] 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:27 [2026-08-20T13:06:27.531Z] Progress (1): 768 B 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 2.2 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 5.2 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 7.9 kB 15:06:27 [2026-08-20T13:06:27.531Z] Progress (1): 8.5 kB 15:06:27 [2026-08-20T13:06:27.531Z] 15:06:27 [2026-08-20T13:06:27.531Z] 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 185 kB/s) 15:06:27 [2026-08-20T13:06:27.531Z] 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:27 [2026-08-20T13:06:27.782Z] Progress (1): 7.8/37 kB 15:06:27 [2026-08-20T13:06:27.782Z] Progress (1): 8.2/37 kB 15:06:27 [2026-08-20T13:06:27.782Z] Progress (1): 16/37 kB 15:06:27 [2026-08-20T13:06:27.782Z] Progress (1): 24/37 kB 15:06:27 [2026-08-20T13:06:27.782Z] Progress (1): 25/37 kB 15:06:27 [2026-08-20T13:06:27.782Z] Progress (1): 33/37 kB 15:06:27 [2026-08-20T13:06:27.782Z] Progress (1): 37 kB 15:06:27 [2026-08-20T13:06:27.782Z] 15:06:27 [2026-08-20T13:06:27.782Z] 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 657 kB/s) 15:06:27 [2026-08-20T13:06:27.782Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml 15:06:27 [2026-08-20T13:06:27.782Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml 15:06:27 [2026-08-20T13:06:27.782Z] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml 15:06:27 [2026-08-20T13:06:27.782Z] Downloading from central: https://repo.maven.apache.org/maven2/org/silverpeas/maven/maven-metadata.xml 15:06:27 [2026-08-20T13:06:27.782Z] Progress (1): 237 B 15:06:27 [2026-08-20T13:06:27.782Z] 15:06:27 [2026-08-20T13:06:27.782Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml (237 B at 5.6 kB/s) 15:06:27 [2026-08-20T13:06:27.782Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml 15:06:27 [2026-08-20T13:06:27.782Z] Progress (1): 1.5 kB 15:06:27 [2026-08-20T13:06:27.782Z] Progress (2): 1.5 kB | 290 B 15:06:27 [2026-08-20T13:06:27.782Z] 15:06:27 [2026-08-20T13:06:27.782Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 37 kB/s) 15:06:27 [2026-08-20T13:06:27.782Z] Downloading from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml 15:06:27 [2026-08-20T13:06:27.782Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml (290 B at 2.8 kB/s) 15:06:27 [2026-08-20T13:06:27.782Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.032Z] Progress (1): 1.5 kB 15:06:28 [2026-08-20T13:06:28.032Z] Progress (2): 1.5 kB | 237 B 15:06:28 [2026-08-20T13:06:28.032Z] 15:06:28 [2026-08-20T13:06:28.032Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml (237 B at 1.6 kB/s) 15:06:28 [2026-08-20T13:06:28.032Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 23 kB/s) 15:06:28 [2026-08-20T13:06:28.032Z] Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.032Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.032Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.032Z] Progress (1): 237 B 15:06:28 [2026-08-20T13:06:28.032Z] Progress (2): 237 B | 255 B 15:06:28 [2026-08-20T13:06:28.032Z] Progress (3): 237 B | 255 B | 237 B 15:06:28 [2026-08-20T13:06:28.032Z] 15:06:28 [2026-08-20T13:06:28.032Z] 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:28 [2026-08-20T13:06:28.032Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml (237 B at 9.5 kB/s) 15:06:28 [2026-08-20T13:06:28.032Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.032Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.033Z] Progress (2): 237 B | 255 B 15:06:28 [2026-08-20T13:06:28.033Z] 15:06:28 [2026-08-20T13:06:28.033Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml (237 B at 5.9 kB/s) 15:06:28 [2026-08-20T13:06:28.033Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.033Z] Progress (2): 255 B | 4.4 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (2): 255 B | 11 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (2): 255 B | 14 kB 15:06:28 [2026-08-20T13:06:28.033Z] 15:06:28 [2026-08-20T13:06:28.033Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml (14 kB at 357 kB/s) 15:06:28 [2026-08-20T13:06:28.033Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.033Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml (255 B at 1.9 kB/s) 15:06:28 [2026-08-20T13:06:28.033Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 4.6 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 9.7 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 14 kB 15:06:28 [2026-08-20T13:06:28.033Z] 15:06:28 [2026-08-20T13:06:28.033Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 571 kB/s) 15:06:28 [2026-08-20T13:06:28.033Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 3.7 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 9.3 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 15 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 20 kB 15:06:28 [2026-08-20T13:06:28.033Z] 15:06:28 [2026-08-20T13:06:28.033Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml (20 kB at 472 kB/s) 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 3.7 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 7.5 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 13 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 19 kB 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 20 kB 15:06:28 [2026-08-20T13:06:28.033Z] 15:06:28 [2026-08-20T13:06:28.033Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 634 kB/s) 15:06:28 [2026-08-20T13:06:28.033Z] Progress (1): 243 B 15:06:28 [2026-08-20T13:06:28.033Z] 15:06:28 [2026-08-20T13:06:28.033Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml (243 B at 1.3 kB/s) 15:06:28 [2026-08-20T13:06:28.534Z] Progress (1): 243 B 15:06:28 [2026-08-20T13:06:28.534Z] 15:06:28 [2026-08-20T13:06:28.534Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml (243 B at 491 B/s) 15:06:28 [2026-08-20T13:06:28.534Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.534Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 15:06:28 [2026-08-20T13:06:28.534Z] Progress (1): 1.5 kB 15:06:28 [2026-08-20T13:06:28.534Z] Progress (2): 1.5 kB | 1.5 kB 15:06:28 [2026-08-20T13:06:28.534Z] 15:06:28 [2026-08-20T13:06:28.534Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 43 kB/s) 15:06:28 [2026-08-20T13:06:28.534Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 36 kB/s) 15:06:28 [2026-08-20T13:06:28.784Z] [INFO] 15:06:28 [2026-08-20T13:06:28.784Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------ 15:06:28 [2026-08-20T13:06:28.784Z] [INFO] Building Parent POM 2.0-SNAPSHOT 15:06:28 [2026-08-20T13:06:28.784Z] [INFO] from pom.xml 15:06:28 [2026-08-20T13:06:28.784Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:28 [2026-08-20T13:06:28.784Z] [INFO] 15:06:28 [2026-08-20T13:06:28.784Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-project --- 15:06:30 [2026-08-20T13:06:30.127Z] [INFO] Searching for local aggregator root... 15:06:30 [2026-08-20T13:06:30.127Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] Processing change of org.silverpeas:silverpeas-project:2.0-SNAPSHOT -> 2.0-build260820 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] Processing org.silverpeas:silverpeas-project 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] Updating project org.silverpeas:silverpeas-project 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260820 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] ------------------------------------------------------------------------ 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] BUILD SUCCESS 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] ------------------------------------------------------------------------ 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] Total time: 4.255 s 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] Finished at: 2026-08-20T15:06:29+02:00 15:06:30 [2026-08-20T13:06:30.128Z] [INFO] ------------------------------------------------------------------------ 15:06:30 [2026-08-20T13:06:30.128Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 15:06:32 [2026-08-20T13:06:32.611Z] [INFO] Scanning for projects... 15:06:32 [2026-08-20T13:06:32.611Z] [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:32 [2026-08-20T13:06:32.611Z] [INFO] 15:06:32 [2026-08-20T13:06:32.611Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------ 15:06:32 [2026-08-20T13:06:32.611Z] [INFO] Building Parent POM 2.0-build260820 15:06:32 [2026-08-20T13:06:32.611Z] [INFO] from pom.xml 15:06:32 [2026-08-20T13:06:32.611Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:06:32 [2026-08-20T13:06:32.611Z] [INFO] 15:06:32 [2026-08-20T13:06:32.611Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-project --- 15:06:32 [2026-08-20T13:06:32.611Z] [INFO] 15:06:32 [2026-08-20T13:06:32.611Z] [INFO] --- install:3.0.1:install (default-install) @ silverpeas-project --- 15:06:32 [2026-08-20T13:06:32.862Z] 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:33 [2026-08-20T13:06:33.112Z] Progress (1): 937 B 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 2.2 kB 15:06:33 [2026-08-20T13:06:33.112Z] 15:06:33 [2026-08-20T13:06:33.112Z] 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.7 kB/s) 15:06:33 [2026-08-20T13:06:33.112Z] 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:33 [2026-08-20T13:06:33.112Z] Progress (1): 802 B 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 3.2 kB 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 5.1 kB 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 9.1 kB 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 12 kB 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 17 kB 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 20 kB 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 23 kB 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 27 kB 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 30 kB 15:06:33 [2026-08-20T13:06:33.112Z] 15:06:33 [2026-08-20T13:06:33.112Z] 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 591 kB/s) 15:06:33 [2026-08-20T13:06:33.112Z] 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:33 [2026-08-20T13:06:33.112Z] Progress (1): 938 B 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 1.9 kB 15:06:33 [2026-08-20T13:06:33.112Z] 15:06:33 [2026-08-20T13:06:33.112Z] 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 53 kB/s) 15:06:33 [2026-08-20T13:06:33.112Z] 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:33 [2026-08-20T13:06:33.112Z] Progress (1): 801 B 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 2.6 kB 15:06:33 [2026-08-20T13:06:33.112Z] Progress (1): 4.9 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 5.2 kB 15:06:33 [2026-08-20T13:06:33.363Z] 15:06:33 [2026-08-20T13:06:33.363Z] 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 144 kB/s) 15:06:33 [2026-08-20T13:06:33.363Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 703 B 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 2.7 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 6.5 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 9.1 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 12 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 16 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 20 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 23 kB 15:06:33 [2026-08-20T13:06:33.363Z] 15:06:33 [2026-08-20T13:06:33.363Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 511 kB/s) 15:06:33 [2026-08-20T13:06:33.363Z] 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:33 [2026-08-20T13:06:33.363Z] Progress (1): 7.8/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 8.2/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 16/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 24/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 25/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 33/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 40/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 41/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 49/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 56/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 57/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 66/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 74/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 82/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 82/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 90/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 98/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 98/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 106/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 114/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 115/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 123/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 130/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 131/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 139/146 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 146 kB 15:06:33 [2026-08-20T13:06:33.363Z] 15:06:33 [2026-08-20T13:06:33.363Z] 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.5 MB/s) 15:06:33 [2026-08-20T13:06:33.363Z] 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:33 [2026-08-20T13:06:33.363Z] 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:33 [2026-08-20T13:06:33.363Z] Progress (1): 7.8/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 8.2/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 16/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 24/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 25/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 33/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 40/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 41/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 49/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 56/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 57/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 66/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 72/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 74/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 82/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 88/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 90/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 98/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 106/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 114/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 115/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 123/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 130/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 131/136 kB 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 136 kB 15:06:33 [2026-08-20T13:06:33.363Z] 15:06:33 [2026-08-20T13:06:33.363Z] 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.4 MB/s) 15:06:33 [2026-08-20T13:06:33.363Z] Progress (1): 7.8/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 8.2/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 16/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 24/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 25/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 33/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 40/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 41/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 49/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 56/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 57/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 66/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 74/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 82/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 82/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 90/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 98/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 98/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 106/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 114/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 115/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 123/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 130/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 131/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 139/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 146/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 147/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 156/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 162/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 164/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 172/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 178/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 180/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 188/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 194/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 197/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 205/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 210/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 213/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 221/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 226/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 229/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 238/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 242/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 246/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 254/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 258/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 262/263 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 263 kB 15:06:33 [2026-08-20T13:06:33.614Z] 15:06:33 [2026-08-20T13:06:33.614Z] 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 2.1 MB/s) 15:06:33 [2026-08-20T13:06:33.614Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-project/2.0-build260820/silverpeas-project-2.0-build260820.pom 15:06:33 [2026-08-20T13:06:33.614Z] [INFO] 15:06:33 [2026-08-20T13:06:33.614Z] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ silverpeas-project --- 15:06:33 [2026-08-20T13:06:33.614Z] 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:33 [2026-08-20T13:06:33.614Z] Progress (1): 749 B 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 2.6 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 5.0 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 5.3 kB 15:06:33 [2026-08-20T13:06:33.614Z] 15:06:33 [2026-08-20T13:06:33.614Z] 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 167 kB/s) 15:06:33 [2026-08-20T13:06:33.614Z] 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:33 [2026-08-20T13:06:33.614Z] Progress (1): 7.8/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 8.2/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 16/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 24/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 25/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 33/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 40/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 41/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 49/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 56/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 57/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 66/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 72/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 74/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 82/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 88/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 90/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 98/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 106/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 114/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 115/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 123/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 130/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 131/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 139/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 147/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 147/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 156/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 163/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 164/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 172/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 180/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 180/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 188/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 196/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 197/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 205/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 213/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 213/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 221/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 229/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 229/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 238/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 245/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 246/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 254/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 261/262 kB 15:06:33 [2026-08-20T13:06:33.614Z] Progress (1): 262 kB 15:06:33 [2026-08-20T13:06:33.614Z] 15:06:33 [2026-08-20T13:06:33.614Z] 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 4.7 MB/s) 15:06:33 [2026-08-20T13:06:33.864Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 15:06:33 [2026-08-20T13:06:33.864Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 15:06:33 [2026-08-20T13:06:33.864Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260820/silverpeas-project-2.0-build260820.pom 15:06:33 [2026-08-20T13:06:33.864Z] Progress (1): 21 kB 15:06:33 [2026-08-20T13:06:33.864Z] 15:06:33 [2026-08-20T13:06:33.864Z] 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 182 kB/s) 15:06:33 [2026-08-20T13:06:33.865Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml 15:06:33 [2026-08-20T13:06:33.865Z] Progress (1): 906 B 15:06:33 [2026-08-20T13:06:33.865Z] 15:06:33 [2026-08-20T13:06:33.865Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (906 B at 28 kB/s) 15:06:33 [2026-08-20T13:06:33.865Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml 15:06:34 [2026-08-20T13:06:34.115Z] Progress (1): 906 B 15:06:34 [2026-08-20T13:06:34.115Z] 15:06:34 [2026-08-20T13:06:34.115Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (906 B at 11 kB/s) 15:06:34 [2026-08-20T13:06:34.115Z] [INFO] ------------------------------------------------------------------------ 15:06:34 [2026-08-20T13:06:34.115Z] [INFO] BUILD SUCCESS 15:06:34 [2026-08-20T13:06:34.115Z] [INFO] ------------------------------------------------------------------------ 15:06:34 [2026-08-20T13:06:34.115Z] [INFO] Total time: 1.918 s 15:06:34 [2026-08-20T13:06:34.115Z] [INFO] Finished at: 2026-08-20T15:06:33+02:00 15:06:34 [2026-08-20T13:06:34.115Z] [INFO] ------------------------------------------------------------------------ 15:06:34 [2026-08-20T13:06:34.116Z] [Pipeline] } 15:06:34 [2026-08-20T13:06:34.123Z] [Pipeline] // dir 15:06:34 [2026-08-20T13:06:34.131Z] [Pipeline] } 15:06:34 [2026-08-20T13:06:34.139Z] [Pipeline] // stage 15:06:34 [2026-08-20T13:06:34.151Z] [Pipeline] stage 15:06:34 [2026-08-20T13:06:34.152Z] [Pipeline] { (Create YAML build report) 15:06:34 [2026-08-20T13:06:34.171Z] [Pipeline] writeYaml 15:06:34 [2026-08-20T13:06:34.180Z] [Pipeline] } 15:06:34 [2026-08-20T13:06:34.187Z] [Pipeline] // stage 15:06:34 [2026-08-20T13:06:34.198Z] [Pipeline] stage 15:06:34 [2026-08-20T13:06:34.200Z] [Pipeline] { (Declarative: Post Actions) 15:06:34 [2026-08-20T13:06:34.211Z] [Pipeline] step 15:06:34 [2026-08-20T13:06:34.227Z] [Pipeline] script 15:06:34 [2026-08-20T13:06:34.230Z] [Pipeline] { 15:06:34 [2026-08-20T13:06:34.248Z] [Pipeline] } 15:06:34 [2026-08-20T13:06:34.255Z] [Pipeline] // script 15:06:34 [2026-08-20T13:06:34.263Z] [Pipeline] archiveArtifacts 15:06:34 [2026-08-20T13:06:34.266Z] Archiving artifacts 15:06:34 [2026-08-20T13:06:34.274Z] Enregistrement des empreintes numériques 15:06:34 [2026-08-20T13:06:34.283Z] [Pipeline] } 15:06:34 [2026-08-20T13:06:34.286Z] [Pipeline] // stage 15:06:34 [2026-08-20T13:06:34.289Z] [Pipeline] } 15:06:34 [2026-08-20T13:06:34.292Z] [Pipeline] // withEnv 15:06:34 [2026-08-20T13:06:34.297Z] [Pipeline] } 15:06:34 [2026-08-20T13:06:34.297Z] $ docker stop --time=1 e96de83e34f6754e3c8c5ca5ab340222c10e93801bae5fd44fc4f263d419e14c 15:06:35 [2026-08-20T13:06:35.623Z] $ docker rm -f --volumes e96de83e34f6754e3c8c5ca5ab340222c10e93801bae5fd44fc4f263d419e14c 15:06:35 [2026-08-20T13:06:35.700Z] [Pipeline] // withDockerContainer 15:06:35 [2026-08-20T13:06:35.704Z] [Pipeline] } 15:06:35 [2026-08-20T13:06:35.707Z] [Pipeline] // withEnv 15:06:35 [2026-08-20T13:06:35.710Z] [Pipeline] } 15:06:35 [2026-08-20T13:06:35.715Z] [Pipeline] // node 15:06:35 [2026-08-20T13:06:35.721Z] [Pipeline] End of Pipeline 15:06:35 [2026-08-20T13:06:35.765Z] Finished: SUCCESS