Skip to content
15:03:25 [2026-08-20T13:03:25.897Z] Démarré à distance par l'hôte 140.82.115.102
15:03:25 [2026-08-20T13:03:25.897Z] Started by GitHub push by mmoqui
15:03:25 [2026-08-20T13:03:25.897Z] Running as userbuild
15:03:26 [2026-08-20T13:03:26.416Z] Obtained src/builds/project/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
15:03:26 [2026-08-20T13:03:26.490Z] [Pipeline] Start of Pipeline
15:03:26 [2026-08-20T13:03:26.730Z] [Pipeline] node
15:03:26 [2026-08-20T13:03:26.737Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2
15:03:26 [2026-08-20T13:03:26.738Z] [Pipeline] {
15:03:26 [2026-08-20T13:03:26.754Z] [Pipeline] stage
15:03:26 [2026-08-20T13:03:26.755Z] [Pipeline] { (Declarative: Checkout SCM)
15:03:26 [2026-08-20T13:03:26.763Z] [Pipeline] checkout
15:03:26 [2026-08-20T13:03:26.767Z] Selected Git installation does not exist. Using Default
15:03:26 [2026-08-20T13:03:26.767Z] The recommended git tool is: NONE
15:03:26 [2026-08-20T13:03:26.767Z] No credentials specified
15:03:26 [2026-08-20T13:03:26.767Z] Cloning the remote Git repository
15:03:26 [2026-08-20T13:03:26.767Z] Cloning repository https://github.com/Silverpeas/Jenkins-Pipelines.git
15:03:26 [2026-08-20T13:03:26.767Z]  > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2 # timeout=10
15:03:26 [2026-08-20T13:03:26.783Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
15:03:26 [2026-08-20T13:03:26.783Z]  > /usr/bin/git --version # timeout=10
15:03:26 [2026-08-20T13:03:26.788Z]  > git --version # 'git version 2.43.0'
15:03:26 [2026-08-20T13:03:26.788Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:27 [2026-08-20T13:03:27.556Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
15:03:27 [2026-08-20T13:03:27.562Z]  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:27 [2026-08-20T13:03:27.569Z] Avoid second fetch
15:03:27 [2026-08-20T13:03:27.569Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
15:03:27 [2026-08-20T13:03:27.575Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master)
15:03:27 [2026-08-20T13:03:27.575Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
15:03:27 [2026-08-20T13:03:27.580Z]  > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
15:03:27 [2026-08-20T13:03:27.594Z] 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:03:27 [2026-08-20T13:03:27.594Z]  > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
15:03:27 [2026-08-20T13:03:27.610Z] [Pipeline] }
15:03:27 [2026-08-20T13:03:27.614Z] [Pipeline] // stage
15:03:27 [2026-08-20T13:03:27.622Z] [Pipeline] withEnv
15:03:27 [2026-08-20T13:03:27.622Z] [Pipeline] {
15:03:27 [2026-08-20T13:03:27.737Z] [Pipeline] isUnix
15:03:27 [2026-08-20T13:03:27.738Z] [Pipeline] withEnv
15:03:27 [2026-08-20T13:03:27.739Z] [Pipeline] {
15:03:27 [2026-08-20T13:03:27.744Z] [Pipeline] sh
15:03:28 [2026-08-20T13:03:28.000Z] + docker inspect -f . silverpeas/silverbuild
15:03:28 [2026-08-20T13:03:28.000Z] .
15:03:28 [2026-08-20T13:03:28.001Z] [Pipeline] }
15:03:28 [2026-08-20T13:03:28.007Z] [Pipeline] // withEnv
15:03:28 [2026-08-20T13:03:28.012Z] [Pipeline] withDockerContainer
15:03:28 [2026-08-20T13:03:28.044Z] Jenkins does not seem to be running inside a container
15:03:28 [2026-08-20T13:03:28.052Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2 -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2@tmp:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild cat
15:03:28 [2026-08-20T13:03:28.471Z] $ docker top f4214999425a610d29560044262216dd874de127bab24bb54bb99ba93f12342e -eo pid,comm
15:03:28 [2026-08-20T13:03:28.515Z] [Pipeline] {
15:03:28 [2026-08-20T13:03:28.530Z] [Pipeline] withEnv
15:03:28 [2026-08-20T13:03:28.530Z] [Pipeline] {
15:03:28 [2026-08-20T13:03:28.538Z] [Pipeline] stage
15:03:28 [2026-08-20T13:03:28.539Z] [Pipeline] { (Prepare the build)
15:03:28 [2026-08-20T13:03:28.560Z] [Pipeline] echo
15:03:28 [2026-08-20T13:03:28.560Z] Prepare the build 260820...
15:03:28 [2026-08-20T13:03:28.562Z] [Pipeline] sh
15:03:28 [2026-08-20T13:03:28.818Z] + curl -fsSL -o pom1.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Project/master/pom.xml
15:03:28 [2026-08-20T13:03:28.820Z] [Pipeline] script
15:03:28 [2026-08-20T13:03:28.825Z] [Pipeline] {
15:03:28 [2026-08-20T13:03:28.830Z] [Pipeline] readMavenPom
15:03:28 [2026-08-20T13:03:28.834Z] 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:03:28 [2026-08-20T13:03:28.836Z] 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:03:28 [2026-08-20T13:03:28.837Z] 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:03:28 [2026-08-20T13:03:28.837Z] [Pipeline] }
15:03:28 [2026-08-20T13:03:28.842Z] [Pipeline] // script
15:03:28 [2026-08-20T13:03:28.847Z] [Pipeline] sh
15:03:29 [2026-08-20T13:03:29.103Z] + curl -fsSL -o pom2.xml https://raw.githubusercontent.com/Silverpeas/silverpeas-dependencies-bom/master/pom.xml
15:03:29 [2026-08-20T13:03:29.105Z] [Pipeline] script
15:03:29 [2026-08-20T13:03:29.108Z] [Pipeline] {
15:03:29 [2026-08-20T13:03:29.114Z] [Pipeline] readMavenPom
15:03:29 [2026-08-20T13:03:29.119Z] [Pipeline] }
15:03:29 [2026-08-20T13:03:29.123Z] [Pipeline] // script
15:03:29 [2026-08-20T13:03:29.126Z] [Pipeline] sh
15:03:29 [2026-08-20T13:03:29.382Z] + rm -f pom1.xml pom2.xml
15:03:29 [2026-08-20T13:03:29.384Z] [Pipeline] }
15:03:29 [2026-08-20T13:03:29.390Z] [Pipeline] // stage
15:03:29 [2026-08-20T13:03:29.397Z] [Pipeline] stage
15:03:29 [2026-08-20T13:03:29.398Z] [Pipeline] { (Build and Publish dependencies definition)
15:03:29 [2026-08-20T13:03:29.413Z] [Pipeline] dir
15:03:29 [2026-08-20T13:03:29.413Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/dependencies
15:03:29 [2026-08-20T13:03:29.413Z] [Pipeline] {
15:03:29 [2026-08-20T13:03:29.424Z] [Pipeline] git
15:03:29 [2026-08-20T13:03:29.426Z] Selected Git installation does not exist. Using Default
15:03:29 [2026-08-20T13:03:29.426Z] The recommended git tool is: NONE
15:03:29 [2026-08-20T13:03:29.427Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
15:03:29 [2026-08-20T13:03:29.435Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@741e8463; decorates hudson.Launcher$LocalLauncher@3845a542 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
15:03:29 [2026-08-20T13:03:29.436Z] Cloning the remote Git repository
15:03:29 [2026-08-20T13:03:29.436Z] Cloning repository https://github.com/Silverpeas/silverpeas-dependencies-bom
15:03:29 [2026-08-20T13:03:29.436Z]  > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/dependencies # timeout=10
15:03:29 [2026-08-20T13:03:29.445Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-dependencies-bom
15:03:29 [2026-08-20T13:03:29.445Z]  > /usr/bin/git --version # timeout=10
15:03:29 [2026-08-20T13:03:29.449Z]  > git --version # 'git version 2.43.0'
15:03:29 [2026-08-20T13:03:29.449Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
15:03:29 [2026-08-20T13:03:29.455Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:30 [2026-08-20T13:03:30.209Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-dependencies-bom # timeout=10
15:03:30 [2026-08-20T13:03:30.216Z]  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:30 [2026-08-20T13:03:30.223Z] Avoid second fetch
15:03:30 [2026-08-20T13:03:30.223Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
15:03:30 [2026-08-20T13:03:30.228Z] Checking out Revision f002536b42336ef8b1275d9a17bf9d7aefaff73d (refs/remotes/origin/master)
15:03:30 [2026-08-20T13:03:30.228Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
15:03:30 [2026-08-20T13:03:30.233Z]  > /usr/bin/git checkout -f f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10
15:03:30 [2026-08-20T13:03:30.241Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
15:03:30 [2026-08-20T13:03:30.250Z]  > /usr/bin/git checkout -b master f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10
15:03:30 [2026-08-20T13:03:30.260Z] Commit message: "Update some dependencies:"
15:03:30 [2026-08-20T13:03:30.260Z]  > /usr/bin/git rev-list --no-walk f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10
15:03:30 [2026-08-20T13:03:30.277Z] [Pipeline] sh
15:03:30 [2026-08-20T13:03:30.532Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260820
15:03:32 [2026-08-20T13:03:32.395Z] [INFO] Scanning for projects...
15:03:32 [2026-08-20T13:03:32.645Z] 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:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 780 B
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 1.7 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 4.2 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 5.3 kB
15:03:33 [2026-08-20T13:03:33.196Z]                     
15:03:33 [2026-08-20T13:03:33.196Z] 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 15 kB/s)
15:03:33 [2026-08-20T13:03:33.196Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 807 B
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 1.8 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 3.2 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 5.6 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 8.2 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 9.9 kB
15:03:33 [2026-08-20T13:03:33.196Z]                     
15:03:33 [2026-08-20T13:03:33.196Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 236 kB/s)
15:03:33 [2026-08-20T13:03:33.196Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 726 B
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 1.6 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 4.2 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 8.4 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 11 kB 
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 16 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 21 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 23 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 26 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 28 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 30 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 33 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 37 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 39 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 42 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 45 kB
15:03:33 [2026-08-20T13:03:33.196Z]                    
15:03:33 [2026-08-20T13:03:33.196Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 905 kB/s)
15:03:33 [2026-08-20T13:03:33.196Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 743 B
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 1.6 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 3.4 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 5.5 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 9.0 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 14 kB 
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 17 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 19 kB
15:03:33 [2026-08-20T13:03:33.196Z] Progress (1): 21 kB
15:03:33 [2026-08-20T13:03:33.196Z]                    
15:03:33 [2026-08-20T13:03:33.196Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 456 kB/s)
15:03:33 [2026-08-20T13:03:33.196Z] 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:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 0.9/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 2.3/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 3.6/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 5.0/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 6.4/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 7.7/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 9.1/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 10/36 kB 
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 12/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 13/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 15/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 16/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 17/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 19/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 20/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 21/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 23/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 24/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 26/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 27/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 28/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 29/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 33/36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 36 kB   
15:03:33 [2026-08-20T13:03:33.446Z]                    
15:03:33 [2026-08-20T13:03:33.446Z] 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 615 kB/s)
15:03:33 [2026-08-20T13:03:33.446Z] 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:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 822 B
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 2.3 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 3.2 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 6.9 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 8.1 kB
15:03:33 [2026-08-20T13:03:33.446Z]                     
15:03:33 [2026-08-20T13:03:33.446Z] 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:03:33 [2026-08-20T13:03:33.446Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 773 B
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 2.3 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 5.1 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 7.5 kB
15:03:33 [2026-08-20T13:03:33.446Z]                     
15:03:33 [2026-08-20T13:03:33.446Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom (7.5 kB at 213 kB/s)
15:03:33 [2026-08-20T13:03:33.446Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 720 B
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 1.9 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 5.5 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 9.9 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 14 kB 
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 19 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 23 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 25 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 27 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 29 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 32 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 36 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 38 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 42 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 44 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 50 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 50 kB
15:03:33 [2026-08-20T13:03:33.446Z]                    
15:03:33 [2026-08-20T13:03:33.446Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom (50 kB at 1.2 MB/s)
15:03:33 [2026-08-20T13:03:33.446Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 741 B
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 2.1 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 4.0 kB
15:03:33 [2026-08-20T13:03:33.446Z] Progress (1): 6.0 kB
15:03:33 [2026-08-20T13:03:33.447Z] Progress (1): 10 kB 
15:03:33 [2026-08-20T13:03:33.447Z] Progress (1): 16 kB
15:03:33 [2026-08-20T13:03:33.447Z] Progress (1): 19 kB
15:03:33 [2026-08-20T13:03:33.447Z] Progress (1): 20 kB
15:03:33 [2026-08-20T13:03:33.447Z] Progress (1): 23 kB
15:03:33 [2026-08-20T13:03:33.447Z] Progress (1): 24 kB
15:03:33 [2026-08-20T13:03:33.447Z]                    
15:03:33 [2026-08-20T13:03:33.447Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom (24 kB at 756 kB/s)
15:03:33 [2026-08-20T13:03:33.447Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 921 B
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 3.4 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 5.6 kB
15:03:33 [2026-08-20T13:03:33.697Z]                     
15:03:33 [2026-08-20T13:03:33.697Z] 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 177 kB/s)
15:03:33 [2026-08-20T13:03:33.697Z] 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:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 3.8/33 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 8.0/33 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 11/33 kB 
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 16/33 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 20/33 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 24/33 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 28/33 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 33/33 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 33 kB   
15:03:33 [2026-08-20T13:03:33.697Z]                    
15:03:33 [2026-08-20T13:03:33.697Z] 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 776 kB/s)
15:03:33 [2026-08-20T13:03:33.697Z] 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:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 771 B
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 2.2 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 4.9 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 8.6 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 9.2 kB
15:03:33 [2026-08-20T13:03:33.697Z]                     
15:03:33 [2026-08-20T13:03:33.697Z] 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:03:33 [2026-08-20T13:03:33.697Z] 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:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 3.8/40 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 8.0/40 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 11/40 kB 
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 16/40 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 20/40 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 24/40 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 28/40 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 32/40 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 37/40 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 40 kB   
15:03:33 [2026-08-20T13:03:33.697Z]                    
15:03:33 [2026-08-20T13:03:33.697Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar (40 kB at 1.3 MB/s)
15:03:33 [2026-08-20T13:03:33.697Z] 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:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 745 B
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 2.4 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 5.4 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 7.1 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 14 kB 
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 18 kB
15:03:33 [2026-08-20T13:03:33.697Z] Progress (1): 20 kB
15:03:33 [2026-08-20T13:03:33.697Z]                    
15:03:33 [2026-08-20T13:03:33.697Z] 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 602 kB/s)
15:03:33 [2026-08-20T13:03:33.697Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 807 B
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 2.4 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 4.4 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 7.0 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 9.9 kB
15:03:33 [2026-08-20T13:03:33.948Z]                     
15:03:33 [2026-08-20T13:03:33.948Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 319 kB/s)
15:03:33 [2026-08-20T13:03:33.948Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 725 B
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 1.9 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 5.4 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 9.7 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 14 kB 
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 19 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 23 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 26 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 28 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 30 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 34 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 37 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 40 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 45 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 45 kB
15:03:33 [2026-08-20T13:03:33.948Z]                    
15:03:33 [2026-08-20T13:03:33.948Z] 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:03:33 [2026-08-20T13:03:33.948Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 809 B
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 2.2 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 3.2 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 4.7 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 9.5 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 14 kB 
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 18 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 20 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 21 kB
15:03:33 [2026-08-20T13:03:33.948Z]                    
15:03:33 [2026-08-20T13:03:33.948Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 685 kB/s)
15:03:33 [2026-08-20T13:03:33.948Z] 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:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 16/119 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 33/119 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 49/119 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 66/119 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 82/119 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 98/119 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 115/119 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 119 kB    
15:03:33 [2026-08-20T13:03:33.948Z]                     
15:03:33 [2026-08-20T13:03:33.948Z] 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.4 MB/s)
15:03:33 [2026-08-20T13:03:33.948Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
15:03:33 [2026-08-20T13:03:33.948Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 3.7 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 9.5 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 15 kB 
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 20 kB
15:03:33 [2026-08-20T13:03:33.948Z]                    
15:03:33 [2026-08-20T13:03:33.948Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 563 kB/s)
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 4.6 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 9.7 kB
15:03:33 [2026-08-20T13:03:33.948Z] Progress (1): 14 kB 
15:03:33 [2026-08-20T13:03:33.948Z]                    
15:03:33 [2026-08-20T13:03:33.948Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 291 kB/s)
15:03:33 [2026-08-20T13:03:33.948Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
15:03:34 [2026-08-20T13:03:34.198Z] Progress (1): 1.5 kB
15:03:34 [2026-08-20T13:03:34.198Z]                     
15:03:34 [2026-08-20T13:03:34.198Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 45 kB/s)
15:03:34 [2026-08-20T13:03:34.199Z] 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:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 1.9 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 5.5 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 7.9 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 10 kB 
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 12 kB
15:03:34 [2026-08-20T13:03:34.199Z]                    
15:03:34 [2026-08-20T13:03:34.199Z] 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 517 kB/s)
15:03:34 [2026-08-20T13:03:34.199Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 1.1 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 2.9 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 4.6 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 9.3 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 12 kB 
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 15 kB
15:03:34 [2026-08-20T13:03:34.199Z]                    
15:03:34 [2026-08-20T13:03:34.199Z] 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 530 kB/s)
15:03:34 [2026-08-20T13:03:34.199Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 711 B
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 2.5 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 5.0 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 7.2 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 9.6 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 11 kB 
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 13 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 18 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 21 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 26 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 29 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 30 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 34 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 39 kB
15:03:34 [2026-08-20T13:03:34.199Z]                    
15:03:34 [2026-08-20T13:03:34.199Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom (39 kB at 901 kB/s)
15:03:34 [2026-08-20T13:03:34.199Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 908 B
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 2.2 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 5.7 kB
15:03:34 [2026-08-20T13:03:34.199Z]                     
15:03:34 [2026-08-20T13:03:34.199Z] 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 258 kB/s)
15:03:34 [2026-08-20T13:03:34.199Z] 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:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 0.9/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 2.3/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 3.6/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 4.1/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 5.5/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 6.8/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 8.2/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 9.6/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 11/301 kB 
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 12/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 14/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 15/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 16/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 18/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 19/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 21/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 22/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 23/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 25/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 29/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 33/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 37/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 42/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 46/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 50/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 54/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 58/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 63/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 67/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 71/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 75/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 80/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 84/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 88/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 92/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 97/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 101/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 105/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 109/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 113/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 118/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 122/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 126/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 130/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 135/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 135/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 139/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 144/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 148/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 152/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 156/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 161/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 165/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 169/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 173/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 177/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 182/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 186/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 190/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 197/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 213/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 229/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 246/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 262/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 279/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 295/301 kB
15:03:34 [2026-08-20T13:03:34.199Z] Progress (1): 301 kB    
15:03:34 [2026-08-20T13:03:34.199Z]                     
15:03:34 [2026-08-20T13:03:34.199Z] 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 5.2 MB/s)
15:03:34 [2026-08-20T13:03:34.449Z] [INFO] 
15:03:34 [2026-08-20T13:03:34.449Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >-------------
15:03:34 [2026-08-20T13:03:34.449Z] [INFO] Building Silverpeas Dependencies BOM 2.0-SNAPSHOT
15:03:34 [2026-08-20T13:03:34.449Z] [INFO]   from pom.xml
15:03:34 [2026-08-20T13:03:34.449Z] [INFO] --------------------------------[ pom ]---------------------------------
15:03:34 [2026-08-20T13:03:34.449Z] [INFO] 
15:03:34 [2026-08-20T13:03:34.449Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-dependencies-bom ---
15:03:34 [2026-08-20T13:03:34.449Z] 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:03:34 [2026-08-20T13:03:34.449Z] Progress (1): 940 B
15:03:34 [2026-08-20T13:03:34.449Z]                    
15:03:34 [2026-08-20T13:03:34.449Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.pom (940 B at 39 kB/s)
15:03:34 [2026-08-20T13:03:34.449Z] 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:03:34 [2026-08-20T13:03:34.449Z] Progress (1): 1.2 kB
15:03:34 [2026-08-20T13:03:34.449Z] Progress (1): 2.7 kB
15:03:34 [2026-08-20T13:03:34.449Z]                     
15:03:34 [2026-08-20T13:03:34.449Z] 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 107 kB/s)
15:03:34 [2026-08-20T13:03:34.449Z] 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:03:34 [2026-08-20T13:03:34.449Z] Progress (1): 1.4 kB
15:03:34 [2026-08-20T13:03:34.449Z] Progress (1): 2.6 kB
15:03:34 [2026-08-20T13:03:34.450Z]                     
15:03:34 [2026-08-20T13:03:34.450Z] 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 98 kB/s)
15:03:34 [2026-08-20T13:03:34.450Z] 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:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 2.5 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 5.4 kB
15:03:34 [2026-08-20T13:03:34.700Z]                     
15:03:34 [2026-08-20T13:03:34.700Z] 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 125 kB/s)
15:03:34 [2026-08-20T13:03:34.700Z] 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:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 827 B
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 1.9 kB
15:03:34 [2026-08-20T13:03:34.700Z]                     
15:03:34 [2026-08-20T13:03:34.700Z] 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 64 kB/s)
15:03:34 [2026-08-20T13:03:34.700Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 816 B
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 2.5 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 4.6 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 8.1 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 12 kB 
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 15 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 18 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 21 kB
15:03:34 [2026-08-20T13:03:34.700Z]                    
15:03:34 [2026-08-20T13:03:34.700Z] 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 757 kB/s)
15:03:34 [2026-08-20T13:03:34.700Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 727 B
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 1.9 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 5.4 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 9.8 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 14 kB 
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 19 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 23 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 26 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 27 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 30 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 34 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 37 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 41 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 43 kB
15:03:34 [2026-08-20T13:03:34.700Z]                    
15:03:34 [2026-08-20T13:03:34.700Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.0 MB/s)
15:03:34 [2026-08-20T13:03:34.700Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 771 B
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 2.2 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 4.0 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 7.7 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 13 kB 
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 16 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 18 kB
15:03:34 [2026-08-20T13:03:34.700Z]                    
15:03:34 [2026-08-20T13:03:34.700Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 376 kB/s)
15:03:34 [2026-08-20T13:03:34.700Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 976 B
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 4.3 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 7.7 kB
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 12 kB 
15:03:34 [2026-08-20T13:03:34.700Z] Progress (1): 13 kB
15:03:34 [2026-08-20T13:03:34.700Z]                    
15:03:34 [2026-08-20T13:03:34.700Z] 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 366 kB/s)
15:03:34 [2026-08-20T13:03:34.950Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.pom
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 998 B
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 3.3 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 6.3 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 9.6 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 9.9 kB
15:03:34 [2026-08-20T13:03:34.950Z]                     
15:03:34 [2026-08-20T13:03:34.950Z] 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 229 kB/s)
15:03:34 [2026-08-20T13:03:34.950Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 949 B
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 2.9 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 4.1 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 6.1 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 9.9 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 12 kB 
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 15 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 18 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 21 kB
15:03:34 [2026-08-20T13:03:34.950Z] Progress (1): 24 kB
15:03:34 [2026-08-20T13:03:34.950Z]                    
15:03:34 [2026-08-20T13:03:34.950Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom (24 kB at 739 kB/s)
15:03:34 [2026-08-20T13:03:34.950Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 967 B
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 2.7 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 4.5 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 6.3 kB
15:03:34 [2026-08-20T13:03:34.951Z]                     
15:03:34 [2026-08-20T13:03:34.951Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 203 kB/s)
15:03:34 [2026-08-20T13:03:34.951Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 951 B
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 2.6 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 4.1 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 6.6 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 9.7 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 12 kB 
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 15 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 18 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 21 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 24 kB
15:03:34 [2026-08-20T13:03:34.951Z]                    
15:03:34 [2026-08-20T13:03:34.951Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 906 kB/s)
15:03:34 [2026-08-20T13:03:34.951Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 740 B
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 1.8 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 4.1 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 5.5 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 7.5 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 9.7 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 12 kB 
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 16 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 19 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 22 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 25 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 28 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 32 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 33 kB
15:03:34 [2026-08-20T13:03:34.951Z]                    
15:03:34 [2026-08-20T13:03:34.951Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom (33 kB at 1.4 MB/s)
15:03:34 [2026-08-20T13:03:34.951Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 699 B
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 1.9 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 3.2 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 4.7 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 6.8 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 9.5 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 11 kB 
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 14 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 16 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 18 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 21 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 23 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 25 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 29 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 32 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 32 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 37 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 41 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 45 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 47 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 50 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 52 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 56 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 58 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 61 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 64 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 68 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 71 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 74 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 76 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 78 kB
15:03:34 [2026-08-20T13:03:34.951Z] Progress (1): 80 kB
15:03:34 [2026-08-20T13:03:34.951Z]                    
15:03:34 [2026-08-20T13:03:34.951Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom (80 kB at 2.7 MB/s)
15:03:34 [2026-08-20T13:03:34.951Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 739 B
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 2.1 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 4.0 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 5.9 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 11 kB 
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 15 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 19 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 22 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 24 kB
15:03:35 [2026-08-20T13:03:35.205Z]                    
15:03:35 [2026-08-20T13:03:35.205Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom (24 kB at 674 kB/s)
15:03:35 [2026-08-20T13:03:35.205Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 908 B
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 4.1 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 5.7 kB
15:03:35 [2026-08-20T13:03:35.205Z]                     
15:03:35 [2026-08-20T13:03:35.205Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom (5.7 kB at 210 kB/s)
15:03:35 [2026-08-20T13:03:35.205Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.pom
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 760 B
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 2.2 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 4.4 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 6.1 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 8.4 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 11 kB 
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 14 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 16 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 19 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 22 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 26 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 26 kB
15:03:35 [2026-08-20T13:03:35.205Z]                    
15:03:35 [2026-08-20T13:03:35.205Z] 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 605 kB/s)
15:03:35 [2026-08-20T13:03:35.205Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 701 B
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 1.9 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 3.2 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 4.7 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 6.8 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 9.2 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 11 kB 
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 13 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 16 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 18 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 21 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 23 kB
15:03:35 [2026-08-20T13:03:35.205Z] Progress (1): 25 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 29 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 32 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 32 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 37 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 41 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 45 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 47 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 50 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 52 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 56 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 58 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 61 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 64 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 69 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 71 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 74 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 76 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 78 kB
15:03:35 [2026-08-20T13:03:35.206Z]                    
15:03:35 [2026-08-20T13:03:35.206Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom (78 kB at 2.2 MB/s)
15:03:35 [2026-08-20T13:03:35.206Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 908 B
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 4.1 kB
15:03:35 [2026-08-20T13:03:35.206Z] Progress (1): 5.6 kB
15:03:35 [2026-08-20T13:03:35.206Z]                     
15:03:35 [2026-08-20T13:03:35.206Z] 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 182 kB/s)
15:03:35 [2026-08-20T13:03:35.206Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom
15:03:35 [2026-08-20T13:03:35.456Z] Progress (1): 814 B
15:03:35 [2026-08-20T13:03:35.456Z] Progress (1): 2.6 kB
15:03:35 [2026-08-20T13:03:35.456Z] Progress (1): 3.7 kB
15:03:35 [2026-08-20T13:03:35.456Z]                     
15:03:35 [2026-08-20T13:03:35.456Z] 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 77 kB/s)
15:03:35 [2026-08-20T13:03:35.456Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
15:03:35 [2026-08-20T13:03:35.456Z] Progress (1): 792 B
15:03:35 [2026-08-20T13:03:35.456Z] Progress (1): 2.8 kB
15:03:35 [2026-08-20T13:03:35.456Z] Progress (1): 6.8 kB
15:03:35 [2026-08-20T13:03:35.456Z] Progress (1): 7.7 kB
15:03:35 [2026-08-20T13:03:35.456Z] Progress (1): 9.3 kB
15:03:35 [2026-08-20T13:03:35.456Z] Progress (1): 11 kB 
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 15 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 19 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 22 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 26 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 29 kB
15:03:35 [2026-08-20T13:03:35.457Z]                    
15:03:35 [2026-08-20T13:03:35.457Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 812 kB/s)
15:03:35 [2026-08-20T13:03:35.457Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 908 B
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 4.1 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 5.6 kB
15:03:35 [2026-08-20T13:03:35.457Z]                     
15:03:35 [2026-08-20T13:03:35.457Z] 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 257 kB/s)
15:03:35 [2026-08-20T13:03:35.457Z] 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:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 798 B
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 2.3 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 5.4 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 5.4 kB
15:03:35 [2026-08-20T13:03:35.457Z]                     
15:03:35 [2026-08-20T13:03:35.457Z] 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 207 kB/s)
15:03:35 [2026-08-20T13:03:35.457Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 811 B
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 2.3 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 3.8 kB
15:03:35 [2026-08-20T13:03:35.457Z]                     
15:03:35 [2026-08-20T13:03:35.457Z] 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 118 kB/s)
15:03:35 [2026-08-20T13:03:35.457Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 780 B
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 2.1 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 6.0 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 9.4 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 14 kB 
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 19 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 23 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 26 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 28 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 30 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 34 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 37 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 40 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 43 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 47 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 47 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 50 kB
15:03:35 [2026-08-20T13:03:35.457Z]                    
15:03:35 [2026-08-20T13:03:35.457Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 1.7 MB/s)
15:03:35 [2026-08-20T13:03:35.457Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 733 B
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 2.0 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 4.0 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 5.9 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 10 kB 
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 16 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 19 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 22 kB
15:03:35 [2026-08-20T13:03:35.457Z] Progress (1): 24 kB
15:03:35 [2026-08-20T13:03:35.457Z]                    
15:03:35 [2026-08-20T13:03:35.457Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom (24 kB at 864 kB/s)
15:03:35 [2026-08-20T13:03:35.457Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 1.0 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 2.7 kB
15:03:35 [2026-08-20T13:03:35.707Z]                     
15:03:35 [2026-08-20T13:03:35.707Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 95 kB/s)
15:03:35 [2026-08-20T13:03:35.707Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 1.0 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 3.0 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 5.9 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 8.7 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 12 kB 
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 14 kB
15:03:35 [2026-08-20T13:03:35.707Z]                    
15:03:35 [2026-08-20T13:03:35.707Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 503 kB/s)
15:03:35 [2026-08-20T13:03:35.707Z] 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:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 825 B
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 2.8 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 2.8 kB
15:03:35 [2026-08-20T13:03:35.707Z]                     
15:03:35 [2026-08-20T13:03:35.707Z] 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 88 kB/s)
15:03:35 [2026-08-20T13:03:35.707Z] 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:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 774 B
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 2.2 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 6.0 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 9.6 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 13 kB 
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 16 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 18 kB
15:03:35 [2026-08-20T13:03:35.707Z]                    
15:03:35 [2026-08-20T13:03:35.707Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 568 kB/s)
15:03:35 [2026-08-20T13:03:35.707Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 717 B
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 1.9 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 5.4 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 9.9 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 14 kB 
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 19 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 23 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 26 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 27 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 30 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 34 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 36 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 39 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 44 kB
15:03:35 [2026-08-20T13:03:35.707Z]                    
15:03:35 [2026-08-20T13:03:35.707Z] 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:03:35 [2026-08-20T13:03:35.707Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 753 B
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 2.1 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 3.9 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 8.3 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 13 kB 
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 16 kB
15:03:35 [2026-08-20T13:03:35.707Z] Progress (1): 17 kB
15:03:35 [2026-08-20T13:03:35.707Z]                    
15:03:35 [2026-08-20T13:03:35.707Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 535 kB/s)
15:03:35 [2026-08-20T13:03:35.707Z] 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:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 843 B
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 2.6 kB
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 2.6 kB
15:03:35 [2026-08-20T13:03:35.958Z]                     
15:03:35 [2026-08-20T13:03:35.958Z] 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 91 kB/s)
15:03:35 [2026-08-20T13:03:35.958Z] 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:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 791 B
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 2.4 kB
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 2.8 kB
15:03:35 [2026-08-20T13:03:35.958Z]                     
15:03:35 [2026-08-20T13:03:35.958Z] 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 66 kB/s)
15:03:35 [2026-08-20T13:03:35.958Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 811 B
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 2.3 kB
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 3.8 kB
15:03:35 [2026-08-20T13:03:35.958Z]                     
15:03:35 [2026-08-20T13:03:35.958Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom (3.8 kB at 135 kB/s)
15:03:35 [2026-08-20T13:03:35.958Z] 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:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 835 B
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 1.4 kB
15:03:35 [2026-08-20T13:03:35.958Z]                     
15:03:35 [2026-08-20T13:03:35.958Z] 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 46 kB/s)
15:03:35 [2026-08-20T13:03:35.958Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 797 B
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 2.3 kB
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 3.6 kB
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 8.1 kB
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 11 kB 
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 15 kB
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 17 kB
15:03:35 [2026-08-20T13:03:35.958Z]                    
15:03:35 [2026-08-20T13:03:35.958Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom (17 kB at 555 kB/s)
15:03:35 [2026-08-20T13:03:35.958Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 908 B
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 4.1 kB
15:03:35 [2026-08-20T13:03:35.958Z] Progress (1): 5.6 kB
15:03:35 [2026-08-20T13:03:35.958Z]                     
15:03:35 [2026-08-20T13:03:35.958Z] 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 195 kB/s)
15:03:35 [2026-08-20T13:03:35.958Z] 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:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 788 B
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 2.3 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 5.8 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 8.6 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 8.8 kB
15:03:36 [2026-08-20T13:03:36.209Z]                     
15:03:36 [2026-08-20T13:03:36.209Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom (8.8 kB at 302 kB/s)
15:03:36 [2026-08-20T13:03:36.209Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 908 B
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 4.1 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 5.6 kB
15:03:36 [2026-08-20T13:03:36.209Z]                     
15:03:36 [2026-08-20T13:03:36.209Z] 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 209 kB/s)
15:03:36 [2026-08-20T13:03:36.209Z] 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:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 793 B
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 2.3 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 4.3 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 5.9 kB
15:03:36 [2026-08-20T13:03:36.209Z]                     
15:03:36 [2026-08-20T13:03:36.209Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 203 kB/s)
15:03:36 [2026-08-20T13:03:36.209Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 812 B
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 2.2 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 3.2 kB
15:03:36 [2026-08-20T13:03:36.209Z]                     
15:03:36 [2026-08-20T13:03:36.209Z] 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 134 kB/s)
15:03:36 [2026-08-20T13:03:36.209Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 724 B
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 1.9 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 5.5 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 9.8 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 14 kB 
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 19 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 23 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 26 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 28 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 31 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 34 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 37 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 40 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 43 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 48 kB
15:03:36 [2026-08-20T13:03:36.209Z]                    
15:03:36 [2026-08-20T13:03:36.209Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.6 MB/s)
15:03:36 [2026-08-20T13:03:36.209Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 741 B
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 2.1 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 3.9 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 6.9 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 12 kB 
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 16 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 19 kB
15:03:36 [2026-08-20T13:03:36.209Z] Progress (1): 21 kB
15:03:36 [2026-08-20T13:03:36.209Z]                    
15:03:36 [2026-08-20T13:03:36.209Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 648 kB/s)
15:03:36 [2026-08-20T13:03:36.209Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 810 B
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 2.3 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 4.7 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 6.5 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 8.6 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 11 kB 
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 14 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 17 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 20 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 21 kB
15:03:36 [2026-08-20T13:03:36.460Z]                    
15:03:36 [2026-08-20T13:03:36.460Z] 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 613 kB/s)
15:03:36 [2026-08-20T13:03:36.460Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 699 B
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 1.9 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 3.2 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 4.7 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 6.8 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 9.4 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 11 kB 
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 14 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 16 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 18 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 21 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 23 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 25 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 29 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 32 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 32 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 37 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 41 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 45 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 47 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 50 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 52 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 56 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 58 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 61 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 64 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 68 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 71 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 74 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 76 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 78 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 79 kB
15:03:36 [2026-08-20T13:03:36.460Z]                    
15:03:36 [2026-08-20T13:03:36.460Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom (79 kB at 1.9 MB/s)
15:03:36 [2026-08-20T13:03:36.460Z] 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:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 789 B
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 2.7 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 5.8 kB
15:03:36 [2026-08-20T13:03:36.460Z]                     
15:03:36 [2026-08-20T13:03:36.460Z] 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 182 kB/s)
15:03:36 [2026-08-20T13:03:36.460Z] 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:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 758 B
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 2.2 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 5.4 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 8.4 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 12 kB 
15:03:36 [2026-08-20T13:03:36.460Z]                    
15:03:36 [2026-08-20T13:03:36.460Z] 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 443 kB/s)
15:03:36 [2026-08-20T13:03:36.460Z] 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:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 904 B
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 3.1 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 4.2 kB
15:03:36 [2026-08-20T13:03:36.460Z]                     
15:03:36 [2026-08-20T13:03:36.460Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 113 kB/s)
15:03:36 [2026-08-20T13:03:36.460Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 916 B
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 2.9 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 3.2 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 5.4 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 9.8 kB
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 12 kB 
15:03:36 [2026-08-20T13:03:36.460Z] Progress (1): 14 kB
15:03:36 [2026-08-20T13:03:36.460Z]                    
15:03:36 [2026-08-20T13:03:36.460Z] 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 352 kB/s)
15:03:36 [2026-08-20T13:03:36.460Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 838 B
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 2.7 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 6.5 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 6.6 kB
15:03:36 [2026-08-20T13:03:36.711Z]                     
15:03:36 [2026-08-20T13:03:36.711Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 164 kB/s)
15:03:36 [2026-08-20T13:03:36.711Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 1.4 kB
15:03:36 [2026-08-20T13:03:36.711Z]                     
15:03:36 [2026-08-20T13:03:36.711Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 33 kB/s)
15:03:36 [2026-08-20T13:03:36.711Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 1.1 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 2.4 kB
15:03:36 [2026-08-20T13:03:36.711Z]                     
15:03:36 [2026-08-20T13:03:36.711Z] 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:03:36 [2026-08-20T13:03:36.711Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 993 B
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 3.4 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 7.9 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 7.9 kB
15:03:36 [2026-08-20T13:03:36.711Z]                     
15:03:36 [2026-08-20T13:03:36.711Z] 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 220 kB/s)
15:03:36 [2026-08-20T13:03:36.711Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 1.1 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 3.6 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 7.1 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 13 kB 
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 17 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 20 kB
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 21 kB
15:03:36 [2026-08-20T13:03:36.711Z]                    
15:03:36 [2026-08-20T13:03:36.711Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 627 kB/s)
15:03:36 [2026-08-20T13:03:36.711Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
15:03:36 [2026-08-20T13:03:36.711Z] Progress (1): 1.0 kB
15:03:36 [2026-08-20T13:03:36.711Z]                     
15:03:36 [2026-08-20T13:03:36.711Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 28 kB/s)
15:03:36 [2026-08-20T13:03:36.711Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
15:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 612 B
15:03:36 [2026-08-20T13:03:36.961Z]                    
15:03:36 [2026-08-20T13:03:36.961Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 23 kB/s)
15:03:36 [2026-08-20T13:03:36.961Z] 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:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 914 B
15:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 2.6 kB
15:03:36 [2026-08-20T13:03:36.961Z]                     
15:03:36 [2026-08-20T13:03:36.961Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 105 kB/s)
15:03:36 [2026-08-20T13:03:36.961Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
15:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 860 B
15:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 2.8 kB
15:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 5.1 kB
15:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 9.6 kB
15:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 11 kB 
15:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 14 kB
15:03:36 [2026-08-20T13:03:36.961Z]                    
15:03:36 [2026-08-20T13:03:36.961Z] 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 437 kB/s)
15:03:36 [2026-08-20T13:03:36.961Z] 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:03:36 [2026-08-20T13:03:36.961Z] Progress (1): 815 B
15:03:36 [2026-08-20T13:03:36.961Z]                    
15:03:36 [2026-08-20T13:03:36.962Z] 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 26 kB/s)
15:03:36 [2026-08-20T13:03:36.962Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 1.3 kB
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 4.2 kB
15:03:36 [2026-08-20T13:03:36.962Z]                     
15:03:36 [2026-08-20T13:03:36.962Z] 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 157 kB/s)
15:03:36 [2026-08-20T13:03:36.962Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 825 B
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 3.0 kB
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 6.1 kB
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 9.0 kB
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 13 kB 
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 17 kB
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 17 kB
15:03:36 [2026-08-20T13:03:36.962Z]                    
15:03:36 [2026-08-20T13:03:36.962Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 524 kB/s)
15:03:36 [2026-08-20T13:03:36.962Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 930 B
15:03:36 [2026-08-20T13:03:36.962Z] Progress (1): 3.0 kB
15:03:37 [2026-08-20T13:03:37.212Z] Progress (1): 6.0 kB
15:03:37 [2026-08-20T13:03:37.212Z] Progress (1): 7.3 kB
15:03:37 [2026-08-20T13:03:37.212Z]                     
15:03:37 [2026-08-20T13:03:37.212Z] 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 183 kB/s)
15:03:37 [2026-08-20T13:03:37.212Z] [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:03:37 [2026-08-20T13:03:37.212Z] [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:03:37 [2026-08-20T13:03:37.212Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
15:03:37 [2026-08-20T13:03:37.212Z] 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:03:37 [2026-08-20T13:03:37.212Z] [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:03:37 [2026-08-20T13:03:37.212Z] [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:03:37 [2026-08-20T13:03:37.212Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
15:03:37 [2026-08-20T13:03:37.212Z] 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:03:37 [2026-08-20T13:03:37.212Z] [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:03:37 [2026-08-20T13:03:37.213Z] [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:03:37 [2026-08-20T13:03:37.213Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
15:03:37 [2026-08-20T13:03:37.213Z] 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:03:37 [2026-08-20T13:03:37.213Z] 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:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 815 B
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 3.7 kB
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 3.9 kB
15:03:37 [2026-08-20T13:03:37.213Z]                     
15:03:37 [2026-08-20T13:03:37.213Z] 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 126 kB/s)
15:03:37 [2026-08-20T13:03:37.213Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.pom
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 740 B
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 2.0 kB
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 3.8 kB
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 6.5 kB
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 8.9 kB
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 13 kB 
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 15 kB
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 19 kB
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 22 kB
15:03:37 [2026-08-20T13:03:37.213Z] Progress (1): 24 kB
15:03:37 [2026-08-20T13:03:37.213Z]                    
15:03:37 [2026-08-20T13:03:37.213Z] 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 790 kB/s)
15:03:37 [2026-08-20T13:03:37.213Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 700 B
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 1.9 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 3.2 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 4.7 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 6.8 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 9.4 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 11 kB 
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 14 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 16 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 19 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 21 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 23 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 25 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 29 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 32 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 32 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 36 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 41 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 44 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 46 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 50 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 52 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 55 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 58 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 60 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 63 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 67 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 70 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 73 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 75 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 77 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 79 kB
15:03:37 [2026-08-20T13:03:37.463Z]                    
15:03:37 [2026-08-20T13:03:37.463Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom (79 kB at 2.4 MB/s)
15:03:37 [2026-08-20T13:03:37.463Z] 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:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 802 B
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 3.5 kB
15:03:37 [2026-08-20T13:03:37.463Z] Progress (1): 7.8 kB
15:03:37 [2026-08-20T13:03:37.463Z]                     
15:03:37 [2026-08-20T13:03:37.464Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom (7.8 kB at 267 kB/s)
15:03:37 [2026-08-20T13:03:37.464Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.pom
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 1.2 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 2.8 kB
15:03:37 [2026-08-20T13:03:37.464Z]                     
15:03:37 [2026-08-20T13:03:37.464Z] 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 103 kB/s)
15:03:37 [2026-08-20T13:03:37.464Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 689 B
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 2.5 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 6.4 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 8.8 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 11 kB 
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 12 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 16 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 21 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 23 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 28 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 31 kB
15:03:37 [2026-08-20T13:03:37.464Z]                    
15:03:37 [2026-08-20T13:03:37.464Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom (31 kB at 1.3 MB/s)
15:03:37 [2026-08-20T13:03:37.464Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 1.3 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 3.0 kB
15:03:37 [2026-08-20T13:03:37.464Z]                     
15:03:37 [2026-08-20T13:03:37.464Z] 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 101 kB/s)
15:03:37 [2026-08-20T13:03:37.464Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 792 B
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 2.8 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 6.8 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 7.7 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 9.3 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 11 kB 
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 15 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 19 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 23 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 27 kB
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 28 kB
15:03:37 [2026-08-20T13:03:37.464Z]                    
15:03:37 [2026-08-20T13:03:37.464Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 1.1 MB/s)
15:03:37 [2026-08-20T13:03:37.464Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 908 B
15:03:37 [2026-08-20T13:03:37.464Z] Progress (1): 4.1 kB
15:03:37 [2026-08-20T13:03:37.714Z] Progress (1): 5.6 kB
15:03:37 [2026-08-20T13:03:37.714Z]                     
15:03:37 [2026-08-20T13:03:37.714Z] 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 195 kB/s)
15:03:37 [2026-08-20T13:03:37.714Z] 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:03:37 [2026-08-20T13:03:37.714Z] Progress (1): 774 B
15:03:37 [2026-08-20T13:03:37.714Z] Progress (1): 2.7 kB
15:03:37 [2026-08-20T13:03:37.714Z] Progress (1): 6.9 kB
15:03:37 [2026-08-20T13:03:37.714Z] Progress (1): 7.4 kB
15:03:37 [2026-08-20T13:03:37.714Z]                     
15:03:37 [2026-08-20T13:03:37.714Z] 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 211 kB/s)
15:03:37 [2026-08-20T13:03:37.714Z] 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:03:37 [2026-08-20T13:03:37.714Z] Progress (1): 797 B
15:03:37 [2026-08-20T13:03:37.714Z] Progress (1): 2.3 kB
15:03:37 [2026-08-20T13:03:37.714Z] Progress (1): 3.0 kB
15:03:37 [2026-08-20T13:03:37.714Z]                     
15:03:37 [2026-08-20T13:03:37.715Z] 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 84 kB/s)
15:03:37 [2026-08-20T13:03:37.715Z] 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:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 818 B
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 2.9 kB
15:03:37 [2026-08-20T13:03:37.715Z]                     
15:03:37 [2026-08-20T13:03:37.715Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom (2.9 kB at 121 kB/s)
15:03:37 [2026-08-20T13:03:37.715Z] 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:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 823 B
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 2.5 kB
15:03:37 [2026-08-20T13:03:37.715Z]                     
15:03:37 [2026-08-20T13:03:37.715Z] 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 109 kB/s)
15:03:37 [2026-08-20T13:03:37.715Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 808 B
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 2.4 kB
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 4.1 kB
15:03:37 [2026-08-20T13:03:37.715Z]                     
15:03:37 [2026-08-20T13:03:37.715Z] 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 150 kB/s)
15:03:37 [2026-08-20T13:03:37.715Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 988 B
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 4.2 kB
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 7.6 kB
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 9.4 kB
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 12 kB 
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 16 kB
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 19 kB
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 24 kB
15:03:37 [2026-08-20T13:03:37.715Z] Progress (1): 25 kB
15:03:37 [2026-08-20T13:03:37.715Z]                    
15:03:37 [2026-08-20T13:03:37.715Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom (25 kB at 940 kB/s)
15:03:37 [2026-08-20T13:03:37.715Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 801 B
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 2.2 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 5.1 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 9.4 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 12 kB 
15:03:37 [2026-08-20T13:03:37.965Z]                    
15:03:37 [2026-08-20T13:03:37.965Z] 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 324 kB/s)
15:03:37 [2026-08-20T13:03:37.965Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 810 B
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 2.6 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 5.2 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 7.7 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 9.5 kB
15:03:37 [2026-08-20T13:03:37.965Z]                     
15:03:37 [2026-08-20T13:03:37.965Z] 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 317 kB/s)
15:03:37 [2026-08-20T13:03:37.965Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 812 B
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 2.2 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 5.3 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 7.9 kB
15:03:37 [2026-08-20T13:03:37.965Z]                     
15:03:37 [2026-08-20T13:03:37.965Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom (7.9 kB at 220 kB/s)
15:03:37 [2026-08-20T13:03:37.965Z] 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:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 862 B
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 2.6 kB
15:03:37 [2026-08-20T13:03:37.965Z]                     
15:03:37 [2026-08-20T13:03:37.965Z] 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 95 kB/s)
15:03:37 [2026-08-20T13:03:37.965Z] 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:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 816 B
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 2.2 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 4.5 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 7.5 kB
15:03:37 [2026-08-20T13:03:37.965Z] Progress (1): 8.0 kB
15:03:37 [2026-08-20T13:03:37.965Z]                     
15:03:37 [2026-08-20T13:03:37.966Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom (8.0 kB at 276 kB/s)
15:03:37 [2026-08-20T13:03:37.966Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom
15:03:37 [2026-08-20T13:03:37.966Z] Progress (1): 808 B
15:03:37 [2026-08-20T13:03:37.966Z] Progress (1): 2.5 kB
15:03:37 [2026-08-20T13:03:37.966Z] Progress (1): 5.9 kB
15:03:37 [2026-08-20T13:03:37.966Z] Progress (1): 7.8 kB
15:03:37 [2026-08-20T13:03:37.966Z]                     
15:03:37 [2026-08-20T13:03:37.966Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 311 kB/s)
15:03:37 [2026-08-20T13:03:37.966Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
15:03:37 [2026-08-20T13:03:37.966Z] Progress (1): 1.3 kB
15:03:37 [2026-08-20T13:03:37.966Z] Progress (1): 4.5 kB
15:03:37 [2026-08-20T13:03:37.966Z] Progress (1): 8.2 kB
15:03:37 [2026-08-20T13:03:37.966Z] Progress (1): 10 kB 
15:03:37 [2026-08-20T13:03:37.966Z]                    
15:03:37 [2026-08-20T13:03:37.966Z] 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 419 kB/s)
15:03:38 [2026-08-20T13:03:38.216Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 801 B
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 2.2 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 6.0 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 9.4 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 12 kB 
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 14 kB
15:03:38 [2026-08-20T13:03:38.216Z]                    
15:03:38 [2026-08-20T13:03:38.216Z] 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 512 kB/s)
15:03:38 [2026-08-20T13:03:38.216Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 1.0 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 3.3 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 3.8 kB
15:03:38 [2026-08-20T13:03:38.216Z]                     
15:03:38 [2026-08-20T13:03:38.216Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 120 kB/s)
15:03:38 [2026-08-20T13:03:38.216Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 1.0 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 3.2 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 6.0 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 9.1 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 12 kB 
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 14 kB
15:03:38 [2026-08-20T13:03:38.216Z]                    
15:03:38 [2026-08-20T13:03:38.216Z] 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 511 kB/s)
15:03:38 [2026-08-20T13:03:38.216Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 764 B
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 2.2 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 3.8 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 5.9 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 9.2 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 12 kB 
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 16 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 19 kB
15:03:38 [2026-08-20T13:03:38.216Z]                    
15:03:38 [2026-08-20T13:03:38.216Z] 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 507 kB/s)
15:03:38 [2026-08-20T13:03:38.216Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 701 B
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 1.9 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 3.2 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 4.7 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 6.8 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 9.4 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 11 kB 
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 13 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 16 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 19 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 21 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 23 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 25 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 29 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 32 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 32 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 37 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 41 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 45 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 47 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 50 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 52 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 56 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 58 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 61 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 64 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 69 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 71 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 74 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 76 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 78 kB
15:03:38 [2026-08-20T13:03:38.216Z]                    
15:03:38 [2026-08-20T13:03:38.216Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom (78 kB at 1.6 MB/s)
15:03:38 [2026-08-20T13:03:38.216Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 737 B
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 2.0 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 4.0 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 5.9 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 11 kB 
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 15 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 19 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 22 kB
15:03:38 [2026-08-20T13:03:38.216Z] Progress (1): 24 kB
15:03:38 [2026-08-20T13:03:38.216Z]                    
15:03:38 [2026-08-20T13:03:38.216Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 836 kB/s)
15:03:38 [2026-08-20T13:03:38.467Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 908 B
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 4.1 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 5.6 kB
15:03:38 [2026-08-20T13:03:38.467Z]                     
15:03:38 [2026-08-20T13:03:38.467Z] 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 217 kB/s)
15:03:38 [2026-08-20T13:03:38.467Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 780 B
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 2.2 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 4.0 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 5.6 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 8.4 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 11 kB 
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 14 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 20 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 23 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 28 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 31 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 32 kB
15:03:38 [2026-08-20T13:03:38.467Z]                    
15:03:38 [2026-08-20T13:03:38.467Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom (32 kB at 1.1 MB/s)
15:03:38 [2026-08-20T13:03:38.467Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 830 B
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 2.5 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 6.1 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 7.7 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 10 kB 
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 12 kB
15:03:38 [2026-08-20T13:03:38.467Z]                    
15:03:38 [2026-08-20T13:03:38.467Z] 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 376 kB/s)
15:03:38 [2026-08-20T13:03:38.467Z] [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:03:38 [2026-08-20T13:03:38.467Z] [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:03:38 [2026-08-20T13:03:38.467Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
15:03:38 [2026-08-20T13:03:38.467Z] 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:03:38 [2026-08-20T13:03:38.467Z] [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:03:38 [2026-08-20T13:03:38.467Z] [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:03:38 [2026-08-20T13:03:38.467Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
15:03:38 [2026-08-20T13:03:38.467Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (0 B at 0 B/s)
15:03:38 [2026-08-20T13:03:38.467Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 765 B
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 2.1 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 4.6 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 6.8 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 8.6 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 12 kB 
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 15 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 17 kB
15:03:38 [2026-08-20T13:03:38.467Z] Progress (1): 18 kB
15:03:38 [2026-08-20T13:03:38.467Z]                    
15:03:38 [2026-08-20T13:03:38.467Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 607 kB/s)
15:03:38 [2026-08-20T13:03:38.467Z] [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:03:38 [2026-08-20T13:03:38.467Z] [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:03:38 [2026-08-20T13:03:38.467Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
15:03:38 [2026-08-20T13:03:38.467Z] 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:03:38 [2026-08-20T13:03:38.718Z] [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:03:38 [2026-08-20T13:03:38.718Z] [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:03:38 [2026-08-20T13:03:38.718Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
15:03:38 [2026-08-20T13:03:38.718Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (0 B at 0 B/s)
15:03:38 [2026-08-20T13:03:38.718Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 783 B
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 2.0 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 5.0 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 6.8 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 10 kB 
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 13 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 16 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 18 kB
15:03:38 [2026-08-20T13:03:38.718Z]                    
15:03:38 [2026-08-20T13:03:38.718Z] 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:03:38 [2026-08-20T13:03:38.718Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 782 B
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 2.1 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 4.7 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 8.4 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 12 kB 
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 16 kB
15:03:38 [2026-08-20T13:03:38.718Z]                    
15:03:38 [2026-08-20T13:03:38.718Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 535 kB/s)
15:03:38 [2026-08-20T13:03:38.718Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 790 B
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 2.1 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 4.2 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 4.5 kB
15:03:38 [2026-08-20T13:03:38.718Z]                     
15:03:38 [2026-08-20T13:03:38.718Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 166 kB/s)
15:03:38 [2026-08-20T13:03:38.718Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 1.0 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 3.1 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 6.8 kB
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 7.5 kB
15:03:38 [2026-08-20T13:03:38.718Z]                     
15:03:38 [2026-08-20T13:03:38.718Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom (7.5 kB at 241 kB/s)
15:03:38 [2026-08-20T13:03:38.718Z] 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:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 819 B
15:03:38 [2026-08-20T13:03:38.718Z] Progress (1): 2.9 kB
15:03:38 [2026-08-20T13:03:38.718Z]                     
15:03:38 [2026-08-20T13:03:38.718Z] 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 102 kB/s)
15:03:38 [2026-08-20T13:03:38.718Z] 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:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 779 B
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 3.1 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 5.4 kB
15:03:38 [2026-08-20T13:03:38.968Z]                     
15:03:38 [2026-08-20T13:03:38.968Z] 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 146 kB/s)
15:03:38 [2026-08-20T13:03:38.968Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 801 B
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 2.3 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 4.4 kB
15:03:38 [2026-08-20T13:03:38.968Z]                     
15:03:38 [2026-08-20T13:03:38.968Z] 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 183 kB/s)
15:03:38 [2026-08-20T13:03:38.968Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 815 B
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 2.3 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 3.2 kB
15:03:38 [2026-08-20T13:03:38.968Z]                     
15:03:38 [2026-08-20T13:03:38.968Z] 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 110 kB/s)
15:03:38 [2026-08-20T13:03:38.968Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 724 B
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 1.9 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 5.5 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 9.9 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 14 kB 
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 19 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 23 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 27 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 28 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 31 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 34 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 37 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 40 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 43 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 48 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 48 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 50 kB
15:03:38 [2026-08-20T13:03:38.968Z]                    
15:03:38 [2026-08-20T13:03:38.968Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 1.6 MB/s)
15:03:38 [2026-08-20T13:03:38.968Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 739 B
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 2.1 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 3.9 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 6.2 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 11 kB 
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 16 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 20 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 22 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 24 kB
15:03:38 [2026-08-20T13:03:38.968Z]                    
15:03:38 [2026-08-20T13:03:38.968Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 905 kB/s)
15:03:38 [2026-08-20T13:03:38.968Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.pom
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 1.2 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 4.2 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 5.6 kB
15:03:38 [2026-08-20T13:03:38.968Z]                     
15:03:38 [2026-08-20T13:03:38.968Z] 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 256 kB/s)
15:03:38 [2026-08-20T13:03:38.968Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 799 B
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 2.8 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 6.8 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 8.8 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 11 kB 
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 12 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 16 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 21 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 23 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 28 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 31 kB
15:03:38 [2026-08-20T13:03:38.968Z]                    
15:03:38 [2026-08-20T13:03:38.968Z] 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:03:38 [2026-08-20T13:03:38.968Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 1.2 kB
15:03:38 [2026-08-20T13:03:38.968Z] Progress (1): 3.5 kB
15:03:38 [2026-08-20T13:03:38.968Z]                     
15:03:38 [2026-08-20T13:03:38.968Z] 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 134 kB/s)
15:03:38 [2026-08-20T13:03:38.968Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 750 B
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.9 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 3.7 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 5.3 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 9.1 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 11 kB 
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 14 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 17 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 22 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 25 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 25 kB
15:03:39 [2026-08-20T13:03:39.219Z]                    
15:03:39 [2026-08-20T13:03:39.219Z] 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 973 kB/s)
15:03:39 [2026-08-20T13:03:39.219Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 702 B
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.9 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 3.2 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 4.7 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 6.8 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 9.4 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 11 kB 
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 14 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 16 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 19 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 21 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 23 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 25 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 29 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 32 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 32 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 37 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 41 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 45 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 47 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 50 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 52 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 56 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 58 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 61 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 64 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 69 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 71 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 74 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 76 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 78 kB
15:03:39 [2026-08-20T13:03:39.219Z]                    
15:03:39 [2026-08-20T13:03:39.219Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom (78 kB at 2.2 MB/s)
15:03:39 [2026-08-20T13:03:39.219Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 908 B
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 4.1 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 5.6 kB
15:03:39 [2026-08-20T13:03:39.219Z]                     
15:03:39 [2026-08-20T13:03:39.219Z] 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 332 kB/s)
15:03:39 [2026-08-20T13:03:39.219Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 743 B
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.9 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 4.0 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 5.8 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 8.3 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 12 kB 
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 15 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 17 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 19 kB
15:03:39 [2026-08-20T13:03:39.219Z]                    
15:03:39 [2026-08-20T13:03:39.219Z] 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 696 kB/s)
15:03:39 [2026-08-20T13:03:39.219Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.1 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.9 kB
15:03:39 [2026-08-20T13:03:39.219Z]                     
15:03:39 [2026-08-20T13:03:39.219Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom (1.9 kB at 80 kB/s)
15:03:39 [2026-08-20T13:03:39.219Z] 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:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.1 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 2.0 kB
15:03:39 [2026-08-20T13:03:39.219Z]                     
15:03:39 [2026-08-20T13:03:39.219Z] 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 74 kB/s)
15:03:39 [2026-08-20T13:03:39.219Z] 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:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.6 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.7 kB
15:03:39 [2026-08-20T13:03:39.219Z]                     
15:03:39 [2026-08-20T13:03:39.219Z] 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 67 kB/s)
15:03:39 [2026-08-20T13:03:39.219Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.3 kB
15:03:39 [2026-08-20T13:03:39.219Z] Progress (1): 1.7 kB
15:03:39 [2026-08-20T13:03:39.219Z]                     
15:03:39 [2026-08-20T13:03:39.219Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom (1.7 kB at 72 kB/s)
15:03:39 [2026-08-20T13:03:39.469Z] 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:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 6.6 kB
15:03:39 [2026-08-20T13:03:39.469Z]                     
15:03:39 [2026-08-20T13:03:39.469Z] 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 332 kB/s)
15:03:39 [2026-08-20T13:03:39.469Z] 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:03:39 [2026-08-20T13:03:39.469Z] 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:03:39 [2026-08-20T13:03:39.469Z] 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:03:39 [2026-08-20T13:03:39.469Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar
15:03:39 [2026-08-20T13:03:39.469Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 7.7/13 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 7.7/13 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 13 kB    
15:03:39 [2026-08-20T13:03:39.469Z]                    
15:03:39 [2026-08-20T13:03:39.469Z] 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 497 kB/s)
15:03:39 [2026-08-20T13:03:39.469Z] 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:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 7.7/47 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 16/47 kB 
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 32/47 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 47 kB   
15:03:39 [2026-08-20T13:03:39.469Z]                    
15:03:39 [2026-08-20T13:03:39.469Z] 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:03:39 [2026-08-20T13:03:39.469Z] 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:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 0.9/94 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 2.3/94 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 3.6/94 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 5.0/94 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 6.4/94 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 7.7/94 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 9.1/94 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 10/94 kB 
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 12/94 kB
15:03:39 [2026-08-20T13:03:39.469Z] Progress (1): 13/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 15/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 16/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 17/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 19/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 20/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 21/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 23/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 24/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 26/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 27/94 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 27/94 kB | 0.9/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 28/94 kB | 0.9/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 28/94 kB | 2.3/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 30/94 kB | 2.3/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 30/94 kB | 3.6/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 31/94 kB | 3.6/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 31/94 kB | 5.0/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 32/94 kB | 5.0/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 32/94 kB | 6.4/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 34/94 kB | 6.4/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 34/94 kB | 7.7/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 35/94 kB | 7.7/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 35/94 kB | 9.1/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 36/94 kB | 9.1/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 36/94 kB | 10/186 kB 
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 38/94 kB | 10/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 38/94 kB | 12/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 39/94 kB | 12/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 39/94 kB | 13/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 41/94 kB | 13/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 41/94 kB | 15/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 42/94 kB | 15/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 42/94 kB | 16/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 43/94 kB | 16/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 43/94 kB | 17/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 45/94 kB | 17/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 45/94 kB | 19/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 45/94 kB | 20/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 46/94 kB | 20/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 46/94 kB | 21/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 47/94 kB | 21/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 49/94 kB | 21/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 49/94 kB | 23/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 49/94 kB | 24/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 50/94 kB | 24/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 50/94 kB | 26/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 52/94 kB | 26/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 52/94 kB | 27/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 53/94 kB | 27/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 53/94 kB | 28/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 54/94 kB | 28/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 54/94 kB | 30/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 56/94 kB | 30/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 56/94 kB | 31/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 56/94 kB | 32/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 56/94 kB | 34/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 60/94 kB | 34/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 60/94 kB | 35/186 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 60/94 kB | 35/186 kB | 0.9/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 60/94 kB | 36/186 kB | 0.9/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 60/94 kB | 36/186 kB | 2.3/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 60/94 kB | 36/186 kB | 3.6/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 64/94 kB | 36/186 kB | 3.6/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 64/94 kB | 38/186 kB | 3.6/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 64/94 kB | 38/186 kB | 5.0/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 64/94 kB | 39/186 kB | 5.0/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 64/94 kB | 39/186 kB | 6.4/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 64/94 kB | 39/186 kB | 7.7/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 64/94 kB | 41/186 kB | 7.7/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 68/94 kB | 41/186 kB | 7.7/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 68/94 kB | 41/186 kB | 9.1/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 68/94 kB | 42/186 kB | 9.1/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 68/94 kB | 42/186 kB | 10/899 kB 
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 68/94 kB | 42/186 kB | 12/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 68/94 kB | 43/186 kB | 12/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 73/94 kB | 43/186 kB | 12/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 73/94 kB | 45/186 kB | 12/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 73/94 kB | 45/186 kB | 13/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 73/94 kB | 46/186 kB | 13/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 73/94 kB | 46/186 kB | 15/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 73/94 kB | 46/186 kB | 16/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 77/94 kB | 46/186 kB | 16/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 77/94 kB | 47/186 kB | 16/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 77/94 kB | 49/186 kB | 16/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 77/94 kB | 49/186 kB | 17/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 77/94 kB | 50/186 kB | 17/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 77/94 kB | 50/186 kB | 19/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 81/94 kB | 50/186 kB | 19/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 81/94 kB | 52/186 kB | 19/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 81/94 kB | 52/186 kB | 20/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 81/94 kB | 53/186 kB | 20/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 81/94 kB | 53/186 kB | 21/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 81/94 kB | 54/186 kB | 21/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 85/94 kB | 54/186 kB | 21/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 85/94 kB | 54/186 kB | 23/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 85/94 kB | 56/186 kB | 23/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 85/94 kB | 56/186 kB | 24/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 89/94 kB | 56/186 kB | 24/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 89/94 kB | 56/186 kB | 26/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 89/94 kB | 60/186 kB | 26/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 89/94 kB | 60/186 kB | 27/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 89/94 kB | 60/186 kB | 28/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94/94 kB | 60/186 kB | 28/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94/94 kB | 64/186 kB | 28/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94/94 kB | 64/186 kB | 30/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 64/186 kB | 30/899 kB   
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 64/186 kB | 31/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 68/186 kB | 31/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 68/186 kB | 32/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 68/186 kB | 34/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 73/186 kB | 34/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 73/186 kB | 35/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 73/186 kB | 36/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 77/186 kB | 36/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 77/186 kB | 38/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 77/186 kB | 39/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 81/186 kB | 39/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 94 kB | 81/186 kB | 41/899 kB
15:03:39 [2026-08-20T13:03:39.470Z]                                            
15:03:39 [2026-08-20T13:03:39.470Z] 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.9 MB/s)
15:03:39 [2026-08-20T13:03:39.470Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 81/186 kB | 42/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 85/186 kB | 42/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 85/186 kB | 43/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 85/186 kB | 45/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 89/186 kB | 45/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 89/186 kB | 46/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 89/186 kB | 47/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 94/186 kB | 47/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 94/186 kB | 49/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 94/186 kB | 50/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 94/186 kB | 52/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 98/186 kB | 52/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 98/186 kB | 53/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 98/186 kB | 54/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 98/186 kB | 56/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 102/186 kB | 56/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 102/186 kB | 60/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 106/186 kB | 60/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 106/186 kB | 64/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 111/186 kB | 64/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 111/186 kB | 68/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 115/186 kB | 68/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 115/186 kB | 73/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 119/186 kB | 73/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 119/186 kB | 77/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 123/186 kB | 77/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 123/186 kB | 81/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 128/186 kB | 81/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 131/186 kB | 81/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 131/186 kB | 85/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 135/186 kB | 85/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 135/186 kB | 89/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 139/186 kB | 89/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 139/186 kB | 94/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 143/186 kB | 94/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 143/186 kB | 98/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 147/186 kB | 98/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 147/186 kB | 102/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 152/186 kB | 102/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 152/186 kB | 106/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 156/186 kB | 106/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 156/186 kB | 111/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 160/186 kB | 111/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 160/186 kB | 115/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 164/186 kB | 115/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 169/186 kB | 115/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 169/186 kB | 119/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 169/186 kB | 122/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 173/186 kB | 122/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 173/186 kB | 127/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 177/186 kB | 127/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 181/186 kB | 127/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 181/186 kB | 131/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 186/186 kB | 131/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 186 kB | 131/899 kB    
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 186 kB | 135/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 186 kB | 139/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 186 kB | 144/899 kB
15:03:39 [2026-08-20T13:03:39.470Z]                                  
15:03:39 [2026-08-20T13:03:39.470Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.jar (186 kB at 3.1 MB/s)
15:03:39 [2026-08-20T13:03:39.470Z] 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:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 148/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 148/899 kB | 7.7/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 148/899 kB | 7.7/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 152/899 kB | 7.7/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 156/899 kB | 7.7/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 160/899 kB | 7.7/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 165/899 kB | 7.7/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 165/899 kB | 24/55 kB 
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 169/899 kB | 24/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 173/899 kB | 24/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 177/899 kB | 24/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 182/899 kB | 24/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 182/899 kB | 40/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 186/899 kB | 40/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 190/899 kB | 40/55 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 190/899 kB | 40/55 kB | 7.7/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 194/899 kB | 40/55 kB | 7.7/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 194/899 kB | 40/55 kB | 16/58 kB 
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 194/899 kB | 55 kB | 16/58 kB   
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 199/899 kB | 55 kB | 16/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 203/899 kB | 55 kB | 16/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 203/899 kB | 55 kB | 28/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 207/899 kB | 55 kB | 28/58 kB
15:03:39 [2026-08-20T13:03:39.470Z]                                            
15:03:39 [2026-08-20T13:03:39.470Z] 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 861 kB/s)
15:03:39 [2026-08-20T13:03:39.470Z] 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:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 211/899 kB | 28/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 215/899 kB | 28/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 220/899 kB | 28/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 220/899 kB | 44/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 224/899 kB | 44/58 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 224/899 kB | 58 kB   
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 224/899 kB | 58 kB | 3.8/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 240/899 kB | 58 kB | 3.8/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 240/899 kB | 58 kB | 8.0/41 kB
15:03:39 [2026-08-20T13:03:39.470Z]                                             
15:03:39 [2026-08-20T13:03:39.470Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar (58 kB at 873 kB/s)
15:03:39 [2026-08-20T13:03:39.470Z] 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:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 240/899 kB | 12/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 253/899 kB | 12/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 253/899 kB | 15/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 253/899 kB | 20/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 253/899 kB | 24/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 253/899 kB | 28/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 270/899 kB | 28/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 270/899 kB | 32/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 270/899 kB | 37/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 270/899 kB | 41/41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 270/899 kB | 41 kB   
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 286/899 kB | 41 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 303/899 kB | 41 kB
15:03:39 [2026-08-20T13:03:39.470Z]                                 
15:03:39 [2026-08-20T13:03:39.470Z] 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 579 kB/s)
15:03:39 [2026-08-20T13:03:39.470Z] 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:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 319/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 335/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 352/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 368/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 385/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 401/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 417/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 434/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 450/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 466/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 483/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (1): 499/899 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 499/899 kB | 3.8/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 499/899 kB | 4.1/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 499/899 kB | 8.3/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 516/899 kB | 8.3/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 516/899 kB | 13/168 kB 
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 516/899 kB | 17/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 532/899 kB | 17/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 532/899 kB | 21/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 532/899 kB | 25/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 548/899 kB | 25/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 548/899 kB | 29/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 565/899 kB | 29/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 570/899 kB | 29/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 570/899 kB | 46/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 586/899 kB | 46/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 586/899 kB | 62/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 602/899 kB | 62/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 619/899 kB | 62/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 619/899 kB | 79/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 635/899 kB | 79/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 635/899 kB | 95/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 652/899 kB | 95/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 652/899 kB | 111/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 668/899 kB | 111/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 668/899 kB | 111/168 kB | 7.7/9.8 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 668/899 kB | 111/168 kB | 9.8 kB    
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 668/899 kB | 127/168 kB | 9.8 kB
15:03:39 [2026-08-20T13:03:39.470Z]                                               
15:03:39 [2026-08-20T13:03:39.470Z] 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:03:39 [2026-08-20T13:03:39.470Z] 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:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 684/899 kB | 127/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 684/899 kB | 143/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 701/899 kB | 143/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 717/899 kB | 143/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 717/899 kB | 160/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 733/899 kB | 160/168 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 733/899 kB | 168 kB    
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 733/899 kB | 168 kB | 4.2/151 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 750/899 kB | 168 kB | 4.2/151 kB
15:03:39 [2026-08-20T13:03:39.470Z]                                               
15:03:39 [2026-08-20T13:03:39.470Z] 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.8 MB/s)
15:03:39 [2026-08-20T13:03:39.470Z] 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:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 750/899 kB | 8.2/151 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 750/899 kB | 12/151 kB 
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 766/899 kB | 12/151 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 766/899 kB | 17/151 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 766/899 kB | 21/151 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 783/899 kB | 21/151 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 783/899 kB | 25/151 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 783/899 kB | 25/151 kB | 7.7/21 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 783/899 kB | 25/151 kB | 11/21 kB 
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 783/899 kB | 29/151 kB | 11/21 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 799/899 kB | 29/151 kB | 11/21 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 799/899 kB | 33/151 kB | 11/21 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 799/899 kB | 33/151 kB | 21 kB   
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 799/899 kB | 37/151 kB | 21 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 815/899 kB | 37/151 kB | 21 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (3): 815/899 kB | 41/151 kB | 21 kB
15:03:39 [2026-08-20T13:03:39.470Z]                                             
15:03:39 [2026-08-20T13:03:39.470Z] 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 218 kB/s)
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 832/899 kB | 41/151 kB
15:03:39 [2026-08-20T13:03:39.470Z] Progress (2): 832/899 kB | 46/151 kB
15:03:39 [2026-08-20T13:03:39.470Z]                                     
15:03:39 [2026-08-20T13:03:39.471Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 832/899 kB | 50/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 832/899 kB | 54/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 848/899 kB | 54/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 848/899 kB | 57/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 848/899 kB | 62/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 865/899 kB | 62/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 865/899 kB | 66/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 865/899 kB | 70/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 881/899 kB | 70/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 881/899 kB | 74/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 897/899 kB | 74/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 899 kB | 74/151 kB    
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 899 kB | 82/151 kB
15:03:39 [2026-08-20T13:03:39.471Z]                                 
15:03:39 [2026-08-20T13:03:39.471Z] 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 8.9 MB/s)
15:03:39 [2026-08-20T13:03:39.471Z] 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:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 98/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 115/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 131/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 147/151 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 151 kB    
15:03:39 [2026-08-20T13:03:39.471Z]                     
15:03:39 [2026-08-20T13:03:39.471Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 1.4 MB/s)
15:03:39 [2026-08-20T13:03:39.471Z] 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:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 7.7/86 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 16/86 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 24/86 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 40/86 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 57/86 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 73/86 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 86 kB   
15:03:39 [2026-08-20T13:03:39.471Z]                    
15:03:39 [2026-08-20T13:03:39.471Z] 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 761 kB/s)
15:03:39 [2026-08-20T13:03:39.471Z] 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:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 7.7/50 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 16/50 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 24/50 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 40/50 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 40/50 kB | 7.7/86 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 40/50 kB | 16/86 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 50 kB | 16/86 kB   
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 50 kB | 32/86 kB
15:03:39 [2026-08-20T13:03:39.471Z]                               
15:03:39 [2026-08-20T13:03:39.471Z] 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 410 kB/s)
15:03:39 [2026-08-20T13:03:39.471Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 49/86 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 65/86 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 81/86 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 86 kB   
15:03:39 [2026-08-20T13:03:39.471Z]                    
15:03:39 [2026-08-20T13:03:39.471Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 682 kB/s)
15:03:39 [2026-08-20T13:03:39.471Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 7.7/44 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 16/44 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 32/44 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 44 kB   
15:03:39 [2026-08-20T13:03:39.471Z]                    
15:03:39 [2026-08-20T13:03:39.471Z] 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 336 kB/s)
15:03:39 [2026-08-20T13:03:39.471Z] 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:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 7.7/16 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 16/16 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 16 kB   
15:03:39 [2026-08-20T13:03:39.471Z]                    
15:03:39 [2026-08-20T13:03:39.471Z] 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 123 kB/s)
15:03:39 [2026-08-20T13:03:39.471Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 7.7/17 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 7.7/17 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 17 kB    
15:03:39 [2026-08-20T13:03:39.471Z]                    
15:03:39 [2026-08-20T13:03:39.471Z] 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 125 kB/s)
15:03:39 [2026-08-20T13:03:39.471Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 5.7 kB
15:03:39 [2026-08-20T13:03:39.471Z]                     
15:03:39 [2026-08-20T13:03:39.471Z] 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:03:39 [2026-08-20T13:03:39.471Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 7.7/74 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (1): 11/74 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 11/74 kB | 7.7/510 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 11/74 kB | 11/510 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 28/74 kB | 11/510 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 28/74 kB | 28/510 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 44/74 kB | 28/510 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 44/74 kB | 28/510 kB | 7.7/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 44/74 kB | 28/510 kB | 16/247 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 44/74 kB | 44/510 kB | 16/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 61/74 kB | 44/510 kB | 16/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 61/74 kB | 44/510 kB | 24/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 61/74 kB | 61/510 kB | 24/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 74 kB | 61/510 kB | 24/247 kB   
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 74 kB | 61/510 kB | 33/247 kB
15:03:39 [2026-08-20T13:03:39.471Z]                                            
15:03:39 [2026-08-20T13:03:39.471Z] 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 458 kB/s)
15:03:39 [2026-08-20T13:03:39.471Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 77/510 kB | 33/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 77/510 kB | 49/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 77/510 kB | 66/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 93/510 kB | 66/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 93/510 kB | 82/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 110/510 kB | 82/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 110/510 kB | 98/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 126/510 kB | 98/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 126/510 kB | 115/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 142/510 kB | 115/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 142/510 kB | 131/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 159/510 kB | 131/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (2): 175/510 kB | 131/247 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 175/510 kB | 131/247 kB | 7.7/217 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 175/510 kB | 131/247 kB | 16/217 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 175/510 kB | 147/247 kB | 16/217 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 192/510 kB | 147/247 kB | 16/217 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (3): 192/510 kB | 147/247 kB | 32/217 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 192/510 kB | 147/247 kB | 32/217 kB | 7.7/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 208/510 kB | 147/247 kB | 32/217 kB | 7.7/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 208/510 kB | 147/247 kB | 49/217 kB | 7.7/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 208/510 kB | 147/247 kB | 49/217 kB | 16/588 kB 
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 208/510 kB | 164/247 kB | 49/217 kB | 16/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 208/510 kB | 164/247 kB | 49/217 kB | 24/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 224/510 kB | 164/247 kB | 49/217 kB | 24/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 224/510 kB | 164/247 kB | 65/217 kB | 24/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 224/510 kB | 180/247 kB | 65/217 kB | 24/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 224/510 kB | 180/247 kB | 81/217 kB | 24/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 224/510 kB | 180/247 kB | 81/217 kB | 40/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 241/510 kB | 180/247 kB | 81/217 kB | 40/588 kB
15:03:39 [2026-08-20T13:03:39.471Z] Progress (4): 241/510 kB | 197/247 kB | 81/217 kB | 40/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 241/510 kB | 197/247 kB | 98/217 kB | 40/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 241/510 kB | 197/247 kB | 98/217 kB | 57/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 257/510 kB | 197/247 kB | 98/217 kB | 57/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 257/510 kB | 197/247 kB | 114/217 kB | 57/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 257/510 kB | 197/247 kB | 114/217 kB | 73/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 273/510 kB | 197/247 kB | 114/217 kB | 73/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 273/510 kB | 213/247 kB | 114/217 kB | 73/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 273/510 kB | 213/247 kB | 131/217 kB | 73/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 273/510 kB | 213/247 kB | 131/217 kB | 90/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 290/510 kB | 213/247 kB | 131/217 kB | 90/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 290/510 kB | 229/247 kB | 131/217 kB | 90/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 290/510 kB | 229/247 kB | 147/217 kB | 90/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 290/510 kB | 229/247 kB | 147/217 kB | 106/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 306/510 kB | 229/247 kB | 147/217 kB | 106/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 306/510 kB | 229/247 kB | 163/217 kB | 106/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 306/510 kB | 246/247 kB | 163/217 kB | 106/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 306/510 kB | 247 kB | 163/217 kB | 106/588 kB    
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 323/510 kB | 247 kB | 163/217 kB | 106/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 323/510 kB | 247 kB | 163/217 kB | 122/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (4): 323/510 kB | 247 kB | 180/217 kB | 122/588 kB
15:03:39 [2026-08-20T13:03:39.721Z]                                                            
15:03:39 [2026-08-20T13:03:39.721Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar (247 kB at 1.4 MB/s)
15:03:39 [2026-08-20T13:03:39.721Z] Progress (3): 339/510 kB | 180/217 kB | 122/588 kB
15:03:39 [2026-08-20T13:03:39.721Z]                                                   
15:03:39 [2026-08-20T13:03:39.721Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar
15:03:39 [2026-08-20T13:03:39.721Z] Progress (3): 339/510 kB | 180/217 kB | 139/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (3): 345/510 kB | 180/217 kB | 139/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (3): 345/510 kB | 196/217 kB | 139/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (3): 345/510 kB | 196/217 kB | 155/588 kB
15:03:39 [2026-08-20T13:03:39.721Z] Progress (3): 362/510 kB | 196/217 kB | 155/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 362/510 kB | 212/217 kB | 155/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 362/510 kB | 217 kB | 155/588 kB    
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 362/510 kB | 217 kB | 172/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 378/510 kB | 217 kB | 172/588 kB
15:03:39 [2026-08-20T13:03:39.722Z]                                               
15:03:39 [2026-08-20T13:03:39.722Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar (217 kB at 1.2 MB/s)
15:03:39 [2026-08-20T13:03:39.722Z] 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:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 378/510 kB | 188/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 394/510 kB | 188/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 394/510 kB | 196/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 394/510 kB | 196/588 kB | 7.7/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 394/510 kB | 196/588 kB | 7.7/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 411/510 kB | 196/588 kB | 7.7/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 411/510 kB | 196/588 kB | 24/242 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 411/510 kB | 212/588 kB | 24/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 411/510 kB | 212/588 kB | 40/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 427/510 kB | 212/588 kB | 40/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 427/510 kB | 212/588 kB | 57/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 427/510 kB | 228/588 kB | 57/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 427/510 kB | 233/588 kB | 57/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 444/510 kB | 233/588 kB | 57/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 444/510 kB | 233/588 kB | 73/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 444/510 kB | 233/588 kB | 90/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 460/510 kB | 233/588 kB | 90/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 460/510 kB | 250/588 kB | 90/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 460/510 kB | 250/588 kB | 106/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 476/510 kB | 250/588 kB | 106/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 476/510 kB | 266/588 kB | 106/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 476/510 kB | 266/588 kB | 122/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 476/510 kB | 266/588 kB | 139/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 493/510 kB | 266/588 kB | 139/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 493/510 kB | 282/588 kB | 139/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 493/510 kB | 282/588 kB | 155/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 509/510 kB | 282/588 kB | 155/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 510 kB | 282/588 kB | 155/242 kB    
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 510 kB | 299/588 kB | 155/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 510 kB | 299/588 kB | 172/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 510 kB | 299/588 kB | 188/242 kB
15:03:39 [2026-08-20T13:03:39.722Z]                                               
15:03:39 [2026-08-20T13:03:39.722Z] 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.6 MB/s)
15:03:39 [2026-08-20T13:03:39.722Z] 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:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 315/588 kB | 188/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 315/588 kB | 197/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 315/588 kB | 213/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 331/588 kB | 213/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 331/588 kB | 229/242 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 331/588 kB | 242 kB    
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 348/588 kB | 242 kB
15:03:39 [2026-08-20T13:03:39.722Z]                                  
15:03:39 [2026-08-20T13:03:39.722Z] 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.2 MB/s)
15:03:39 [2026-08-20T13:03:39.722Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 364/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 381/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 397/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 413/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 413/588 kB | 16/35 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 430/588 kB | 16/35 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 430/588 kB | 25/35 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 430/588 kB | 35 kB   
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 446/588 kB | 35 kB
15:03:39 [2026-08-20T13:03:39.722Z]                                 
15:03:39 [2026-08-20T13:03:39.722Z] 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 172 kB/s)
15:03:39 [2026-08-20T13:03:39.722Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.jar
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 463/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 479/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 479/588 kB | 3.2/54 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 495/588 kB | 3.2/54 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 495/588 kB | 20/54 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 512/588 kB | 20/54 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 512/588 kB | 36/54 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 512/588 kB | 52/54 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 512/588 kB | 54 kB   
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 528/588 kB | 54 kB
15:03:39 [2026-08-20T13:03:39.722Z]                                 
15:03:39 [2026-08-20T13:03:39.722Z] 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 257 kB/s)
15:03:39 [2026-08-20T13:03:39.722Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 544/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 561/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 577/588 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 588 kB    
15:03:39 [2026-08-20T13:03:39.722Z]                     
15:03:39 [2026-08-20T13:03:39.722Z] 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.7 MB/s)
15:03:39 [2026-08-20T13:03:39.722Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 7.7/27 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 16/27 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 24/27 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 27 kB   
15:03:39 [2026-08-20T13:03:39.722Z]                    
15:03:39 [2026-08-20T13:03:39.722Z] 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 122 kB/s)
15:03:39 [2026-08-20T13:03:39.722Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 7.7/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 16/227 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 24/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 40/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 57/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 73/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 90/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 90/227 kB | 7.7/35 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 90/227 kB | 16/35 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 90/227 kB | 24/35 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 90/227 kB | 35 kB   
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 106/227 kB | 35 kB
15:03:39 [2026-08-20T13:03:39.722Z]                                 
15:03:39 [2026-08-20T13:03:39.722Z] 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 155 kB/s)
15:03:39 [2026-08-20T13:03:39.722Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 122/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 139/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 155/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 172/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 188/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 204/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 221/227 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 227 kB    
15:03:39 [2026-08-20T13:03:39.722Z]                     
15:03:39 [2026-08-20T13:03:39.722Z] 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 979 kB/s)
15:03:39 [2026-08-20T13:03:39.722Z] 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:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.1/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.1/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.1/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.1/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.1/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.1/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.2/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.2/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.2/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.2/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.2/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.2/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.3/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/1.1 MB | 7.7/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 7.7/401 kB | 7.7/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 16/401 kB | 7.7/80 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 16/401 kB | 16/80 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 16/401 kB | 16/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 32/401 kB | 16/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 32/401 kB | 32/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 49/401 kB | 32/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 49/401 kB | 32/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 49/401 kB | 49/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 65/401 kB | 49/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 65/401 kB | 65/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 65/401 kB | 65/80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 65/401 kB | 80 kB   
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 81/401 kB | 80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 81/401 kB | 80 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.3/1.1 MB | 98/401 kB | 80 kB
15:03:39 [2026-08-20T13:03:39.722Z]                                             
15:03:39 [2026-08-20T13:03:39.722Z] 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 328 kB/s)
15:03:39 [2026-08-20T13:03:39.722Z] 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:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/1.1 MB | 98/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/1.1 MB | 114/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 114/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 131/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 131/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 131/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 131/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 147/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 163/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 163/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 180/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/1.1 MB | 180/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 180/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 180/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 196/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 196/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 212/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 212/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 229/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 232/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 232/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 248/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 248/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 265/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.5/1.1 MB | 265/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 265/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 281/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 281/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 298/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 298/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 314/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 314/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 314/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 314/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.6/1.1 MB | 330/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 330/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 347/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 363/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 363/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 363/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 380/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 380/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 396/401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 401 kB    
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 401 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/1.1 MB | 401 kB
15:03:39 [2026-08-20T13:03:39.722Z]                                  
15:03:39 [2026-08-20T13:03:39.722Z] 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.6 MB/s)
15:03:39 [2026-08-20T13:03:39.722Z] 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:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.8/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.8/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.8/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.8/1.1 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.8/1.1 MB | 0/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.8/1.1 MB | 0/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.8/1.1 MB | 0/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.8/1.1 MB | 0/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.8/1.1 MB | 0/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.8/1.1 MB | 0/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.9/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.0/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.1/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.1/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.1/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.1/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.1/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.1/1.1 MB | 0.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.1 MB | 0.2/7.4 MB    
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 1.1 MB | 0.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z]                                  
15:03:39 [2026-08-20T13:03:39.722Z] 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 4.2 MB/s)
15:03:39 [2026-08-20T13:03:39.722Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 7.7/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 16/169 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 16/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 32/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 48/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 48/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 65/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 65/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 81/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 97/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 97/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 114/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 114/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.3/7.4 MB | 130/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/7.4 MB | 130/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/7.4 MB | 147/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/7.4 MB | 147/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/7.4 MB | 163/169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/7.4 MB | 169 kB    
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/7.4 MB | 169 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.4/7.4 MB | 169 kB
15:03:39 [2026-08-20T13:03:39.722Z]                                  
15:03:39 [2026-08-20T13:03:39.722Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar (169 kB at 630 kB/s)
15:03:39 [2026-08-20T13:03:39.722Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (1): 0.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/7.4 MB | 7.7/379 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/7.4 MB | 16/379 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/7.4 MB | 16/379 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (2): 0.7/7.4 MB | 32/379 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.7/7.4 MB | 32/379 kB | 7.7/168 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.7/7.4 MB | 48/379 kB | 7.7/168 kB
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.7/7.4 MB | 48/379 kB | 16/168 kB 
15:03:39 [2026-08-20T13:03:39.722Z] Progress (3): 0.7/7.4 MB | 48/379 kB | 16/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 48/379 kB | 24/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 65/379 kB | 24/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 65/379 kB | 24/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 81/379 kB | 24/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 81/379 kB | 40/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 81/379 kB | 40/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 81/379 kB | 57/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 81/379 kB | 57/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 97/379 kB | 57/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.7/7.4 MB | 97/379 kB | 73/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 97/379 kB | 73/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 73/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 90/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 90/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 106/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 106/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 122/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 122/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 139/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 139/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 155/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 159/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 159/168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.8/7.4 MB | 114/379 kB | 168 kB    
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.9/7.4 MB | 114/379 kB | 168 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 0.9/7.4 MB | 114/379 kB | 168 kB
15:03:39 [2026-08-20T13:03:39.723Z]                                               
15:03:39 [2026-08-20T13:03:39.723Z] 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 594 kB/s)
15:03:39 [2026-08-20T13:03:39.723Z] 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:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 0.9/7.4 MB | 114/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 0.9/7.4 MB | 130/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 0.9/7.4 MB | 130/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 0.9/7.4 MB | 147/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 0.9/7.4 MB | 147/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 0.9/7.4 MB | 147/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 0.9/7.4 MB | 163/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 0.9/7.4 MB | 163/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 0.9/7.4 MB | 179/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 179/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 196/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 196/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 196/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 212/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 212/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 228/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 228/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 228/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 245/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 246/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 246/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.0/7.4 MB | 262/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.1/7.4 MB | 262/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.1/7.4 MB | 262/379 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 262/379 kB | 7.7/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 279/379 kB | 7.7/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 279/379 kB | 16/585 kB 
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 279/379 kB | 16/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 279/379 kB | 32/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 279/379 kB | 32/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 295/379 kB | 32/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 295/379 kB | 32/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 295/379 kB | 49/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 295/379 kB | 61/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 295/379 kB | 61/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.1/7.4 MB | 311/379 kB | 61/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 311/379 kB | 61/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 311/379 kB | 77/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 328/379 kB | 77/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 328/379 kB | 77/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 328/379 kB | 93/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 328/379 kB | 93/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 328/379 kB | 110/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 344/379 kB | 110/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 344/379 kB | 110/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 344/379 kB | 126/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 360/379 kB | 126/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 360/379 kB | 126/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 360/379 kB | 142/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 360/379 kB | 142/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 360/379 kB | 159/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.2/7.4 MB | 377/379 kB | 159/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.3/7.4 MB | 377/379 kB | 159/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.3/7.4 MB | 379 kB | 159/585 kB    
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.3/7.4 MB | 379 kB | 175/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.3/7.4 MB | 379 kB | 175/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.3/7.4 MB | 379 kB | 175/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.3/7.4 MB | 379 kB | 192/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.3/7.4 MB | 379 kB | 192/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.3/7.4 MB | 379 kB | 208/585 kB
15:03:39 [2026-08-20T13:03:39.723Z]                                               
15:03:39 [2026-08-20T13:03:39.723Z] 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.3 MB/s)
15:03:39 [2026-08-20T13:03:39.723Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.3/7.4 MB | 208/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.3/7.4 MB | 224/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.3/7.4 MB | 224/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.3/7.4 MB | 241/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 241/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 257/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 257/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 262/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 262/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 279/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 279/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 295/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 295/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 295/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.4/7.4 MB | 311/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.5/7.4 MB | 311/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.5/7.4 MB | 328/585 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 328/585 kB | 7.3/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 328/585 kB | 7.3/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 328/585 kB | 15/265 kB 
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 344/585 kB | 15/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 344/585 kB | 15/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 360/585 kB | 15/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 360/585 kB | 15/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 360/585 kB | 32/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 377/585 kB | 32/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 377/585 kB | 32/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 377/585 kB | 48/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 377/585 kB | 48/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.5/7.4 MB | 393/585 kB | 48/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 393/585 kB | 48/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 393/585 kB | 65/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 410/585 kB | 65/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 410/585 kB | 65/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 410/585 kB | 81/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 426/585 kB | 81/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 426/585 kB | 81/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 426/585 kB | 97/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 442/585 kB | 97/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 442/585 kB | 97/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 442/585 kB | 114/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 459/585 kB | 114/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 459/585 kB | 114/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 459/585 kB | 130/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 459/585 kB | 130/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.6/7.4 MB | 475/585 kB | 130/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 475/585 kB | 130/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 475/585 kB | 147/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 492/585 kB | 147/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 492/585 kB | 147/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 492/585 kB | 163/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 508/585 kB | 163/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 508/585 kB | 163/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 508/585 kB | 179/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 524/585 kB | 179/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 524/585 kB | 179/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 524/585 kB | 196/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 524/585 kB | 196/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 541/585 kB | 196/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 541/585 kB | 196/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 541/585 kB | 212/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.7/7.4 MB | 557/585 kB | 212/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 557/585 kB | 212/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 557/585 kB | 228/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 557/585 kB | 229/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 573/585 kB | 229/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 573/585 kB | 229/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 585 kB | 229/265 kB    
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 585 kB | 246/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 585 kB | 246/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 585 kB | 246/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 585 kB | 262/265 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 585 kB | 265 kB    
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 1.8/7.4 MB | 585 kB | 265 kB
15:03:39 [2026-08-20T13:03:39.723Z]                                           
15:03:39 [2026-08-20T13:03:39.723Z] 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.9 MB/s)
15:03:39 [2026-08-20T13:03:39.723Z] 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:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.8/7.4 MB | 265 kB
15:03:39 [2026-08-20T13:03:39.723Z]                                  
15:03:39 [2026-08-20T13:03:39.723Z] 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 860 kB/s)
15:03:39 [2026-08-20T13:03:39.723Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 1.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 1.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.9/7.4 MB | 7.7/11 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.9/7.4 MB | 11 kB    
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.9/7.4 MB | 11 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 1.9/7.4 MB | 11 kB
15:03:39 [2026-08-20T13:03:39.723Z]                                 
15:03:39 [2026-08-20T13:03:39.723Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar (11 kB at 37 kB/s)
15:03:39 [2026-08-20T13:03:39.723Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 1.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 1.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 1.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 2.3/7.4 MB | 7.7/10 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 2.3/7.4 MB | 10 kB    
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 2.3/7.4 MB | 10 kB
15:03:39 [2026-08-20T13:03:39.723Z]                                 
15:03:39 [2026-08-20T13:03:39.723Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar (10 kB at 32 kB/s)
15:03:39 [2026-08-20T13:03:39.723Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (1): 2.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 2.9/7.4 MB | 0/1.6 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 2.9/7.4 MB | 0/1.6 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 2.9/7.4 MB | 0/1.6 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (2): 2.9/7.4 MB | 0/1.6 MB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0/1.6 MB | 7.3/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0/1.6 MB | 7.3/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0/1.6 MB | 7.3/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0/1.6 MB | 24/196 kB 
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0/1.6 MB | 24/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0/1.6 MB | 24/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0.1/1.6 MB | 24/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0.1/1.6 MB | 40/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0.1/1.6 MB | 40/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 2.9/7.4 MB | 0.1/1.6 MB | 40/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 40/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 56/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 56/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 56/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 73/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 73/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 73/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 73/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 89/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 89/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 89/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 106/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 106/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.1/1.6 MB | 106/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.2/1.6 MB | 106/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.2/1.6 MB | 122/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.2/1.6 MB | 122/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.2/1.6 MB | 130/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.0/7.4 MB | 0.2/1.6 MB | 130/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (4): 3.0/7.4 MB | 0.2/1.6 MB | 130/196 kB | 7.7/10 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (4): 3.0/7.4 MB | 0.2/1.6 MB | 130/196 kB | 10 kB    
15:03:39 [2026-08-20T13:03:39.723Z] Progress (4): 3.1/7.4 MB | 0.2/1.6 MB | 130/196 kB | 10 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (4): 3.1/7.4 MB | 0.2/1.6 MB | 147/196 kB | 10 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (4): 3.1/7.4 MB | 0.2/1.6 MB | 147/196 kB | 10 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (4): 3.1/7.4 MB | 0.2/1.6 MB | 147/196 kB | 10 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (4): 3.1/7.4 MB | 0.2/1.6 MB | 163/196 kB | 10 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (4): 3.1/7.4 MB | 0.2/1.6 MB | 163/196 kB | 10 kB
15:03:39 [2026-08-20T13:03:39.723Z]                                                           
15:03:39 [2026-08-20T13:03:39.723Z] 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 31 kB/s)
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.1/7.4 MB | 0.2/1.6 MB | 163/196 kB
15:03:39 [2026-08-20T13:03:39.723Z]                                                   
15:03:39 [2026-08-20T13:03:39.723Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.1/7.4 MB | 0.2/1.6 MB | 163/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.1/7.4 MB | 0.2/1.6 MB | 179/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.1/7.4 MB | 0.2/1.6 MB | 179/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.1/7.4 MB | 0.2/1.6 MB | 179/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.1/7.4 MB | 0.2/1.6 MB | 196/196 kB
15:03:39 [2026-08-20T13:03:39.723Z] Progress (3): 3.1/7.4 MB | 0.2/1.6 MB | 196 kB    
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.1/7.4 MB | 0.2/1.6 MB | 196 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.1/7.4 MB | 0.2/1.6 MB | 196 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.1/7.4 MB | 0.3/1.6 MB | 196 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.1/7.4 MB | 0.3/1.6 MB | 196 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.1/7.4 MB | 0.3/1.6 MB | 196 kB
15:03:39 [2026-08-20T13:03:39.724Z]                                               
15:03:39 [2026-08-20T13:03:39.724Z] 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 581 kB/s)
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.3/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.3/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.3/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.3/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.3/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.3/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.3/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.3/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.3/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.2/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.4/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.5/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.5/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.5/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (2): 3.3/7.4 MB | 0.5/1.6 MB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.3/7.4 MB | 0.5/1.6 MB | 7.7/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.3/7.4 MB | 0.5/1.6 MB | 16/714 kB 
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.3/7.4 MB | 0.5/1.6 MB | 16/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.3/7.4 MB | 0.5/1.6 MB | 16/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 16/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 32/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 32/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 32/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 49/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 49/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 49/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 65/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 65/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 65/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 81/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 81/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 81/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 81/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.5/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.4/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 98/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.5/7.4 MB | 0.6/1.6 MB | 114/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.6/1.6 MB | 114/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.6/1.6 MB | 114/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.6/1.6 MB | 122/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.6/1.6 MB | 122/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 122/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 139/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 139/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 155/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 155/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 155/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 155/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 172/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 172/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 188/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 188/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 188/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 188/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 204/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 204/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 204/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.6/7.4 MB | 0.7/1.6 MB | 221/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.7/1.6 MB | 221/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.7/1.6 MB | 237/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 237/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 237/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 253/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 253/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 253/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 270/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 270/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 270/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 270/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 286/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 286/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 286/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 303/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 303/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.7/7.4 MB | 0.8/1.6 MB | 303/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.8/1.6 MB | 303/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.8/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.8/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.8/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 0.9/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.8/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.0/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.1/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.1/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.1/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 3.9/7.4 MB | 1.1/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 319/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 335/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 335/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 335/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 335/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 352/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 352/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 352/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 368/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 368/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.1/1.6 MB | 368/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.2/1.6 MB | 368/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.2/1.6 MB | 368/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.0/7.4 MB | 1.2/1.6 MB | 368/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 368/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 385/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 385/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 401/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 401/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 401/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 401/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 417/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 417/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 417/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 434/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 434/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.1/7.4 MB | 1.2/1.6 MB | 434/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 434/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 450/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 450/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 450/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 466/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 466/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 466/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 466/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 483/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.2/1.6 MB | 483/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.3/1.6 MB | 483/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.3/1.6 MB | 499/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.3/1.6 MB | 499/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.2/7.4 MB | 1.3/1.6 MB | 499/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 499/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 516/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 516/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 516/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 532/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 532/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 532/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 532/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 548/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 548/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 548/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 565/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 565/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 565/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.3/7.4 MB | 1.3/1.6 MB | 581/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.3/1.6 MB | 581/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.3/1.6 MB | 581/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.4/1.6 MB | 581/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.4/1.6 MB | 598/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.4/1.6 MB | 598/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.4/1.6 MB | 598/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.4/1.6 MB | 614/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.4/1.6 MB | 614/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.4/1.6 MB | 614/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.4/1.6 MB | 614/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.4/7.4 MB | 1.4/1.6 MB | 630/714 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.4/7.4 MB | 1.4/1.6 MB | 630/714 kB | 7.7/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.4/7.4 MB | 1.4/1.6 MB | 630/714 kB | 7.7/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.4/7.4 MB | 1.4/1.6 MB | 630/714 kB | 16/193 kB 
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.4/7.4 MB | 1.4/1.6 MB | 630/714 kB | 16/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.4/7.4 MB | 1.4/1.6 MB | 647/714 kB | 16/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 647/714 kB | 16/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 647/714 kB | 32/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 647/714 kB | 32/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 663/714 kB | 32/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 663/714 kB | 32/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 663/714 kB | 48/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 663/714 kB | 48/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 663/714 kB | 48/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 663/714 kB | 65/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 679/714 kB | 65/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 679/714 kB | 81/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.4/1.6 MB | 679/714 kB | 81/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 679/714 kB | 81/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 696/714 kB | 81/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 696/714 kB | 97/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 696/714 kB | 97/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 696/714 kB | 97/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 696/714 kB | 114/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 696/714 kB | 114/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 696/714 kB | 114/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 696/714 kB | 114/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.5/7.4 MB | 1.5/1.6 MB | 696/714 kB | 130/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.5/1.6 MB | 696/714 kB | 130/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.5/1.6 MB | 696/714 kB | 130/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.5/1.6 MB | 696/714 kB | 147/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.5/1.6 MB | 696/714 kB | 147/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.5/1.6 MB | 696/714 kB | 147/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.5/1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.5/1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.6/1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.6/1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.6/1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.6/1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.6/1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.6/1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.6/1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.6/7.4 MB | 1.6 MB | 696/714 kB | 163/193 kB    
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.7/7.4 MB | 1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z] Progress (4): 4.7/7.4 MB | 1.6 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.724Z]                                                            
15:03:39 [2026-08-20T13:03:39.724Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar (1.6 MB at 4.3 MB/s)
15:03:39 [2026-08-20T13:03:39.724Z] Progress (3): 4.7/7.4 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.7/7.4 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.7/7.4 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.7/7.4 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.7/7.4 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.8/7.4 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.8/7.4 MB | 696/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.8/7.4 MB | 712/714 kB | 163/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.8/7.4 MB | 712/714 kB | 179/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.8/7.4 MB | 712/714 kB | 179/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.8/7.4 MB | 714 kB | 179/193 kB    
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.8/7.4 MB | 714 kB | 179/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.8/7.4 MB | 714 kB | 179/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (3): 4.8/7.4 MB | 714 kB | 179/193 kB
15:03:39 [2026-08-20T13:03:39.725Z]                                               
15:03:39 [2026-08-20T13:03:39.725Z] 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.9 MB/s)
15:03:39 [2026-08-20T13:03:39.725Z] Progress (2): 4.9/7.4 MB | 179/193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (2): 4.9/7.4 MB | 193 kB    
15:03:39 [2026-08-20T13:03:39.725Z] Progress (2): 4.9/7.4 MB | 193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (2): 4.9/7.4 MB | 193 kB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (2): 4.9/7.4 MB | 193 kB
15:03:39 [2026-08-20T13:03:39.725Z]                                  
15:03:39 [2026-08-20T13:03:39.725Z] 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 511 kB/s)
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 4.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 4.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 4.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 5.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.5/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.6/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.7/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.8/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 6.9/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.0/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.1/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.725Z] Progress (1): 7.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.2/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.3/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.4/7.4 MB
15:03:39 [2026-08-20T13:03:39.975Z] Progress (1): 7.4 MB    
15:03:39 [2026-08-20T13:03:39.975Z]                     
15:03:39 [2026-08-20T13:03:39.975Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar (7.4 MB at 17 MB/s)
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] Searching for local aggregator root...
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/dependencies
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] Processing change of org.silverpeas:silverpeas-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260820
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] Processing org.silverpeas:silverpeas-dependencies-bom
15:03:40 [2026-08-20T13:03:40.526Z] [INFO]     Updating project org.silverpeas:silverpeas-dependencies-bom
15:03:40 [2026-08-20T13:03:40.526Z] [INFO]         from version 2.0-SNAPSHOT to 2.0-build260820
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] 
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] ------------------------------------------------------------------------
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] BUILD SUCCESS
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] ------------------------------------------------------------------------
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] Total time:  8.244 s
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] Finished at: 2026-08-20T15:03:40+02:00
15:03:40 [2026-08-20T13:03:40.526Z] [INFO] ------------------------------------------------------------------------
15:03:40 [2026-08-20T13:03:40.526Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true
15:03:42 [2026-08-20T13:03:42.387Z] [INFO] Scanning for projects...
15:03:42 [2026-08-20T13:03:42.387Z] [INFO] 
15:03:42 [2026-08-20T13:03:42.387Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >-------------
15:03:42 [2026-08-20T13:03:42.387Z] [INFO] Building Silverpeas Dependencies BOM 2.0-build260820
15:03:42 [2026-08-20T13:03:42.387Z] [INFO]   from pom.xml
15:03:42 [2026-08-20T13:03:42.387Z] [INFO] --------------------------------[ pom ]---------------------------------
15:03:42 [2026-08-20T13:03:42.638Z] [INFO] 
15:03:42 [2026-08-20T13:03:42.638Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-dependencies-bom ---
15:03:42 [2026-08-20T13:03:42.889Z] 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:03:43 [2026-08-20T13:03:43.139Z] Progress (1): 790 B
15:03:43 [2026-08-20T13:03:43.139Z] Progress (1): 1.8 kB
15:03:43 [2026-08-20T13:03:43.139Z] Progress (1): 3.7 kB
15:03:43 [2026-08-20T13:03:43.139Z] Progress (1): 5.8 kB
15:03:43 [2026-08-20T13:03:43.139Z]                     
15:03:43 [2026-08-20T13:03:43.139Z] 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 16 kB/s)
15:03:43 [2026-08-20T13:03:43.139Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 781 B
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 1.8 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 3.7 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 5.1 kB
15:03:43 [2026-08-20T13:03:43.390Z]                     
15:03:43 [2026-08-20T13:03:43.390Z] 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 189 kB/s)
15:03:43 [2026-08-20T13:03:43.390Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 798 B
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 1.7 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 4.6 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 7.1 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 8.1 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 10 kB 
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 13 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 14 kB
15:03:43 [2026-08-20T13:03:43.390Z]                    
15:03:43 [2026-08-20T13:03:43.390Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 432 kB/s)
15:03:43 [2026-08-20T13:03:43.390Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 776 B
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 1.7 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 2.9 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 4.4 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 5.3 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 7.0 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 7.7 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 11 kB 
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 14 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 16 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 19 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 23 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 25 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 27 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 30 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 31 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 34 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 37 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 39 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 43 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 47 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 51 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 54 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 56 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 59 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 60 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 62 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 64 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 66 kB
15:03:43 [2026-08-20T13:03:43.390Z] Progress (1): 68 kB
15:03:43 [2026-08-20T13:03:43.390Z]                    
15:03:43 [2026-08-20T13:03:43.390Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 723 kB/s)
15:03:43 [2026-08-20T13:03:43.390Z] [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:03:43 [2026-08-20T13:03:43.390Z] [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:03:43 [2026-08-20T13:03:43.390Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
15:03:43 [2026-08-20T13:03:43.390Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (0 B at 0 B/s)
15:03:43 [2026-08-20T13:03:43.641Z] 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:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 0.9/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 2.3/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 3.6/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 5.0/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 6.4/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 7.7/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 9.1/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 10/153 kB 
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 12/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 13/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 15/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 16/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 17/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 19/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 20/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 21/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 23/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 24/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 28/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 33/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 37/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 41/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 45/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 49/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 54/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 58/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 62/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 66/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 70/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 74/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 78/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 82/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 87/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 91/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 95/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 99/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 104/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 108/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 112/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 116/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 121/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 125/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 129/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 133/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 137/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 142/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 146/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 150/153 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 153 kB    
15:03:43 [2026-08-20T13:03:43.641Z]                     
15:03:43 [2026-08-20T13:03:43.641Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 2.3 MB/s)
15:03:43 [2026-08-20T13:03:43.641Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 3.8/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 8.0/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 12/215 kB 
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 16/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 21/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 24/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 28/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 33/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 37/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 53/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 66/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 82/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 98/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 115/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 131/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 147/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 164/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 180/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 197/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 213/215 kB
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 215 kB    
15:03:43 [2026-08-20T13:03:43.641Z]                     
15:03:43 [2026-08-20T13:03:43.641Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 3.9 MB/s)
15:03:43 [2026-08-20T13:03:43.641Z] [INFO] 
15:03:43 [2026-08-20T13:03:43.641Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-dependencies-bom ---
15:03:43 [2026-08-20T13:03:43.641Z] 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:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 838 B
15:03:43 [2026-08-20T13:03:43.641Z] Progress (1): 2.2 kB
15:03:43 [2026-08-20T13:03:43.641Z]                     
15:03:43 [2026-08-20T13:03:43.641Z] 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 66 kB/s)
15:03:43 [2026-08-20T13:03:43.641Z] 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:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 797 B
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 2.5 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 4.1 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 7.7 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 10 kB 
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 14 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 18 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 20 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 23 kB
15:03:43 [2026-08-20T13:03:43.891Z]                    
15:03:43 [2026-08-20T13:03:43.891Z] 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 618 kB/s)
15:03:43 [2026-08-20T13:03:43.891Z] 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:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 834 B
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 2.2 kB
15:03:43 [2026-08-20T13:03:43.891Z]                     
15:03:43 [2026-08-20T13:03:43.891Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom (2.2 kB at 65 kB/s)
15:03:43 [2026-08-20T13:03:43.891Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 729 B
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 2.2 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 4.3 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 7.8 kB
15:03:43 [2026-08-20T13:03:43.891Z]                     
15:03:43 [2026-08-20T13:03:43.891Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom (7.8 kB at 290 kB/s)
15:03:43 [2026-08-20T13:03:43.891Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 691 B
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 2.5 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 6.4 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 8.9 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 11 kB 
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 14 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 19 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 21 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 25 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 28 kB
15:03:43 [2026-08-20T13:03:43.891Z]                    
15:03:43 [2026-08-20T13:03:43.891Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 939 kB/s)
15:03:43 [2026-08-20T13:03:43.891Z] 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:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 7.7/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 15/196 kB 
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 32/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 48/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 65/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 81/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 97/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 114/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 130/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 147/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 163/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 179/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 196/196 kB
15:03:43 [2026-08-20T13:03:43.891Z] Progress (1): 196 kB    
15:03:43 [2026-08-20T13:03:43.891Z]                     
15:03:43 [2026-08-20T13:03:43.891Z] 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 5.0 MB/s)
15:03:43 [2026-08-20T13:03:43.891Z] 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:03:43 [2026-08-20T13:03:43.891Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 7.7/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 16/157 kB 
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 24/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 40/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 57/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 73/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 90/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 106/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 122/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 139/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 155/157 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 157 kB    
15:03:44 [2026-08-20T13:03:44.142Z]                     
15:03:44 [2026-08-20T13:03:44.142Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar (157 kB at 4.0 MB/s)
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 0.9/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 2.3/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 3.6/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 5.0/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 6.4/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 7.7/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 9.1/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 10/193 kB 
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 12/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 13/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 15/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 16/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 17/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 19/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 20/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 21/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 23/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 24/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 25/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 27/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 28/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 30/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 31/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 32/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 34/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 35/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 36/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 38/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 39/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 41/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 42/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 43/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 45/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 46/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 47/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 49/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 50/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 51/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 53/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 54/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 56/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 60/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 64/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 66/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 70/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 74/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 78/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 82/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 87/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 91/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 95/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 99/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 104/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 108/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 112/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 116/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 121/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 125/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 129/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 133/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 137/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 142/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 146/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 150/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 154/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 159/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 163/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 167/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 171/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 175/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 180/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 184/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 188/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 192/193 kB
15:03:44 [2026-08-20T13:03:44.142Z] Progress (1): 193 kB    
15:03:44 [2026-08-20T13:03:44.142Z]                     
15:03:44 [2026-08-20T13:03:44.142Z] 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.4 MB/s)
15:03:44 [2026-08-20T13:03:44.142Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-dependencies-bom/2.0-build260820/silverpeas-dependencies-bom-2.0-build260820.pom
15:03:44 [2026-08-20T13:03:44.142Z] [INFO] 
15:03:44 [2026-08-20T13:03:44.142Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-dependencies-bom ---
15:03:44 [2026-08-20T13:03:44.142Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds
15:03:44 [2026-08-20T13:03:44.142Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead.
15:03:44 [2026-08-20T13:03:44.142Z] 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:03:44 [2026-08-20T13:03:44.392Z] Progress (1): 33/48 kB
15:03:44 [2026-08-20T13:03:44.392Z] Progress (1): 48 kB   
15:03:44 [2026-08-20T13:03:44.392Z]                    
15:03:44 [2026-08-20T13:03:44.392Z] 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 175 kB/s)
15:03:44 [2026-08-20T13:03:44.392Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml
15:03:44 [2026-08-20T13:03:44.643Z] Progress (1): 915 B
15:03:44 [2026-08-20T13:03:44.643Z]                    
15:03:44 [2026-08-20T13:03:44.643Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (915 B at 17 kB/s)
15:03:44 [2026-08-20T13:03:44.643Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml
15:03:44 [2026-08-20T13:03:44.643Z] Progress (1): 915 B
15:03:44 [2026-08-20T13:03:44.643Z]                    
15:03:44 [2026-08-20T13:03:44.643Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (915 B at 8.0 kB/s)
15:03:44 [2026-08-20T13:03:44.643Z] [INFO] ------------------------------------------------------------------------
15:03:44 [2026-08-20T13:03:44.643Z] [INFO] BUILD SUCCESS
15:03:44 [2026-08-20T13:03:44.643Z] [INFO] ------------------------------------------------------------------------
15:03:44 [2026-08-20T13:03:44.643Z] [INFO] Total time:  2.366 s
15:03:44 [2026-08-20T13:03:44.643Z] [INFO] Finished at: 2026-08-20T15:03:44+02:00
15:03:44 [2026-08-20T13:03:44.643Z] [INFO] ------------------------------------------------------------------------
15:03:44 [2026-08-20T13:03:44.643Z] [Pipeline] }
15:03:44 [2026-08-20T13:03:44.647Z] [Pipeline] // dir
15:03:44 [2026-08-20T13:03:44.650Z] [Pipeline] }
15:03:44 [2026-08-20T13:03:44.654Z] [Pipeline] // stage
15:03:44 [2026-08-20T13:03:44.658Z] [Pipeline] stage
15:03:44 [2026-08-20T13:03:44.659Z] [Pipeline] { (Build and Publish test dependencies definition)
15:03:44 [2026-08-20T13:03:44.668Z] [Pipeline] dir
15:03:44 [2026-08-20T13:03:44.669Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/test-dependencies
15:03:44 [2026-08-20T13:03:44.669Z] [Pipeline] {
15:03:44 [2026-08-20T13:03:44.675Z] [Pipeline] git
15:03:44 [2026-08-20T13:03:44.677Z] Selected Git installation does not exist. Using Default
15:03:44 [2026-08-20T13:03:44.677Z] The recommended git tool is: NONE
15:03:44 [2026-08-20T13:03:44.677Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
15:03:44 [2026-08-20T13:03:44.687Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4c11d0b9; decorates hudson.Launcher$LocalLauncher@1794c3ce will be ignored (a typical symptom is the Git executable not being run inside a designated container)
15:03:44 [2026-08-20T13:03:44.688Z] Cloning the remote Git repository
15:03:44 [2026-08-20T13:03:44.688Z] Cloning repository https://github.com/Silverpeas/silverpeas-test-dependencies-bom
15:03:44 [2026-08-20T13:03:44.688Z]  > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/test-dependencies # timeout=10
15:03:44 [2026-08-20T13:03:44.696Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-test-dependencies-bom
15:03:44 [2026-08-20T13:03:44.696Z]  > /usr/bin/git --version # timeout=10
15:03:44 [2026-08-20T13:03:44.700Z]  > git --version # 'git version 2.43.0'
15:03:44 [2026-08-20T13:03:44.700Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
15:03:44 [2026-08-20T13:03:44.705Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-test-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:45 [2026-08-20T13:03:45.439Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-test-dependencies-bom # timeout=10
15:03:45 [2026-08-20T13:03:45.446Z]  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:45 [2026-08-20T13:03:45.455Z] Avoid second fetch
15:03:45 [2026-08-20T13:03:45.455Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
15:03:45 [2026-08-20T13:03:45.461Z] Checking out Revision 8ca13ec6861eb4bca60ef1ccdcc6f9828c8eded8 (refs/remotes/origin/master)
15:03:45 [2026-08-20T13:03:45.461Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
15:03:45 [2026-08-20T13:03:45.467Z]  > /usr/bin/git checkout -f 8ca13ec6861eb4bca60ef1ccdcc6f9828c8eded8 # timeout=10
15:03:45 [2026-08-20T13:03:45.474Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
15:03:45 [2026-08-20T13:03:45.481Z]  > /usr/bin/git checkout -b master 8ca13ec6861eb4bca60ef1ccdcc6f9828c8eded8 # timeout=10
15:03:45 [2026-08-20T13:03:45.492Z] Commit message: "Drop junit-platform-runner and align the JUnit Platform on the junit-bom"
15:03:45 [2026-08-20T13:03:45.493Z]  > /usr/bin/git rev-list --no-walk 8ca13ec6861eb4bca60ef1ccdcc6f9828c8eded8 # timeout=10
15:03:45 [2026-08-20T13:03:45.512Z] [Pipeline] sh
15:03:45 [2026-08-20T13:03:45.769Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260820
15:03:47 [2026-08-20T13:03:47.630Z] [INFO] Scanning for projects...
15:03:48 [2026-08-20T13:03:48.180Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
15:03:48 [2026-08-20T13:03:48.180Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
15:03:48 [2026-08-20T13:03:48.431Z] Progress (1): 3.9 kB
15:03:48 [2026-08-20T13:03:48.431Z] Progress (2): 3.9 kB | 4.6 kB
15:03:48 [2026-08-20T13:03:48.431Z] Progress (2): 7.6 kB | 4.6 kB
15:03:48 [2026-08-20T13:03:48.431Z] Progress (2): 7.6 kB | 9.7 kB
15:03:48 [2026-08-20T13:03:48.431Z] Progress (2): 7.7 kB | 9.7 kB
15:03:48 [2026-08-20T13:03:48.431Z] Progress (2): 7.7 kB | 14 kB 
15:03:48 [2026-08-20T13:03:48.431Z] Progress (2): 12 kB | 14 kB 
15:03:48 [2026-08-20T13:03:48.431Z] Progress (2): 18 kB | 14 kB
15:03:48 [2026-08-20T13:03:48.431Z] Progress (2): 20 kB | 14 kB
15:03:48 [2026-08-20T13:03:48.431Z]                            
15:03:48 [2026-08-20T13:03:48.431Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 50 kB/s)
15:03:48 [2026-08-20T13:03:48.431Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 35 kB/s)
15:03:48 [2026-08-20T13:03:48.681Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
15:03:48 [2026-08-20T13:03:48.681Z] Progress (1): 1.5 kB
15:03:48 [2026-08-20T13:03:48.681Z]                     
15:03:48 [2026-08-20T13:03:48.681Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 59 kB/s)
15:03:48 [2026-08-20T13:03:48.681Z] [INFO] 
15:03:48 [2026-08-20T13:03:48.681Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >-----------
15:03:48 [2026-08-20T13:03:48.681Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-SNAPSHOT
15:03:48 [2026-08-20T13:03:48.681Z] [INFO]   from pom.xml
15:03:48 [2026-08-20T13:03:48.681Z] [INFO] --------------------------------[ pom ]---------------------------------
15:03:48 [2026-08-20T13:03:48.681Z] [INFO] 
15:03:48 [2026-08-20T13:03:48.681Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-test-dependencies-bom ---
15:03:49 [2026-08-20T13:03:49.592Z] [INFO] Searching for local aggregator root...
15:03:49 [2026-08-20T13:03:49.592Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/test-dependencies
15:03:49 [2026-08-20T13:03:49.592Z] [INFO] Processing change of org.silverpeas:silverpeas-test-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260820
15:03:49 [2026-08-20T13:03:49.842Z] [INFO] Processing org.silverpeas:silverpeas-test-dependencies-bom
15:03:49 [2026-08-20T13:03:49.842Z] [INFO]     Updating project org.silverpeas:silverpeas-test-dependencies-bom
15:03:49 [2026-08-20T13:03:49.842Z] [INFO]         from version 2.0-SNAPSHOT to 2.0-build260820
15:03:49 [2026-08-20T13:03:49.842Z] [INFO] 
15:03:49 [2026-08-20T13:03:49.842Z] [INFO] ------------------------------------------------------------------------
15:03:49 [2026-08-20T13:03:49.842Z] [INFO] BUILD SUCCESS
15:03:49 [2026-08-20T13:03:49.842Z] [INFO] ------------------------------------------------------------------------
15:03:49 [2026-08-20T13:03:49.842Z] [INFO] Total time:  2.239 s
15:03:49 [2026-08-20T13:03:49.842Z] [INFO] Finished at: 2026-08-20T15:03:49+02:00
15:03:49 [2026-08-20T13:03:49.842Z] [INFO] ------------------------------------------------------------------------
15:03:49 [2026-08-20T13:03:49.842Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true
15:03:51 [2026-08-20T13:03:51.704Z] [INFO] Scanning for projects...
15:03:51 [2026-08-20T13:03:51.704Z] [INFO] 
15:03:51 [2026-08-20T13:03:51.704Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >-----------
15:03:51 [2026-08-20T13:03:51.704Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-build260820
15:03:51 [2026-08-20T13:03:51.704Z] [INFO]   from pom.xml
15:03:51 [2026-08-20T13:03:51.704Z] [INFO] --------------------------------[ pom ]---------------------------------
15:03:51 [2026-08-20T13:03:51.704Z] [INFO] 
15:03:51 [2026-08-20T13:03:51.704Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-test-dependencies-bom ---
15:03:51 [2026-08-20T13:03:51.704Z] [INFO] 
15:03:51 [2026-08-20T13:03:51.704Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-test-dependencies-bom ---
15:03:51 [2026-08-20T13:03:51.954Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/test-dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260820/silverpeas-test-dependencies-bom-2.0-build260820.pom
15:03:51 [2026-08-20T13:03:51.954Z] [INFO] 
15:03:51 [2026-08-20T13:03:51.954Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-test-dependencies-bom ---
15:03:51 [2026-08-20T13:03:51.954Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds
15:03:51 [2026-08-20T13:03:51.954Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead.
15:03:52 [2026-08-20T13:03:52.205Z] 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:03:52 [2026-08-20T13:03:52.455Z] Progress (1): 12 kB
15:03:52 [2026-08-20T13:03:52.455Z]                    
15:03:52 [2026-08-20T13:03:52.455Z] 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 35 kB/s)
15:03:52 [2026-08-20T13:03:52.455Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml
15:03:52 [2026-08-20T13:03:52.706Z] Progress (1): 920 B
15:03:52 [2026-08-20T13:03:52.706Z]                    
15:03:52 [2026-08-20T13:03:52.706Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (920 B at 5.3 kB/s)
15:03:52 [2026-08-20T13:03:52.706Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml
15:03:52 [2026-08-20T13:03:52.706Z] Progress (1): 920 B
15:03:52 [2026-08-20T13:03:52.706Z]                    
15:03:52 [2026-08-20T13:03:52.706Z] 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:03:52 [2026-08-20T13:03:52.706Z] [INFO] ------------------------------------------------------------------------
15:03:52 [2026-08-20T13:03:52.706Z] [INFO] BUILD SUCCESS
15:03:52 [2026-08-20T13:03:52.706Z] [INFO] ------------------------------------------------------------------------
15:03:52 [2026-08-20T13:03:52.706Z] [INFO] Total time:  1.391 s
15:03:52 [2026-08-20T13:03:52.706Z] [INFO] Finished at: 2026-08-20T15:03:52+02:00
15:03:52 [2026-08-20T13:03:52.706Z] [INFO] ------------------------------------------------------------------------
15:03:52 [2026-08-20T13:03:52.706Z] [Pipeline] }
15:03:52 [2026-08-20T13:03:52.710Z] [Pipeline] // dir
15:03:52 [2026-08-20T13:03:52.716Z] [Pipeline] }
15:03:52 [2026-08-20T13:03:52.721Z] [Pipeline] // stage
15:03:52 [2026-08-20T13:03:52.726Z] [Pipeline] stage
15:03:52 [2026-08-20T13:03:52.726Z] [Pipeline] { (Build and publish project definition)
15:03:52 [2026-08-20T13:03:52.739Z] [Pipeline] dir
15:03:52 [2026-08-20T13:03:52.739Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/project
15:03:52 [2026-08-20T13:03:52.740Z] [Pipeline] {
15:03:52 [2026-08-20T13:03:52.748Z] [Pipeline] git
15:03:52 [2026-08-20T13:03:52.750Z] Selected Git installation does not exist. Using Default
15:03:52 [2026-08-20T13:03:52.750Z] The recommended git tool is: NONE
15:03:52 [2026-08-20T13:03:52.751Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
15:03:52 [2026-08-20T13:03:52.761Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@29b0638f; decorates hudson.Launcher$LocalLauncher@792e15e2 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
15:03:52 [2026-08-20T13:03:52.762Z] Cloning the remote Git repository
15:03:52 [2026-08-20T13:03:52.762Z] Cloning repository https://github.com/Silverpeas/Silverpeas-Project
15:03:52 [2026-08-20T13:03:52.762Z]  > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/project # timeout=10
15:03:52 [2026-08-20T13:03:52.772Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Project
15:03:52 [2026-08-20T13:03:52.772Z]  > /usr/bin/git --version # timeout=10
15:03:52 [2026-08-20T13:03:52.776Z]  > git --version # 'git version 2.43.0'
15:03:52 [2026-08-20T13:03:52.776Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
15:03:52 [2026-08-20T13:03:52.781Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Project +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:53 [2026-08-20T13:03:53.544Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Project # timeout=10
15:03:53 [2026-08-20T13:03:53.550Z]  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:53 [2026-08-20T13:03:53.557Z] Avoid second fetch
15:03:53 [2026-08-20T13:03:53.557Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
15:03:53 [2026-08-20T13:03:53.563Z] Checking out Revision 021681972d6345a734b93965ac1fdd06958b9fab (refs/remotes/origin/master)
15:03:53 [2026-08-20T13:03:53.563Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
15:03:53 [2026-08-20T13:03:53.568Z]  > /usr/bin/git checkout -f 021681972d6345a734b93965ac1fdd06958b9fab # timeout=10
15:03:53 [2026-08-20T13:03:53.575Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
15:03:53 [2026-08-20T13:03:53.581Z]  > /usr/bin/git checkout -b master 021681972d6345a734b93965ac1fdd06958b9fab # timeout=10
15:03:53 [2026-08-20T13:03:53.589Z] Commit message: "Update the compressor Maven plugin to version 2.0.2"
15:03:53 [2026-08-20T13:03:53.590Z]  > /usr/bin/git rev-list --no-walk 021681972d6345a734b93965ac1fdd06958b9fab # timeout=10
15:03:53 [2026-08-20T13:03:53.605Z] [Pipeline] sh
15:03:53 [2026-08-20T13:03:53.860Z] + sed -i -e s/<silverpeas.bom.version>[0-9a-zA-Z.-]\+/<silverpeas.bom.version>2.0-build260820/g pom.xml
15:03:53 [2026-08-20T13:03:53.865Z] [Pipeline] sh
15:03:54 [2026-08-20T13:03:54.123Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260820
15:03:55 [2026-08-20T13:03:55.985Z] [INFO] Scanning for projects...
15:03:55 [2026-08-20T13:03:55.985Z] [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:03:55 [2026-08-20T13:03:55.985Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 756 B
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 2.2 kB
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 3.8 kB
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 8.1 kB
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 11 kB 
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 13 kB
15:03:56 [2026-08-20T13:03:56.235Z]                    
15:03:56 [2026-08-20T13:03:56.235Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 40 kB/s)
15:03:56 [2026-08-20T13:03:56.235Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 752 B
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 2.3 kB
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 4.7 kB
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 7.4 kB
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 9.9 kB
15:03:56 [2026-08-20T13:03:56.235Z] Progress (1): 11 kB 
15:03:56 [2026-08-20T13:03:56.235Z]                    
15:03:56 [2026-08-20T13:03:56.235Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 289 kB/s)
15:03:56 [2026-08-20T13:03:56.235Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 7.8/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 8.2/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 16/62 kB 
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 24/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 25/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 33/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 40/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 41/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 49/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 56/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 57/62 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 62 kB   
15:03:56 [2026-08-20T13:03:56.486Z]                    
15:03:56 [2026-08-20T13:03:56.486Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 952 kB/s)
15:03:56 [2026-08-20T13:03:56.486Z] 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:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 772 B
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 2.2 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 5.0 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 7.8 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 8.5 kB
15:03:56 [2026-08-20T13:03:56.486Z]                     
15:03:56 [2026-08-20T13:03:56.486Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 218 kB/s)
15:03:56 [2026-08-20T13:03:56.486Z] 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:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 7.8/32 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 8.2/32 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 16/32 kB 
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 24/32 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 25/32 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 32 kB   
15:03:56 [2026-08-20T13:03:56.486Z]                    
15:03:56 [2026-08-20T13:03:56.486Z] 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 722 kB/s)
15:03:56 [2026-08-20T13:03:56.486Z] 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:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 745 B
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 2.3 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 4.0 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 8.9 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 13 kB 
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 15 kB
15:03:56 [2026-08-20T13:03:56.486Z] Progress (1): 16 kB
15:03:56 [2026-08-20T13:03:56.486Z]                    
15:03:56 [2026-08-20T13:03:56.486Z] 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 364 kB/s)
15:03:56 [2026-08-20T13:03:56.486Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom
15:03:56 [2026-08-20T13:03:56.736Z] Progress (1): 770 B
15:03:56 [2026-08-20T13:03:56.736Z] Progress (1): 2.3 kB
15:03:56 [2026-08-20T13:03:56.736Z] Progress (1): 4.9 kB
15:03:56 [2026-08-20T13:03:56.736Z] Progress (1): 7.3 kB
15:03:56 [2026-08-20T13:03:56.736Z] Progress (1): 8.1 kB
15:03:56 [2026-08-20T13:03:56.736Z]                     
15:03:56 [2026-08-20T13:03:56.737Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 207 kB/s)
15:03:56 [2026-08-20T13:03:56.737Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 728 B
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 1.9 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 5.4 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 9.7 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 14 kB 
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 19 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 22 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 26 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 28 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 30 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 33 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 37 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 40 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 42 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 48 kB
15:03:56 [2026-08-20T13:03:56.737Z]                    
15:03:56 [2026-08-20T13:03:56.737Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 1.0 MB/s)
15:03:56 [2026-08-20T13:03:56.737Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 745 B
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 2.1 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 4.0 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 6.9 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 12 kB 
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 16 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 19 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 21 kB
15:03:56 [2026-08-20T13:03:56.737Z]                    
15:03:56 [2026-08-20T13:03:56.737Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom (21 kB at 494 kB/s)
15:03:56 [2026-08-20T13:03:56.737Z] 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:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 7.8/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 8.2/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 16/189 kB 
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 24/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 25/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 33/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 40/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 41/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 49/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 56/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 57/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 66/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 74/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 74/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 82/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 90/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 90/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 98/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 106/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 114/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 115/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 123/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 130/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 131/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 139/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 147/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 147/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 156/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 163/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 164/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 172/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 180/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 180/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 188/189 kB
15:03:56 [2026-08-20T13:03:56.737Z] Progress (1): 189 kB    
15:03:56 [2026-08-20T13:03:56.737Z]                     
15:03:56 [2026-08-20T13:03:56.737Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar (189 kB at 2.7 MB/s)
15:03:56 [2026-08-20T13:03:56.987Z] 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:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 784 B
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 2.2 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 5.1 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 7.5 kB
15:03:56 [2026-08-20T13:03:56.987Z]                     
15:03:56 [2026-08-20T13:03:56.987Z] 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 196 kB/s)
15:03:56 [2026-08-20T13:03:56.987Z] 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:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 7.8/30 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 8.2/30 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 16/30 kB 
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 24/30 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 25/30 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 30 kB   
15:03:56 [2026-08-20T13:03:56.987Z]                    
15:03:56 [2026-08-20T13:03:56.987Z] 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 737 kB/s)
15:03:56 [2026-08-20T13:03:56.987Z] 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:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 768 B
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 2.2 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 5.2 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 7.9 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 8.5 kB
15:03:56 [2026-08-20T13:03:56.987Z]                     
15:03:56 [2026-08-20T13:03:56.987Z] 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 230 kB/s)
15:03:56 [2026-08-20T13:03:56.987Z] 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:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 7.8/37 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 8.2/37 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 16/37 kB 
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 24/37 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 25/37 kB
15:03:56 [2026-08-20T13:03:56.987Z] Progress (1): 33/37 kB
15:03:57 [2026-08-20T13:03:57.238Z] Progress (1): 37 kB   
15:03:57 [2026-08-20T13:03:57.238Z]                    
15:03:57 [2026-08-20T13:03:57.238Z] 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 960 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/net/sourceforge/maven-taglib/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/maven-taglib/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Progress (1): 237 B
15:03:57 [2026-08-20T13:03:57.238Z]                    
15:03:57 [2026-08-20T13:03:57.238Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml (237 B at 6.1 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Progress (1): 194 B
15:03:57 [2026-08-20T13:03:57.238Z] Progress (2): 194 B | 290 B
15:03:57 [2026-08-20T13:03:57.238Z]                            
15:03:57 [2026-08-20T13:03:57.238Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml (290 B at 8.3 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from central: https://repo.maven.apache.org/maven2/org/silverpeas/maven/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/net/sourceforge/maven-taglib/maven-metadata.xml (194 B at 2.3 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Progress (1): 1.5 kB
15:03:57 [2026-08-20T13:03:57.238Z]                     
15:03:57 [2026-08-20T13:03:57.238Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 50 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Progress (1): 237 B
15:03:57 [2026-08-20T13:03:57.238Z]                    
15:03:57 [2026-08-20T13:03:57.238Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml (237 B at 2.0 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Progress (1): 194 B
15:03:57 [2026-08-20T13:03:57.238Z] Progress (2): 194 B | 249 B
15:03:57 [2026-08-20T13:03:57.238Z]                            
15:03:57 [2026-08-20T13:03:57.238Z] Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/maven-taglib/maven-metadata.xml (194 B at 1.5 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from central: https://repo.maven.apache.org/maven2/pl/project13/maven/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/maven-metadata.xml (249 B at 9.2 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Progress (1): 1.5 kB
15:03:57 [2026-08-20T13:03:57.238Z]                     
15:03:57 [2026-08-20T13:03:57.238Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 33 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/qmino/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.238Z] Progress (1): 237 B
15:03:57 [2026-08-20T13:03:57.238Z]                    
15:03:57 [2026-08-20T13:03:57.238Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml (237 B at 8.5 kB/s)
15:03:57 [2026-08-20T13:03:57.238Z] Downloading from central: https://repo.maven.apache.org/maven2/com/qmino/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.488Z] Progress (1): 249 B
15:03:57 [2026-08-20T13:03:57.488Z]                    
15:03:57 [2026-08-20T13:03:57.488Z] Downloaded from central: https://repo.maven.apache.org/maven2/pl/project13/maven/maven-metadata.xml (249 B at 4.8 kB/s)
15:03:57 [2026-08-20T13:03:57.488Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.488Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.488Z] Progress (1): 4.4 kB
15:03:57 [2026-08-20T13:03:57.488Z] Progress (1): 11 kB 
15:03:57 [2026-08-20T13:03:57.488Z] Progress (1): 14 kB
15:03:57 [2026-08-20T13:03:57.488Z]                    
15:03:57 [2026-08-20T13:03:57.488Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml (14 kB at 476 kB/s)
15:03:57 [2026-08-20T13:03:57.488Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.488Z] Progress (1): 237 B
15:03:57 [2026-08-20T13:03:57.488Z]                    
15:03:57 [2026-08-20T13:03:57.488Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml (237 B at 3.8 kB/s)
15:03:57 [2026-08-20T13:03:57.488Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 4.6 kB
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 9.7 kB
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 14 kB 
15:03:57 [2026-08-20T13:03:57.489Z]                    
15:03:57 [2026-08-20T13:03:57.489Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 461 kB/s)
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 3.7 kB
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 9.3 kB
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 15 kB 
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 20 kB
15:03:57 [2026-08-20T13:03:57.489Z]                    
15:03:57 [2026-08-20T13:03:57.489Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml (20 kB at 596 kB/s)
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 3.7 kB
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 7.5 kB
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 13 kB 
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 19 kB
15:03:57 [2026-08-20T13:03:57.489Z] Progress (1): 20 kB
15:03:57 [2026-08-20T13:03:57.489Z]                    
15:03:57 [2026-08-20T13:03:57.489Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 534 kB/s)
15:03:57 [2026-08-20T13:03:57.739Z] [WARNING] Could not transfer metadata com.qmino/maven-metadata.xml from/to Silverpeas (https://nexus3.silverpeas.org/repository/silverpeas): status code: 406, reason phrase: Not Acceptable (406)
15:03:57 [2026-08-20T13:03:57.739Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.739Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
15:03:57 [2026-08-20T13:03:57.739Z] Progress (1): 1.5 kB
15:03:57 [2026-08-20T13:03:57.739Z] Progress (2): 1.5 kB | 1.5 kB
15:03:57 [2026-08-20T13:03:57.739Z]                              
15:03:57 [2026-08-20T13:03:57.739Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 53 kB/s)
15:03:57 [2026-08-20T13:03:57.739Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 42 kB/s)
15:03:57 [2026-08-20T13:03:57.989Z] [INFO] 
15:03:57 [2026-08-20T13:03:57.989Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------
15:03:57 [2026-08-20T13:03:57.989Z] [INFO] Building Parent POM 2.0-SNAPSHOT
15:03:57 [2026-08-20T13:03:57.989Z] [INFO]   from pom.xml
15:03:57 [2026-08-20T13:03:57.989Z] [INFO] --------------------------------[ pom ]---------------------------------
15:03:57 [2026-08-20T13:03:57.989Z] [WARNING] com.qmino/maven-metadata.xml failed to transfer from https://nexus3.silverpeas.org/repository/silverpeas during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of Silverpeas has elapsed or updates are forced. Original error: Could not transfer metadata com.qmino/maven-metadata.xml from/to Silverpeas (https://nexus3.silverpeas.org/repository/silverpeas): status code: 406, reason phrase: Not Acceptable (406)
15:03:57 [2026-08-20T13:03:57.989Z] [INFO] 
15:03:57 [2026-08-20T13:03:57.989Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-project ---
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] Searching for local aggregator root...
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/project
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] Processing change of org.silverpeas:silverpeas-project:2.0-SNAPSHOT -> 2.0-build260820
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] Processing org.silverpeas:silverpeas-project
15:03:58 [2026-08-20T13:03:58.900Z] [INFO]     Updating project org.silverpeas:silverpeas-project
15:03:58 [2026-08-20T13:03:58.900Z] [INFO]         from version 2.0-SNAPSHOT to 2.0-build260820
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] 
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] ------------------------------------------------------------------------
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] BUILD SUCCESS
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] ------------------------------------------------------------------------
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] Total time:  3.265 s
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] Finished at: 2026-08-20T15:03:58+02:00
15:03:58 [2026-08-20T13:03:58.900Z] [INFO] ------------------------------------------------------------------------
15:03:58 [2026-08-20T13:03:58.900Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true
15:04:00 [2026-08-20T13:04:00.762Z] [INFO] Scanning for projects...
15:04:00 [2026-08-20T13:04:00.762Z] [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:04:00 [2026-08-20T13:04:00.762Z] [INFO] 
15:04:00 [2026-08-20T13:04:00.762Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------
15:04:00 [2026-08-20T13:04:00.762Z] [INFO] Building Parent POM 2.0-build260820
15:04:00 [2026-08-20T13:04:00.762Z] [INFO]   from pom.xml
15:04:00 [2026-08-20T13:04:00.762Z] [INFO] --------------------------------[ pom ]---------------------------------
15:04:00 [2026-08-20T13:04:00.762Z] [INFO] 
15:04:00 [2026-08-20T13:04:00.762Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-project ---
15:04:00 [2026-08-20T13:04:00.762Z] [INFO] 
15:04:00 [2026-08-20T13:04:00.762Z] [INFO] --- install:3.0.1:install (default-install) @ silverpeas-project ---
15:04:01 [2026-08-20T13:04:01.012Z] 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:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 937 B
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 2.2 kB
15:04:01 [2026-08-20T13:04:01.262Z]                     
15:04:01 [2026-08-20T13:04:01.262Z] 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.8 kB/s)
15:04:01 [2026-08-20T13:04:01.262Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 802 B
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 3.2 kB
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 5.1 kB
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 9.1 kB
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 12 kB 
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 17 kB
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 20 kB
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 23 kB
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 27 kB
15:04:01 [2026-08-20T13:04:01.262Z] Progress (1): 30 kB
15:04:01 [2026-08-20T13:04:01.262Z]                    
15:04:01 [2026-08-20T13:04:01.262Z] 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 655 kB/s)
15:04:01 [2026-08-20T13:04:01.263Z] 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:04:01 [2026-08-20T13:04:01.263Z] Progress (1): 938 B
15:04:01 [2026-08-20T13:04:01.263Z] Progress (1): 1.9 kB
15:04:01 [2026-08-20T13:04:01.263Z]                     
15:04:01 [2026-08-20T13:04:01.263Z] 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 49 kB/s)
15:04:01 [2026-08-20T13:04:01.513Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 801 B
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 2.6 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 4.9 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 5.2 kB
15:04:01 [2026-08-20T13:04:01.513Z]                     
15:04:01 [2026-08-20T13:04:01.513Z] 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 130 kB/s)
15:04:01 [2026-08-20T13:04:01.513Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 703 B
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 2.7 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 6.5 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 9.1 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 12 kB 
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 16 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 20 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 23 kB
15:04:01 [2026-08-20T13:04:01.513Z]                    
15:04:01 [2026-08-20T13:04:01.513Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 500 kB/s)
15:04:01 [2026-08-20T13:04:01.513Z] 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:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 7.8/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 8.2/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 16/146 kB 
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 24/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 25/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 33/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 40/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 41/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 49/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 56/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 57/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 66/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 74/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 82/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 82/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 90/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 98/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 98/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 106/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 114/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 115/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 123/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 130/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 131/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 139/146 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 146 kB    
15:04:01 [2026-08-20T13:04:01.513Z]                     
15:04:01 [2026-08-20T13:04:01.513Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.7 MB/s)
15:04:01 [2026-08-20T13:04:01.513Z] 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:04:01 [2026-08-20T13:04:01.513Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 7.8/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 8.2/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 16/136 kB 
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 24/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 25/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 33/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 40/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 41/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 49/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 56/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 57/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 66/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 74/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 82/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 82/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 90/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 98/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 98/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 106/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 114/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 115/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 123/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 130/136 kB
15:04:01 [2026-08-20T13:04:01.513Z] Progress (1): 131/136 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 136 kB    
15:04:01 [2026-08-20T13:04:01.764Z]                     
15:04:01 [2026-08-20T13:04:01.764Z] 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.5 MB/s)
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 7.8/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 8.2/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 16/263 kB 
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 24/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 25/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 33/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 40/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 41/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 49/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 56/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 57/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 66/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 74/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 82/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 82/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 90/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 98/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 98/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 106/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 114/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 115/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 123/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 130/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 131/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 139/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 147/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 147/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 156/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 163/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 164/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 172/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 179/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 180/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 188/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 195/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 197/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 205/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 211/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 213/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 221/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 227/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 229/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 238/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 243/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 246/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 254/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 259/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 262/263 kB
15:04:01 [2026-08-20T13:04:01.764Z] Progress (1): 263 kB    
15:04:01 [2026-08-20T13:04:01.764Z]                     
15:04:01 [2026-08-20T13:04:01.764Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.3 MB/s)
15:04:01 [2026-08-20T13:04:01.764Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@2/project/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-project/2.0-build260820/silverpeas-project-2.0-build260820.pom
15:04:01 [2026-08-20T13:04:01.764Z] [INFO] 
15:04:01 [2026-08-20T13:04:01.764Z] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ silverpeas-project ---
15:04:01 [2026-08-20T13:04:01.764Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
15:04:02 [2026-08-20T13:04:02.014Z] Progress (1): 749 B
15:04:02 [2026-08-20T13:04:02.014Z] Progress (1): 2.6 kB
15:04:02 [2026-08-20T13:04:02.014Z] Progress (1): 5.0 kB
15:04:02 [2026-08-20T13:04:02.014Z] Progress (1): 5.3 kB
15:04:02 [2026-08-20T13:04:02.014Z]                     
15:04:02 [2026-08-20T13:04:02.014Z] 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 119 kB/s)
15:04:02 [2026-08-20T13:04:02.014Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
15:04:02 [2026-08-20T13:04:02.014Z] Progress (1): 7.8/262 kB
15:04:02 [2026-08-20T13:04:02.014Z] Progress (1): 8.2/262 kB
15:04:02 [2026-08-20T13:04:02.014Z] Progress (1): 16/262 kB 
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 24/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 25/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 33/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 40/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 41/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 49/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 56/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 57/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 66/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 74/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 82/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 82/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 90/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 98/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 98/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 106/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 114/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 115/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 123/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 130/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 131/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 139/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 147/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 147/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 156/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 163/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 164/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 172/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 180/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 180/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 188/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 196/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 197/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 205/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 213/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 213/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 221/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 229/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 229/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 238/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 245/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 246/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 254/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 261/262 kB
15:04:02 [2026-08-20T13:04:02.015Z] Progress (1): 262 kB    
15:04:02 [2026-08-20T13:04:02.015Z]                     
15:04:02 [2026-08-20T13:04:02.015Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 3.6 MB/s)
15:04:02 [2026-08-20T13:04:02.015Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds
15:04:02 [2026-08-20T13:04:02.015Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead.
15:04:02 [2026-08-20T13:04:02.015Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260820/silverpeas-project-2.0-build260820.pom
15:04:02 [2026-08-20T13:04:02.265Z] Progress (1): 21 kB
15:04:02 [2026-08-20T13:04:02.265Z]                    
15:04:02 [2026-08-20T13:04:02.265Z] 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 125 kB/s)
15:04:02 [2026-08-20T13:04:02.265Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml
15:04:02 [2026-08-20T13:04:02.265Z] Progress (1): 906 B
15:04:02 [2026-08-20T13:04:02.265Z]                    
15:04:02 [2026-08-20T13:04:02.265Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (906 B at 17 kB/s)
15:04:02 [2026-08-20T13:04:02.265Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml
15:04:02 [2026-08-20T13:04:02.516Z] Progress (1): 906 B
15:04:02 [2026-08-20T13:04:02.516Z]                    
15:04:02 [2026-08-20T13:04:02.516Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (906 B at 7.1 kB/s)
15:04:02 [2026-08-20T13:04:02.516Z] [INFO] ------------------------------------------------------------------------
15:04:02 [2026-08-20T13:04:02.516Z] [INFO] BUILD SUCCESS
15:04:02 [2026-08-20T13:04:02.516Z] [INFO] ------------------------------------------------------------------------
15:04:02 [2026-08-20T13:04:02.516Z] [INFO] Total time:  2.038 s
15:04:02 [2026-08-20T13:04:02.516Z] [INFO] Finished at: 2026-08-20T15:04:02+02:00
15:04:02 [2026-08-20T13:04:02.516Z] [INFO] ------------------------------------------------------------------------
15:04:02 [2026-08-20T13:04:02.517Z] [Pipeline] }
15:04:02 [2026-08-20T13:04:02.527Z] [Pipeline] // dir
15:04:02 [2026-08-20T13:04:02.536Z] [Pipeline] }
15:04:02 [2026-08-20T13:04:02.543Z] [Pipeline] // stage
15:04:02 [2026-08-20T13:04:02.552Z] [Pipeline] stage
15:04:02 [2026-08-20T13:04:02.553Z] [Pipeline] { (Create YAML build report)
15:04:02 [2026-08-20T13:04:02.573Z] [Pipeline] writeYaml
15:04:02 [2026-08-20T13:04:02.586Z] [Pipeline] }
15:04:02 [2026-08-20T13:04:02.593Z] [Pipeline] // stage
15:04:02 [2026-08-20T13:04:02.603Z] [Pipeline] stage
15:04:02 [2026-08-20T13:04:02.603Z] [Pipeline] { (Declarative: Post Actions)
15:04:02 [2026-08-20T13:04:02.620Z] [Pipeline] step
15:04:02 [2026-08-20T13:04:02.639Z] [Pipeline] script
15:04:02 [2026-08-20T13:04:02.644Z] [Pipeline] {
15:04:02 [2026-08-20T13:04:02.660Z] [Pipeline] }
15:04:02 [2026-08-20T13:04:02.666Z] [Pipeline] // script
15:04:02 [2026-08-20T13:04:02.696Z] [Pipeline] archiveArtifacts
15:04:02 [2026-08-20T13:04:02.700Z] Archiving artifacts
15:04:02 [2026-08-20T13:04:02.707Z] Enregistrement des empreintes numériques
15:04:02 [2026-08-20T13:04:02.724Z] [Pipeline] }
15:04:02 [2026-08-20T13:04:02.731Z] [Pipeline] // stage
15:04:02 [2026-08-20T13:04:02.738Z] [Pipeline] }
15:04:02 [2026-08-20T13:04:02.745Z] [Pipeline] // withEnv
15:04:02 [2026-08-20T13:04:02.752Z] [Pipeline] }
15:04:02 [2026-08-20T13:04:02.753Z] $ docker stop --time=1 f4214999425a610d29560044262216dd874de127bab24bb54bb99ba93f12342e
15:04:04 [2026-08-20T13:04:04.030Z] $ docker rm -f --volumes f4214999425a610d29560044262216dd874de127bab24bb54bb99ba93f12342e
15:04:04 [2026-08-20T13:04:04.104Z] [Pipeline] // withDockerContainer
15:04:04 [2026-08-20T13:04:04.107Z] [Pipeline] }
15:04:04 [2026-08-20T13:04:04.112Z] [Pipeline] // withEnv
15:04:04 [2026-08-20T13:04:04.122Z] [Pipeline] }
15:04:04 [2026-08-20T13:04:04.131Z] [Pipeline] // node
15:04:04 [2026-08-20T13:04:04.134Z] [Pipeline] End of Pipeline
15:04:04 [2026-08-20T13:04:04.187Z] Finished: SUCCESS