Started by user Dmitry Kornilov Rebuilds build #25 Running as Dmitry Kornilov Obtained etc/jenkins/release.groovy from git git@github.com:eclipse-ee4j/jax-ws-api.git Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent default-agent-cb1zv is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-cb1zv" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jaxws.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-cb1zv" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-cb1zv" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jaxws.svc.cluster.local/jaxws/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jaxws" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Running on default-agent-cb1zv in /home/jenkins/agent/workspace/jax-ws-spec-api-release [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jax-ws-api.git > git init /home/jenkins/agent/workspace/jax-ws-spec-api-release # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jax-ws-api.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jax-ws-api.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@github.com:eclipse-ee4j/jax-ws-api.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jax-ws-api.git # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jax-ws-api.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jax-ws-api.git +refs/heads/master:refs/remotes/origin/master Checking out Revision f2f11db4a12a100b5844e3571acff6b001850373 (refs/remotes/origin/master) Commit message: "use copyright instead of check for now" > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2f11db4a12a100b5844e3571acff6b001850373 > git rev-list --no-walk 761d00892000c2ae15372dc8fb62bcc20a0baaea # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Init) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] git using credential github-bot-ssh Fetching changes from the remote Git repository Checking out Revision f2f11db4a12a100b5844e3571acff6b001850373 (refs/remotes/origin/master) Commit message: "use copyright instead of check for now" [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jax-ws-api.git # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jax-ws-api.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jax-ws-api.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2f11db4a12a100b5844e3571acff6b001850373 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master f2f11db4a12a100b5844e3571acff6b001850373 + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: key 2776BC4F5165A5EB: 1 signature not checked due to a missing key gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 2776BC4F5165A5EB: public key "Eclipse Project for JAX-WS " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 2776BC4F5165A5EB: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 gpg: no ultimately trusted keys found + gpg --list-keys --with-colons + awk -F: '/fpr:/ {print $10}' + sort -u + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key 335DCD9D3C49BDDA35092B1FAC690B38780454CD trust Secret subkeys are available. pub rsa4096/2776BC4F5165A5EB created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/AC690B38780454CD created: 2018-10-03 expires: 2023-10-02 usage: S [ unknown] (1). Eclipse Project for JAX-WS pub rsa4096/2776BC4F5165A5EB created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/AC690B38780454CD created: 2018-10-03 expires: 2023-10-02 usage: S [ unknown] (1). Eclipse Project for JAX-WS Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/2776BC4F5165A5EB created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/AC690B38780454CD created: 2018-10-03 expires: 2023-10-02 usage: S [ unknown] (1). Eclipse Project for JAX-WS Please note that the shown key validity is not necessarily correct unless you restart the program. + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key CB3B6379F3D113FA3D7CB45F2776BC4F5165A5EB trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2023-10-02 pub rsa4096/2776BC4F5165A5EB created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/AC690B38780454CD created: 2018-10-03 expires: 2023-10-02 usage: S [ultimate] (1). Eclipse Project for JAX-WS pub rsa4096/2776BC4F5165A5EB created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/AC690B38780454CD created: 2018-10-03 expires: 2023-10-02 usage: S [ultimate] (1). Eclipse Project for JAX-WS Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/2776BC4F5165A5EB created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/AC690B38780454CD created: 2018-10-03 expires: 2023-10-02 usage: S [ultimate] (1). Eclipse Project for JAX-WS [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh + git config --global user.name 'Eclipse JAXWS Bot' + git config --global user.email jaxws-bot@eclipse.org [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Release) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials jaxws-bot (GitHub bot SSH) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-vThUqRUmOLXx/agent.292 SSH_AGENT_PID=294 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/jax-ws-spec-api-release@tmp/private_key_837386595272261912.key (/home/jenkins/agent/workspace/jax-ws-spec-api-release@tmp/private_key_837386595272261912.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/release.sh 3.0.0-RC2 3.0.0-SNAPSHOT false true + API_VERSION=3.0.0-RC2 + NEXT_API_VERSION=3.0.0-SNAPSHOT + DRY_RUN=false + OVERWRITE=true + . etc/scripts/maven.incl.sh ++ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7 ++ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.2.0 + . etc/scripts/nexus.incl.sh + read_version API /home/jenkins/agent/workspace/jax-ws-spec-api-release/api + local VERSION_VAR=API_VERSION ++ cd /home/jenkins/agent/workspace/jax-ws-spec-api-release/api ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version ++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$' + local SNAPSHOT_VERSION=3.0.1-SNAPSHOT + '[' -z 3.0.0-RC2 ']' + local RELEASE_VERSION=3.0.0-RC2 + echo 'API Release Version: 3.0.0-RC2' API Release Version: 3.0.0-RC2 + eval API_RELEASE_VERSION=3.0.0-RC2 ++ API_RELEASE_VERSION=3.0.0-RC2 + next_version API 3.0.0-RC2 + set -f + NEXT_COMPONENTS=(${2//\./ }) + local NEXT_COMPONENTS + local LAST_INDEX=2 + local 'NEXT_COMPONENTS[2]=1' + local 'COMPONENTS_STR=3 0 1' + local NEXT_VERSION=3.0.1 + local NEXT_SNAPSHOT=3.0.1-SNAPSHOT + echo 'API Next Version: 3.0.1' API Next Version: 3.0.1 + echo 'API Next Snapshot: 3.0.1-SNAPSHOT' API Next Snapshot: 3.0.1-SNAPSHOT + eval API_NEXT_VERSION=3.0.1 ++ API_NEXT_VERSION=3.0.1 + eval API_NEXT_SNAPSHOT=3.0.1-SNAPSHOT ++ API_NEXT_SNAPSHOT=3.0.1-SNAPSHOT + '[' -z 3.0.0-RC2 ']' + RELEASE_TAG=3.0.0-RC2 + RELEASE_BRANCH=3.0.0-RC2-RELEASE + '[' false = true ']' + MVN_DEPLOY_ARGS=deploy ++ git remote + GIT_ORIGIN=origin + echo '-[ Prepare branch ]-------------------------------------------------------------' -[ Prepare branch ]------------------------------------------------------------- ++ git branch -r ++ grep origin/3.0.0-RC2-RELEASE + [[ -n '' ]] + echo '-[ Release tag cleanup ]--------------------------------------------------------' -[ Release tag cleanup ]-------------------------------------------------------- ++ git ls-remote --tags origin ++ grep 3.0.0-RC2 Failed to add the RSA host key for IP address '140.82.114.4' to the list of known hosts (/home/jenkins/.ssh/known_hosts). + [[ -n '' ]] + git branch --delete 3.0.0-RC2-RELEASE error: branch '3.0.0-RC2-RELEASE' not found. + git checkout -b 3.0.0-RC2-RELEASE Switched to a new branch '3.0.0-RC2-RELEASE' + git tag --delete 3.0.0-RC2 error: tag '3.0.0-RC2' not found. + read_mvn_id API /home/jenkins/agent/workspace/jax-ws-spec-api-release/api ++ cd /home/jenkins/agent/workspace/jax-ws-spec-api-release/api ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.groupId ++ grep -Ev '(^\[)' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 + local GROUP_ID=jakarta.xml.ws ++ cd /home/jenkins/agent/workspace/jax-ws-spec-api-release/api ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.artifactId ++ grep -Ev '(^\[)' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 + local ARTIFACT_ID=jakarta.xml.ws-api + echo 'API Group ID: jakarta.xml.ws' API Group ID: jakarta.xml.ws + echo 'API Artifact ID: jakarta.xml.ws-api' API Artifact ID: jakarta.xml.ws-api + eval API_GROUP_ID=jakarta.xml.ws ++ API_GROUP_ID=jakarta.xml.ws + eval API_ARTIFACT_ID=jakarta.xml.ws-api ++ API_ARTIFACT_ID=jakarta.xml.ws-api + API_STAGING_DESC=jakarta.xml.ws:jakarta.xml.ws-api:3.0.0-RC2 ++ echo jakarta.xml.ws:jakarta.xml.ws-api:3.0.0-RC2 ++ sed -e 's/\./\\\./g' + API_STAGING_KEY='jakarta\.xml\.ws:jakarta\.xml\.ws-api:3\.0\.0-RC2' + echo '-[ API release version ]--------------------------------------------------------' -[ API release version ]-------------------------------------------------------- + set_version API /home/jenkins/agent/workspace/jax-ws-spec-api-release/api 3.0.0-RC2 jakarta.xml.ws jakarta.xml.ws-api '' + echo '--[ Set version ]---------------------------------------------------------------' --[ Set version ]--------------------------------------------------------------- + cd /home/jenkins/agent/workspace/jax-ws-spec-api-release/api + mvn -U -C -DnewVersion=3.0.0-RC2 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom (17 kB at 30 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar Progress (1): 4.1/310 kB Progress (1): 7.7/310 kB Progress (1): 12/310 kB Progress (1): 16/310 kB Progress (1): 20/310 kB Progress (1): 24/310 kB Progress (1): 28/310 kB Progress (1): 32/310 kB Progress (1): 36/310 kB Progress (1): 40/310 kB Progress (1): 45/310 kB Progress (1): 49/310 kB Progress (1): 53/310 kB Progress (1): 57/310 kB Progress (1): 61/310 kB Progress (1): 65/310 kB Progress (1): 69/310 kB Progress (1): 73/310 kB Progress (1): 77/310 kB Progress (1): 81/310 kB Progress (1): 85/310 kB Progress (1): 90/310 kB Progress (1): 94/310 kB Progress (1): 98/310 kB Progress (1): 102/310 kB Progress (1): 106/310 kB Progress (1): 110/310 kB Progress (1): 114/310 kB Progress (1): 118/310 kB Progress (1): 122/310 kB Progress (1): 126/310 kB Progress (1): 131/310 kB Progress (1): 135/310 kB Progress (1): 139/310 kB Progress (1): 143/310 kB Progress (1): 147/310 kB Progress (1): 151/310 kB Progress (1): 155/310 kB Progress (1): 159/310 kB Progress (1): 163/310 kB Progress (1): 167/310 kB Progress (1): 171/310 kB Progress (1): 176/310 kB Progress (1): 180/310 kB Progress (1): 184/310 kB Progress (1): 188/310 kB Progress (1): 192/310 kB Progress (1): 196/310 kB Progress (1): 200/310 kB Progress (1): 204/310 kB Progress (1): 208/310 kB Progress (1): 212/310 kB Progress (1): 217/310 kB Progress (1): 221/310 kB Progress (1): 225/310 kB Progress (1): 229/310 kB Progress (1): 233/310 kB Progress (1): 237/310 kB Progress (1): 241/310 kB Progress (1): 245/310 kB Progress (1): 249/310 kB Progress (1): 253/310 kB Progress (1): 258/310 kB Progress (1): 262/310 kB Progress (1): 266/310 kB Progress (1): 270/310 kB Progress (1): 274/310 kB Progress (1): 278/310 kB Progress (1): 282/310 kB Progress (1): 286/310 kB Progress (1): 290/310 kB Progress (1): 294/310 kB Progress (1): 298/310 kB Progress (1): 303/310 kB Progress (1): 307/310 kB Progress (1): 310 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar (310 kB at 1.6 MB/s) [INFO] [INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------ [INFO] Building Jakarta XML Web Services API 3.0.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.xml.ws-api --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 162 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 122 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 452 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 929 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 262 kB/s) Progress (1): 4.1/226 kB Progress (1): 7.7/226 kB Progress (1): 12/226 kB Progress (1): 16/226 kB Progress (1): 20/226 kB Progress (1): 24/226 kB Progress (1): 28/226 kB Progress (1): 32/226 kB Progress (1): 36/226 kB Progress (1): 40/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (1): 53/226 kB Progress (1): 57/226 kB Progress (1): 61/226 kB Progress (1): 65/226 kB Progress (1): 69/226 kB Progress (1): 73/226 kB Progress (1): 77/226 kB Progress (1): 81/226 kB Progress (1): 85/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 110/226 kB Progress (1): 114/226 kB Progress (1): 118/226 kB Progress (1): 122/226 kB Progress (1): 126/226 kB Progress (1): 131/226 kB Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 167/226 kB Progress (1): 171/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 1.8 MB/s) [INFO] [INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------ [INFO] Building Jakarta XML Web Services API 3.0.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ jakarta.xml.ws-api --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 310 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 187 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 538 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 282 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 126 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 447 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 182 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 36 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 649 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 280 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 136 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 249 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 265 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 240 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 291 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 197 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 435 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 95 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 113 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 460 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 310 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 396 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 322 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Progress (1): 4.1 kB Progress (1): 8.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 998 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 2.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 51 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 606 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 413 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 295 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 151 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 210 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 475 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom Progress (1): 4.1 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 8.5 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 116 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 471 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 102 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 256 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 424 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 579 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 107 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 628 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 98 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 451 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Progress (1): 4.1 kB Progress (1): 7.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 625 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 747 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 213 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 550 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 525 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 891 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 763 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 139 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom Progress (1): 4.1 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 178 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 437 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 751 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 174 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 564 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 531 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 144 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom Progress (1): 4.1 kB Progress (1): 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom Progress (1): 4.1 kB Progress (1): 6.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 24 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom Progress (1): 147 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 8.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom Progress (1): 167 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 15 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom Progress (1): 156 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 859 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 139 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 385 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 10 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 556 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 375 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 788 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 105 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom Progress (1): 142 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 20 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 23 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom Progress (1): 653 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 109 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom Progress (1): 4.1 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 254 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 518 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 487 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 12 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 439 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 581 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 2.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 688 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 43 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 191 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom (1.8 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom (6.6 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom (14 kB at 236 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom (3.1 kB at 65 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom (2.9 kB at 65 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom Progress (1): 4.1 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom (4.6 kB at 773 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 326 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 77 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 626 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 131 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 377 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 134 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 330 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 384 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 225 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 311 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 160 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom (1.8 kB at 23 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom Progress (1): 962 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 141 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 564 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Progress (1): 4.1/80 kB Progress (1): 7.7/80 kB Progress (1): 12/80 kB Progress (1): 16/80 kB Progress (1): 20/80 kB Progress (1): 24/80 kB Progress (1): 28/80 kB Progress (1): 32/80 kB Progress (1): 36/80 kB Progress (1): 40/80 kB Progress (1): 45/80 kB Progress (1): 49/80 kB Progress (1): 53/80 kB Progress (1): 57/80 kB Progress (1): 61/80 kB Progress (1): 65/80 kB Progress (1): 69/80 kB Progress (1): 73/80 kB Progress (1): 77/80 kB Progress (1): 80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 913 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 234 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Progress (1): 4.1/332 kB Progress (1): 7.7/332 kB Progress (1): 12/332 kB Progress (2): 12/332 kB | 4.1/8.8 kB Progress (2): 16/332 kB | 4.1/8.8 kB Progress (2): 16/332 kB | 7.7/8.8 kB Progress (2): 16/332 kB | 8.8 kB Progress (3): 16/332 kB | 8.8 kB | 4.1/26 kB Progress (3): 16/332 kB | 8.8 kB | 7.7/26 kB Progress (3): 16/332 kB | 8.8 kB | 12/26 kB Progress (3): 16/332 kB | 8.8 kB | 16/26 kB Progress (3): 16/332 kB | 8.8 kB | 20/26 kB Progress (3): 16/332 kB | 8.8 kB | 24/26 kB Progress (3): 16/332 kB | 8.8 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 158 kB/s) Progress (2): 20/332 kB | 8.8 kB Progress (3): 20/332 kB | 8.8 kB | 4.1/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Progress (4): 20/332 kB | 8.8 kB | 4.1/178 kB | 4.1/68 kB Progress (4): 20/332 kB | 8.8 kB | 7.7/178 kB | 4.1/68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 54 kB/s) Progress (3): 24/332 kB | 7.7/178 kB | 4.1/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Progress (3): 24/332 kB | 12/178 kB | 4.1/68 kB Progress (3): 24/332 kB | 12/178 kB | 7.7/68 kB Progress (3): 24/332 kB | 16/178 kB | 7.7/68 kB Progress (3): 28/332 kB | 16/178 kB | 7.7/68 kB Progress (3): 28/332 kB | 16/178 kB | 12/68 kB Progress (4): 28/332 kB | 16/178 kB | 12/68 kB | 4.1/22 kB Progress (4): 32/332 kB | 16/178 kB | 12/68 kB | 4.1/22 kB Progress (4): 32/332 kB | 16/178 kB | 12/68 kB | 7.7/22 kB Progress (4): 32/332 kB | 20/178 kB | 12/68 kB | 7.7/22 kB Progress (4): 32/332 kB | 20/178 kB | 16/68 kB | 7.7/22 kB Progress (4): 36/332 kB | 20/178 kB | 16/68 kB | 7.7/22 kB Progress (4): 36/332 kB | 24/178 kB | 16/68 kB | 7.7/22 kB Progress (5): 36/332 kB | 24/178 kB | 16/68 kB | 7.7/22 kB | 4.1/17 kB Progress (5): 36/332 kB | 24/178 kB | 16/68 kB | 12/22 kB | 4.1/17 kB Progress (5): 36/332 kB | 24/178 kB | 16/68 kB | 12/22 kB | 7.7/17 kB Progress (5): 36/332 kB | 24/178 kB | 20/68 kB | 12/22 kB | 7.7/17 kB Progress (5): 36/332 kB | 28/178 kB | 20/68 kB | 12/22 kB | 7.7/17 kB Progress (5): 40/332 kB | 28/178 kB | 20/68 kB | 12/22 kB | 7.7/17 kB Progress (5): 40/332 kB | 32/178 kB | 20/68 kB | 12/22 kB | 7.7/17 kB Progress (5): 40/332 kB | 32/178 kB | 24/68 kB | 12/22 kB | 7.7/17 kB Progress (5): 40/332 kB | 32/178 kB | 24/68 kB | 12/22 kB | 12/17 kB Progress (5): 40/332 kB | 32/178 kB | 24/68 kB | 16/22 kB | 12/17 kB Progress (5): 40/332 kB | 36/178 kB | 24/68 kB | 16/22 kB | 12/17 kB Progress (5): 40/332 kB | 36/178 kB | 24/68 kB | 20/22 kB | 12/17 kB Progress (5): 40/332 kB | 36/178 kB | 24/68 kB | 20/22 kB | 16/17 kB Progress (5): 40/332 kB | 36/178 kB | 28/68 kB | 20/22 kB | 16/17 kB Progress (5): 45/332 kB | 36/178 kB | 28/68 kB | 20/22 kB | 16/17 kB Progress (5): 45/332 kB | 36/178 kB | 32/68 kB | 20/22 kB | 16/17 kB Progress (5): 45/332 kB | 36/178 kB | 32/68 kB | 20/22 kB | 17 kB Progress (5): 45/332 kB | 36/178 kB | 32/68 kB | 22 kB | 17 kB Progress (5): 45/332 kB | 40/178 kB | 32/68 kB | 22 kB | 17 kB Progress (5): 45/332 kB | 40/178 kB | 36/68 kB | 22 kB | 17 kB Progress (5): 49/332 kB | 40/178 kB | 36/68 kB | 22 kB | 17 kB Progress (5): 49/332 kB | 40/178 kB | 40/68 kB | 22 kB | 17 kB Progress (5): 49/332 kB | 45/178 kB | 40/68 kB | 22 kB | 17 kB Progress (5): 49/332 kB | 45/178 kB | 45/68 kB | 22 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 123 kB/s) Progress (4): 49/332 kB | 45/178 kB | 49/68 kB | 17 kB Progress (4): 49/332 kB | 49/178 kB | 49/68 kB | 17 kB Progress (4): 53/332 kB | 49/178 kB | 49/68 kB | 17 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (4): 53/332 kB | 49/178 kB | 53/68 kB | 17 kB Progress (4): 57/332 kB | 49/178 kB | 53/68 kB | 17 kB Progress (4): 57/332 kB | 49/178 kB | 57/68 kB | 17 kB Progress (4): 57/332 kB | 53/178 kB | 57/68 kB | 17 kB Progress (4): 57/332 kB | 53/178 kB | 61/68 kB | 17 kB Progress (4): 61/332 kB | 53/178 kB | 61/68 kB | 17 kB Progress (4): 61/332 kB | 53/178 kB | 65/68 kB | 17 kB Progress (4): 61/332 kB | 57/178 kB | 65/68 kB | 17 kB Progress (4): 61/332 kB | 57/178 kB | 68 kB | 17 kB Progress (4): 65/332 kB | 57/178 kB | 68 kB | 17 kB Progress (5): 65/332 kB | 57/178 kB | 68 kB | 17 kB | 4.1/35 kB Progress (5): 65/332 kB | 61/178 kB | 68 kB | 17 kB | 4.1/35 kB Progress (5): 65/332 kB | 61/178 kB | 68 kB | 17 kB | 7.7/35 kB Progress (5): 65/332 kB | 65/178 kB | 68 kB | 17 kB | 7.7/35 kB Progress (5): 69/332 kB | 65/178 kB | 68 kB | 17 kB | 7.7/35 kB Progress (5): 69/332 kB | 65/178 kB | 68 kB | 17 kB | 12/35 kB Progress (5): 73/332 kB | 65/178 kB | 68 kB | 17 kB | 12/35 kB Progress (5): 73/332 kB | 69/178 kB | 68 kB | 17 kB | 12/35 kB Progress (5): 73/332 kB | 69/178 kB | 68 kB | 17 kB | 16/35 kB Progress (5): 73/332 kB | 73/178 kB | 68 kB | 17 kB | 16/35 kB Progress (5): 77/332 kB | 73/178 kB | 68 kB | 17 kB | 16/35 kB Progress (5): 77/332 kB | 77/178 kB | 68 kB | 17 kB | 16/35 kB Progress (5): 77/332 kB | 77/178 kB | 68 kB | 17 kB | 20/35 kB Progress (5): 81/332 kB | 77/178 kB | 68 kB | 17 kB | 20/35 kB Progress (5): 81/332 kB | 77/178 kB | 68 kB | 17 kB | 24/35 kB Progress (5): 81/332 kB | 81/178 kB | 68 kB | 17 kB | 24/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 79 kB/s) Progress (4): 81/332 kB | 81/178 kB | 68 kB | 28/35 kB Progress (4): 81/332 kB | 85/178 kB | 68 kB | 28/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Progress (4): 85/332 kB | 85/178 kB | 68 kB | 28/35 kB Progress (4): 85/332 kB | 90/178 kB | 68 kB | 28/35 kB Progress (4): 85/332 kB | 90/178 kB | 68 kB | 32/35 kB Progress (4): 85/332 kB | 94/178 kB | 68 kB | 32/35 kB Progress (4): 90/332 kB | 94/178 kB | 68 kB | 32/35 kB Progress (4): 94/332 kB | 94/178 kB | 68 kB | 32/35 kB Progress (4): 98/332 kB | 94/178 kB | 68 kB | 32/35 kB Progress (4): 98/332 kB | 98/178 kB | 68 kB | 32/35 kB Progress (4): 98/332 kB | 98/178 kB | 68 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 257 kB/s) Progress (3): 98/332 kB | 102/178 kB | 35 kB Progress (4): 98/332 kB | 102/178 kB | 35 kB | 4.1/13 kB Progress (4): 102/332 kB | 102/178 kB | 35 kB | 4.1/13 kB Progress (4): 102/332 kB | 102/178 kB | 35 kB | 7.7/13 kB Progress (4): 102/332 kB | 106/178 kB | 35 kB | 7.7/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Progress (4): 102/332 kB | 110/178 kB | 35 kB | 7.7/13 kB Progress (4): 102/332 kB | 110/178 kB | 35 kB | 12/13 kB Progress (4): 106/332 kB | 110/178 kB | 35 kB | 12/13 kB Progress (4): 106/332 kB | 110/178 kB | 35 kB | 13 kB Progress (4): 106/332 kB | 114/178 kB | 35 kB | 13 kB Progress (4): 110/332 kB | 114/178 kB | 35 kB | 13 kB Progress (4): 114/332 kB | 114/178 kB | 35 kB | 13 kB Progress (4): 114/332 kB | 118/178 kB | 35 kB | 13 kB Progress (4): 114/332 kB | 122/178 kB | 35 kB | 13 kB Progress (4): 114/332 kB | 126/178 kB | 35 kB | 13 kB Progress (4): 118/332 kB | 126/178 kB | 35 kB | 13 kB Progress (5): 118/332 kB | 126/178 kB | 35 kB | 13 kB | 4.1/41 kB Progress (5): 118/332 kB | 131/178 kB | 35 kB | 13 kB | 4.1/41 kB Progress (5): 118/332 kB | 131/178 kB | 35 kB | 13 kB | 7.7/41 kB Progress (5): 122/332 kB | 131/178 kB | 35 kB | 13 kB | 7.7/41 kB Progress (5): 122/332 kB | 131/178 kB | 35 kB | 13 kB | 12/41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 130 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 122/332 kB | 131/178 kB | 13 kB | 16/41 kB Progress (4): 122/332 kB | 135/178 kB | 13 kB | 16/41 kB Progress (4): 126/332 kB | 135/178 kB | 13 kB | 16/41 kB Progress (4): 126/332 kB | 139/178 kB | 13 kB | 16/41 kB Progress (4): 126/332 kB | 139/178 kB | 13 kB | 20/41 kB Progress (4): 131/332 kB | 139/178 kB | 13 kB | 20/41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 47 kB/s) Progress (3): 131/332 kB | 139/178 kB | 24/41 kB Progress (3): 131/332 kB | 143/178 kB | 24/41 kB Progress (3): 131/332 kB | 143/178 kB | 28/41 kB Progress (4): 131/332 kB | 143/178 kB | 28/41 kB | 4.1/39 kB Progress (4): 135/332 kB | 143/178 kB | 28/41 kB | 4.1/39 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Progress (4): 139/332 kB | 143/178 kB | 28/41 kB | 4.1/39 kB Progress (4): 139/332 kB | 143/178 kB | 28/41 kB | 7.7/39 kB Progress (4): 139/332 kB | 143/178 kB | 32/41 kB | 7.7/39 kB Progress (4): 139/332 kB | 147/178 kB | 32/41 kB | 7.7/39 kB Progress (4): 139/332 kB | 147/178 kB | 32/41 kB | 12/39 kB Progress (4): 143/332 kB | 147/178 kB | 32/41 kB | 12/39 kB Progress (4): 143/332 kB | 147/178 kB | 32/41 kB | 16/39 kB Progress (4): 143/332 kB | 147/178 kB | 36/41 kB | 16/39 kB Progress (5): 143/332 kB | 147/178 kB | 36/41 kB | 16/39 kB | 4.1/10 kB Progress (5): 143/332 kB | 151/178 kB | 36/41 kB | 16/39 kB | 4.1/10 kB Progress (5): 147/332 kB | 151/178 kB | 36/41 kB | 16/39 kB | 4.1/10 kB Progress (5): 147/332 kB | 151/178 kB | 36/41 kB | 20/39 kB | 4.1/10 kB Progress (5): 147/332 kB | 155/178 kB | 36/41 kB | 20/39 kB | 4.1/10 kB Progress (5): 151/332 kB | 155/178 kB | 36/41 kB | 20/39 kB | 4.1/10 kB Progress (5): 151/332 kB | 155/178 kB | 36/41 kB | 20/39 kB | 7.7/10 kB Progress (5): 151/332 kB | 155/178 kB | 40/41 kB | 20/39 kB | 7.7/10 kB Progress (5): 151/332 kB | 155/178 kB | 40/41 kB | 20/39 kB | 10 kB Progress (5): 155/332 kB | 155/178 kB | 40/41 kB | 20/39 kB | 10 kB Progress (5): 155/332 kB | 159/178 kB | 40/41 kB | 20/39 kB | 10 kB Progress (5): 155/332 kB | 159/178 kB | 40/41 kB | 24/39 kB | 10 kB Progress (5): 155/332 kB | 163/178 kB | 40/41 kB | 24/39 kB | 10 kB Progress (5): 159/332 kB | 163/178 kB | 40/41 kB | 24/39 kB | 10 kB Progress (5): 159/332 kB | 163/178 kB | 41 kB | 24/39 kB | 10 kB Progress (5): 163/332 kB | 163/178 kB | 41 kB | 24/39 kB | 10 kB Progress (5): 163/332 kB | 163/178 kB | 41 kB | 28/39 kB | 10 kB Progress (5): 163/332 kB | 167/178 kB | 41 kB | 28/39 kB | 10 kB Progress (5): 163/332 kB | 167/178 kB | 41 kB | 32/39 kB | 10 kB Progress (5): 163/332 kB | 171/178 kB | 41 kB | 32/39 kB | 10 kB Progress (5): 167/332 kB | 171/178 kB | 41 kB | 32/39 kB | 10 kB Progress (5): 167/332 kB | 176/178 kB | 41 kB | 32/39 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 142 kB/s) Progress (4): 167/332 kB | 178 kB | 32/39 kB | 10 kB Progress (4): 171/332 kB | 178 kB | 32/39 kB | 10 kB Progress (4): 171/332 kB | 178 kB | 36/39 kB | 10 kB Progress (4): 176/332 kB | 178 kB | 36/39 kB | 10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (4): 180/332 kB | 178 kB | 36/39 kB | 10 kB Progress (4): 180/332 kB | 178 kB | 39 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 605 kB/s) Progress (3): 184/332 kB | 39 kB | 10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Progress (4): 184/332 kB | 39 kB | 10 kB | 4.1/38 kB Progress (4): 188/332 kB | 39 kB | 10 kB | 4.1/38 kB Progress (4): 188/332 kB | 39 kB | 10 kB | 7.7/38 kB Progress (4): 192/332 kB | 39 kB | 10 kB | 7.7/38 kB Progress (4): 192/332 kB | 39 kB | 10 kB | 12/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 132 kB/s) Progress (4): 192/332 kB | 10 kB | 12/38 kB | 4.1/88 kB Progress (4): 192/332 kB | 10 kB | 16/38 kB | 4.1/88 kB Progress (4): 196/332 kB | 10 kB | 16/38 kB | 4.1/88 kB Progress (4): 196/332 kB | 10 kB | 16/38 kB | 7.7/88 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Progress (4): 200/332 kB | 10 kB | 16/38 kB | 7.7/88 kB Progress (4): 200/332 kB | 10 kB | 20/38 kB | 7.7/88 kB Progress (4): 200/332 kB | 10 kB | 24/38 kB | 7.7/88 kB Progress (4): 200/332 kB | 10 kB | 24/38 kB | 12/88 kB Progress (4): 200/332 kB | 10 kB | 28/38 kB | 12/88 kB Progress (4): 204/332 kB | 10 kB | 28/38 kB | 12/88 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 35 kB/s) Progress (3): 204/332 kB | 32/38 kB | 12/88 kB Progress (3): 204/332 kB | 32/38 kB | 16/88 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Progress (3): 208/332 kB | 32/38 kB | 16/88 kB Progress (4): 208/332 kB | 32/38 kB | 16/88 kB | 4.1/12 kB Progress (4): 208/332 kB | 32/38 kB | 20/88 kB | 4.1/12 kB Progress (4): 208/332 kB | 36/38 kB | 20/88 kB | 4.1/12 kB Progress (4): 208/332 kB | 36/38 kB | 24/88 kB | 4.1/12 kB Progress (4): 208/332 kB | 36/38 kB | 24/88 kB | 7.7/12 kB Progress (4): 212/332 kB | 36/38 kB | 24/88 kB | 7.7/12 kB Progress (4): 212/332 kB | 36/38 kB | 24/88 kB | 12/12 kB Progress (4): 212/332 kB | 36/38 kB | 28/88 kB | 12/12 kB Progress (4): 212/332 kB | 38 kB | 28/88 kB | 12/12 kB Progress (5): 212/332 kB | 38 kB | 28/88 kB | 12/12 kB | 4.1/49 kB Progress (5): 212/332 kB | 38 kB | 32/88 kB | 12/12 kB | 4.1/49 kB Progress (5): 212/332 kB | 38 kB | 32/88 kB | 12 kB | 4.1/49 kB Progress (5): 212/332 kB | 38 kB | 32/88 kB | 12 kB | 7.7/49 kB Progress (5): 217/332 kB | 38 kB | 32/88 kB | 12 kB | 7.7/49 kB Progress (5): 217/332 kB | 38 kB | 36/88 kB | 12 kB | 7.7/49 kB Progress (5): 217/332 kB | 38 kB | 36/88 kB | 12 kB | 12/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 103 kB/s) Progress (4): 217/332 kB | 40/88 kB | 12 kB | 12/49 kB Progress (4): 221/332 kB | 40/88 kB | 12 kB | 12/49 kB Progress (4): 221/332 kB | 45/88 kB | 12 kB | 12/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (4): 221/332 kB | 45/88 kB | 12 kB | 16/49 kB Progress (4): 221/332 kB | 49/88 kB | 12 kB | 16/49 kB Progress (4): 225/332 kB | 49/88 kB | 12 kB | 16/49 kB Progress (4): 229/332 kB | 49/88 kB | 12 kB | 16/49 kB Progress (4): 229/332 kB | 53/88 kB | 12 kB | 16/49 kB Progress (4): 229/332 kB | 53/88 kB | 12 kB | 20/49 kB Progress (4): 229/332 kB | 57/88 kB | 12 kB | 20/49 kB Progress (4): 229/332 kB | 57/88 kB | 12 kB | 24/49 kB Progress (4): 229/332 kB | 61/88 kB | 12 kB | 24/49 kB Progress (4): 233/332 kB | 61/88 kB | 12 kB | 24/49 kB Progress (5): 233/332 kB | 61/88 kB | 12 kB | 24/49 kB | 4.1/51 kB Progress (5): 233/332 kB | 61/88 kB | 12 kB | 28/49 kB | 4.1/51 kB Progress (5): 233/332 kB | 61/88 kB | 12 kB | 28/49 kB | 7.7/51 kB Progress (5): 237/332 kB | 61/88 kB | 12 kB | 28/49 kB | 7.7/51 kB Progress (5): 237/332 kB | 65/88 kB | 12 kB | 28/49 kB | 7.7/51 kB Progress (5): 241/332 kB | 65/88 kB | 12 kB | 28/49 kB | 7.7/51 kB Progress (5): 241/332 kB | 65/88 kB | 12 kB | 28/49 kB | 12/51 kB Progress (5): 241/332 kB | 69/88 kB | 12 kB | 28/49 kB | 12/51 kB Progress (5): 241/332 kB | 69/88 kB | 12 kB | 32/49 kB | 12/51 kB Progress (5): 241/332 kB | 73/88 kB | 12 kB | 32/49 kB | 12/51 kB Progress (5): 241/332 kB | 73/88 kB | 12 kB | 32/49 kB | 16/51 kB Progress (5): 245/332 kB | 73/88 kB | 12 kB | 32/49 kB | 16/51 kB Progress (5): 245/332 kB | 73/88 kB | 12 kB | 36/49 kB | 16/51 kB Progress (5): 245/332 kB | 77/88 kB | 12 kB | 36/49 kB | 16/51 kB Progress (5): 245/332 kB | 77/88 kB | 12 kB | 40/49 kB | 16/51 kB Progress (5): 245/332 kB | 77/88 kB | 12 kB | 40/49 kB | 20/51 kB Progress (5): 249/332 kB | 77/88 kB | 12 kB | 40/49 kB | 20/51 kB Progress (5): 249/332 kB | 77/88 kB | 12 kB | 45/49 kB | 20/51 kB Progress (5): 249/332 kB | 81/88 kB | 12 kB | 45/49 kB | 20/51 kB Progress (5): 249/332 kB | 81/88 kB | 12 kB | 49/49 kB | 20/51 kB Progress (5): 253/332 kB | 81/88 kB | 12 kB | 49/49 kB | 20/51 kB Progress (5): 253/332 kB | 81/88 kB | 12 kB | 49/49 kB | 24/51 kB Progress (5): 258/332 kB | 81/88 kB | 12 kB | 49/49 kB | 24/51 kB Progress (5): 258/332 kB | 81/88 kB | 12 kB | 49 kB | 24/51 kB Progress (5): 258/332 kB | 85/88 kB | 12 kB | 49 kB | 24/51 kB Progress (5): 262/332 kB | 85/88 kB | 12 kB | 49 kB | 24/51 kB Progress (5): 262/332 kB | 85/88 kB | 12 kB | 49 kB | 28/51 kB Progress (5): 262/332 kB | 88 kB | 12 kB | 49 kB | 28/51 kB Progress (5): 262/332 kB | 88 kB | 12 kB | 49 kB | 32/51 kB Progress (5): 266/332 kB | 88 kB | 12 kB | 49 kB | 32/51 kB Progress (5): 266/332 kB | 88 kB | 12 kB | 49 kB | 36/51 kB Progress (5): 270/332 kB | 88 kB | 12 kB | 49 kB | 36/51 kB Progress (5): 270/332 kB | 88 kB | 12 kB | 49 kB | 40/51 kB Progress (5): 274/332 kB | 88 kB | 12 kB | 49 kB | 40/51 kB Progress (5): 274/332 kB | 88 kB | 12 kB | 49 kB | 45/51 kB Progress (5): 278/332 kB | 88 kB | 12 kB | 49 kB | 45/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 32 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (4): 278/332 kB | 88 kB | 49 kB | 49/51 kB Progress (4): 282/332 kB | 88 kB | 49 kB | 49/51 kB Progress (4): 282/332 kB | 88 kB | 49 kB | 51 kB Progress (4): 286/332 kB | 88 kB | 49 kB | 51 kB Progress (4): 290/332 kB | 88 kB | 49 kB | 51 kB Progress (4): 294/332 kB | 88 kB | 49 kB | 51 kB Progress (4): 298/332 kB | 88 kB | 49 kB | 51 kB Progress (4): 303/332 kB | 88 kB | 49 kB | 51 kB Progress (4): 307/332 kB | 88 kB | 49 kB | 51 kB Progress (4): 311/332 kB | 88 kB | 49 kB | 51 kB Progress (4): 315/332 kB | 88 kB | 49 kB | 51 kB Progress (4): 319/332 kB | 88 kB | 49 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 124 kB/s) Progress (3): 323/332 kB | 88 kB | 51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (3): 327/332 kB | 88 kB | 51 kB Progress (3): 331/332 kB | 88 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 220 kB/s) Progress (2): 332 kB | 51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar Progress (3): 332 kB | 51 kB | 4.1/30 kB Progress (3): 332 kB | 51 kB | 7.7/30 kB Progress (3): 332 kB | 51 kB | 12/30 kB Progress (3): 332 kB | 51 kB | 16/30 kB Progress (3): 332 kB | 51 kB | 20/30 kB Progress (3): 332 kB | 51 kB | 24/30 kB Progress (3): 332 kB | 51 kB | 28/30 kB Progress (4): 332 kB | 51 kB | 28/30 kB | 4.1/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 4.1/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 7.7/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 12/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 16/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 20/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 24/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 28/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 32/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 36/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 40/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 45/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 49/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 53/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 57/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 61/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 65/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 69/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 73/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 77/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 81/156 kB Progress (4): 332 kB | 51 kB | 30 kB | 85/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 123 kB/s) Progress (3): 332 kB | 30 kB | 90/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 72 kB/s) Progress (2): 332 kB | 94/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 792 kB/s) Progress (1): 98/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar Progress (1): 102/156 kB Progress (1): 106/156 kB Progress (1): 110/156 kB Progress (1): 114/156 kB Progress (1): 118/156 kB Progress (1): 122/156 kB Progress (1): 126/156 kB Progress (1): 131/156 kB Progress (1): 135/156 kB Progress (1): 139/156 kB Progress (1): 143/156 kB Progress (1): 147/156 kB Progress (1): 151/156 kB Progress (1): 155/156 kB Progress (1): 156 kB Progress (2): 156 kB | 4.1/18 kB Progress (2): 156 kB | 7.7/18 kB Progress (2): 156 kB | 12/18 kB Progress (2): 156 kB | 16/18 kB Progress (3): 156 kB | 16/18 kB | 4.1/61 kB Progress (3): 156 kB | 18 kB | 4.1/61 kB Progress (3): 156 kB | 18 kB | 7.7/61 kB Progress (3): 156 kB | 18 kB | 12/61 kB Progress (4): 156 kB | 18 kB | 12/61 kB | 4.1/165 kB Progress (4): 156 kB | 18 kB | 16/61 kB | 4.1/165 kB Progress (4): 156 kB | 18 kB | 16/61 kB | 7.7/165 kB Progress (4): 156 kB | 18 kB | 16/61 kB | 12/165 kB Progress (4): 156 kB | 18 kB | 16/61 kB | 16/165 kB Progress (4): 156 kB | 18 kB | 20/61 kB | 16/165 kB Progress (4): 156 kB | 18 kB | 24/61 kB | 16/165 kB Progress (4): 156 kB | 18 kB | 28/61 kB | 16/165 kB Progress (4): 156 kB | 18 kB | 32/61 kB | 16/165 kB Progress (4): 156 kB | 18 kB | 32/61 kB | 20/165 kB Progress (4): 156 kB | 18 kB | 32/61 kB | 24/165 kB Progress (4): 156 kB | 18 kB | 32/61 kB | 28/165 kB Progress (4): 156 kB | 18 kB | 36/61 kB | 28/165 kB Progress (4): 156 kB | 18 kB | 36/61 kB | 32/165 kB Progress (4): 156 kB | 18 kB | 40/61 kB | 32/165 kB Progress (4): 156 kB | 18 kB | 45/61 kB | 32/165 kB Progress (4): 156 kB | 18 kB | 49/61 kB | 32/165 kB Progress (4): 156 kB | 18 kB | 49/61 kB | 36/165 kB Progress (4): 156 kB | 18 kB | 49/61 kB | 40/165 kB Progress (4): 156 kB | 18 kB | 49/61 kB | 45/165 kB Progress (4): 156 kB | 18 kB | 53/61 kB | 45/165 kB Progress (4): 156 kB | 18 kB | 53/61 kB | 49/165 kB Progress (4): 156 kB | 18 kB | 57/61 kB | 49/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 49/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 53/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 57/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 61/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 65/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 69/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 73/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 77/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 81/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 85/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 90/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 94/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 98/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 102/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 106/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 110/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 114/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 118/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 122/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 126/165 kB Progress (4): 156 kB | 18 kB | 61 kB | 131/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 126 kB/s) Progress (3): 156 kB | 18 kB | 135/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar Progress (3): 156 kB | 18 kB | 139/165 kB Progress (3): 156 kB | 18 kB | 143/165 kB Progress (3): 156 kB | 18 kB | 147/165 kB Progress (3): 156 kB | 18 kB | 151/165 kB Progress (3): 156 kB | 18 kB | 155/165 kB Progress (3): 156 kB | 18 kB | 159/165 kB Progress (3): 156 kB | 18 kB | 163/165 kB Progress (3): 156 kB | 18 kB | 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 320 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 38 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar Progress (2): 165 kB | 4.1/12 kB Progress (2): 165 kB | 7.7/12 kB Progress (2): 165 kB | 12 kB Progress (3): 165 kB | 12 kB | 4.1/167 kB Progress (3): 165 kB | 12 kB | 7.7/167 kB Progress (3): 165 kB | 12 kB | 12/167 kB Progress (3): 165 kB | 12 kB | 16/167 kB Progress (3): 165 kB | 12 kB | 20/167 kB Progress (3): 165 kB | 12 kB | 24/167 kB Progress (3): 165 kB | 12 kB | 28/167 kB Progress (3): 165 kB | 12 kB | 32/167 kB Progress (4): 165 kB | 12 kB | 32/167 kB | 4.1/55 kB Progress (4): 165 kB | 12 kB | 32/167 kB | 7.7/55 kB Progress (4): 165 kB | 12 kB | 36/167 kB | 7.7/55 kB Progress (4): 165 kB | 12 kB | 36/167 kB | 12/55 kB Progress (4): 165 kB | 12 kB | 40/167 kB | 12/55 kB Progress (4): 165 kB | 12 kB | 40/167 kB | 16/55 kB Progress (4): 165 kB | 12 kB | 45/167 kB | 16/55 kB Progress (4): 165 kB | 12 kB | 49/167 kB | 16/55 kB Progress (4): 165 kB | 12 kB | 49/167 kB | 20/55 kB Progress (4): 165 kB | 12 kB | 49/167 kB | 24/55 kB Progress (4): 165 kB | 12 kB | 53/167 kB | 24/55 kB Progress (4): 165 kB | 12 kB | 53/167 kB | 28/55 kB Progress (4): 165 kB | 12 kB | 57/167 kB | 28/55 kB Progress (4): 165 kB | 12 kB | 57/167 kB | 32/55 kB Progress (4): 165 kB | 12 kB | 61/167 kB | 32/55 kB Progress (4): 165 kB | 12 kB | 65/167 kB | 32/55 kB Progress (4): 165 kB | 12 kB | 65/167 kB | 36/55 kB Progress (4): 165 kB | 12 kB | 65/167 kB | 40/55 kB Progress (4): 165 kB | 12 kB | 69/167 kB | 40/55 kB Progress (4): 165 kB | 12 kB | 69/167 kB | 45/55 kB Progress (4): 165 kB | 12 kB | 73/167 kB | 45/55 kB Progress (4): 165 kB | 12 kB | 73/167 kB | 49/55 kB Progress (4): 165 kB | 12 kB | 77/167 kB | 49/55 kB Progress (4): 165 kB | 12 kB | 81/167 kB | 49/55 kB Progress (4): 165 kB | 12 kB | 81/167 kB | 53/55 kB Progress (4): 165 kB | 12 kB | 81/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 85/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 90/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 94/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 98/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 102/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 106/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 110/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 114/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 118/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 122/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 126/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 131/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 135/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 139/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 143/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 147/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 151/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 155/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 159/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 163/167 kB | 55 kB Progress (4): 165 kB | 12 kB | 167 kB | 55 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 326 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (4): 165 kB | 12 kB | 55 kB | 4.1/4.2 kB Progress (4): 165 kB | 12 kB | 55 kB | 4.2 kB Progress (5): 165 kB | 12 kB | 55 kB | 4.2 kB | 4.1/12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 8.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 295 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 99 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Progress (2): 12 kB | 7.7/12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Progress (3): 12 kB | 7.7/12 kB | 4.1/293 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 21 kB/s) Progress (2): 7.7/12 kB | 7.7/293 kB Progress (2): 12 kB | 7.7/293 kB Progress (2): 12 kB | 12/293 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar Progress (3): 12 kB | 12/293 kB | 4.1/47 kB Progress (3): 12 kB | 16/293 kB | 4.1/47 kB Progress (3): 12 kB | 16/293 kB | 7.7/47 kB Progress (3): 12 kB | 16/293 kB | 12/47 kB Progress (3): 12 kB | 16/293 kB | 16/47 kB Progress (3): 12 kB | 20/293 kB | 16/47 kB Progress (3): 12 kB | 24/293 kB | 16/47 kB Progress (3): 12 kB | 28/293 kB | 16/47 kB Progress (3): 12 kB | 28/293 kB | 20/47 kB Progress (4): 12 kB | 28/293 kB | 20/47 kB | 4.1/173 kB Progress (4): 12 kB | 32/293 kB | 20/47 kB | 4.1/173 kB Progress (4): 12 kB | 32/293 kB | 20/47 kB | 7.7/173 kB Progress (4): 12 kB | 32/293 kB | 24/47 kB | 7.7/173 kB Progress (4): 12 kB | 32/293 kB | 24/47 kB | 12/173 kB Progress (4): 12 kB | 32/293 kB | 28/47 kB | 12/173 kB Progress (4): 12 kB | 32/293 kB | 28/47 kB | 16/173 kB Progress (4): 12 kB | 36/293 kB | 28/47 kB | 16/173 kB Progress (4): 12 kB | 36/293 kB | 32/47 kB | 16/173 kB Progress (4): 12 kB | 40/293 kB | 32/47 kB | 16/173 kB Progress (4): 12 kB | 40/293 kB | 32/47 kB | 20/173 kB Progress (4): 12 kB | 45/293 kB | 32/47 kB | 20/173 kB Progress (4): 12 kB | 45/293 kB | 36/47 kB | 20/173 kB Progress (4): 12 kB | 45/293 kB | 36/47 kB | 24/173 kB Progress (4): 12 kB | 45/293 kB | 40/47 kB | 24/173 kB Progress (4): 12 kB | 49/293 kB | 40/47 kB | 24/173 kB Progress (4): 12 kB | 49/293 kB | 45/47 kB | 24/173 kB Progress (4): 12 kB | 49/293 kB | 45/47 kB | 28/173 kB Progress (4): 12 kB | 49/293 kB | 47 kB | 28/173 kB Progress (4): 12 kB | 49/293 kB | 47 kB | 32/173 kB Progress (4): 12 kB | 53/293 kB | 47 kB | 32/173 kB Progress (4): 12 kB | 57/293 kB | 47 kB | 32/173 kB Progress (4): 12 kB | 61/293 kB | 47 kB | 32/173 kB Progress (4): 12 kB | 61/293 kB | 47 kB | 36/173 kB Progress (4): 12 kB | 65/293 kB | 47 kB | 36/173 kB Progress (4): 12 kB | 65/293 kB | 47 kB | 40/173 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 82 kB/s) Progress (3): 12 kB | 69/293 kB | 40/173 kB Progress (4): 12 kB | 69/293 kB | 40/173 kB | 4.1/61 kB Progress (4): 12 kB | 69/293 kB | 45/173 kB | 4.1/61 kB Progress (4): 12 kB | 69/293 kB | 45/173 kB | 7.7/61 kB Progress (4): 12 kB | 73/293 kB | 45/173 kB | 7.7/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar Progress (4): 12 kB | 77/293 kB | 45/173 kB | 7.7/61 kB Progress (4): 12 kB | 77/293 kB | 45/173 kB | 12/61 kB Progress (4): 12 kB | 77/293 kB | 49/173 kB | 12/61 kB Progress (4): 12 kB | 77/293 kB | 49/173 kB | 16/61 kB Progress (4): 12 kB | 81/293 kB | 49/173 kB | 16/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar (12 kB at 20 kB/s) Progress (3): 85/293 kB | 49/173 kB | 16/61 kB Progress (3): 85/293 kB | 53/173 kB | 16/61 kB Progress (3): 85/293 kB | 53/173 kB | 20/61 kB Progress (3): 85/293 kB | 57/173 kB | 20/61 kB Progress (3): 90/293 kB | 57/173 kB | 20/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar Progress (3): 94/293 kB | 57/173 kB | 20/61 kB Progress (3): 94/293 kB | 61/173 kB | 20/61 kB Progress (3): 94/293 kB | 61/173 kB | 24/61 kB Progress (3): 94/293 kB | 65/173 kB | 24/61 kB Progress (3): 98/293 kB | 65/173 kB | 24/61 kB Progress (3): 98/293 kB | 65/173 kB | 28/61 kB Progress (3): 98/293 kB | 65/173 kB | 32/61 kB Progress (4): 98/293 kB | 65/173 kB | 32/61 kB | 4.1/98 kB Progress (4): 98/293 kB | 69/173 kB | 32/61 kB | 4.1/98 kB Progress (4): 102/293 kB | 69/173 kB | 32/61 kB | 4.1/98 kB Progress (5): 102/293 kB | 69/173 kB | 32/61 kB | 4.1/98 kB | 4.1/11 kB Progress (5): 102/293 kB | 73/173 kB | 32/61 kB | 4.1/98 kB | 4.1/11 kB Progress (5): 102/293 kB | 73/173 kB | 36/61 kB | 4.1/98 kB | 4.1/11 kB Progress (5): 102/293 kB | 73/173 kB | 36/61 kB | 7.7/98 kB | 4.1/11 kB Progress (5): 102/293 kB | 73/173 kB | 40/61 kB | 7.7/98 kB | 4.1/11 kB Progress (5): 102/293 kB | 77/173 kB | 40/61 kB | 7.7/98 kB | 4.1/11 kB Progress (5): 102/293 kB | 77/173 kB | 40/61 kB | 7.7/98 kB | 7.7/11 kB Progress (5): 106/293 kB | 77/173 kB | 40/61 kB | 7.7/98 kB | 7.7/11 kB Progress (5): 106/293 kB | 77/173 kB | 40/61 kB | 7.7/98 kB | 11 kB Progress (5): 106/293 kB | 81/173 kB | 40/61 kB | 7.7/98 kB | 11 kB Progress (5): 106/293 kB | 81/173 kB | 45/61 kB | 7.7/98 kB | 11 kB Progress (5): 106/293 kB | 81/173 kB | 45/61 kB | 12/98 kB | 11 kB Progress (5): 106/293 kB | 81/173 kB | 49/61 kB | 12/98 kB | 11 kB Progress (5): 110/293 kB | 81/173 kB | 49/61 kB | 12/98 kB | 11 kB Progress (5): 110/293 kB | 85/173 kB | 49/61 kB | 12/98 kB | 11 kB Progress (5): 110/293 kB | 85/173 kB | 49/61 kB | 16/98 kB | 11 kB Progress (5): 110/293 kB | 90/173 kB | 49/61 kB | 16/98 kB | 11 kB Progress (5): 110/293 kB | 90/173 kB | 53/61 kB | 16/98 kB | 11 kB Progress (5): 114/293 kB | 90/173 kB | 53/61 kB | 16/98 kB | 11 kB Progress (5): 114/293 kB | 90/173 kB | 53/61 kB | 20/98 kB | 11 kB Progress (5): 114/293 kB | 90/173 kB | 57/61 kB | 20/98 kB | 11 kB Progress (5): 114/293 kB | 94/173 kB | 57/61 kB | 20/98 kB | 11 kB Progress (5): 118/293 kB | 94/173 kB | 57/61 kB | 20/98 kB | 11 kB Progress (5): 118/293 kB | 94/173 kB | 61 kB | 20/98 kB | 11 kB Progress (5): 118/293 kB | 94/173 kB | 61 kB | 24/98 kB | 11 kB Progress (5): 122/293 kB | 94/173 kB | 61 kB | 24/98 kB | 11 kB Progress (5): 122/293 kB | 98/173 kB | 61 kB | 24/98 kB | 11 kB Progress (5): 126/293 kB | 98/173 kB | 61 kB | 24/98 kB | 11 kB Progress (5): 126/293 kB | 98/173 kB | 61 kB | 28/98 kB | 11 kB Progress (5): 131/293 kB | 98/173 kB | 61 kB | 28/98 kB | 11 kB Progress (5): 131/293 kB | 102/173 kB | 61 kB | 28/98 kB | 11 kB Progress (5): 131/293 kB | 102/173 kB | 61 kB | 32/98 kB | 11 kB Progress (5): 131/293 kB | 106/173 kB | 61 kB | 32/98 kB | 11 kB Progress (5): 135/293 kB | 106/173 kB | 61 kB | 32/98 kB | 11 kB Progress (5): 135/293 kB | 110/173 kB | 61 kB | 32/98 kB | 11 kB Progress (5): 135/293 kB | 110/173 kB | 61 kB | 36/98 kB | 11 kB Progress (5): 139/293 kB | 110/173 kB | 61 kB | 36/98 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 19 kB/s) Progress (4): 139/293 kB | 110/173 kB | 61 kB | 40/98 kB Progress (4): 139/293 kB | 114/173 kB | 61 kB | 40/98 kB Progress (4): 139/293 kB | 114/173 kB | 61 kB | 45/98 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar Progress (4): 143/293 kB | 114/173 kB | 61 kB | 45/98 kB Progress (4): 143/293 kB | 118/173 kB | 61 kB | 45/98 kB Progress (4): 143/293 kB | 118/173 kB | 61 kB | 49/98 kB Progress (4): 143/293 kB | 122/173 kB | 61 kB | 49/98 kB Progress (4): 147/293 kB | 122/173 kB | 61 kB | 49/98 kB Progress (4): 147/293 kB | 126/173 kB | 61 kB | 49/98 kB Progress (4): 147/293 kB | 126/173 kB | 61 kB | 53/98 kB Progress (4): 147/293 kB | 131/173 kB | 61 kB | 53/98 kB Progress (4): 147/293 kB | 131/173 kB | 61 kB | 57/98 kB Progress (4): 151/293 kB | 131/173 kB | 61 kB | 57/98 kB Progress (4): 151/293 kB | 131/173 kB | 61 kB | 61/98 kB Progress (4): 155/293 kB | 131/173 kB | 61 kB | 61/98 kB Progress (4): 155/293 kB | 131/173 kB | 61 kB | 65/98 kB Progress (4): 155/293 kB | 135/173 kB | 61 kB | 65/98 kB Progress (4): 159/293 kB | 135/173 kB | 61 kB | 65/98 kB Progress (4): 159/293 kB | 139/173 kB | 61 kB | 65/98 kB Progress (4): 159/293 kB | 139/173 kB | 61 kB | 69/98 kB Progress (4): 163/293 kB | 139/173 kB | 61 kB | 69/98 kB Progress (4): 163/293 kB | 139/173 kB | 61 kB | 73/98 kB Progress (4): 163/293 kB | 143/173 kB | 61 kB | 73/98 kB Progress (4): 163/293 kB | 143/173 kB | 61 kB | 77/98 kB Progress (4): 163/293 kB | 147/173 kB | 61 kB | 77/98 kB Progress (4): 163/293 kB | 147/173 kB | 61 kB | 81/98 kB Progress (4): 167/293 kB | 147/173 kB | 61 kB | 81/98 kB Progress (4): 171/293 kB | 147/173 kB | 61 kB | 81/98 kB Progress (4): 171/293 kB | 151/173 kB | 61 kB | 81/98 kB Progress (4): 171/293 kB | 151/173 kB | 61 kB | 85/98 kB Progress (4): 176/293 kB | 151/173 kB | 61 kB | 85/98 kB Progress (4): 176/293 kB | 151/173 kB | 61 kB | 90/98 kB Progress (4): 176/293 kB | 155/173 kB | 61 kB | 90/98 kB Progress (4): 176/293 kB | 155/173 kB | 61 kB | 94/98 kB Progress (4): 180/293 kB | 155/173 kB | 61 kB | 94/98 kB Progress (5): 180/293 kB | 155/173 kB | 61 kB | 94/98 kB | 4.1/62 kB Progress (5): 180/293 kB | 155/173 kB | 61 kB | 94/98 kB | 7.7/62 kB Progress (5): 180/293 kB | 155/173 kB | 61 kB | 98 kB | 7.7/62 kB Progress (5): 180/293 kB | 159/173 kB | 61 kB | 98 kB | 7.7/62 kB Progress (5): 180/293 kB | 159/173 kB | 61 kB | 98 kB | 12/62 kB Progress (5): 184/293 kB | 159/173 kB | 61 kB | 98 kB | 12/62 kB Progress (5): 184/293 kB | 159/173 kB | 61 kB | 98 kB | 16/62 kB Progress (5): 184/293 kB | 163/173 kB | 61 kB | 98 kB | 16/62 kB Progress (5): 188/293 kB | 163/173 kB | 61 kB | 98 kB | 16/62 kB Progress (5): 192/293 kB | 163/173 kB | 61 kB | 98 kB | 16/62 kB Progress (5): 192/293 kB | 167/173 kB | 61 kB | 98 kB | 16/62 kB Progress (5): 192/293 kB | 167/173 kB | 61 kB | 98 kB | 20/62 kB Progress (5): 192/293 kB | 171/173 kB | 61 kB | 98 kB | 20/62 kB Progress (5): 196/293 kB | 171/173 kB | 61 kB | 98 kB | 20/62 kB Progress (5): 196/293 kB | 173 kB | 61 kB | 98 kB | 20/62 kB Progress (5): 196/293 kB | 173 kB | 61 kB | 98 kB | 24/62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 91 kB/s) Progress (4): 200/293 kB | 173 kB | 98 kB | 24/62 kB Progress (4): 200/293 kB | 173 kB | 98 kB | 28/62 kB Progress (4): 204/293 kB | 173 kB | 98 kB | 28/62 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 260 kB/s) Progress (3): 208/293 kB | 98 kB | 28/62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 147 kB/s) Progress (2): 208/293 kB | 32/62 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar Progress (2): 212/293 kB | 32/62 kB Progress (2): 212/293 kB | 36/62 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar Progress (2): 212/293 kB | 40/62 kB Progress (2): 217/293 kB | 40/62 kB Progress (2): 217/293 kB | 45/62 kB Progress (2): 221/293 kB | 45/62 kB Progress (2): 221/293 kB | 49/62 kB Progress (2): 225/293 kB | 49/62 kB Progress (2): 229/293 kB | 49/62 kB Progress (3): 229/293 kB | 49/62 kB | 4.1/39 kB Progress (3): 229/293 kB | 53/62 kB | 4.1/39 kB Progress (3): 229/293 kB | 53/62 kB | 7.7/39 kB Progress (3): 233/293 kB | 53/62 kB | 7.7/39 kB Progress (3): 233/293 kB | 53/62 kB | 12/39 kB Progress (4): 233/293 kB | 53/62 kB | 12/39 kB | 4.1/17 kB Progress (4): 233/293 kB | 57/62 kB | 12/39 kB | 4.1/17 kB Progress (4): 233/293 kB | 57/62 kB | 12/39 kB | 7.7/17 kB Progress (4): 233/293 kB | 57/62 kB | 16/39 kB | 7.7/17 kB Progress (4): 237/293 kB | 57/62 kB | 16/39 kB | 7.7/17 kB Progress (4): 237/293 kB | 57/62 kB | 16/39 kB | 12/17 kB Progress (4): 237/293 kB | 61/62 kB | 16/39 kB | 12/17 kB Progress (4): 237/293 kB | 61/62 kB | 20/39 kB | 12/17 kB Progress (4): 237/293 kB | 61/62 kB | 20/39 kB | 16/17 kB Progress (4): 241/293 kB | 61/62 kB | 20/39 kB | 16/17 kB Progress (4): 241/293 kB | 61/62 kB | 20/39 kB | 17 kB Progress (4): 241/293 kB | 61/62 kB | 24/39 kB | 17 kB Progress (4): 241/293 kB | 62 kB | 24/39 kB | 17 kB Progress (4): 241/293 kB | 62 kB | 28/39 kB | 17 kB Progress (4): 245/293 kB | 62 kB | 28/39 kB | 17 kB Progress (4): 245/293 kB | 62 kB | 32/39 kB | 17 kB Progress (4): 245/293 kB | 62 kB | 36/39 kB | 17 kB Progress (4): 249/293 kB | 62 kB | 36/39 kB | 17 kB Progress (4): 249/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 253/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 258/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 262/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 266/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 270/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 274/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 278/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 282/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 286/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 290/293 kB | 62 kB | 39 kB | 17 kB Progress (4): 293 kB | 62 kB | 39 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 426 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Progress (4): 62 kB | 39 kB | 17 kB | 4.1/16 kB Progress (4): 62 kB | 39 kB | 17 kB | 7.7/16 kB Progress (4): 62 kB | 39 kB | 17 kB | 12/16 kB Progress (4): 62 kB | 39 kB | 17 kB | 16/16 kB Progress (4): 62 kB | 39 kB | 17 kB | 16 kB Progress (5): 62 kB | 39 kB | 17 kB | 16 kB | 4.1/7.7 kB Progress (5): 62 kB | 39 kB | 17 kB | 16 kB | 7.7/7.7 kB Progress (5): 62 kB | 39 kB | 17 kB | 16 kB | 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 25 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar Progress (5): 62 kB | 39 kB | 16 kB | 7.7 kB | 4.1/347 kB Progress (5): 62 kB | 39 kB | 16 kB | 7.7 kB | 7.7/347 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar (39 kB at 55 kB/s) Progress (4): 62 kB | 16 kB | 7.7 kB | 12/347 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (4): 62 kB | 16 kB | 7.7 kB | 16/347 kB Progress (4): 62 kB | 16 kB | 7.7 kB | 20/347 kB Progress (4): 62 kB | 16 kB | 7.7 kB | 24/347 kB Progress (4): 62 kB | 16 kB | 7.7 kB | 28/347 kB Progress (4): 62 kB | 16 kB | 7.7 kB | 32/347 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 32/347 kB | 4.1/189 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 36/347 kB | 4.1/189 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 36/347 kB | 7.7/189 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 40/347 kB | 7.7/189 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 40/347 kB | 12/189 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 45/347 kB | 12/189 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 45/347 kB | 16/189 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 49/347 kB | 16/189 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 49/347 kB | 20/189 kB Progress (5): 62 kB | 16 kB | 7.7 kB | 53/347 kB | 20/189 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar (16 kB at 22 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 87 kB/s) Progress (3): 7.7 kB | 53/347 kB | 24/189 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar Progress (3): 7.7 kB | 57/347 kB | 24/189 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar Progress (2): 61/347 kB | 24/189 kB Progress (2): 61/347 kB | 28/189 kB Progress (2): 65/347 kB | 28/189 kB Progress (2): 65/347 kB | 32/189 kB Progress (3): 65/347 kB | 32/189 kB | 4.1/144 kB Progress (3): 69/347 kB | 32/189 kB | 4.1/144 kB Progress (3): 69/347 kB | 32/189 kB | 7.7/144 kB Progress (3): 73/347 kB | 32/189 kB | 7.7/144 kB Progress (3): 73/347 kB | 32/189 kB | 12/144 kB Progress (3): 77/347 kB | 32/189 kB | 12/144 kB Progress (3): 77/347 kB | 32/189 kB | 16/144 kB Progress (3): 81/347 kB | 32/189 kB | 16/144 kB Progress (3): 85/347 kB | 32/189 kB | 16/144 kB Progress (3): 90/347 kB | 32/189 kB | 16/144 kB Progress (3): 94/347 kB | 32/189 kB | 16/144 kB Progress (3): 98/347 kB | 32/189 kB | 16/144 kB Progress (3): 98/347 kB | 36/189 kB | 16/144 kB Progress (3): 98/347 kB | 36/189 kB | 20/144 kB Progress (4): 98/347 kB | 36/189 kB | 20/144 kB | 4.1/139 kB Progress (4): 98/347 kB | 36/189 kB | 24/144 kB | 4.1/139 kB Progress (4): 102/347 kB | 36/189 kB | 24/144 kB | 4.1/139 kB Progress (4): 102/347 kB | 40/189 kB | 24/144 kB | 4.1/139 kB Progress (4): 106/347 kB | 40/189 kB | 24/144 kB | 4.1/139 kB Progress (4): 106/347 kB | 40/189 kB | 28/144 kB | 4.1/139 kB Progress (4): 106/347 kB | 40/189 kB | 28/144 kB | 7.7/139 kB Progress (4): 106/347 kB | 40/189 kB | 32/144 kB | 7.7/139 kB Progress (5): 106/347 kB | 40/189 kB | 32/144 kB | 7.7/139 kB | 4.1/90 kB Progress (5): 110/347 kB | 40/189 kB | 32/144 kB | 7.7/139 kB | 4.1/90 kB Progress (5): 110/347 kB | 45/189 kB | 32/144 kB | 7.7/139 kB | 4.1/90 kB Progress (5): 110/347 kB | 45/189 kB | 36/144 kB | 7.7/139 kB | 4.1/90 kB Progress (5): 114/347 kB | 45/189 kB | 36/144 kB | 7.7/139 kB | 4.1/90 kB Progress (5): 114/347 kB | 45/189 kB | 36/144 kB | 7.7/139 kB | 7.7/90 kB Progress (5): 114/347 kB | 45/189 kB | 36/144 kB | 12/139 kB | 7.7/90 kB Progress (5): 114/347 kB | 45/189 kB | 36/144 kB | 12/139 kB | 12/90 kB Progress (5): 114/347 kB | 45/189 kB | 40/144 kB | 12/139 kB | 12/90 kB Progress (5): 114/347 kB | 49/189 kB | 40/144 kB | 12/139 kB | 12/90 kB Progress (5): 114/347 kB | 49/189 kB | 45/144 kB | 12/139 kB | 12/90 kB Progress (5): 114/347 kB | 49/189 kB | 45/144 kB | 12/139 kB | 16/90 kB Progress (5): 118/347 kB | 49/189 kB | 45/144 kB | 12/139 kB | 16/90 kB Progress (5): 118/347 kB | 49/189 kB | 45/144 kB | 16/139 kB | 16/90 kB Progress (5): 122/347 kB | 49/189 kB | 45/144 kB | 16/139 kB | 16/90 kB Progress (5): 122/347 kB | 53/189 kB | 45/144 kB | 16/139 kB | 16/90 kB Progress (5): 122/347 kB | 53/189 kB | 49/144 kB | 16/139 kB | 16/90 kB Progress (5): 122/347 kB | 53/189 kB | 49/144 kB | 20/139 kB | 16/90 kB Progress (5): 122/347 kB | 57/189 kB | 49/144 kB | 20/139 kB | 16/90 kB Progress (5): 126/347 kB | 57/189 kB | 49/144 kB | 20/139 kB | 16/90 kB Progress (5): 126/347 kB | 57/189 kB | 49/144 kB | 20/139 kB | 20/90 kB Progress (5): 131/347 kB | 57/189 kB | 49/144 kB | 20/139 kB | 20/90 kB Progress (5): 131/347 kB | 57/189 kB | 53/144 kB | 20/139 kB | 20/90 kB Progress (5): 131/347 kB | 61/189 kB | 53/144 kB | 20/139 kB | 20/90 kB Progress (5): 131/347 kB | 61/189 kB | 53/144 kB | 24/139 kB | 20/90 kB Progress (5): 135/347 kB | 61/189 kB | 53/144 kB | 24/139 kB | 20/90 kB Progress (5): 135/347 kB | 65/189 kB | 53/144 kB | 24/139 kB | 20/90 kB Progress (5): 135/347 kB | 65/189 kB | 57/144 kB | 24/139 kB | 20/90 kB Progress (5): 135/347 kB | 65/189 kB | 57/144 kB | 24/139 kB | 24/90 kB Progress (5): 135/347 kB | 65/189 kB | 61/144 kB | 24/139 kB | 24/90 kB Progress (5): 139/347 kB | 65/189 kB | 61/144 kB | 24/139 kB | 24/90 kB Progress (5): 139/347 kB | 65/189 kB | 61/144 kB | 28/139 kB | 24/90 kB Progress (5): 143/347 kB | 65/189 kB | 61/144 kB | 28/139 kB | 24/90 kB Progress (5): 143/347 kB | 65/189 kB | 65/144 kB | 28/139 kB | 24/90 kB Progress (5): 143/347 kB | 69/189 kB | 65/144 kB | 28/139 kB | 24/90 kB Progress (5): 143/347 kB | 69/189 kB | 65/144 kB | 28/139 kB | 28/90 kB Progress (5): 143/347 kB | 73/189 kB | 65/144 kB | 28/139 kB | 28/90 kB Progress (5): 147/347 kB | 73/189 kB | 65/144 kB | 28/139 kB | 28/90 kB Progress (5): 147/347 kB | 73/189 kB | 65/144 kB | 32/139 kB | 28/90 kB Progress (5): 147/347 kB | 77/189 kB | 65/144 kB | 32/139 kB | 28/90 kB Progress (5): 147/347 kB | 77/189 kB | 69/144 kB | 32/139 kB | 28/90 kB Progress (5): 147/347 kB | 77/189 kB | 69/144 kB | 32/139 kB | 32/90 kB Progress (5): 151/347 kB | 77/189 kB | 69/144 kB | 32/139 kB | 32/90 kB Progress (5): 151/347 kB | 77/189 kB | 73/144 kB | 32/139 kB | 32/90 kB Progress (5): 151/347 kB | 81/189 kB | 73/144 kB | 32/139 kB | 32/90 kB Progress (5): 151/347 kB | 81/189 kB | 77/144 kB | 32/139 kB | 32/90 kB Progress (5): 151/347 kB | 81/189 kB | 77/144 kB | 32/139 kB | 36/90 kB Progress (5): 155/347 kB | 81/189 kB | 77/144 kB | 32/139 kB | 36/90 kB Progress (5): 155/347 kB | 81/189 kB | 77/144 kB | 36/139 kB | 36/90 kB Progress (5): 159/347 kB | 81/189 kB | 77/144 kB | 36/139 kB | 36/90 kB Progress (5): 159/347 kB | 81/189 kB | 77/144 kB | 36/139 kB | 40/90 kB Progress (5): 159/347 kB | 85/189 kB | 77/144 kB | 36/139 kB | 40/90 kB Progress (5): 159/347 kB | 85/189 kB | 81/144 kB | 36/139 kB | 40/90 kB Progress (5): 159/347 kB | 90/189 kB | 81/144 kB | 36/139 kB | 40/90 kB Progress (5): 159/347 kB | 90/189 kB | 81/144 kB | 36/139 kB | 45/90 kB Progress (5): 163/347 kB | 90/189 kB | 81/144 kB | 36/139 kB | 45/90 kB Progress (5): 163/347 kB | 90/189 kB | 81/144 kB | 40/139 kB | 45/90 kB Progress (5): 163/347 kB | 90/189 kB | 85/144 kB | 40/139 kB | 45/90 kB Progress (5): 163/347 kB | 90/189 kB | 85/144 kB | 40/139 kB | 49/90 kB Progress (5): 163/347 kB | 94/189 kB | 85/144 kB | 40/139 kB | 49/90 kB Progress (5): 167/347 kB | 94/189 kB | 85/144 kB | 40/139 kB | 49/90 kB Progress (5): 167/347 kB | 94/189 kB | 90/144 kB | 40/139 kB | 49/90 kB Progress (5): 167/347 kB | 94/189 kB | 90/144 kB | 45/139 kB | 49/90 kB Progress (5): 167/347 kB | 94/189 kB | 94/144 kB | 45/139 kB | 49/90 kB Progress (5): 167/347 kB | 94/189 kB | 94/144 kB | 45/139 kB | 53/90 kB Progress (5): 171/347 kB | 94/189 kB | 94/144 kB | 45/139 kB | 53/90 kB Progress (5): 171/347 kB | 98/189 kB | 94/144 kB | 45/139 kB | 53/90 kB Progress (5): 176/347 kB | 98/189 kB | 94/144 kB | 45/139 kB | 53/90 kB Progress (5): 176/347 kB | 98/189 kB | 94/144 kB | 45/139 kB | 57/90 kB Progress (5): 176/347 kB | 98/189 kB | 98/144 kB | 45/139 kB | 57/90 kB Progress (5): 176/347 kB | 98/189 kB | 98/144 kB | 49/139 kB | 57/90 kB Progress (5): 176/347 kB | 102/189 kB | 98/144 kB | 49/139 kB | 57/90 kB Progress (5): 176/347 kB | 102/189 kB | 98/144 kB | 49/139 kB | 61/90 kB Progress (5): 180/347 kB | 102/189 kB | 98/144 kB | 49/139 kB | 61/90 kB Progress (5): 180/347 kB | 102/189 kB | 98/144 kB | 53/139 kB | 61/90 kB Progress (5): 180/347 kB | 102/189 kB | 98/144 kB | 53/139 kB | 65/90 kB Progress (5): 180/347 kB | 102/189 kB | 102/144 kB | 53/139 kB | 65/90 kB Progress (5): 180/347 kB | 106/189 kB | 102/144 kB | 53/139 kB | 65/90 kB Progress (5): 180/347 kB | 106/189 kB | 106/144 kB | 53/139 kB | 65/90 kB Progress (5): 184/347 kB | 106/189 kB | 106/144 kB | 53/139 kB | 65/90 kB Progress (5): 184/347 kB | 106/189 kB | 106/144 kB | 57/139 kB | 65/90 kB Progress (5): 188/347 kB | 106/189 kB | 106/144 kB | 57/139 kB | 65/90 kB Progress (5): 188/347 kB | 106/189 kB | 110/144 kB | 57/139 kB | 65/90 kB Progress (5): 188/347 kB | 106/189 kB | 110/144 kB | 57/139 kB | 69/90 kB Progress (5): 188/347 kB | 110/189 kB | 110/144 kB | 57/139 kB | 69/90 kB Progress (5): 188/347 kB | 110/189 kB | 110/144 kB | 57/139 kB | 73/90 kB Progress (5): 188/347 kB | 110/189 kB | 114/144 kB | 57/139 kB | 73/90 kB Progress (5): 192/347 kB | 110/189 kB | 114/144 kB | 57/139 kB | 73/90 kB Progress (5): 192/347 kB | 110/189 kB | 114/144 kB | 61/139 kB | 73/90 kB Progress (5): 196/347 kB | 110/189 kB | 114/144 kB | 61/139 kB | 73/90 kB Progress (5): 196/347 kB | 110/189 kB | 114/144 kB | 61/139 kB | 77/90 kB Progress (5): 196/347 kB | 114/189 kB | 114/144 kB | 61/139 kB | 77/90 kB Progress (5): 196/347 kB | 114/189 kB | 114/144 kB | 61/139 kB | 81/90 kB Progress (5): 196/347 kB | 114/189 kB | 118/144 kB | 61/139 kB | 81/90 kB Progress (5): 196/347 kB | 114/189 kB | 118/144 kB | 65/139 kB | 81/90 kB Progress (5): 196/347 kB | 114/189 kB | 118/144 kB | 65/139 kB | 85/90 kB Progress (5): 196/347 kB | 118/189 kB | 118/144 kB | 65/139 kB | 85/90 kB Progress (5): 196/347 kB | 118/189 kB | 122/144 kB | 65/139 kB | 85/90 kB Progress (5): 200/347 kB | 118/189 kB | 122/144 kB | 65/139 kB | 85/90 kB Progress (5): 200/347 kB | 118/189 kB | 126/144 kB | 65/139 kB | 85/90 kB Progress (5): 200/347 kB | 118/189 kB | 126/144 kB | 69/139 kB | 85/90 kB Progress (5): 200/347 kB | 122/189 kB | 126/144 kB | 69/139 kB | 85/90 kB Progress (5): 200/347 kB | 122/189 kB | 126/144 kB | 69/139 kB | 90/90 kB Progress (5): 200/347 kB | 126/189 kB | 126/144 kB | 69/139 kB | 90/90 kB Progress (5): 200/347 kB | 126/189 kB | 126/144 kB | 73/139 kB | 90/90 kB Progress (5): 200/347 kB | 126/189 kB | 131/144 kB | 73/139 kB | 90/90 kB Progress (5): 204/347 kB | 126/189 kB | 131/144 kB | 73/139 kB | 90/90 kB Progress (5): 204/347 kB | 126/189 kB | 131/144 kB | 77/139 kB | 90/90 kB Progress (5): 204/347 kB | 131/189 kB | 131/144 kB | 77/139 kB | 90/90 kB Progress (5): 204/347 kB | 131/189 kB | 131/144 kB | 77/139 kB | 90 kB Progress (5): 204/347 kB | 131/189 kB | 131/144 kB | 81/139 kB | 90 kB Progress (5): 204/347 kB | 131/189 kB | 135/144 kB | 81/139 kB | 90 kB Progress (5): 208/347 kB | 131/189 kB | 135/144 kB | 81/139 kB | 90 kB Progress (5): 208/347 kB | 131/189 kB | 139/144 kB | 81/139 kB | 90 kB Progress (5): 208/347 kB | 135/189 kB | 139/144 kB | 81/139 kB | 90 kB Progress (5): 208/347 kB | 135/189 kB | 143/144 kB | 81/139 kB | 90 kB Progress (5): 208/347 kB | 135/189 kB | 143/144 kB | 85/139 kB | 90 kB Progress (5): 212/347 kB | 135/189 kB | 143/144 kB | 85/139 kB | 90 kB Progress (5): 212/347 kB | 135/189 kB | 143/144 kB | 90/139 kB | 90 kB Progress (5): 212/347 kB | 135/189 kB | 144 kB | 90/139 kB | 90 kB Progress (5): 212/347 kB | 139/189 kB | 144 kB | 90/139 kB | 90 kB Progress (5): 217/347 kB | 139/189 kB | 144 kB | 90/139 kB | 90 kB Progress (5): 217/347 kB | 139/189 kB | 144 kB | 94/139 kB | 90 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 111 kB/s) Progress (4): 217/347 kB | 139/189 kB | 144 kB | 98/139 kB Progress (4): 221/347 kB | 139/189 kB | 144 kB | 98/139 kB Progress (4): 221/347 kB | 143/189 kB | 144 kB | 98/139 kB Progress (4): 225/347 kB | 143/189 kB | 144 kB | 98/139 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar Progress (4): 229/347 kB | 143/189 kB | 144 kB | 98/139 kB Progress (4): 229/347 kB | 143/189 kB | 144 kB | 102/139 kB Progress (4): 229/347 kB | 147/189 kB | 144 kB | 102/139 kB Progress (4): 229/347 kB | 147/189 kB | 144 kB | 106/139 kB Progress (4): 233/347 kB | 147/189 kB | 144 kB | 106/139 kB Progress (4): 233/347 kB | 147/189 kB | 144 kB | 110/139 kB Progress (4): 233/347 kB | 151/189 kB | 144 kB | 110/139 kB Progress (4): 237/347 kB | 151/189 kB | 144 kB | 110/139 kB Progress (4): 237/347 kB | 155/189 kB | 144 kB | 110/139 kB Progress (4): 237/347 kB | 155/189 kB | 144 kB | 114/139 kB Progress (4): 237/347 kB | 159/189 kB | 144 kB | 114/139 kB Progress (4): 241/347 kB | 159/189 kB | 144 kB | 114/139 kB Progress (5): 241/347 kB | 159/189 kB | 144 kB | 114/139 kB | 4.1/457 kB Progress (5): 241/347 kB | 163/189 kB | 144 kB | 114/139 kB | 4.1/457 kB Progress (5): 241/347 kB | 163/189 kB | 144 kB | 114/139 kB | 7.7/457 kB Progress (5): 241/347 kB | 163/189 kB | 144 kB | 118/139 kB | 7.7/457 kB Progress (5): 245/347 kB | 163/189 kB | 144 kB | 118/139 kB | 7.7/457 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 167 kB/s) Progress (4): 249/347 kB | 163/189 kB | 118/139 kB | 7.7/457 kB Progress (4): 249/347 kB | 167/189 kB | 118/139 kB | 7.7/457 kB Progress (4): 249/347 kB | 167/189 kB | 122/139 kB | 7.7/457 kB Progress (4): 249/347 kB | 167/189 kB | 122/139 kB | 12/457 kB Progress (4): 249/347 kB | 167/189 kB | 126/139 kB | 12/457 kB Progress (4): 249/347 kB | 171/189 kB | 126/139 kB | 12/457 kB Progress (4): 253/347 kB | 171/189 kB | 126/139 kB | 12/457 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (4): 258/347 kB | 171/189 kB | 126/139 kB | 12/457 kB Progress (4): 258/347 kB | 176/189 kB | 126/139 kB | 12/457 kB Progress (4): 258/347 kB | 176/189 kB | 131/139 kB | 12/457 kB Progress (4): 258/347 kB | 176/189 kB | 131/139 kB | 16/457 kB Progress (4): 258/347 kB | 180/189 kB | 131/139 kB | 16/457 kB Progress (4): 262/347 kB | 180/189 kB | 131/139 kB | 16/457 kB Progress (4): 262/347 kB | 180/189 kB | 135/139 kB | 16/457 kB Progress (4): 262/347 kB | 180/189 kB | 139/139 kB | 16/457 kB Progress (4): 262/347 kB | 180/189 kB | 139/139 kB | 20/457 kB Progress (4): 262/347 kB | 184/189 kB | 139/139 kB | 20/457 kB Progress (4): 262/347 kB | 184/189 kB | 139/139 kB | 24/457 kB Progress (4): 266/347 kB | 184/189 kB | 139/139 kB | 24/457 kB Progress (4): 266/347 kB | 184/189 kB | 139 kB | 24/457 kB Progress (4): 270/347 kB | 184/189 kB | 139 kB | 24/457 kB Progress (4): 270/347 kB | 184/189 kB | 139 kB | 28/457 kB Progress (4): 270/347 kB | 188/189 kB | 139 kB | 28/457 kB Progress (4): 270/347 kB | 188/189 kB | 139 kB | 32/457 kB Progress (4): 274/347 kB | 188/189 kB | 139 kB | 32/457 kB Progress (4): 274/347 kB | 189 kB | 139 kB | 32/457 kB Progress (4): 278/347 kB | 189 kB | 139 kB | 32/457 kB Progress (4): 278/347 kB | 189 kB | 139 kB | 36/457 kB Progress (4): 278/347 kB | 189 kB | 139 kB | 40/457 kB Progress (4): 282/347 kB | 189 kB | 139 kB | 40/457 kB Progress (4): 282/347 kB | 189 kB | 139 kB | 45/457 kB Progress (4): 286/347 kB | 189 kB | 139 kB | 45/457 kB Progress (4): 286/347 kB | 189 kB | 139 kB | 49/457 kB Progress (4): 290/347 kB | 189 kB | 139 kB | 49/457 kB Progress (4): 294/347 kB | 189 kB | 139 kB | 49/457 kB Progress (4): 294/347 kB | 189 kB | 139 kB | 53/457 kB Progress (4): 294/347 kB | 189 kB | 139 kB | 57/457 kB Progress (4): 298/347 kB | 189 kB | 139 kB | 57/457 kB Progress (4): 298/347 kB | 189 kB | 139 kB | 61/457 kB Progress (4): 303/347 kB | 189 kB | 139 kB | 61/457 kB Progress (4): 303/347 kB | 189 kB | 139 kB | 65/457 kB Progress (4): 307/347 kB | 189 kB | 139 kB | 65/457 kB Progress (4): 311/347 kB | 189 kB | 139 kB | 65/457 kB Progress (5): 311/347 kB | 189 kB | 139 kB | 65/457 kB | 4.1/65 kB Progress (5): 311/347 kB | 189 kB | 139 kB | 69/457 kB | 4.1/65 kB Progress (5): 311/347 kB | 189 kB | 139 kB | 69/457 kB | 7.7/65 kB Progress (5): 311/347 kB | 189 kB | 139 kB | 73/457 kB | 7.7/65 kB Progress (5): 315/347 kB | 189 kB | 139 kB | 73/457 kB | 7.7/65 kB Progress (5): 315/347 kB | 189 kB | 139 kB | 77/457 kB | 7.7/65 kB Progress (5): 315/347 kB | 189 kB | 139 kB | 77/457 kB | 12/65 kB Progress (5): 315/347 kB | 189 kB | 139 kB | 81/457 kB | 12/65 kB Progress (5): 319/347 kB | 189 kB | 139 kB | 81/457 kB | 12/65 kB Progress (5): 319/347 kB | 189 kB | 139 kB | 81/457 kB | 16/65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 158 kB/s) Progress (4): 323/347 kB | 189 kB | 81/457 kB | 16/65 kB Progress (4): 323/347 kB | 189 kB | 81/457 kB | 20/65 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar Progress (4): 323/347 kB | 189 kB | 85/457 kB | 20/65 kB Progress (4): 323/347 kB | 189 kB | 85/457 kB | 24/65 kB Progress (4): 327/347 kB | 189 kB | 85/457 kB | 24/65 kB Progress (4): 327/347 kB | 189 kB | 85/457 kB | 28/65 kB Progress (4): 327/347 kB | 189 kB | 90/457 kB | 28/65 kB Progress (4): 327/347 kB | 189 kB | 90/457 kB | 32/65 kB Progress (4): 327/347 kB | 189 kB | 94/457 kB | 32/65 kB Progress (4): 331/347 kB | 189 kB | 94/457 kB | 32/65 kB Progress (4): 331/347 kB | 189 kB | 98/457 kB | 32/65 kB Progress (4): 335/347 kB | 189 kB | 98/457 kB | 32/65 kB Progress (4): 335/347 kB | 189 kB | 98/457 kB | 36/65 kB Progress (4): 339/347 kB | 189 kB | 98/457 kB | 36/65 kB Progress (5): 339/347 kB | 189 kB | 98/457 kB | 36/65 kB | 4.1/26 kB Progress (5): 339/347 kB | 189 kB | 102/457 kB | 36/65 kB | 4.1/26 kB Progress (5): 339/347 kB | 189 kB | 102/457 kB | 40/65 kB | 4.1/26 kB Progress (5): 339/347 kB | 189 kB | 106/457 kB | 40/65 kB | 4.1/26 kB Progress (5): 339/347 kB | 189 kB | 106/457 kB | 40/65 kB | 7.7/26 kB Progress (5): 344/347 kB | 189 kB | 106/457 kB | 40/65 kB | 7.7/26 kB Progress (5): 344/347 kB | 189 kB | 106/457 kB | 40/65 kB | 12/26 kB Progress (5): 344/347 kB | 189 kB | 110/457 kB | 40/65 kB | 12/26 kB Progress (5): 344/347 kB | 189 kB | 110/457 kB | 45/65 kB | 12/26 kB Progress (5): 344/347 kB | 189 kB | 114/457 kB | 45/65 kB | 12/26 kB Progress (5): 344/347 kB | 189 kB | 114/457 kB | 45/65 kB | 16/26 kB Progress (5): 347 kB | 189 kB | 114/457 kB | 45/65 kB | 16/26 kB Progress (5): 347 kB | 189 kB | 114/457 kB | 49/65 kB | 16/26 kB Progress (5): 347 kB | 189 kB | 114/457 kB | 49/65 kB | 20/26 kB Progress (5): 347 kB | 189 kB | 118/457 kB | 49/65 kB | 20/26 kB Progress (5): 347 kB | 189 kB | 118/457 kB | 49/65 kB | 24/26 kB Progress (5): 347 kB | 189 kB | 122/457 kB | 49/65 kB | 24/26 kB Progress (5): 347 kB | 189 kB | 122/457 kB | 53/65 kB | 24/26 kB Progress (5): 347 kB | 189 kB | 126/457 kB | 53/65 kB | 24/26 kB Progress (5): 347 kB | 189 kB | 126/457 kB | 53/65 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 386 kB/s) Progress (4): 189 kB | 131/457 kB | 53/65 kB | 26 kB Progress (4): 189 kB | 131/457 kB | 57/65 kB | 26 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 210 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 29 kB/s) Progress (2): 135/457 kB | 57/65 kB Progress (2): 135/457 kB | 61/65 kB Progress (2): 139/457 kB | 61/65 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar Progress (3): 139/457 kB | 61/65 kB | 4.1/329 kB Progress (3): 143/457 kB | 61/65 kB | 4.1/329 kB Progress (3): 143/457 kB | 65/65 kB | 4.1/329 kB Progress (3): 147/457 kB | 65/65 kB | 4.1/329 kB Progress (3): 147/457 kB | 65/65 kB | 7.7/329 kB Progress (3): 147/457 kB | 65 kB | 7.7/329 kB Progress (3): 147/457 kB | 65 kB | 12/329 kB Progress (3): 151/457 kB | 65 kB | 12/329 kB Progress (4): 151/457 kB | 65 kB | 12/329 kB | 4.1/252 kB Progress (4): 151/457 kB | 65 kB | 16/329 kB | 4.1/252 kB Progress (4): 151/457 kB | 65 kB | 16/329 kB | 7.7/252 kB Progress (4): 155/457 kB | 65 kB | 16/329 kB | 7.7/252 kB Progress (4): 155/457 kB | 65 kB | 16/329 kB | 12/252 kB Progress (5): 155/457 kB | 65 kB | 16/329 kB | 12/252 kB | 4.1/358 kB Progress (5): 155/457 kB | 65 kB | 16/329 kB | 16/252 kB | 4.1/358 kB Progress (5): 155/457 kB | 65 kB | 20/329 kB | 16/252 kB | 4.1/358 kB Progress (5): 159/457 kB | 65 kB | 20/329 kB | 16/252 kB | 4.1/358 kB Progress (5): 159/457 kB | 65 kB | 24/329 kB | 16/252 kB | 4.1/358 kB Progress (5): 159/457 kB | 65 kB | 24/329 kB | 16/252 kB | 7.7/358 kB Progress (5): 159/457 kB | 65 kB | 28/329 kB | 16/252 kB | 7.7/358 kB Progress (5): 159/457 kB | 65 kB | 28/329 kB | 20/252 kB | 7.7/358 kB Progress (5): 163/457 kB | 65 kB | 28/329 kB | 20/252 kB | 7.7/358 kB Progress (5): 163/457 kB | 65 kB | 28/329 kB | 24/252 kB | 7.7/358 kB Progress (5): 163/457 kB | 65 kB | 32/329 kB | 24/252 kB | 7.7/358 kB Progress (5): 163/457 kB | 65 kB | 32/329 kB | 24/252 kB | 12/358 kB Progress (5): 167/457 kB | 65 kB | 32/329 kB | 24/252 kB | 12/358 kB Progress (5): 167/457 kB | 65 kB | 32/329 kB | 28/252 kB | 12/358 kB Progress (5): 171/457 kB | 65 kB | 32/329 kB | 28/252 kB | 12/358 kB Progress (5): 171/457 kB | 65 kB | 36/329 kB | 28/252 kB | 12/358 kB Progress (5): 171/457 kB | 65 kB | 36/329 kB | 28/252 kB | 16/358 kB Progress (5): 171/457 kB | 65 kB | 40/329 kB | 28/252 kB | 16/358 kB Progress (5): 176/457 kB | 65 kB | 40/329 kB | 28/252 kB | 16/358 kB Progress (5): 180/457 kB | 65 kB | 40/329 kB | 28/252 kB | 16/358 kB Progress (5): 180/457 kB | 65 kB | 40/329 kB | 32/252 kB | 16/358 kB Progress (5): 180/457 kB | 65 kB | 45/329 kB | 32/252 kB | 16/358 kB Progress (5): 180/457 kB | 65 kB | 45/329 kB | 32/252 kB | 20/358 kB Progress (5): 184/457 kB | 65 kB | 45/329 kB | 32/252 kB | 20/358 kB Progress (5): 184/457 kB | 65 kB | 45/329 kB | 32/252 kB | 24/358 kB Progress (5): 184/457 kB | 65 kB | 45/329 kB | 36/252 kB | 24/358 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 68 kB/s) Progress (4): 184/457 kB | 49/329 kB | 36/252 kB | 24/358 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar Progress (4): 184/457 kB | 49/329 kB | 40/252 kB | 24/358 kB Progress (4): 184/457 kB | 49/329 kB | 40/252 kB | 28/358 kB Progress (4): 188/457 kB | 49/329 kB | 40/252 kB | 28/358 kB Progress (4): 188/457 kB | 49/329 kB | 40/252 kB | 32/358 kB Progress (4): 188/457 kB | 49/329 kB | 45/252 kB | 32/358 kB Progress (4): 188/457 kB | 53/329 kB | 45/252 kB | 32/358 kB Progress (4): 188/457 kB | 53/329 kB | 49/252 kB | 32/358 kB Progress (4): 192/457 kB | 53/329 kB | 49/252 kB | 32/358 kB Progress (4): 192/457 kB | 53/329 kB | 49/252 kB | 36/358 kB Progress (4): 192/457 kB | 57/329 kB | 49/252 kB | 36/358 kB Progress (4): 192/457 kB | 57/329 kB | 49/252 kB | 40/358 kB Progress (4): 196/457 kB | 57/329 kB | 49/252 kB | 40/358 kB Progress (4): 196/457 kB | 57/329 kB | 49/252 kB | 45/358 kB Progress (4): 196/457 kB | 57/329 kB | 53/252 kB | 45/358 kB Progress (4): 196/457 kB | 61/329 kB | 53/252 kB | 45/358 kB Progress (4): 200/457 kB | 61/329 kB | 53/252 kB | 45/358 kB Progress (4): 200/457 kB | 61/329 kB | 57/252 kB | 45/358 kB Progress (4): 200/457 kB | 61/329 kB | 57/252 kB | 49/358 kB Progress (4): 200/457 kB | 61/329 kB | 61/252 kB | 49/358 kB Progress (4): 204/457 kB | 61/329 kB | 61/252 kB | 49/358 kB Progress (4): 204/457 kB | 65/329 kB | 61/252 kB | 49/358 kB Progress (4): 208/457 kB | 65/329 kB | 61/252 kB | 49/358 kB Progress (4): 208/457 kB | 65/329 kB | 65/252 kB | 49/358 kB Progress (4): 208/457 kB | 69/329 kB | 65/252 kB | 49/358 kB Progress (4): 212/457 kB | 69/329 kB | 65/252 kB | 49/358 kB Progress (4): 212/457 kB | 69/329 kB | 65/252 kB | 53/358 kB Progress (4): 212/457 kB | 73/329 kB | 65/252 kB | 53/358 kB Progress (4): 212/457 kB | 73/329 kB | 65/252 kB | 57/358 kB Progress (4): 212/457 kB | 73/329 kB | 69/252 kB | 57/358 kB Progress (4): 212/457 kB | 77/329 kB | 69/252 kB | 57/358 kB Progress (4): 212/457 kB | 77/329 kB | 73/252 kB | 57/358 kB Progress (4): 212/457 kB | 77/329 kB | 73/252 kB | 61/358 kB Progress (4): 217/457 kB | 77/329 kB | 73/252 kB | 61/358 kB Progress (4): 217/457 kB | 77/329 kB | 73/252 kB | 65/358 kB Progress (4): 217/457 kB | 77/329 kB | 77/252 kB | 65/358 kB Progress (4): 217/457 kB | 81/329 kB | 77/252 kB | 65/358 kB Progress (4): 217/457 kB | 81/329 kB | 81/252 kB | 65/358 kB Progress (4): 221/457 kB | 81/329 kB | 81/252 kB | 65/358 kB Progress (4): 221/457 kB | 81/329 kB | 81/252 kB | 69/358 kB Progress (4): 221/457 kB | 85/329 kB | 81/252 kB | 69/358 kB Progress (4): 225/457 kB | 85/329 kB | 81/252 kB | 69/358 kB Progress (4): 225/457 kB | 90/329 kB | 81/252 kB | 69/358 kB Progress (4): 225/457 kB | 90/329 kB | 85/252 kB | 69/358 kB Progress (4): 225/457 kB | 90/329 kB | 85/252 kB | 73/358 kB Progress (4): 225/457 kB | 90/329 kB | 90/252 kB | 73/358 kB Progress (4): 225/457 kB | 94/329 kB | 90/252 kB | 73/358 kB Progress (4): 229/457 kB | 94/329 kB | 90/252 kB | 73/358 kB Progress (4): 229/457 kB | 98/329 kB | 90/252 kB | 73/358 kB Progress (4): 229/457 kB | 98/329 kB | 94/252 kB | 73/358 kB Progress (4): 229/457 kB | 98/329 kB | 94/252 kB | 77/358 kB Progress (4): 233/457 kB | 98/329 kB | 94/252 kB | 77/358 kB Progress (4): 233/457 kB | 98/329 kB | 98/252 kB | 77/358 kB Progress (4): 237/457 kB | 98/329 kB | 98/252 kB | 77/358 kB Progress (4): 237/457 kB | 102/329 kB | 98/252 kB | 77/358 kB Progress (4): 237/457 kB | 102/329 kB | 98/252 kB | 81/358 kB Progress (4): 237/457 kB | 102/329 kB | 102/252 kB | 81/358 kB Progress (4): 237/457 kB | 106/329 kB | 102/252 kB | 81/358 kB Progress (4): 241/457 kB | 106/329 kB | 102/252 kB | 81/358 kB Progress (4): 241/457 kB | 106/329 kB | 102/252 kB | 85/358 kB Progress (4): 241/457 kB | 110/329 kB | 102/252 kB | 85/358 kB Progress (4): 241/457 kB | 110/329 kB | 106/252 kB | 85/358 kB Progress (4): 241/457 kB | 114/329 kB | 106/252 kB | 85/358 kB Progress (4): 241/457 kB | 114/329 kB | 106/252 kB | 90/358 kB Progress (4): 245/457 kB | 114/329 kB | 106/252 kB | 90/358 kB Progress (4): 245/457 kB | 118/329 kB | 106/252 kB | 90/358 kB Progress (4): 245/457 kB | 118/329 kB | 106/252 kB | 94/358 kB Progress (4): 245/457 kB | 118/329 kB | 110/252 kB | 94/358 kB Progress (4): 245/457 kB | 118/329 kB | 110/252 kB | 98/358 kB Progress (4): 245/457 kB | 122/329 kB | 110/252 kB | 98/358 kB Progress (4): 249/457 kB | 122/329 kB | 110/252 kB | 98/358 kB Progress (4): 249/457 kB | 122/329 kB | 114/252 kB | 98/358 kB Progress (4): 253/457 kB | 122/329 kB | 114/252 kB | 98/358 kB Progress (4): 253/457 kB | 122/329 kB | 114/252 kB | 102/358 kB Progress (4): 253/457 kB | 122/329 kB | 118/252 kB | 102/358 kB Progress (4): 253/457 kB | 126/329 kB | 118/252 kB | 102/358 kB Progress (4): 253/457 kB | 126/329 kB | 122/252 kB | 102/358 kB Progress (4): 253/457 kB | 126/329 kB | 122/252 kB | 106/358 kB Progress (4): 258/457 kB | 126/329 kB | 122/252 kB | 106/358 kB Progress (4): 258/457 kB | 126/329 kB | 122/252 kB | 110/358 kB Progress (4): 258/457 kB | 126/329 kB | 126/252 kB | 110/358 kB Progress (4): 258/457 kB | 131/329 kB | 126/252 kB | 110/358 kB Progress (4): 258/457 kB | 131/329 kB | 131/252 kB | 110/358 kB Progress (4): 258/457 kB | 131/329 kB | 131/252 kB | 114/358 kB Progress (4): 262/457 kB | 131/329 kB | 131/252 kB | 114/358 kB Progress (4): 262/457 kB | 135/329 kB | 131/252 kB | 114/358 kB Progress (4): 262/457 kB | 135/329 kB | 135/252 kB | 114/358 kB Progress (4): 262/457 kB | 135/329 kB | 135/252 kB | 118/358 kB Progress (4): 262/457 kB | 139/329 kB | 135/252 kB | 118/358 kB Progress (4): 262/457 kB | 139/329 kB | 135/252 kB | 122/358 kB Progress (4): 262/457 kB | 139/329 kB | 139/252 kB | 122/358 kB Progress (4): 262/457 kB | 139/329 kB | 139/252 kB | 126/358 kB Progress (4): 266/457 kB | 139/329 kB | 139/252 kB | 126/358 kB Progress (4): 266/457 kB | 143/329 kB | 139/252 kB | 126/358 kB Progress (4): 270/457 kB | 143/329 kB | 139/252 kB | 126/358 kB Progress (4): 270/457 kB | 143/329 kB | 139/252 kB | 131/358 kB Progress (4): 270/457 kB | 143/329 kB | 143/252 kB | 131/358 kB Progress (4): 274/457 kB | 143/329 kB | 143/252 kB | 131/358 kB Progress (4): 274/457 kB | 147/329 kB | 143/252 kB | 131/358 kB Progress (4): 278/457 kB | 147/329 kB | 143/252 kB | 131/358 kB Progress (4): 278/457 kB | 147/329 kB | 147/252 kB | 131/358 kB Progress (4): 278/457 kB | 147/329 kB | 147/252 kB | 135/358 kB Progress (4): 278/457 kB | 151/329 kB | 147/252 kB | 135/358 kB Progress (4): 278/457 kB | 151/329 kB | 147/252 kB | 139/358 kB Progress (4): 278/457 kB | 155/329 kB | 147/252 kB | 139/358 kB Progress (4): 282/457 kB | 155/329 kB | 147/252 kB | 139/358 kB Progress (4): 282/457 kB | 159/329 kB | 147/252 kB | 139/358 kB Progress (4): 282/457 kB | 159/329 kB | 151/252 kB | 139/358 kB Progress (4): 282/457 kB | 159/329 kB | 151/252 kB | 143/358 kB Progress (4): 282/457 kB | 159/329 kB | 155/252 kB | 143/358 kB Progress (4): 282/457 kB | 163/329 kB | 155/252 kB | 143/358 kB Progress (4): 286/457 kB | 163/329 kB | 155/252 kB | 143/358 kB Progress (4): 286/457 kB | 163/329 kB | 159/252 kB | 143/358 kB Progress (4): 286/457 kB | 163/329 kB | 159/252 kB | 147/358 kB Progress (4): 286/457 kB | 167/329 kB | 159/252 kB | 147/358 kB Progress (4): 286/457 kB | 167/329 kB | 163/252 kB | 147/358 kB Progress (4): 290/457 kB | 167/329 kB | 163/252 kB | 147/358 kB Progress (4): 290/457 kB | 171/329 kB | 163/252 kB | 147/358 kB Progress (4): 294/457 kB | 171/329 kB | 163/252 kB | 147/358 kB Progress (4): 294/457 kB | 171/329 kB | 163/252 kB | 151/358 kB Progress (4): 294/457 kB | 171/329 kB | 167/252 kB | 151/358 kB Progress (4): 294/457 kB | 176/329 kB | 167/252 kB | 151/358 kB Progress (4): 294/457 kB | 176/329 kB | 171/252 kB | 151/358 kB Progress (4): 294/457 kB | 176/329 kB | 171/252 kB | 155/358 kB Progress (4): 294/457 kB | 176/329 kB | 176/252 kB | 155/358 kB Progress (4): 294/457 kB | 180/329 kB | 176/252 kB | 155/358 kB Progress (4): 298/457 kB | 180/329 kB | 176/252 kB | 155/358 kB Progress (4): 298/457 kB | 180/329 kB | 180/252 kB | 155/358 kB Progress (4): 298/457 kB | 180/329 kB | 180/252 kB | 159/358 kB Progress (4): 298/457 kB | 184/329 kB | 180/252 kB | 159/358 kB Progress (4): 303/457 kB | 184/329 kB | 180/252 kB | 159/358 kB Progress (4): 303/457 kB | 184/329 kB | 184/252 kB | 159/358 kB Progress (4): 303/457 kB | 188/329 kB | 184/252 kB | 159/358 kB Progress (4): 303/457 kB | 188/329 kB | 184/252 kB | 163/358 kB Progress (4): 303/457 kB | 192/329 kB | 184/252 kB | 163/358 kB Progress (4): 303/457 kB | 192/329 kB | 188/252 kB | 163/358 kB Progress (4): 307/457 kB | 192/329 kB | 188/252 kB | 163/358 kB Progress (4): 307/457 kB | 192/329 kB | 188/252 kB | 167/358 kB Progress (4): 307/457 kB | 192/329 kB | 192/252 kB | 167/358 kB Progress (4): 307/457 kB | 196/329 kB | 192/252 kB | 167/358 kB Progress (4): 307/457 kB | 196/329 kB | 196/252 kB | 167/358 kB Progress (4): 307/457 kB | 196/329 kB | 196/252 kB | 171/358 kB Progress (4): 311/457 kB | 196/329 kB | 196/252 kB | 171/358 kB Progress (4): 311/457 kB | 200/329 kB | 196/252 kB | 171/358 kB Progress (4): 311/457 kB | 200/329 kB | 196/252 kB | 176/358 kB Progress (4): 311/457 kB | 204/329 kB | 196/252 kB | 176/358 kB Progress (4): 311/457 kB | 204/329 kB | 200/252 kB | 176/358 kB Progress (4): 311/457 kB | 208/329 kB | 200/252 kB | 176/358 kB Progress (4): 315/457 kB | 208/329 kB | 200/252 kB | 176/358 kB Progress (4): 315/457 kB | 208/329 kB | 200/252 kB | 180/358 kB Progress (4): 319/457 kB | 208/329 kB | 200/252 kB | 180/358 kB Progress (4): 319/457 kB | 212/329 kB | 200/252 kB | 180/358 kB Progress (4): 319/457 kB | 212/329 kB | 204/252 kB | 180/358 kB Progress (4): 319/457 kB | 212/329 kB | 204/252 kB | 184/358 kB Progress (4): 323/457 kB | 212/329 kB | 204/252 kB | 184/358 kB Progress (4): 327/457 kB | 212/329 kB | 204/252 kB | 184/358 kB Progress (4): 327/457 kB | 212/329 kB | 204/252 kB | 188/358 kB Progress (4): 327/457 kB | 212/329 kB | 208/252 kB | 188/358 kB Progress (4): 327/457 kB | 212/329 kB | 208/252 kB | 192/358 kB Progress (4): 327/457 kB | 212/329 kB | 208/252 kB | 196/358 kB Progress (4): 331/457 kB | 212/329 kB | 208/252 kB | 196/358 kB Progress (4): 331/457 kB | 217/329 kB | 208/252 kB | 196/358 kB Progress (4): 335/457 kB | 217/329 kB | 208/252 kB | 196/358 kB Progress (4): 335/457 kB | 217/329 kB | 212/252 kB | 196/358 kB Progress (4): 339/457 kB | 217/329 kB | 212/252 kB | 196/358 kB Progress (4): 339/457 kB | 217/329 kB | 212/252 kB | 200/358 kB Progress (4): 339/457 kB | 221/329 kB | 212/252 kB | 200/358 kB Progress (4): 339/457 kB | 221/329 kB | 217/252 kB | 200/358 kB Progress (4): 339/457 kB | 221/329 kB | 217/252 kB | 204/358 kB Progress (4): 344/457 kB | 221/329 kB | 217/252 kB | 204/358 kB Progress (4): 344/457 kB | 221/329 kB | 217/252 kB | 208/358 kB Progress (4): 344/457 kB | 221/329 kB | 221/252 kB | 208/358 kB Progress (4): 344/457 kB | 225/329 kB | 221/252 kB | 208/358 kB Progress (4): 344/457 kB | 225/329 kB | 225/252 kB | 208/358 kB Progress (4): 344/457 kB | 225/329 kB | 225/252 kB | 212/358 kB Progress (4): 344/457 kB | 225/329 kB | 229/252 kB | 212/358 kB Progress (4): 344/457 kB | 229/329 kB | 229/252 kB | 212/358 kB Progress (4): 348/457 kB | 229/329 kB | 229/252 kB | 212/358 kB Progress (4): 348/457 kB | 229/329 kB | 229/252 kB | 217/358 kB Progress (4): 348/457 kB | 229/329 kB | 233/252 kB | 217/358 kB Progress (4): 352/457 kB | 229/329 kB | 233/252 kB | 217/358 kB Progress (4): 352/457 kB | 229/329 kB | 237/252 kB | 217/358 kB Progress (4): 352/457 kB | 233/329 kB | 237/252 kB | 217/358 kB Progress (4): 352/457 kB | 233/329 kB | 237/252 kB | 221/358 kB Progress (4): 352/457 kB | 237/329 kB | 237/252 kB | 221/358 kB Progress (4): 352/457 kB | 237/329 kB | 241/252 kB | 221/358 kB Progress (4): 356/457 kB | 237/329 kB | 241/252 kB | 221/358 kB Progress (4): 356/457 kB | 237/329 kB | 245/252 kB | 221/358 kB Progress (4): 356/457 kB | 241/329 kB | 245/252 kB | 221/358 kB Progress (4): 356/457 kB | 241/329 kB | 245/252 kB | 225/358 kB Progress (4): 356/457 kB | 241/329 kB | 249/252 kB | 225/358 kB Progress (4): 356/457 kB | 245/329 kB | 249/252 kB | 225/358 kB Progress (4): 360/457 kB | 245/329 kB | 249/252 kB | 225/358 kB Progress (4): 360/457 kB | 245/329 kB | 252 kB | 225/358 kB Progress (4): 360/457 kB | 245/329 kB | 252 kB | 229/358 kB Progress (4): 360/457 kB | 249/329 kB | 252 kB | 229/358 kB Progress (4): 364/457 kB | 249/329 kB | 252 kB | 229/358 kB Progress (4): 364/457 kB | 253/329 kB | 252 kB | 229/358 kB Progress (4): 368/457 kB | 253/329 kB | 252 kB | 229/358 kB Progress (4): 368/457 kB | 258/329 kB | 252 kB | 229/358 kB Progress (4): 368/457 kB | 258/329 kB | 252 kB | 233/358 kB Progress (4): 368/457 kB | 262/329 kB | 252 kB | 233/358 kB Progress (4): 372/457 kB | 262/329 kB | 252 kB | 233/358 kB Progress (4): 372/457 kB | 262/329 kB | 252 kB | 237/358 kB Progress (4): 376/457 kB | 262/329 kB | 252 kB | 237/358 kB Progress (4): 376/457 kB | 262/329 kB | 252 kB | 241/358 kB Progress (4): 376/457 kB | 266/329 kB | 252 kB | 241/358 kB Progress (4): 376/457 kB | 266/329 kB | 252 kB | 245/358 kB Progress (4): 380/457 kB | 266/329 kB | 252 kB | 245/358 kB Progress (4): 380/457 kB | 270/329 kB | 252 kB | 245/358 kB Progress (4): 384/457 kB | 270/329 kB | 252 kB | 245/358 kB Progress (4): 384/457 kB | 270/329 kB | 252 kB | 249/358 kB Progress (4): 384/457 kB | 274/329 kB | 252 kB | 249/358 kB Progress (4): 384/457 kB | 274/329 kB | 252 kB | 253/358 kB Progress (4): 389/457 kB | 274/329 kB | 252 kB | 253/358 kB Progress (4): 389/457 kB | 274/329 kB | 252 kB | 258/358 kB Progress (4): 389/457 kB | 278/329 kB | 252 kB | 258/358 kB Progress (4): 389/457 kB | 278/329 kB | 252 kB | 262/358 kB Progress (4): 393/457 kB | 278/329 kB | 252 kB | 262/358 kB Progress (4): 393/457 kB | 282/329 kB | 252 kB | 262/358 kB Progress (4): 393/457 kB | 286/329 kB | 252 kB | 262/358 kB Progress (4): 393/457 kB | 286/329 kB | 252 kB | 266/358 kB Progress (4): 393/457 kB | 290/329 kB | 252 kB | 266/358 kB Progress (4): 397/457 kB | 290/329 kB | 252 kB | 266/358 kB Progress (4): 397/457 kB | 294/329 kB | 252 kB | 266/358 kB Progress (4): 397/457 kB | 294/329 kB | 252 kB | 270/358 kB Progress (4): 401/457 kB | 294/329 kB | 252 kB | 270/358 kB Progress (4): 401/457 kB | 294/329 kB | 252 kB | 274/358 kB Progress (4): 405/457 kB | 294/329 kB | 252 kB | 274/358 kB Progress (4): 405/457 kB | 298/329 kB | 252 kB | 274/358 kB Progress (4): 405/457 kB | 298/329 kB | 252 kB | 278/358 kB Progress (4): 405/457 kB | 303/329 kB | 252 kB | 278/358 kB Progress (4): 409/457 kB | 303/329 kB | 252 kB | 278/358 kB Progress (4): 409/457 kB | 307/329 kB | 252 kB | 278/358 kB Progress (4): 409/457 kB | 311/329 kB | 252 kB | 278/358 kB Progress (4): 409/457 kB | 311/329 kB | 252 kB | 282/358 kB Progress (4): 413/457 kB | 311/329 kB | 252 kB | 282/358 kB Progress (4): 413/457 kB | 311/329 kB | 252 kB | 286/358 kB Progress (4): 413/457 kB | 315/329 kB | 252 kB | 286/358 kB Progress (4): 417/457 kB | 315/329 kB | 252 kB | 286/358 kB Progress (4): 417/457 kB | 319/329 kB | 252 kB | 286/358 kB Progress (4): 417/457 kB | 319/329 kB | 252 kB | 290/358 kB Progress (4): 417/457 kB | 323/329 kB | 252 kB | 290/358 kB Progress (4): 421/457 kB | 323/329 kB | 252 kB | 290/358 kB Progress (4): 421/457 kB | 327/329 kB | 252 kB | 290/358 kB Progress (4): 421/457 kB | 327/329 kB | 252 kB | 294/358 kB Progress (4): 421/457 kB | 329 kB | 252 kB | 294/358 kB Progress (4): 425/457 kB | 329 kB | 252 kB | 294/358 kB Progress (4): 425/457 kB | 329 kB | 252 kB | 298/358 kB Progress (4): 425/457 kB | 329 kB | 252 kB | 303/358 kB Progress (4): 430/457 kB | 329 kB | 252 kB | 303/358 kB Progress (4): 430/457 kB | 329 kB | 252 kB | 307/358 kB Progress (4): 434/457 kB | 329 kB | 252 kB | 307/358 kB Progress (4): 434/457 kB | 329 kB | 252 kB | 311/358 kB Progress (4): 438/457 kB | 329 kB | 252 kB | 311/358 kB Progress (4): 442/457 kB | 329 kB | 252 kB | 311/358 kB Progress (4): 442/457 kB | 329 kB | 252 kB | 315/358 kB Progress (4): 442/457 kB | 329 kB | 252 kB | 319/358 kB Progress (4): 446/457 kB | 329 kB | 252 kB | 319/358 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 302 kB/s) Progress (3): 450/457 kB | 252 kB | 319/358 kB Progress (3): 450/457 kB | 252 kB | 323/358 kB Progress (3): 454/457 kB | 252 kB | 323/358 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (3): 457 kB | 252 kB | 323/358 kB Progress (3): 457 kB | 252 kB | 327/358 kB Progress (3): 457 kB | 252 kB | 331/358 kB Progress (3): 457 kB | 252 kB | 335/358 kB Progress (3): 457 kB | 252 kB | 339/358 kB Progress (3): 457 kB | 252 kB | 344/358 kB Progress (3): 457 kB | 252 kB | 348/358 kB Progress (3): 457 kB | 252 kB | 352/358 kB Progress (3): 457 kB | 252 kB | 356/358 kB Progress (3): 457 kB | 252 kB | 358 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 229 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 326 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar Progress (2): 457 kB | 4.1/247 kB Progress (2): 457 kB | 7.7/247 kB Progress (2): 457 kB | 12/247 kB Progress (2): 457 kB | 16/247 kB Progress (3): 457 kB | 16/247 kB | 4.1/575 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 413 kB/s) Progress (2): 20/247 kB | 4.1/575 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Progress (2): 20/247 kB | 7.7/575 kB Progress (2): 24/247 kB | 7.7/575 kB Progress (2): 24/247 kB | 12/575 kB Progress (2): 28/247 kB | 12/575 kB Progress (2): 28/247 kB | 16/575 kB Progress (2): 32/247 kB | 16/575 kB Progress (2): 36/247 kB | 16/575 kB Progress (2): 40/247 kB | 16/575 kB Progress (2): 45/247 kB | 16/575 kB Progress (2): 49/247 kB | 16/575 kB Progress (2): 53/247 kB | 16/575 kB Progress (2): 57/247 kB | 16/575 kB Progress (2): 61/247 kB | 16/575 kB Progress (2): 65/247 kB | 16/575 kB Progress (2): 69/247 kB | 16/575 kB Progress (2): 73/247 kB | 16/575 kB Progress (2): 77/247 kB | 16/575 kB Progress (2): 77/247 kB | 20/575 kB Progress (2): 81/247 kB | 20/575 kB Progress (3): 81/247 kB | 20/575 kB | 4.1/50 kB Progress (3): 81/247 kB | 24/575 kB | 4.1/50 kB Progress (3): 81/247 kB | 24/575 kB | 7.7/50 kB Progress (3): 81/247 kB | 28/575 kB | 7.7/50 kB Progress (3): 85/247 kB | 28/575 kB | 7.7/50 kB Progress (3): 85/247 kB | 28/575 kB | 12/50 kB Progress (3): 90/247 kB | 28/575 kB | 12/50 kB Progress (3): 90/247 kB | 32/575 kB | 12/50 kB Progress (3): 94/247 kB | 32/575 kB | 12/50 kB Progress (3): 94/247 kB | 32/575 kB | 16/50 kB Progress (3): 98/247 kB | 32/575 kB | 16/50 kB Progress (3): 98/247 kB | 32/575 kB | 20/50 kB Progress (3): 102/247 kB | 32/575 kB | 20/50 kB Progress (3): 102/247 kB | 36/575 kB | 20/50 kB Progress (3): 106/247 kB | 36/575 kB | 20/50 kB Progress (3): 106/247 kB | 36/575 kB | 24/50 kB Progress (3): 110/247 kB | 36/575 kB | 24/50 kB Progress (3): 110/247 kB | 40/575 kB | 24/50 kB Progress (3): 114/247 kB | 40/575 kB | 24/50 kB Progress (3): 114/247 kB | 40/575 kB | 28/50 kB Progress (3): 114/247 kB | 45/575 kB | 28/50 kB Progress (3): 114/247 kB | 45/575 kB | 32/50 kB Progress (3): 118/247 kB | 45/575 kB | 32/50 kB Progress (3): 118/247 kB | 49/575 kB | 32/50 kB Progress (3): 122/247 kB | 49/575 kB | 32/50 kB Progress (3): 122/247 kB | 49/575 kB | 36/50 kB Progress (3): 126/247 kB | 49/575 kB | 36/50 kB Progress (3): 126/247 kB | 49/575 kB | 40/50 kB Progress (3): 131/247 kB | 49/575 kB | 40/50 kB Progress (3): 131/247 kB | 49/575 kB | 45/50 kB Progress (3): 131/247 kB | 49/575 kB | 49/50 kB Progress (3): 131/247 kB | 53/575 kB | 49/50 kB Progress (3): 131/247 kB | 53/575 kB | 50 kB Progress (3): 131/247 kB | 57/575 kB | 50 kB Progress (3): 135/247 kB | 57/575 kB | 50 kB Progress (3): 135/247 kB | 61/575 kB | 50 kB Progress (3): 139/247 kB | 61/575 kB | 50 kB Progress (3): 139/247 kB | 65/575 kB | 50 kB Progress (3): 143/247 kB | 65/575 kB | 50 kB Progress (3): 147/247 kB | 65/575 kB | 50 kB Progress (3): 147/247 kB | 69/575 kB | 50 kB Progress (3): 151/247 kB | 69/575 kB | 50 kB Progress (4): 151/247 kB | 69/575 kB | 50 kB | 4.1/231 kB Progress (4): 151/247 kB | 73/575 kB | 50 kB | 4.1/231 kB Progress (4): 151/247 kB | 73/575 kB | 50 kB | 7.7/231 kB Progress (4): 155/247 kB | 73/575 kB | 50 kB | 7.7/231 kB Progress (4): 155/247 kB | 73/575 kB | 50 kB | 12/231 kB Progress (4): 155/247 kB | 77/575 kB | 50 kB | 12/231 kB Progress (4): 155/247 kB | 77/575 kB | 50 kB | 16/231 kB Progress (4): 159/247 kB | 77/575 kB | 50 kB | 16/231 kB Progress (4): 159/247 kB | 81/575 kB | 50 kB | 16/231 kB Progress (4): 163/247 kB | 81/575 kB | 50 kB | 16/231 kB Progress (4): 163/247 kB | 81/575 kB | 50 kB | 20/231 kB Progress (4): 163/247 kB | 81/575 kB | 50 kB | 24/231 kB Progress (4): 163/247 kB | 81/575 kB | 50 kB | 28/231 kB Progress (4): 167/247 kB | 81/575 kB | 50 kB | 28/231 kB Progress (4): 167/247 kB | 85/575 kB | 50 kB | 28/231 kB Progress (4): 167/247 kB | 85/575 kB | 50 kB | 32/231 kB Progress (4): 167/247 kB | 90/575 kB | 50 kB | 32/231 kB Progress (4): 171/247 kB | 90/575 kB | 50 kB | 32/231 kB Progress (4): 171/247 kB | 94/575 kB | 50 kB | 32/231 kB Progress (4): 176/247 kB | 94/575 kB | 50 kB | 32/231 kB Progress (4): 176/247 kB | 94/575 kB | 50 kB | 36/231 kB Progress (4): 180/247 kB | 94/575 kB | 50 kB | 36/231 kB Progress (4): 180/247 kB | 98/575 kB | 50 kB | 36/231 kB Progress (4): 180/247 kB | 98/575 kB | 50 kB | 40/231 kB Progress (4): 180/247 kB | 98/575 kB | 50 kB | 45/231 kB Progress (4): 184/247 kB | 98/575 kB | 50 kB | 45/231 kB Progress (4): 184/247 kB | 98/575 kB | 50 kB | 49/231 kB Progress (4): 188/247 kB | 98/575 kB | 50 kB | 49/231 kB Progress (4): 192/247 kB | 98/575 kB | 50 kB | 49/231 kB Progress (4): 192/247 kB | 102/575 kB | 50 kB | 49/231 kB Progress (4): 192/247 kB | 102/575 kB | 50 kB | 53/231 kB Progress (4): 196/247 kB | 102/575 kB | 50 kB | 53/231 kB Progress (4): 196/247 kB | 102/575 kB | 50 kB | 57/231 kB Progress (4): 196/247 kB | 106/575 kB | 50 kB | 57/231 kB Progress (4): 196/247 kB | 106/575 kB | 50 kB | 61/231 kB Progress (4): 200/247 kB | 106/575 kB | 50 kB | 61/231 kB Progress (4): 200/247 kB | 110/575 kB | 50 kB | 61/231 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 42 kB/s) Progress (3): 204/247 kB | 110/575 kB | 61/231 kB Progress (3): 204/247 kB | 110/575 kB | 65/231 kB Progress (3): 208/247 kB | 110/575 kB | 65/231 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar Progress (3): 208/247 kB | 114/575 kB | 65/231 kB Progress (3): 208/247 kB | 114/575 kB | 69/231 kB Progress (3): 212/247 kB | 114/575 kB | 69/231 kB Progress (3): 212/247 kB | 114/575 kB | 73/231 kB Progress (3): 212/247 kB | 118/575 kB | 73/231 kB Progress (3): 212/247 kB | 118/575 kB | 77/231 kB Progress (3): 212/247 kB | 122/575 kB | 77/231 kB Progress (3): 212/247 kB | 122/575 kB | 81/231 kB Progress (3): 217/247 kB | 122/575 kB | 81/231 kB Progress (3): 217/247 kB | 126/575 kB | 81/231 kB Progress (3): 221/247 kB | 126/575 kB | 81/231 kB Progress (3): 221/247 kB | 131/575 kB | 81/231 kB Progress (3): 221/247 kB | 131/575 kB | 85/231 kB Progress (3): 225/247 kB | 131/575 kB | 85/231 kB Progress (3): 225/247 kB | 131/575 kB | 90/231 kB Progress (3): 229/247 kB | 131/575 kB | 90/231 kB Progress (3): 229/247 kB | 135/575 kB | 90/231 kB Progress (3): 229/247 kB | 135/575 kB | 94/231 kB Progress (3): 229/247 kB | 139/575 kB | 94/231 kB Progress (3): 229/247 kB | 139/575 kB | 98/231 kB Progress (3): 233/247 kB | 139/575 kB | 98/231 kB Progress (3): 233/247 kB | 143/575 kB | 98/231 kB Progress (3): 237/247 kB | 143/575 kB | 98/231 kB Progress (3): 237/247 kB | 147/575 kB | 98/231 kB Progress (3): 241/247 kB | 147/575 kB | 98/231 kB Progress (3): 241/247 kB | 147/575 kB | 102/231 kB Progress (3): 245/247 kB | 147/575 kB | 102/231 kB Progress (3): 245/247 kB | 147/575 kB | 106/231 kB Progress (3): 245/247 kB | 151/575 kB | 106/231 kB Progress (3): 245/247 kB | 151/575 kB | 110/231 kB Progress (3): 247 kB | 151/575 kB | 110/231 kB Progress (3): 247 kB | 151/575 kB | 114/231 kB Progress (3): 247 kB | 155/575 kB | 114/231 kB Progress (3): 247 kB | 159/575 kB | 114/231 kB Progress (3): 247 kB | 163/575 kB | 114/231 kB Progress (3): 247 kB | 163/575 kB | 118/231 kB Progress (3): 247 kB | 163/575 kB | 122/231 kB Progress (3): 247 kB | 163/575 kB | 126/231 kB Progress (3): 247 kB | 167/575 kB | 126/231 kB Progress (3): 247 kB | 167/575 kB | 131/231 kB Progress (3): 247 kB | 171/575 kB | 131/231 kB Progress (3): 247 kB | 176/575 kB | 131/231 kB Progress (3): 247 kB | 180/575 kB | 131/231 kB Progress (3): 247 kB | 180/575 kB | 135/231 kB Progress (3): 247 kB | 180/575 kB | 139/231 kB Progress (3): 247 kB | 180/575 kB | 143/231 kB Progress (3): 247 kB | 184/575 kB | 143/231 kB Progress (3): 247 kB | 184/575 kB | 147/231 kB Progress (3): 247 kB | 188/575 kB | 147/231 kB Progress (3): 247 kB | 192/575 kB | 147/231 kB Progress (3): 247 kB | 196/575 kB | 147/231 kB Progress (3): 247 kB | 196/575 kB | 151/231 kB Progress (3): 247 kB | 196/575 kB | 155/231 kB Progress (3): 247 kB | 196/575 kB | 159/231 kB Progress (3): 247 kB | 196/575 kB | 163/231 kB Progress (3): 247 kB | 200/575 kB | 163/231 kB Progress (3): 247 kB | 204/575 kB | 163/231 kB Progress (3): 247 kB | 208/575 kB | 163/231 kB Progress (3): 247 kB | 212/575 kB | 163/231 kB Progress (3): 247 kB | 212/575 kB | 167/231 kB Progress (3): 247 kB | 212/575 kB | 171/231 kB Progress (3): 247 kB | 212/575 kB | 176/231 kB Progress (3): 247 kB | 212/575 kB | 180/231 kB Progress (3): 247 kB | 217/575 kB | 180/231 kB Progress (3): 247 kB | 221/575 kB | 180/231 kB Progress (3): 247 kB | 225/575 kB | 180/231 kB Progress (3): 247 kB | 229/575 kB | 180/231 kB Progress (3): 247 kB | 229/575 kB | 184/231 kB Progress (3): 247 kB | 229/575 kB | 188/231 kB Progress (3): 247 kB | 229/575 kB | 192/231 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 197 kB/s) Progress (3): 229/575 kB | 192/231 kB | 4.1/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar Progress (3): 229/575 kB | 196/231 kB | 4.1/148 kB Progress (3): 233/575 kB | 196/231 kB | 4.1/148 kB Progress (3): 233/575 kB | 196/231 kB | 7.7/148 kB Progress (3): 237/575 kB | 196/231 kB | 7.7/148 kB Progress (3): 237/575 kB | 196/231 kB | 12/148 kB Progress (3): 237/575 kB | 200/231 kB | 12/148 kB Progress (3): 241/575 kB | 200/231 kB | 12/148 kB Progress (3): 241/575 kB | 204/231 kB | 12/148 kB Progress (3): 241/575 kB | 204/231 kB | 16/148 kB Progress (3): 241/575 kB | 208/231 kB | 16/148 kB Progress (3): 245/575 kB | 208/231 kB | 16/148 kB Progress (3): 245/575 kB | 212/231 kB | 16/148 kB Progress (3): 245/575 kB | 212/231 kB | 20/148 kB Progress (3): 245/575 kB | 212/231 kB | 24/148 kB Progress (3): 245/575 kB | 217/231 kB | 24/148 kB Progress (3): 245/575 kB | 217/231 kB | 28/148 kB Progress (3): 249/575 kB | 217/231 kB | 28/148 kB Progress (3): 249/575 kB | 217/231 kB | 32/148 kB Progress (3): 249/575 kB | 221/231 kB | 32/148 kB Progress (3): 253/575 kB | 221/231 kB | 32/148 kB Progress (3): 253/575 kB | 225/231 kB | 32/148 kB Progress (3): 258/575 kB | 225/231 kB | 32/148 kB Progress (3): 258/575 kB | 225/231 kB | 36/148 kB Progress (3): 258/575 kB | 229/231 kB | 36/148 kB Progress (3): 258/575 kB | 229/231 kB | 40/148 kB Progress (3): 262/575 kB | 229/231 kB | 40/148 kB Progress (3): 262/575 kB | 229/231 kB | 45/148 kB Progress (3): 262/575 kB | 231 kB | 45/148 kB Progress (3): 262/575 kB | 231 kB | 49/148 kB Progress (4): 262/575 kB | 231 kB | 49/148 kB | 4.1/120 kB Progress (4): 266/575 kB | 231 kB | 49/148 kB | 4.1/120 kB Progress (4): 266/575 kB | 231 kB | 49/148 kB | 7.7/120 kB Progress (4): 266/575 kB | 231 kB | 53/148 kB | 7.7/120 kB Progress (4): 270/575 kB | 231 kB | 53/148 kB | 7.7/120 kB Progress (4): 270/575 kB | 231 kB | 57/148 kB | 7.7/120 kB Progress (4): 270/575 kB | 231 kB | 57/148 kB | 12/120 kB Progress (4): 270/575 kB | 231 kB | 61/148 kB | 12/120 kB Progress (4): 274/575 kB | 231 kB | 61/148 kB | 12/120 kB Progress (4): 274/575 kB | 231 kB | 65/148 kB | 12/120 kB Progress (4): 274/575 kB | 231 kB | 65/148 kB | 16/120 kB Progress (4): 278/575 kB | 231 kB | 65/148 kB | 16/120 kB Progress (4): 278/575 kB | 231 kB | 69/148 kB | 16/120 kB Progress (4): 278/575 kB | 231 kB | 73/148 kB | 16/120 kB Progress (4): 278/575 kB | 231 kB | 73/148 kB | 20/120 kB Progress (4): 282/575 kB | 231 kB | 73/148 kB | 20/120 kB Progress (4): 282/575 kB | 231 kB | 77/148 kB | 20/120 kB Progress (4): 286/575 kB | 231 kB | 77/148 kB | 20/120 kB Progress (4): 286/575 kB | 231 kB | 77/148 kB | 24/120 kB Progress (4): 290/575 kB | 231 kB | 77/148 kB | 24/120 kB Progress (4): 290/575 kB | 231 kB | 81/148 kB | 24/120 kB Progress (4): 294/575 kB | 231 kB | 81/148 kB | 24/120 kB Progress (4): 294/575 kB | 231 kB | 81/148 kB | 28/120 kB Progress (4): 294/575 kB | 231 kB | 81/148 kB | 32/120 kB Progress (4): 294/575 kB | 231 kB | 85/148 kB | 32/120 kB Progress (4): 298/575 kB | 231 kB | 85/148 kB | 32/120 kB Progress (4): 298/575 kB | 231 kB | 90/148 kB | 32/120 kB Progress (4): 303/575 kB | 231 kB | 90/148 kB | 32/120 kB Progress (4): 303/575 kB | 231 kB | 94/148 kB | 32/120 kB Progress (4): 307/575 kB | 231 kB | 94/148 kB | 32/120 kB Progress (4): 307/575 kB | 231 kB | 94/148 kB | 36/120 kB Progress (4): 311/575 kB | 231 kB | 94/148 kB | 36/120 kB Progress (4): 311/575 kB | 231 kB | 98/148 kB | 36/120 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 181 kB/s) Progress (3): 311/575 kB | 98/148 kB | 40/120 kB Progress (3): 315/575 kB | 98/148 kB | 40/120 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar Progress (3): 319/575 kB | 98/148 kB | 40/120 kB Progress (3): 319/575 kB | 102/148 kB | 40/120 kB Progress (3): 319/575 kB | 102/148 kB | 45/120 kB Progress (3): 319/575 kB | 106/148 kB | 45/120 kB Progress (3): 323/575 kB | 106/148 kB | 45/120 kB Progress (3): 323/575 kB | 110/148 kB | 45/120 kB Progress (3): 323/575 kB | 110/148 kB | 49/120 kB Progress (3): 323/575 kB | 114/148 kB | 49/120 kB Progress (3): 327/575 kB | 114/148 kB | 49/120 kB Progress (4): 327/575 kB | 114/148 kB | 49/120 kB | 4.1/12 kB Progress (4): 327/575 kB | 114/148 kB | 49/120 kB | 7.7/12 kB Progress (4): 327/575 kB | 114/148 kB | 53/120 kB | 7.7/12 kB Progress (4): 327/575 kB | 118/148 kB | 53/120 kB | 7.7/12 kB Progress (4): 327/575 kB | 118/148 kB | 53/120 kB | 12/12 kB Progress (4): 327/575 kB | 122/148 kB | 53/120 kB | 12/12 kB Progress (4): 327/575 kB | 122/148 kB | 57/120 kB | 12/12 kB Progress (4): 331/575 kB | 122/148 kB | 57/120 kB | 12/12 kB Progress (4): 331/575 kB | 122/148 kB | 61/120 kB | 12/12 kB Progress (4): 331/575 kB | 126/148 kB | 61/120 kB | 12/12 kB Progress (4): 331/575 kB | 126/148 kB | 61/120 kB | 12 kB Progress (4): 331/575 kB | 131/148 kB | 61/120 kB | 12 kB Progress (4): 331/575 kB | 131/148 kB | 65/120 kB | 12 kB Progress (4): 335/575 kB | 131/148 kB | 65/120 kB | 12 kB Progress (4): 339/575 kB | 131/148 kB | 65/120 kB | 12 kB Progress (4): 339/575 kB | 135/148 kB | 65/120 kB | 12 kB Progress (4): 344/575 kB | 135/148 kB | 65/120 kB | 12 kB Progress (4): 344/575 kB | 135/148 kB | 69/120 kB | 12 kB Progress (4): 344/575 kB | 139/148 kB | 69/120 kB | 12 kB Progress (4): 344/575 kB | 139/148 kB | 73/120 kB | 12 kB Progress (4): 348/575 kB | 139/148 kB | 73/120 kB | 12 kB Progress (4): 348/575 kB | 143/148 kB | 73/120 kB | 12 kB Progress (4): 352/575 kB | 143/148 kB | 73/120 kB | 12 kB Progress (4): 352/575 kB | 143/148 kB | 77/120 kB | 12 kB Progress (4): 356/575 kB | 143/148 kB | 77/120 kB | 12 kB Progress (4): 356/575 kB | 147/148 kB | 77/120 kB | 12 kB Progress (4): 360/575 kB | 147/148 kB | 77/120 kB | 12 kB Progress (4): 360/575 kB | 147/148 kB | 81/120 kB | 12 kB Progress (4): 360/575 kB | 148 kB | 81/120 kB | 12 kB Progress (4): 364/575 kB | 148 kB | 81/120 kB | 12 kB Progress (4): 368/575 kB | 148 kB | 81/120 kB | 12 kB Progress (4): 368/575 kB | 148 kB | 85/120 kB | 12 kB Progress (4): 372/575 kB | 148 kB | 85/120 kB | 12 kB Progress (4): 372/575 kB | 148 kB | 90/120 kB | 12 kB Progress (4): 376/575 kB | 148 kB | 90/120 kB | 12 kB Progress (4): 376/575 kB | 148 kB | 94/120 kB | 12 kB Progress (4): 376/575 kB | 148 kB | 98/120 kB | 12 kB Progress (4): 380/575 kB | 148 kB | 98/120 kB | 12 kB Progress (4): 384/575 kB | 148 kB | 98/120 kB | 12 kB Progress (4): 389/575 kB | 148 kB | 98/120 kB | 12 kB Progress (4): 393/575 kB | 148 kB | 98/120 kB | 12 kB Progress (4): 393/575 kB | 148 kB | 102/120 kB | 12 kB Progress (4): 393/575 kB | 148 kB | 106/120 kB | 12 kB Progress (4): 397/575 kB | 148 kB | 106/120 kB | 12 kB Progress (4): 397/575 kB | 148 kB | 110/120 kB | 12 kB Progress (4): 401/575 kB | 148 kB | 110/120 kB | 12 kB Progress (4): 401/575 kB | 148 kB | 114/120 kB | 12 kB Progress (4): 405/575 kB | 148 kB | 114/120 kB | 12 kB Progress (4): 409/575 kB | 148 kB | 114/120 kB | 12 kB Progress (4): 409/575 kB | 148 kB | 118/120 kB | 12 kB Progress (4): 409/575 kB | 148 kB | 120 kB | 12 kB Progress (4): 413/575 kB | 148 kB | 120 kB | 12 kB Progress (4): 417/575 kB | 148 kB | 120 kB | 12 kB Progress (4): 421/575 kB | 148 kB | 120 kB | 12 kB Progress (4): 425/575 kB | 148 kB | 120 kB | 12 kB Progress (4): 430/575 kB | 148 kB | 120 kB | 12 kB Progress (4): 434/575 kB | 148 kB | 120 kB | 12 kB Progress (4): 438/575 kB | 148 kB | 120 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 92 kB/s) Progress (3): 442/575 kB | 148 kB | 12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar Progress (3): 446/575 kB | 148 kB | 12 kB Progress (3): 450/575 kB | 148 kB | 12 kB Progress (3): 454/575 kB | 148 kB | 12 kB Progress (3): 458/575 kB | 148 kB | 12 kB Progress (3): 462/575 kB | 148 kB | 12 kB Progress (3): 466/575 kB | 148 kB | 12 kB Progress (3): 471/575 kB | 148 kB | 12 kB Progress (3): 475/575 kB | 148 kB | 12 kB Progress (3): 479/575 kB | 148 kB | 12 kB Progress (3): 483/575 kB | 148 kB | 12 kB Progress (3): 487/575 kB | 148 kB | 12 kB Progress (3): 491/575 kB | 148 kB | 12 kB Progress (3): 495/575 kB | 148 kB | 12 kB Progress (3): 499/575 kB | 148 kB | 12 kB Progress (3): 503/575 kB | 148 kB | 12 kB Progress (3): 507/575 kB | 148 kB | 12 kB Progress (3): 511/575 kB | 148 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 113 kB/s) Progress (2): 516/575 kB | 12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar Progress (2): 520/575 kB | 12 kB Progress (2): 524/575 kB | 12 kB Progress (2): 528/575 kB | 12 kB Progress (2): 532/575 kB | 12 kB Progress (2): 536/575 kB | 12 kB Progress (2): 540/575 kB | 12 kB Progress (3): 540/575 kB | 12 kB | 4.1/640 kB Progress (3): 544/575 kB | 12 kB | 4.1/640 kB Progress (3): 544/575 kB | 12 kB | 7.7/640 kB Progress (3): 548/575 kB | 12 kB | 7.7/640 kB Progress (3): 548/575 kB | 12 kB | 12/640 kB Progress (3): 552/575 kB | 12 kB | 12/640 kB Progress (3): 557/575 kB | 12 kB | 12/640 kB Progress (3): 561/575 kB | 12 kB | 12/640 kB Progress (3): 565/575 kB | 12 kB | 12/640 kB Progress (3): 569/575 kB | 12 kB | 12/640 kB Progress (3): 573/575 kB | 12 kB | 12/640 kB Progress (3): 575 kB | 12 kB | 12/640 kB Progress (3): 575 kB | 12 kB | 16/640 kB Progress (4): 575 kB | 12 kB | 16/640 kB | 4.1/23 kB Progress (4): 575 kB | 12 kB | 16/640 kB | 7.7/23 kB Progress (4): 575 kB | 12 kB | 20/640 kB | 7.7/23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 424 kB/s) Progress (3): 12 kB | 20/640 kB | 12/23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 8.8 kB/s) Progress (2): 20/640 kB | 16/23 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar Progress (2): 24/640 kB | 16/23 kB Progress (2): 24/640 kB | 20/23 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (2): 24/640 kB | 23 kB Progress (2): 28/640 kB | 23 kB Progress (2): 32/640 kB | 23 kB Progress (2): 36/640 kB | 23 kB Progress (2): 40/640 kB | 23 kB Progress (2): 45/640 kB | 23 kB Progress (2): 49/640 kB | 23 kB Progress (2): 53/640 kB | 23 kB Progress (2): 57/640 kB | 23 kB Progress (2): 61/640 kB | 23 kB Progress (2): 65/640 kB | 23 kB Progress (2): 69/640 kB | 23 kB Progress (2): 73/640 kB | 23 kB Progress (2): 77/640 kB | 23 kB Progress (2): 81/640 kB | 23 kB Progress (2): 85/640 kB | 23 kB Progress (2): 90/640 kB | 23 kB Progress (2): 94/640 kB | 23 kB Progress (2): 98/640 kB | 23 kB Progress (2): 102/640 kB | 23 kB Progress (2): 106/640 kB | 23 kB Progress (2): 110/640 kB | 23 kB Progress (2): 114/640 kB | 23 kB Progress (2): 118/640 kB | 23 kB Progress (2): 122/640 kB | 23 kB Progress (2): 126/640 kB | 23 kB Progress (2): 131/640 kB | 23 kB Progress (2): 135/640 kB | 23 kB Progress (2): 139/640 kB | 23 kB Progress (2): 143/640 kB | 23 kB Progress (2): 147/640 kB | 23 kB Progress (2): 151/640 kB | 23 kB Progress (2): 155/640 kB | 23 kB Progress (2): 159/640 kB | 23 kB Progress (2): 163/640 kB | 23 kB Progress (2): 167/640 kB | 23 kB Progress (2): 171/640 kB | 23 kB Progress (2): 176/640 kB | 23 kB Progress (2): 180/640 kB | 23 kB Progress (2): 184/640 kB | 23 kB Progress (2): 188/640 kB | 23 kB Progress (2): 192/640 kB | 23 kB Progress (2): 196/640 kB | 23 kB Progress (2): 200/640 kB | 23 kB Progress (2): 204/640 kB | 23 kB Progress (2): 208/640 kB | 23 kB Progress (2): 212/640 kB | 23 kB Progress (2): 217/640 kB | 23 kB Progress (2): 221/640 kB | 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 17 kB/s) Progress (1): 225/640 kB Progress (1): 229/640 kB Progress (1): 233/640 kB Progress (1): 237/640 kB Progress (1): 241/640 kB Progress (1): 245/640 kB Progress (1): 249/640 kB Progress (1): 253/640 kB Progress (1): 258/640 kB Progress (1): 262/640 kB Progress (1): 266/640 kB Progress (1): 270/640 kB Progress (1): 274/640 kB Progress (1): 278/640 kB Progress (1): 282/640 kB Progress (1): 286/640 kB Progress (1): 290/640 kB Progress (1): 294/640 kB Progress (1): 298/640 kB Progress (1): 303/640 kB Progress (1): 307/640 kB Progress (1): 311/640 kB Progress (1): 315/640 kB Progress (1): 319/640 kB Progress (1): 323/640 kB Progress (1): 327/640 kB Progress (1): 331/640 kB Progress (1): 335/640 kB Progress (1): 339/640 kB Progress (1): 344/640 kB Progress (1): 348/640 kB Progress (1): 352/640 kB Progress (1): 356/640 kB Progress (1): 360/640 kB Progress (1): 364/640 kB Progress (1): 368/640 kB Progress (1): 372/640 kB Progress (1): 376/640 kB Progress (1): 380/640 kB Progress (1): 384/640 kB Progress (1): 389/640 kB Progress (1): 393/640 kB Progress (1): 397/640 kB Progress (1): 401/640 kB Progress (1): 405/640 kB Progress (1): 409/640 kB Progress (1): 413/640 kB Progress (1): 417/640 kB Progress (1): 421/640 kB Progress (1): 425/640 kB Progress (1): 430/640 kB Progress (1): 434/640 kB Progress (1): 438/640 kB Progress (1): 442/640 kB Progress (1): 446/640 kB Progress (1): 450/640 kB Progress (1): 454/640 kB Progress (1): 458/640 kB Progress (1): 462/640 kB Progress (1): 466/640 kB Progress (1): 471/640 kB Progress (1): 475/640 kB Progress (1): 479/640 kB Progress (1): 483/640 kB Progress (1): 487/640 kB Progress (1): 491/640 kB Progress (1): 495/640 kB Progress (1): 499/640 kB Progress (1): 503/640 kB Progress (1): 507/640 kB Progress (1): 511/640 kB Progress (1): 516/640 kB Progress (1): 520/640 kB Progress (1): 524/640 kB Progress (1): 528/640 kB Progress (1): 532/640 kB Progress (1): 536/640 kB Progress (1): 540/640 kB Progress (2): 540/640 kB | 4.1/284 kB Progress (2): 544/640 kB | 4.1/284 kB Progress (2): 544/640 kB | 7.7/284 kB Progress (2): 548/640 kB | 7.7/284 kB Progress (2): 548/640 kB | 12/284 kB Progress (2): 552/640 kB | 12/284 kB Progress (2): 552/640 kB | 16/284 kB Progress (2): 557/640 kB | 16/284 kB Progress (2): 561/640 kB | 16/284 kB Progress (2): 565/640 kB | 16/284 kB Progress (2): 569/640 kB | 16/284 kB Progress (2): 569/640 kB | 20/284 kB Progress (2): 573/640 kB | 20/284 kB Progress (2): 573/640 kB | 24/284 kB Progress (2): 573/640 kB | 28/284 kB Progress (2): 573/640 kB | 32/284 kB Progress (2): 577/640 kB | 32/284 kB Progress (2): 581/640 kB | 32/284 kB Progress (2): 585/640 kB | 32/284 kB Progress (2): 589/640 kB | 32/284 kB Progress (2): 589/640 kB | 36/284 kB Progress (2): 593/640 kB | 36/284 kB Progress (2): 593/640 kB | 40/284 kB Progress (2): 597/640 kB | 40/284 kB Progress (2): 597/640 kB | 45/284 kB Progress (2): 602/640 kB | 45/284 kB Progress (2): 602/640 kB | 49/284 kB Progress (2): 606/640 kB | 49/284 kB Progress (2): 610/640 kB | 49/284 kB Progress (2): 614/640 kB | 49/284 kB Progress (2): 614/640 kB | 53/284 kB Progress (2): 618/640 kB | 53/284 kB Progress (2): 618/640 kB | 57/284 kB Progress (2): 622/640 kB | 57/284 kB Progress (2): 622/640 kB | 61/284 kB Progress (2): 622/640 kB | 65/284 kB Progress (2): 626/640 kB | 65/284 kB Progress (2): 630/640 kB | 65/284 kB Progress (2): 634/640 kB | 65/284 kB Progress (2): 638/640 kB | 65/284 kB Progress (2): 640 kB | 65/284 kB Progress (2): 640 kB | 69/284 kB Progress (2): 640 kB | 73/284 kB Progress (2): 640 kB | 77/284 kB Progress (2): 640 kB | 81/284 kB Progress (2): 640 kB | 85/284 kB Progress (2): 640 kB | 90/284 kB Progress (2): 640 kB | 94/284 kB Progress (2): 640 kB | 98/284 kB Progress (3): 640 kB | 98/284 kB | 4.1/482 kB Progress (4): 640 kB | 98/284 kB | 4.1/482 kB | 4.1/182 kB Progress (4): 640 kB | 98/284 kB | 7.7/482 kB | 4.1/182 kB Progress (4): 640 kB | 98/284 kB | 7.7/482 kB | 7.7/182 kB Progress (4): 640 kB | 102/284 kB | 7.7/482 kB | 7.7/182 kB Progress (4): 640 kB | 102/284 kB | 12/482 kB | 7.7/182 kB Progress (4): 640 kB | 106/284 kB | 12/482 kB | 7.7/182 kB Progress (4): 640 kB | 106/284 kB | 12/482 kB | 12/182 kB Progress (4): 640 kB | 110/284 kB | 12/482 kB | 12/182 kB Progress (4): 640 kB | 110/284 kB | 16/482 kB | 12/182 kB Progress (4): 640 kB | 114/284 kB | 16/482 kB | 12/182 kB Progress (4): 640 kB | 114/284 kB | 16/482 kB | 16/182 kB Progress (4): 640 kB | 118/284 kB | 16/482 kB | 16/182 kB Progress (4): 640 kB | 122/284 kB | 16/482 kB | 16/182 kB Progress (4): 640 kB | 122/284 kB | 20/482 kB | 16/182 kB Progress (4): 640 kB | 122/284 kB | 20/482 kB | 20/182 kB Progress (4): 640 kB | 126/284 kB | 20/482 kB | 20/182 kB Progress (4): 640 kB | 126/284 kB | 20/482 kB | 24/182 kB Progress (4): 640 kB | 126/284 kB | 24/482 kB | 24/182 kB Progress (4): 640 kB | 126/284 kB | 24/482 kB | 28/182 kB Progress (4): 640 kB | 131/284 kB | 24/482 kB | 28/182 kB Progress (4): 640 kB | 131/284 kB | 24/482 kB | 32/182 kB Progress (4): 640 kB | 131/284 kB | 28/482 kB | 32/182 kB Progress (4): 640 kB | 131/284 kB | 32/482 kB | 32/182 kB Progress (4): 640 kB | 135/284 kB | 32/482 kB | 32/182 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 436 kB/s) Progress (3): 139/284 kB | 32/482 kB | 32/182 kB Progress (3): 139/284 kB | 32/482 kB | 36/182 kB Progress (3): 139/284 kB | 36/482 kB | 36/182 kB Progress (3): 143/284 kB | 36/482 kB | 36/182 kB Progress (3): 143/284 kB | 40/482 kB | 36/182 kB Progress (3): 143/284 kB | 40/482 kB | 40/182 kB Progress (3): 143/284 kB | 45/482 kB | 40/182 kB Progress (3): 147/284 kB | 45/482 kB | 40/182 kB Progress (3): 147/284 kB | 49/482 kB | 40/182 kB Progress (3): 147/284 kB | 49/482 kB | 45/182 kB Progress (3): 147/284 kB | 49/482 kB | 49/182 kB Progress (3): 151/284 kB | 49/482 kB | 49/182 kB Progress (3): 155/284 kB | 49/482 kB | 49/182 kB Progress (3): 159/284 kB | 49/482 kB | 49/182 kB Progress (3): 163/284 kB | 49/482 kB | 49/182 kB Progress (3): 163/284 kB | 53/482 kB | 49/182 kB Progress (3): 163/284 kB | 57/482 kB | 49/182 kB Progress (3): 163/284 kB | 57/482 kB | 53/182 kB Progress (3): 167/284 kB | 57/482 kB | 53/182 kB Progress (3): 167/284 kB | 61/482 kB | 53/182 kB Progress (3): 171/284 kB | 61/482 kB | 53/182 kB Progress (3): 171/284 kB | 61/482 kB | 57/182 kB Progress (3): 176/284 kB | 61/482 kB | 57/182 kB Progress (3): 176/284 kB | 65/482 kB | 57/182 kB Progress (3): 180/284 kB | 65/482 kB | 57/182 kB Progress (3): 180/284 kB | 65/482 kB | 61/182 kB Progress (3): 180/284 kB | 65/482 kB | 65/182 kB Progress (3): 184/284 kB | 65/482 kB | 65/182 kB Progress (3): 188/284 kB | 65/482 kB | 65/182 kB Progress (3): 188/284 kB | 69/482 kB | 65/182 kB Progress (3): 192/284 kB | 69/482 kB | 65/182 kB Progress (3): 192/284 kB | 73/482 kB | 65/182 kB Progress (3): 192/284 kB | 73/482 kB | 69/182 kB Progress (3): 196/284 kB | 73/482 kB | 69/182 kB Progress (3): 196/284 kB | 73/482 kB | 73/182 kB Progress (3): 196/284 kB | 77/482 kB | 73/182 kB Progress (3): 196/284 kB | 77/482 kB | 77/182 kB Progress (3): 200/284 kB | 77/482 kB | 77/182 kB Progress (3): 200/284 kB | 81/482 kB | 77/182 kB Progress (3): 204/284 kB | 81/482 kB | 77/182 kB Progress (3): 204/284 kB | 81/482 kB | 81/182 kB Progress (3): 208/284 kB | 81/482 kB | 81/182 kB Progress (3): 212/284 kB | 81/482 kB | 81/182 kB Progress (3): 212/284 kB | 85/482 kB | 81/182 kB Progress (3): 212/284 kB | 85/482 kB | 85/182 kB Progress (3): 212/284 kB | 90/482 kB | 85/182 kB Progress (3): 217/284 kB | 90/482 kB | 85/182 kB Progress (3): 217/284 kB | 94/482 kB | 85/182 kB Progress (3): 217/284 kB | 94/482 kB | 90/182 kB Progress (3): 217/284 kB | 98/482 kB | 90/182 kB Progress (3): 221/284 kB | 98/482 kB | 90/182 kB Progress (3): 221/284 kB | 98/482 kB | 94/182 kB Progress (3): 225/284 kB | 98/482 kB | 94/182 kB Progress (3): 225/284 kB | 98/482 kB | 98/182 kB Progress (3): 229/284 kB | 98/482 kB | 98/182 kB Progress (3): 229/284 kB | 102/482 kB | 98/182 kB Progress (3): 229/284 kB | 106/482 kB | 98/182 kB Progress (3): 233/284 kB | 106/482 kB | 98/182 kB Progress (3): 233/284 kB | 106/482 kB | 102/182 kB Progress (3): 233/284 kB | 110/482 kB | 102/182 kB Progress (3): 233/284 kB | 110/482 kB | 106/182 kB Progress (3): 237/284 kB | 110/482 kB | 106/182 kB Progress (3): 237/284 kB | 110/482 kB | 110/182 kB Progress (3): 237/284 kB | 114/482 kB | 110/182 kB Progress (3): 237/284 kB | 114/482 kB | 114/182 kB Progress (3): 241/284 kB | 114/482 kB | 114/182 kB Progress (3): 245/284 kB | 114/482 kB | 114/182 kB Progress (3): 245/284 kB | 118/482 kB | 114/182 kB Progress (3): 245/284 kB | 118/482 kB | 118/182 kB Progress (3): 249/284 kB | 118/482 kB | 118/182 kB Progress (3): 249/284 kB | 118/482 kB | 122/182 kB Progress (3): 249/284 kB | 122/482 kB | 122/182 kB Progress (3): 249/284 kB | 122/482 kB | 126/182 kB Progress (3): 253/284 kB | 122/482 kB | 126/182 kB Progress (3): 253/284 kB | 122/482 kB | 131/182 kB Progress (3): 253/284 kB | 126/482 kB | 131/182 kB Progress (3): 258/284 kB | 126/482 kB | 131/182 kB Progress (3): 258/284 kB | 131/482 kB | 131/182 kB Progress (3): 262/284 kB | 131/482 kB | 131/182 kB Progress (3): 262/284 kB | 131/482 kB | 135/182 kB Progress (3): 262/284 kB | 131/482 kB | 139/182 kB Progress (3): 266/284 kB | 131/482 kB | 139/182 kB Progress (3): 266/284 kB | 131/482 kB | 143/182 kB Progress (3): 266/284 kB | 135/482 kB | 143/182 kB Progress (3): 270/284 kB | 135/482 kB | 143/182 kB Progress (3): 270/284 kB | 139/482 kB | 143/182 kB Progress (3): 270/284 kB | 139/482 kB | 147/182 kB Progress (3): 270/284 kB | 143/482 kB | 147/182 kB Progress (3): 274/284 kB | 143/482 kB | 147/182 kB Progress (3): 274/284 kB | 147/482 kB | 147/182 kB Progress (3): 278/284 kB | 147/482 kB | 147/182 kB Progress (3): 278/284 kB | 147/482 kB | 151/182 kB Progress (3): 282/284 kB | 147/482 kB | 151/182 kB Progress (3): 282/284 kB | 147/482 kB | 155/182 kB Progress (3): 284 kB | 147/482 kB | 155/182 kB Progress (3): 284 kB | 151/482 kB | 155/182 kB Progress (3): 284 kB | 151/482 kB | 159/182 kB Progress (3): 284 kB | 155/482 kB | 159/182 kB Progress (3): 284 kB | 155/482 kB | 163/182 kB Progress (3): 284 kB | 159/482 kB | 163/182 kB Progress (3): 284 kB | 163/482 kB | 163/182 kB Progress (3): 284 kB | 163/482 kB | 167/182 kB Progress (3): 284 kB | 167/482 kB | 167/182 kB Progress (3): 284 kB | 167/482 kB | 171/182 kB Progress (3): 284 kB | 171/482 kB | 171/182 kB Progress (3): 284 kB | 171/482 kB | 176/182 kB Progress (3): 284 kB | 176/482 kB | 176/182 kB Progress (3): 284 kB | 176/482 kB | 180/182 kB Progress (3): 284 kB | 180/482 kB | 180/182 kB Progress (3): 284 kB | 180/482 kB | 182 kB Progress (3): 284 kB | 184/482 kB | 182 kB Progress (3): 284 kB | 188/482 kB | 182 kB Progress (3): 284 kB | 192/482 kB | 182 kB Progress (3): 284 kB | 196/482 kB | 182 kB Progress (3): 284 kB | 200/482 kB | 182 kB Progress (3): 284 kB | 204/482 kB | 182 kB Progress (3): 284 kB | 208/482 kB | 182 kB Progress (3): 284 kB | 212/482 kB | 182 kB Progress (3): 284 kB | 217/482 kB | 182 kB Progress (3): 284 kB | 221/482 kB | 182 kB Progress (3): 284 kB | 225/482 kB | 182 kB Progress (3): 284 kB | 229/482 kB | 182 kB Progress (3): 284 kB | 233/482 kB | 182 kB Progress (3): 284 kB | 237/482 kB | 182 kB Progress (3): 284 kB | 241/482 kB | 182 kB Progress (3): 284 kB | 245/482 kB | 182 kB Progress (3): 284 kB | 249/482 kB | 182 kB Progress (3): 284 kB | 253/482 kB | 182 kB Progress (3): 284 kB | 258/482 kB | 182 kB Progress (3): 284 kB | 262/482 kB | 182 kB Progress (3): 284 kB | 266/482 kB | 182 kB Progress (3): 284 kB | 270/482 kB | 182 kB Progress (3): 284 kB | 274/482 kB | 182 kB Progress (3): 284 kB | 278/482 kB | 182 kB Progress (3): 284 kB | 282/482 kB | 182 kB Progress (3): 284 kB | 286/482 kB | 182 kB Progress (3): 284 kB | 290/482 kB | 182 kB Progress (3): 284 kB | 294/482 kB | 182 kB Progress (3): 284 kB | 298/482 kB | 182 kB Progress (3): 284 kB | 303/482 kB | 182 kB Progress (3): 284 kB | 307/482 kB | 182 kB Progress (3): 284 kB | 311/482 kB | 182 kB Progress (3): 284 kB | 315/482 kB | 182 kB Progress (3): 284 kB | 319/482 kB | 182 kB Progress (3): 284 kB | 323/482 kB | 182 kB Progress (3): 284 kB | 327/482 kB | 182 kB Progress (3): 284 kB | 331/482 kB | 182 kB Progress (3): 284 kB | 335/482 kB | 182 kB Progress (3): 284 kB | 339/482 kB | 182 kB Progress (3): 284 kB | 344/482 kB | 182 kB Progress (3): 284 kB | 348/482 kB | 182 kB Progress (3): 284 kB | 352/482 kB | 182 kB Progress (3): 284 kB | 356/482 kB | 182 kB Progress (3): 284 kB | 360/482 kB | 182 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 187 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar (182 kB at 120 kB/s) Progress (1): 364/482 kB Progress (1): 368/482 kB Progress (1): 372/482 kB Progress (1): 376/482 kB Progress (1): 380/482 kB Progress (1): 384/482 kB Progress (1): 389/482 kB Progress (1): 393/482 kB Progress (1): 397/482 kB Progress (1): 401/482 kB Progress (1): 405/482 kB Progress (1): 409/482 kB Progress (1): 413/482 kB Progress (1): 417/482 kB Progress (1): 421/482 kB Progress (1): 425/482 kB Progress (1): 430/482 kB Progress (1): 434/482 kB Progress (1): 438/482 kB Progress (1): 442/482 kB Progress (1): 446/482 kB Progress (1): 450/482 kB Progress (1): 454/482 kB Progress (1): 458/482 kB Progress (1): 462/482 kB Progress (1): 466/482 kB Progress (1): 471/482 kB Progress (1): 475/482 kB Progress (1): 479/482 kB Progress (1): 482 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar (482 kB at 308 kB/s) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/jax-ws-spec-api-release/api [INFO] Processing change of jakarta.xml.ws:jakarta.xml.ws-api:3.0.1-SNAPSHOT -> 3.0.0-RC2 [INFO] Processing jakarta.xml.ws:jakarta.xml.ws-api [INFO] Updating project jakarta.xml.ws:jakarta.xml.ws-api [INFO] from version 3.0.1-SNAPSHOT to 3.0.0-RC2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.000 s [INFO] Finished at: 2020-04-01T15:11:12Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/agent/workspace/jax-ws-spec-api-release/api + mvn -U -C glassfish-copyright:repair Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------ [INFO] Building Jakarta XML Web Services API 3.0.0-RC2 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.3:repair (default-cli) @ jakarta.xml.ws-api --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom (2.9 kB at 6.7 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.3/maven-3.5.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.3/maven-3.5.3.pom (23 kB at 403 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom (4.0 kB at 86 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 687 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom (2.1 kB at 41 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 97 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 292 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 657 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 159 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 181 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 719 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 76 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 389 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Progress (1): 4.1 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 812 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 424 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom (1.6 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom (14 kB at 295 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 3.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar Progress (1): 4.1/165 kB Progress (1): 7.7/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (1): 24/165 kB Progress (1): 28/165 kB Progress (1): 32/165 kB Progress (1): 36/165 kB Progress (1): 40/165 kB Progress (1): 45/165 kB Progress (1): 49/165 kB Progress (1): 53/165 kB Progress (1): 57/165 kB Progress (1): 61/165 kB Progress (1): 65/165 kB Progress (1): 69/165 kB Progress (1): 73/165 kB Progress (1): 77/165 kB Progress (1): 81/165 kB Progress (1): 85/165 kB Progress (1): 90/165 kB Progress (1): 94/165 kB Progress (1): 98/165 kB Progress (1): 102/165 kB Progress (1): 106/165 kB Progress (1): 110/165 kB Progress (1): 114/165 kB Progress (1): 118/165 kB Progress (1): 122/165 kB Progress (1): 126/165 kB Progress (1): 131/165 kB Progress (1): 135/165 kB Progress (1): 139/165 kB Progress (1): 143/165 kB Progress (1): 147/165 kB Progress (1): 151/165 kB Progress (1): 155/165 kB Progress (1): 159/165 kB Progress (1): 163/165 kB Progress (1): 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar (165 kB at 868 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (1): 4.1/45 kB Progress (1): 7.7/45 kB Progress (1): 12/45 kB Progress (1): 16/45 kB Progress (1): 20/45 kB Progress (1): 24/45 kB Progress (1): 28/45 kB Progress (1): 32/45 kB Progress (1): 36/45 kB Progress (1): 40/45 kB Progress (1): 45/45 kB Progress (1): 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 222 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 12 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar Progress (1): 4.1/48 kB Progress (2): 4.1/48 kB | 4.1/55 kB Progress (2): 7.7/48 kB | 4.1/55 kB Progress (2): 7.7/48 kB | 7.7/55 kB Progress (2): 12/48 kB | 7.7/55 kB Progress (2): 12/48 kB | 12/55 kB Progress (2): 16/48 kB | 12/55 kB Progress (2): 16/48 kB | 16/55 kB Progress (2): 20/48 kB | 16/55 kB Progress (2): 20/48 kB | 20/55 kB Progress (2): 24/48 kB | 20/55 kB Progress (2): 24/48 kB | 24/55 kB Progress (2): 28/48 kB | 24/55 kB Progress (3): 28/48 kB | 24/55 kB | 4.1/205 kB Progress (3): 28/48 kB | 28/55 kB | 4.1/205 kB Progress (3): 28/48 kB | 28/55 kB | 7.7/205 kB Progress (3): 32/48 kB | 28/55 kB | 7.7/205 kB Progress (3): 32/48 kB | 28/55 kB | 12/205 kB Progress (3): 32/48 kB | 32/55 kB | 12/205 kB Progress (3): 36/48 kB | 32/55 kB | 12/205 kB Progress (3): 40/48 kB | 32/55 kB | 12/205 kB Progress (4): 40/48 kB | 32/55 kB | 12/205 kB | 4.1/480 kB Progress (4): 45/48 kB | 32/55 kB | 12/205 kB | 4.1/480 kB Progress (4): 48 kB | 32/55 kB | 12/205 kB | 4.1/480 kB Progress (4): 48 kB | 32/55 kB | 12/205 kB | 7.7/480 kB Progress (4): 48 kB | 32/55 kB | 12/205 kB | 12/480 kB Progress (4): 48 kB | 32/55 kB | 16/205 kB | 12/480 kB Progress (4): 48 kB | 32/55 kB | 16/205 kB | 16/480 kB Progress (4): 48 kB | 36/55 kB | 16/205 kB | 16/480 kB Progress (4): 48 kB | 36/55 kB | 20/205 kB | 16/480 kB Progress (4): 48 kB | 36/55 kB | 20/205 kB | 20/480 kB Progress (4): 48 kB | 40/55 kB | 20/205 kB | 20/480 kB Progress (4): 48 kB | 40/55 kB | 20/205 kB | 24/480 kB Progress (4): 48 kB | 40/55 kB | 24/205 kB | 24/480 kB Progress (4): 48 kB | 40/55 kB | 24/205 kB | 28/480 kB Progress (4): 48 kB | 45/55 kB | 24/205 kB | 28/480 kB Progress (4): 48 kB | 45/55 kB | 24/205 kB | 32/480 kB Progress (4): 48 kB | 45/55 kB | 28/205 kB | 32/480 kB Progress (4): 48 kB | 49/55 kB | 28/205 kB | 32/480 kB Progress (4): 48 kB | 49/55 kB | 28/205 kB | 36/480 kB Progress (4): 48 kB | 49/55 kB | 32/205 kB | 36/480 kB Progress (4): 48 kB | 49/55 kB | 32/205 kB | 40/480 kB Progress (4): 48 kB | 53/55 kB | 32/205 kB | 40/480 kB Progress (4): 48 kB | 53/55 kB | 36/205 kB | 40/480 kB Progress (4): 48 kB | 53/55 kB | 36/205 kB | 45/480 kB Progress (5): 48 kB | 53/55 kB | 36/205 kB | 45/480 kB | 4.1/379 kB Progress (5): 48 kB | 53/55 kB | 36/205 kB | 49/480 kB | 4.1/379 kB Progress (5): 48 kB | 53/55 kB | 40/205 kB | 49/480 kB | 4.1/379 kB Progress (5): 48 kB | 55 kB | 40/205 kB | 49/480 kB | 4.1/379 kB Progress (5): 48 kB | 55 kB | 40/205 kB | 53/480 kB | 4.1/379 kB Progress (5): 48 kB | 55 kB | 45/205 kB | 53/480 kB | 4.1/379 kB Progress (5): 48 kB | 55 kB | 45/205 kB | 53/480 kB | 7.7/379 kB Progress (5): 48 kB | 55 kB | 49/205 kB | 53/480 kB | 7.7/379 kB Progress (5): 48 kB | 55 kB | 49/205 kB | 57/480 kB | 7.7/379 kB Progress (5): 48 kB | 55 kB | 49/205 kB | 57/480 kB | 12/379 kB Progress (5): 48 kB | 55 kB | 53/205 kB | 57/480 kB | 12/379 kB Progress (5): 48 kB | 55 kB | 53/205 kB | 61/480 kB | 12/379 kB Progress (5): 48 kB | 55 kB | 57/205 kB | 61/480 kB | 12/379 kB Progress (5): 48 kB | 55 kB | 57/205 kB | 61/480 kB | 16/379 kB Progress (5): 48 kB | 55 kB | 61/205 kB | 61/480 kB | 16/379 kB Progress (5): 48 kB | 55 kB | 61/205 kB | 65/480 kB | 16/379 kB Progress (5): 48 kB | 55 kB | 61/205 kB | 65/480 kB | 20/379 kB Progress (5): 48 kB | 55 kB | 65/205 kB | 65/480 kB | 20/379 kB Progress (5): 48 kB | 55 kB | 65/205 kB | 69/480 kB | 20/379 kB Progress (5): 48 kB | 55 kB | 65/205 kB | 69/480 kB | 24/379 kB Progress (5): 48 kB | 55 kB | 69/205 kB | 69/480 kB | 24/379 kB Progress (5): 48 kB | 55 kB | 69/205 kB | 73/480 kB | 24/379 kB Progress (5): 48 kB | 55 kB | 73/205 kB | 73/480 kB | 24/379 kB Progress (5): 48 kB | 55 kB | 73/205 kB | 73/480 kB | 28/379 kB Progress (5): 48 kB | 55 kB | 77/205 kB | 73/480 kB | 28/379 kB Progress (5): 48 kB | 55 kB | 77/205 kB | 77/480 kB | 28/379 kB Progress (5): 48 kB | 55 kB | 81/205 kB | 77/480 kB | 28/379 kB Progress (5): 48 kB | 55 kB | 81/205 kB | 77/480 kB | 32/379 kB Progress (5): 48 kB | 55 kB | 81/205 kB | 81/480 kB | 32/379 kB Progress (5): 48 kB | 55 kB | 85/205 kB | 81/480 kB | 32/379 kB Progress (5): 48 kB | 55 kB | 85/205 kB | 81/480 kB | 36/379 kB Progress (5): 48 kB | 55 kB | 85/205 kB | 85/480 kB | 36/379 kB Progress (5): 48 kB | 55 kB | 90/205 kB | 85/480 kB | 36/379 kB Progress (5): 48 kB | 55 kB | 90/205 kB | 90/480 kB | 36/379 kB Progress (5): 48 kB | 55 kB | 90/205 kB | 90/480 kB | 40/379 kB Progress (5): 48 kB | 55 kB | 90/205 kB | 94/480 kB | 40/379 kB Progress (5): 48 kB | 55 kB | 94/205 kB | 94/480 kB | 40/379 kB Progress (5): 48 kB | 55 kB | 94/205 kB | 98/480 kB | 40/379 kB Progress (5): 48 kB | 55 kB | 94/205 kB | 98/480 kB | 45/379 kB Progress (5): 48 kB | 55 kB | 98/205 kB | 98/480 kB | 45/379 kB Progress (5): 48 kB | 55 kB | 98/205 kB | 102/480 kB | 45/379 kB Progress (5): 48 kB | 55 kB | 98/205 kB | 102/480 kB | 49/379 kB Progress (5): 48 kB | 55 kB | 98/205 kB | 106/480 kB | 49/379 kB Progress (5): 48 kB | 55 kB | 102/205 kB | 106/480 kB | 49/379 kB Progress (5): 48 kB | 55 kB | 102/205 kB | 110/480 kB | 49/379 kB Progress (5): 48 kB | 55 kB | 102/205 kB | 110/480 kB | 53/379 kB Progress (5): 48 kB | 55 kB | 106/205 kB | 110/480 kB | 53/379 kB Progress (5): 48 kB | 55 kB | 106/205 kB | 110/480 kB | 57/379 kB Progress (5): 48 kB | 55 kB | 106/205 kB | 114/480 kB | 57/379 kB Progress (5): 48 kB | 55 kB | 106/205 kB | 114/480 kB | 61/379 kB Progress (5): 48 kB | 55 kB | 110/205 kB | 114/480 kB | 61/379 kB Progress (5): 48 kB | 55 kB | 110/205 kB | 114/480 kB | 65/379 kB Progress (5): 48 kB | 55 kB | 110/205 kB | 118/480 kB | 65/379 kB Progress (5): 48 kB | 55 kB | 114/205 kB | 118/480 kB | 65/379 kB Progress (5): 48 kB | 55 kB | 114/205 kB | 122/480 kB | 65/379 kB Progress (5): 48 kB | 55 kB | 114/205 kB | 122/480 kB | 69/379 kB Progress (5): 48 kB | 55 kB | 114/205 kB | 126/480 kB | 69/379 kB Progress (5): 48 kB | 55 kB | 118/205 kB | 126/480 kB | 69/379 kB Progress (5): 48 kB | 55 kB | 118/205 kB | 126/480 kB | 73/379 kB Progress (5): 48 kB | 55 kB | 122/205 kB | 126/480 kB | 73/379 kB Progress (5): 48 kB | 55 kB | 122/205 kB | 131/480 kB | 73/379 kB Progress (5): 48 kB | 55 kB | 126/205 kB | 131/480 kB | 73/379 kB Progress (5): 48 kB | 55 kB | 126/205 kB | 131/480 kB | 77/379 kB Progress (5): 48 kB | 55 kB | 131/205 kB | 131/480 kB | 77/379 kB Progress (5): 48 kB | 55 kB | 131/205 kB | 135/480 kB | 77/379 kB Progress (5): 48 kB | 55 kB | 131/205 kB | 135/480 kB | 81/379 kB Progress (5): 48 kB | 55 kB | 131/205 kB | 139/480 kB | 81/379 kB Progress (5): 48 kB | 55 kB | 135/205 kB | 139/480 kB | 81/379 kB Progress (5): 48 kB | 55 kB | 135/205 kB | 143/480 kB | 81/379 kB Progress (5): 48 kB | 55 kB | 139/205 kB | 143/480 kB | 81/379 kB Progress (5): 48 kB | 55 kB | 139/205 kB | 147/480 kB | 81/379 kB Progress (5): 48 kB | 55 kB | 139/205 kB | 147/480 kB | 85/379 kB Progress (5): 48 kB | 55 kB | 143/205 kB | 147/480 kB | 85/379 kB Progress (5): 48 kB | 55 kB | 143/205 kB | 147/480 kB | 90/379 kB Progress (5): 48 kB | 55 kB | 143/205 kB | 151/480 kB | 90/379 kB Progress (5): 48 kB | 55 kB | 147/205 kB | 151/480 kB | 90/379 kB Progress (5): 48 kB | 55 kB | 147/205 kB | 155/480 kB | 90/379 kB Progress (5): 48 kB | 55 kB | 147/205 kB | 155/480 kB | 94/379 kB Progress (5): 48 kB | 55 kB | 147/205 kB | 159/480 kB | 94/379 kB Progress (5): 48 kB | 55 kB | 151/205 kB | 159/480 kB | 94/379 kB Progress (5): 48 kB | 55 kB | 151/205 kB | 159/480 kB | 98/379 kB Progress (5): 48 kB | 55 kB | 155/205 kB | 159/480 kB | 98/379 kB Progress (5): 48 kB | 55 kB | 155/205 kB | 163/480 kB | 98/379 kB Progress (5): 48 kB | 55 kB | 159/205 kB | 163/480 kB | 98/379 kB Progress (5): 48 kB | 55 kB | 159/205 kB | 163/480 kB | 102/379 kB Progress (5): 48 kB | 55 kB | 163/205 kB | 163/480 kB | 102/379 kB Progress (5): 48 kB | 55 kB | 163/205 kB | 163/480 kB | 106/379 kB Progress (5): 48 kB | 55 kB | 163/205 kB | 167/480 kB | 106/379 kB Progress (5): 48 kB | 55 kB | 163/205 kB | 167/480 kB | 110/379 kB Progress (5): 48 kB | 55 kB | 163/205 kB | 171/480 kB | 110/379 kB Progress (5): 48 kB | 55 kB | 167/205 kB | 171/480 kB | 110/379 kB Progress (5): 48 kB | 55 kB | 167/205 kB | 171/480 kB | 114/379 kB Progress (5): 48 kB | 55 kB | 171/205 kB | 171/480 kB | 114/379 kB Progress (5): 48 kB | 55 kB | 171/205 kB | 176/480 kB | 114/379 kB Progress (5): 48 kB | 55 kB | 176/205 kB | 176/480 kB | 114/379 kB Progress (5): 48 kB | 55 kB | 176/205 kB | 180/480 kB | 114/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 180/480 kB | 114/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 180/480 kB | 118/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 180/480 kB | 122/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 184/480 kB | 122/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 184/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 188/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 192/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 196/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 200/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 204/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 208/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 212/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 217/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 180/205 kB | 221/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 184/205 kB | 221/480 kB | 126/379 kB Progress (5): 48 kB | 55 kB | 184/205 kB | 225/480 kB | 126/379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar (55 kB at 142 kB/s) Progress (4): 48 kB | 184/205 kB | 225/480 kB | 131/379 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Progress (4): 48 kB | 184/205 kB | 229/480 kB | 131/379 kB Progress (4): 48 kB | 184/205 kB | 229/480 kB | 135/379 kB Progress (4): 48 kB | 188/205 kB | 229/480 kB | 135/379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar (48 kB at 122 kB/s) Progress (3): 188/205 kB | 233/480 kB | 135/379 kB Progress (3): 192/205 kB | 233/480 kB | 135/379 kB Progress (3): 192/205 kB | 233/480 kB | 139/379 kB Progress (3): 196/205 kB | 233/480 kB | 139/379 kB Progress (3): 196/205 kB | 237/480 kB | 139/379 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Progress (3): 200/205 kB | 237/480 kB | 139/379 kB Progress (3): 200/205 kB | 241/480 kB | 139/379 kB Progress (3): 200/205 kB | 241/480 kB | 143/379 kB Progress (3): 200/205 kB | 245/480 kB | 143/379 kB Progress (3): 204/205 kB | 245/480 kB | 143/379 kB Progress (3): 204/205 kB | 245/480 kB | 147/379 kB Progress (3): 205 kB | 245/480 kB | 147/379 kB Progress (3): 205 kB | 249/480 kB | 147/379 kB Progress (3): 205 kB | 253/480 kB | 147/379 kB Progress (3): 205 kB | 253/480 kB | 151/379 kB Progress (3): 205 kB | 258/480 kB | 151/379 kB Progress (3): 205 kB | 258/480 kB | 155/379 kB Progress (4): 205 kB | 258/480 kB | 155/379 kB | 4.1/53 kB Progress (4): 205 kB | 262/480 kB | 155/379 kB | 4.1/53 kB Progress (4): 205 kB | 262/480 kB | 155/379 kB | 7.7/53 kB Progress (4): 205 kB | 262/480 kB | 159/379 kB | 7.7/53 kB Progress (4): 205 kB | 262/480 kB | 159/379 kB | 12/53 kB Progress (4): 205 kB | 262/480 kB | 163/379 kB | 12/53 kB Progress (4): 205 kB | 266/480 kB | 163/379 kB | 12/53 kB Progress (4): 205 kB | 266/480 kB | 163/379 kB | 16/53 kB Progress (4): 205 kB | 270/480 kB | 163/379 kB | 16/53 kB Progress (4): 205 kB | 274/480 kB | 163/379 kB | 16/53 kB Progress (4): 205 kB | 274/480 kB | 167/379 kB | 16/53 kB Progress (4): 205 kB | 278/480 kB | 167/379 kB | 16/53 kB Progress (4): 205 kB | 278/480 kB | 167/379 kB | 20/53 kB Progress (4): 205 kB | 278/480 kB | 171/379 kB | 20/53 kB Progress (4): 205 kB | 278/480 kB | 171/379 kB | 24/53 kB Progress (4): 205 kB | 278/480 kB | 176/379 kB | 24/53 kB Progress (4): 205 kB | 282/480 kB | 176/379 kB | 24/53 kB Progress (4): 205 kB | 282/480 kB | 176/379 kB | 28/53 kB Progress (4): 205 kB | 286/480 kB | 176/379 kB | 28/53 kB Progress (4): 205 kB | 286/480 kB | 180/379 kB | 28/53 kB Progress (4): 205 kB | 290/480 kB | 180/379 kB | 28/53 kB Progress (4): 205 kB | 290/480 kB | 180/379 kB | 32/53 kB Progress (4): 205 kB | 294/480 kB | 180/379 kB | 32/53 kB Progress (4): 205 kB | 294/480 kB | 184/379 kB | 32/53 kB Progress (4): 205 kB | 294/480 kB | 188/379 kB | 32/53 kB Progress (4): 205 kB | 294/480 kB | 188/379 kB | 36/53 kB Progress (4): 205 kB | 298/480 kB | 188/379 kB | 36/53 kB Progress (4): 205 kB | 298/480 kB | 192/379 kB | 36/53 kB Progress (4): 205 kB | 303/480 kB | 192/379 kB | 36/53 kB Progress (4): 205 kB | 303/480 kB | 192/379 kB | 40/53 kB Progress (4): 205 kB | 307/480 kB | 192/379 kB | 40/53 kB Progress (4): 205 kB | 307/480 kB | 196/379 kB | 40/53 kB Progress (4): 205 kB | 311/480 kB | 196/379 kB | 40/53 kB Progress (4): 205 kB | 311/480 kB | 196/379 kB | 45/53 kB Progress (4): 205 kB | 311/480 kB | 196/379 kB | 49/53 kB Progress (4): 205 kB | 311/480 kB | 200/379 kB | 49/53 kB Progress (4): 205 kB | 315/480 kB | 200/379 kB | 49/53 kB Progress (4): 205 kB | 315/480 kB | 200/379 kB | 53 kB Progress (4): 205 kB | 319/480 kB | 200/379 kB | 53 kB Progress (4): 205 kB | 319/480 kB | 204/379 kB | 53 kB Progress (4): 205 kB | 323/480 kB | 204/379 kB | 53 kB Progress (4): 205 kB | 323/480 kB | 208/379 kB | 53 kB Progress (4): 205 kB | 327/480 kB | 208/379 kB | 53 kB Progress (4): 205 kB | 327/480 kB | 212/379 kB | 53 kB Progress (4): 205 kB | 331/480 kB | 212/379 kB | 53 kB Progress (4): 205 kB | 331/480 kB | 217/379 kB | 53 kB Progress (4): 205 kB | 335/480 kB | 217/379 kB | 53 kB Progress (4): 205 kB | 335/480 kB | 221/379 kB | 53 kB Progress (4): 205 kB | 339/480 kB | 221/379 kB | 53 kB Progress (4): 205 kB | 339/480 kB | 225/379 kB | 53 kB Progress (4): 205 kB | 344/480 kB | 225/379 kB | 53 kB Progress (4): 205 kB | 344/480 kB | 229/379 kB | 53 kB Progress (4): 205 kB | 348/480 kB | 229/379 kB | 53 kB Progress (4): 205 kB | 348/480 kB | 233/379 kB | 53 kB Progress (4): 205 kB | 352/480 kB | 233/379 kB | 53 kB Progress (4): 205 kB | 352/480 kB | 237/379 kB | 53 kB Progress (4): 205 kB | 356/480 kB | 237/379 kB | 53 kB Progress (4): 205 kB | 356/480 kB | 241/379 kB | 53 kB Progress (4): 205 kB | 360/480 kB | 241/379 kB | 53 kB Progress (4): 205 kB | 360/480 kB | 245/379 kB | 53 kB Progress (5): 205 kB | 360/480 kB | 245/379 kB | 53 kB | 4.1/262 kB Progress (5): 205 kB | 364/480 kB | 245/379 kB | 53 kB | 4.1/262 kB Progress (5): 205 kB | 364/480 kB | 249/379 kB | 53 kB | 4.1/262 kB Progress (5): 205 kB | 364/480 kB | 249/379 kB | 53 kB | 7.7/262 kB Progress (5): 205 kB | 364/480 kB | 253/379 kB | 53 kB | 7.7/262 kB Progress (5): 205 kB | 368/480 kB | 253/379 kB | 53 kB | 7.7/262 kB Progress (5): 205 kB | 368/480 kB | 258/379 kB | 53 kB | 7.7/262 kB Progress (5): 205 kB | 368/480 kB | 258/379 kB | 53 kB | 12/262 kB Progress (5): 205 kB | 368/480 kB | 262/379 kB | 53 kB | 12/262 kB Progress (5): 205 kB | 372/480 kB | 262/379 kB | 53 kB | 12/262 kB Progress (5): 205 kB | 372/480 kB | 262/379 kB | 53 kB | 16/262 kB Progress (5): 205 kB | 376/480 kB | 262/379 kB | 53 kB | 16/262 kB Progress (5): 205 kB | 376/480 kB | 266/379 kB | 53 kB | 16/262 kB Progress (5): 205 kB | 376/480 kB | 270/379 kB | 53 kB | 16/262 kB Progress (5): 205 kB | 376/480 kB | 270/379 kB | 53 kB | 20/262 kB Progress (5): 205 kB | 380/480 kB | 270/379 kB | 53 kB | 20/262 kB Progress (5): 205 kB | 380/480 kB | 274/379 kB | 53 kB | 20/262 kB Progress (5): 205 kB | 384/480 kB | 274/379 kB | 53 kB | 20/262 kB Progress (5): 205 kB | 384/480 kB | 274/379 kB | 53 kB | 24/262 kB Progress (5): 205 kB | 389/480 kB | 274/379 kB | 53 kB | 24/262 kB Progress (5): 205 kB | 389/480 kB | 278/379 kB | 53 kB | 24/262 kB Progress (5): 205 kB | 393/480 kB | 278/379 kB | 53 kB | 24/262 kB Progress (5): 205 kB | 393/480 kB | 278/379 kB | 53 kB | 28/262 kB Progress (5): 205 kB | 393/480 kB | 278/379 kB | 53 kB | 32/262 kB Progress (5): 205 kB | 393/480 kB | 282/379 kB | 53 kB | 32/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 485 kB/s) Progress (4): 397/480 kB | 282/379 kB | 53 kB | 32/262 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar Progress (4): 397/480 kB | 282/379 kB | 53 kB | 36/262 kB Progress (4): 397/480 kB | 286/379 kB | 53 kB | 36/262 kB Progress (4): 397/480 kB | 286/379 kB | 53 kB | 40/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 124 kB/s) Progress (3): 401/480 kB | 286/379 kB | 40/262 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar Progress (3): 401/480 kB | 286/379 kB | 45/262 kB Progress (3): 401/480 kB | 290/379 kB | 45/262 kB Progress (3): 401/480 kB | 290/379 kB | 49/262 kB Progress (3): 405/480 kB | 290/379 kB | 49/262 kB Progress (3): 405/480 kB | 294/379 kB | 49/262 kB Progress (3): 409/480 kB | 294/379 kB | 49/262 kB Progress (3): 409/480 kB | 294/379 kB | 53/262 kB Progress (3): 409/480 kB | 294/379 kB | 57/262 kB Progress (3): 409/480 kB | 294/379 kB | 61/262 kB Progress (3): 409/480 kB | 298/379 kB | 61/262 kB Progress (3): 413/480 kB | 298/379 kB | 61/262 kB Progress (3): 413/480 kB | 298/379 kB | 65/262 kB Progress (3): 417/480 kB | 298/379 kB | 65/262 kB Progress (3): 417/480 kB | 303/379 kB | 65/262 kB Progress (3): 421/480 kB | 303/379 kB | 65/262 kB Progress (3): 421/480 kB | 307/379 kB | 65/262 kB Progress (3): 421/480 kB | 307/379 kB | 69/262 kB Progress (3): 425/480 kB | 307/379 kB | 69/262 kB Progress (3): 425/480 kB | 307/379 kB | 73/262 kB Progress (3): 425/480 kB | 311/379 kB | 73/262 kB Progress (4): 425/480 kB | 311/379 kB | 73/262 kB | 4.1/23 kB Progress (5): 425/480 kB | 311/379 kB | 73/262 kB | 4.1/23 kB | 4.1/14 kB Progress (5): 430/480 kB | 311/379 kB | 73/262 kB | 4.1/23 kB | 4.1/14 kB Progress (5): 430/480 kB | 311/379 kB | 77/262 kB | 4.1/23 kB | 4.1/14 kB Progress (5): 434/480 kB | 311/379 kB | 77/262 kB | 4.1/23 kB | 4.1/14 kB Progress (5): 434/480 kB | 315/379 kB | 77/262 kB | 4.1/23 kB | 4.1/14 kB Progress (5): 434/480 kB | 315/379 kB | 77/262 kB | 4.1/23 kB | 7.7/14 kB Progress (5): 434/480 kB | 315/379 kB | 77/262 kB | 7.7/23 kB | 7.7/14 kB Progress (5): 434/480 kB | 315/379 kB | 77/262 kB | 7.7/23 kB | 12/14 kB Progress (5): 434/480 kB | 319/379 kB | 77/262 kB | 7.7/23 kB | 12/14 kB Progress (5): 438/480 kB | 319/379 kB | 77/262 kB | 7.7/23 kB | 12/14 kB Progress (5): 438/480 kB | 319/379 kB | 81/262 kB | 7.7/23 kB | 12/14 kB Progress (5): 442/480 kB | 319/379 kB | 81/262 kB | 7.7/23 kB | 12/14 kB Progress (5): 442/480 kB | 323/379 kB | 81/262 kB | 7.7/23 kB | 12/14 kB Progress (5): 442/480 kB | 323/379 kB | 81/262 kB | 7.7/23 kB | 14 kB Progress (5): 442/480 kB | 323/379 kB | 81/262 kB | 12/23 kB | 14 kB Progress (5): 446/480 kB | 323/379 kB | 81/262 kB | 12/23 kB | 14 kB Progress (5): 446/480 kB | 323/379 kB | 85/262 kB | 12/23 kB | 14 kB Progress (5): 446/480 kB | 327/379 kB | 85/262 kB | 12/23 kB | 14 kB Progress (5): 446/480 kB | 327/379 kB | 90/262 kB | 12/23 kB | 14 kB Progress (5): 450/480 kB | 327/379 kB | 90/262 kB | 12/23 kB | 14 kB Progress (5): 450/480 kB | 327/379 kB | 90/262 kB | 16/23 kB | 14 kB Progress (5): 450/480 kB | 331/379 kB | 90/262 kB | 16/23 kB | 14 kB Progress (5): 454/480 kB | 331/379 kB | 90/262 kB | 16/23 kB | 14 kB Progress (5): 454/480 kB | 331/379 kB | 94/262 kB | 16/23 kB | 14 kB Progress (5): 458/480 kB | 331/379 kB | 94/262 kB | 16/23 kB | 14 kB Progress (5): 458/480 kB | 331/379 kB | 94/262 kB | 20/23 kB | 14 kB Progress (5): 458/480 kB | 335/379 kB | 94/262 kB | 20/23 kB | 14 kB Progress (5): 458/480 kB | 335/379 kB | 94/262 kB | 23 kB | 14 kB Progress (5): 462/480 kB | 335/379 kB | 94/262 kB | 23 kB | 14 kB Progress (5): 462/480 kB | 335/379 kB | 98/262 kB | 23 kB | 14 kB Progress (5): 466/480 kB | 335/379 kB | 98/262 kB | 23 kB | 14 kB Progress (5): 466/480 kB | 339/379 kB | 98/262 kB | 23 kB | 14 kB Progress (5): 471/480 kB | 339/379 kB | 98/262 kB | 23 kB | 14 kB Progress (5): 471/480 kB | 339/379 kB | 102/262 kB | 23 kB | 14 kB Progress (5): 471/480 kB | 344/379 kB | 102/262 kB | 23 kB | 14 kB Progress (5): 471/480 kB | 344/379 kB | 106/262 kB | 23 kB | 14 kB Progress (5): 475/480 kB | 344/379 kB | 106/262 kB | 23 kB | 14 kB Progress (5): 475/480 kB | 344/379 kB | 110/262 kB | 23 kB | 14 kB Progress (5): 475/480 kB | 348/379 kB | 110/262 kB | 23 kB | 14 kB Progress (5): 479/480 kB | 348/379 kB | 110/262 kB | 23 kB | 14 kB Progress (5): 479/480 kB | 348/379 kB | 114/262 kB | 23 kB | 14 kB Progress (5): 480 kB | 348/379 kB | 114/262 kB | 23 kB | 14 kB Progress (5): 480 kB | 352/379 kB | 114/262 kB | 23 kB | 14 kB Progress (5): 480 kB | 356/379 kB | 114/262 kB | 23 kB | 14 kB Progress (5): 480 kB | 356/379 kB | 118/262 kB | 23 kB | 14 kB Progress (5): 480 kB | 360/379 kB | 118/262 kB | 23 kB | 14 kB Progress (5): 480 kB | 360/379 kB | 122/262 kB | 23 kB | 14 kB Progress (5): 480 kB | 360/379 kB | 126/262 kB | 23 kB | 14 kB Progress (5): 480 kB | 360/379 kB | 131/262 kB | 23 kB | 14 kB Progress (5): 480 kB | 364/379 kB | 131/262 kB | 23 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar (14 kB at 28 kB/s) Progress (4): 480 kB | 364/379 kB | 135/262 kB | 23 kB Progress (4): 480 kB | 368/379 kB | 135/262 kB | 23 kB Progress (4): 480 kB | 368/379 kB | 139/262 kB | 23 kB Progress (4): 480 kB | 372/379 kB | 139/262 kB | 23 kB Progress (4): 480 kB | 372/379 kB | 143/262 kB | 23 kB Progress (4): 480 kB | 376/379 kB | 143/262 kB | 23 kB Progress (4): 480 kB | 376/379 kB | 147/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 147/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 151/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 155/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 159/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 163/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 167/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 171/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 176/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 180/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 184/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 188/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 192/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 196/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 200/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 204/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 208/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 212/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 217/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 221/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 225/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 229/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 233/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 237/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 241/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 245/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 249/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 253/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 258/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 262/262 kB | 23 kB Progress (4): 480 kB | 379 kB | 262 kB | 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 911 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 491 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 709 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 43 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.850 s [INFO] Finished at: 2020-04-01T15:11:18Z [INFO] ------------------------------------------------------------------------ + echo '--[ Commit modified pom.xml files ]---------------------------------------------' --[ Commit modified pom.xml files ]--------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + local POM_FILES=api/pom.xml + git add api/pom.xml + git commit -m 'Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 3.0.0-RC2' [3.0.0-RC2-RELEASE 9865b8f] Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 3.0.0-RC2 1 file changed, 1 insertion(+), 1 deletion(-) + drop_artifacts 'jakarta\.xml\.ws:jakarta\.xml\.ws-api:3\.0\.0-RC2' /home/jenkins/agent/workspace/jax-ws-spec-api-release/api + echo '-[ Drop old staging repository deployments ]------------------------------------' -[ Drop old staging repository deployments ]------------------------------------ ++ cd /home/jenkins/agent/workspace/jax-ws-spec-api-release/api ++ mvn -B nexus-staging:rc-list ++ egrep '^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+jakarta\.xml\.ws:jakarta\.xml\.ws-api:3\.0\.0-RC2' ++ awk '{print $2}' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release + echo '-[ Deploy artifacts to staging repository ]-----------------------------' -[ Deploy artifacts to staging repository ]----------------------------- + cd /home/jenkins/agent/workspace/jax-ws-spec-api-release/api + mvn -U -C -B -V -Poss-release,staging -DskipTests -DstagingDescription=jakarta.xml.ws:jakarta.xml.ws-api:3.0.0-RC2 clean deploy Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.4, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.4 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.12.1.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------ [INFO] Building Jakarta XML Web Services API 3.0.0-RC2 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.xml.ws-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jakarta.xml.ws-api --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.3:copyright (default) @ jakarta.xml.ws-api --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (validate) @ jakarta.xml.ws-api --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jax-ws-spec-api-release/api' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/jax-ws-spec-api-release/api [INFO] Storing buildNumber: 9865b8f at timestamp: 1585753917320 [INFO] Storing buildScmBranch: 3.0.0-RC2-RELEASE [INFO] [INFO] --- spec-version-maven-plugin:2.1:set-spec-properties (default) @ jakarta.xml.ws-api --- [INFO] [INFO] -- spec properties -- [INFO] spec.bundle.symbolic-name = jakarta.xml.ws-api [INFO] spec.implementation.version = 3.0.0 [INFO] spec.extension.name = jakarta.xml.ws [INFO] spec.bundle.spec.version = 2.3 [INFO] spec.specification.version = 2.3 [INFO] spec.bundle.version = 3.0.0 [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.1.0:add-resource (add-legal-resource) @ jakarta.xml.ws-api --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.xml.ws-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.xml.ws-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/jakarta/xml/ws/spi/ServiceLoaderUtil.java:[71,79] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/jakarta/xml/ws/spi/FactoryFinder.java:[146,58] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (base-compile) @ jakarta.xml.ws-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/jakarta/xml/ws/spi/FactoryFinder.java:[146,58] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [INFO] [INFO] --- maven-bundle-plugin:4.2.1:manifest (bundle-manifest) @ jakarta.xml.ws-api --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.xml.ws-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jakarta.xml.ws-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.xml.ws-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jakarta.xml.ws-api --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.xml.ws-api --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jakarta.xml.ws-api --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/module-info.java... Loading source files for package jakarta.xml.ws... Loading source files for package jakarta.xml.ws.handler... Loading source files for package jakarta.xml.ws.handler.soap... Loading source files for package jakarta.xml.ws.http... Loading source files for package jakarta.xml.ws.soap... Loading source files for package jakarta.xml.ws.spi... Loading source files for package jakarta.xml.ws.spi.http... Loading source files for package jakarta.xml.ws.wsaddressing... Constructing Javadoc information... Standard Doclet version 11.0.4 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/Action.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/AsyncHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/Binding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/BindingProvider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/BindingType.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/Dispatch.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/Endpoint.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/EndpointContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/EndpointReference.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/FaultAction.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/Holder.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/LogicalMessage.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/ProtocolException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/Provider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/RequestWrapper.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/RespectBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/RespectBindingFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/Response.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/ResponseWrapper.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/Service.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/Service.Mode.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/ServiceMode.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebEndpoint.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebFault.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebServiceClient.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebServiceContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebServiceException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebServiceFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebServicePermission.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebServiceProvider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebServiceRef.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/WebServiceRefs.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/Handler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/HandlerResolver.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/LogicalHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/LogicalMessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/MessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/MessageContext.Scope.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/PortInfo.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/soap/SOAPHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/soap/SOAPMessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/http/HTTPBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/http/HTTPException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/Addressing.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/AddressingFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/AddressingFeature.Responses.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/MTOM.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/MTOMFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/SOAPBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/SOAPFaultException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/Invoker.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/Provider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/ServiceDelegate.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/WebServiceFeatureAnnotation.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/http/HttpContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/http/HttpExchange.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/http/HttpHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/wsaddressing/W3CEndpointReference.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/soap/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/soap/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/http/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/http/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/http/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/http/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/wsaddressing/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/wsaddressing/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/module-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/Action.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/AsyncHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/Binding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/BindingProvider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/BindingType.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/Dispatch.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/Endpoint.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/EndpointContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/EndpointReference.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/FaultAction.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/Holder.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/LogicalMessage.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/ProtocolException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/Provider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/RequestWrapper.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/RespectBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/RespectBindingFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/Response.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/ResponseWrapper.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/Service.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/Service.Mode.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/ServiceMode.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebEndpoint.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebFault.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebServiceClient.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebServiceContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebServiceException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebServiceFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebServicePermission.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebServiceProvider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebServiceRef.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/class-use/WebServiceRefs.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/class-use/Handler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/class-use/HandlerResolver.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/class-use/LogicalHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/class-use/LogicalMessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/class-use/MessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/class-use/MessageContext.Scope.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/class-use/PortInfo.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/soap/class-use/SOAPHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/soap/class-use/SOAPMessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/http/class-use/HTTPBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/http/class-use/HTTPException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/class-use/Addressing.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/class-use/AddressingFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/class-use/AddressingFeature.Responses.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/class-use/MTOM.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/class-use/MTOMFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/class-use/SOAPBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/class-use/SOAPFaultException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/class-use/Invoker.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/class-use/Provider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/class-use/ServiceDelegate.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/class-use/WebServiceFeatureAnnotation.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/http/class-use/HttpContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/http/class-use/HttpExchange.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/http/class-use/HttpHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/wsaddressing/class-use/W3CEndpointReference.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/wsaddressing/class-use/W3CEndpointReferenceBuilder.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/handler/soap/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/http/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/soap/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/spi/http/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/jakarta.xml.ws/jakarta/xml/ws/wsaddressing/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jakarta.xml.ws-api --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.xml.ws-api --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2.jar to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/pom.xml to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-sources.jar to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-javadoc.jar to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2.jar.asc to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2.pom.asc to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-sources.jar.asc to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-javadoc.jar.asc to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ jakarta.xml.ws-api --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.14.15-01 and edition "Professional" [INFO] * Using staging profile ID "3c62677ece7e" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2.jar to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging/3c62677ece7e/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/pom.xml to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging/3c62677ece7e/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-sources.jar to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging/3c62677ece7e/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging/3c62677ece7e/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2.jar.asc to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging/3c62677ece7e/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2.pom.asc to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging/3c62677ece7e/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging/3c62677ece7e/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-3.0.0-RC2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging/3c62677ece7e/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0-RC2/jakarta.xml.ws-api-3.0.0-RC2-javadoc.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "3c62677ece7e" [INFO] * Created staging repository with ID "jakartaxmlws-1002". [INFO] * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaxmlws-1002 [INFO] * Uploading locally staged artifacts to profile jakarta.xml.ws [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "jakartaxmlws-1002". Waiting for operation to complete... .. [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:42 min [INFO] Finished at: 2020-04-01T15:13:14Z [INFO] ------------------------------------------------------------------------ + echo '-[ Tag release ]----------------------------------------------------------------' -[ Tag release ]---------------------------------------------------------------- + git tag 3.0.0-RC2 -m 'JSON-B API 3.0.0-RC2 release' + echo '-[ API next snapshot version ]--------------------------------------------------' -[ API next snapshot version ]-------------------------------------------------- + set_version API /home/jenkins/agent/workspace/jax-ws-spec-api-release/api 3.0.1-SNAPSHOT jakarta.xml.ws jakarta.xml.ws-api '' + echo '--[ Set version ]---------------------------------------------------------------' --[ Set version ]--------------------------------------------------------------- + cd /home/jenkins/agent/workspace/jax-ws-spec-api-release/api + mvn -U -C -DnewVersion=3.0.1-SNAPSHOT -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------ [INFO] Building Jakarta XML Web Services API 3.0.0-RC2 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.xml.ws-api --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target [INFO] [INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------ [INFO] Building Jakarta XML Web Services API 3.0.0-RC2 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ jakarta.xml.ws-api --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/jax-ws-spec-api-release/api [INFO] Processing change of jakarta.xml.ws:jakarta.xml.ws-api:3.0.0-RC2 -> 3.0.1-SNAPSHOT [INFO] Processing jakarta.xml.ws:jakarta.xml.ws-api [INFO] Updating project jakarta.xml.ws:jakarta.xml.ws-api [INFO] from version 3.0.0-RC2 to 3.0.1-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.151 s [INFO] Finished at: 2020-04-01T15:13:18Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/agent/workspace/jax-ws-spec-api-release/api + mvn -U -C glassfish-copyright:repair Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------ [INFO] Building Jakarta XML Web Services API 3.0.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.3:repair (default-cli) @ jakarta.xml.ws-api --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.679 s [INFO] Finished at: 2020-04-01T15:13:22Z [INFO] ------------------------------------------------------------------------ + echo '--[ Commit modified pom.xml files ]---------------------------------------------' --[ Commit modified pom.xml files ]--------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + local POM_FILES=api/pom.xml + git add api/pom.xml + git commit -m 'Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 3.0.1-SNAPSHOT' [3.0.0-RC2-RELEASE 0f121b0] Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 3.0.1-SNAPSHOT 1 file changed, 1 insertion(+), 1 deletion(-) + '[' false = true ']' + echo '-[ Push branch and tag to GitHub ]----------------------------------------------' -[ Push branch and tag to GitHub ]---------------------------------------------- + git push origin 3.0.0-RC2-RELEASE Failed to add the RSA host key for IP address '140.82.114.3' to the list of known hosts (/home/jenkins/.ssh/known_hosts). remote: remote: Create a pull request for '3.0.0-RC2-RELEASE' on GitHub by visiting: remote: https://github.com/eclipse-ee4j/jax-ws-api/pull/new/3.0.0-RC2-RELEASE remote: To github.com:eclipse-ee4j/jax-ws-api.git * [new branch] 3.0.0-RC2-RELEASE -> 3.0.0-RC2-RELEASE + git push origin 3.0.0-RC2 Failed to add the RSA host key for IP address '140.82.114.3' to the list of known hosts (/home/jenkins/.ssh/known_hosts). To github.com:eclipse-ee4j/jax-ws-api.git * [new tag] 3.0.0-RC2 -> 3.0.0-RC2 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 294 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline [withMaven] WARNING abort infinite build trigger loop. Please consider opening a Jira issue: Infinite loop of job triggers Finished: SUCCESS