Skip to content
11:14:37 [2026-09-21T09:14:37.815Z] Démarré à distance par l'hôte 140.82.115.28
11:14:37 [2026-09-21T09:14:37.815Z] Started by GitHub push by mmoqui
11:14:37 [2026-09-21T09:14:37.815Z] Running as userbuild
11:14:38 [2026-09-21T09:14:38.357Z] Obtained src/builds/project/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
11:14:38 [2026-09-21T09:14:38.794Z] [Pipeline] Start of Pipeline
11:14:39 [2026-09-21T09:14:39.223Z] [Pipeline] node
11:14:39 [2026-09-21T09:14:39.229Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy
11:14:39 [2026-09-21T09:14:39.229Z] [Pipeline] {
11:14:39 [2026-09-21T09:14:39.250Z] [Pipeline] stage
11:14:39 [2026-09-21T09:14:39.251Z] [Pipeline] { (Declarative: Checkout SCM)
11:14:39 [2026-09-21T09:14:39.263Z] [Pipeline] checkout
11:14:39 [2026-09-21T09:14:39.270Z] Selected Git installation does not exist. Using Default
11:14:39 [2026-09-21T09:14:39.270Z] The recommended git tool is: NONE
11:14:39 [2026-09-21T09:14:39.270Z] No credentials specified
11:14:39 [2026-09-21T09:14:39.271Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/.git # timeout=10
11:14:39 [2026-09-21T09:14:39.276Z] Fetching changes from the remote Git repository
11:14:39 [2026-09-21T09:14:39.280Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
11:14:39 [2026-09-21T09:14:39.284Z] Cleaning workspace
11:14:39 [2026-09-21T09:14:39.285Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
11:14:39 [2026-09-21T09:14:39.289Z] Resetting working tree
11:14:39 [2026-09-21T09:14:39.289Z]  > /usr/bin/git reset --hard # timeout=10
11:14:39 [2026-09-21T09:14:39.298Z]  > /usr/bin/git clean -fdx # timeout=10
11:14:39 [2026-09-21T09:14:39.306Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
11:14:39 [2026-09-21T09:14:39.306Z]  > /usr/bin/git --version # timeout=10
11:14:39 [2026-09-21T09:14:39.312Z]  > git --version # 'git version 2.43.0'
11:14:39 [2026-09-21T09:14:39.312Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
11:14:39 [2026-09-21T09:14:39.946Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
11:14:39 [2026-09-21T09:14:39.952Z] Checking out Revision 56f5661a313b8828cac18f92b68f2f116fbd2cc2 (refs/remotes/origin/master)
11:14:39 [2026-09-21T09:14:39.952Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
11:14:39 [2026-09-21T09:14:39.958Z]  > /usr/bin/git checkout -f 56f5661a313b8828cac18f92b68f2f116fbd2cc2 # timeout=10
11:14:39 [2026-09-21T09:14:39.971Z] Commit message: "Quote the database connection URL passed to setupDB.sh"
11:14:39 [2026-09-21T09:14:39.971Z]  > /usr/bin/git rev-list --no-walk c8dc7ef50e04c1b811eb42acbb89b17d98f982d7 # timeout=10
11:14:39 [2026-09-21T09:14:39.990Z] [Pipeline] }
11:14:39 [2026-09-21T09:14:39.994Z] [Pipeline] // stage
11:14:40 [2026-09-21T09:14:40.028Z] [Pipeline] withEnv
11:14:40 [2026-09-21T09:14:40.029Z] [Pipeline] {
11:14:40 [2026-09-21T09:14:40.240Z] [Pipeline] isUnix
11:14:40 [2026-09-21T09:14:40.242Z] [Pipeline] withEnv
11:14:40 [2026-09-21T09:14:40.243Z] [Pipeline] {
11:14:40 [2026-09-21T09:14:40.257Z] [Pipeline] sh
11:14:40 [2026-09-21T09:14:40.516Z] + docker inspect -f . silverpeas/silverbuild
11:14:40 [2026-09-21T09:14:40.516Z] .
11:14:40 [2026-09-21T09:14:40.518Z] [Pipeline] }
11:14:40 [2026-09-21T09:14:40.526Z] [Pipeline] // withEnv
11:14:40 [2026-09-21T09:14:40.538Z] [Pipeline] withDockerContainer
11:14:40 [2026-09-21T09:14:40.588Z] Jenkins does not seem to be running inside a container
11:14:40 [2026-09-21T09:14:40.597Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild cat
11:14:40 [2026-09-21T09:14:40.899Z] $ docker top 3c4890504340504be67f3429c5a455ee75afab708ff44a9444fa75a3bf22bb3d -eo pid,comm
11:14:40 [2026-09-21T09:14:40.946Z] [Pipeline] {
11:14:40 [2026-09-21T09:14:40.969Z] [Pipeline] withEnv
11:14:40 [2026-09-21T09:14:40.970Z] [Pipeline] {
11:14:40 [2026-09-21T09:14:40.993Z] [Pipeline] stage
11:14:40 [2026-09-21T09:14:40.994Z] [Pipeline] { (Prepare the build)
11:14:41 [2026-09-21T09:14:41.046Z] [Pipeline] echo
11:14:41 [2026-09-21T09:14:41.047Z] Prepare the build 260921...
11:14:41 [2026-09-21T09:14:41.050Z] [Pipeline] sh
11:14:41 [2026-09-21T09:14:41.311Z] + curl -fsSL -o pom1.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Project/master/pom.xml
11:14:41 [2026-09-21T09:14:41.566Z] [Pipeline] script
11:14:41 [2026-09-21T09:14:41.573Z] [Pipeline] {
11:14:41 [2026-09-21T09:14:41.586Z] [Pipeline] readMavenPom
11:14:41 [2026-09-21T09:14:41.617Z] 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.
11:14:41 [2026-09-21T09:14:41.621Z] 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.
11:14:41 [2026-09-21T09:14:41.622Z] 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.
11:14:41 [2026-09-21T09:14:41.622Z] [Pipeline] }
11:14:41 [2026-09-21T09:14:41.630Z] [Pipeline] // script
11:14:41 [2026-09-21T09:14:41.640Z] [Pipeline] sh
11:14:41 [2026-09-21T09:14:41.901Z] + curl -fsSL -o pom2.xml https://raw.githubusercontent.com/Silverpeas/silverpeas-dependencies-bom/master/pom.xml
11:14:42 [2026-09-21T09:14:42.156Z] [Pipeline] script
11:14:42 [2026-09-21T09:14:42.163Z] [Pipeline] {
11:14:42 [2026-09-21T09:14:42.175Z] [Pipeline] readMavenPom
11:14:42 [2026-09-21T09:14:42.187Z] [Pipeline] }
11:14:42 [2026-09-21T09:14:42.195Z] [Pipeline] // script
11:14:42 [2026-09-21T09:14:42.204Z] [Pipeline] sh
11:14:42 [2026-09-21T09:14:42.464Z] + rm -f pom1.xml pom2.xml
11:14:42 [2026-09-21T09:14:42.469Z] [Pipeline] }
11:14:42 [2026-09-21T09:14:42.476Z] [Pipeline] // stage
11:14:42 [2026-09-21T09:14:42.486Z] [Pipeline] stage
11:14:42 [2026-09-21T09:14:42.487Z] [Pipeline] { (Build and Publish dependencies definition)
11:14:42 [2026-09-21T09:14:42.512Z] [Pipeline] dir
11:14:42 [2026-09-21T09:14:42.513Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies
11:14:42 [2026-09-21T09:14:42.514Z] [Pipeline] {
11:14:42 [2026-09-21T09:14:42.528Z] [Pipeline] git
11:14:42 [2026-09-21T09:14:42.538Z] Selected Git installation does not exist. Using Default
11:14:42 [2026-09-21T09:14:42.539Z] The recommended git tool is: NONE
11:14:42 [2026-09-21T09:14:42.539Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
11:14:42 [2026-09-21T09:14:42.550Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@704d1379; decorates hudson.Launcher$LocalLauncher@273f7235 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
11:14:42 [2026-09-21T09:14:42.552Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies/.git # timeout=10
11:14:42 [2026-09-21T09:14:42.560Z] Fetching changes from the remote Git repository
11:14:42 [2026-09-21T09:14:42.562Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-dependencies-bom # timeout=10
11:14:42 [2026-09-21T09:14:42.569Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-dependencies-bom
11:14:42 [2026-09-21T09:14:42.570Z]  > /usr/bin/git --version # timeout=10
11:14:42 [2026-09-21T09:14:42.577Z]  > git --version # 'git version 2.43.0'
11:14:42 [2026-09-21T09:14:42.577Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
11:14:42 [2026-09-21T09:14:42.583Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10
11:14:43 [2026-09-21T09:14:43.121Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
11:14:43 [2026-09-21T09:14:43.127Z] Checking out Revision 656133956dae4a2a6f37b475fcf3eddb1659f429 (refs/remotes/origin/master)
11:14:43 [2026-09-21T09:14:43.127Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
11:14:43 [2026-09-21T09:14:43.133Z]  > /usr/bin/git checkout -f 656133956dae4a2a6f37b475fcf3eddb1659f429 # timeout=10
11:14:43 [2026-09-21T09:14:43.142Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
11:14:43 [2026-09-21T09:14:43.150Z]  > /usr/bin/git branch -D master # timeout=10
11:14:43 [2026-09-21T09:14:43.157Z]  > /usr/bin/git checkout -b master 656133956dae4a2a6f37b475fcf3eddb1659f429 # timeout=10
11:14:43 [2026-09-21T09:14:43.168Z] Commit message: "Replace the jTDS JDBC driver by the Microsoft one for SQL Server"
11:14:43 [2026-09-21T09:14:43.168Z]  > /usr/bin/git rev-list --no-walk 656133956dae4a2a6f37b475fcf3eddb1659f429 # timeout=10
11:14:43 [2026-09-21T09:14:43.188Z] [Pipeline] sh
11:14:43 [2026-09-21T09:14:43.445Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260921
11:14:45 [2026-09-21T09:14:45.307Z] [INFO] Scanning for projects...
11:14:45 [2026-09-21T09:14:45.558Z] 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
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 780 B
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 1.7 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 4.2 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 5.3 kB
11:14:46 [2026-09-21T09:14:46.110Z]                     
11:14:46 [2026-09-21T09:14:46.110Z] 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 12 kB/s)
11:14:46 [2026-09-21T09:14:46.110Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 752 B
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 1.7 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 3.7 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 6.4 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 8.2 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 9.9 kB
11:14:46 [2026-09-21T09:14:46.110Z]                     
11:14:46 [2026-09-21T09:14:46.110Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 174 kB/s)
11:14:46 [2026-09-21T09:14:46.110Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 726 B
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 1.6 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 4.2 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 8.4 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 11 kB 
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 16 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 21 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 23 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 26 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 28 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 30 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 33 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 37 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 39 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 42 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 45 kB
11:14:46 [2026-09-21T09:14:46.110Z]                    
11:14:46 [2026-09-21T09:14:46.110Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 794 kB/s)
11:14:46 [2026-09-21T09:14:46.110Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 743 B
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 1.6 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 3.4 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 5.5 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 9.0 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 14 kB 
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 17 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 19 kB
11:14:46 [2026-09-21T09:14:46.110Z] Progress (1): 21 kB
11:14:46 [2026-09-21T09:14:46.110Z]                    
11:14:46 [2026-09-21T09:14:46.110Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 411 kB/s)
11:14:46 [2026-09-21T09:14:46.361Z] 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
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 0.9/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 2.3/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 3.6/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 5.0/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 6.4/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 7.7/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 9.1/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 10/36 kB 
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 12/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 13/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 15/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 16/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 17/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 19/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 20/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 21/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 23/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 24/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 26/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 27/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 28/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 30/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 34/36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 36 kB   
11:14:46 [2026-09-21T09:14:46.362Z]                    
11:14:46 [2026-09-21T09:14:46.362Z] 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 469 kB/s)
11:14:46 [2026-09-21T09:14:46.362Z] 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
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 786 B
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 2.3 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 5.0 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 8.1 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 8.1 kB
11:14:46 [2026-09-21T09:14:46.362Z]                     
11:14:46 [2026-09-21T09:14:46.362Z] 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 145 kB/s)
11:14:46 [2026-09-21T09:14:46.362Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 773 B
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 2.3 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 5.1 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 7.5 kB
11:14:46 [2026-09-21T09:14:46.362Z]                     
11:14:46 [2026-09-21T09:14:46.362Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom (7.5 kB at 226 kB/s)
11:14:46 [2026-09-21T09:14:46.362Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 720 B
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 1.9 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 5.5 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 9.9 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 14 kB 
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 19 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 23 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 25 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 27 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 29 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 32 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 36 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 38 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 42 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 44 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 50 kB
11:14:46 [2026-09-21T09:14:46.362Z] Progress (1): 50 kB
11:14:46 [2026-09-21T09:14:46.362Z]                    
11:14:46 [2026-09-21T09:14:46.362Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom (50 kB at 1.1 MB/s)
11:14:46 [2026-09-21T09:14:46.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 741 B
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 2.1 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 4.0 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 6.0 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 10 kB 
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 16 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 19 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 20 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 23 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 24 kB
11:14:46 [2026-09-21T09:14:46.613Z]                    
11:14:46 [2026-09-21T09:14:46.613Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom (24 kB at 654 kB/s)
11:14:46 [2026-09-21T09:14:46.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 908 B
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 4.1 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 5.6 kB
11:14:46 [2026-09-21T09:14:46.613Z]                     
11:14:46 [2026-09-21T09:14:46.613Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom (5.6 kB at 161 kB/s)
11:14:46 [2026-09-21T09:14:46.613Z] 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
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 3.8/33 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 8.0/33 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 12/33 kB 
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 16/33 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 21/33 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 25/33 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 29/33 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 33 kB   
11:14:46 [2026-09-21T09:14:46.613Z]                    
11:14:46 [2026-09-21T09:14:46.613Z] 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 708 kB/s)
11:14:46 [2026-09-21T09:14:46.613Z] 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
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 771 B
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 2.2 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 4.9 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 8.6 kB
11:14:46 [2026-09-21T09:14:46.613Z] Progress (1): 9.2 kB
11:14:46 [2026-09-21T09:14:46.613Z]                     
11:14:46 [2026-09-21T09:14:46.613Z] 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 188 kB/s)
11:14:46 [2026-09-21T09:14:46.864Z] 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
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 3.8/40 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 8.0/40 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 11/40 kB 
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 16/40 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 20/40 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 24/40 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 28/40 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 32/40 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 37/40 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 40 kB   
11:14:46 [2026-09-21T09:14:46.864Z]                    
11:14:46 [2026-09-21T09:14:46.864Z] 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 905 kB/s)
11:14:46 [2026-09-21T09:14:46.864Z] 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
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 745 B
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 2.4 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 5.4 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 7.1 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 14 kB 
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 18 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 20 kB
11:14:46 [2026-09-21T09:14:46.864Z]                    
11:14:46 [2026-09-21T09:14:46.864Z] 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 510 kB/s)
11:14:46 [2026-09-21T09:14:46.864Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 753 B
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 2.2 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 4.5 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 7.3 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 9.9 kB
11:14:46 [2026-09-21T09:14:46.864Z]                     
11:14:46 [2026-09-21T09:14:46.864Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 268 kB/s)
11:14:46 [2026-09-21T09:14:46.864Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 725 B
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 1.9 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 5.4 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 9.7 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 14 kB 
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 19 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 23 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 25 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 27 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 28 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 31 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 35 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 38 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 41 kB
11:14:46 [2026-09-21T09:14:46.864Z] Progress (1): 45 kB
11:14:46 [2026-09-21T09:14:46.864Z]                    
11:14:46 [2026-09-21T09:14:46.864Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 1.1 MB/s)
11:14:46 [2026-09-21T09:14:46.864Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 744 B
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 2.1 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 3.9 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 7.3 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 12 kB 
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 16 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 19 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 21 kB
11:14:47 [2026-09-21T09:14:47.115Z]                    
11:14:47 [2026-09-21T09:14:47.115Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 540 kB/s)
11:14:47 [2026-09-21T09:14:47.115Z] 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
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 7.7/119 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 11/119 kB 
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 28/119 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 44/119 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 61/119 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 77/119 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 93/119 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 110/119 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 119 kB    
11:14:47 [2026-09-21T09:14:47.115Z]                     
11:14:47 [2026-09-21T09:14:47.115Z] 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.2 MB/s)
11:14:47 [2026-09-21T09:14:47.115Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
11:14:47 [2026-09-21T09:14:47.115Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 3.1 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 8.4 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 10 kB 
11:14:47 [2026-09-21T09:14:47.115Z]                    
11:14:47 [2026-09-21T09:14:47.115Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (10 kB at 342 kB/s)
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 3.8 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 8.8 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 12 kB 
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 18 kB
11:14:47 [2026-09-21T09:14:47.115Z] Progress (1): 20 kB
11:14:47 [2026-09-21T09:14:47.115Z]                    
11:14:47 [2026-09-21T09:14:47.115Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 303 kB/s)
11:14:47 [2026-09-21T09:14:47.115Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 1.5 kB
11:14:47 [2026-09-21T09:14:47.366Z]                     
11:14:47 [2026-09-21T09:14:47.366Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 41 kB/s)
11:14:47 [2026-09-21T09:14:47.366Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.22.0/versions-maven-plugin-2.22.0.pom
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 1.9 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 5.5 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 7.9 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 10 kB 
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 12 kB
11:14:47 [2026-09-21T09:14:47.366Z]                    
11:14:47 [2026-09-21T09:14:47.366Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.22.0/versions-maven-plugin-2.22.0.pom (12 kB at 322 kB/s)
11:14:47 [2026-09-21T09:14:47.366Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.22.0/versions-2.22.0.pom
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 1.1 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 2.9 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 4.6 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 9.3 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 12 kB 
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 15 kB
11:14:47 [2026-09-21T09:14:47.366Z]                    
11:14:47 [2026-09-21T09:14:47.366Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.22.0/versions-2.22.0.pom (15 kB at 297 kB/s)
11:14:47 [2026-09-21T09:14:47.366Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/97/mojo-parent-97.pom
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 715 B
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 1.6 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 5.2 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 7.3 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 8.9 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 11 kB 
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 14 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 16 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 22 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 27 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 28 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 31 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 34 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 38 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 39 kB
11:14:47 [2026-09-21T09:14:47.366Z]                    
11:14:47 [2026-09-21T09:14:47.366Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/97/mojo-parent-97.pom (39 kB at 1.2 MB/s)
11:14:47 [2026-09-21T09:14:47.366Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.4/junit-bom-5.14.4.pom
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 908 B
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 2.2 kB
11:14:47 [2026-09-21T09:14:47.366Z] Progress (1): 5.7 kB
11:14:47 [2026-09-21T09:14:47.366Z]                     
11:14:47 [2026-09-21T09:14:47.366Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.4/junit-bom-5.14.4.pom (5.7 kB at 167 kB/s)
11:14:47 [2026-09-21T09:14:47.366Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.22.0/versions-maven-plugin-2.22.0.jar
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 0.9/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 2.3/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 3.6/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 5.0/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 6.4/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 7.7/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 9.1/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 10/301 kB 
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 12/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 13/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 15/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 16/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 17/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 19/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 20/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 21/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 23/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 24/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 28/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 33/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 37/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 41/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 45/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 50/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 54/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 58/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 62/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 66/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 71/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 75/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 79/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 83/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 88/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 92/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 96/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 100/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 105/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 109/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 113/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 117/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 121/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 126/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 130/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 131/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 135/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 139/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 143/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 147/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 152/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 156/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 160/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 164/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 169/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 173/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 177/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 181/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 186/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 190/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 206/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 222/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 239/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 255/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 262/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 278/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 294/301 kB
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 301 kB    
11:14:47 [2026-09-21T09:14:47.617Z]                     
11:14:47 [2026-09-21T09:14:47.617Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.22.0/versions-maven-plugin-2.22.0.jar (301 kB at 3.6 MB/s)
11:14:47 [2026-09-21T09:14:47.617Z] [INFO] 
11:14:47 [2026-09-21T09:14:47.617Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >-------------
11:14:47 [2026-09-21T09:14:47.617Z] [INFO] Building Silverpeas Dependencies BOM 2.0-SNAPSHOT
11:14:47 [2026-09-21T09:14:47.617Z] [INFO]   from pom.xml
11:14:47 [2026-09-21T09:14:47.617Z] [INFO] --------------------------------[ pom ]---------------------------------
11:14:47 [2026-09-21T09:14:47.617Z] [INFO] 
11:14:47 [2026-09-21T09:14:47.617Z] [INFO] --- versions:2.22.0:set (default-cli) @ silverpeas-dependencies-bom ---
11:14:47 [2026-09-21T09:14:47.617Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.22.0/versions-api-2.22.0.pom
11:14:47 [2026-09-21T09:14:47.617Z] Progress (1): 940 B
11:14:47 [2026-09-21T09:14:47.617Z]                    
11:14:47 [2026-09-21T09:14:47.617Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.22.0/versions-api-2.22.0.pom (940 B at 21 kB/s)
11:14:47 [2026-09-21T09:14:47.617Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.22.0/versions-model-2.22.0.pom
11:14:47 [2026-09-21T09:14:47.868Z] Progress (1): 1.2 kB
11:14:47 [2026-09-21T09:14:47.868Z] Progress (1): 2.7 kB
11:14:47 [2026-09-21T09:14:47.868Z]                     
11:14:47 [2026-09-21T09:14:47.868Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.22.0/versions-model-2.22.0.pom (2.7 kB at 52 kB/s)
11:14:47 [2026-09-21T09:14:47.868Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.22.0/versions-model-report-2.22.0.pom
11:14:47 [2026-09-21T09:14:47.868Z] Progress (1): 1.4 kB
11:14:47 [2026-09-21T09:14:47.868Z] Progress (1): 2.6 kB
11:14:47 [2026-09-21T09:14:47.868Z]                     
11:14:47 [2026-09-21T09:14:47.868Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.22.0/versions-model-report-2.22.0.pom (2.6 kB at 53 kB/s)
11:14:47 [2026-09-21T09:14:47.868Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.22.0/versions-common-2.22.0.pom
11:14:47 [2026-09-21T09:14:47.868Z] Progress (1): 2.5 kB
11:14:47 [2026-09-21T09:14:47.868Z] Progress (1): 5.4 kB
11:14:47 [2026-09-21T09:14:47.868Z]                     
11:14:47 [2026-09-21T09:14:47.868Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.22.0/versions-common-2.22.0.pom (5.4 kB at 119 kB/s)
11:14:47 [2026-09-21T09:14:47.868Z] 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
11:14:47 [2026-09-21T09:14:47.868Z] Progress (1): 827 B
11:14:47 [2026-09-21T09:14:47.868Z] Progress (1): 1.9 kB
11:14:47 [2026-09-21T09:14:47.868Z]                     
11:14:47 [2026-09-21T09:14:47.868Z] 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 41 kB/s)
11:14:47 [2026-09-21T09:14:47.868Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 774 B
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 2.3 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 4.9 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 7.3 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 9.9 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 13 kB 
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 16 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 20 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 21 kB
11:14:48 [2026-09-21T09:14:48.119Z]                    
11:14:48 [2026-09-21T09:14:48.119Z] 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 544 kB/s)
11:14:48 [2026-09-21T09:14:48.119Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 727 B
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 1.9 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 5.4 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 9.8 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 14 kB 
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 19 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 23 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 26 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 27 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 30 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 34 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 37 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 41 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 43 kB
11:14:48 [2026-09-21T09:14:48.119Z]                    
11:14:48 [2026-09-21T09:14:48.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 595 kB/s)
11:14:48 [2026-09-21T09:14:48.119Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 810 B
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 2.2 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 3.2 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 5.0 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 10 kB 
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 14 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 18 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 18 kB
11:14:48 [2026-09-21T09:14:48.119Z]                    
11:14:48 [2026-09-21T09:14:48.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 594 kB/s)
11:14:48 [2026-09-21T09:14:48.119Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.1.0/plexus-utils-4.1.0.pom
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 765 B
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 2.4 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 4.2 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 7.8 kB
11:14:48 [2026-09-21T09:14:48.119Z]                     
11:14:48 [2026-09-21T09:14:48.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.1.0/plexus-utils-4.1.0.pom (7.8 kB at 211 kB/s)
11:14:48 [2026-09-21T09:14:48.119Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/27/plexus-27.pom
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 792 B
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 2.7 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 6.8 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 8.8 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 11 kB 
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 13 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 15 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 19 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 23 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 25 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 28 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 33 kB
11:14:48 [2026-09-21T09:14:48.119Z] Progress (1): 36 kB
11:14:48 [2026-09-21T09:14:48.119Z]                    
11:14:48 [2026-09-21T09:14:48.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/27/plexus-27.pom (36 kB at 975 kB/s)
11:14:48 [2026-09-21T09:14:48.120Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.2.2/woodstox-core-7.2.2.pom
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 1.0 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 3.3 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 6.4 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 7.3 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 10 kB 
11:14:48 [2026-09-21T09:14:48.370Z]                    
11:14:48 [2026-09-21T09:14:48.370Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.2.2/woodstox-core-7.2.2.pom (10 kB at 291 kB/s)
11:14:48 [2026-09-21T09:14:48.370Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/79/oss-parent-79.pom
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 950 B
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 2.9 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 4.1 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 6.1 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 10 kB 
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 12 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 15 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 18 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 22 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 24 kB
11:14:48 [2026-09-21T09:14:48.370Z]                    
11:14:48 [2026-09-21T09:14:48.370Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/79/oss-parent-79.pom (24 kB at 872 kB/s)
11:14:48 [2026-09-21T09:14:48.370Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.3.0/stax2-api-4.3.0.pom
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 985 B
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 2.7 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 4.5 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 5.1 kB
11:14:48 [2026-09-21T09:14:48.370Z]                     
11:14:48 [2026-09-21T09:14:48.370Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.3.0/stax2-api-4.3.0.pom (5.1 kB at 125 kB/s)
11:14:48 [2026-09-21T09:14:48.370Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 949 B
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 2.9 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 4.1 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 6.1 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 9.9 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 12 kB 
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 15 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 18 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 21 kB
11:14:48 [2026-09-21T09:14:48.370Z] Progress (1): 24 kB
11:14:48 [2026-09-21T09:14:48.370Z]                    
11:14:48 [2026-09-21T09:14:48.370Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom (24 kB at 577 kB/s)
11:14:48 [2026-09-21T09:14:48.371Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 740 B
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 1.8 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 4.1 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 5.5 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 7.5 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 9.7 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 12 kB 
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 16 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 19 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 22 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 25 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 28 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 32 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 33 kB
11:14:48 [2026-09-21T09:14:48.371Z]                    
11:14:48 [2026-09-21T09:14:48.371Z] 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 740 kB/s)
11:14:48 [2026-09-21T09:14:48.371Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 699 B
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 1.9 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 3.2 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 4.7 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 6.8 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 9.5 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 11 kB 
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 14 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 16 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 18 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 21 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 23 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 25 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 29 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 32 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 32 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 37 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 41 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 45 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 47 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 50 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 52 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 56 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 58 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 61 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 64 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 68 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 71 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 74 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 76 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 78 kB
11:14:48 [2026-09-21T09:14:48.371Z] Progress (1): 80 kB
11:14:48 [2026-09-21T09:14:48.371Z]                    
11:14:48 [2026-09-21T09:14:48.371Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom (80 kB at 1.6 MB/s)
11:14:48 [2026-09-21T09:14:48.622Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 739 B
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 2.1 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 4.0 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 5.9 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 11 kB 
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 15 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 19 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 22 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 24 kB
11:14:48 [2026-09-21T09:14:48.622Z]                    
11:14:48 [2026-09-21T09:14:48.622Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom (24 kB at 758 kB/s)
11:14:48 [2026-09-21T09:14:48.622Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 908 B
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 4.1 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 5.7 kB
11:14:48 [2026-09-21T09:14:48.622Z]                     
11:14:48 [2026-09-21T09:14:48.622Z] 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 157 kB/s)
11:14:48 [2026-09-21T09:14:48.622Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.6.0/commons-collections4-4.6.0.pom
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 759 B
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 2.2 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 4.8 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 6.4 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 8.9 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 11 kB 
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 15 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 18 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 20 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 24 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 27 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 28 kB
11:14:48 [2026-09-21T09:14:48.622Z]                    
11:14:48 [2026-09-21T09:14:48.622Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.6.0/commons-collections4-4.6.0.pom (28 kB at 534 kB/s)
11:14:48 [2026-09-21T09:14:48.622Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/103/commons-parent-103.pom
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 702 B
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 1.9 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 3.2 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 4.7 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 6.9 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 9.5 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 11 kB 
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 14 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 16 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 19 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 21 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 23 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 26 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 29 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 32 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 32 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 37 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 41 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 44 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 47 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 50 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 52 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 56 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 58 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 61 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 64 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 68 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 71 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 73 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 76 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 78 kB
11:14:48 [2026-09-21T09:14:48.622Z] Progress (1): 80 kB
11:14:48 [2026-09-21T09:14:48.622Z]                    
11:14:48 [2026-09-21T09:14:48.622Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/103/commons-parent-103.pom (80 kB at 1.3 MB/s)
11:14:48 [2026-09-21T09:14:48.622Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/39/apache-39.pom
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 733 B
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 2.0 kB
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 4.0 kB
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 6.0 kB
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 10 kB 
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 16 kB
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 19 kB
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 22 kB
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 25 kB
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 27 kB
11:14:48 [2026-09-21T09:14:48.872Z]                    
11:14:48 [2026-09-21T09:14:48.872Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/39/apache-39.pom (27 kB at 541 kB/s)
11:14:48 [2026-09-21T09:14:48.872Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.3/junit-bom-5.14.3.pom
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 908 B
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 4.1 kB
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 5.7 kB
11:14:48 [2026-09-21T09:14:48.872Z]                     
11:14:48 [2026-09-21T09:14:48.872Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.3/junit-bom-5.14.3.pom (5.7 kB at 167 kB/s)
11:14:48 [2026-09-21T09:14:48.872Z] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 1.4 kB
11:14:48 [2026-09-21T09:14:48.872Z] Progress (1): 3.2 kB
11:14:48 [2026-09-21T09:14:48.872Z]                     
11:14:48 [2026-09-21T09:14:48.873Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 131 kB/s)
11:14:48 [2026-09-21T09:14:48.873Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 814 B
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 2.6 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 3.7 kB
11:14:48 [2026-09-21T09:14:48.873Z]                     
11:14:48 [2026-09-21T09:14:48.873Z] 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 109 kB/s)
11:14:48 [2026-09-21T09:14:48.873Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 792 B
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 2.8 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 6.8 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 7.7 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 9.3 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 11 kB 
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 15 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 19 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 22 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 26 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 29 kB
11:14:48 [2026-09-21T09:14:48.873Z]                    
11:14:48 [2026-09-21T09:14:48.873Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 622 kB/s)
11:14:48 [2026-09-21T09:14:48.873Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 908 B
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 4.1 kB
11:14:48 [2026-09-21T09:14:48.873Z] Progress (1): 5.6 kB
11:14:48 [2026-09-21T09:14:48.873Z]                     
11:14:48 [2026-09-21T09:14:48.873Z] 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 149 kB/s)
11:14:49 [2026-09-21T09:14:49.123Z] 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
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 798 B
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 2.3 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 5.4 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 5.4 kB
11:14:49 [2026-09-21T09:14:49.123Z]                     
11:14:49 [2026-09-21T09:14:49.123Z] 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 149 kB/s)
11:14:49 [2026-09-21T09:14:49.123Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 811 B
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 2.3 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 3.8 kB
11:14:49 [2026-09-21T09:14:49.123Z]                     
11:14:49 [2026-09-21T09:14:49.123Z] 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 122 kB/s)
11:14:49 [2026-09-21T09:14:49.123Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 724 B
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 1.9 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 5.5 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 9.9 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 14 kB 
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 19 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 23 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 26 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 28 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 31 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 34 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 37 kB
11:14:49 [2026-09-21T09:14:49.123Z] Progress (1): 40 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 43 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 47 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 47 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 50 kB
11:14:49 [2026-09-21T09:14:49.124Z]                    
11:14:49 [2026-09-21T09:14:49.124Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 1.9 MB/s)
11:14:49 [2026-09-21T09:14:49.124Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 759 B
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 2.1 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 4.1 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 6.2 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 7.7 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 13 kB 
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 18 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 21 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 23 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 24 kB
11:14:49 [2026-09-21T09:14:49.124Z]                    
11:14:49 [2026-09-21T09:14:49.124Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom (24 kB at 756 kB/s)
11:14:49 [2026-09-21T09:14:49.124Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 1.0 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 2.7 kB
11:14:49 [2026-09-21T09:14:49.124Z]                     
11:14:49 [2026-09-21T09:14:49.124Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 98 kB/s)
11:14:49 [2026-09-21T09:14:49.124Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 1.0 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 3.0 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 5.9 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 8.7 kB
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 12 kB 
11:14:49 [2026-09-21T09:14:49.124Z] Progress (1): 14 kB
11:14:49 [2026-09-21T09:14:49.124Z]                    
11:14:49 [2026-09-21T09:14:49.124Z] 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 440 kB/s)
11:14:49 [2026-09-21T09:14:49.124Z] 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
11:14:49 [2026-09-21T09:14:49.374Z] Progress (1): 825 B
11:14:49 [2026-09-21T09:14:49.374Z] Progress (1): 2.8 kB
11:14:49 [2026-09-21T09:14:49.374Z] Progress (1): 2.8 kB
11:14:49 [2026-09-21T09:14:49.374Z]                     
11:14:49 [2026-09-21T09:14:49.374Z] 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 85 kB/s)
11:14:49 [2026-09-21T09:14:49.375Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 774 B
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 2.2 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 6.0 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 9.6 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 13 kB 
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 16 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 18 kB
11:14:49 [2026-09-21T09:14:49.375Z]                    
11:14:49 [2026-09-21T09:14:49.375Z] 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 491 kB/s)
11:14:49 [2026-09-21T09:14:49.375Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 774 B
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 2.0 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 5.9 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 9.6 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 14 kB 
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 19 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 23 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 25 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 27 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 30 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 33 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 36 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 39 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 44 kB
11:14:49 [2026-09-21T09:14:49.375Z]                    
11:14:49 [2026-09-21T09:14:49.375Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.1 MB/s)
11:14:49 [2026-09-21T09:14:49.375Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 753 B
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 2.1 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 3.9 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 8.3 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 13 kB 
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 16 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 17 kB
11:14:49 [2026-09-21T09:14:49.375Z]                    
11:14:49 [2026-09-21T09:14:49.375Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 658 kB/s)
11:14:49 [2026-09-21T09:14:49.375Z] 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
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 843 B
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 2.6 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 2.6 kB
11:14:49 [2026-09-21T09:14:49.375Z]                     
11:14:49 [2026-09-21T09:14:49.375Z] 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 75 kB/s)
11:14:49 [2026-09-21T09:14:49.375Z] 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
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 791 B
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 2.4 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 2.8 kB
11:14:49 [2026-09-21T09:14:49.375Z]                     
11:14:49 [2026-09-21T09:14:49.375Z] 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 87 kB/s)
11:14:49 [2026-09-21T09:14:49.375Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 811 B
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 2.3 kB
11:14:49 [2026-09-21T09:14:49.375Z] Progress (1): 3.8 kB
11:14:49 [2026-09-21T09:14:49.375Z]                     
11:14:49 [2026-09-21T09:14:49.375Z] 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 151 kB/s)
11:14:49 [2026-09-21T09:14:49.375Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.1.0/doxia-sink-api-2.1.0.pom
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 848 B
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 1.3 kB
11:14:49 [2026-09-21T09:14:49.626Z]                     
11:14:49 [2026-09-21T09:14:49.626Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.1.0/doxia-sink-api-2.1.0.pom (1.3 kB at 42 kB/s)
11:14:49 [2026-09-21T09:14:49.626Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.1.0/doxia-2.1.0.pom
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 763 B
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 2.2 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 4.5 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 8.2 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 12 kB 
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 13 kB
11:14:49 [2026-09-21T09:14:49.626Z]                    
11:14:49 [2026-09-21T09:14:49.626Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.1.0/doxia-2.1.0.pom (13 kB at 360 kB/s)
11:14:49 [2026-09-21T09:14:49.626Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/47/maven-parent-47.pom
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 716 B
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 1.9 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 5.6 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 9.7 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 14 kB 
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 19 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 23 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 27 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 28 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 32 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 35 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 38 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 41 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 44 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 47 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 48 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 53 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 54 kB
11:14:49 [2026-09-21T09:14:49.626Z]                    
11:14:49 [2026-09-21T09:14:49.626Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/47/maven-parent-47.pom (54 kB at 1.1 MB/s)
11:14:49 [2026-09-21T09:14:49.626Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/37/apache-37.pom
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 774 B
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 2.2 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 4.1 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 5.7 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 9.5 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 14 kB 
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 18 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 21 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 24 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 26 kB
11:14:49 [2026-09-21T09:14:49.626Z]                    
11:14:49 [2026-09-21T09:14:49.626Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/37/apache-37.pom (26 kB at 483 kB/s)
11:14:49 [2026-09-21T09:14:49.626Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.2/junit-bom-5.14.2.pom
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 908 B
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 4.1 kB
11:14:49 [2026-09-21T09:14:49.626Z] Progress (1): 5.7 kB
11:14:49 [2026-09-21T09:14:49.626Z]                     
11:14:49 [2026-09-21T09:14:49.626Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.2/junit-bom-5.14.2.pom (5.7 kB at 177 kB/s)
11:14:49 [2026-09-21T09:14:49.877Z] 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
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 788 B
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 2.3 kB
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 5.8 kB
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 8.6 kB
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 8.8 kB
11:14:49 [2026-09-21T09:14:49.877Z]                     
11:14:49 [2026-09-21T09:14:49.877Z] 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 231 kB/s)
11:14:49 [2026-09-21T09:14:49.877Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 908 B
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 4.1 kB
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 5.6 kB
11:14:49 [2026-09-21T09:14:49.877Z]                     
11:14:49 [2026-09-21T09:14:49.877Z] 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 138 kB/s)
11:14:49 [2026-09-21T09:14:49.877Z] 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
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 793 B
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 2.3 kB
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 4.3 kB
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 5.9 kB
11:14:49 [2026-09-21T09:14:49.877Z]                     
11:14:49 [2026-09-21T09:14:49.877Z] 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 131 kB/s)
11:14:49 [2026-09-21T09:14:49.877Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 812 B
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 2.2 kB
11:14:49 [2026-09-21T09:14:49.877Z] Progress (1): 3.2 kB
11:14:49 [2026-09-21T09:14:49.877Z]                     
11:14:49 [2026-09-21T09:14:49.877Z] 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 67 kB/s)
11:14:49 [2026-09-21T09:14:49.877Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 724 B
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 1.9 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 5.5 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 9.8 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 14 kB 
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 19 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 23 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 26 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 28 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 31 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 34 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 37 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 40 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 43 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 48 kB
11:14:50 [2026-09-21T09:14:50.128Z]                    
11:14:50 [2026-09-21T09:14:50.128Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 905 kB/s)
11:14:50 [2026-09-21T09:14:50.128Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 741 B
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 2.1 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 3.9 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 6.9 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 12 kB 
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 16 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 19 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 21 kB
11:14:50 [2026-09-21T09:14:50.128Z]                    
11:14:50 [2026-09-21T09:14:50.128Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 545 kB/s)
11:14:50 [2026-09-21T09:14:50.128Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.22.0/commons-io-2.22.0.pom
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 761 B
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 2.0 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 4.6 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 6.6 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 8.8 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 12 kB 
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 15 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 18 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 20 kB
11:14:50 [2026-09-21T09:14:50.128Z]                    
11:14:50 [2026-09-21T09:14:50.128Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.22.0/commons-io-2.22.0.pom (20 kB at 596 kB/s)
11:14:50 [2026-09-21T09:14:50.128Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/98/commons-parent-98.pom
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 701 B
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 1.9 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 3.2 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 4.7 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 6.8 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 9.4 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 11 kB 
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 14 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 16 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 19 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 21 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 23 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 25 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 29 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 32 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 32 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 37 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 41 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 44 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 46 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 50 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 52 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 56 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 58 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 60 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 63 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 67 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 70 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 73 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 75 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 78 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 80 kB
11:14:50 [2026-09-21T09:14:50.128Z]                    
11:14:50 [2026-09-21T09:14:50.128Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/98/commons-parent-98.pom (80 kB at 2.1 MB/s)
11:14:50 [2026-09-21T09:14:50.128Z] 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
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 789 B
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 2.7 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 5.8 kB
11:14:50 [2026-09-21T09:14:50.128Z]                     
11:14:50 [2026-09-21T09:14:50.128Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom (5.8 kB at 201 kB/s)
11:14:50 [2026-09-21T09:14:50.128Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 758 B
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 2.2 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 5.4 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 8.4 kB
11:14:50 [2026-09-21T09:14:50.128Z] Progress (1): 12 kB 
11:14:50 [2026-09-21T09:14:50.128Z]                    
11:14:50 [2026-09-21T09:14:50.128Z] 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 413 kB/s)
11:14:50 [2026-09-21T09:14:50.128Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/1.1.0/org.eclipse.sisu.plexus-1.1.0.pom
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 836 B
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 3.5 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 7.7 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 15 kB 
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 18 kB
11:14:50 [2026-09-21T09:14:50.379Z]                    
11:14:50 [2026-09-21T09:14:50.379Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/1.1.0/org.eclipse.sisu.plexus-1.1.0.pom (18 kB at 517 kB/s)
11:14:50 [2026-09-21T09:14:50.379Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/1.1.0/sisu-inject-1.1.0.pom
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 831 B
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 2.9 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 4.7 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 7.1 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 8.2 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 11 kB 
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 15 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 18 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 21 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 24 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 28 kB
11:14:50 [2026-09-21T09:14:50.379Z]                    
11:14:50 [2026-09-21T09:14:50.379Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/1.1.0/sisu-inject-1.1.0.pom (28 kB at 918 kB/s)
11:14:50 [2026-09-21T09:14:50.379Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/1.1.0/org.eclipse.sisu.inject-1.1.0.pom
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 804 B
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 3.8 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 11 kB 
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 18 kB
11:14:50 [2026-09-21T09:14:50.379Z]                    
11:14:50 [2026-09-21T09:14:50.379Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/1.1.0/org.eclipse.sisu.inject-1.1.0.pom (18 kB at 579 kB/s)
11:14:50 [2026-09-21T09:14:50.379Z] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.10.1/asm-9.10.1.pom
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 1.3 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 2.4 kB
11:14:50 [2026-09-21T09:14:50.379Z]                     
11:14:50 [2026-09-21T09:14:50.379Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.10.1/asm-9.10.1.pom (2.4 kB at 68 kB/s)
11:14:50 [2026-09-21T09:14:50.379Z] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 709 B
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 2.1 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 3.6 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 5.7 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 8.1 kB
11:14:50 [2026-09-21T09:14:50.379Z] Progress (1): 11 kB 
11:14:50 [2026-09-21T09:14:50.379Z]                    
11:14:50 [2026-09-21T09:14:50.380Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 269 kB/s)
11:14:50 [2026-09-21T09:14:50.380Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 736 B
11:14:50 [2026-09-21T09:14:50.630Z]                    
11:14:50 [2026-09-21T09:14:50.630Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom (736 B at 22 kB/s)
11:14:50 [2026-09-21T09:14:50.630Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 1.3 kB
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 2.3 kB
11:14:50 [2026-09-21T09:14:50.630Z]                     
11:14:50 [2026-09-21T09:14:50.630Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom (2.3 kB at 74 kB/s)
11:14:50 [2026-09-21T09:14:50.630Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 692 B
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 2.7 kB
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 6.4 kB
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 8.9 kB
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 11 kB 
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 14 kB
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 18 kB
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 21 kB
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 25 kB
11:14:50 [2026-09-21T09:14:50.630Z] Progress (1): 28 kB
11:14:50 [2026-09-21T09:14:50.630Z]                    
11:14:50 [2026-09-21T09:14:50.631Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 790 kB/s)
11:14:50 [2026-09-21T09:14:50.631Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 908 B
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 4.1 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 5.6 kB
11:14:50 [2026-09-21T09:14:50.631Z]                     
11:14:50 [2026-09-21T09:14:50.631Z] 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 161 kB/s)
11:14:50 [2026-09-21T09:14:50.631Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.12.0/plexus-classworlds-2.12.0.pom
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 855 B
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 2.5 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 5.2 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 7.4 kB
11:14:50 [2026-09-21T09:14:50.631Z]                     
11:14:50 [2026-09-21T09:14:50.631Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.12.0/plexus-classworlds-2.12.0.pom (7.4 kB at 211 kB/s)
11:14:50 [2026-09-21T09:14:50.631Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 690 B
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 2.5 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 6.4 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 8.8 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 11 kB 
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 12 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 17 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 21 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 23 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 28 kB
11:14:50 [2026-09-21T09:14:50.631Z] Progress (1): 31 kB
11:14:50 [2026-09-21T09:14:50.631Z]                    
11:14:50 [2026-09-21T09:14:50.631Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom (31 kB at 1.0 MB/s)
11:14:50 [2026-09-21T09:14:50.631Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 908 B
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 4.1 kB
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 5.7 kB
11:14:50 [2026-09-21T09:14:50.882Z]                     
11:14:50 [2026-09-21T09:14:50.882Z] 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 210 kB/s)
11:14:50 [2026-09-21T09:14:50.882Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 612 B
11:14:50 [2026-09-21T09:14:50.882Z]                    
11:14:50 [2026-09-21T09:14:50.882Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 24 kB/s)
11:14:50 [2026-09-21T09:14:50.882Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.1.0/doxia-core-2.1.0.pom
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 819 B
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 2.9 kB
11:14:50 [2026-09-21T09:14:50.882Z]                     
11:14:50 [2026-09-21T09:14:50.882Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.1.0/doxia-core-2.1.0.pom (2.9 kB at 88 kB/s)
11:14:50 [2026-09-21T09:14:50.882Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.1.0/doxia-integration-tools-2.1.0.pom
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 794 B
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 3.4 kB
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 7.5 kB
11:14:50 [2026-09-21T09:14:50.882Z]                     
11:14:50 [2026-09-21T09:14:50.882Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.1.0/doxia-integration-tools-2.1.0.pom (7.5 kB at 209 kB/s)
11:14:50 [2026-09-21T09:14:50.882Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.1.0/doxia-sitetools-2.1.0.pom
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 754 B
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 2.2 kB
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 5.7 kB
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 8.6 kB
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 12 kB 
11:14:50 [2026-09-21T09:14:50.882Z]                    
11:14:50 [2026-09-21T09:14:50.882Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.1.0/doxia-sitetools-2.1.0.pom (12 kB at 403 kB/s)
11:14:50 [2026-09-21T09:14:50.882Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.1.0/doxia-site-model-2.1.0.pom
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 806 B
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 2.8 kB
11:14:50 [2026-09-21T09:14:50.882Z] Progress (1): 5.7 kB
11:14:50 [2026-09-21T09:14:50.882Z]                     
11:14:50 [2026-09-21T09:14:50.882Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.1.0/doxia-site-model-2.1.0.pom (5.7 kB at 172 kB/s)
11:14:50 [2026-09-21T09:14:50.882Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.2.0/plexus-i18n-1.2.0.pom
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 1.1 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 3.3 kB
11:14:51 [2026-09-21T09:14:51.133Z]                     
11:14:51 [2026-09-21T09:14:51.133Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.2.0/plexus-i18n-1.2.0.pom (3.3 kB at 78 kB/s)
11:14:51 [2026-09-21T09:14:51.133Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.pom
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 1.3 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 3.1 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 4.7 kB
11:14:51 [2026-09-21T09:14:51.133Z]                     
11:14:51 [2026-09-21T09:14:51.133Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.pom (4.7 kB at 152 kB/s)
11:14:51 [2026-09-21T09:14:51.133Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 689 B
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 2.5 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 6.4 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 8.8 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 11 kB 
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 12 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 16 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 21 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 23 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 28 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 31 kB
11:14:51 [2026-09-21T09:14:51.133Z]                    
11:14:51 [2026-09-21T09:14:51.133Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom (31 kB at 826 kB/s)
11:14:51 [2026-09-21T09:14:51.133Z] 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
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 774 B
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 2.7 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 6.9 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 7.4 kB
11:14:51 [2026-09-21T09:14:51.133Z]                     
11:14:51 [2026-09-21T09:14:51.133Z] 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 224 kB/s)
11:14:51 [2026-09-21T09:14:51.133Z] 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
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 797 B
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 2.3 kB
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 3.0 kB
11:14:51 [2026-09-21T09:14:51.133Z]                     
11:14:51 [2026-09-21T09:14:51.133Z] 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 76 kB/s)
11:14:51 [2026-09-21T09:14:51.133Z] 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
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 818 B
11:14:51 [2026-09-21T09:14:51.133Z] Progress (1): 2.9 kB
11:14:51 [2026-09-21T09:14:51.133Z]                     
11:14:51 [2026-09-21T09:14:51.133Z] 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 91 kB/s)
11:14:51 [2026-09-21T09:14:51.133Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 823 B
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 2.5 kB
11:14:51 [2026-09-21T09:14:51.384Z]                     
11:14:51 [2026-09-21T09:14:51.384Z] 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 70 kB/s)
11:14:51 [2026-09-21T09:14:51.384Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 754 B
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 2.2 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 3.7 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 8.3 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 11 kB 
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 15 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 17 kB
11:14:51 [2026-09-21T09:14:51.384Z]                    
11:14:51 [2026-09-21T09:14:51.384Z] 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)
11:14:51 [2026-09-21T09:14:51.384Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 908 B
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 4.1 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 5.6 kB
11:14:51 [2026-09-21T09:14:51.384Z]                     
11:14:51 [2026-09-21T09:14:51.384Z] 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 131 kB/s)
11:14:51 [2026-09-21T09:14:51.384Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 808 B
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 2.4 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 4.1 kB
11:14:51 [2026-09-21T09:14:51.384Z]                     
11:14:51 [2026-09-21T09:14:51.384Z] 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)
11:14:51 [2026-09-21T09:14:51.384Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 1.1 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 3.2 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 6.5 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 8.6 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 11 kB 
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 14 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 18 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 22 kB
11:14:51 [2026-09-21T09:14:51.384Z] Progress (1): 25 kB
11:14:51 [2026-09-21T09:14:51.384Z]                    
11:14:51 [2026-09-21T09:14:51.384Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom (25 kB at 819 kB/s)
11:14:51 [2026-09-21T09:14:51.384Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 801 B
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 2.2 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 5.1 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 9.4 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 12 kB 
11:14:51 [2026-09-21T09:14:51.635Z]                    
11:14:51 [2026-09-21T09:14:51.635Z] 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 292 kB/s)
11:14:51 [2026-09-21T09:14:51.635Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 806 B
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 2.6 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 5.1 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 7.8 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 9.5 kB
11:14:51 [2026-09-21T09:14:51.635Z]                     
11:14:51 [2026-09-21T09:14:51.635Z] 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)
11:14:51 [2026-09-21T09:14:51.635Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 812 B
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 2.2 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 5.3 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 7.9 kB
11:14:51 [2026-09-21T09:14:51.635Z]                     
11:14:51 [2026-09-21T09:14:51.635Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom (7.9 kB at 226 kB/s)
11:14:51 [2026-09-21T09:14:51.635Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 862 B
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 2.6 kB
11:14:51 [2026-09-21T09:14:51.635Z]                     
11:14:51 [2026-09-21T09:14:51.635Z] 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 48 kB/s)
11:14:51 [2026-09-21T09:14:51.635Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 816 B
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 2.2 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 4.5 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 7.5 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 8.0 kB
11:14:51 [2026-09-21T09:14:51.635Z]                     
11:14:51 [2026-09-21T09:14:51.635Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom (8.0 kB at 243 kB/s)
11:14:51 [2026-09-21T09:14:51.635Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 808 B
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 2.5 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 5.9 kB
11:14:51 [2026-09-21T09:14:51.635Z] Progress (1): 7.8 kB
11:14:51 [2026-09-21T09:14:51.635Z]                     
11:14:51 [2026-09-21T09:14:51.635Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 235 kB/s)
11:14:51 [2026-09-21T09:14:51.635Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 1.3 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 4.5 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 8.2 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 10 kB 
11:14:51 [2026-09-21T09:14:51.886Z]                    
11:14:51 [2026-09-21T09:14:51.886Z] 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 455 kB/s)
11:14:51 [2026-09-21T09:14:51.886Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 801 B
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 2.2 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 6.0 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 9.4 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 12 kB 
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 14 kB
11:14:51 [2026-09-21T09:14:51.886Z]                    
11:14:51 [2026-09-21T09:14:51.886Z] 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 301 kB/s)
11:14:51 [2026-09-21T09:14:51.886Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 1.0 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 3.3 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 3.8 kB
11:14:51 [2026-09-21T09:14:51.886Z]                     
11:14:51 [2026-09-21T09:14:51.886Z] 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 137 kB/s)
11:14:51 [2026-09-21T09:14:51.886Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 1.0 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 3.2 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 6.0 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 9.1 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 12 kB 
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 14 kB
11:14:51 [2026-09-21T09:14:51.886Z]                    
11:14:51 [2026-09-21T09:14:51.886Z] 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 531 kB/s)
11:14:51 [2026-09-21T09:14:51.886Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 764 B
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 2.2 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 3.8 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 5.9 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 9.2 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 12 kB 
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 16 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 19 kB
11:14:51 [2026-09-21T09:14:51.886Z]                    
11:14:51 [2026-09-21T09:14:51.886Z] 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 605 kB/s)
11:14:51 [2026-09-21T09:14:51.886Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 816 B
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 2.1 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 3.3 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 4.8 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 6.9 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 9.5 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 11 kB 
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 14 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 16 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 19 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 21 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 23 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 26 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 29 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 32 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 32 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 38 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 41 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 45 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 47 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 50 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 52 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 56 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 58 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 62 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 65 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 69 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 72 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 74 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 76 kB
11:14:51 [2026-09-21T09:14:51.886Z] Progress (1): 78 kB
11:14:51 [2026-09-21T09:14:51.887Z]                    
11:14:51 [2026-09-21T09:14:51.887Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom (78 kB at 1.8 MB/s)
11:14:51 [2026-09-21T09:14:51.887Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom
11:14:51 [2026-09-21T09:14:51.887Z] Progress (1): 737 B
11:14:51 [2026-09-21T09:14:51.887Z] Progress (1): 2.0 kB
11:14:51 [2026-09-21T09:14:51.887Z] Progress (1): 4.0 kB
11:14:51 [2026-09-21T09:14:51.887Z] Progress (1): 5.9 kB
11:14:51 [2026-09-21T09:14:51.887Z] Progress (1): 11 kB 
11:14:51 [2026-09-21T09:14:51.887Z] Progress (1): 15 kB
11:14:51 [2026-09-21T09:14:51.887Z] Progress (1): 19 kB
11:14:51 [2026-09-21T09:14:51.887Z] Progress (1): 22 kB
11:14:51 [2026-09-21T09:14:51.887Z] Progress (1): 24 kB
11:14:51 [2026-09-21T09:14:51.887Z]                    
11:14:51 [2026-09-21T09:14:51.887Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 836 kB/s)
11:14:52 [2026-09-21T09:14:52.137Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 908 B
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 4.1 kB
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 5.6 kB
11:14:52 [2026-09-21T09:14:52.137Z]                     
11:14:52 [2026-09-21T09:14:52.137Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom (5.6 kB at 177 kB/s)
11:14:52 [2026-09-21T09:14:52.137Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 740 B
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 2.1 kB
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 3.9 kB
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 5.4 kB
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 8.5 kB
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 11 kB 
11:14:52 [2026-09-21T09:14:52.137Z] Progress (1): 14 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 20 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 23 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 28 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 31 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 32 kB
11:14:52 [2026-09-21T09:14:52.138Z]                    
11:14:52 [2026-09-21T09:14:52.138Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom (32 kB at 1.2 MB/s)
11:14:52 [2026-09-21T09:14:52.138Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 701 B
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 1.9 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 3.2 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 4.7 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 6.8 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 9.2 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 11 kB 
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 13 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 16 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 18 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 21 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 23 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 25 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 29 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 32 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 32 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 37 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 41 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 45 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 47 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 50 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 52 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 56 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 58 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 61 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 64 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 69 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 71 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 74 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 76 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 78 kB
11:14:52 [2026-09-21T09:14:52.138Z]                    
11:14:52 [2026-09-21T09:14:52.138Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom (78 kB at 2.1 MB/s)
11:14:52 [2026-09-21T09:14:52.138Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 908 B
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 4.1 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 5.6 kB
11:14:52 [2026-09-21T09:14:52.138Z]                     
11:14:52 [2026-09-21T09:14:52.138Z] 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 177 kB/s)
11:14:52 [2026-09-21T09:14:52.138Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 785 B
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 2.4 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 5.9 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 9.5 kB
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 11 kB 
11:14:52 [2026-09-21T09:14:52.138Z] Progress (1): 12 kB
11:14:52 [2026-09-21T09:14:52.138Z]                    
11:14:52 [2026-09-21T09:14:52.138Z] 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 335 kB/s)
11:14:52 [2026-09-21T09:14:52.138Z] [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)]
11:14:52 [2026-09-21T09:14:52.138Z] [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)]
11:14:52 [2026-09-21T09:14:52.138Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
11:14:52 [2026-09-21T09:14:52.389Z] 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)
11:14:52 [2026-09-21T09:14:52.389Z] [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)]
11:14:52 [2026-09-21T09:14:52.389Z] [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)]
11:14:52 [2026-09-21T09:14:52.389Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
11:14:52 [2026-09-21T09:14:52.389Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (0 B at 0 B/s)
11:14:52 [2026-09-21T09:14:52.389Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom
11:14:52 [2026-09-21T09:14:52.389Z] Progress (1): 765 B
11:14:52 [2026-09-21T09:14:52.389Z] Progress (1): 2.1 kB
11:14:52 [2026-09-21T09:14:52.389Z] Progress (1): 4.6 kB
11:14:52 [2026-09-21T09:14:52.389Z] Progress (1): 6.8 kB
11:14:52 [2026-09-21T09:14:52.389Z] Progress (1): 8.6 kB
11:14:52 [2026-09-21T09:14:52.389Z] Progress (1): 12 kB 
11:14:52 [2026-09-21T09:14:52.389Z] Progress (1): 15 kB
11:14:52 [2026-09-21T09:14:52.389Z] Progress (1): 17 kB
11:14:52 [2026-09-21T09:14:52.389Z] Progress (1): 18 kB
11:14:52 [2026-09-21T09:14:52.389Z]                    
11:14:52 [2026-09-21T09:14:52.389Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 429 kB/s)
11:14:52 [2026-09-21T09:14:52.389Z] [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)]
11:14:52 [2026-09-21T09:14:52.389Z] [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)]
11:14:52 [2026-09-21T09:14:52.389Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
11:14:52 [2026-09-21T09:14:52.389Z] 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)
11:14:52 [2026-09-21T09:14:52.389Z] [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)]
11:14:52 [2026-09-21T09:14:52.389Z] [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)]
11:14:52 [2026-09-21T09:14:52.389Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
11:14:52 [2026-09-21T09:14:52.389Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (0 B at 0 B/s)
11:14:52 [2026-09-21T09:14:52.389Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 783 B
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 2.0 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 5.0 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 6.8 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 10 kB 
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 13 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 16 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 18 kB
11:14:52 [2026-09-21T09:14:52.640Z]                    
11:14:52 [2026-09-21T09:14:52.640Z] 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 483 kB/s)
11:14:52 [2026-09-21T09:14:52.640Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 782 B
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 2.1 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 4.7 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 8.4 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 12 kB 
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 16 kB
11:14:52 [2026-09-21T09:14:52.640Z]                    
11:14:52 [2026-09-21T09:14:52.640Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 594 kB/s)
11:14:52 [2026-09-21T09:14:52.640Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 790 B
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 2.1 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 4.2 kB
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 4.5 kB
11:14:52 [2026-09-21T09:14:52.640Z]                     
11:14:52 [2026-09-21T09:14:52.640Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 161 kB/s)
11:14:52 [2026-09-21T09:14:52.640Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom
11:14:52 [2026-09-21T09:14:52.640Z] Progress (1): 1.0 kB
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 3.1 kB
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 6.8 kB
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 7.5 kB
11:14:52 [2026-09-21T09:14:52.641Z]                     
11:14:52 [2026-09-21T09:14:52.641Z] 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 249 kB/s)
11:14:52 [2026-09-21T09:14:52.641Z] 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
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 819 B
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 2.9 kB
11:14:52 [2026-09-21T09:14:52.641Z]                     
11:14:52 [2026-09-21T09:14:52.641Z] 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 106 kB/s)
11:14:52 [2026-09-21T09:14:52.641Z] 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
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 779 B
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 3.1 kB
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 5.4 kB
11:14:52 [2026-09-21T09:14:52.641Z]                     
11:14:52 [2026-09-21T09:14:52.641Z] 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 174 kB/s)
11:14:52 [2026-09-21T09:14:52.641Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 801 B
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 2.3 kB
11:14:52 [2026-09-21T09:14:52.641Z] Progress (1): 4.4 kB
11:14:52 [2026-09-21T09:14:52.641Z]                     
11:14:52 [2026-09-21T09:14:52.641Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom (4.4 kB at 146 kB/s)
11:14:52 [2026-09-21T09:14:52.641Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 815 B
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 2.3 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 3.2 kB
11:14:52 [2026-09-21T09:14:52.892Z]                     
11:14:52 [2026-09-21T09:14:52.892Z] 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 77 kB/s)
11:14:52 [2026-09-21T09:14:52.892Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 724 B
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 1.9 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 5.5 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 9.9 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 14 kB 
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 19 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 23 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 27 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 28 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 31 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 34 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 37 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 40 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 43 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 48 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 48 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 50 kB
11:14:52 [2026-09-21T09:14:52.892Z]                    
11:14:52 [2026-09-21T09:14:52.892Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 1.2 MB/s)
11:14:52 [2026-09-21T09:14:52.892Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 739 B
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 2.1 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 3.9 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 6.2 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 11 kB 
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 16 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 20 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 22 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 24 kB
11:14:52 [2026-09-21T09:14:52.892Z]                    
11:14:52 [2026-09-21T09:14:52.892Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 713 kB/s)
11:14:52 [2026-09-21T09:14:52.892Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.14.0/plexus-archiver-4.14.0.pom
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 1.0 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 3.7 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 6.0 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 6.6 kB
11:14:52 [2026-09-21T09:14:52.892Z]                     
11:14:52 [2026-09-21T09:14:52.892Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.14.0/plexus-archiver-4.14.0.pom (6.6 kB at 183 kB/s)
11:14:52 [2026-09-21T09:14:52.892Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.7.0/plexus-io-3.7.0.pom
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 1.1 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 3.6 kB
11:14:52 [2026-09-21T09:14:52.892Z] Progress (1): 4.0 kB
11:14:52 [2026-09-21T09:14:52.892Z]                     
11:14:52 [2026-09-21T09:14:52.892Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.7.0/plexus-io-3.7.0.pom (4.0 kB at 126 kB/s)
11:14:52 [2026-09-21T09:14:52.892Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 750 B
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 1.9 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 3.7 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 5.3 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 9.1 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 11 kB 
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 14 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 17 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 22 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 25 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 25 kB
11:14:53 [2026-09-21T09:14:53.143Z]                    
11:14:53 [2026-09-21T09:14:53.143Z] 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 649 kB/s)
11:14:53 [2026-09-21T09:14:53.143Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 702 B
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 1.9 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 3.2 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 4.7 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 6.8 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 9.4 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 11 kB 
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 14 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 16 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 19 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 21 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 23 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 25 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 29 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 32 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 32 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 37 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 41 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 45 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 47 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 50 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 52 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 56 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 58 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 61 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 64 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 69 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 71 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 74 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 76 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 78 kB
11:14:53 [2026-09-21T09:14:53.143Z]                    
11:14:53 [2026-09-21T09:14:53.143Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom (78 kB at 1.9 MB/s)
11:14:53 [2026-09-21T09:14:53.143Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 908 B
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 4.1 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 5.6 kB
11:14:53 [2026-09-21T09:14:53.143Z]                     
11:14:53 [2026-09-21T09:14:53.143Z] 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 134 kB/s)
11:14:53 [2026-09-21T09:14:53.143Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.22.1/commons-codec-1.22.1.pom
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 742 B
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 1.9 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 4.1 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 5.8 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 8.3 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 12 kB 
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 15 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 18 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 19 kB
11:14:53 [2026-09-21T09:14:53.143Z]                    
11:14:53 [2026-09-21T09:14:53.143Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.22.1/commons-codec-1.22.1.pom (19 kB at 675 kB/s)
11:14:53 [2026-09-21T09:14:53.143Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.12/xz-1.12.pom
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 1.1 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 1.9 kB
11:14:53 [2026-09-21T09:14:53.143Z]                     
11:14:53 [2026-09-21T09:14:53.143Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.12/xz-1.12.pom (1.9 kB at 64 kB/s)
11:14:53 [2026-09-21T09:14:53.143Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-15/zstd-jni-1.5.7-15.pom
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 1.1 kB
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 2.2 kB
11:14:53 [2026-09-21T09:14:53.143Z]                     
11:14:53 [2026-09-21T09:14:53.143Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-15/zstd-jni-1.5.7-15.pom (2.2 kB at 72 kB/s)
11:14:53 [2026-09-21T09:14:53.143Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
11:14:53 [2026-09-21T09:14:53.143Z] Progress (1): 1.3 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 3.0 kB
11:14:53 [2026-09-21T09:14:53.394Z]                     
11:14:53 [2026-09-21T09:14:53.394Z] 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 116 kB/s)
11:14:53 [2026-09-21T09:14:53.394Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.6.0/plexus-interactivity-api-1.6.0.pom
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 1.6 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 2.1 kB
11:14:53 [2026-09-21T09:14:53.394Z]                     
11:14:53 [2026-09-21T09:14:53.394Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.6.0/plexus-interactivity-api-1.6.0.pom (2.1 kB at 69 kB/s)
11:14:53 [2026-09-21T09:14:53.394Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.6.0/plexus-interactivity-1.6.0.pom
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 1.2 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 1.8 kB
11:14:53 [2026-09-21T09:14:53.394Z]                     
11:14:53 [2026-09-21T09:14:53.394Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.6.0/plexus-interactivity-1.6.0.pom (1.8 kB at 63 kB/s)
11:14:53 [2026-09-21T09:14:53.394Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.22.0/versions-api-2.22.0.jar
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 6.7 kB
11:14:53 [2026-09-21T09:14:53.394Z]                     
11:14:53 [2026-09-21T09:14:53.394Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.22.0/versions-api-2.22.0.jar (6.7 kB at 302 kB/s)
11:14:53 [2026-09-21T09:14:53.394Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.22.0/versions-model-2.22.0.jar
11:14:53 [2026-09-21T09:14:53.394Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.22.0/versions-model-report-2.22.0.jar
11:14:53 [2026-09-21T09:14:53.394Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.22.0/versions-common-2.22.0.jar
11:14:53 [2026-09-21T09:14:53.394Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.6.0/commons-collections4-4.6.0.jar
11:14:53 [2026-09-21T09:14:53.394Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 7.7/13 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 11/13 kB 
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 13 kB   
11:14:53 [2026-09-21T09:14:53.394Z]                    
11:14:53 [2026-09-21T09:14:53.394Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.22.0/versions-model-2.22.0.jar (13 kB at 587 kB/s)
11:14:53 [2026-09-21T09:14:53.394Z] 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
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 0.9/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 2.3/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 3.6/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 5.0/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 6.4/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 7.7/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 9.1/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 10/934 kB 
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 12/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 13/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 15/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 16/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 17/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 19/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 20/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 21/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 23/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 24/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 24/934 kB | 7.7/47 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 25/934 kB | 7.7/47 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 25/934 kB | 16/47 kB 
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 27/934 kB | 16/47 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 27/934 kB | 16/47 kB | 7.7/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 28/934 kB | 16/47 kB | 7.7/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 28/934 kB | 16/47 kB | 16/55 kB 
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 28/934 kB | 24/47 kB | 16/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 30/934 kB | 24/47 kB | 16/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 31/934 kB | 24/47 kB | 16/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 32/934 kB | 24/47 kB | 16/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 34/934 kB | 24/47 kB | 16/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 34/934 kB | 24/47 kB | 24/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 34/934 kB | 40/47 kB | 24/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 35/934 kB | 40/47 kB | 24/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 36/934 kB | 40/47 kB | 24/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 38/934 kB | 40/47 kB | 24/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 38/934 kB | 47 kB | 24/55 kB   
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 39/934 kB | 47 kB | 24/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 41/934 kB | 47 kB | 24/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 42/934 kB | 47 kB | 24/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 43/934 kB | 47 kB | 24/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 43/934 kB | 47 kB | 40/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 45/934 kB | 47 kB | 40/55 kB
11:14:53 [2026-09-21T09:14:53.394Z]                                           
11:14:53 [2026-09-21T09:14:53.394Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.22.0/versions-model-report-2.22.0.jar (47 kB at 986 kB/s)
11:14:53 [2026-09-21T09:14:53.394Z] 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
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 46/934 kB | 40/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 47/934 kB | 40/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 49/934 kB | 40/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 50/934 kB | 40/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 51/934 kB | 40/55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 51/934 kB | 55 kB   
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 53/934 kB | 55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 54/934 kB | 55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 56/934 kB | 55 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 60/934 kB | 55 kB
11:14:53 [2026-09-21T09:14:53.394Z]                                
11:14:53 [2026-09-21T09:14:53.394Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 1.1 MB/s)
11:14:53 [2026-09-21T09:14:53.394Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 64/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 68/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 73/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 77/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 81/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 85/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 89/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 94/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 98/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 102/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 106/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 111/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 115/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 119/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 122/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 127/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 131/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 135/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 139/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 144/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 148/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 152/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 156/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 160/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 165/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 169/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 173/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 177/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 182/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 186/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 190/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 194/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 199/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 203/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 207/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 211/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 215/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 220/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 224/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 240/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 253/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 270/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (1): 286/934 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 286/934 kB | 0.9/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 286/934 kB | 2.3/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 286/934 kB | 3.6/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 286/934 kB | 5.0/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 286/934 kB | 6.4/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 286/934 kB | 7.7/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 7.7/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 9.1/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 10/186 kB 
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 12/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 13/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 15/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 16/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 17/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 19/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 303/934 kB | 20/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 319/934 kB | 20/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 319/934 kB | 21/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 319/934 kB | 23/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 319/934 kB | 24/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 319/934 kB | 25/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 319/934 kB | 27/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 319/934 kB | 28/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 319/934 kB | 30/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 319/934 kB | 31/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 335/934 kB | 31/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 335/934 kB | 32/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 335/934 kB | 34/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 335/934 kB | 35/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 335/934 kB | 36/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 335/934 kB | 38/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 335/934 kB | 39/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 335/934 kB | 41/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 335/934 kB | 42/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 352/934 kB | 42/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 352/934 kB | 43/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 352/934 kB | 45/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 352/934 kB | 46/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 352/934 kB | 47/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 352/934 kB | 49/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 352/934 kB | 50/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 352/934 kB | 51/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 352/934 kB | 53/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 368/934 kB | 53/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 368/934 kB | 54/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 368/934 kB | 56/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 368/934 kB | 60/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 368/934 kB | 64/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 385/934 kB | 64/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 385/934 kB | 68/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 385/934 kB | 73/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 385/934 kB | 77/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 401/934 kB | 77/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 401/934 kB | 81/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (2): 401/934 kB | 85/186 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 401/934 kB | 85/186 kB | 0.9/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 401/934 kB | 89/186 kB | 0.9/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 401/934 kB | 89/186 kB | 2.3/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 401/934 kB | 89/186 kB | 3.6/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 401/934 kB | 94/186 kB | 3.6/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 94/186 kB | 3.6/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 94/186 kB | 5.0/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 94/186 kB | 6.4/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 98/186 kB | 6.4/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 98/186 kB | 7.7/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 98/186 kB | 9.1/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 102/186 kB | 9.1/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 102/186 kB | 10/94 kB 
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 106/186 kB | 10/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 417/934 kB | 106/186 kB | 12/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 434/934 kB | 106/186 kB | 12/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 434/934 kB | 106/186 kB | 13/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 434/934 kB | 111/186 kB | 13/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 434/934 kB | 111/186 kB | 15/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 434/934 kB | 111/186 kB | 16/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 434/934 kB | 115/186 kB | 16/94 kB
11:14:53 [2026-09-21T09:14:53.394Z] Progress (3): 434/934 kB | 115/186 kB | 17/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 434/934 kB | 115/186 kB | 19/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 434/934 kB | 119/186 kB | 19/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 434/934 kB | 119/186 kB | 20/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 434/934 kB | 119/186 kB | 21/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 434/934 kB | 119/186 kB | 23/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 434/934 kB | 123/186 kB | 23/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 123/186 kB | 23/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 123/186 kB | 24/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 123/186 kB | 25/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 127/186 kB | 25/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 127/186 kB | 27/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 132/186 kB | 27/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 132/186 kB | 28/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 132/186 kB | 30/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 132/186 kB | 31/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 136/186 kB | 31/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 450/934 kB | 136/186 kB | 32/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 136/186 kB | 32/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 136/186 kB | 34/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 140/186 kB | 34/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 140/186 kB | 35/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 140/186 kB | 36/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 144/186 kB | 36/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 144/186 kB | 38/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 144/186 kB | 39/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 149/186 kB | 39/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 149/186 kB | 41/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 149/186 kB | 42/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 153/186 kB | 42/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 466/934 kB | 153/186 kB | 43/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 153/186 kB | 43/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 155/186 kB | 43/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 155/186 kB | 45/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 155/186 kB | 46/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 159/186 kB | 46/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 159/186 kB | 47/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 159/186 kB | 49/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 159/186 kB | 50/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 164/186 kB | 50/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 164/186 kB | 51/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 164/186 kB | 53/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 168/186 kB | 53/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 168/186 kB | 54/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 168/186 kB | 56/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 172/186 kB | 56/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 176/186 kB | 56/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 483/934 kB | 176/186 kB | 60/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 499/934 kB | 176/186 kB | 60/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 499/934 kB | 181/186 kB | 60/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 499/934 kB | 181/186 kB | 64/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 499/934 kB | 185/186 kB | 64/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 499/934 kB | 185/186 kB | 68/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 499/934 kB | 186 kB | 68/94 kB    
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 499/934 kB | 186 kB | 73/94 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (4): 499/934 kB | 186 kB | 73/94 kB | 7.7/41 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (4): 499/934 kB | 186 kB | 73/94 kB | 16/41 kB 
11:14:53 [2026-09-21T09:14:53.395Z] Progress (4): 499/934 kB | 186 kB | 77/94 kB | 16/41 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (4): 499/934 kB | 186 kB | 81/94 kB | 16/41 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (4): 516/934 kB | 186 kB | 81/94 kB | 16/41 kB
11:14:53 [2026-09-21T09:14:53.395Z]                                                        
11:14:53 [2026-09-21T09:14:53.395Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.22.0/versions-common-2.22.0.jar (186 kB at 2.4 MB/s)
11:14:53 [2026-09-21T09:14:53.395Z] 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
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 516/934 kB | 85/94 kB | 16/41 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 516/934 kB | 85/94 kB | 24/41 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 516/934 kB | 89/94 kB | 24/41 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 516/934 kB | 94/94 kB | 24/41 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 516/934 kB | 94 kB | 24/41 kB   
11:14:53 [2026-09-21T09:14:53.395Z] Progress (3): 532/934 kB | 94 kB | 24/41 kB
11:14:53 [2026-09-21T09:14:53.395Z]                                            
11:14:53 [2026-09-21T09:14:53.395Z] 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.2 MB/s)
11:14:53 [2026-09-21T09:14:53.395Z] 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
11:14:53 [2026-09-21T09:14:53.395Z] Progress (2): 532/934 kB | 40/41 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (2): 532/934 kB | 41 kB   
11:14:53 [2026-09-21T09:14:53.395Z] Progress (2): 548/934 kB | 41 kB
11:14:53 [2026-09-21T09:14:53.395Z]                                 
11:14:53 [2026-09-21T09:14:53.395Z] 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 521 kB/s)
11:14:53 [2026-09-21T09:14:53.395Z] 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
11:14:53 [2026-09-21T09:14:53.395Z] Progress (1): 565/934 kB
11:14:53 [2026-09-21T09:14:53.395Z] Progress (1): 581/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 598/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 614/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 630/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 647/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 663/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 679/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 696/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 712/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 713/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 729/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 729/934 kB | 7.7/58 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 729/934 kB | 16/58 kB 
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 729/934 kB | 24/58 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 745/934 kB | 24/58 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 745/934 kB | 40/58 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 762/934 kB | 40/58 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 778/934 kB | 40/58 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 778/934 kB | 57/58 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 778/934 kB | 58 kB   
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 795/934 kB | 58 kB
11:14:53 [2026-09-21T09:14:53.646Z]                                 
11:14:53 [2026-09-21T09:14:53.646Z] 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 642 kB/s)
11:14:53 [2026-09-21T09:14:53.646Z] 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
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 811/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 827/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 844/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 860/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 876/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 893/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 909/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 926/934 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 934 kB    
11:14:53 [2026-09-21T09:14:53.646Z]                     
11:14:53 [2026-09-21T09:14:53.646Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.6.0/commons-collections4-4.6.0.jar (934 kB at 9.5 MB/s)
11:14:53 [2026-09-21T09:14:53.646Z] 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
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 7.7/9.8 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 9.8 kB    
11:14:53 [2026-09-21T09:14:53.646Z]                     
11:14:53 [2026-09-21T09:14:53.646Z] 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 100 kB/s)
11:14:53 [2026-09-21T09:14:53.646Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.1.0/doxia-integration-tools-2.1.0.jar
11:14:53 [2026-09-21T09:14:53.646Z] Progress (1): 3.8/168 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 3.8/168 kB | 7.7/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 8.0/168 kB | 7.7/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 8.0/168 kB | 16/51 kB 
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 12/168 kB | 16/51 kB 
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 16/168 kB | 16/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 16/168 kB | 24/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 21/168 kB | 24/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 24/168 kB | 24/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 28/168 kB | 24/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 33/168 kB | 24/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 33/168 kB | 40/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 49/168 kB | 40/51 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 49/168 kB | 51 kB   
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 65/168 kB | 51 kB
11:14:53 [2026-09-21T09:14:53.646Z]                                
11:14:53 [2026-09-21T09:14:53.646Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.1.0/doxia-integration-tools-2.1.0.jar (51 kB at 419 kB/s)
11:14:53 [2026-09-21T09:14:53.646Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.jar
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 65/168 kB | 7.7/86 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 82/168 kB | 7.7/86 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 82/168 kB | 16/86 kB 
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 82/168 kB | 32/86 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 98/168 kB | 32/86 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 98/168 kB | 49/86 kB
11:14:53 [2026-09-21T09:14:53.646Z] Progress (2): 114/168 kB | 49/86 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 114/168 kB | 65/86 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 131/168 kB | 65/86 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 131/168 kB | 81/86 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 147/168 kB | 81/86 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 147/168 kB | 86 kB   
11:14:53 [2026-09-21T09:14:53.647Z] Progress (3): 147/168 kB | 86 kB | 3.8/21 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (3): 155/168 kB | 86 kB | 3.8/21 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (3): 155/168 kB | 86 kB | 8.0/21 kB
11:14:53 [2026-09-21T09:14:53.647Z]                                             
11:14:53 [2026-09-21T09:14:53.647Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar (86 kB at 682 kB/s)
11:14:53 [2026-09-21T09:14:53.647Z] 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
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 155/168 kB | 12/21 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 168 kB | 12/21 kB    
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 168 kB | 16/21 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 168 kB | 21/21 kB
11:14:53 [2026-09-21T09:14:53.647Z]                                
11:14:53 [2026-09-21T09:14:53.647Z] 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.3 MB/s)
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 21 kB
11:14:53 [2026-09-21T09:14:53.647Z]                    
11:14:53 [2026-09-21T09:14:53.647Z] 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
11:14:53 [2026-09-21T09:14:53.647Z] 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 164 kB/s)
11:14:53 [2026-09-21T09:14:53.647Z] 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
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 7.7/151 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 15/151 kB 
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 32/151 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 48/151 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 65/151 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 81/151 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 97/151 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 114/151 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 130/151 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 147/151 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 151 kB    
11:14:53 [2026-09-21T09:14:53.647Z]                     
11:14:53 [2026-09-21T09:14:53.647Z] 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.1 MB/s)
11:14:53 [2026-09-21T09:14:53.647Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 7.7/88 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 16/88 kB 
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 24/88 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 40/88 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 40/88 kB | 7.7/17 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 57/88 kB | 7.7/17 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 57/88 kB | 16/17 kB 
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 57/88 kB | 17 kB   
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 73/88 kB | 17 kB
11:14:53 [2026-09-21T09:14:53.647Z]                               
11:14:53 [2026-09-21T09:14:53.647Z] 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 111 kB/s)
11:14:53 [2026-09-21T09:14:53.647Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 88 kB
11:14:53 [2026-09-21T09:14:53.647Z]                    
11:14:53 [2026-09-21T09:14:53.647Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.jar (88 kB at 565 kB/s)
11:14:53 [2026-09-21T09:14:53.647Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 3.8/16 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 8.0/16 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 11/16 kB 
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 16/16 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 16 kB   
11:14:53 [2026-09-21T09:14:53.647Z]                    
11:14:53 [2026-09-21T09:14:53.647Z] 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 97 kB/s)
11:14:53 [2026-09-21T09:14:53.647Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 3.2/44 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 20/44 kB 
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 20/44 kB | 5.7 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 36/44 kB | 5.7 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 44 kB | 5.7 kB   
11:14:53 [2026-09-21T09:14:53.647Z]                             
11:14:53 [2026-09-21T09:14:53.647Z] 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 32 kB/s)
11:14:53 [2026-09-21T09:14:53.647Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar
11:14:53 [2026-09-21T09:14:53.647Z] 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 246 kB/s)
11:14:53 [2026-09-21T09:14:53.647Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 7.7/217 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 7.7/217 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 24/217 kB 
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 40/217 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 57/217 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 73/217 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 90/217 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 106/217 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 122/217 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (1): 139/217 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 139/217 kB | 7.7/510 kB
11:14:53 [2026-09-21T09:14:53.647Z] Progress (2): 139/217 kB | 16/510 kB 
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 155/217 kB | 16/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 155/217 kB | 32/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 155/217 kB | 49/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 172/217 kB | 49/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 172/217 kB | 65/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 188/217 kB | 65/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 188/217 kB | 81/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 204/217 kB | 81/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 204/217 kB | 98/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 217 kB | 98/510 kB    
11:14:53 [2026-09-21T09:14:53.648Z]                                 
11:14:53 [2026-09-21T09:14:53.648Z] 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.0 MB/s)
11:14:53 [2026-09-21T09:14:53.648Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar
11:14:53 [2026-09-21T09:14:53.648Z] Progress (1): 114/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (1): 131/510 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 131/510 kB | 7.7/588 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 131/510 kB | 11/588 kB 
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 147/510 kB | 11/588 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 147/510 kB | 28/588 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 163/510 kB | 28/588 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (2): 180/510 kB | 28/588 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 180/510 kB | 28/588 kB | 3.8/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 180/510 kB | 44/588 kB | 3.8/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 180/510 kB | 44/588 kB | 8.0/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 180/510 kB | 44/588 kB | 12/247 kB 
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 180/510 kB | 44/588 kB | 16/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 180/510 kB | 44/588 kB | 21/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 196/510 kB | 44/588 kB | 21/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 196/510 kB | 44/588 kB | 24/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 196/510 kB | 61/588 kB | 24/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 196/510 kB | 61/588 kB | 28/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 196/510 kB | 61/588 kB | 33/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 196/510 kB | 61/588 kB | 37/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 196/510 kB | 61/588 kB | 41/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 212/510 kB | 61/588 kB | 41/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 212/510 kB | 61/588 kB | 45/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 212/510 kB | 77/588 kB | 45/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 212/510 kB | 77/588 kB | 49/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 212/510 kB | 77/588 kB | 54/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 212/510 kB | 77/588 kB | 57/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 212/510 kB | 77/588 kB | 61/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 229/510 kB | 77/588 kB | 61/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 229/510 kB | 77/588 kB | 65/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 229/510 kB | 77/588 kB | 70/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 229/510 kB | 93/588 kB | 70/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 229/510 kB | 93/588 kB | 74/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 229/510 kB | 93/588 kB | 78/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 245/510 kB | 93/588 kB | 78/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 245/510 kB | 110/588 kB | 78/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 245/510 kB | 110/588 kB | 94/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 245/510 kB | 110/588 kB | 111/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 262/510 kB | 110/588 kB | 111/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 262/510 kB | 126/588 kB | 111/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 262/510 kB | 126/588 kB | 127/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 278/510 kB | 126/588 kB | 127/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 278/510 kB | 126/588 kB | 144/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 278/510 kB | 142/588 kB | 144/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 278/510 kB | 142/588 kB | 160/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 294/510 kB | 142/588 kB | 160/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 294/510 kB | 159/588 kB | 160/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 294/510 kB | 159/588 kB | 176/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 294/510 kB | 159/588 kB | 188/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 311/510 kB | 159/588 kB | 188/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 311/510 kB | 175/588 kB | 188/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 311/510 kB | 175/588 kB | 204/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 327/510 kB | 175/588 kB | 204/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 327/510 kB | 192/588 kB | 204/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (3): 327/510 kB | 192/588 kB | 221/247 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (4): 327/510 kB | 192/588 kB | 221/247 kB | 7.7/74 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (4): 327/510 kB | 192/588 kB | 221/247 kB | 16/74 kB 
11:14:53 [2026-09-21T09:14:53.648Z] Progress (4): 327/510 kB | 192/588 kB | 237/247 kB | 16/74 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (4): 343/510 kB | 192/588 kB | 237/247 kB | 16/74 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (4): 343/510 kB | 208/588 kB | 237/247 kB | 16/74 kB
11:14:53 [2026-09-21T09:14:53.648Z] Progress (4): 343/510 kB | 208/588 kB | 247 kB | 16/74 kB    
11:14:53 [2026-09-21T09:14:53.648Z]                                                          
11:14:53 [2026-09-21T09:14:53.648Z] 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.1 MB/s)
11:14:53 [2026-09-21T09:14:53.649Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 343/510 kB | 208/588 kB | 32/74 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 343/510 kB | 224/588 kB | 32/74 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 360/510 kB | 224/588 kB | 32/74 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 360/510 kB | 224/588 kB | 32/74 kB | 7.7/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 360/510 kB | 224/588 kB | 32/74 kB | 16/242 kB 
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 360/510 kB | 241/588 kB | 32/74 kB | 16/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 360/510 kB | 241/588 kB | 49/74 kB | 16/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 376/510 kB | 241/588 kB | 49/74 kB | 16/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 376/510 kB | 241/588 kB | 49/74 kB | 32/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 376/510 kB | 257/588 kB | 49/74 kB | 32/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 393/510 kB | 257/588 kB | 49/74 kB | 32/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 393/510 kB | 257/588 kB | 65/74 kB | 32/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 393/510 kB | 273/588 kB | 65/74 kB | 32/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 409/510 kB | 273/588 kB | 65/74 kB | 32/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 409/510 kB | 273/588 kB | 74 kB | 32/242 kB   
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 409/510 kB | 273/588 kB | 74 kB | 49/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 409/510 kB | 290/588 kB | 74 kB | 49/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (4): 425/510 kB | 290/588 kB | 74 kB | 49/242 kB
11:14:53 [2026-09-21T09:14:53.649Z]                                                          
11:14:53 [2026-09-21T09:14:53.649Z] 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 303 kB/s)
11:14:53 [2026-09-21T09:14:53.649Z] 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
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 425/510 kB | 290/588 kB | 65/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 425/510 kB | 306/588 kB | 65/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 442/510 kB | 306/588 kB | 65/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 448/510 kB | 306/588 kB | 65/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 448/510 kB | 306/588 kB | 81/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 448/510 kB | 323/588 kB | 81/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 464/510 kB | 323/588 kB | 81/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 464/510 kB | 323/588 kB | 98/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 464/510 kB | 339/588 kB | 98/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 481/510 kB | 339/588 kB | 98/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 481/510 kB | 339/588 kB | 114/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 481/510 kB | 355/588 kB | 114/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 497/510 kB | 355/588 kB | 114/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 497/510 kB | 372/588 kB | 114/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 497/510 kB | 372/588 kB | 131/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 510 kB | 372/588 kB | 131/242 kB    
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 510 kB | 388/588 kB | 131/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 510 kB | 388/588 kB | 147/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (3): 510 kB | 405/588 kB | 147/242 kB
11:14:53 [2026-09-21T09:14:53.649Z]                                               
11:14:53 [2026-09-21T09:14:53.649Z] 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.0 MB/s)
11:14:53 [2026-09-21T09:14:53.649Z] 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
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 421/588 kB | 147/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 421/588 kB | 163/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 437/588 kB | 163/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 437/588 kB | 180/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 454/588 kB | 180/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 470/588 kB | 180/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 473/588 kB | 180/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 473/588 kB | 196/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 490/588 kB | 196/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 506/588 kB | 196/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 506/588 kB | 212/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 522/588 kB | 212/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 539/588 kB | 212/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 539/588 kB | 229/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 555/588 kB | 229/242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 555/588 kB | 242 kB    
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 572/588 kB | 242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 588/588 kB | 242 kB
11:14:53 [2026-09-21T09:14:53.649Z] Progress (2): 588 kB | 242 kB    
11:14:53 [2026-09-21T09:14:53.649Z]                              
11:14:53 [2026-09-21T09:14:53.649Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar (242 kB at 919 kB/s)
11:14:53 [2026-09-21T09:14:53.649Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar
11:14:53 [2026-09-21T09:14:53.650Z] 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.2 MB/s)
11:14:53 [2026-09-21T09:14:53.650Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.14.0/plexus-archiver-4.14.0.jar
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 7.7/35 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 16/35 kB 
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 24/35 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 35 kB   
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 35 kB | 7.7/35 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 35 kB | 16/35 kB 
11:14:53 [2026-09-21T09:14:53.650Z]                               
11:14:53 [2026-09-21T09:14:53.650Z] 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 126 kB/s)
11:14:53 [2026-09-21T09:14:53.650Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.7.0/plexus-io-3.7.0.jar
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 32/35 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 35 kB   
11:14:53 [2026-09-21T09:14:53.650Z]                    
11:14:53 [2026-09-21T09:14:53.650Z] 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 126 kB/s)
11:14:53 [2026-09-21T09:14:53.650Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 7.7/54 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 11/54 kB 
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 28/54 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 44/54 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 44/54 kB | 7.7/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 44/54 kB | 7.7/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 54 kB | 7.7/228 kB   
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 54 kB | 24/228 kB 
11:14:53 [2026-09-21T09:14:53.650Z]                                
11:14:53 [2026-09-21T09:14:53.650Z] 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 188 kB/s)
11:14:53 [2026-09-21T09:14:53.650Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.22.1/commons-codec-1.22.1.jar
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 40/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 57/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 73/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 90/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 106/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 122/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 139/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 155/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 172/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 188/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 204/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 217/228 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 228 kB    
11:14:53 [2026-09-21T09:14:53.650Z]                     
11:14:53 [2026-09-21T09:14:53.650Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.14.0/plexus-archiver-4.14.0.jar (228 kB at 763 kB/s)
11:14:53 [2026-09-21T09:14:53.650Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.12/xz-1.12.jar
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 7.7/81 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 16/81 kB 
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 24/81 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 24/81 kB | 7.7/27 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 24/81 kB | 16/27 kB 
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 40/81 kB | 16/27 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 40/81 kB | 27 kB   
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 57/81 kB | 27 kB
11:14:53 [2026-09-21T09:14:53.650Z]                               
11:14:53 [2026-09-21T09:14:53.650Z] 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 86 kB/s)
11:14:53 [2026-09-21T09:14:53.650Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-15/zstd-jni-1.5.7-15.jar
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 73/81 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 81 kB   
11:14:53 [2026-09-21T09:14:53.650Z]                    
11:14:53 [2026-09-21T09:14:53.650Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.7.0/plexus-io-3.7.0.jar (81 kB at 256 kB/s)
11:14:53 [2026-09-21T09:14:53.650Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/1.1.0/org.eclipse.sisu.inject-1.1.0.jar
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 0/1.1 MB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 0/1.1 MB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (1): 0/1.1 MB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 0/1.1 MB | 7.7/169 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 0/1.1 MB | 16/169 kB 
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 0/1.1 MB | 16/169 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 0/1.1 MB | 32/169 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (2): 0.1/1.1 MB | 32/169 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 32/169 kB | 7.7/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 32/169 kB | 16/423 kB 
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 49/169 kB | 16/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 49/169 kB | 16/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 65/169 kB | 16/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 65/169 kB | 32/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 65/169 kB | 32/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 81/169 kB | 32/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 81/169 kB | 32/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 81/169 kB | 49/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 98/169 kB | 49/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 98/169 kB | 49/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 114/169 kB | 49/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 114/169 kB | 61/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 114/169 kB | 61/423 kB
11:14:53 [2026-09-21T09:14:53.650Z] Progress (3): 0.1/1.1 MB | 131/169 kB | 61/423 kB
11:14:53 [2026-09-21T09:14:53.651Z] Progress (3): 0.2/1.1 MB | 131/169 kB | 61/423 kB
11:14:53 [2026-09-21T09:14:53.651Z] Progress (3): 0.2/1.1 MB | 131/169 kB | 77/423 kB
11:14:53 [2026-09-21T09:14:53.651Z] Progress (3): 0.2/1.1 MB | 147/169 kB | 77/423 kB
11:14:53 [2026-09-21T09:14:53.651Z] Progress (3): 0.2/1.1 MB | 147/169 kB | 77/423 kB
11:14:53 [2026-09-21T09:14:53.651Z] Progress (3): 0.2/1.1 MB | 163/169 kB | 77/423 kB
11:14:53 [2026-09-21T09:14:53.651Z] Progress (3): 0.2/1.1 MB | 169 kB | 77/423 kB    
11:14:53 [2026-09-21T09:14:53.651Z] Progress (3): 0.2/1.1 MB | 169 kB | 93/423 kB
11:14:53 [2026-09-21T09:14:53.651Z] Progress (3): 0.2/1.1 MB | 169 kB | 93/423 kB
11:14:53 [2026-09-21T09:14:53.651Z]                                              
11:14:53 [2026-09-21T09:14:53.902Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.12/xz-1.12.jar (169 kB at 510 kB/s)
11:14:53 [2026-09-21T09:14:53.902Z] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.10.1/asm-9.10.1.jar
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.2/1.1 MB | 93/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.2/1.1 MB | 110/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.2/1.1 MB | 110/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.2/1.1 MB | 110/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 110/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 126/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 126/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 126/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 142/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 142/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 159/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 159/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 159/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.3/1.1 MB | 175/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.4/1.1 MB | 175/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.4/1.1 MB | 192/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.4/1.1 MB | 192/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.4/1.1 MB | 192/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.4/1.1 MB | 208/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (2): 0.4/1.1 MB | 208/423 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (3): 0.4/1.1 MB | 208/423 kB | 0/6.5 MB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (3): 0.4/1.1 MB | 208/423 kB | 0/6.5 MB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.4/1.1 MB | 208/423 kB | 0/6.5 MB | 7.7/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.4/1.1 MB | 208/423 kB | 0/6.5 MB | 7.7/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.4/1.1 MB | 208/423 kB | 0/6.5 MB | 7.7/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.4/1.1 MB | 224/423 kB | 0/6.5 MB | 7.7/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.4/1.1 MB | 224/423 kB | 0/6.5 MB | 24/307 kB 
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.5/1.1 MB | 224/423 kB | 0/6.5 MB | 24/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.5/1.1 MB | 224/423 kB | 0/6.5 MB | 24/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.5/1.1 MB | 224/423 kB | 0/6.5 MB | 24/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.5/1.1 MB | 241/423 kB | 0/6.5 MB | 24/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.5/1.1 MB | 241/423 kB | 0/6.5 MB | 24/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.5/1.1 MB | 241/423 kB | 0/6.5 MB | 24/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.5/1.1 MB | 241/423 kB | 0/6.5 MB | 40/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.5/1.1 MB | 257/423 kB | 0/6.5 MB | 40/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 257/423 kB | 0/6.5 MB | 40/307 kB | 3.2/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 257/423 kB | 0/6.5 MB | 40/307 kB | 3.2/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 257/423 kB | 0/6.5 MB | 40/307 kB | 3.2/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 257/423 kB | 0/6.5 MB | 40/307 kB | 20/126 kB 
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 257/423 kB | 0/6.5 MB | 57/307 kB | 20/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 274/423 kB | 0/6.5 MB | 57/307 kB | 20/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 274/423 kB | 0/6.5 MB | 57/307 kB | 20/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 274/423 kB | 0/6.5 MB | 57/307 kB | 36/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 274/423 kB | 0/6.5 MB | 73/307 kB | 36/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 274/423 kB | 0/6.5 MB | 73/307 kB | 52/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.5/1.1 MB | 274/423 kB | 0.1/6.5 MB | 73/307 kB | 52/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 274/423 kB | 0.1/6.5 MB | 73/307 kB | 52/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 274/423 kB | 0.1/6.5 MB | 90/307 kB | 52/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 290/423 kB | 0.1/6.5 MB | 90/307 kB | 52/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 290/423 kB | 0.1/6.5 MB | 90/307 kB | 69/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 290/423 kB | 0.1/6.5 MB | 90/307 kB | 69/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 290/423 kB | 0.1/6.5 MB | 106/307 kB | 69/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 290/423 kB | 0.1/6.5 MB | 106/307 kB | 85/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 290/423 kB | 0.1/6.5 MB | 106/307 kB | 85/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 290/423 kB | 0.1/6.5 MB | 106/307 kB | 85/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 290/423 kB | 0.1/6.5 MB | 106/307 kB | 101/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 306/423 kB | 0.1/6.5 MB | 106/307 kB | 101/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 306/423 kB | 0.1/6.5 MB | 122/307 kB | 101/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 306/423 kB | 0.1/6.5 MB | 122/307 kB | 101/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 306/423 kB | 0.1/6.5 MB | 122/307 kB | 118/126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 306/423 kB | 0.1/6.5 MB | 122/307 kB | 126 kB    
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 306/423 kB | 0.1/6.5 MB | 122/307 kB | 126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 306/423 kB | 0.1/6.5 MB | 139/307 kB | 126 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (5): 0.6/1.1 MB | 323/423 kB | 0.1/6.5 MB | 139/307 kB | 126 kB
11:14:53 [2026-09-21T09:14:53.902Z]                                                                         
11:14:53 [2026-09-21T09:14:53.902Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.10.1/asm-9.10.1.jar (126 kB at 344 kB/s)
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.6/1.1 MB | 323/423 kB | 0.1/6.5 MB | 139/307 kB
11:14:53 [2026-09-21T09:14:53.902Z]                                                                
11:14:53 [2026-09-21T09:14:53.902Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.1.0/doxia-core-2.1.0.jar
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.6/1.1 MB | 323/423 kB | 0.1/6.5 MB | 139/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.6/1.1 MB | 323/423 kB | 0.1/6.5 MB | 155/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 323/423 kB | 0.1/6.5 MB | 155/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 323/423 kB | 0.1/6.5 MB | 172/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 339/423 kB | 0.1/6.5 MB | 172/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 339/423 kB | 0.1/6.5 MB | 172/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 339/423 kB | 0.1/6.5 MB | 172/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 339/423 kB | 0.1/6.5 MB | 188/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 339/423 kB | 0.1/6.5 MB | 188/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 355/423 kB | 0.1/6.5 MB | 188/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 355/423 kB | 0.1/6.5 MB | 188/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 355/423 kB | 0.1/6.5 MB | 204/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 355/423 kB | 0.1/6.5 MB | 204/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 355/423 kB | 0.1/6.5 MB | 204/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 355/423 kB | 0.1/6.5 MB | 204/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 355/423 kB | 0.1/6.5 MB | 221/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 372/423 kB | 0.1/6.5 MB | 221/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.7/1.1 MB | 372/423 kB | 0.1/6.5 MB | 221/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 372/423 kB | 0.1/6.5 MB | 221/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 372/423 kB | 0.1/6.5 MB | 237/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 372/423 kB | 0.1/6.5 MB | 237/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 388/423 kB | 0.1/6.5 MB | 237/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 388/423 kB | 0.1/6.5 MB | 253/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 388/423 kB | 0.1/6.5 MB | 253/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 388/423 kB | 0.1/6.5 MB | 253/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 405/423 kB | 0.1/6.5 MB | 253/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 405/423 kB | 0.1/6.5 MB | 270/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 405/423 kB | 0.1/6.5 MB | 270/307 kB
11:14:53 [2026-09-21T09:14:53.902Z] Progress (4): 0.8/1.1 MB | 405/423 kB | 0.2/6.5 MB | 270/307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.8/1.1 MB | 405/423 kB | 0.2/6.5 MB | 270/307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.8/1.1 MB | 405/423 kB | 0.2/6.5 MB | 286/307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.8/1.1 MB | 421/423 kB | 0.2/6.5 MB | 286/307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.8/1.1 MB | 421/423 kB | 0.2/6.5 MB | 286/307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.8/1.1 MB | 423 kB | 0.2/6.5 MB | 286/307 kB    
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.8/1.1 MB | 423 kB | 0.2/6.5 MB | 286/307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.8/1.1 MB | 423 kB | 0.2/6.5 MB | 286/307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.8/1.1 MB | 423 kB | 0.2/6.5 MB | 302/307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.8/1.1 MB | 423 kB | 0.2/6.5 MB | 307 kB    
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.9/1.1 MB | 423 kB | 0.2/6.5 MB | 307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.9/1.1 MB | 423 kB | 0.2/6.5 MB | 307 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (4): 0.9/1.1 MB | 423 kB | 0.2/6.5 MB | 307 kB
11:14:53 [2026-09-21T09:14:53.903Z]                                                        
11:14:53 [2026-09-21T09:14:53.903Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.22.1/commons-codec-1.22.1.jar (423 kB at 1.1 MB/s)
11:14:53 [2026-09-21T09:14:53.903Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.22.0/commons-io-2.22.0.jar
11:14:53 [2026-09-21T09:14:53.903Z] Progress (3): 0.9/1.1 MB | 0.2/6.5 MB | 307 kB
11:14:53 [2026-09-21T09:14:53.903Z]                                               
11:14:53 [2026-09-21T09:14:53.903Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/1.1.0/org.eclipse.sisu.inject-1.1.0.jar (307 kB at 807 kB/s)
11:14:53 [2026-09-21T09:14:53.903Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.1.0/doxia-sink-api-2.1.0.jar
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/1.1 MB | 0.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/1.1 MB | 0.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/1.1 MB | 0.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/1.1 MB | 0.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/1.1 MB | 0.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/1.1 MB | 0.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/1.1 MB | 0.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/1.1 MB | 0.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/1.1 MB | 0.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1 MB | 0.4/6.5 MB    
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1 MB | 0.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1 MB | 0.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z]                                  
11:14:53 [2026-09-21T09:14:53.903Z] 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 2.9 MB/s)
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z]                         
11:14:53 [2026-09-21T09:14:53.903Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.2.0/plexus-i18n-1.2.0.jar
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (1): 0.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 8.2/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 8.2/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 25/183 kB 
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 25/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 25/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 41/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 41/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 41/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 57/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 57/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.6/6.5 MB | 74/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.7/6.5 MB | 74/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.7/6.5 MB | 74/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.7/6.5 MB | 90/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.7/6.5 MB | 90/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.7/6.5 MB | 106/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.7/6.5 MB | 106/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.7/6.5 MB | 106/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.7/6.5 MB | 123/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.7/6.5 MB | 123/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.8/6.5 MB | 123/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.8/6.5 MB | 139/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.8/6.5 MB | 139/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.8/6.5 MB | 156/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.8/6.5 MB | 156/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.8/6.5 MB | 172/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.8/6.5 MB | 172/183 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.8/6.5 MB | 183 kB    
11:14:53 [2026-09-21T09:14:53.903Z] Progress (3): 0.8/6.5 MB | 183 kB | 7.7/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (3): 0.8/6.5 MB | 183 kB | 16/609 kB 
11:14:53 [2026-09-21T09:14:53.903Z] Progress (3): 0.8/6.5 MB | 183 kB | 16/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (3): 0.8/6.5 MB | 183 kB | 32/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (3): 0.8/6.5 MB | 183 kB | 32/609 kB
11:14:53 [2026-09-21T09:14:53.903Z]                                              
11:14:53 [2026-09-21T09:14:53.903Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.1.0/doxia-core-2.1.0.jar (183 kB at 455 kB/s)
11:14:53 [2026-09-21T09:14:53.903Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.6.0/plexus-interactivity-api-1.6.0.jar
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.8/6.5 MB | 48/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 48/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 65/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 65/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 81/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 81/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 97/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 97/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 114/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 130/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 130/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 147/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 147/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 0.9/6.5 MB | 163/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 163/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 179/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 179/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 196/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 196/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 212/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 212/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 217/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 217/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 233/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 250/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 250/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 266/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 266/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.0/6.5 MB | 282/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/6.5 MB | 282/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/6.5 MB | 299/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/6.5 MB | 299/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/6.5 MB | 315/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/6.5 MB | 315/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/6.5 MB | 331/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/6.5 MB | 331/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/6.5 MB | 348/609 kB
11:14:53 [2026-09-21T09:14:53.903Z] Progress (2): 1.1/6.5 MB | 348/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.1/6.5 MB | 364/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.1/6.5 MB | 364/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.1/6.5 MB | 381/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.2/6.5 MB | 381/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.2/6.5 MB | 397/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.2/6.5 MB | 397/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.2/6.5 MB | 413/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.2/6.5 MB | 413/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.2/6.5 MB | 430/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.2/6.5 MB | 430/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.2/6.5 MB | 430/609 kB | 7.3/12 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.2/6.5 MB | 446/609 kB | 7.3/12 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.2/6.5 MB | 446/609 kB | 7.3/12 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.2/6.5 MB | 446/609 kB | 12 kB    
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.2/6.5 MB | 463/609 kB | 12 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.2/6.5 MB | 463/609 kB | 12 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.2/6.5 MB | 479/609 kB | 12 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.2/6.5 MB | 479/609 kB | 12 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.2/6.5 MB | 495/609 kB | 12 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 1.3/6.5 MB | 495/609 kB | 12 kB
11:14:53 [2026-09-21T09:14:53.904Z]                                              
11:14:53 [2026-09-21T09:14:53.904Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.1.0/doxia-sink-api-2.1.0.jar (12 kB at 28 kB/s)
11:14:53 [2026-09-21T09:14:53.904Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.2.2/woodstox-core-7.2.2.jar
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 512/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 512/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 528/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 528/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 544/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 544/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 561/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 561/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 577/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 577/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.3/6.5 MB | 594/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.4/6.5 MB | 594/609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.4/6.5 MB | 609 kB    
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.4/6.5 MB | 609 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.4/6.5 MB | 609 kB
11:14:53 [2026-09-21T09:14:53.904Z]                                  
11:14:53 [2026-09-21T09:14:53.904Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.22.0/commons-io-2.22.0.jar (609 kB at 1.4 MB/s)
11:14:53 [2026-09-21T09:14:53.904Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.3.0/stax2-api-4.3.0.jar
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.6/6.5 MB | 7.7/10 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.6/6.5 MB | 7.7/10 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.6/6.5 MB | 10 kB    
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.7/6.5 MB | 10 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.7/6.5 MB | 10 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.7/6.5 MB | 10 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.7/6.5 MB | 10 kB
11:14:53 [2026-09-21T09:14:53.904Z]                                 
11:14:53 [2026-09-21T09:14:53.904Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.6.0/plexus-interactivity-api-1.6.0.jar (10 kB at 24 kB/s)
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.7/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z]                         
11:14:53 [2026-09-21T09:14:53.904Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.7/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.8/6.5 MB | 8.2/10 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.8/6.5 MB | 10 kB    
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.8/6.5 MB | 10 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 1.9/6.5 MB | 10 kB
11:14:53 [2026-09-21T09:14:53.904Z]                                 
11:14:53 [2026-09-21T09:14:53.904Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.2.0/plexus-i18n-1.2.0.jar (10 kB at 24 kB/s)
11:14:53 [2026-09-21T09:14:53.904Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.1.0/plexus-utils-4.1.0.jar
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.9/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.9/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.9/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.9/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 1.9/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.0/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.0/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.0/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.0/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.0/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.0/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.1/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.1/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.1/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.1/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.1/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.1/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.1/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.2/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.3/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.4/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.5/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.6/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.7/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.7/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.7/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.7/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.7/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.7/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.8/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.9/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (1): 2.9/6.5 MB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 2.9/6.5 MB | 7.7/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 2.9/6.5 MB | 7.7/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 2.9/6.5 MB | 16/714 kB 
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 2.9/6.5 MB | 16/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 2.9/6.5 MB | 16/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 2.9/6.5 MB | 24/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 2.9/6.5 MB | 24/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 3.0/6.5 MB | 24/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 3.0/6.5 MB | 24/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 3.0/6.5 MB | 40/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 3.0/6.5 MB | 40/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 3.0/6.5 MB | 40/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 3.0/6.5 MB | 40/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (2): 3.0/6.5 MB | 57/714 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 3.0/6.5 MB | 57/714 kB | 7.7/194 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 3.0/6.5 MB | 57/714 kB | 16/194 kB 
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 3.0/6.5 MB | 57/714 kB | 16/194 kB
11:14:53 [2026-09-21T09:14:53.904Z] Progress (3): 3.0/6.5 MB | 57/714 kB | 32/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.0/6.5 MB | 57/714 kB | 49/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 57/714 kB | 49/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 73/714 kB | 49/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 73/714 kB | 49/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 73/714 kB | 65/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 73/714 kB | 81/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 73/714 kB | 81/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 90/714 kB | 81/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 90/714 kB | 98/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 90/714 kB | 98/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 90/714 kB | 114/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 90/714 kB | 114/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 90/714 kB | 123/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 106/714 kB | 123/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 106/714 kB | 139/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.1/6.5 MB | 106/714 kB | 139/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 106/714 kB | 139/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 106/714 kB | 139/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 106/714 kB | 139/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 122/714 kB | 139/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 122/714 kB | 156/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 122/714 kB | 156/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 122/714 kB | 156/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 122/714 kB | 156/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 122/714 kB | 156/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.2/6.5 MB | 139/714 kB | 156/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 139/714 kB | 156/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 139/714 kB | 172/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 139/714 kB | 172/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 139/714 kB | 188/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 155/714 kB | 188/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 155/714 kB | 188/194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 155/714 kB | 194 kB    
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 155/714 kB | 194 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.3/6.5 MB | 155/714 kB | 194 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.3/6.5 MB | 155/714 kB | 194 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.3/6.5 MB | 155/714 kB | 194 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.3/6.5 MB | 155/714 kB | 194 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z]                                                          
11:14:53 [2026-09-21T09:14:53.905Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.3.0/stax2-api-4.3.0.jar (194 kB at 418 kB/s)
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 172/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 172/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.3/6.5 MB | 172/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.4/6.5 MB | 172/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.4/6.5 MB | 172/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.4/6.5 MB | 172/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.4/6.5 MB | 172/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.4/6.5 MB | 188/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.4/6.5 MB | 188/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.4/6.5 MB | 188/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.4/6.5 MB | 188/714 kB | 0/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.4/6.5 MB | 188/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.5/6.5 MB | 188/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.5/6.5 MB | 204/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.5/6.5 MB | 204/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.5/6.5 MB | 204/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.5/6.5 MB | 204/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.5/6.5 MB | 204/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.5/6.5 MB | 204/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.5/6.5 MB | 221/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.5/6.5 MB | 221/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.6/6.5 MB | 221/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.6/6.5 MB | 221/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.6/6.5 MB | 221/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.6/6.5 MB | 237/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.6/6.5 MB | 237/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.6/6.5 MB | 237/714 kB | 0.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 237/714 kB | 0.1/1.6 MB | 7.7/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 237/714 kB | 0.1/1.6 MB | 11/193 kB 
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 237/714 kB | 0.1/1.6 MB | 11/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 253/714 kB | 0.1/1.6 MB | 11/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 253/714 kB | 0.1/1.6 MB | 28/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 253/714 kB | 0.1/1.6 MB | 28/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 253/714 kB | 0.1/1.6 MB | 44/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 253/714 kB | 0.1/1.6 MB | 44/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 253/714 kB | 0.1/1.6 MB | 61/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.6/6.5 MB | 270/714 kB | 0.1/1.6 MB | 61/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 270/714 kB | 0.1/1.6 MB | 61/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 270/714 kB | 0.1/1.6 MB | 77/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 270/714 kB | 0.1/1.6 MB | 77/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 270/714 kB | 0.1/1.6 MB | 77/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 270/714 kB | 0.1/1.6 MB | 93/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 270/714 kB | 0.1/1.6 MB | 97/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 270/714 kB | 0.1/1.6 MB | 97/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 286/714 kB | 0.1/1.6 MB | 97/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 286/714 kB | 0.1/1.6 MB | 97/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 286/714 kB | 0.1/1.6 MB | 113/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 286/714 kB | 0.1/1.6 MB | 126/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 286/714 kB | 0.1/1.6 MB | 126/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 286/714 kB | 0.1/1.6 MB | 142/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 286/714 kB | 0.2/1.6 MB | 142/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 303/714 kB | 0.2/1.6 MB | 142/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 303/714 kB | 0.2/1.6 MB | 142/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 303/714 kB | 0.2/1.6 MB | 159/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 303/714 kB | 0.2/1.6 MB | 159/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 303/714 kB | 0.2/1.6 MB | 159/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 303/714 kB | 0.2/1.6 MB | 175/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.7/6.5 MB | 319/714 kB | 0.2/1.6 MB | 175/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.8/6.5 MB | 319/714 kB | 0.2/1.6 MB | 175/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.8/6.5 MB | 319/714 kB | 0.2/1.6 MB | 192/193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.8/6.5 MB | 319/714 kB | 0.2/1.6 MB | 193 kB    
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.8/6.5 MB | 319/714 kB | 0.2/1.6 MB | 193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.8/6.5 MB | 327/714 kB | 0.2/1.6 MB | 193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.8/6.5 MB | 327/714 kB | 0.2/1.6 MB | 193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.8/6.5 MB | 327/714 kB | 0.2/1.6 MB | 193 kB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (4): 3.8/6.5 MB | 327/714 kB | 0.2/1.6 MB | 193 kB
11:14:53 [2026-09-21T09:14:53.905Z]                                                            
11:14:53 [2026-09-21T09:14:53.905Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.1.0/plexus-utils-4.1.0.jar (193 kB at 406 kB/s)
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.8/6.5 MB | 343/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.8/6.5 MB | 343/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.8/6.5 MB | 343/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.8/6.5 MB | 343/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.9/6.5 MB | 343/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.9/6.5 MB | 359/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.9/6.5 MB | 359/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.9/6.5 MB | 359/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.9/6.5 MB | 359/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.905Z] Progress (3): 3.9/6.5 MB | 359/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 3.9/6.5 MB | 376/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 3.9/6.5 MB | 376/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 3.9/6.5 MB | 376/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 3.9/6.5 MB | 376/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 3.9/6.5 MB | 376/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 3.9/6.5 MB | 392/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.0/6.5 MB | 392/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.0/6.5 MB | 392/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.0/6.5 MB | 392/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.0/6.5 MB | 408/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.0/6.5 MB | 408/714 kB | 0.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.0/6.5 MB | 408/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.0/6.5 MB | 408/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.0/6.5 MB | 408/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 408/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 425/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 425/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 425/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 425/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 425/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 441/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 441/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 441/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.1/6.5 MB | 441/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 441/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 441/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 458/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 458/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 458/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 458/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 458/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 474/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 474/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.2/6.5 MB | 474/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 474/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 490/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 490/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 490/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 490/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 507/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 507/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 507/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 507/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 507/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.3/6.5 MB | 523/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.4/6.5 MB | 523/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.4/6.5 MB | 523/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.4/6.5 MB | 523/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.4/6.5 MB | 540/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.4/6.5 MB | 540/714 kB | 0.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.4/6.5 MB | 540/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.4/6.5 MB | 540/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.4/6.5 MB | 556/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.4/6.5 MB | 556/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 556/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 556/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 572/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 572/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 572/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 572/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 572/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 589/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 589/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.5/6.5 MB | 589/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 589/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 605/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 605/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 605/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 605/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 621/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 621/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 621/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 621/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 638/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.6/6.5 MB | 638/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 638/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 638/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 638/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 654/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 654/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 654/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 671/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 671/714 kB | 0.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 671/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.7/6.5 MB | 671/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 671/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 671/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 687/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 687/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 687/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 687/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 703/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 703/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 703/714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 714 kB | 0.5/1.6 MB    
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.8/6.5 MB | 714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.9/6.5 MB | 714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.9/6.5 MB | 714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.9/6.5 MB | 714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.9/6.5 MB | 714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (3): 4.9/6.5 MB | 714 kB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z]                                               
11:14:53 [2026-09-21T09:14:53.906Z] 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.4 MB/s)
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 4.9/6.5 MB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 4.9/6.5 MB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 4.9/6.5 MB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.0/6.5 MB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.0/6.5 MB | 0.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.0/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.0/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.0/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.0/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.0/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.0/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.1/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.1/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.1/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.1/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.1/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.1/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.1/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.1/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.2/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.2/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.2/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.2/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.2/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.2/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.2/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.906Z] Progress (2): 5.2/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.2/6.5 MB | 0.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.2/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.3/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.3/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.3/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.3/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.3/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.3/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.3/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.3/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.4/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.4/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.4/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.4/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.4/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.4/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.4/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.4/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.4/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.5/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.5/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.5/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.5/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.5/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.5/6.5 MB | 0.7/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.5/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.5/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.6/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.6/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.6/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.6/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.6/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.6/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.6/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.6/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.6/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.8/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.7/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.8/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.8/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.8/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.8/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.8/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.8/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.8/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.8/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.8/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 0.9/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 5.9/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.0/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.1/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.1/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.1/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.1/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.1/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.1/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.1/6.5 MB | 1.0/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.1/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.1/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.2/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.3/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.3/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.3/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.3/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.3/6.5 MB | 1.1/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.3/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.3/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.3/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.3/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.4/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.4/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.4/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.4/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.4/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.4/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.4/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.4/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.4/6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.5 MB | 1.2/1.6 MB    
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.5 MB | 1.2/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (2): 6.5 MB | 1.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z]                                  
11:14:53 [2026-09-21T09:14:53.907Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-15/zstd-jni-1.5.7-15.jar (6.5 MB at 12 MB/s)
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.3/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.4/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.5/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.6/1.6 MB
11:14:53 [2026-09-21T09:14:53.907Z] Progress (1): 1.6 MB    
11:14:53 [2026-09-21T09:14:53.907Z]                     
11:14:53 [2026-09-21T09:14:53.907Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.2.2/woodstox-core-7.2.2.jar (1.6 MB at 3.0 MB/s)
11:14:54 [2026-09-21T09:14:54.459Z] [INFO] Searching for local aggregator root...
11:14:54 [2026-09-21T09:14:54.459Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies
11:14:54 [2026-09-21T09:14:54.459Z] [INFO] Processing change of org.silverpeas:silverpeas-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260921
11:14:54 [2026-09-21T09:14:54.459Z] [INFO] Processing org.silverpeas:silverpeas-dependencies-bom
11:14:54 [2026-09-21T09:14:54.459Z] [INFO]     Updating project org.silverpeas:silverpeas-dependencies-bom
11:14:54 [2026-09-21T09:14:54.459Z] [INFO]         from version 2.0-SNAPSHOT to 2.0-build260921
11:14:54 [2026-09-21T09:14:54.709Z] [INFO] 
11:14:54 [2026-09-21T09:14:54.709Z] [INFO] ------------------------------------------------------------------------
11:14:54 [2026-09-21T09:14:54.709Z] [INFO] BUILD SUCCESS
11:14:54 [2026-09-21T09:14:54.709Z] [INFO] ------------------------------------------------------------------------
11:14:54 [2026-09-21T09:14:54.709Z] [INFO] Total time:  9.452 s
11:14:54 [2026-09-21T09:14:54.709Z] [INFO] Finished at: 2026-09-21T11:14:54+02:00
11:14:54 [2026-09-21T09:14:54.709Z] [INFO] ------------------------------------------------------------------------
11:14:54 [2026-09-21T09:14:54.709Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true
11:14:56 [2026-09-21T09:14:56.572Z] [INFO] Scanning for projects...
11:14:56 [2026-09-21T09:14:56.572Z] [INFO] 
11:14:56 [2026-09-21T09:14:56.572Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >-------------
11:14:56 [2026-09-21T09:14:56.572Z] [INFO] Building Silverpeas Dependencies BOM 2.0-build260921
11:14:56 [2026-09-21T09:14:56.572Z] [INFO]   from pom.xml
11:14:56 [2026-09-21T09:14:56.572Z] [INFO] --------------------------------[ pom ]---------------------------------
11:14:56 [2026-09-21T09:14:56.572Z] [INFO] 
11:14:56 [2026-09-21T09:14:56.572Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-dependencies-bom ---
11:14:56 [2026-09-21T09:14:56.572Z] 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
11:14:57 [2026-09-21T09:14:57.123Z] Progress (1): 790 B
11:14:57 [2026-09-21T09:14:57.123Z] Progress (1): 1.8 kB
11:14:57 [2026-09-21T09:14:57.123Z] Progress (1): 3.7 kB
11:14:57 [2026-09-21T09:14:57.123Z] Progress (1): 5.8 kB
11:14:57 [2026-09-21T09:14:57.123Z]                     
11:14:57 [2026-09-21T09:14:57.123Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 15 kB/s)
11:14:57 [2026-09-21T09:14:57.123Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
11:14:57 [2026-09-21T09:14:57.123Z] Progress (1): 781 B
11:14:57 [2026-09-21T09:14:57.123Z] Progress (1): 1.8 kB
11:14:57 [2026-09-21T09:14:57.123Z] Progress (1): 3.7 kB
11:14:57 [2026-09-21T09:14:57.123Z] Progress (1): 5.1 kB
11:14:57 [2026-09-21T09:14:57.123Z]                     
11:14:57 [2026-09-21T09:14:57.124Z] 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 212 kB/s)
11:14:57 [2026-09-21T09:14:57.124Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 782 B
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 1.7 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 4.5 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 7.0 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 8.3 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 10 kB 
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 13 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 14 kB
11:14:57 [2026-09-21T09:14:57.124Z]                    
11:14:57 [2026-09-21T09:14:57.124Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 419 kB/s)
11:14:57 [2026-09-21T09:14:57.124Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 707 B
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 1.6 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 2.7 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 4.2 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 5.0 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 6.5 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 9.2 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 11 kB 
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 14 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 18 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 20 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 23 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 26 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 27 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 30 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 32 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 34 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 38 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 40 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 43 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 47 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 52 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 54 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 57 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 59 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 61 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 63 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 65 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 66 kB
11:14:57 [2026-09-21T09:14:57.124Z] Progress (1): 68 kB
11:14:57 [2026-09-21T09:14:57.124Z]                    
11:14:57 [2026-09-21T09:14:57.124Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.4 MB/s)
11:14:57 [2026-09-21T09:14:57.124Z] [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)]
11:14:57 [2026-09-21T09:14:57.124Z] [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)]
11:14:57 [2026-09-21T09:14:57.124Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
11:14:57 [2026-09-21T09:14:57.124Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (0 B at 0 B/s)
11:14:57 [2026-09-21T09:14:57.375Z] 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
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 0.9/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 2.3/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 3.6/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 5.0/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 6.4/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 7.7/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 9.1/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 10/153 kB 
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 12/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 13/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 15/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 16/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 17/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 19/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 20/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 21/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 23/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 24/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 28/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 33/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 37/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 41/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 45/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 50/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 54/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 58/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 62/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 66/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 71/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 75/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 79/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 83/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 88/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 92/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 96/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 100/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 105/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 109/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 113/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 117/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 121/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 126/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 130/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 131/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 135/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 139/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 143/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 147/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 152/153 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 153 kB    
11:14:57 [2026-09-21T09:14:57.375Z]                     
11:14:57 [2026-09-21T09:14:57.375Z] 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.5 MB/s)
11:14:57 [2026-09-21T09:14:57.375Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 3.8/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 8.0/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 12/215 kB 
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 16/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 21/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 24/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 28/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 33/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 49/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 65/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 82/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 98/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 98/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 115/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 131/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 147/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 164/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 180/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 197/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 213/215 kB
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 215 kB    
11:14:57 [2026-09-21T09:14:57.375Z]                     
11:14:57 [2026-09-21T09:14:57.375Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 5.2 MB/s)
11:14:57 [2026-09-21T09:14:57.375Z] [INFO] 
11:14:57 [2026-09-21T09:14:57.375Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-dependencies-bom ---
11:14:57 [2026-09-21T09:14:57.375Z] 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
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 838 B
11:14:57 [2026-09-21T09:14:57.375Z] Progress (1): 2.2 kB
11:14:57 [2026-09-21T09:14:57.375Z]                     
11:14:57 [2026-09-21T09:14:57.375Z] 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 83 kB/s)
11:14:57 [2026-09-21T09:14:57.375Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 756 B
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 2.3 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 4.0 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 9.2 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 12 kB 
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 16 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 19 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 22 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 23 kB
11:14:57 [2026-09-21T09:14:57.626Z]                    
11:14:57 [2026-09-21T09:14:57.626Z] 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 870 kB/s)
11:14:57 [2026-09-21T09:14:57.626Z] 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
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 834 B
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 2.2 kB
11:14:57 [2026-09-21T09:14:57.626Z]                     
11:14:57 [2026-09-21T09:14:57.626Z] 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 79 kB/s)
11:14:57 [2026-09-21T09:14:57.626Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 765 B
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 2.2 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 4.3 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 7.8 kB
11:14:57 [2026-09-21T09:14:57.626Z]                     
11:14:57 [2026-09-21T09:14:57.626Z] 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 280 kB/s)
11:14:57 [2026-09-21T09:14:57.626Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 691 B
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 2.5 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 6.4 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 8.9 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 11 kB 
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 14 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 19 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 21 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 25 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 28 kB
11:14:57 [2026-09-21T09:14:57.626Z]                    
11:14:57 [2026-09-21T09:14:57.626Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 1.0 MB/s)
11:14:57 [2026-09-21T09:14:57.626Z] 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
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 7.7/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 16/196 kB 
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 24/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 40/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 57/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 73/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 90/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 106/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 122/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 139/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 155/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 159/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 175/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 192/196 kB
11:14:57 [2026-09-21T09:14:57.626Z] Progress (1): 196 kB    
11:14:57 [2026-09-21T09:14:57.626Z]                     
11:14:57 [2026-09-21T09:14:57.626Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar (196 kB at 4.6 MB/s)
11:14:57 [2026-09-21T09:14:57.626Z] 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
11:14:57 [2026-09-21T09:14:57.626Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 7.7/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 16/157 kB 
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 24/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 40/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 57/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 73/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 82/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 98/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 115/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 131/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 147/157 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 157 kB    
11:14:57 [2026-09-21T09:14:57.877Z]                     
11:14:57 [2026-09-21T09:14:57.877Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar (157 kB at 3.7 MB/s)
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 0.9/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 2.3/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 3.6/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 5.0/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 6.4/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 7.7/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 9.1/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 10/193 kB 
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 12/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 13/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 15/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 16/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 17/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 19/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 20/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 21/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 23/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 24/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 25/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 27/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 28/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 30/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 31/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 32/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 34/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 35/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 36/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 38/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 39/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 41/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 42/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 43/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 45/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 46/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 47/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 49/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 50/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 51/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 53/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 54/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 56/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 60/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 64/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 68/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 73/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 77/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 81/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 85/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 89/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 94/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 98/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 102/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 106/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 111/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 115/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 119/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 122/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 127/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 131/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 135/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 139/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 144/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 148/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 152/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 156/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 160/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 165/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 169/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 173/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 177/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 182/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 186/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 190/193 kB
11:14:57 [2026-09-21T09:14:57.877Z] Progress (1): 193 kB    
11:14:57 [2026-09-21T09:14:57.877Z]                     
11:14:57 [2026-09-21T09:14:57.877Z] 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.5 MB/s)
11:14:57 [2026-09-21T09:14:57.877Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-dependencies-bom/2.0-build260921/silverpeas-dependencies-bom-2.0-build260921.pom
11:14:57 [2026-09-21T09:14:57.877Z] [INFO] 
11:14:57 [2026-09-21T09:14:57.877Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-dependencies-bom ---
11:14:57 [2026-09-21T09:14:57.877Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds
11:14:57 [2026-09-21T09:14:57.877Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead.
11:14:57 [2026-09-21T09:14:57.877Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/2.0-build260921/silverpeas-dependencies-bom-2.0-build260921.pom
11:14:58 [2026-09-21T09:14:58.128Z] Progress (1): 33/48 kB
11:14:58 [2026-09-21T09:14:58.379Z] Progress (1): 48 kB   
11:14:58 [2026-09-21T09:14:58.379Z]                    
11:14:58 [2026-09-21T09:14:58.379Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/2.0-build260921/silverpeas-dependencies-bom-2.0-build260921.pom (48 kB at 143 kB/s)
11:14:58 [2026-09-21T09:14:58.379Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml
11:14:58 [2026-09-21T09:14:58.379Z] Progress (1): 1.0 kB
11:14:58 [2026-09-21T09:14:58.379Z]                     
11:14:58 [2026-09-21T09:14:58.379Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (1.0 kB at 18 kB/s)
11:14:58 [2026-09-21T09:14:58.379Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml
11:14:58 [2026-09-21T09:14:58.379Z] Progress (1): 1.1 kB
11:14:58 [2026-09-21T09:14:58.379Z]                     
11:14:58 [2026-09-21T09:14:58.379Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (1.1 kB at 9.1 kB/s)
11:14:58 [2026-09-21T09:14:58.379Z] [INFO] ------------------------------------------------------------------------
11:14:58 [2026-09-21T09:14:58.379Z] [INFO] BUILD SUCCESS
11:14:58 [2026-09-21T09:14:58.379Z] [INFO] ------------------------------------------------------------------------
11:14:58 [2026-09-21T09:14:58.379Z] [INFO] Total time:  2.288 s
11:14:58 [2026-09-21T09:14:58.379Z] [INFO] Finished at: 2026-09-21T11:14:58+02:00
11:14:58 [2026-09-21T09:14:58.379Z] [INFO] ------------------------------------------------------------------------
11:14:58 [2026-09-21T09:14:58.380Z] [Pipeline] }
11:14:58 [2026-09-21T09:14:58.389Z] [Pipeline] // dir
11:14:58 [2026-09-21T09:14:58.400Z] [Pipeline] }
11:14:58 [2026-09-21T09:14:58.409Z] [Pipeline] // stage
11:14:58 [2026-09-21T09:14:58.421Z] [Pipeline] stage
11:14:58 [2026-09-21T09:14:58.422Z] [Pipeline] { (Build and Publish test dependencies definition)
11:14:58 [2026-09-21T09:14:58.449Z] [Pipeline] dir
11:14:58 [2026-09-21T09:14:58.449Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies
11:14:58 [2026-09-21T09:14:58.450Z] [Pipeline] {
11:14:58 [2026-09-21T09:14:58.464Z] [Pipeline] git
11:14:58 [2026-09-21T09:14:58.473Z] Selected Git installation does not exist. Using Default
11:14:58 [2026-09-21T09:14:58.473Z] The recommended git tool is: NONE
11:14:58 [2026-09-21T09:14:58.474Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
11:14:58 [2026-09-21T09:14:58.485Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@103e9529; decorates hudson.Launcher$LocalLauncher@627050ad will be ignored (a typical symptom is the Git executable not being run inside a designated container)
11:14:58 [2026-09-21T09:14:58.486Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies/.git # timeout=10
11:14:58 [2026-09-21T09:14:58.492Z] Fetching changes from the remote Git repository
11:14:58 [2026-09-21T09:14:58.496Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-test-dependencies-bom # timeout=10
11:14:58 [2026-09-21T09:14:58.502Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-test-dependencies-bom
11:14:58 [2026-09-21T09:14:58.502Z]  > /usr/bin/git --version # timeout=10
11:14:58 [2026-09-21T09:14:58.508Z]  > git --version # 'git version 2.43.0'
11:14:58 [2026-09-21T09:14:58.508Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
11:14:58 [2026-09-21T09:14:58.514Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-test-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10
11:14:59 [2026-09-21T09:14:59.036Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
11:14:59 [2026-09-21T09:14:59.044Z] Checking out Revision a099b59d24d9b52a26274503c77c74076a7475f2 (refs/remotes/origin/master)
11:14:59 [2026-09-21T09:14:59.044Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
11:14:59 [2026-09-21T09:14:59.049Z]  > /usr/bin/git checkout -f a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10
11:14:59 [2026-09-21T09:14:59.061Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
11:14:59 [2026-09-21T09:14:59.068Z]  > /usr/bin/git branch -D master # timeout=10
11:14:59 [2026-09-21T09:14:59.076Z]  > /usr/bin/git checkout -b master a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10
11:14:59 [2026-09-21T09:14:59.086Z] Commit message: "Drop junit-platform-runner and align the JUnit Platform on the junit-bom"
11:14:59 [2026-09-21T09:14:59.086Z]  > /usr/bin/git rev-list --no-walk a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10
11:14:59 [2026-09-21T09:14:59.108Z] [Pipeline] sh
11:14:59 [2026-09-21T09:14:59.364Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260921
11:15:01 [2026-09-21T09:15:01.227Z] [INFO] Scanning for projects...
11:15:01 [2026-09-21T09:15:01.227Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
11:15:01 [2026-09-21T09:15:01.227Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
11:15:01 [2026-09-21T09:15:01.778Z] Progress (1): 3.7 kB
11:15:01 [2026-09-21T09:15:01.778Z] Progress (1): 7.4 kB
11:15:01 [2026-09-21T09:15:01.778Z] Progress (2): 7.4 kB | 3.1 kB
11:15:01 [2026-09-21T09:15:01.778Z] Progress (2): 13 kB | 3.1 kB 
11:15:01 [2026-09-21T09:15:01.778Z] Progress (2): 19 kB | 3.1 kB
11:15:01 [2026-09-21T09:15:01.778Z] Progress (2): 20 kB | 3.1 kB
11:15:01 [2026-09-21T09:15:01.778Z] Progress (2): 20 kB | 8.4 kB
11:15:01 [2026-09-21T09:15:01.778Z] Progress (2): 20 kB | 10 kB 
11:15:01 [2026-09-21T09:15:01.778Z]                            
11:15:01 [2026-09-21T09:15:01.778Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 45 kB/s)
11:15:01 [2026-09-21T09:15:01.778Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (10 kB at 23 kB/s)
11:15:01 [2026-09-21T09:15:01.778Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
11:15:01 [2026-09-21T09:15:01.778Z] Progress (1): 1.5 kB
11:15:01 [2026-09-21T09:15:01.778Z]                     
11:15:01 [2026-09-21T09:15:01.778Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 36 kB/s)
11:15:02 [2026-09-21T09:15:02.029Z] [INFO] 
11:15:02 [2026-09-21T09:15:02.029Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >-----------
11:15:02 [2026-09-21T09:15:02.029Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-SNAPSHOT
11:15:02 [2026-09-21T09:15:02.029Z] [INFO]   from pom.xml
11:15:02 [2026-09-21T09:15:02.029Z] [INFO] --------------------------------[ pom ]---------------------------------
11:15:02 [2026-09-21T09:15:02.029Z] [INFO] 
11:15:02 [2026-09-21T09:15:02.029Z] [INFO] --- versions:2.22.0:set (default-cli) @ silverpeas-test-dependencies-bom ---
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] Searching for local aggregator root...
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] Processing change of org.silverpeas:silverpeas-test-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260921
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] Processing org.silverpeas:silverpeas-test-dependencies-bom
11:15:02 [2026-09-21T09:15:02.940Z] [INFO]     Updating project org.silverpeas:silverpeas-test-dependencies-bom
11:15:02 [2026-09-21T09:15:02.940Z] [INFO]         from version 2.0-SNAPSHOT to 2.0-build260921
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] 
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] ------------------------------------------------------------------------
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] BUILD SUCCESS
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] ------------------------------------------------------------------------
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] Total time:  2.068 s
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] Finished at: 2026-09-21T11:15:02+02:00
11:15:02 [2026-09-21T09:15:02.940Z] [INFO] ------------------------------------------------------------------------
11:15:02 [2026-09-21T09:15:02.940Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true
11:15:04 [2026-09-21T09:15:04.801Z] [INFO] Scanning for projects...
11:15:04 [2026-09-21T09:15:04.801Z] [INFO] 
11:15:04 [2026-09-21T09:15:04.801Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >-----------
11:15:04 [2026-09-21T09:15:04.801Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-build260921
11:15:04 [2026-09-21T09:15:04.801Z] [INFO]   from pom.xml
11:15:04 [2026-09-21T09:15:04.801Z] [INFO] --------------------------------[ pom ]---------------------------------
11:15:04 [2026-09-21T09:15:04.801Z] [INFO] 
11:15:04 [2026-09-21T09:15:04.801Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-test-dependencies-bom ---
11:15:04 [2026-09-21T09:15:04.801Z] [INFO] 
11:15:04 [2026-09-21T09:15:04.801Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-test-dependencies-bom ---
11:15:05 [2026-09-21T09:15:05.052Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260921/silverpeas-test-dependencies-bom-2.0-build260921.pom
11:15:05 [2026-09-21T09:15:05.052Z] [INFO] 
11:15:05 [2026-09-21T09:15:05.052Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-test-dependencies-bom ---
11:15:05 [2026-09-21T09:15:05.052Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds
11:15:05 [2026-09-21T09:15:05.052Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead.
11:15:05 [2026-09-21T09:15:05.303Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260921/silverpeas-test-dependencies-bom-2.0-build260921.pom
11:15:05 [2026-09-21T09:15:05.804Z] Progress (1): 12 kB
11:15:05 [2026-09-21T09:15:05.804Z]                    
11:15:05 [2026-09-21T09:15:05.804Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260921/silverpeas-test-dependencies-bom-2.0-build260921.pom (12 kB at 24 kB/s)
11:15:05 [2026-09-21T09:15:05.804Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml
11:15:05 [2026-09-21T09:15:05.804Z] Progress (1): 1.0 kB
11:15:05 [2026-09-21T09:15:05.804Z]                     
11:15:05 [2026-09-21T09:15:05.804Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (1.0 kB at 14 kB/s)
11:15:05 [2026-09-21T09:15:05.804Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml
11:15:06 [2026-09-21T09:15:06.055Z] Progress (1): 1.1 kB
11:15:06 [2026-09-21T09:15:06.055Z]                     
11:15:06 [2026-09-21T09:15:06.055Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (1.1 kB at 8.6 kB/s)
11:15:06 [2026-09-21T09:15:06.055Z] [INFO] ------------------------------------------------------------------------
11:15:06 [2026-09-21T09:15:06.055Z] [INFO] BUILD SUCCESS
11:15:06 [2026-09-21T09:15:06.055Z] [INFO] ------------------------------------------------------------------------
11:15:06 [2026-09-21T09:15:06.055Z] [INFO] Total time:  1.473 s
11:15:06 [2026-09-21T09:15:06.055Z] [INFO] Finished at: 2026-09-21T11:15:05+02:00
11:15:06 [2026-09-21T09:15:06.055Z] [INFO] ------------------------------------------------------------------------
11:15:06 [2026-09-21T09:15:06.056Z] [Pipeline] }
11:15:06 [2026-09-21T09:15:06.061Z] [Pipeline] // dir
11:15:06 [2026-09-21T09:15:06.069Z] [Pipeline] }
11:15:06 [2026-09-21T09:15:06.078Z] [Pipeline] // stage
11:15:06 [2026-09-21T09:15:06.088Z] [Pipeline] stage
11:15:06 [2026-09-21T09:15:06.089Z] [Pipeline] { (Build and publish project definition)
11:15:06 [2026-09-21T09:15:06.109Z] [Pipeline] dir
11:15:06 [2026-09-21T09:15:06.109Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project
11:15:06 [2026-09-21T09:15:06.110Z] [Pipeline] {
11:15:06 [2026-09-21T09:15:06.119Z] [Pipeline] git
11:15:06 [2026-09-21T09:15:06.131Z] Selected Git installation does not exist. Using Default
11:15:06 [2026-09-21T09:15:06.132Z] The recommended git tool is: NONE
11:15:06 [2026-09-21T09:15:06.132Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
11:15:06 [2026-09-21T09:15:06.144Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@78d1d9cf; decorates hudson.Launcher$LocalLauncher@540ec5ad will be ignored (a typical symptom is the Git executable not being run inside a designated container)
11:15:06 [2026-09-21T09:15:06.145Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project/.git # timeout=10
11:15:06 [2026-09-21T09:15:06.152Z] Fetching changes from the remote Git repository
11:15:06 [2026-09-21T09:15:06.154Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Project # timeout=10
11:15:06 [2026-09-21T09:15:06.160Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Project
11:15:06 [2026-09-21T09:15:06.160Z]  > /usr/bin/git --version # timeout=10
11:15:06 [2026-09-21T09:15:06.165Z]  > git --version # 'git version 2.43.0'
11:15:06 [2026-09-21T09:15:06.165Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
11:15:06 [2026-09-21T09:15:06.170Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Project +refs/heads/*:refs/remotes/origin/* # timeout=10
11:15:06 [2026-09-21T09:15:06.823Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
11:15:06 [2026-09-21T09:15:06.829Z] Checking out Revision f8941559d23443aaaf48899df4878e75ec38ddbc (refs/remotes/origin/master)
11:15:06 [2026-09-21T09:15:06.829Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
11:15:06 [2026-09-21T09:15:06.834Z]  > /usr/bin/git checkout -f f8941559d23443aaaf48899df4878e75ec38ddbc # timeout=10
11:15:06 [2026-09-21T09:15:06.841Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
11:15:06 [2026-09-21T09:15:06.849Z]  > /usr/bin/git branch -D master # timeout=10
11:15:06 [2026-09-21T09:15:06.855Z]  > /usr/bin/git checkout -b master f8941559d23443aaaf48899df4878e75ec38ddbc # timeout=10
11:15:06 [2026-09-21T09:15:06.867Z] Commit message: "Disable by default the stripping of the Maven site"
11:15:06 [2026-09-21T09:15:06.867Z]  > /usr/bin/git rev-list --no-walk c35c3985f86f4b10ff2dc6b681fce9d45575a3c8 # timeout=10
11:15:06 [2026-09-21T09:15:06.886Z] [Pipeline] sh
11:15:07 [2026-09-21T09:15:07.144Z] + sed -i -e s/<silverpeas.bom.version>[0-9a-zA-Z.-]\+/<silverpeas.bom.version>2.0-build260921/g pom.xml
11:15:07 [2026-09-21T09:15:07.151Z] [Pipeline] sh
11:15:07 [2026-09-21T09:15:07.410Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260921
11:15:09 [2026-09-21T09:15:09.271Z] [INFO] Scanning for projects...
11:15:09 [2026-09-21T09:15:09.272Z] [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
11:15:09 [2026-09-21T09:15:09.272Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.pom
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 763 B
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 2.2 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 5.0 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 8.4 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 10 kB 
11:15:09 [2026-09-21T09:15:09.822Z]                    
11:15:09 [2026-09-21T09:15:09.822Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.pom (10 kB at 26 kB/s)
11:15:09 [2026-09-21T09:15:09.822Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 770 B
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 2.4 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 4.9 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 7.4 kB
11:15:09 [2026-09-21T09:15:09.822Z]                     
11:15:09 [2026-09-21T09:15:09.822Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (7.4 kB at 167 kB/s)
11:15:09 [2026-09-21T09:15:09.822Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.jar
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 7.8/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 8.2/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 16/83 kB 
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 24/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 25/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 33/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 40/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 41/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 49/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 56/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 57/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 66/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 74/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 82/83 kB
11:15:09 [2026-09-21T09:15:09.822Z] Progress (1): 82/83 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 83 kB   
11:15:10 [2026-09-21T09:15:10.073Z]                    
11:15:10 [2026-09-21T09:15:10.073Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.jar (83 kB at 982 kB/s)
11:15:10 [2026-09-21T09:15:10.073Z] 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
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 772 B
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 2.2 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 5.0 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 7.8 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 8.5 kB
11:15:10 [2026-09-21T09:15:10.073Z]                     
11:15:10 [2026-09-21T09:15:10.073Z] 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 181 kB/s)
11:15:10 [2026-09-21T09:15:10.073Z] 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
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 7.8/32 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 8.2/32 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 16/32 kB 
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 24/32 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 25/32 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 32 kB   
11:15:10 [2026-09-21T09:15:10.073Z]                    
11:15:10 [2026-09-21T09:15:10.073Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 648 kB/s)
11:15:10 [2026-09-21T09:15:10.073Z] 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
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 745 B
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 2.3 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 4.0 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 8.9 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 13 kB 
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 15 kB
11:15:10 [2026-09-21T09:15:10.073Z] Progress (1): 16 kB
11:15:10 [2026-09-21T09:15:10.073Z]                    
11:15:10 [2026-09-21T09:15:10.073Z] 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 327 kB/s)
11:15:10 [2026-09-21T09:15:10.073Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 770 B
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 2.3 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 4.9 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 7.3 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 8.1 kB
11:15:10 [2026-09-21T09:15:10.324Z]                     
11:15:10 [2026-09-21T09:15:10.324Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 165 kB/s)
11:15:10 [2026-09-21T09:15:10.324Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 728 B
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 1.9 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 5.4 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 9.7 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 14 kB 
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 19 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 22 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 26 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 28 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 30 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 33 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 37 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 40 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 42 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 48 kB
11:15:10 [2026-09-21T09:15:10.324Z]                    
11:15:10 [2026-09-21T09:15:10.324Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 869 kB/s)
11:15:10 [2026-09-21T09:15:10.324Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 745 B
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 2.1 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 4.0 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 6.9 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 12 kB 
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 16 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 19 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 21 kB
11:15:10 [2026-09-21T09:15:10.324Z]                    
11:15:10 [2026-09-21T09:15:10.324Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom (21 kB at 391 kB/s)
11:15:10 [2026-09-21T09:15:10.324Z] 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
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 7.8/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 8.2/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 16/189 kB 
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 24/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 25/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 33/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 40/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 41/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 49/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 56/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 57/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 66/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 72/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 74/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 82/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 88/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 90/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 98/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 106/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 114/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 115/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 123/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 130/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 131/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 139/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 147/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 147/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 156/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 163/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 164/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 172/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 179/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 180/189 kB
11:15:10 [2026-09-21T09:15:10.324Z] Progress (1): 188/189 kB
11:15:10 [2026-09-21T09:15:10.574Z] Progress (1): 189 kB    
11:15:10 [2026-09-21T09:15:10.575Z]                     
11:15:10 [2026-09-21T09:15:10.575Z] 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.4 MB/s)
11:15:10 [2026-09-21T09:15:10.575Z] 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
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 784 B
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 2.2 kB
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 5.1 kB
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 7.5 kB
11:15:10 [2026-09-21T09:15:10.575Z]                     
11:15:10 [2026-09-21T09:15:10.575Z] 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 159 kB/s)
11:15:10 [2026-09-21T09:15:10.575Z] 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
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 7.8/30 kB
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 8.2/30 kB
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 16/30 kB 
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 24/30 kB
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 25/30 kB
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 30 kB   
11:15:10 [2026-09-21T09:15:10.575Z]                    
11:15:10 [2026-09-21T09:15:10.575Z] 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 643 kB/s)
11:15:10 [2026-09-21T09:15:10.575Z] 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
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 768 B
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 2.2 kB
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 5.2 kB
11:15:10 [2026-09-21T09:15:10.575Z] Progress (1): 7.9 kB
11:15:10 [2026-09-21T09:15:10.825Z] Progress (1): 8.5 kB
11:15:10 [2026-09-21T09:15:10.825Z]                     
11:15:10 [2026-09-21T09:15:10.825Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom (8.5 kB at 181 kB/s)
11:15:10 [2026-09-21T09:15:10.825Z] 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
11:15:10 [2026-09-21T09:15:10.825Z] Progress (1): 7.8/37 kB
11:15:10 [2026-09-21T09:15:10.825Z] Progress (1): 8.2/37 kB
11:15:10 [2026-09-21T09:15:10.825Z] Progress (1): 16/37 kB 
11:15:10 [2026-09-21T09:15:10.825Z] Progress (1): 24/37 kB
11:15:10 [2026-09-21T09:15:10.825Z] Progress (1): 25/37 kB
11:15:10 [2026-09-21T09:15:10.825Z] Progress (1): 33/37 kB
11:15:10 [2026-09-21T09:15:10.825Z] Progress (1): 37 kB   
11:15:10 [2026-09-21T09:15:10.825Z]                    
11:15:10 [2026-09-21T09:15:10.825Z] 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 720 kB/s)
11:15:10 [2026-09-21T09:15:10.825Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/swagger/core/v3/maven-metadata.xml
11:15:10 [2026-09-21T09:15:10.825Z] Downloading from central: https://repo.maven.apache.org/maven2/io/swagger/core/v3/maven-metadata.xml
11:15:10 [2026-09-21T09:15:10.825Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml
11:15:10 [2026-09-21T09:15:10.825Z] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml
11:15:10 [2026-09-21T09:15:10.825Z] Progress (1): 237 B
11:15:10 [2026-09-21T09:15:10.825Z] Progress (2): 237 B | 237 B
11:15:10 [2026-09-21T09:15:10.825Z]                            
11:15:10 [2026-09-21T09:15:10.825Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml (237 B at 2.0 kB/s)
11:15:10 [2026-09-21T09:15:10.825Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.076Z] Progress (2): 237 B | 595 B
11:15:11 [2026-09-21T09:15:11.076Z] Progress (3): 237 B | 595 B | 595 B
11:15:11 [2026-09-21T09:15:11.076Z]                                    
11:15:11 [2026-09-21T09:15:11.076Z] Downloaded from central: https://repo.maven.apache.org/maven2/io/swagger/core/v3/maven-metadata.xml (595 B at 4.6 kB/s)
11:15:11 [2026-09-21T09:15:11.076Z] Downloading from central: https://repo.maven.apache.org/maven2/org/silverpeas/maven/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.076Z] Progress (3): 237 B | 595 B | 290 B
11:15:11 [2026-09-21T09:15:11.076Z]                                    
11:15:11 [2026-09-21T09:15:11.076Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/swagger/core/v3/maven-metadata.xml (595 B at 3.1 kB/s)
11:15:11 [2026-09-21T09:15:11.076Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.076Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml (290 B at 3.2 kB/s)
11:15:11 [2026-09-21T09:15:11.076Z] Downloading from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.076Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml (237 B at 724 B/s)
11:15:11 [2026-09-21T09:15:11.076Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.076Z] Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.327Z] Progress (1): 1.5 kB
11:15:11 [2026-09-21T09:15:11.327Z]                     
11:15:11 [2026-09-21T09:15:11.327Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 8.8 kB/s)
11:15:11 [2026-09-21T09:15:11.327Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.327Z] Progress (1): 255 B
11:15:11 [2026-09-21T09:15:11.327Z] Progress (2): 255 B | 1.5 kB
11:15:11 [2026-09-21T09:15:11.327Z] Progress (3): 255 B | 1.5 kB | 255 B
11:15:11 [2026-09-21T09:15:11.327Z]                                     
11:15:11 [2026-09-21T09:15:11.327Z] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/maven-metadata.xml (255 B at 8.0 kB/s)
11:15:11 [2026-09-21T09:15:11.327Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.327Z] Progress (3): 255 B | 1.5 kB | 237 B
11:15:11 [2026-09-21T09:15:11.327Z]                                     
11:15:11 [2026-09-21T09:15:11.327Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml (237 B at 7.9 kB/s)
11:15:11 [2026-09-21T09:15:11.327Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.327Z] Progress (3): 255 B | 1.5 kB | 237 B
11:15:11 [2026-09-21T09:15:11.327Z]                                     
11:15:11 [2026-09-21T09:15:11.327Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml (255 B at 2.2 kB/s)
11:15:11 [2026-09-21T09:15:11.327Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.327Z] Progress (3): 1.5 kB | 237 B | 243 B
11:15:11 [2026-09-21T09:15:11.327Z]                                     
11:15:11 [2026-09-21T09:15:11.327Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml (243 B at 7.1 kB/s)
11:15:11 [2026-09-21T09:15:11.327Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.327Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml (237 B at 1.9 kB/s)
11:15:11 [2026-09-21T09:15:11.327Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.327Z] Progress (2): 1.5 kB | 3.9 kB
11:15:11 [2026-09-21T09:15:11.327Z] Progress (2): 1.5 kB | 7.7 kB
11:15:11 [2026-09-21T09:15:11.327Z] Progress (2): 1.5 kB | 10 kB 
11:15:11 [2026-09-21T09:15:11.327Z]                             
11:15:11 [2026-09-21T09:15:11.327Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (10 kB at 285 kB/s)
11:15:11 [2026-09-21T09:15:11.327Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.327Z] Progress (2): 1.5 kB | 3.9 kB
11:15:11 [2026-09-21T09:15:11.327Z] Progress (2): 1.5 kB | 9.7 kB
11:15:11 [2026-09-21T09:15:11.327Z] Progress (2): 1.5 kB | 10 kB 
11:15:11 [2026-09-21T09:15:11.327Z] Progress (3): 1.5 kB | 10 kB | 243 B
11:15:11 [2026-09-21T09:15:11.327Z]                                     
11:15:11 [2026-09-21T09:15:11.327Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml (10 kB at 91 kB/s)
11:15:11 [2026-09-21T09:15:11.327Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.327Z] Progress (3): 1.5 kB | 243 B | 3.6 kB
11:15:11 [2026-09-21T09:15:11.327Z] Progress (3): 1.5 kB | 243 B | 9.3 kB
11:15:11 [2026-09-21T09:15:11.327Z] Progress (3): 1.5 kB | 243 B | 15 kB 
11:15:11 [2026-09-21T09:15:11.578Z] Progress (3): 1.5 kB | 243 B | 20 kB
11:15:11 [2026-09-21T09:15:11.578Z] Progress (4): 1.5 kB | 243 B | 20 kB | 3.7 kB
11:15:11 [2026-09-21T09:15:11.578Z] Progress (4): 1.5 kB | 243 B | 20 kB | 7.4 kB
11:15:11 [2026-09-21T09:15:11.578Z] Progress (4): 1.5 kB | 243 B | 20 kB | 13 kB 
11:15:11 [2026-09-21T09:15:11.578Z] Progress (4): 1.5 kB | 243 B | 20 kB | 19 kB
11:15:11 [2026-09-21T09:15:11.578Z] Progress (4): 1.5 kB | 243 B | 20 kB | 20 kB
11:15:11 [2026-09-21T09:15:11.578Z]                                             
11:15:11 [2026-09-21T09:15:11.578Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 534 kB/s)
11:15:11 [2026-09-21T09:15:11.578Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 3.4 kB/s)
11:15:11 [2026-09-21T09:15:11.578Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml (20 kB at 169 kB/s)
11:15:11 [2026-09-21T09:15:11.578Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml (243 B at 597 B/s)
11:15:11 [2026-09-21T09:15:11.828Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.828Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml
11:15:11 [2026-09-21T09:15:11.828Z] Progress (1): 1.5 kB
11:15:11 [2026-09-21T09:15:11.828Z]                     
11:15:11 [2026-09-21T09:15:11.828Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 47 kB/s)
11:15:11 [2026-09-21T09:15:11.828Z] Progress (1): 1.5 kB
11:15:11 [2026-09-21T09:15:11.828Z]                     
11:15:11 [2026-09-21T09:15:11.828Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 8.9 kB/s)
11:15:12 [2026-09-21T09:15:12.079Z] [INFO] 
11:15:12 [2026-09-21T09:15:12.079Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------
11:15:12 [2026-09-21T09:15:12.079Z] [INFO] Building Parent POM 2.0-SNAPSHOT
11:15:12 [2026-09-21T09:15:12.079Z] [INFO]   from pom.xml
11:15:12 [2026-09-21T09:15:12.079Z] [INFO] --------------------------------[ pom ]---------------------------------
11:15:12 [2026-09-21T09:15:12.079Z] [INFO] 
11:15:12 [2026-09-21T09:15:12.079Z] [INFO] --- versions:2.22.0:set (default-cli) @ silverpeas-project ---
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] Searching for local aggregator root...
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] Processing change of org.silverpeas:silverpeas-project:2.0-SNAPSHOT -> 2.0-build260921
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] Processing org.silverpeas:silverpeas-project
11:15:12 [2026-09-21T09:15:12.990Z] [INFO]     Updating project org.silverpeas:silverpeas-project
11:15:12 [2026-09-21T09:15:12.990Z] [INFO]         from version 2.0-SNAPSHOT to 2.0-build260921
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] 
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] ------------------------------------------------------------------------
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] BUILD SUCCESS
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] ------------------------------------------------------------------------
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] Total time:  3.950 s
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] Finished at: 2026-09-21T11:15:12+02:00
11:15:12 [2026-09-21T09:15:12.990Z] [INFO] ------------------------------------------------------------------------
11:15:12 [2026-09-21T09:15:12.990Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true
11:15:14 [2026-09-21T09:15:14.853Z] [INFO] Scanning for projects...
11:15:14 [2026-09-21T09:15:14.853Z] [WARNING] The project org.silverpeas:silverpeas-project:pom:2.0-build260921 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
11:15:14 [2026-09-21T09:15:14.853Z] [INFO] 
11:15:14 [2026-09-21T09:15:14.853Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------
11:15:14 [2026-09-21T09:15:14.853Z] [INFO] Building Parent POM 2.0-build260921
11:15:14 [2026-09-21T09:15:14.853Z] [INFO]   from pom.xml
11:15:14 [2026-09-21T09:15:14.853Z] [INFO] --------------------------------[ pom ]---------------------------------
11:15:14 [2026-09-21T09:15:14.853Z] [INFO] 
11:15:14 [2026-09-21T09:15:14.853Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-project ---
11:15:15 [2026-09-21T09:15:15.103Z] [INFO] 
11:15:15 [2026-09-21T09:15:15.103Z] [INFO] --- install:3.0.1:install (default-install) @ silverpeas-project ---
11:15:15 [2026-09-21T09:15:15.103Z] 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
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 937 B
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 2.2 kB
11:15:15 [2026-09-21T09:15:15.654Z]                     
11:15:15 [2026-09-21T09:15:15.654Z] 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 4.9 kB/s)
11:15:15 [2026-09-21T09:15:15.654Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 802 B
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 3.2 kB
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 5.1 kB
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 9.1 kB
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 12 kB 
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 17 kB
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 20 kB
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 23 kB
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 27 kB
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 30 kB
11:15:15 [2026-09-21T09:15:15.654Z]                    
11:15:15 [2026-09-21T09:15:15.654Z] 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 735 kB/s)
11:15:15 [2026-09-21T09:15:15.654Z] 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
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 938 B
11:15:15 [2026-09-21T09:15:15.654Z] Progress (1): 1.9 kB
11:15:15 [2026-09-21T09:15:15.654Z]                     
11:15:15 [2026-09-21T09:15:15.654Z] 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 65 kB/s)
11:15:15 [2026-09-21T09:15:15.654Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 801 B
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 2.6 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 4.9 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 5.2 kB
11:15:15 [2026-09-21T09:15:15.905Z]                     
11:15:15 [2026-09-21T09:15:15.905Z] 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 179 kB/s)
11:15:15 [2026-09-21T09:15:15.905Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 703 B
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 2.7 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 6.5 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 9.1 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 12 kB 
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 16 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 20 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 23 kB
11:15:15 [2026-09-21T09:15:15.905Z]                    
11:15:15 [2026-09-21T09:15:15.905Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 726 kB/s)
11:15:15 [2026-09-21T09:15:15.905Z] 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
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 7.8/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 8.2/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 16/146 kB 
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 24/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 25/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 33/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 40/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 41/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 49/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 56/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 57/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 66/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 74/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 82/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 82/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 90/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 98/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 98/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 106/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 114/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 115/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 123/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 130/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 131/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 139/146 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 146 kB    
11:15:15 [2026-09-21T09:15:15.905Z]                     
11:15:15 [2026-09-21T09:15:15.905Z] 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 2.2 MB/s)
11:15:15 [2026-09-21T09:15:15.905Z] 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
11:15:15 [2026-09-21T09:15:15.905Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 7.8/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 8.2/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 16/136 kB 
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 24/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 25/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 33/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 40/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 41/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 49/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 56/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 57/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 66/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 74/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 82/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 82/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 90/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 98/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 98/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 106/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 114/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 115/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 123/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 130/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 131/136 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 136 kB    
11:15:15 [2026-09-21T09:15:15.905Z]                     
11:15:15 [2026-09-21T09:15:15.905Z] 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 3.2 MB/s)
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 7.8/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 8.2/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 16/263 kB 
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 24/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 25/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 33/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 40/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 41/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 49/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 56/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 57/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 66/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 74/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 82/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 82/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 90/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 98/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 98/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 106/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 114/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 115/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 123/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 130/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 131/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 139/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 147/263 kB
11:15:15 [2026-09-21T09:15:15.905Z] Progress (1): 147/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 156/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 163/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 164/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 172/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 179/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 180/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 188/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 195/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 197/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 205/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 211/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 213/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 221/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 227/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 229/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 238/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 243/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 246/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 254/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 259/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 262/263 kB
11:15:16 [2026-09-21T09:15:16.155Z] Progress (1): 263 kB    
11:15:16 [2026-09-21T09:15:16.155Z]                     
11:15:16 [2026-09-21T09:15:16.156Z] 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.8 MB/s)
11:15:16 [2026-09-21T09:15:16.156Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-project/2.0-build260921/silverpeas-project-2.0-build260921.pom
11:15:16 [2026-09-21T09:15:16.156Z] [INFO] 
11:15:16 [2026-09-21T09:15:16.156Z] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ silverpeas-project ---
11:15:16 [2026-09-21T09:15:16.156Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 749 B
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 2.6 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 5.0 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 5.3 kB
11:15:16 [2026-09-21T09:15:16.156Z]                     
11:15:16 [2026-09-21T09:15:16.156Z] 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 144 kB/s)
11:15:16 [2026-09-21T09:15:16.156Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 7.8/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 8.2/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 16/262 kB 
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 24/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 25/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 33/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 41/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 49/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 49/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 57/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 65/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 66/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 74/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 82/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 82/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 90/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 98/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 98/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 106/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 114/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 115/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 123/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 130/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 131/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 139/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 147/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 147/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 156/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 163/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 164/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 172/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 180/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 180/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 188/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 196/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 197/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 205/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 213/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 213/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 221/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 229/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 229/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 238/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 245/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 246/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 254/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 261/262 kB
11:15:16 [2026-09-21T09:15:16.156Z] Progress (1): 262 kB    
11:15:16 [2026-09-21T09:15:16.156Z]                     
11:15:16 [2026-09-21T09:15:16.156Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 4.0 MB/s)
11:15:16 [2026-09-21T09:15:16.406Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds
11:15:16 [2026-09-21T09:15:16.406Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead.
11:15:16 [2026-09-21T09:15:16.406Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260921/silverpeas-project-2.0-build260921.pom
11:15:16 [2026-09-21T09:15:16.406Z] Progress (1): 26 kB
11:15:16 [2026-09-21T09:15:16.406Z]                    
11:15:16 [2026-09-21T09:15:16.406Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260921/silverpeas-project-2.0-build260921.pom (26 kB at 179 kB/s)
11:15:16 [2026-09-21T09:15:16.406Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml
11:15:16 [2026-09-21T09:15:16.406Z] Progress (1): 1.0 kB
11:15:16 [2026-09-21T09:15:16.406Z]                     
11:15:16 [2026-09-21T09:15:16.406Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (1.0 kB at 20 kB/s)
11:15:16 [2026-09-21T09:15:16.406Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml
11:15:16 [2026-09-21T09:15:16.656Z] Progress (1): 1.1 kB
11:15:16 [2026-09-21T09:15:16.656Z]                     
11:15:16 [2026-09-21T09:15:16.656Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (1.1 kB at 10 kB/s)
11:15:16 [2026-09-21T09:15:16.656Z] [INFO] ------------------------------------------------------------------------
11:15:16 [2026-09-21T09:15:16.656Z] [INFO] BUILD SUCCESS
11:15:16 [2026-09-21T09:15:16.656Z] [INFO] ------------------------------------------------------------------------
11:15:16 [2026-09-21T09:15:16.656Z] [INFO] Total time:  2.051 s
11:15:16 [2026-09-21T09:15:16.656Z] [INFO] Finished at: 2026-09-21T11:15:16+02:00
11:15:16 [2026-09-21T09:15:16.656Z] [INFO] ------------------------------------------------------------------------
11:15:16 [2026-09-21T09:15:16.658Z] [Pipeline] }
11:15:16 [2026-09-21T09:15:16.663Z] [Pipeline] // dir
11:15:16 [2026-09-21T09:15:16.673Z] [Pipeline] }
11:15:16 [2026-09-21T09:15:16.681Z] [Pipeline] // stage
11:15:16 [2026-09-21T09:15:16.692Z] [Pipeline] stage
11:15:16 [2026-09-21T09:15:16.693Z] [Pipeline] { (Create YAML build report)
11:15:16 [2026-09-21T09:15:16.714Z] [Pipeline] writeYaml
11:15:16 [2026-09-21T09:15:16.722Z] [Pipeline] }
11:15:16 [2026-09-21T09:15:16.728Z] [Pipeline] // stage
11:15:16 [2026-09-21T09:15:16.750Z] [Pipeline] stage
11:15:16 [2026-09-21T09:15:16.751Z] [Pipeline] { (Declarative: Post Actions)
11:15:16 [2026-09-21T09:15:16.770Z] [Pipeline] step
11:15:16 [2026-09-21T09:15:16.792Z] [Pipeline] script
11:15:16 [2026-09-21T09:15:16.799Z] [Pipeline] {
11:15:16 [2026-09-21T09:15:16.809Z] [Pipeline] }
11:15:16 [2026-09-21T09:15:16.817Z] [Pipeline] // script
11:15:16 [2026-09-21T09:15:16.829Z] [Pipeline] archiveArtifacts
11:15:16 [2026-09-21T09:15:16.832Z] Archiving artifacts
11:15:16 [2026-09-21T09:15:16.838Z] Enregistrement des empreintes numériques
11:15:16 [2026-09-21T09:15:16.861Z] [Pipeline] }
11:15:16 [2026-09-21T09:15:16.868Z] [Pipeline] // stage
11:15:16 [2026-09-21T09:15:16.877Z] [Pipeline] }
11:15:16 [2026-09-21T09:15:16.885Z] [Pipeline] // withEnv
11:15:16 [2026-09-21T09:15:16.893Z] [Pipeline] }
11:15:16 [2026-09-21T09:15:16.894Z] $ docker stop --time=1 3c4890504340504be67f3429c5a455ee75afab708ff44a9444fa75a3bf22bb3d
11:15:18 [2026-09-21T09:15:18.159Z] $ docker rm -f --volumes 3c4890504340504be67f3429c5a455ee75afab708ff44a9444fa75a3bf22bb3d
11:15:18 [2026-09-21T09:15:18.234Z] [Pipeline] // withDockerContainer
11:15:18 [2026-09-21T09:15:18.241Z] [Pipeline] }
11:15:18 [2026-09-21T09:15:18.248Z] [Pipeline] // withEnv
11:15:18 [2026-09-21T09:15:18.256Z] [Pipeline] }
11:15:18 [2026-09-21T09:15:18.268Z] [Pipeline] // node
11:15:18 [2026-09-21T09:15:18.279Z] [Pipeline] End of Pipeline
11:15:18 [2026-09-21T09:15:18.354Z] Finished: SUCCESS