Started by user Dmitry Kornilov Rebuilds build #23 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-t09bb is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-t09bb" 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-t09bb" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-t09bb" - 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-t09bb 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/* Checking out Revision cc2f371b6c814f9a6a09abbd890e119c1b038771 (refs/remotes/origin/master) > 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 > 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 cc2f371b6c814f9a6a09abbd890e119c1b038771 Commit message: "give javadoc SE 8 look" > git rev-list --no-walk cc2f371b6c814f9a6a09abbd890e119c1b038771 # 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 cc2f371b6c814f9a6a09abbd890e119c1b038771 (refs/remotes/origin/master) Commit message: "give javadoc SE 8 look" [Pipeline] withCredentials Masking supported pattern matches of $KEYRING > 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 cc2f371b6c814f9a6a09abbd890e119c1b038771 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master cc2f371b6c814f9a6a09abbd890e119c1b038771 [Pipeline] { [Pipeline] sh + 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 <jaxws-dev@eclipse.org>" 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 <jaxws-dev@eclipse.org> 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 <jaxws-dev@eclipse.org> 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 <jaxws-dev@eclipse.org> 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 <jaxws-dev@eclipse.org> 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 <jaxws-dev@eclipse.org> 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 <jaxws-dev@eclipse.org> [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-UyDRdddus8e1/agent.264 SSH_AGENT_PID=266 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/jax-ws-spec-api-release@tmp/private_key_3553241955229544725.key (/home/jenkins/agent/workspace/jax-ws-spec-api-release@tmp/private_key_3553241955229544725.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/release.sh 2.3.3 3.0.0-SNAPSHOT false true + API_VERSION=2.3.3 + 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=2.4.0-SNAPSHOT + '[' -z 2.3.3 ']' + local RELEASE_VERSION=2.3.3 + echo 'API Release Version: 2.3.3' API Release Version: 2.3.3 + eval API_RELEASE_VERSION=2.3.3 ++ API_RELEASE_VERSION=2.3.3 + next_version API 2.3.3 + set -f + NEXT_COMPONENTS=(${2//\./ }) + local NEXT_COMPONENTS + local LAST_INDEX=2 + local 'NEXT_COMPONENTS[2]=4' + local 'COMPONENTS_STR=2 3 4' + local NEXT_VERSION=2.3.4 + local NEXT_SNAPSHOT=2.3.4-SNAPSHOT + echo 'API Next Version: 2.3.4' API Next Version: 2.3.4 + echo 'API Next Snapshot: 2.3.4-SNAPSHOT' API Next Snapshot: 2.3.4-SNAPSHOT + eval API_NEXT_VERSION=2.3.4 ++ API_NEXT_VERSION=2.3.4 + eval API_NEXT_SNAPSHOT=2.3.4-SNAPSHOT ++ API_NEXT_SNAPSHOT=2.3.4-SNAPSHOT + '[' -z 2.3.3 ']' + RELEASE_TAG=2.3.3 + RELEASE_BRANCH=2.3.3-RELEASE + '[' false = true ']' + MVN_DEPLOY_ARGS=deploy ++ git remote + GIT_ORIGIN=origin + echo '-[ Prepare branch ]-------------------------------------------------------------' -[ Prepare branch ]------------------------------------------------------------- ++ git branch -r ++ grep origin/2.3.3-RELEASE + [[ -n origin/2.3.3-RELEASE ]] + '[' true = true ']' + echo 'origin/2.3.3-RELEASE branch already exists, deleting' origin/2.3.3-RELEASE branch already exists, deleting + git push --delete origin 2.3.3-RELEASE To github.com:eclipse-ee4j/jax-ws-api.git - [deleted] 2.3.3-RELEASE + true + echo '-[ Release tag cleanup ]--------------------------------------------------------' -[ Release tag cleanup ]-------------------------------------------------------- ++ git ls-remote --tags origin ++ grep 2.3.3 + [[ -n faa9cd85681799cbf526e01f11c0594a934c2f64 refs/tags/2.3.3 ed0a98b09a427977fb2eb2a40755cd285b382e52 refs/tags/2.3.3^{} ]] + '[' true = true ']' + echo '2.3.3 tag already exists, deleting' 2.3.3 tag already exists, deleting + git push --delete origin 2.3.3 To github.com:eclipse-ee4j/jax-ws-api.git - [deleted] 2.3.3 + true + git branch --delete 2.3.3-RELEASE error: branch '2.3.3-RELEASE' not found. + git checkout -b 2.3.3-RELEASE Switched to a new branch '2.3.3-RELEASE' + git tag --delete 2.3.3 Deleted tag '2.3.3' (was faa9cd8) + true + 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:2.3.3 ++ echo jakarta.xml.ws:jakarta.xml.ws-api:2.3.3 ++ sed -e 's/\./\\\./g' + API_STAGING_KEY='jakarta\.xml\.ws:jakarta\.xml\.ws-api:2\.3\.3' + echo '-[ API release version ]--------------------------------------------------------' -[ API release version ]-------------------------------------------------------- + set_version API /home/jenkins/agent/workspace/jax-ws-spec-api-release/api 2.3.3 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=2.3.3 -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): 1.1 kB Progress (1): 3.3 kB Progress (1): 7.4 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 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 38 kB/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.9 MB/s) [INFO] [INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------ [INFO] Building Jakarta XML Web Services API 2.4.0-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): 847 B 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 69 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): 782 B Progress (1): 2.0 kB Progress (1): 4.4 kB Progress (1): 8.5 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): 749 B Progress (1): 2.1 kB Progress (1): 5.4 kB Progress (1): 9.0 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.5 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): 812 B Progress (1): 2.3 kB 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 429 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): 811 B Progress (1): 2.3 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/plexus-utils-3.0.pom (4.1 kB at 169 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): 1.2 kB Progress (1): 3.7 kB Progress (1): 7.3 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 1.2 MB/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): 1.3 kB Progress (1): 5.4 kB Progress (1): 5.4 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.2 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 495 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 2.4 MB/s) [INFO] [INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------ [INFO] Building Jakarta XML Web Services API 2.4.0-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): 813 B 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): 830 B 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 144 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): 1.0 kB Progress (1): 3.1 kB Progress (1): 4.8 kB Progress (1): 6.9 kB Progress (1): 9.5 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 19 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 607 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 109 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): 1.1 kB 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 55 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): 778 B Progress (1): 2.5 kB Progress (1): 6.6 kB Progress (1): 6.9 kB Progress (1): 9.9 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 401 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): 820 B 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 242 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 89 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): 1.2 kB Progress (1): 3.7 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 730 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): 828 B 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 67 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.4 kB 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 23 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): 1.2 kB Progress (1): 3.3 kB Progress (1): 6.3 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 220 kB/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): 1.4 kB 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 99 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): 1.4 kB 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 94 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): 829 B 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 84 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): 845 B 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 206 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): 827 B 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): 753 B Progress (1): 2.1 kB Progress (1): 5.3 kB Progress (1): 9.4 kB Progress (1): 10 kB Progress (1): 13 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): 832 B 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 158 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): 1.5 kB 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 580 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.8 kB 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 50 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): 1.2 kB 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 378 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): 937 B Progress (1): 2.9 kB 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 403 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): 829 B 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 434 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): 831 B 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 81 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): 827 B 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 347 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): 829 B 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): 788 B Progress (1): 2.2 kB Progress (1): 4.3 kB Progress (1): 6.6 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 363 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): 746 B Progress (1): 2.0 kB Progress (1): 4.8 kB Progress (1): 8.8 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 21 kB Progress (1): 23 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 136 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): 1.3 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 707 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): 711 B Progress (1): 2.8 kB Progress (1): 6.3 kB Progress (1): 9.1 kB Progress (1): 13 kB Progress (1): 17 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 2.5 MB/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): 829 B 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 64 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): 1.4 kB Progress (1): 4.3 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 645 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): 846 B 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 34 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): 2.1 kB 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 665 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): 776 B Progress (1): 2.3 kB Progress (1): 5.2 kB Progress (1): 7.6 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 1.1 MB/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 29 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): 1.3 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 151 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): 802 B Progress (1): 2.3 kB Progress (1): 4.6 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 377 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): 833 B 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 255 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): 759 B Progress (1): 2.2 kB Progress (1): 5.4 kB Progress (1): 9.1 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 2.5 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): 845 B 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 192 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): 798 B Progress (1): 2.4 kB 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 566 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): 757 B Progress (1): 2.3 kB Progress (1): 6.4 kB Progress (1): 9.4 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 2.1 MB/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 125 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): 1.2 kB 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 418 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): 697 B Progress (1): 2.5 kB Progress (1): 6.2 kB Progress (1): 8.8 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 19 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 2.0 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): 812 B Progress (1): 2.3 kB 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 766 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): 802 B Progress (1): 3.0 kB 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 677 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): 863 B Progress (1): 2.7 kB Progress (1): 6.0 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): 853 B Progress (1): 2.4 kB Progress (1): 4.6 kB Progress (1): 7.4 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 897 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): 822 B Progress (1): 2.1 kB Progress (1): 5.4 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 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.6 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): 889 B Progress (1): 2.3 kB Progress (1): 4.6 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 181 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): 835 B Progress (1): 2.2 kB Progress (1): 4.4 kB Progress (1): 7.5 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 1.2 MB/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): 834 B Progress (1): 2.2 kB Progress (1): 5.4 kB Progress (1): 8.2 kB Progress (1): 11 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 1.9 MB/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): 780 B Progress (1): 2.0 kB Progress (1): 5.0 kB Progress (1): 6.7 kB Progress (1): 10 kB Progress (1): 13 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.5 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): 785 B Progress (1): 2.1 kB Progress (1): 4.8 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 16 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 3.2 MB/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): 957 B Progress (1): 3.1 kB Progress (1): 5.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 1.0 MB/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): 910 B Progress (1): 1.9 kB 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 436 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): 785 B Progress (1): 3.3 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): 799 B Progress (1): 2.3 kB 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 336 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): 833 B 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 233 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): 817 B 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 58 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 212 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): 1.7 kB 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 601 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.2 kB 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 318 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): 844 B Progress (1): 2.7 kB 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): 1.3 kB 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): 764 B Progress (1): 2.2 kB Progress (1): 4.7 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 15 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.6 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 71 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 173 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): 1.1 kB Progress (1): 4.0 kB Progress (1): 6.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): 1.4 kB Progress (1): 4.3 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 36 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 29 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 33 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 39 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): 1.5 kB Progress (1): 3.6 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 200 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 70 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): 1.9 kB 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 231 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 20 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 24 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): 2.7 kB 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 334 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): 955 B 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): 1.5 kB Progress (1): 4.8 kB Progress (1): 8.4 kB Progress (1): 10 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 849 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): 1.1 kB Progress (1): 3.8 kB Progress (1): 5.9 kB Progress (1): 8.9 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.5 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): 1.5 kB 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 752 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 3.2 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 131 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): 2.0 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 862 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): 800 B Progress (1): 2.5 kB Progress (1): 6.2 kB Progress (1): 9.5 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 1.6 MB/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): 804 B Progress (1): 2.2 kB Progress (1): 6.3 kB Progress (1): 6.5 kB Progress (1): 11 kB Progress (1): 11 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.7 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): 805 B Progress (1): 2.3 kB 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 682 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 29 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): 2.0 kB 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): 1.9 kB 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 484 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): 766 B Progress (1): 2.2 kB Progress (1): 4.2 kB Progress (1): 7.8 kB Progress (1): 10 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 506 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.pom Progress (1): 810 B Progress (1): 2.4 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 825 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): 828 B 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 87 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): 735 B Progress (1): 2.2 kB Progress (1): 4.7 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 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 905 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): 830 B 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 84 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): 819 B 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 122 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): 779 B Progress (1): 3.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 1.1 MB/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): 756 B Progress (1): 2.3 kB Progress (1): 6.3 kB Progress (1): 9.0 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 2.0 MB/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): 811 B Progress (1): 2.3 kB 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 518 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): 812 B Progress (1): 2.3 kB 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 490 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): 799 B Progress (1): 2.4 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): 850 B 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 280 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): 1.7 kB 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 459 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): 935 B Progress (1): 3.0 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 835 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): 815 B Progress (1): 2.9 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 849 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): 903 B Progress (1): 2.2 kB Progress (1): 5.4 kB Progress (1): 9.5 kB Progress (1): 11 kB Progress (1): 14 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 2.6 MB/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): 832 B Progress (1): 3.2 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 914 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): 795 B Progress (1): 2.1 kB Progress (1): 6.2 kB Progress (1): 6.3 kB Progress (1): 9.6 kB Progress (1): 14 kB Progress (1): 15 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 2.2 MB/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): 803 B Progress (1): 2.2 kB Progress (1): 4.6 kB Progress (1): 8.5 kB Progress (1): 13 kB Progress (1): 15 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 2.6 MB/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): 1.2 kB 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 413 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.3 kB 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): 1.4 kB 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 519 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): 978 B 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 86 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 48 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): 947 B 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 74 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): 784 B Progress (1): 2.2 kB Progress (1): 5.9 kB Progress (1): 10.0 kB Progress (1): 13 kB Progress (1): 15 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 2.9 MB/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): 733 B Progress (1): 2.1 kB Progress (1): 5.7 kB Progress (1): 8.9 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 23 kB Progress (1): 27 kB Progress (1): 27 kB Progress (1): 30 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 3.5 MB/s) 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-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-core/2.2.1/maven-core-2.2.1.jar Progress (1): 4.1/68 kB Progress (1): 7.7/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 36/68 kB Progress (1): 40/68 kB Progress (1): 45/68 kB Progress (1): 49/68 kB Progress (1): 53/68 kB Progress (1): 57/68 kB Progress (1): 61/68 kB Progress (1): 65/68 kB Progress (1): 68 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 3.8 MB/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 (2): 4.1/22 kB | 4.1/332 kB Progress (2): 7.7/22 kB | 4.1/332 kB Progress (2): 7.7/22 kB | 7.7/332 kB Progress (2): 12/22 kB | 7.7/332 kB Progress (2): 12/22 kB | 12/332 kB Progress (2): 16/22 kB | 12/332 kB Progress (2): 16/22 kB | 16/332 kB Progress (2): 20/22 kB | 16/332 kB Progress (2): 22 kB | 16/332 kB Progress (2): 22 kB | 20/332 kB Progress (2): 22 kB | 24/332 kB Progress (2): 22 kB | 28/332 kB Progress (2): 22 kB | 32/332 kB Progress (2): 22 kB | 36/332 kB Progress (2): 22 kB | 40/332 kB Progress (2): 22 kB | 45/332 kB Progress (2): 22 kB | 49/332 kB Progress (2): 22 kB | 53/332 kB Progress (2): 22 kB | 57/332 kB Progress (3): 22 kB | 57/332 kB | 4.1/80 kB Progress (3): 22 kB | 61/332 kB | 4.1/80 kB Progress (3): 22 kB | 61/332 kB | 7.7/80 kB Progress (3): 22 kB | 65/332 kB | 7.7/80 kB Progress (3): 22 kB | 65/332 kB | 12/80 kB Progress (3): 22 kB | 65/332 kB | 16/80 kB Progress (3): 22 kB | 69/332 kB | 16/80 kB Progress (3): 22 kB | 69/332 kB | 20/80 kB Progress (3): 22 kB | 73/332 kB | 20/80 kB Progress (3): 22 kB | 73/332 kB | 24/80 kB Progress (3): 22 kB | 77/332 kB | 24/80 kB Progress (3): 22 kB | 77/332 kB | 28/80 kB Progress (3): 22 kB | 81/332 kB | 28/80 kB Progress (3): 22 kB | 81/332 kB | 32/80 kB Progress (3): 22 kB | 85/332 kB | 32/80 kB Progress (3): 22 kB | 85/332 kB | 36/80 kB Progress (3): 22 kB | 90/332 kB | 36/80 kB Progress (3): 22 kB | 90/332 kB | 40/80 kB Progress (3): 22 kB | 94/332 kB | 40/80 kB Progress (3): 22 kB | 94/332 kB | 45/80 kB Progress (3): 22 kB | 98/332 kB | 45/80 kB Progress (3): 22 kB | 98/332 kB | 49/80 kB Progress (3): 22 kB | 102/332 kB | 49/80 kB Progress (3): 22 kB | 102/332 kB | 53/80 kB Progress (3): 22 kB | 106/332 kB | 53/80 kB Progress (3): 22 kB | 106/332 kB | 57/80 kB Progress (3): 22 kB | 110/332 kB | 57/80 kB Progress (3): 22 kB | 110/332 kB | 61/80 kB Progress (3): 22 kB | 114/332 kB | 61/80 kB Progress (4): 22 kB | 114/332 kB | 61/80 kB | 4.1/178 kB Progress (4): 22 kB | 114/332 kB | 65/80 kB | 4.1/178 kB Progress (4): 22 kB | 114/332 kB | 65/80 kB | 7.7/178 kB Progress (4): 22 kB | 118/332 kB | 65/80 kB | 7.7/178 kB Progress (4): 22 kB | 118/332 kB | 65/80 kB | 12/178 kB Progress (4): 22 kB | 118/332 kB | 69/80 kB | 12/178 kB Progress (4): 22 kB | 122/332 kB | 69/80 kB | 12/178 kB Progress (4): 22 kB | 122/332 kB | 73/80 kB | 12/178 kB Progress (4): 22 kB | 122/332 kB | 73/80 kB | 16/178 kB Progress (4): 22 kB | 122/332 kB | 77/80 kB | 16/178 kB Progress (4): 22 kB | 126/332 kB | 77/80 kB | 16/178 kB Progress (5): 22 kB | 126/332 kB | 77/80 kB | 16/178 kB | 4.1/26 kB Progress (5): 22 kB | 126/332 kB | 80 kB | 16/178 kB | 4.1/26 kB Progress (5): 22 kB | 126/332 kB | 80 kB | 16/178 kB | 7.7/26 kB Progress (5): 22 kB | 126/332 kB | 80 kB | 20/178 kB | 7.7/26 kB Progress (5): 22 kB | 131/332 kB | 80 kB | 20/178 kB | 7.7/26 kB Progress (5): 22 kB | 131/332 kB | 80 kB | 24/178 kB | 7.7/26 kB Progress (5): 22 kB | 131/332 kB | 80 kB | 24/178 kB | 12/26 kB Progress (5): 22 kB | 131/332 kB | 80 kB | 28/178 kB | 12/26 kB Progress (5): 22 kB | 135/332 kB | 80 kB | 28/178 kB | 12/26 kB Progress (5): 22 kB | 135/332 kB | 80 kB | 28/178 kB | 16/26 kB Progress (5): 22 kB | 139/332 kB | 80 kB | 28/178 kB | 16/26 kB Progress (5): 22 kB | 139/332 kB | 80 kB | 32/178 kB | 16/26 kB Progress (5): 22 kB | 139/332 kB | 80 kB | 32/178 kB | 20/26 kB Progress (5): 22 kB | 143/332 kB | 80 kB | 32/178 kB | 20/26 kB Progress (5): 22 kB | 143/332 kB | 80 kB | 36/178 kB | 20/26 kB Progress (5): 22 kB | 143/332 kB | 80 kB | 36/178 kB | 24/26 kB Progress (5): 22 kB | 143/332 kB | 80 kB | 40/178 kB | 24/26 kB Progress (5): 22 kB | 147/332 kB | 80 kB | 40/178 kB | 24/26 kB Progress (5): 22 kB | 147/332 kB | 80 kB | 45/178 kB | 24/26 kB Progress (5): 22 kB | 147/332 kB | 80 kB | 45/178 kB | 26 kB Progress (5): 22 kB | 147/332 kB | 80 kB | 49/178 kB | 26 kB Progress (5): 22 kB | 151/332 kB | 80 kB | 49/178 kB | 26 kB Progress (5): 22 kB | 155/332 kB | 80 kB | 49/178 kB | 26 kB Progress (5): 22 kB | 159/332 kB | 80 kB | 49/178 kB | 26 kB Progress (5): 22 kB | 159/332 kB | 80 kB | 53/178 kB | 26 kB Progress (5): 22 kB | 163/332 kB | 80 kB | 53/178 kB | 26 kB Progress (5): 22 kB | 163/332 kB | 80 kB | 57/178 kB | 26 kB Progress (5): 22 kB | 163/332 kB | 80 kB | 61/178 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 207 kB/s) Progress (4): 22 kB | 167/332 kB | 80 kB | 61/178 kB Progress (4): 22 kB | 167/332 kB | 80 kB | 65/178 kB Progress (4): 22 kB | 171/332 kB | 80 kB | 65/178 kB 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 (4): 22 kB | 171/332 kB | 80 kB | 69/178 kB Progress (4): 22 kB | 176/332 kB | 80 kB | 69/178 kB Progress (4): 22 kB | 176/332 kB | 80 kB | 73/178 kB Progress (4): 22 kB | 180/332 kB | 80 kB | 73/178 kB Progress (4): 22 kB | 180/332 kB | 80 kB | 77/178 kB Progress (4): 22 kB | 180/332 kB | 80 kB | 81/178 kB Progress (4): 22 kB | 184/332 kB | 80 kB | 81/178 kB Progress (4): 22 kB | 188/332 kB | 80 kB | 81/178 kB Progress (4): 22 kB | 188/332 kB | 80 kB | 85/178 kB Progress (4): 22 kB | 192/332 kB | 80 kB | 85/178 kB Progress (4): 22 kB | 192/332 kB | 80 kB | 90/178 kB Progress (4): 22 kB | 196/332 kB | 80 kB | 90/178 kB Progress (4): 22 kB | 196/332 kB | 80 kB | 94/178 kB Progress (4): 22 kB | 196/332 kB | 80 kB | 98/178 kB Progress (4): 22 kB | 200/332 kB | 80 kB | 98/178 kB Progress (4): 22 kB | 204/332 kB | 80 kB | 98/178 kB Progress (4): 22 kB | 204/332 kB | 80 kB | 102/178 kB Progress (4): 22 kB | 208/332 kB | 80 kB | 102/178 kB Progress (4): 22 kB | 208/332 kB | 80 kB | 106/178 kB Progress (4): 22 kB | 212/332 kB | 80 kB | 106/178 kB Progress (4): 22 kB | 212/332 kB | 80 kB | 110/178 kB Progress (4): 22 kB | 212/332 kB | 80 kB | 114/178 kB Progress (4): 22 kB | 217/332 kB | 80 kB | 114/178 kB Progress (4): 22 kB | 221/332 kB | 80 kB | 114/178 kB Progress (4): 22 kB | 221/332 kB | 80 kB | 118/178 kB Progress (4): 22 kB | 225/332 kB | 80 kB | 118/178 kB Progress (4): 22 kB | 225/332 kB | 80 kB | 122/178 kB Progress (4): 22 kB | 229/332 kB | 80 kB | 122/178 kB Progress (4): 22 kB | 229/332 kB | 80 kB | 126/178 kB Progress (4): 22 kB | 229/332 kB | 80 kB | 131/178 kB Progress (5): 22 kB | 229/332 kB | 80 kB | 131/178 kB | 4.1/8.8 kB Progress (5): 22 kB | 233/332 kB | 80 kB | 131/178 kB | 4.1/8.8 kB Progress (5): 22 kB | 233/332 kB | 80 kB | 131/178 kB | 7.7/8.8 kB Progress (5): 22 kB | 233/332 kB | 80 kB | 135/178 kB | 7.7/8.8 kB Progress (5): 22 kB | 237/332 kB | 80 kB | 135/178 kB | 7.7/8.8 kB Progress (5): 22 kB | 237/332 kB | 80 kB | 139/178 kB | 7.7/8.8 kB Progress (5): 22 kB | 237/332 kB | 80 kB | 139/178 kB | 8.8 kB Progress (5): 22 kB | 237/332 kB | 80 kB | 143/178 kB | 8.8 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 160 kB/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.jar Progress (4): 241/332 kB | 80 kB | 143/178 kB | 8.8 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 406 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.jar Progress (3): 241/332 kB | 147/178 kB | 8.8 kB Progress (3): 245/332 kB | 147/178 kB | 8.8 kB Progress (3): 245/332 kB | 151/178 kB | 8.8 kB Progress (3): 249/332 kB | 151/178 kB | 8.8 kB Progress (3): 249/332 kB | 155/178 kB | 8.8 kB Progress (3): 253/332 kB | 155/178 kB | 8.8 kB Progress (3): 253/332 kB | 159/178 kB | 8.8 kB Progress (3): 258/332 kB | 159/178 kB | 8.8 kB Progress (3): 258/332 kB | 163/178 kB | 8.8 kB Progress (3): 262/332 kB | 163/178 kB | 8.8 kB Progress (3): 262/332 kB | 167/178 kB | 8.8 kB Progress (3): 262/332 kB | 171/178 kB | 8.8 kB Progress (3): 266/332 kB | 171/178 kB | 8.8 kB Progress (3): 266/332 kB | 176/178 kB | 8.8 kB Progress (3): 270/332 kB | 176/178 kB | 8.8 kB Progress (3): 270/332 kB | 178 kB | 8.8 kB Progress (3): 274/332 kB | 178 kB | 8.8 kB Progress (3): 278/332 kB | 178 kB | 8.8 kB Progress (3): 282/332 kB | 178 kB | 8.8 kB Progress (3): 286/332 kB | 178 kB | 8.8 kB Progress (3): 290/332 kB | 178 kB | 8.8 kB Progress (3): 294/332 kB | 178 kB | 8.8 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 43 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.jar Progress (2): 298/332 kB | 178 kB Progress (2): 303/332 kB | 178 kB Progress (2): 307/332 kB | 178 kB Progress (2): 311/332 kB | 178 kB Progress (3): 311/332 kB | 178 kB | 4.1/22 kB Progress (3): 311/332 kB | 178 kB | 7.7/22 kB Progress (3): 311/332 kB | 178 kB | 12/22 kB Progress (3): 315/332 kB | 178 kB | 12/22 kB Progress (3): 315/332 kB | 178 kB | 16/22 kB Progress (3): 319/332 kB | 178 kB | 16/22 kB Progress (3): 323/332 kB | 178 kB | 16/22 kB Progress (3): 323/332 kB | 178 kB | 20/22 kB Progress (4): 323/332 kB | 178 kB | 20/22 kB | 4.1/35 kB Progress (4): 323/332 kB | 178 kB | 22 kB | 4.1/35 kB Progress (4): 327/332 kB | 178 kB | 22 kB | 4.1/35 kB Progress (5): 327/332 kB | 178 kB | 22 kB | 4.1/35 kB | 4.1/17 kB Progress (5): 331/332 kB | 178 kB | 22 kB | 4.1/35 kB | 4.1/17 kB Progress (5): 331/332 kB | 178 kB | 22 kB | 7.7/35 kB | 4.1/17 kB Progress (5): 332 kB | 178 kB | 22 kB | 7.7/35 kB | 4.1/17 kB Progress (5): 332 kB | 178 kB | 22 kB | 7.7/35 kB | 7.7/17 kB Progress (5): 332 kB | 178 kB | 22 kB | 12/35 kB | 7.7/17 kB Progress (5): 332 kB | 178 kB | 22 kB | 12/35 kB | 12/17 kB Progress (5): 332 kB | 178 kB | 22 kB | 16/35 kB | 12/17 kB Progress (5): 332 kB | 178 kB | 22 kB | 16/35 kB | 16/17 kB Progress (5): 332 kB | 178 kB | 22 kB | 16/35 kB | 17 kB 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 1.5 MB/s) 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 824 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.jar Progress (3): 22 kB | 20/35 kB | 17 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 (3): 22 kB | 24/35 kB | 17 kB Progress (3): 22 kB | 28/35 kB | 17 kB Progress (3): 22 kB | 32/35 kB | 17 kB Progress (3): 22 kB | 35 kB | 17 kB Progress (4): 22 kB | 35 kB | 17 kB | 4.1/41 kB Progress (4): 22 kB | 35 kB | 17 kB | 7.7/41 kB Progress (4): 22 kB | 35 kB | 17 kB | 12/41 kB Progress (4): 22 kB | 35 kB | 17 kB | 16/41 kB Progress (5): 22 kB | 35 kB | 17 kB | 16/41 kB | 4.1/13 kB Progress (5): 22 kB | 35 kB | 17 kB | 16/41 kB | 7.7/13 kB Progress (5): 22 kB | 35 kB | 17 kB | 16/41 kB | 12/13 kB Progress (5): 22 kB | 35 kB | 17 kB | 20/41 kB | 12/13 kB Progress (5): 22 kB | 35 kB | 17 kB | 20/41 kB | 13 kB Progress (5): 22 kB | 35 kB | 17 kB | 24/41 kB | 13 kB Progress (5): 22 kB | 35 kB | 17 kB | 28/41 kB | 13 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 96 kB/s) Progress (4): 35 kB | 17 kB | 32/41 kB | 13 kB 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): 35 kB | 17 kB | 36/41 kB | 13 kB Progress (4): 35 kB | 17 kB | 40/41 kB | 13 kB Progress (4): 35 kB | 17 kB | 41 kB | 13 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 148 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.jar 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 67 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar 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 163 kB/s) 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 51 kB/s) 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 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 (1): 4.1/38 kB Progress (2): 4.1/38 kB | 4.1/10 kB Progress (2): 7.7/38 kB | 4.1/10 kB Progress (2): 7.7/38 kB | 7.7/10 kB Progress (3): 7.7/38 kB | 7.7/10 kB | 4.1/12 kB Progress (3): 12/38 kB | 7.7/10 kB | 4.1/12 kB Progress (3): 12/38 kB | 7.7/10 kB | 7.7/12 kB Progress (3): 12/38 kB | 10 kB | 7.7/12 kB Progress (3): 12/38 kB | 10 kB | 12/12 kB Progress (3): 16/38 kB | 10 kB | 12/12 kB Progress (4): 16/38 kB | 10 kB | 12/12 kB | 4.1/88 kB Progress (4): 16/38 kB | 10 kB | 12 kB | 4.1/88 kB Progress (4): 16/38 kB | 10 kB | 12 kB | 7.7/88 kB Progress (4): 16/38 kB | 10 kB | 12 kB | 12/88 kB Progress (4): 20/38 kB | 10 kB | 12 kB | 12/88 kB Progress (4): 20/38 kB | 10 kB | 12 kB | 16/88 kB Progress (5): 20/38 kB | 10 kB | 12 kB | 16/88 kB | 4.1/39 kB Progress (5): 24/38 kB | 10 kB | 12 kB | 16/88 kB | 4.1/39 kB Progress (5): 24/38 kB | 10 kB | 12 kB | 16/88 kB | 7.7/39 kB Progress (5): 24/38 kB | 10 kB | 12 kB | 20/88 kB | 7.7/39 kB Progress (5): 28/38 kB | 10 kB | 12 kB | 20/88 kB | 7.7/39 kB Progress (5): 28/38 kB | 10 kB | 12 kB | 24/88 kB | 7.7/39 kB Progress (5): 28/38 kB | 10 kB | 12 kB | 24/88 kB | 12/39 kB Progress (5): 28/38 kB | 10 kB | 12 kB | 28/88 kB | 12/39 kB Progress (5): 32/38 kB | 10 kB | 12 kB | 28/88 kB | 12/39 kB Progress (5): 32/38 kB | 10 kB | 12 kB | 32/88 kB | 12/39 kB Progress (5): 32/38 kB | 10 kB | 12 kB | 32/88 kB | 16/39 kB Progress (5): 36/38 kB | 10 kB | 12 kB | 32/88 kB | 16/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 32/88 kB | 16/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 36/88 kB | 16/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 40/88 kB | 16/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 45/88 kB | 16/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 49/88 kB | 16/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 49/88 kB | 20/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 49/88 kB | 24/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 49/88 kB | 28/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 53/88 kB | 28/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 53/88 kB | 32/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 57/88 kB | 32/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 61/88 kB | 32/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 61/88 kB | 36/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 65/88 kB | 36/39 kB Progress (5): 38 kB | 10 kB | 12 kB | 65/88 kB | 39 kB Progress (5): 38 kB | 10 kB | 12 kB | 69/88 kB | 39 kB Progress (5): 38 kB | 10 kB | 12 kB | 73/88 kB | 39 kB Progress (5): 38 kB | 10 kB | 12 kB | 77/88 kB | 39 kB Progress (5): 38 kB | 10 kB | 12 kB | 81/88 kB | 39 kB Progress (5): 38 kB | 10 kB | 12 kB | 85/88 kB | 39 kB Progress (5): 38 kB | 10 kB | 12 kB | 88 kB | 39 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 123 kB/s) 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 40 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.jar 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 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 283 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 (3): 10 kB | 39 kB | 4.1/49 kB Progress (3): 10 kB | 39 kB | 7.7/49 kB Progress (3): 10 kB | 39 kB | 12/49 kB Progress (3): 10 kB | 39 kB | 16/49 kB Progress (4): 10 kB | 39 kB | 16/49 kB | 4.1/51 kB Progress (4): 10 kB | 39 kB | 16/49 kB | 7.7/51 kB Progress (4): 10 kB | 39 kB | 16/49 kB | 12/51 kB Progress (4): 10 kB | 39 kB | 20/49 kB | 12/51 kB Progress (4): 10 kB | 39 kB | 20/49 kB | 16/51 kB Progress (5): 10 kB | 39 kB | 20/49 kB | 16/51 kB | 4.1/156 kB Progress (5): 10 kB | 39 kB | 24/49 kB | 16/51 kB | 4.1/156 kB Progress (5): 10 kB | 39 kB | 24/49 kB | 16/51 kB | 7.7/156 kB Progress (5): 10 kB | 39 kB | 24/49 kB | 20/51 kB | 7.7/156 kB Progress (5): 10 kB | 39 kB | 28/49 kB | 20/51 kB | 7.7/156 kB Progress (5): 10 kB | 39 kB | 28/49 kB | 24/51 kB | 7.7/156 kB Progress (5): 10 kB | 39 kB | 28/49 kB | 24/51 kB | 12/156 kB Progress (5): 10 kB | 39 kB | 28/49 kB | 28/51 kB | 12/156 kB Progress (5): 10 kB | 39 kB | 32/49 kB | 28/51 kB | 12/156 kB Progress (5): 10 kB | 39 kB | 32/49 kB | 32/51 kB | 12/156 kB Progress (5): 10 kB | 39 kB | 32/49 kB | 32/51 kB | 16/156 kB Progress (5): 10 kB | 39 kB | 36/49 kB | 32/51 kB | 16/156 kB Progress (5): 10 kB | 39 kB | 36/49 kB | 36/51 kB | 16/156 kB Progress (5): 10 kB | 39 kB | 36/49 kB | 36/51 kB | 20/156 kB Progress (5): 10 kB | 39 kB | 40/49 kB | 36/51 kB | 20/156 kB Progress (5): 10 kB | 39 kB | 40/49 kB | 36/51 kB | 24/156 kB Progress (5): 10 kB | 39 kB | 40/49 kB | 40/51 kB | 24/156 kB Progress (5): 10 kB | 39 kB | 40/49 kB | 40/51 kB | 28/156 kB Progress (5): 10 kB | 39 kB | 45/49 kB | 40/51 kB | 28/156 kB Progress (5): 10 kB | 39 kB | 45/49 kB | 40/51 kB | 32/156 kB Progress (5): 10 kB | 39 kB | 45/49 kB | 45/51 kB | 32/156 kB Progress (5): 10 kB | 39 kB | 49/49 kB | 45/51 kB | 32/156 kB Progress (5): 10 kB | 39 kB | 49/49 kB | 49/51 kB | 32/156 kB Progress (5): 10 kB | 39 kB | 49/49 kB | 49/51 kB | 36/156 kB Progress (5): 10 kB | 39 kB | 49 kB | 49/51 kB | 36/156 kB Progress (5): 10 kB | 39 kB | 49 kB | 49/51 kB | 40/156 kB Progress (5): 10 kB | 39 kB | 49 kB | 51 kB | 40/156 kB Progress (5): 10 kB | 39 kB | 49 kB | 51 kB | 45/156 kB Progress (5): 10 kB | 39 kB | 49 kB | 51 kB | 49/156 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 32 kB/s) Progress (4): 39 kB | 49 kB | 51 kB | 53/156 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 (4): 39 kB | 49 kB | 51 kB | 57/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 61/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 65/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 69/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 73/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 77/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 81/156 kB Progress (5): 39 kB | 49 kB | 51 kB | 81/156 kB | 4.1/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 81/156 kB | 7.7/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 81/156 kB | 12/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 85/156 kB | 12/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 85/156 kB | 16/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 90/156 kB | 16/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 94/156 kB | 16/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 98/156 kB | 16/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 98/156 kB | 20/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 98/156 kB | 24/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 98/156 kB | 28/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 102/156 kB | 28/30 kB Progress (5): 39 kB | 49 kB | 51 kB | 102/156 kB | 30 kB Progress (5): 39 kB | 49 kB | 51 kB | 106/156 kB | 30 kB Progress (5): 39 kB | 49 kB | 51 kB | 110/156 kB | 30 kB Progress (5): 39 kB | 49 kB | 51 kB | 114/156 kB | 30 kB Progress (5): 39 kB | 49 kB | 51 kB | 118/156 kB | 30 kB Progress (5): 39 kB | 49 kB | 51 kB | 122/156 kB | 30 kB Progress (5): 39 kB | 49 kB | 51 kB | 126/156 kB | 30 kB Progress (5): 39 kB | 49 kB | 51 kB | 131/156 kB | 30 kB Progress (5): 39 kB | 49 kB | 51 kB | 135/156 kB | 30 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.jar (30 kB at 88 kB/s) Progress (4): 39 kB | 49 kB | 51 kB | 139/156 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 (4): 39 kB | 49 kB | 51 kB | 143/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 147/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 151/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 155/156 kB Progress (4): 39 kB | 49 kB | 51 kB | 156 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 143 kB/s) Progress (4): 39 kB | 51 kB | 156 kB | 4.1/18 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 149 kB/s) Progress (3): 39 kB | 156 kB | 7.7/18 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 Progress (3): 39 kB | 156 kB | 12/18 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 Progress (3): 39 kB | 156 kB | 16/18 kB Progress (3): 39 kB | 156 kB | 18 kB Progress (4): 39 kB | 156 kB | 18 kB | 4.1/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 7.7/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 12/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 16/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 20/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 24/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 28/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 32/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 36/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 40/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 45/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 49/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 53/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 57/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 61/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 65/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 69/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 73/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 77/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 81/165 kB Progress (4): 39 kB | 156 kB | 18 kB | 85/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 438 kB/s) Progress (3): 39 kB | 18 kB | 90/165 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 (3): 39 kB | 18 kB | 94/165 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.jar (18 kB at 51 kB/s) Progress (2): 39 kB | 98/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 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 99 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.jar Progress (2): 98/165 kB | 4.1/55 kB Progress (2): 102/165 kB | 4.1/55 kB Progress (3): 102/165 kB | 4.1/55 kB | 4.1/61 kB Progress (3): 106/165 kB | 4.1/55 kB | 4.1/61 kB Progress (3): 106/165 kB | 7.7/55 kB | 4.1/61 kB Progress (3): 110/165 kB | 7.7/55 kB | 4.1/61 kB Progress (3): 110/165 kB | 7.7/55 kB | 7.7/61 kB Progress (3): 114/165 kB | 7.7/55 kB | 7.7/61 kB Progress (3): 114/165 kB | 12/55 kB | 7.7/61 kB Progress (3): 114/165 kB | 12/55 kB | 12/61 kB Progress (3): 114/165 kB | 16/55 kB | 12/61 kB Progress (3): 114/165 kB | 16/55 kB | 16/61 kB Progress (3): 118/165 kB | 16/55 kB | 16/61 kB Progress (3): 122/165 kB | 16/55 kB | 16/61 kB Progress (3): 122/165 kB | 20/55 kB | 16/61 kB Progress (3): 126/165 kB | 20/55 kB | 16/61 kB Progress (3): 126/165 kB | 20/55 kB | 20/61 kB Progress (3): 126/165 kB | 24/55 kB | 20/61 kB Progress (3): 126/165 kB | 24/55 kB | 24/61 kB Progress (3): 131/165 kB | 24/55 kB | 24/61 kB Progress (3): 131/165 kB | 24/55 kB | 28/61 kB Progress (3): 131/165 kB | 28/55 kB | 28/61 kB Progress (3): 131/165 kB | 28/55 kB | 32/61 kB Progress (4): 131/165 kB | 28/55 kB | 32/61 kB | 4.1/167 kB Progress (4): 135/165 kB | 28/55 kB | 32/61 kB | 4.1/167 kB Progress (4): 135/165 kB | 32/55 kB | 32/61 kB | 4.1/167 kB Progress (4): 139/165 kB | 32/55 kB | 32/61 kB | 4.1/167 kB Progress (4): 139/165 kB | 32/55 kB | 36/61 kB | 4.1/167 kB Progress (4): 139/165 kB | 32/55 kB | 36/61 kB | 7.7/167 kB Progress (4): 139/165 kB | 32/55 kB | 40/61 kB | 7.7/167 kB Progress (4): 139/165 kB | 36/55 kB | 40/61 kB | 7.7/167 kB Progress (4): 143/165 kB | 36/55 kB | 40/61 kB | 7.7/167 kB Progress (4): 143/165 kB | 40/55 kB | 40/61 kB | 7.7/167 kB Progress (5): 143/165 kB | 40/55 kB | 40/61 kB | 7.7/167 kB | 4.1/12 kB Progress (5): 143/165 kB | 40/55 kB | 45/61 kB | 7.7/167 kB | 4.1/12 kB Progress (5): 143/165 kB | 40/55 kB | 45/61 kB | 12/167 kB | 4.1/12 kB Progress (5): 143/165 kB | 40/55 kB | 49/61 kB | 12/167 kB | 4.1/12 kB Progress (5): 143/165 kB | 40/55 kB | 49/61 kB | 12/167 kB | 7.7/12 kB Progress (5): 143/165 kB | 45/55 kB | 49/61 kB | 12/167 kB | 7.7/12 kB Progress (5): 147/165 kB | 45/55 kB | 49/61 kB | 12/167 kB | 7.7/12 kB Progress (5): 147/165 kB | 49/55 kB | 49/61 kB | 12/167 kB | 7.7/12 kB Progress (5): 147/165 kB | 49/55 kB | 53/61 kB | 12/167 kB | 7.7/12 kB Progress (5): 147/165 kB | 49/55 kB | 53/61 kB | 12/167 kB | 12 kB Progress (5): 147/165 kB | 49/55 kB | 53/61 kB | 16/167 kB | 12 kB Progress (5): 151/165 kB | 49/55 kB | 53/61 kB | 16/167 kB | 12 kB Progress (5): 151/165 kB | 53/55 kB | 53/61 kB | 16/167 kB | 12 kB Progress (5): 151/165 kB | 53/55 kB | 57/61 kB | 16/167 kB | 12 kB Progress (5): 151/165 kB | 53/55 kB | 57/61 kB | 20/167 kB | 12 kB Progress (5): 151/165 kB | 55 kB | 57/61 kB | 20/167 kB | 12 kB Progress (5): 155/165 kB | 55 kB | 57/61 kB | 20/167 kB | 12 kB Progress (5): 155/165 kB | 55 kB | 57/61 kB | 24/167 kB | 12 kB Progress (5): 155/165 kB | 55 kB | 61 kB | 24/167 kB | 12 kB Progress (5): 155/165 kB | 55 kB | 61 kB | 28/167 kB | 12 kB Progress (5): 155/165 kB | 55 kB | 61 kB | 32/167 kB | 12 kB Progress (5): 159/165 kB | 55 kB | 61 kB | 32/167 kB | 12 kB Progress (5): 163/165 kB | 55 kB | 61 kB | 32/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 32/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 36/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 40/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 45/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 49/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 53/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 57/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 61/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 65/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 69/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 73/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 77/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 81/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 85/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 90/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 94/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 98/167 kB | 12 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 28 kB/s) Progress (4): 165 kB | 55 kB | 61 kB | 102/167 kB 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 Progress (4): 165 kB | 55 kB | 61 kB | 106/167 kB Progress (4): 165 kB | 55 kB | 61 kB | 110/167 kB Progress (4): 165 kB | 55 kB | 61 kB | 114/167 kB Progress (4): 165 kB | 55 kB | 61 kB | 118/167 kB Progress (4): 165 kB | 55 kB | 61 kB | 122/167 kB Progress (4): 165 kB | 55 kB | 61 kB | 126/167 kB Progress (4): 165 kB | 55 kB | 61 kB | 131/167 kB Progress (5): 165 kB | 55 kB | 61 kB | 131/167 kB | 4.1/12 kB Progress (5): 165 kB | 55 kB | 61 kB | 135/167 kB | 4.1/12 kB Progress (5): 165 kB | 55 kB | 61 kB | 135/167 kB | 7.7/12 kB Progress (5): 165 kB | 55 kB | 61 kB | 139/167 kB | 7.7/12 kB Progress (5): 165 kB | 55 kB | 61 kB | 139/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 143/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 147/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 151/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 155/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 159/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 163/167 kB | 12 kB Progress (5): 165 kB | 55 kB | 61 kB | 167 kB | 12 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.jar (55 kB at 125 kB/s) 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 23 kB/s) 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 334 kB/s) 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 122 kB/s) 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 336 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 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 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 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 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 (1): 4.1/61 kB Progress (1): 7.7/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 24/61 kB Progress (1): 28/61 kB Progress (1): 32/61 kB Progress (1): 36/61 kB Progress (1): 40/61 kB Progress (1): 45/61 kB Progress (1): 49/61 kB Progress (1): 53/61 kB Progress (1): 57/61 kB Progress (1): 61 kB Progress (2): 61 kB | 4.1/47 kB Progress (2): 61 kB | 7.7/47 kB Progress (3): 61 kB | 7.7/47 kB | 4.1/4.2 kB Progress (3): 61 kB | 12/47 kB | 4.1/4.2 kB Progress (3): 61 kB | 12/47 kB | 4.2 kB Progress (3): 61 kB | 16/47 kB | 4.2 kB Progress (3): 61 kB | 20/47 kB | 4.2 kB Progress (3): 61 kB | 24/47 kB | 4.2 kB Progress (3): 61 kB | 28/47 kB | 4.2 kB Progress (3): 61 kB | 32/47 kB | 4.2 kB Progress (3): 61 kB | 36/47 kB | 4.2 kB Progress (3): 61 kB | 40/47 kB | 4.2 kB Progress (3): 61 kB | 45/47 kB | 4.2 kB Progress (3): 61 kB | 47 kB | 4.2 kB Progress (4): 61 kB | 47 kB | 4.2 kB | 4.1/173 kB Progress (4): 61 kB | 47 kB | 4.2 kB | 7.7/173 kB Progress (4): 61 kB | 47 kB | 4.2 kB | 12/173 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 12/173 kB | 4.1/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 16/173 kB | 4.1/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 16/173 kB | 7.7/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 16/173 kB | 12/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 16/173 kB | 16/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 20/173 kB | 16/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 24/173 kB | 16/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 28/173 kB | 16/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 28/173 kB | 20/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 32/173 kB | 20/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 32/173 kB | 24/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 32/173 kB | 28/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 32/173 kB | 32/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 36/173 kB | 32/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 40/173 kB | 32/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 45/173 kB | 32/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 45/173 kB | 36/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 49/173 kB | 36/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 49/173 kB | 40/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 49/173 kB | 45/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 49/173 kB | 49/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 53/173 kB | 49/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 57/173 kB | 49/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 61/173 kB | 49/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 61/173 kB | 53/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 65/173 kB | 53/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 65/173 kB | 57/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 65/173 kB | 61/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 65/173 kB | 65/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 69/173 kB | 65/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 73/173 kB | 65/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 77/173 kB | 65/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 77/173 kB | 69/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 81/173 kB | 69/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 81/173 kB | 73/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 81/173 kB | 77/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 81/173 kB | 81/293 kB Progress (5): 61 kB | 47 kB | 4.2 kB | 85/173 kB | 81/293 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 7.9 kB/s) 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 88 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar Progress (3): 61 kB | 85/173 kB | 85/293 kB Progress (3): 61 kB | 90/173 kB | 85/293 kB Progress (3): 61 kB | 90/173 kB | 90/293 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): 61 kB | 90/173 kB | 94/293 kB Progress (3): 61 kB | 94/173 kB | 94/293 kB Progress (3): 61 kB | 94/173 kB | 98/293 kB Progress (3): 61 kB | 98/173 kB | 98/293 kB Progress (3): 61 kB | 98/173 kB | 102/293 kB Progress (3): 61 kB | 102/173 kB | 102/293 kB Progress (4): 61 kB | 102/173 kB | 102/293 kB | 4.1/98 kB Progress (4): 61 kB | 102/173 kB | 106/293 kB | 4.1/98 kB Progress (4): 61 kB | 102/173 kB | 106/293 kB | 7.7/98 kB Progress (4): 61 kB | 106/173 kB | 106/293 kB | 7.7/98 kB Progress (4): 61 kB | 106/173 kB | 106/293 kB | 12/98 kB Progress (5): 61 kB | 106/173 kB | 106/293 kB | 12/98 kB | 4.1/11 kB Progress (5): 61 kB | 106/173 kB | 110/293 kB | 12/98 kB | 4.1/11 kB Progress (5): 61 kB | 106/173 kB | 110/293 kB | 12/98 kB | 7.7/11 kB Progress (5): 61 kB | 106/173 kB | 110/293 kB | 16/98 kB | 7.7/11 kB Progress (5): 61 kB | 110/173 kB | 110/293 kB | 16/98 kB | 7.7/11 kB Progress (5): 61 kB | 110/173 kB | 110/293 kB | 16/98 kB | 11 kB Progress (5): 61 kB | 110/173 kB | 114/293 kB | 16/98 kB | 11 kB Progress (5): 61 kB | 110/173 kB | 114/293 kB | 20/98 kB | 11 kB Progress (5): 61 kB | 114/173 kB | 114/293 kB | 20/98 kB | 11 kB Progress (5): 61 kB | 114/173 kB | 114/293 kB | 24/98 kB | 11 kB Progress (5): 61 kB | 114/173 kB | 118/293 kB | 24/98 kB | 11 kB Progress (5): 61 kB | 114/173 kB | 118/293 kB | 28/98 kB | 11 kB Progress (5): 61 kB | 118/173 kB | 118/293 kB | 28/98 kB | 11 kB Progress (5): 61 kB | 118/173 kB | 122/293 kB | 28/98 kB | 11 kB Progress (5): 61 kB | 122/173 kB | 122/293 kB | 28/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 21 kB/s) Progress (4): 61 kB | 122/173 kB | 122/293 kB | 32/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): 61 kB | 126/173 kB | 122/293 kB | 32/98 kB Progress (4): 61 kB | 126/173 kB | 126/293 kB | 32/98 kB Progress (4): 61 kB | 131/173 kB | 126/293 kB | 32/98 kB Progress (4): 61 kB | 131/173 kB | 126/293 kB | 36/98 kB Progress (4): 61 kB | 131/173 kB | 131/293 kB | 36/98 kB Progress (4): 61 kB | 131/173 kB | 131/293 kB | 40/98 kB Progress (4): 61 kB | 135/173 kB | 131/293 kB | 40/98 kB Progress (4): 61 kB | 135/173 kB | 131/293 kB | 45/98 kB Progress (4): 61 kB | 139/173 kB | 131/293 kB | 45/98 kB Progress (4): 61 kB | 139/173 kB | 131/293 kB | 49/98 kB Progress (4): 61 kB | 139/173 kB | 135/293 kB | 49/98 kB Progress (4): 61 kB | 143/173 kB | 135/293 kB | 49/98 kB Progress (4): 61 kB | 143/173 kB | 139/293 kB | 49/98 kB Progress (4): 61 kB | 143/173 kB | 139/293 kB | 53/98 kB Progress (5): 61 kB | 143/173 kB | 139/293 kB | 53/98 kB | 4.1/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 110 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.jar Progress (4): 147/173 kB | 139/293 kB | 53/98 kB | 4.1/62 kB Progress (4): 147/173 kB | 139/293 kB | 53/98 kB | 7.7/62 kB Progress (4): 147/173 kB | 139/293 kB | 57/98 kB | 7.7/62 kB Progress (4): 147/173 kB | 143/293 kB | 57/98 kB | 7.7/62 kB Progress (4): 151/173 kB | 143/293 kB | 57/98 kB | 7.7/62 kB Progress (4): 151/173 kB | 143/293 kB | 61/98 kB | 7.7/62 kB Progress (4): 151/173 kB | 143/293 kB | 61/98 kB | 12/62 kB Progress (4): 151/173 kB | 143/293 kB | 65/98 kB | 12/62 kB Progress (4): 155/173 kB | 143/293 kB | 65/98 kB | 12/62 kB Progress (4): 155/173 kB | 147/293 kB | 65/98 kB | 12/62 kB Progress (4): 159/173 kB | 147/293 kB | 65/98 kB | 12/62 kB Progress (5): 159/173 kB | 147/293 kB | 65/98 kB | 12/62 kB | 4.1/16 kB Progress (5): 159/173 kB | 147/293 kB | 65/98 kB | 16/62 kB | 4.1/16 kB Progress (5): 159/173 kB | 151/293 kB | 65/98 kB | 16/62 kB | 4.1/16 kB Progress (5): 159/173 kB | 151/293 kB | 65/98 kB | 16/62 kB | 7.7/16 kB Progress (5): 163/173 kB | 151/293 kB | 65/98 kB | 16/62 kB | 7.7/16 kB Progress (5): 163/173 kB | 151/293 kB | 69/98 kB | 16/62 kB | 7.7/16 kB Progress (5): 163/173 kB | 151/293 kB | 69/98 kB | 20/62 kB | 7.7/16 kB Progress (5): 163/173 kB | 151/293 kB | 69/98 kB | 20/62 kB | 12/16 kB Progress (5): 163/173 kB | 155/293 kB | 69/98 kB | 20/62 kB | 12/16 kB Progress (5): 163/173 kB | 155/293 kB | 69/98 kB | 20/62 kB | 16/16 kB Progress (5): 163/173 kB | 155/293 kB | 69/98 kB | 24/62 kB | 16/16 kB Progress (5): 167/173 kB | 155/293 kB | 69/98 kB | 24/62 kB | 16/16 kB Progress (5): 167/173 kB | 155/293 kB | 73/98 kB | 24/62 kB | 16/16 kB Progress (5): 171/173 kB | 155/293 kB | 73/98 kB | 24/62 kB | 16/16 kB Progress (5): 171/173 kB | 155/293 kB | 73/98 kB | 28/62 kB | 16/16 kB Progress (5): 171/173 kB | 155/293 kB | 73/98 kB | 28/62 kB | 16 kB Progress (5): 171/173 kB | 159/293 kB | 73/98 kB | 28/62 kB | 16 kB Progress (5): 171/173 kB | 159/293 kB | 73/98 kB | 32/62 kB | 16 kB Progress (5): 173 kB | 159/293 kB | 73/98 kB | 32/62 kB | 16 kB Progress (5): 173 kB | 159/293 kB | 77/98 kB | 32/62 kB | 16 kB Progress (5): 173 kB | 163/293 kB | 77/98 kB | 32/62 kB | 16 kB Progress (5): 173 kB | 163/293 kB | 77/98 kB | 36/62 kB | 16 kB Progress (5): 173 kB | 163/293 kB | 81/98 kB | 36/62 kB | 16 kB Progress (5): 173 kB | 163/293 kB | 81/98 kB | 40/62 kB | 16 kB Progress (5): 173 kB | 163/293 kB | 81/98 kB | 45/62 kB | 16 kB Progress (5): 173 kB | 163/293 kB | 81/98 kB | 49/62 kB | 16 kB Progress (5): 173 kB | 167/293 kB | 81/98 kB | 49/62 kB | 16 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 27 kB/s) Progress (4): 173 kB | 167/293 kB | 85/98 kB | 49/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 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 291 kB/s) Progress (3): 167/293 kB | 85/98 kB | 53/62 kB Progress (3): 171/293 kB | 85/98 kB | 53/62 kB Progress (3): 171/293 kB | 85/98 kB | 57/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 (3): 171/293 kB | 90/98 kB | 57/62 kB Progress (3): 171/293 kB | 90/98 kB | 61/62 kB Progress (3): 176/293 kB | 90/98 kB | 61/62 kB Progress (4): 176/293 kB | 90/98 kB | 61/62 kB | 4.1/17 kB Progress (4): 176/293 kB | 90/98 kB | 62 kB | 4.1/17 kB Progress (4): 176/293 kB | 94/98 kB | 62 kB | 4.1/17 kB Progress (4): 176/293 kB | 94/98 kB | 62 kB | 7.7/17 kB Progress (4): 180/293 kB | 94/98 kB | 62 kB | 7.7/17 kB Progress (4): 180/293 kB | 94/98 kB | 62 kB | 12/17 kB Progress (4): 180/293 kB | 98 kB | 62 kB | 12/17 kB Progress (4): 180/293 kB | 98 kB | 62 kB | 16/17 kB Progress (4): 184/293 kB | 98 kB | 62 kB | 16/17 kB Progress (4): 184/293 kB | 98 kB | 62 kB | 17 kB Progress (4): 188/293 kB | 98 kB | 62 kB | 17 kB Progress (4): 192/293 kB | 98 kB | 62 kB | 17 kB Progress (4): 196/293 kB | 98 kB | 62 kB | 17 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 162 kB/s) Progress (3): 200/293 kB | 62 kB | 17 kB 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 (3): 204/293 kB | 62 kB | 17 kB Progress (3): 208/293 kB | 62 kB | 17 kB Progress (3): 212/293 kB | 62 kB | 17 kB Progress (3): 217/293 kB | 62 kB | 17 kB Progress (3): 221/293 kB | 62 kB | 17 kB Progress (3): 225/293 kB | 62 kB | 17 kB Progress (4): 225/293 kB | 62 kB | 17 kB | 4.1/7.7 kB Progress (4): 229/293 kB | 62 kB | 17 kB | 4.1/7.7 kB Progress (4): 229/293 kB | 62 kB | 17 kB | 7.7/7.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/doxia-site-renderer-1.7.jar (62 kB at 103 kB/s) Progress (3): 233/293 kB | 17 kB | 7.7/7.7 kB Progress (3): 233/293 kB | 17 kB | 7.7 kB Progress (3): 237/293 kB | 17 kB | 7.7 kB 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 (3): 241/293 kB | 17 kB | 7.7 kB Progress (3): 245/293 kB | 17 kB | 7.7 kB Progress (3): 249/293 kB | 17 kB | 7.7 kB Progress (3): 253/293 kB | 17 kB | 7.7 kB Progress (3): 258/293 kB | 17 kB | 7.7 kB Progress (3): 262/293 kB | 17 kB | 7.7 kB Progress (4): 262/293 kB | 17 kB | 7.7 kB | 4.1/347 kB Progress (4): 262/293 kB | 17 kB | 7.7 kB | 7.7/347 kB Progress (4): 262/293 kB | 17 kB | 7.7 kB | 12/347 kB Progress (4): 266/293 kB | 17 kB | 7.7 kB | 12/347 kB Progress (4): 266/293 kB | 17 kB | 7.7 kB | 16/347 kB Progress (4): 270/293 kB | 17 kB | 7.7 kB | 16/347 kB Progress (4): 274/293 kB | 17 kB | 7.7 kB | 16/347 kB Progress (4): 278/293 kB | 17 kB | 7.7 kB | 16/347 kB Progress (4): 278/293 kB | 17 kB | 7.7 kB | 20/347 kB Progress (4): 278/293 kB | 17 kB | 7.7 kB | 24/347 kB Progress (4): 282/293 kB | 17 kB | 7.7 kB | 24/347 kB Progress (4): 282/293 kB | 17 kB | 7.7 kB | 28/347 kB Progress (4): 286/293 kB | 17 kB | 7.7 kB | 28/347 kB Progress (4): 286/293 kB | 17 kB | 7.7 kB | 32/347 kB Progress (4): 290/293 kB | 17 kB | 7.7 kB | 32/347 kB Progress (4): 293 kB | 17 kB | 7.7 kB | 32/347 kB Progress (4): 293 kB | 17 kB | 7.7 kB | 36/347 kB Progress (4): 293 kB | 17 kB | 7.7 kB | 40/347 kB Progress (4): 293 kB | 17 kB | 7.7 kB | 45/347 kB Progress (4): 293 kB | 17 kB | 7.7 kB | 49/347 kB Progress (4): 293 kB | 17 kB | 7.7 kB | 53/347 kB Progress (5): 293 kB | 17 kB | 7.7 kB | 53/347 kB | 4.1/39 kB Progress (5): 293 kB | 17 kB | 7.7 kB | 57/347 kB | 4.1/39 kB Progress (5): 293 kB | 17 kB | 7.7 kB | 57/347 kB | 7.7/39 kB Progress (5): 293 kB | 17 kB | 7.7 kB | 61/347 kB | 7.7/39 kB Progress (5): 293 kB | 17 kB | 7.7 kB | 61/347 kB | 12/39 kB Progress (5): 293 kB | 17 kB | 7.7 kB | 65/347 kB | 12/39 kB Progress (5): 293 kB | 17 kB | 7.7 kB | 65/347 kB | 16/39 kB Progress (5): 293 kB | 17 kB | 7.7 kB | 69/347 kB | 16/39 kB Progress (5): 293 kB | 17 kB | 7.7 kB | 69/347 kB | 20/39 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 28 kB/s) Progress (4): 293 kB | 7.7 kB | 69/347 kB | 24/39 kB Progress (4): 293 kB | 7.7 kB | 73/347 kB | 24/39 kB Progress (4): 293 kB | 7.7 kB | 73/347 kB | 28/39 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): 293 kB | 7.7 kB | 73/347 kB | 32/39 kB Progress (4): 293 kB | 7.7 kB | 77/347 kB | 32/39 kB Progress (4): 293 kB | 7.7 kB | 81/347 kB | 32/39 kB Progress (4): 293 kB | 7.7 kB | 81/347 kB | 36/39 kB Progress (4): 293 kB | 7.7 kB | 81/347 kB | 39 kB Progress (4): 293 kB | 7.7 kB | 85/347 kB | 39 kB Progress (4): 293 kB | 7.7 kB | 90/347 kB | 39 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 464 kB/s) Progress (4): 7.7 kB | 90/347 kB | 39 kB | 4.1/189 kB Progress (4): 7.7 kB | 94/347 kB | 39 kB | 4.1/189 kB Progress (4): 7.7 kB | 94/347 kB | 39 kB | 7.7/189 kB 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 (4): 7.7 kB | 94/347 kB | 39 kB | 12/189 kB Progress (4): 7.7 kB | 98/347 kB | 39 kB | 12/189 kB Progress (4): 7.7 kB | 98/347 kB | 39 kB | 16/189 kB Progress (4): 7.7 kB | 102/347 kB | 39 kB | 16/189 kB Progress (4): 7.7 kB | 102/347 kB | 39 kB | 20/189 kB Progress (4): 7.7 kB | 106/347 kB | 39 kB | 20/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 12 kB/s) Progress (3): 106/347 kB | 39 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 Progress (4): 106/347 kB | 39 kB | 24/189 kB | 4.1/144 kB Progress (4): 110/347 kB | 39 kB | 24/189 kB | 4.1/144 kB Progress (4): 110/347 kB | 39 kB | 24/189 kB | 7.7/144 kB Progress (4): 110/347 kB | 39 kB | 28/189 kB | 7.7/144 kB Progress (4): 110/347 kB | 39 kB | 28/189 kB | 12/144 kB Progress (4): 114/347 kB | 39 kB | 28/189 kB | 12/144 kB Progress (4): 114/347 kB | 39 kB | 28/189 kB | 16/144 kB Progress (4): 114/347 kB | 39 kB | 32/189 kB | 16/144 kB Progress (5): 114/347 kB | 39 kB | 32/189 kB | 16/144 kB | 4.1/90 kB Progress (5): 114/347 kB | 39 kB | 36/189 kB | 16/144 kB | 4.1/90 kB Progress (5): 114/347 kB | 39 kB | 36/189 kB | 20/144 kB | 4.1/90 kB Progress (5): 118/347 kB | 39 kB | 36/189 kB | 20/144 kB | 4.1/90 kB Progress (5): 118/347 kB | 39 kB | 36/189 kB | 24/144 kB | 4.1/90 kB Progress (5): 118/347 kB | 39 kB | 40/189 kB | 24/144 kB | 4.1/90 kB Progress (5): 118/347 kB | 39 kB | 40/189 kB | 24/144 kB | 7.7/90 kB Progress (5): 118/347 kB | 39 kB | 45/189 kB | 24/144 kB | 7.7/90 kB Progress (5): 118/347 kB | 39 kB | 45/189 kB | 28/144 kB | 7.7/90 kB Progress (5): 122/347 kB | 39 kB | 45/189 kB | 28/144 kB | 7.7/90 kB Progress (5): 122/347 kB | 39 kB | 45/189 kB | 32/144 kB | 7.7/90 kB Progress (5): 122/347 kB | 39 kB | 49/189 kB | 32/144 kB | 7.7/90 kB Progress (5): 122/347 kB | 39 kB | 49/189 kB | 32/144 kB | 12/90 kB Progress (5): 126/347 kB | 39 kB | 49/189 kB | 32/144 kB | 12/90 kB Progress (5): 126/347 kB | 39 kB | 49/189 kB | 36/144 kB | 12/90 kB Progress (5): 126/347 kB | 39 kB | 49/189 kB | 36/144 kB | 16/90 kB Progress (5): 126/347 kB | 39 kB | 49/189 kB | 40/144 kB | 16/90 kB Progress (5): 126/347 kB | 39 kB | 53/189 kB | 40/144 kB | 16/90 kB Progress (5): 131/347 kB | 39 kB | 53/189 kB | 40/144 kB | 16/90 kB Progress (5): 131/347 kB | 39 kB | 53/189 kB | 40/144 kB | 20/90 kB Progress (5): 131/347 kB | 39 kB | 57/189 kB | 40/144 kB | 20/90 kB Progress (5): 131/347 kB | 39 kB | 57/189 kB | 45/144 kB | 20/90 kB Progress (5): 135/347 kB | 39 kB | 57/189 kB | 45/144 kB | 20/90 kB Progress (5): 135/347 kB | 39 kB | 61/189 kB | 45/144 kB | 20/90 kB Progress (5): 135/347 kB | 39 kB | 61/189 kB | 45/144 kB | 24/90 kB Progress (5): 135/347 kB | 39 kB | 65/189 kB | 45/144 kB | 24/90 kB Progress (5): 139/347 kB | 39 kB | 65/189 kB | 45/144 kB | 24/90 kB Progress (5): 139/347 kB | 39 kB | 65/189 kB | 49/144 kB | 24/90 kB Progress (5): 139/347 kB | 39 kB | 69/189 kB | 49/144 kB | 24/90 kB Progress (5): 143/347 kB | 39 kB | 69/189 kB | 49/144 kB | 24/90 kB Progress (5): 143/347 kB | 39 kB | 69/189 kB | 49/144 kB | 28/90 kB Progress (5): 147/347 kB | 39 kB | 69/189 kB | 49/144 kB | 28/90 kB Progress (5): 147/347 kB | 39 kB | 73/189 kB | 49/144 kB | 28/90 kB Progress (5): 147/347 kB | 39 kB | 73/189 kB | 53/144 kB | 28/90 kB Progress (5): 147/347 kB | 39 kB | 73/189 kB | 53/144 kB | 32/90 kB Progress (5): 147/347 kB | 39 kB | 73/189 kB | 57/144 kB | 32/90 kB Progress (5): 151/347 kB | 39 kB | 73/189 kB | 57/144 kB | 32/90 kB Progress (5): 151/347 kB | 39 kB | 77/189 kB | 57/144 kB | 32/90 kB Progress (5): 155/347 kB | 39 kB | 77/189 kB | 57/144 kB | 32/90 kB Progress (5): 155/347 kB | 39 kB | 77/189 kB | 57/144 kB | 36/90 kB Progress (5): 155/347 kB | 39 kB | 77/189 kB | 61/144 kB | 36/90 kB Progress (5): 155/347 kB | 39 kB | 77/189 kB | 61/144 kB | 40/90 kB Progress (5): 159/347 kB | 39 kB | 77/189 kB | 61/144 kB | 40/90 kB Progress (5): 159/347 kB | 39 kB | 81/189 kB | 61/144 kB | 40/90 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): 163/347 kB | 81/189 kB | 61/144 kB | 40/90 kB Progress (4): 163/347 kB | 81/189 kB | 61/144 kB | 45/90 kB Progress (4): 163/347 kB | 81/189 kB | 65/144 kB | 45/90 kB Progress (4): 163/347 kB | 81/189 kB | 65/144 kB | 49/90 kB 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 (4): 163/347 kB | 81/189 kB | 69/144 kB | 49/90 kB Progress (4): 163/347 kB | 85/189 kB | 69/144 kB | 49/90 kB Progress (4): 163/347 kB | 85/189 kB | 73/144 kB | 49/90 kB Progress (4): 163/347 kB | 85/189 kB | 73/144 kB | 53/90 kB Progress (4): 167/347 kB | 85/189 kB | 73/144 kB | 53/90 kB Progress (4): 167/347 kB | 85/189 kB | 73/144 kB | 57/90 kB Progress (4): 167/347 kB | 85/189 kB | 77/144 kB | 57/90 kB Progress (4): 167/347 kB | 90/189 kB | 77/144 kB | 57/90 kB Progress (4): 167/347 kB | 90/189 kB | 81/144 kB | 57/90 kB Progress (4): 167/347 kB | 90/189 kB | 81/144 kB | 61/90 kB Progress (4): 171/347 kB | 90/189 kB | 81/144 kB | 61/90 kB Progress (4): 171/347 kB | 90/189 kB | 81/144 kB | 65/90 kB Progress (4): 171/347 kB | 94/189 kB | 81/144 kB | 65/90 kB Progress (4): 171/347 kB | 94/189 kB | 85/144 kB | 65/90 kB Progress (4): 176/347 kB | 94/189 kB | 85/144 kB | 65/90 kB Progress (4): 176/347 kB | 94/189 kB | 85/144 kB | 69/90 kB Progress (4): 176/347 kB | 94/189 kB | 90/144 kB | 69/90 kB Progress (5): 176/347 kB | 94/189 kB | 90/144 kB | 69/90 kB | 4.1/139 kB Progress (5): 176/347 kB | 98/189 kB | 90/144 kB | 69/90 kB | 4.1/139 kB Progress (5): 176/347 kB | 98/189 kB | 90/144 kB | 69/90 kB | 7.7/139 kB Progress (5): 176/347 kB | 98/189 kB | 94/144 kB | 69/90 kB | 7.7/139 kB Progress (5): 176/347 kB | 98/189 kB | 94/144 kB | 73/90 kB | 7.7/139 kB Progress (5): 180/347 kB | 98/189 kB | 94/144 kB | 73/90 kB | 7.7/139 kB Progress (5): 180/347 kB | 98/189 kB | 94/144 kB | 77/90 kB | 7.7/139 kB Progress (5): 180/347 kB | 102/189 kB | 94/144 kB | 77/90 kB | 7.7/139 kB Progress (5): 180/347 kB | 102/189 kB | 98/144 kB | 77/90 kB | 7.7/139 kB Progress (5): 180/347 kB | 102/189 kB | 98/144 kB | 77/90 kB | 12/139 kB Progress (5): 184/347 kB | 102/189 kB | 98/144 kB | 77/90 kB | 12/139 kB Progress (5): 184/347 kB | 106/189 kB | 98/144 kB | 77/90 kB | 12/139 kB Progress (5): 184/347 kB | 106/189 kB | 98/144 kB | 81/90 kB | 12/139 kB Progress (5): 184/347 kB | 110/189 kB | 98/144 kB | 81/90 kB | 12/139 kB Progress (5): 184/347 kB | 110/189 kB | 102/144 kB | 81/90 kB | 12/139 kB Progress (5): 188/347 kB | 110/189 kB | 102/144 kB | 81/90 kB | 12/139 kB Progress (5): 188/347 kB | 110/189 kB | 102/144 kB | 81/90 kB | 16/139 kB Progress (5): 192/347 kB | 110/189 kB | 102/144 kB | 81/90 kB | 16/139 kB Progress (5): 192/347 kB | 110/189 kB | 106/144 kB | 81/90 kB | 16/139 kB Progress (5): 192/347 kB | 110/189 kB | 106/144 kB | 85/90 kB | 16/139 kB Progress (5): 192/347 kB | 114/189 kB | 106/144 kB | 85/90 kB | 16/139 kB Progress (5): 192/347 kB | 114/189 kB | 106/144 kB | 90/90 kB | 16/139 kB Progress (5): 192/347 kB | 114/189 kB | 106/144 kB | 90/90 kB | 20/139 kB Progress (5): 192/347 kB | 114/189 kB | 110/144 kB | 90/90 kB | 20/139 kB Progress (5): 196/347 kB | 114/189 kB | 110/144 kB | 90/90 kB | 20/139 kB Progress (5): 196/347 kB | 114/189 kB | 114/144 kB | 90/90 kB | 20/139 kB Progress (5): 196/347 kB | 118/189 kB | 114/144 kB | 90/90 kB | 20/139 kB Progress (5): 196/347 kB | 118/189 kB | 114/144 kB | 90/90 kB | 24/139 kB Progress (5): 196/347 kB | 118/189 kB | 114/144 kB | 90 kB | 24/139 kB Progress (5): 196/347 kB | 118/189 kB | 118/144 kB | 90 kB | 24/139 kB Progress (5): 196/347 kB | 118/189 kB | 118/144 kB | 90 kB | 28/139 kB Progress (5): 200/347 kB | 118/189 kB | 118/144 kB | 90 kB | 28/139 kB Progress (5): 200/347 kB | 122/189 kB | 118/144 kB | 90 kB | 28/139 kB Progress (5): 204/347 kB | 122/189 kB | 118/144 kB | 90 kB | 28/139 kB Progress (5): 204/347 kB | 122/189 kB | 118/144 kB | 90 kB | 32/139 kB Progress (5): 204/347 kB | 122/189 kB | 122/144 kB | 90 kB | 32/139 kB Progress (5): 208/347 kB | 122/189 kB | 122/144 kB | 90 kB | 32/139 kB Progress (5): 208/347 kB | 126/189 kB | 122/144 kB | 90 kB | 32/139 kB Progress (5): 208/347 kB | 126/189 kB | 122/144 kB | 90 kB | 36/139 kB Progress (5): 212/347 kB | 126/189 kB | 122/144 kB | 90 kB | 36/139 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 123 kB/s) Progress (4): 212/347 kB | 126/189 kB | 126/144 kB | 36/139 kB Progress (4): 217/347 kB | 126/189 kB | 126/144 kB | 36/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): 217/347 kB | 126/189 kB | 126/144 kB | 40/139 kB Progress (4): 217/347 kB | 131/189 kB | 126/144 kB | 40/139 kB Progress (4): 217/347 kB | 131/189 kB | 126/144 kB | 45/139 kB Progress (4): 221/347 kB | 131/189 kB | 126/144 kB | 45/139 kB Progress (4): 221/347 kB | 131/189 kB | 131/144 kB | 45/139 kB Progress (4): 221/347 kB | 135/189 kB | 131/144 kB | 45/139 kB Progress (4): 225/347 kB | 135/189 kB | 131/144 kB | 45/139 kB Progress (4): 225/347 kB | 135/189 kB | 131/144 kB | 49/139 kB Progress (4): 225/347 kB | 135/189 kB | 135/144 kB | 49/139 kB Progress (4): 229/347 kB | 135/189 kB | 135/144 kB | 49/139 kB Progress (4): 229/347 kB | 139/189 kB | 135/144 kB | 49/139 kB Progress (4): 229/347 kB | 139/189 kB | 135/144 kB | 53/139 kB Progress (4): 229/347 kB | 139/189 kB | 139/144 kB | 53/139 kB Progress (5): 229/347 kB | 139/189 kB | 139/144 kB | 53/139 kB | 4.1/457 kB Progress (5): 229/347 kB | 139/189 kB | 143/144 kB | 53/139 kB | 4.1/457 kB Progress (5): 233/347 kB | 139/189 kB | 143/144 kB | 53/139 kB | 4.1/457 kB Progress (5): 233/347 kB | 139/189 kB | 143/144 kB | 57/139 kB | 4.1/457 kB Progress (5): 233/347 kB | 143/189 kB | 143/144 kB | 57/139 kB | 4.1/457 kB Progress (5): 233/347 kB | 143/189 kB | 143/144 kB | 61/139 kB | 4.1/457 kB Progress (5): 237/347 kB | 143/189 kB | 143/144 kB | 61/139 kB | 4.1/457 kB Progress (5): 237/347 kB | 143/189 kB | 144 kB | 61/139 kB | 4.1/457 kB Progress (5): 237/347 kB | 143/189 kB | 144 kB | 61/139 kB | 7.7/457 kB Progress (5): 241/347 kB | 143/189 kB | 144 kB | 61/139 kB | 7.7/457 kB Progress (5): 241/347 kB | 143/189 kB | 144 kB | 65/139 kB | 7.7/457 kB Progress (5): 241/347 kB | 147/189 kB | 144 kB | 65/139 kB | 7.7/457 kB Progress (5): 245/347 kB | 147/189 kB | 144 kB | 65/139 kB | 7.7/457 kB Progress (5): 245/347 kB | 147/189 kB | 144 kB | 65/139 kB | 12/457 kB Progress (5): 245/347 kB | 147/189 kB | 144 kB | 69/139 kB | 12/457 kB Progress (5): 245/347 kB | 151/189 kB | 144 kB | 69/139 kB | 12/457 kB Progress (5): 245/347 kB | 151/189 kB | 144 kB | 69/139 kB | 16/457 kB Progress (5): 245/347 kB | 155/189 kB | 144 kB | 69/139 kB | 16/457 kB Progress (5): 249/347 kB | 155/189 kB | 144 kB | 69/139 kB | 16/457 kB Progress (5): 249/347 kB | 155/189 kB | 144 kB | 73/139 kB | 16/457 kB Progress (5): 249/347 kB | 155/189 kB | 144 kB | 73/139 kB | 20/457 kB Progress (5): 253/347 kB | 155/189 kB | 144 kB | 73/139 kB | 20/457 kB Progress (5): 253/347 kB | 159/189 kB | 144 kB | 73/139 kB | 20/457 kB Progress (5): 258/347 kB | 159/189 kB | 144 kB | 73/139 kB | 20/457 kB Progress (5): 258/347 kB | 159/189 kB | 144 kB | 73/139 kB | 24/457 kB Progress (5): 258/347 kB | 159/189 kB | 144 kB | 77/139 kB | 24/457 kB Progress (5): 258/347 kB | 159/189 kB | 144 kB | 77/139 kB | 28/457 kB Progress (5): 262/347 kB | 159/189 kB | 144 kB | 77/139 kB | 28/457 kB Progress (5): 262/347 kB | 163/189 kB | 144 kB | 77/139 kB | 28/457 kB Progress (5): 262/347 kB | 163/189 kB | 144 kB | 77/139 kB | 32/457 kB Progress (5): 262/347 kB | 163/189 kB | 144 kB | 81/139 kB | 32/457 kB Progress (5): 266/347 kB | 163/189 kB | 144 kB | 81/139 kB | 32/457 kB Progress (5): 266/347 kB | 167/189 kB | 144 kB | 81/139 kB | 32/457 kB Progress (5): 266/347 kB | 171/189 kB | 144 kB | 81/139 kB | 32/457 kB Progress (5): 266/347 kB | 171/189 kB | 144 kB | 81/139 kB | 36/457 kB Progress (5): 270/347 kB | 171/189 kB | 144 kB | 81/139 kB | 36/457 kB Progress (5): 270/347 kB | 171/189 kB | 144 kB | 81/139 kB | 40/457 kB Progress (5): 270/347 kB | 176/189 kB | 144 kB | 81/139 kB | 40/457 kB Progress (5): 270/347 kB | 176/189 kB | 144 kB | 85/139 kB | 40/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 181 kB/s) Progress (4): 270/347 kB | 176/189 kB | 90/139 kB | 40/457 kB Progress (4): 270/347 kB | 180/189 kB | 90/139 kB | 40/457 kB Progress (4): 270/347 kB | 180/189 kB | 90/139 kB | 45/457 kB Progress (4): 274/347 kB | 180/189 kB | 90/139 kB | 45/457 kB Progress (4): 274/347 kB | 184/189 kB | 90/139 kB | 45/457 kB Progress (4): 274/347 kB | 184/189 kB | 90/139 kB | 49/457 kB Progress (4): 274/347 kB | 184/189 kB | 94/139 kB | 49/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): 274/347 kB | 184/189 kB | 98/139 kB | 49/457 kB Progress (4): 274/347 kB | 188/189 kB | 98/139 kB | 49/457 kB Progress (4): 278/347 kB | 188/189 kB | 98/139 kB | 49/457 kB Progress (4): 278/347 kB | 189 kB | 98/139 kB | 49/457 kB Progress (4): 278/347 kB | 189 kB | 102/139 kB | 49/457 kB Progress (4): 278/347 kB | 189 kB | 102/139 kB | 53/457 kB Progress (4): 282/347 kB | 189 kB | 102/139 kB | 53/457 kB Progress (4): 282/347 kB | 189 kB | 106/139 kB | 53/457 kB Progress (4): 286/347 kB | 189 kB | 106/139 kB | 53/457 kB Progress (4): 286/347 kB | 189 kB | 106/139 kB | 57/457 kB Progress (4): 290/347 kB | 189 kB | 106/139 kB | 57/457 kB Progress (5): 290/347 kB | 189 kB | 106/139 kB | 57/457 kB | 4.1/65 kB Progress (5): 290/347 kB | 189 kB | 110/139 kB | 57/457 kB | 4.1/65 kB Progress (5): 290/347 kB | 189 kB | 110/139 kB | 57/457 kB | 7.7/65 kB Progress (5): 294/347 kB | 189 kB | 110/139 kB | 57/457 kB | 7.7/65 kB Progress (5): 294/347 kB | 189 kB | 110/139 kB | 61/457 kB | 7.7/65 kB Progress (5): 294/347 kB | 189 kB | 110/139 kB | 61/457 kB | 12/65 kB Progress (5): 294/347 kB | 189 kB | 114/139 kB | 61/457 kB | 12/65 kB Progress (5): 298/347 kB | 189 kB | 114/139 kB | 61/457 kB | 12/65 kB Progress (5): 298/347 kB | 189 kB | 114/139 kB | 61/457 kB | 16/65 kB Progress (5): 298/347 kB | 189 kB | 114/139 kB | 65/457 kB | 16/65 kB Progress (5): 298/347 kB | 189 kB | 118/139 kB | 65/457 kB | 16/65 kB Progress (5): 303/347 kB | 189 kB | 118/139 kB | 65/457 kB | 16/65 kB Progress (5): 303/347 kB | 189 kB | 118/139 kB | 65/457 kB | 20/65 kB Progress (5): 303/347 kB | 189 kB | 122/139 kB | 65/457 kB | 20/65 kB Progress (5): 303/347 kB | 189 kB | 122/139 kB | 65/457 kB | 24/65 kB Progress (5): 303/347 kB | 189 kB | 122/139 kB | 69/457 kB | 24/65 kB Progress (5): 307/347 kB | 189 kB | 122/139 kB | 69/457 kB | 24/65 kB Progress (5): 307/347 kB | 189 kB | 122/139 kB | 73/457 kB | 24/65 kB Progress (5): 307/347 kB | 189 kB | 122/139 kB | 73/457 kB | 28/65 kB Progress (5): 307/347 kB | 189 kB | 126/139 kB | 73/457 kB | 28/65 kB Progress (5): 307/347 kB | 189 kB | 126/139 kB | 73/457 kB | 32/65 kB Progress (5): 307/347 kB | 189 kB | 126/139 kB | 77/457 kB | 32/65 kB Progress (5): 311/347 kB | 189 kB | 126/139 kB | 77/457 kB | 32/65 kB Progress (5): 311/347 kB | 189 kB | 126/139 kB | 81/457 kB | 32/65 kB Progress (5): 311/347 kB | 189 kB | 131/139 kB | 81/457 kB | 32/65 kB Progress (5): 311/347 kB | 189 kB | 131/139 kB | 81/457 kB | 36/65 kB Progress (5): 315/347 kB | 189 kB | 131/139 kB | 81/457 kB | 36/65 kB Progress (5): 315/347 kB | 189 kB | 135/139 kB | 81/457 kB | 36/65 kB Progress (5): 315/347 kB | 189 kB | 135/139 kB | 81/457 kB | 40/65 kB Progress (5): 315/347 kB | 189 kB | 139/139 kB | 81/457 kB | 40/65 kB Progress (5): 319/347 kB | 189 kB | 139/139 kB | 81/457 kB | 40/65 kB Progress (5): 319/347 kB | 189 kB | 139/139 kB | 85/457 kB | 40/65 kB Progress (5): 323/347 kB | 189 kB | 139/139 kB | 85/457 kB | 40/65 kB Progress (5): 323/347 kB | 189 kB | 139 kB | 85/457 kB | 40/65 kB Progress (5): 323/347 kB | 189 kB | 139 kB | 85/457 kB | 45/65 kB Progress (5): 327/347 kB | 189 kB | 139 kB | 85/457 kB | 45/65 kB Progress (5): 327/347 kB | 189 kB | 139 kB | 90/457 kB | 45/65 kB Progress (5): 327/347 kB | 189 kB | 139 kB | 90/457 kB | 49/65 kB Progress (5): 327/347 kB | 189 kB | 139 kB | 94/457 kB | 49/65 kB Progress (5): 331/347 kB | 189 kB | 139 kB | 94/457 kB | 49/65 kB Progress (5): 331/347 kB | 189 kB | 139 kB | 98/457 kB | 49/65 kB Progress (5): 331/347 kB | 189 kB | 139 kB | 98/457 kB | 53/65 kB Progress (5): 335/347 kB | 189 kB | 139 kB | 98/457 kB | 53/65 kB Progress (5): 335/347 kB | 189 kB | 139 kB | 98/457 kB | 57/65 kB Progress (5): 339/347 kB | 189 kB | 139 kB | 98/457 kB | 57/65 kB Progress (5): 339/347 kB | 189 kB | 139 kB | 98/457 kB | 61/65 kB Progress (5): 339/347 kB | 189 kB | 139 kB | 102/457 kB | 61/65 kB Progress (5): 339/347 kB | 189 kB | 139 kB | 102/457 kB | 65/65 kB Progress (5): 344/347 kB | 189 kB | 139 kB | 102/457 kB | 65/65 kB Progress (5): 344/347 kB | 189 kB | 139 kB | 102/457 kB | 65 kB Progress (5): 344/347 kB | 189 kB | 139 kB | 106/457 kB | 65 kB Progress (5): 347 kB | 189 kB | 139 kB | 106/457 kB | 65 kB Progress (5): 347 kB | 189 kB | 139 kB | 110/457 kB | 65 kB Progress (5): 347 kB | 189 kB | 139 kB | 114/457 kB | 65 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 80 kB/s) Progress (4): 347 kB | 189 kB | 139 kB | 118/457 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): 347 kB | 189 kB | 139 kB | 122/457 kB Progress (4): 347 kB | 189 kB | 139 kB | 126/457 kB Progress (4): 347 kB | 189 kB | 139 kB | 131/457 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 422 kB/s) Progress (4): 189 kB | 139 kB | 131/457 kB | 4.1/26 kB Progress (4): 189 kB | 139 kB | 135/457 kB | 4.1/26 kB Progress (4): 189 kB | 139 kB | 135/457 kB | 7.7/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 Progress (4): 189 kB | 139 kB | 135/457 kB | 12/26 kB Progress (4): 189 kB | 139 kB | 139/457 kB | 12/26 kB Progress (4): 189 kB | 139 kB | 139/457 kB | 16/26 kB Progress (4): 189 kB | 139 kB | 143/457 kB | 16/26 kB Progress (4): 189 kB | 139 kB | 147/457 kB | 16/26 kB Progress (4): 189 kB | 139 kB | 147/457 kB | 20/26 kB Progress (4): 189 kB | 139 kB | 147/457 kB | 24/26 kB Progress (4): 189 kB | 139 kB | 147/457 kB | 26 kB Progress (4): 189 kB | 139 kB | 151/457 kB | 26 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 168 kB/s) Progress (3): 189 kB | 155/457 kB | 26 kB 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): 189 kB | 159/457 kB | 26 kB Progress (3): 189 kB | 163/457 kB | 26 kB 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 32 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.jar Progress (2): 189 kB | 167/457 kB Progress (3): 189 kB | 167/457 kB | 4.1/329 kB Progress (3): 189 kB | 171/457 kB | 4.1/329 kB Progress (3): 189 kB | 171/457 kB | 7.7/329 kB Progress (3): 189 kB | 176/457 kB | 7.7/329 kB Progress (4): 189 kB | 176/457 kB | 7.7/329 kB | 4.1/358 kB Progress (4): 189 kB | 180/457 kB | 7.7/329 kB | 4.1/358 kB Progress (4): 189 kB | 180/457 kB | 12/329 kB | 4.1/358 kB Progress (4): 189 kB | 180/457 kB | 12/329 kB | 7.7/358 kB Progress (4): 189 kB | 180/457 kB | 16/329 kB | 7.7/358 kB Progress (5): 189 kB | 180/457 kB | 16/329 kB | 7.7/358 kB | 4.1/252 kB Progress (5): 189 kB | 180/457 kB | 16/329 kB | 12/358 kB | 4.1/252 kB Progress (5): 189 kB | 180/457 kB | 16/329 kB | 12/358 kB | 7.7/252 kB Progress (5): 189 kB | 184/457 kB | 16/329 kB | 12/358 kB | 7.7/252 kB Progress (5): 189 kB | 184/457 kB | 16/329 kB | 12/358 kB | 12/252 kB Progress (5): 189 kB | 184/457 kB | 20/329 kB | 12/358 kB | 12/252 kB Progress (5): 189 kB | 184/457 kB | 20/329 kB | 16/358 kB | 12/252 kB Progress (5): 189 kB | 184/457 kB | 24/329 kB | 16/358 kB | 12/252 kB Progress (5): 189 kB | 184/457 kB | 24/329 kB | 16/358 kB | 16/252 kB 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 225 kB/s) Progress (4): 188/457 kB | 24/329 kB | 16/358 kB | 16/252 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): 188/457 kB | 24/329 kB | 16/358 kB | 20/252 kB Progress (4): 188/457 kB | 24/329 kB | 20/358 kB | 20/252 kB Progress (4): 188/457 kB | 28/329 kB | 20/358 kB | 20/252 kB Progress (4): 188/457 kB | 28/329 kB | 24/358 kB | 20/252 kB Progress (4): 188/457 kB | 28/329 kB | 24/358 kB | 24/252 kB Progress (4): 192/457 kB | 28/329 kB | 24/358 kB | 24/252 kB Progress (4): 192/457 kB | 28/329 kB | 24/358 kB | 28/252 kB Progress (4): 192/457 kB | 28/329 kB | 28/358 kB | 28/252 kB Progress (4): 192/457 kB | 32/329 kB | 28/358 kB | 28/252 kB Progress (4): 192/457 kB | 32/329 kB | 32/358 kB | 28/252 kB Progress (4): 192/457 kB | 32/329 kB | 32/358 kB | 32/252 kB Progress (4): 196/457 kB | 32/329 kB | 32/358 kB | 32/252 kB Progress (4): 196/457 kB | 36/329 kB | 32/358 kB | 32/252 kB Progress (5): 196/457 kB | 36/329 kB | 32/358 kB | 32/252 kB | 4.1/120 kB Progress (5): 196/457 kB | 40/329 kB | 32/358 kB | 32/252 kB | 4.1/120 kB Progress (5): 196/457 kB | 40/329 kB | 36/358 kB | 32/252 kB | 4.1/120 kB Progress (5): 196/457 kB | 45/329 kB | 36/358 kB | 32/252 kB | 4.1/120 kB Progress (5): 200/457 kB | 45/329 kB | 36/358 kB | 32/252 kB | 4.1/120 kB Progress (5): 200/457 kB | 45/329 kB | 36/358 kB | 32/252 kB | 7.7/120 kB Progress (5): 200/457 kB | 45/329 kB | 36/358 kB | 36/252 kB | 7.7/120 kB Progress (5): 200/457 kB | 45/329 kB | 36/358 kB | 36/252 kB | 12/120 kB Progress (5): 204/457 kB | 45/329 kB | 36/358 kB | 36/252 kB | 12/120 kB Progress (5): 204/457 kB | 49/329 kB | 36/358 kB | 36/252 kB | 12/120 kB Progress (5): 204/457 kB | 49/329 kB | 40/358 kB | 36/252 kB | 12/120 kB Progress (5): 208/457 kB | 49/329 kB | 40/358 kB | 36/252 kB | 12/120 kB Progress (5): 208/457 kB | 49/329 kB | 40/358 kB | 36/252 kB | 16/120 kB Progress (5): 208/457 kB | 49/329 kB | 40/358 kB | 40/252 kB | 16/120 kB Progress (5): 208/457 kB | 53/329 kB | 40/358 kB | 40/252 kB | 16/120 kB Progress (5): 212/457 kB | 53/329 kB | 40/358 kB | 40/252 kB | 16/120 kB Progress (5): 212/457 kB | 53/329 kB | 45/358 kB | 40/252 kB | 16/120 kB Progress (5): 212/457 kB | 53/329 kB | 45/358 kB | 40/252 kB | 20/120 kB Progress (5): 212/457 kB | 57/329 kB | 45/358 kB | 40/252 kB | 20/120 kB Progress (5): 212/457 kB | 57/329 kB | 45/358 kB | 45/252 kB | 20/120 kB Progress (5): 212/457 kB | 61/329 kB | 45/358 kB | 45/252 kB | 20/120 kB Progress (5): 217/457 kB | 61/329 kB | 45/358 kB | 45/252 kB | 20/120 kB Progress (5): 217/457 kB | 61/329 kB | 45/358 kB | 45/252 kB | 24/120 kB Progress (5): 217/457 kB | 61/329 kB | 49/358 kB | 45/252 kB | 24/120 kB Progress (5): 217/457 kB | 61/329 kB | 49/358 kB | 45/252 kB | 28/120 kB Progress (5): 221/457 kB | 61/329 kB | 49/358 kB | 45/252 kB | 28/120 kB Progress (5): 221/457 kB | 65/329 kB | 49/358 kB | 45/252 kB | 28/120 kB Progress (5): 221/457 kB | 65/329 kB | 49/358 kB | 49/252 kB | 28/120 kB Progress (5): 221/457 kB | 65/329 kB | 53/358 kB | 49/252 kB | 28/120 kB Progress (5): 225/457 kB | 65/329 kB | 53/358 kB | 49/252 kB | 28/120 kB Progress (5): 225/457 kB | 65/329 kB | 53/358 kB | 49/252 kB | 32/120 kB Progress (5): 229/457 kB | 65/329 kB | 53/358 kB | 49/252 kB | 32/120 kB Progress (5): 229/457 kB | 65/329 kB | 53/358 kB | 53/252 kB | 32/120 kB Progress (5): 229/457 kB | 65/329 kB | 57/358 kB | 53/252 kB | 32/120 kB Progress (5): 229/457 kB | 69/329 kB | 57/358 kB | 53/252 kB | 32/120 kB Progress (5): 233/457 kB | 69/329 kB | 57/358 kB | 53/252 kB | 32/120 kB Progress (5): 233/457 kB | 69/329 kB | 61/358 kB | 53/252 kB | 32/120 kB Progress (5): 233/457 kB | 69/329 kB | 61/358 kB | 53/252 kB | 36/120 kB Progress (5): 233/457 kB | 69/329 kB | 61/358 kB | 57/252 kB | 36/120 kB Progress (5): 233/457 kB | 69/329 kB | 61/358 kB | 57/252 kB | 40/120 kB Progress (5): 233/457 kB | 69/329 kB | 65/358 kB | 57/252 kB | 40/120 kB Progress (5): 237/457 kB | 69/329 kB | 65/358 kB | 57/252 kB | 40/120 kB Progress (5): 237/457 kB | 73/329 kB | 65/358 kB | 57/252 kB | 40/120 kB Progress (5): 241/457 kB | 73/329 kB | 65/358 kB | 57/252 kB | 40/120 kB Progress (5): 241/457 kB | 73/329 kB | 65/358 kB | 57/252 kB | 45/120 kB Progress (5): 241/457 kB | 73/329 kB | 65/358 kB | 61/252 kB | 45/120 kB Progress (5): 241/457 kB | 73/329 kB | 65/358 kB | 61/252 kB | 49/120 kB Progress (5): 245/457 kB | 73/329 kB | 65/358 kB | 61/252 kB | 49/120 kB Progress (5): 245/457 kB | 73/329 kB | 69/358 kB | 61/252 kB | 49/120 kB Progress (5): 245/457 kB | 77/329 kB | 69/358 kB | 61/252 kB | 49/120 kB Progress (5): 245/457 kB | 77/329 kB | 69/358 kB | 61/252 kB | 53/120 kB Progress (5): 245/457 kB | 77/329 kB | 73/358 kB | 61/252 kB | 53/120 kB Progress (5): 245/457 kB | 77/329 kB | 73/358 kB | 65/252 kB | 53/120 kB Progress (5): 245/457 kB | 77/329 kB | 77/358 kB | 65/252 kB | 53/120 kB Progress (5): 245/457 kB | 77/329 kB | 77/358 kB | 65/252 kB | 57/120 kB Progress (5): 249/457 kB | 77/329 kB | 77/358 kB | 65/252 kB | 57/120 kB Progress (5): 249/457 kB | 81/329 kB | 77/358 kB | 65/252 kB | 57/120 kB Progress (5): 253/457 kB | 81/329 kB | 77/358 kB | 65/252 kB | 57/120 kB Progress (5): 253/457 kB | 81/329 kB | 77/358 kB | 69/252 kB | 57/120 kB Progress (5): 253/457 kB | 81/329 kB | 77/358 kB | 69/252 kB | 61/120 kB Progress (5): 253/457 kB | 81/329 kB | 81/358 kB | 69/252 kB | 61/120 kB Progress (5): 253/457 kB | 81/329 kB | 81/358 kB | 69/252 kB | 65/120 kB Progress (5): 253/457 kB | 85/329 kB | 81/358 kB | 69/252 kB | 65/120 kB Progress (5): 253/457 kB | 85/329 kB | 81/358 kB | 73/252 kB | 65/120 kB Progress (5): 258/457 kB | 85/329 kB | 81/358 kB | 73/252 kB | 65/120 kB Progress (5): 258/457 kB | 85/329 kB | 81/358 kB | 73/252 kB | 69/120 kB Progress (5): 258/457 kB | 85/329 kB | 81/358 kB | 77/252 kB | 69/120 kB Progress (5): 258/457 kB | 85/329 kB | 85/358 kB | 77/252 kB | 69/120 kB Progress (5): 258/457 kB | 90/329 kB | 85/358 kB | 77/252 kB | 69/120 kB Progress (5): 258/457 kB | 90/329 kB | 90/358 kB | 77/252 kB | 69/120 kB Progress (5): 258/457 kB | 90/329 kB | 90/358 kB | 81/252 kB | 69/120 kB Progress (5): 258/457 kB | 90/329 kB | 90/358 kB | 81/252 kB | 73/120 kB Progress (5): 262/457 kB | 90/329 kB | 90/358 kB | 81/252 kB | 73/120 kB Progress (5): 262/457 kB | 90/329 kB | 90/358 kB | 81/252 kB | 77/120 kB Progress (5): 262/457 kB | 90/329 kB | 94/358 kB | 81/252 kB | 77/120 kB Progress (5): 262/457 kB | 94/329 kB | 94/358 kB | 81/252 kB | 77/120 kB Progress (5): 266/457 kB | 94/329 kB | 94/358 kB | 81/252 kB | 77/120 kB Progress (5): 266/457 kB | 94/329 kB | 98/358 kB | 81/252 kB | 77/120 kB Progress (5): 266/457 kB | 94/329 kB | 98/358 kB | 81/252 kB | 81/120 kB Progress (5): 266/457 kB | 94/329 kB | 98/358 kB | 85/252 kB | 81/120 kB Progress (5): 270/457 kB | 94/329 kB | 98/358 kB | 85/252 kB | 81/120 kB Progress (5): 270/457 kB | 94/329 kB | 102/358 kB | 85/252 kB | 81/120 kB Progress (5): 270/457 kB | 98/329 kB | 102/358 kB | 85/252 kB | 81/120 kB Progress (5): 270/457 kB | 98/329 kB | 106/358 kB | 85/252 kB | 81/120 kB Progress (5): 270/457 kB | 98/329 kB | 106/358 kB | 85/252 kB | 85/120 kB Progress (5): 274/457 kB | 98/329 kB | 106/358 kB | 85/252 kB | 85/120 kB Progress (5): 274/457 kB | 98/329 kB | 106/358 kB | 90/252 kB | 85/120 kB Progress (5): 278/457 kB | 98/329 kB | 106/358 kB | 90/252 kB | 85/120 kB Progress (5): 278/457 kB | 102/329 kB | 106/358 kB | 90/252 kB | 85/120 kB Progress (5): 278/457 kB | 102/329 kB | 106/358 kB | 90/252 kB | 90/120 kB Progress (5): 278/457 kB | 102/329 kB | 110/358 kB | 90/252 kB | 90/120 kB Progress (5): 282/457 kB | 102/329 kB | 110/358 kB | 90/252 kB | 90/120 kB Progress (5): 282/457 kB | 102/329 kB | 110/358 kB | 90/252 kB | 94/120 kB Progress (5): 282/457 kB | 106/329 kB | 110/358 kB | 90/252 kB | 94/120 kB Progress (5): 282/457 kB | 106/329 kB | 110/358 kB | 94/252 kB | 94/120 kB Progress (5): 282/457 kB | 106/329 kB | 110/358 kB | 98/252 kB | 94/120 kB Progress (5): 282/457 kB | 110/329 kB | 110/358 kB | 98/252 kB | 94/120 kB Progress (5): 282/457 kB | 110/329 kB | 110/358 kB | 98/252 kB | 98/120 kB Progress (5): 286/457 kB | 110/329 kB | 110/358 kB | 98/252 kB | 98/120 kB Progress (5): 286/457 kB | 110/329 kB | 114/358 kB | 98/252 kB | 98/120 kB Progress (5): 290/457 kB | 110/329 kB | 114/358 kB | 98/252 kB | 98/120 kB Progress (5): 290/457 kB | 110/329 kB | 114/358 kB | 102/252 kB | 98/120 kB Progress (5): 290/457 kB | 114/329 kB | 114/358 kB | 102/252 kB | 98/120 kB Progress (5): 290/457 kB | 114/329 kB | 118/358 kB | 102/252 kB | 98/120 kB Progress (5): 290/457 kB | 114/329 kB | 118/358 kB | 106/252 kB | 98/120 kB Progress (5): 294/457 kB | 114/329 kB | 118/358 kB | 106/252 kB | 98/120 kB Progress (5): 294/457 kB | 114/329 kB | 118/358 kB | 106/252 kB | 102/120 kB Progress (5): 294/457 kB | 118/329 kB | 118/358 kB | 106/252 kB | 102/120 kB Progress (5): 294/457 kB | 118/329 kB | 118/358 kB | 110/252 kB | 102/120 kB Progress (5): 294/457 kB | 118/329 kB | 122/358 kB | 110/252 kB | 102/120 kB Progress (5): 294/457 kB | 118/329 kB | 122/358 kB | 114/252 kB | 102/120 kB Progress (5): 298/457 kB | 118/329 kB | 122/358 kB | 114/252 kB | 102/120 kB Progress (5): 298/457 kB | 122/329 kB | 122/358 kB | 114/252 kB | 102/120 kB Progress (5): 298/457 kB | 122/329 kB | 122/358 kB | 114/252 kB | 106/120 kB Progress (5): 298/457 kB | 122/329 kB | 122/358 kB | 118/252 kB | 106/120 kB Progress (5): 298/457 kB | 126/329 kB | 122/358 kB | 118/252 kB | 106/120 kB Progress (5): 303/457 kB | 126/329 kB | 122/358 kB | 118/252 kB | 106/120 kB Progress (5): 303/457 kB | 126/329 kB | 126/358 kB | 118/252 kB | 106/120 kB Progress (5): 307/457 kB | 126/329 kB | 126/358 kB | 118/252 kB | 106/120 kB Progress (5): 307/457 kB | 131/329 kB | 126/358 kB | 118/252 kB | 106/120 kB Progress (5): 307/457 kB | 131/329 kB | 126/358 kB | 122/252 kB | 106/120 kB Progress (5): 307/457 kB | 131/329 kB | 126/358 kB | 122/252 kB | 110/120 kB Progress (5): 307/457 kB | 131/329 kB | 126/358 kB | 126/252 kB | 110/120 kB Progress (5): 311/457 kB | 131/329 kB | 126/358 kB | 126/252 kB | 110/120 kB Progress (5): 311/457 kB | 131/329 kB | 131/358 kB | 126/252 kB | 110/120 kB Progress (5): 311/457 kB | 131/329 kB | 131/358 kB | 131/252 kB | 110/120 kB Progress (5): 311/457 kB | 135/329 kB | 131/358 kB | 131/252 kB | 110/120 kB Progress (5): 311/457 kB | 135/329 kB | 131/358 kB | 131/252 kB | 114/120 kB Progress (5): 311/457 kB | 135/329 kB | 135/358 kB | 131/252 kB | 114/120 kB Progress (5): 311/457 kB | 139/329 kB | 135/358 kB | 131/252 kB | 114/120 kB Progress (5): 315/457 kB | 139/329 kB | 135/358 kB | 131/252 kB | 114/120 kB Progress (5): 315/457 kB | 143/329 kB | 135/358 kB | 131/252 kB | 114/120 kB Progress (5): 315/457 kB | 143/329 kB | 139/358 kB | 131/252 kB | 114/120 kB Progress (5): 315/457 kB | 143/329 kB | 139/358 kB | 131/252 kB | 118/120 kB Progress (5): 315/457 kB | 143/329 kB | 139/358 kB | 135/252 kB | 118/120 kB Progress (5): 315/457 kB | 143/329 kB | 139/358 kB | 135/252 kB | 120 kB Progress (5): 315/457 kB | 143/329 kB | 143/358 kB | 135/252 kB | 120 kB Progress (5): 315/457 kB | 147/329 kB | 143/358 kB | 135/252 kB | 120 kB Progress (5): 319/457 kB | 147/329 kB | 143/358 kB | 135/252 kB | 120 kB Progress (5): 319/457 kB | 147/329 kB | 147/358 kB | 135/252 kB | 120 kB Progress (5): 319/457 kB | 147/329 kB | 147/358 kB | 139/252 kB | 120 kB Progress (5): 319/457 kB | 151/329 kB | 147/358 kB | 139/252 kB | 120 kB Progress (5): 323/457 kB | 151/329 kB | 147/358 kB | 139/252 kB | 120 kB Progress (5): 323/457 kB | 151/329 kB | 151/358 kB | 139/252 kB | 120 kB Progress (5): 323/457 kB | 155/329 kB | 151/358 kB | 139/252 kB | 120 kB Progress (5): 323/457 kB | 155/329 kB | 151/358 kB | 143/252 kB | 120 kB Progress (5): 323/457 kB | 159/329 kB | 151/358 kB | 143/252 kB | 120 kB Progress (5): 323/457 kB | 159/329 kB | 155/358 kB | 143/252 kB | 120 kB Progress (5): 327/457 kB | 159/329 kB | 155/358 kB | 143/252 kB | 120 kB Progress (5): 327/457 kB | 159/329 kB | 159/358 kB | 143/252 kB | 120 kB Progress (5): 327/457 kB | 163/329 kB | 159/358 kB | 143/252 kB | 120 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 126 kB/s) Progress (4): 327/457 kB | 163/329 kB | 159/358 kB | 147/252 kB Progress (4): 327/457 kB | 167/329 kB | 159/358 kB | 147/252 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 (4): 331/457 kB | 167/329 kB | 159/358 kB | 147/252 kB Progress (4): 331/457 kB | 167/329 kB | 163/358 kB | 147/252 kB Progress (4): 335/457 kB | 167/329 kB | 163/358 kB | 147/252 kB Progress (4): 335/457 kB | 167/329 kB | 163/358 kB | 151/252 kB Progress (4): 335/457 kB | 171/329 kB | 163/358 kB | 151/252 kB Progress (4): 335/457 kB | 171/329 kB | 167/358 kB | 151/252 kB Progress (4): 335/457 kB | 171/329 kB | 167/358 kB | 155/252 kB Progress (4): 339/457 kB | 171/329 kB | 167/358 kB | 155/252 kB Progress (4): 339/457 kB | 171/329 kB | 167/358 kB | 159/252 kB Progress (4): 339/457 kB | 171/329 kB | 171/358 kB | 159/252 kB Progress (4): 339/457 kB | 176/329 kB | 171/358 kB | 159/252 kB Progress (4): 339/457 kB | 176/329 kB | 176/358 kB | 159/252 kB Progress (4): 339/457 kB | 176/329 kB | 180/358 kB | 159/252 kB Progress (5): 339/457 kB | 176/329 kB | 180/358 kB | 159/252 kB | 4.1/575 kB Progress (5): 339/457 kB | 176/329 kB | 180/358 kB | 163/252 kB | 4.1/575 kB Progress (5): 344/457 kB | 176/329 kB | 180/358 kB | 163/252 kB | 4.1/575 kB Progress (5): 344/457 kB | 176/329 kB | 184/358 kB | 163/252 kB | 4.1/575 kB Progress (5): 344/457 kB | 176/329 kB | 184/358 kB | 163/252 kB | 7.7/575 kB Progress (5): 344/457 kB | 180/329 kB | 184/358 kB | 163/252 kB | 7.7/575 kB Progress (5): 348/457 kB | 180/329 kB | 184/358 kB | 163/252 kB | 7.7/575 kB Progress (5): 348/457 kB | 180/329 kB | 184/358 kB | 163/252 kB | 12/575 kB Progress (5): 348/457 kB | 180/329 kB | 188/358 kB | 163/252 kB | 12/575 kB Progress (5): 348/457 kB | 180/329 kB | 188/358 kB | 167/252 kB | 12/575 kB Progress (5): 348/457 kB | 180/329 kB | 192/358 kB | 167/252 kB | 12/575 kB Progress (5): 348/457 kB | 184/329 kB | 192/358 kB | 167/252 kB | 12/575 kB Progress (5): 348/457 kB | 184/329 kB | 192/358 kB | 167/252 kB | 16/575 kB Progress (5): 352/457 kB | 184/329 kB | 192/358 kB | 167/252 kB | 16/575 kB Progress (5): 352/457 kB | 188/329 kB | 192/358 kB | 167/252 kB | 16/575 kB Progress (5): 352/457 kB | 188/329 kB | 196/358 kB | 167/252 kB | 16/575 kB Progress (5): 352/457 kB | 188/329 kB | 196/358 kB | 171/252 kB | 16/575 kB Progress (5): 352/457 kB | 188/329 kB | 196/358 kB | 171/252 kB | 20/575 kB Progress (5): 352/457 kB | 192/329 kB | 196/358 kB | 171/252 kB | 20/575 kB Progress (5): 356/457 kB | 192/329 kB | 196/358 kB | 171/252 kB | 20/575 kB Progress (5): 356/457 kB | 196/329 kB | 196/358 kB | 171/252 kB | 20/575 kB Progress (5): 356/457 kB | 196/329 kB | 200/358 kB | 171/252 kB | 20/575 kB Progress (5): 356/457 kB | 196/329 kB | 200/358 kB | 171/252 kB | 24/575 kB Progress (5): 356/457 kB | 196/329 kB | 200/358 kB | 176/252 kB | 24/575 kB Progress (5): 356/457 kB | 200/329 kB | 200/358 kB | 176/252 kB | 24/575 kB Progress (5): 356/457 kB | 200/329 kB | 200/358 kB | 176/252 kB | 28/575 kB Progress (5): 356/457 kB | 200/329 kB | 204/358 kB | 176/252 kB | 28/575 kB Progress (5): 360/457 kB | 200/329 kB | 204/358 kB | 176/252 kB | 28/575 kB Progress (5): 360/457 kB | 200/329 kB | 208/358 kB | 176/252 kB | 28/575 kB Progress (5): 360/457 kB | 200/329 kB | 208/358 kB | 176/252 kB | 32/575 kB Progress (5): 360/457 kB | 204/329 kB | 208/358 kB | 176/252 kB | 32/575 kB Progress (5): 360/457 kB | 204/329 kB | 208/358 kB | 180/252 kB | 32/575 kB Progress (5): 360/457 kB | 208/329 kB | 208/358 kB | 180/252 kB | 32/575 kB Progress (5): 364/457 kB | 208/329 kB | 208/358 kB | 180/252 kB | 32/575 kB Progress (5): 364/457 kB | 208/329 kB | 212/358 kB | 180/252 kB | 32/575 kB Progress (5): 364/457 kB | 208/329 kB | 212/358 kB | 184/252 kB | 32/575 kB Progress (5): 368/457 kB | 208/329 kB | 212/358 kB | 184/252 kB | 32/575 kB Progress (5): 368/457 kB | 212/329 kB | 212/358 kB | 184/252 kB | 32/575 kB Progress (5): 368/457 kB | 212/329 kB | 212/358 kB | 184/252 kB | 36/575 kB Progress (5): 368/457 kB | 212/329 kB | 217/358 kB | 184/252 kB | 36/575 kB Progress (5): 372/457 kB | 212/329 kB | 217/358 kB | 184/252 kB | 36/575 kB Progress (5): 372/457 kB | 212/329 kB | 217/358 kB | 188/252 kB | 36/575 kB Progress (5): 376/457 kB | 212/329 kB | 217/358 kB | 188/252 kB | 36/575 kB Progress (5): 376/457 kB | 217/329 kB | 217/358 kB | 188/252 kB | 36/575 kB Progress (5): 376/457 kB | 217/329 kB | 221/358 kB | 188/252 kB | 36/575 kB Progress (5): 376/457 kB | 217/329 kB | 221/358 kB | 188/252 kB | 40/575 kB Progress (5): 380/457 kB | 217/329 kB | 221/358 kB | 188/252 kB | 40/575 kB Progress (5): 380/457 kB | 217/329 kB | 225/358 kB | 188/252 kB | 40/575 kB Progress (5): 380/457 kB | 221/329 kB | 225/358 kB | 188/252 kB | 40/575 kB Progress (5): 380/457 kB | 221/329 kB | 225/358 kB | 192/252 kB | 40/575 kB Progress (5): 380/457 kB | 225/329 kB | 225/358 kB | 192/252 kB | 40/575 kB Progress (5): 380/457 kB | 225/329 kB | 229/358 kB | 192/252 kB | 40/575 kB Progress (5): 384/457 kB | 225/329 kB | 229/358 kB | 192/252 kB | 40/575 kB Progress (5): 384/457 kB | 225/329 kB | 229/358 kB | 192/252 kB | 45/575 kB Progress (5): 389/457 kB | 225/329 kB | 229/358 kB | 192/252 kB | 45/575 kB Progress (5): 389/457 kB | 229/329 kB | 229/358 kB | 192/252 kB | 45/575 kB Progress (5): 389/457 kB | 229/329 kB | 229/358 kB | 196/252 kB | 45/575 kB Progress (5): 393/457 kB | 229/329 kB | 229/358 kB | 196/252 kB | 45/575 kB Progress (5): 393/457 kB | 229/329 kB | 233/358 kB | 196/252 kB | 45/575 kB Progress (5): 393/457 kB | 229/329 kB | 233/358 kB | 196/252 kB | 49/575 kB Progress (5): 393/457 kB | 229/329 kB | 233/358 kB | 200/252 kB | 49/575 kB Progress (5): 393/457 kB | 229/329 kB | 237/358 kB | 200/252 kB | 49/575 kB Progress (5): 393/457 kB | 233/329 kB | 237/358 kB | 200/252 kB | 49/575 kB Progress (5): 393/457 kB | 233/329 kB | 237/358 kB | 200/252 kB | 53/575 kB Progress (5): 393/457 kB | 233/329 kB | 241/358 kB | 200/252 kB | 53/575 kB Progress (5): 393/457 kB | 233/329 kB | 241/358 kB | 204/252 kB | 53/575 kB Progress (5): 397/457 kB | 233/329 kB | 241/358 kB | 204/252 kB | 53/575 kB Progress (5): 397/457 kB | 233/329 kB | 241/358 kB | 208/252 kB | 53/575 kB Progress (5): 397/457 kB | 233/329 kB | 245/358 kB | 208/252 kB | 53/575 kB Progress (5): 397/457 kB | 233/329 kB | 245/358 kB | 208/252 kB | 57/575 kB Progress (5): 397/457 kB | 237/329 kB | 245/358 kB | 208/252 kB | 57/575 kB Progress (5): 397/457 kB | 237/329 kB | 245/358 kB | 208/252 kB | 61/575 kB Progress (5): 397/457 kB | 237/329 kB | 245/358 kB | 212/252 kB | 61/575 kB Progress (5): 401/457 kB | 237/329 kB | 245/358 kB | 212/252 kB | 61/575 kB Progress (5): 401/457 kB | 237/329 kB | 245/358 kB | 212/252 kB | 65/575 kB Progress (5): 401/457 kB | 237/329 kB | 249/358 kB | 212/252 kB | 65/575 kB Progress (5): 401/457 kB | 241/329 kB | 249/358 kB | 212/252 kB | 65/575 kB Progress (5): 401/457 kB | 241/329 kB | 253/358 kB | 212/252 kB | 65/575 kB Progress (5): 401/457 kB | 241/329 kB | 253/358 kB | 217/252 kB | 65/575 kB Progress (5): 405/457 kB | 241/329 kB | 253/358 kB | 217/252 kB | 65/575 kB Progress (5): 405/457 kB | 241/329 kB | 253/358 kB | 221/252 kB | 65/575 kB Progress (5): 405/457 kB | 241/329 kB | 258/358 kB | 221/252 kB | 65/575 kB Progress (5): 405/457 kB | 241/329 kB | 258/358 kB | 221/252 kB | 69/575 kB Progress (5): 405/457 kB | 245/329 kB | 258/358 kB | 221/252 kB | 69/575 kB Progress (5): 405/457 kB | 245/329 kB | 258/358 kB | 221/252 kB | 73/575 kB Progress (5): 405/457 kB | 245/329 kB | 262/358 kB | 221/252 kB | 73/575 kB Progress (5): 405/457 kB | 245/329 kB | 262/358 kB | 225/252 kB | 73/575 kB Progress (5): 409/457 kB | 245/329 kB | 262/358 kB | 225/252 kB | 73/575 kB Progress (5): 409/457 kB | 245/329 kB | 262/358 kB | 229/252 kB | 73/575 kB Progress (5): 409/457 kB | 249/329 kB | 262/358 kB | 229/252 kB | 73/575 kB Progress (5): 409/457 kB | 249/329 kB | 262/358 kB | 229/252 kB | 77/575 kB Progress (5): 413/457 kB | 249/329 kB | 262/358 kB | 229/252 kB | 77/575 kB Progress (5): 413/457 kB | 253/329 kB | 262/358 kB | 229/252 kB | 77/575 kB Progress (5): 413/457 kB | 253/329 kB | 266/358 kB | 229/252 kB | 77/575 kB Progress (5): 413/457 kB | 258/329 kB | 266/358 kB | 229/252 kB | 77/575 kB Progress (5): 417/457 kB | 258/329 kB | 266/358 kB | 229/252 kB | 77/575 kB Progress (5): 417/457 kB | 258/329 kB | 266/358 kB | 233/252 kB | 77/575 kB Progress (5): 417/457 kB | 258/329 kB | 266/358 kB | 233/252 kB | 81/575 kB Progress (5): 417/457 kB | 258/329 kB | 266/358 kB | 237/252 kB | 81/575 kB Progress (5): 421/457 kB | 258/329 kB | 266/358 kB | 237/252 kB | 81/575 kB Progress (5): 421/457 kB | 262/329 kB | 266/358 kB | 237/252 kB | 81/575 kB Progress (5): 421/457 kB | 262/329 kB | 270/358 kB | 237/252 kB | 81/575 kB Progress (5): 421/457 kB | 262/329 kB | 270/358 kB | 237/252 kB | 85/575 kB Progress (5): 425/457 kB | 262/329 kB | 270/358 kB | 237/252 kB | 85/575 kB Progress (5): 425/457 kB | 262/329 kB | 270/358 kB | 241/252 kB | 85/575 kB Progress (5): 425/457 kB | 266/329 kB | 270/358 kB | 241/252 kB | 85/575 kB Progress (5): 425/457 kB | 266/329 kB | 270/358 kB | 241/252 kB | 90/575 kB Progress (5): 425/457 kB | 266/329 kB | 274/358 kB | 241/252 kB | 90/575 kB Progress (5): 425/457 kB | 266/329 kB | 274/358 kB | 241/252 kB | 94/575 kB Progress (5): 430/457 kB | 266/329 kB | 274/358 kB | 241/252 kB | 94/575 kB Progress (5): 430/457 kB | 270/329 kB | 274/358 kB | 241/252 kB | 94/575 kB Progress (5): 430/457 kB | 270/329 kB | 274/358 kB | 245/252 kB | 94/575 kB Progress (5): 430/457 kB | 274/329 kB | 274/358 kB | 245/252 kB | 94/575 kB Progress (5): 434/457 kB | 274/329 kB | 274/358 kB | 245/252 kB | 94/575 kB Progress (5): 434/457 kB | 274/329 kB | 274/358 kB | 245/252 kB | 98/575 kB Progress (5): 434/457 kB | 274/329 kB | 278/358 kB | 245/252 kB | 98/575 kB Progress (5): 438/457 kB | 274/329 kB | 278/358 kB | 245/252 kB | 98/575 kB Progress (5): 438/457 kB | 278/329 kB | 278/358 kB | 245/252 kB | 98/575 kB Progress (5): 438/457 kB | 278/329 kB | 278/358 kB | 249/252 kB | 98/575 kB Progress (5): 442/457 kB | 278/329 kB | 278/358 kB | 249/252 kB | 98/575 kB Progress (5): 442/457 kB | 278/329 kB | 278/358 kB | 249/252 kB | 102/575 kB Progress (5): 442/457 kB | 278/329 kB | 278/358 kB | 252 kB | 102/575 kB Progress (5): 442/457 kB | 278/329 kB | 278/358 kB | 252 kB | 106/575 kB Progress (5): 442/457 kB | 282/329 kB | 278/358 kB | 252 kB | 106/575 kB Progress (5): 442/457 kB | 282/329 kB | 282/358 kB | 252 kB | 106/575 kB Progress (5): 442/457 kB | 286/329 kB | 282/358 kB | 252 kB | 106/575 kB Progress (5): 442/457 kB | 286/329 kB | 282/358 kB | 252 kB | 110/575 kB Progress (5): 446/457 kB | 286/329 kB | 282/358 kB | 252 kB | 110/575 kB Progress (5): 446/457 kB | 286/329 kB | 282/358 kB | 252 kB | 114/575 kB Progress (5): 446/457 kB | 290/329 kB | 282/358 kB | 252 kB | 114/575 kB Progress (5): 446/457 kB | 290/329 kB | 286/358 kB | 252 kB | 114/575 kB Progress (5): 446/457 kB | 294/329 kB | 286/358 kB | 252 kB | 114/575 kB Progress (5): 450/457 kB | 294/329 kB | 286/358 kB | 252 kB | 114/575 kB Progress (5): 450/457 kB | 294/329 kB | 286/358 kB | 252 kB | 118/575 kB Progress (5): 450/457 kB | 294/329 kB | 290/358 kB | 252 kB | 118/575 kB Progress (5): 450/457 kB | 298/329 kB | 290/358 kB | 252 kB | 118/575 kB Progress (5): 450/457 kB | 298/329 kB | 290/358 kB | 252 kB | 122/575 kB Progress (5): 454/457 kB | 298/329 kB | 290/358 kB | 252 kB | 122/575 kB Progress (5): 454/457 kB | 298/329 kB | 290/358 kB | 252 kB | 126/575 kB Progress (5): 454/457 kB | 303/329 kB | 290/358 kB | 252 kB | 126/575 kB Progress (5): 454/457 kB | 307/329 kB | 290/358 kB | 252 kB | 126/575 kB Progress (5): 454/457 kB | 311/329 kB | 290/358 kB | 252 kB | 126/575 kB Progress (5): 454/457 kB | 311/329 kB | 294/358 kB | 252 kB | 126/575 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 230 kB/s) Progress (4): 454/457 kB | 311/329 kB | 298/358 kB | 126/575 kB Progress (4): 454/457 kB | 311/329 kB | 298/358 kB | 131/575 kB Progress (4): 457 kB | 311/329 kB | 298/358 kB | 131/575 kB Progress (4): 457 kB | 311/329 kB | 303/358 kB | 131/575 kB 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 Progress (4): 457 kB | 315/329 kB | 303/358 kB | 131/575 kB Progress (4): 457 kB | 315/329 kB | 303/358 kB | 135/575 kB Progress (4): 457 kB | 315/329 kB | 307/358 kB | 135/575 kB Progress (4): 457 kB | 315/329 kB | 307/358 kB | 139/575 kB Progress (4): 457 kB | 319/329 kB | 307/358 kB | 139/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 417 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.jar Progress (3): 319/329 kB | 307/358 kB | 143/575 kB Progress (3): 319/329 kB | 311/358 kB | 143/575 kB Progress (3): 319/329 kB | 311/358 kB | 147/575 kB Progress (3): 323/329 kB | 311/358 kB | 147/575 kB Progress (3): 327/329 kB | 311/358 kB | 147/575 kB Progress (3): 329 kB | 311/358 kB | 147/575 kB Progress (3): 329 kB | 315/358 kB | 147/575 kB Progress (3): 329 kB | 315/358 kB | 151/575 kB Progress (3): 329 kB | 319/358 kB | 151/575 kB Progress (3): 329 kB | 319/358 kB | 155/575 kB Progress (3): 329 kB | 323/358 kB | 155/575 kB Progress (3): 329 kB | 323/358 kB | 159/575 kB Progress (3): 329 kB | 327/358 kB | 159/575 kB Progress (3): 329 kB | 327/358 kB | 163/575 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 298 kB/s) Progress (2): 327/358 kB | 167/575 kB Progress (2): 331/358 kB | 167/575 kB Progress (2): 331/358 kB | 171/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): 331/358 kB | 176/575 kB Progress (2): 335/358 kB | 176/575 kB Progress (2): 335/358 kB | 180/575 kB Progress (2): 339/358 kB | 180/575 kB Progress (2): 344/358 kB | 180/575 kB Progress (2): 344/358 kB | 184/575 kB Progress (2): 344/358 kB | 188/575 kB Progress (2): 348/358 kB | 188/575 kB Progress (2): 348/358 kB | 192/575 kB Progress (2): 352/358 kB | 192/575 kB Progress (2): 352/358 kB | 196/575 kB Progress (2): 356/358 kB | 196/575 kB Progress (3): 356/358 kB | 196/575 kB | 4.1/50 kB Progress (3): 358 kB | 196/575 kB | 4.1/50 kB Progress (3): 358 kB | 196/575 kB | 7.7/50 kB Progress (3): 358 kB | 200/575 kB | 7.7/50 kB Progress (3): 358 kB | 200/575 kB | 12/50 kB Progress (3): 358 kB | 204/575 kB | 12/50 kB Progress (3): 358 kB | 204/575 kB | 16/50 kB Progress (3): 358 kB | 208/575 kB | 16/50 kB Progress (3): 358 kB | 212/575 kB | 16/50 kB 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 322 kB/s) Progress (2): 217/575 kB | 16/50 kB Progress (2): 217/575 kB | 20/50 kB Progress (2): 221/575 kB | 20/50 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): 221/575 kB | 20/50 kB | 4.1/231 kB Progress (3): 225/575 kB | 20/50 kB | 4.1/231 kB Progress (3): 225/575 kB | 24/50 kB | 4.1/231 kB Progress (3): 229/575 kB | 24/50 kB | 4.1/231 kB Progress (3): 229/575 kB | 24/50 kB | 7.7/231 kB Progress (3): 229/575 kB | 28/50 kB | 7.7/231 kB Progress (3): 229/575 kB | 28/50 kB | 12/231 kB Progress (3): 229/575 kB | 32/50 kB | 12/231 kB Progress (3): 233/575 kB | 32/50 kB | 12/231 kB Progress (3): 233/575 kB | 32/50 kB | 16/231 kB Progress (4): 233/575 kB | 32/50 kB | 16/231 kB | 4.1/148 kB Progress (4): 237/575 kB | 32/50 kB | 16/231 kB | 4.1/148 kB Progress (4): 237/575 kB | 32/50 kB | 16/231 kB | 7.7/148 kB Progress (4): 237/575 kB | 36/50 kB | 16/231 kB | 7.7/148 kB Progress (4): 241/575 kB | 36/50 kB | 16/231 kB | 7.7/148 kB Progress (4): 241/575 kB | 40/50 kB | 16/231 kB | 7.7/148 kB Progress (4): 241/575 kB | 40/50 kB | 16/231 kB | 12/148 kB Progress (4): 241/575 kB | 40/50 kB | 20/231 kB | 12/148 kB Progress (4): 241/575 kB | 40/50 kB | 20/231 kB | 16/148 kB Progress (4): 241/575 kB | 45/50 kB | 20/231 kB | 16/148 kB Progress (5): 241/575 kB | 45/50 kB | 20/231 kB | 16/148 kB | 4.1/247 kB Progress (5): 245/575 kB | 45/50 kB | 20/231 kB | 16/148 kB | 4.1/247 kB Progress (5): 245/575 kB | 45/50 kB | 20/231 kB | 16/148 kB | 7.7/247 kB Progress (5): 245/575 kB | 49/50 kB | 20/231 kB | 16/148 kB | 7.7/247 kB Progress (5): 245/575 kB | 49/50 kB | 24/231 kB | 16/148 kB | 7.7/247 kB Progress (5): 245/575 kB | 50 kB | 24/231 kB | 16/148 kB | 7.7/247 kB Progress (5): 245/575 kB | 50 kB | 24/231 kB | 16/148 kB | 12/247 kB Progress (5): 245/575 kB | 50 kB | 24/231 kB | 20/148 kB | 12/247 kB Progress (5): 245/575 kB | 50 kB | 24/231 kB | 20/148 kB | 16/247 kB Progress (5): 245/575 kB | 50 kB | 28/231 kB | 20/148 kB | 16/247 kB Progress (5): 249/575 kB | 50 kB | 28/231 kB | 20/148 kB | 16/247 kB Progress (5): 249/575 kB | 50 kB | 32/231 kB | 20/148 kB | 16/247 kB Progress (5): 249/575 kB | 50 kB | 32/231 kB | 24/148 kB | 16/247 kB Progress (5): 249/575 kB | 50 kB | 32/231 kB | 24/148 kB | 20/247 kB Progress (5): 253/575 kB | 50 kB | 32/231 kB | 24/148 kB | 20/247 kB Progress (5): 253/575 kB | 50 kB | 32/231 kB | 24/148 kB | 24/247 kB Progress (5): 253/575 kB | 50 kB | 32/231 kB | 28/148 kB | 24/247 kB Progress (5): 253/575 kB | 50 kB | 32/231 kB | 28/148 kB | 28/247 kB Progress (5): 258/575 kB | 50 kB | 32/231 kB | 28/148 kB | 28/247 kB Progress (5): 258/575 kB | 50 kB | 36/231 kB | 28/148 kB | 28/247 kB Progress (5): 262/575 kB | 50 kB | 36/231 kB | 28/148 kB | 28/247 kB Progress (5): 262/575 kB | 50 kB | 36/231 kB | 28/148 kB | 32/247 kB Progress (5): 262/575 kB | 50 kB | 36/231 kB | 32/148 kB | 32/247 kB Progress (5): 262/575 kB | 50 kB | 40/231 kB | 32/148 kB | 32/247 kB Progress (5): 262/575 kB | 50 kB | 45/231 kB | 32/148 kB | 32/247 kB Progress (5): 262/575 kB | 50 kB | 45/231 kB | 32/148 kB | 36/247 kB Progress (5): 262/575 kB | 50 kB | 49/231 kB | 32/148 kB | 36/247 kB Progress (5): 266/575 kB | 50 kB | 49/231 kB | 32/148 kB | 36/247 kB Progress (5): 266/575 kB | 50 kB | 49/231 kB | 36/148 kB | 36/247 kB Progress (5): 266/575 kB | 50 kB | 49/231 kB | 36/148 kB | 40/247 kB Progress (5): 266/575 kB | 50 kB | 53/231 kB | 36/148 kB | 40/247 kB Progress (5): 266/575 kB | 50 kB | 53/231 kB | 40/148 kB | 40/247 kB Progress (5): 270/575 kB | 50 kB | 53/231 kB | 40/148 kB | 40/247 kB Progress (5): 270/575 kB | 50 kB | 53/231 kB | 45/148 kB | 40/247 kB Progress (5): 270/575 kB | 50 kB | 57/231 kB | 45/148 kB | 40/247 kB Progress (5): 270/575 kB | 50 kB | 57/231 kB | 45/148 kB | 45/247 kB Progress (5): 270/575 kB | 50 kB | 61/231 kB | 45/148 kB | 45/247 kB Progress (5): 270/575 kB | 50 kB | 61/231 kB | 49/148 kB | 45/247 kB Progress (5): 274/575 kB | 50 kB | 61/231 kB | 49/148 kB | 45/247 kB Progress (5): 274/575 kB | 50 kB | 65/231 kB | 49/148 kB | 45/247 kB Progress (5): 274/575 kB | 50 kB | 65/231 kB | 49/148 kB | 49/247 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 44 kB/s) Progress (4): 274/575 kB | 69/231 kB | 49/148 kB | 49/247 kB Progress (4): 274/575 kB | 69/231 kB | 53/148 kB | 49/247 kB Progress (4): 278/575 kB | 69/231 kB | 53/148 kB | 49/247 kB Progress (4): 278/575 kB | 69/231 kB | 57/148 kB | 49/247 kB Progress (4): 278/575 kB | 73/231 kB | 57/148 kB | 49/247 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 (4): 278/575 kB | 73/231 kB | 57/148 kB | 53/247 kB Progress (4): 282/575 kB | 73/231 kB | 57/148 kB | 53/247 kB Progress (4): 282/575 kB | 77/231 kB | 57/148 kB | 53/247 kB Progress (4): 282/575 kB | 77/231 kB | 61/148 kB | 53/247 kB Progress (4): 282/575 kB | 81/231 kB | 61/148 kB | 53/247 kB Progress (4): 286/575 kB | 81/231 kB | 61/148 kB | 53/247 kB Progress (4): 286/575 kB | 81/231 kB | 61/148 kB | 57/247 kB Progress (4): 290/575 kB | 81/231 kB | 61/148 kB | 57/247 kB Progress (4): 290/575 kB | 81/231 kB | 65/148 kB | 57/247 kB Progress (4): 294/575 kB | 81/231 kB | 65/148 kB | 57/247 kB Progress (4): 294/575 kB | 85/231 kB | 65/148 kB | 57/247 kB Progress (4): 294/575 kB | 85/231 kB | 65/148 kB | 61/247 kB Progress (4): 294/575 kB | 90/231 kB | 65/148 kB | 61/247 kB Progress (4): 294/575 kB | 90/231 kB | 65/148 kB | 65/247 kB Progress (4): 294/575 kB | 90/231 kB | 69/148 kB | 65/247 kB Progress (4): 294/575 kB | 94/231 kB | 69/148 kB | 65/247 kB Progress (4): 294/575 kB | 94/231 kB | 73/148 kB | 65/247 kB Progress (4): 298/575 kB | 94/231 kB | 73/148 kB | 65/247 kB Progress (4): 298/575 kB | 94/231 kB | 77/148 kB | 65/247 kB Progress (4): 298/575 kB | 94/231 kB | 77/148 kB | 69/247 kB Progress (4): 298/575 kB | 98/231 kB | 77/148 kB | 69/247 kB Progress (4): 298/575 kB | 98/231 kB | 77/148 kB | 73/247 kB Progress (4): 298/575 kB | 98/231 kB | 81/148 kB | 73/247 kB Progress (4): 303/575 kB | 98/231 kB | 81/148 kB | 73/247 kB Progress (4): 307/575 kB | 98/231 kB | 81/148 kB | 73/247 kB Progress (4): 311/575 kB | 98/231 kB | 81/148 kB | 73/247 kB Progress (5): 311/575 kB | 98/231 kB | 81/148 kB | 73/247 kB | 4.1/640 kB Progress (5): 311/575 kB | 98/231 kB | 81/148 kB | 73/247 kB | 7.7/640 kB Progress (5): 311/575 kB | 102/231 kB | 81/148 kB | 73/247 kB | 7.7/640 kB Progress (5): 311/575 kB | 102/231 kB | 81/148 kB | 77/247 kB | 7.7/640 kB Progress (5): 311/575 kB | 106/231 kB | 81/148 kB | 77/247 kB | 7.7/640 kB Progress (5): 311/575 kB | 106/231 kB | 81/148 kB | 77/247 kB | 12/640 kB Progress (5): 315/575 kB | 106/231 kB | 81/148 kB | 77/247 kB | 12/640 kB Progress (5): 315/575 kB | 106/231 kB | 85/148 kB | 77/247 kB | 12/640 kB Progress (5): 319/575 kB | 106/231 kB | 85/148 kB | 77/247 kB | 12/640 kB Progress (5): 319/575 kB | 106/231 kB | 85/148 kB | 77/247 kB | 16/640 kB Progress (5): 319/575 kB | 110/231 kB | 85/148 kB | 77/247 kB | 16/640 kB Progress (5): 319/575 kB | 110/231 kB | 85/148 kB | 81/247 kB | 16/640 kB Progress (5): 319/575 kB | 114/231 kB | 85/148 kB | 81/247 kB | 16/640 kB Progress (5): 323/575 kB | 114/231 kB | 85/148 kB | 81/247 kB | 16/640 kB Progress (5): 323/575 kB | 114/231 kB | 90/148 kB | 81/247 kB | 16/640 kB Progress (5): 327/575 kB | 114/231 kB | 90/148 kB | 81/247 kB | 16/640 kB Progress (5): 327/575 kB | 114/231 kB | 90/148 kB | 85/247 kB | 16/640 kB Progress (5): 327/575 kB | 118/231 kB | 90/148 kB | 85/247 kB | 16/640 kB Progress (5): 327/575 kB | 118/231 kB | 90/148 kB | 85/247 kB | 20/640 kB Progress (5): 327/575 kB | 122/231 kB | 90/148 kB | 85/247 kB | 20/640 kB Progress (5): 331/575 kB | 122/231 kB | 90/148 kB | 85/247 kB | 20/640 kB Progress (5): 331/575 kB | 122/231 kB | 90/148 kB | 90/247 kB | 20/640 kB Progress (5): 331/575 kB | 122/231 kB | 94/148 kB | 90/247 kB | 20/640 kB Progress (5): 331/575 kB | 122/231 kB | 94/148 kB | 94/247 kB | 20/640 kB Progress (5): 335/575 kB | 122/231 kB | 94/148 kB | 94/247 kB | 20/640 kB Progress (5): 335/575 kB | 126/231 kB | 94/148 kB | 94/247 kB | 20/640 kB Progress (5): 335/575 kB | 126/231 kB | 94/148 kB | 94/247 kB | 24/640 kB Progress (5): 335/575 kB | 131/231 kB | 94/148 kB | 94/247 kB | 24/640 kB Progress (5): 339/575 kB | 131/231 kB | 94/148 kB | 94/247 kB | 24/640 kB Progress (5): 339/575 kB | 131/231 kB | 94/148 kB | 98/247 kB | 24/640 kB Progress (5): 339/575 kB | 131/231 kB | 98/148 kB | 98/247 kB | 24/640 kB Progress (5): 344/575 kB | 131/231 kB | 98/148 kB | 98/247 kB | 24/640 kB Progress (5): 344/575 kB | 131/231 kB | 98/148 kB | 98/247 kB | 28/640 kB Progress (5): 344/575 kB | 131/231 kB | 98/148 kB | 102/247 kB | 28/640 kB Progress (5): 344/575 kB | 135/231 kB | 98/148 kB | 102/247 kB | 28/640 kB Progress (5): 344/575 kB | 135/231 kB | 102/148 kB | 102/247 kB | 28/640 kB Progress (5): 344/575 kB | 135/231 kB | 102/148 kB | 106/247 kB | 28/640 kB Progress (5): 344/575 kB | 135/231 kB | 102/148 kB | 106/247 kB | 32/640 kB Progress (5): 344/575 kB | 135/231 kB | 102/148 kB | 110/247 kB | 32/640 kB Progress (5): 344/575 kB | 135/231 kB | 106/148 kB | 110/247 kB | 32/640 kB Progress (5): 344/575 kB | 139/231 kB | 106/148 kB | 110/247 kB | 32/640 kB Progress (5): 348/575 kB | 139/231 kB | 106/148 kB | 110/247 kB | 32/640 kB Progress (5): 348/575 kB | 143/231 kB | 106/148 kB | 110/247 kB | 32/640 kB Progress (5): 348/575 kB | 143/231 kB | 106/148 kB | 110/247 kB | 36/640 kB Progress (5): 348/575 kB | 143/231 kB | 110/148 kB | 110/247 kB | 36/640 kB Progress (5): 348/575 kB | 143/231 kB | 110/148 kB | 114/247 kB | 36/640 kB Progress (5): 348/575 kB | 143/231 kB | 114/148 kB | 114/247 kB | 36/640 kB Progress (5): 348/575 kB | 143/231 kB | 114/148 kB | 114/247 kB | 40/640 kB Progress (5): 348/575 kB | 147/231 kB | 114/148 kB | 114/247 kB | 40/640 kB Progress (5): 352/575 kB | 147/231 kB | 114/148 kB | 114/247 kB | 40/640 kB Progress (5): 352/575 kB | 147/231 kB | 118/148 kB | 114/247 kB | 40/640 kB Progress (5): 352/575 kB | 147/231 kB | 118/148 kB | 118/247 kB | 40/640 kB Progress (5): 352/575 kB | 147/231 kB | 118/148 kB | 118/247 kB | 45/640 kB Progress (5): 352/575 kB | 147/231 kB | 118/148 kB | 122/247 kB | 45/640 kB Progress (5): 352/575 kB | 147/231 kB | 122/148 kB | 122/247 kB | 45/640 kB Progress (5): 356/575 kB | 147/231 kB | 122/148 kB | 122/247 kB | 45/640 kB Progress (5): 356/575 kB | 147/231 kB | 126/148 kB | 122/247 kB | 45/640 kB Progress (5): 356/575 kB | 147/231 kB | 126/148 kB | 126/247 kB | 45/640 kB Progress (5): 356/575 kB | 147/231 kB | 126/148 kB | 126/247 kB | 49/640 kB Progress (5): 356/575 kB | 151/231 kB | 126/148 kB | 126/247 kB | 49/640 kB Progress (5): 356/575 kB | 151/231 kB | 126/148 kB | 131/247 kB | 49/640 kB Progress (5): 356/575 kB | 151/231 kB | 131/148 kB | 131/247 kB | 49/640 kB Progress (5): 360/575 kB | 151/231 kB | 131/148 kB | 131/247 kB | 49/640 kB Progress (5): 360/575 kB | 151/231 kB | 131/148 kB | 131/247 kB | 53/640 kB Progress (5): 360/575 kB | 155/231 kB | 131/148 kB | 131/247 kB | 53/640 kB Progress (5): 360/575 kB | 155/231 kB | 135/148 kB | 131/247 kB | 53/640 kB Progress (5): 360/575 kB | 155/231 kB | 135/148 kB | 131/247 kB | 57/640 kB Progress (5): 360/575 kB | 155/231 kB | 135/148 kB | 135/247 kB | 57/640 kB Progress (5): 360/575 kB | 155/231 kB | 135/148 kB | 135/247 kB | 61/640 kB Progress (5): 360/575 kB | 155/231 kB | 139/148 kB | 135/247 kB | 61/640 kB Progress (5): 364/575 kB | 155/231 kB | 139/148 kB | 135/247 kB | 61/640 kB Progress (5): 364/575 kB | 159/231 kB | 139/148 kB | 135/247 kB | 61/640 kB Progress (5): 368/575 kB | 159/231 kB | 139/148 kB | 135/247 kB | 61/640 kB Progress (5): 368/575 kB | 159/231 kB | 143/148 kB | 135/247 kB | 61/640 kB Progress (5): 368/575 kB | 159/231 kB | 143/148 kB | 135/247 kB | 65/640 kB Progress (5): 368/575 kB | 159/231 kB | 143/148 kB | 139/247 kB | 65/640 kB Progress (5): 368/575 kB | 159/231 kB | 147/148 kB | 139/247 kB | 65/640 kB Progress (5): 372/575 kB | 159/231 kB | 147/148 kB | 139/247 kB | 65/640 kB Progress (5): 372/575 kB | 163/231 kB | 147/148 kB | 139/247 kB | 65/640 kB Progress (5): 376/575 kB | 163/231 kB | 147/148 kB | 139/247 kB | 65/640 kB Progress (5): 376/575 kB | 163/231 kB | 147/148 kB | 139/247 kB | 69/640 kB Progress (5): 376/575 kB | 163/231 kB | 148 kB | 139/247 kB | 69/640 kB Progress (5): 376/575 kB | 163/231 kB | 148 kB | 143/247 kB | 69/640 kB Progress (5): 376/575 kB | 167/231 kB | 148 kB | 143/247 kB | 69/640 kB Progress (5): 376/575 kB | 167/231 kB | 148 kB | 143/247 kB | 73/640 kB Progress (5): 376/575 kB | 171/231 kB | 148 kB | 143/247 kB | 73/640 kB Progress (5): 380/575 kB | 171/231 kB | 148 kB | 143/247 kB | 73/640 kB Progress (5): 380/575 kB | 171/231 kB | 148 kB | 147/247 kB | 73/640 kB Progress (5): 384/575 kB | 171/231 kB | 148 kB | 147/247 kB | 73/640 kB Progress (5): 384/575 kB | 176/231 kB | 148 kB | 147/247 kB | 73/640 kB Progress (5): 384/575 kB | 176/231 kB | 148 kB | 147/247 kB | 77/640 kB Progress (5): 384/575 kB | 176/231 kB | 148 kB | 151/247 kB | 77/640 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 121 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.jar Progress (4): 384/575 kB | 180/231 kB | 151/247 kB | 77/640 kB Progress (4): 389/575 kB | 180/231 kB | 151/247 kB | 77/640 kB Progress (4): 389/575 kB | 180/231 kB | 155/247 kB | 77/640 kB Progress (4): 389/575 kB | 180/231 kB | 155/247 kB | 81/640 kB Progress (4): 389/575 kB | 184/231 kB | 155/247 kB | 81/640 kB Progress (4): 389/575 kB | 184/231 kB | 159/247 kB | 81/640 kB Progress (4): 393/575 kB | 184/231 kB | 159/247 kB | 81/640 kB Progress (4): 393/575 kB | 184/231 kB | 163/247 kB | 81/640 kB Progress (4): 393/575 kB | 188/231 kB | 163/247 kB | 81/640 kB Progress (5): 393/575 kB | 188/231 kB | 163/247 kB | 81/640 kB | 4.1/12 kB Progress (5): 397/575 kB | 188/231 kB | 163/247 kB | 81/640 kB | 4.1/12 kB Progress (5): 397/575 kB | 188/231 kB | 163/247 kB | 85/640 kB | 4.1/12 kB Progress (5): 397/575 kB | 192/231 kB | 163/247 kB | 85/640 kB | 4.1/12 kB Progress (5): 397/575 kB | 192/231 kB | 163/247 kB | 90/640 kB | 4.1/12 kB Progress (5): 401/575 kB | 192/231 kB | 163/247 kB | 90/640 kB | 4.1/12 kB Progress (5): 401/575 kB | 192/231 kB | 167/247 kB | 90/640 kB | 4.1/12 kB Progress (5): 401/575 kB | 192/231 kB | 167/247 kB | 90/640 kB | 7.7/12 kB Progress (5): 401/575 kB | 192/231 kB | 171/247 kB | 90/640 kB | 7.7/12 kB Progress (5): 405/575 kB | 192/231 kB | 171/247 kB | 90/640 kB | 7.7/12 kB Progress (5): 405/575 kB | 192/231 kB | 171/247 kB | 94/640 kB | 7.7/12 kB Progress (5): 405/575 kB | 196/231 kB | 171/247 kB | 94/640 kB | 7.7/12 kB Progress (5): 405/575 kB | 196/231 kB | 171/247 kB | 98/640 kB | 7.7/12 kB Progress (5): 409/575 kB | 196/231 kB | 171/247 kB | 98/640 kB | 7.7/12 kB Progress (5): 409/575 kB | 196/231 kB | 176/247 kB | 98/640 kB | 7.7/12 kB Progress (5): 409/575 kB | 196/231 kB | 176/247 kB | 98/640 kB | 12/12 kB Progress (5): 409/575 kB | 196/231 kB | 176/247 kB | 102/640 kB | 12/12 kB Progress (5): 409/575 kB | 196/231 kB | 180/247 kB | 102/640 kB | 12/12 kB Progress (5): 409/575 kB | 200/231 kB | 180/247 kB | 102/640 kB | 12/12 kB Progress (5): 409/575 kB | 200/231 kB | 180/247 kB | 106/640 kB | 12/12 kB Progress (5): 413/575 kB | 200/231 kB | 180/247 kB | 106/640 kB | 12/12 kB Progress (5): 413/575 kB | 200/231 kB | 180/247 kB | 106/640 kB | 12 kB Progress (5): 417/575 kB | 200/231 kB | 180/247 kB | 106/640 kB | 12 kB Progress (5): 417/575 kB | 200/231 kB | 184/247 kB | 106/640 kB | 12 kB Progress (5): 417/575 kB | 200/231 kB | 184/247 kB | 110/640 kB | 12 kB Progress (5): 417/575 kB | 204/231 kB | 184/247 kB | 110/640 kB | 12 kB Progress (5): 417/575 kB | 204/231 kB | 184/247 kB | 114/640 kB | 12 kB Progress (5): 417/575 kB | 204/231 kB | 188/247 kB | 114/640 kB | 12 kB Progress (5): 421/575 kB | 204/231 kB | 188/247 kB | 114/640 kB | 12 kB Progress (5): 421/575 kB | 204/231 kB | 192/247 kB | 114/640 kB | 12 kB Progress (5): 421/575 kB | 208/231 kB | 192/247 kB | 114/640 kB | 12 kB Progress (5): 421/575 kB | 208/231 kB | 192/247 kB | 118/640 kB | 12 kB Progress (5): 421/575 kB | 208/231 kB | 196/247 kB | 118/640 kB | 12 kB Progress (5): 425/575 kB | 208/231 kB | 196/247 kB | 118/640 kB | 12 kB Progress (5): 425/575 kB | 208/231 kB | 196/247 kB | 122/640 kB | 12 kB Progress (5): 425/575 kB | 212/231 kB | 196/247 kB | 122/640 kB | 12 kB Progress (5): 430/575 kB | 212/231 kB | 196/247 kB | 122/640 kB | 12 kB Progress (5): 430/575 kB | 212/231 kB | 196/247 kB | 126/640 kB | 12 kB Progress (5): 430/575 kB | 212/231 kB | 200/247 kB | 126/640 kB | 12 kB Progress (5): 430/575 kB | 212/231 kB | 200/247 kB | 131/640 kB | 12 kB Progress (5): 434/575 kB | 212/231 kB | 200/247 kB | 131/640 kB | 12 kB Progress (5): 434/575 kB | 217/231 kB | 200/247 kB | 131/640 kB | 12 kB Progress (5): 434/575 kB | 217/231 kB | 204/247 kB | 131/640 kB | 12 kB Progress (5): 434/575 kB | 217/231 kB | 204/247 kB | 135/640 kB | 12 kB Progress (5): 434/575 kB | 221/231 kB | 204/247 kB | 135/640 kB | 12 kB Progress (5): 438/575 kB | 221/231 kB | 204/247 kB | 135/640 kB | 12 kB Progress (5): 438/575 kB | 225/231 kB | 204/247 kB | 135/640 kB | 12 kB Progress (5): 438/575 kB | 225/231 kB | 204/247 kB | 139/640 kB | 12 kB Progress (5): 438/575 kB | 225/231 kB | 208/247 kB | 139/640 kB | 12 kB Progress (5): 438/575 kB | 225/231 kB | 208/247 kB | 143/640 kB | 12 kB Progress (5): 438/575 kB | 229/231 kB | 208/247 kB | 143/640 kB | 12 kB Progress (5): 442/575 kB | 229/231 kB | 208/247 kB | 143/640 kB | 12 kB Progress (5): 442/575 kB | 231 kB | 208/247 kB | 143/640 kB | 12 kB Progress (5): 442/575 kB | 231 kB | 208/247 kB | 147/640 kB | 12 kB Progress (5): 442/575 kB | 231 kB | 212/247 kB | 147/640 kB | 12 kB Progress (5): 446/575 kB | 231 kB | 212/247 kB | 147/640 kB | 12 kB Progress (5): 450/575 kB | 231 kB | 212/247 kB | 147/640 kB | 12 kB Progress (5): 450/575 kB | 231 kB | 212/247 kB | 151/640 kB | 12 kB Progress (5): 450/575 kB | 231 kB | 217/247 kB | 151/640 kB | 12 kB Progress (5): 454/575 kB | 231 kB | 217/247 kB | 151/640 kB | 12 kB Progress (5): 454/575 kB | 231 kB | 221/247 kB | 151/640 kB | 12 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 9.6 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.jar Progress (4): 454/575 kB | 231 kB | 221/247 kB | 155/640 kB Progress (4): 454/575 kB | 231 kB | 225/247 kB | 155/640 kB Progress (4): 458/575 kB | 231 kB | 225/247 kB | 155/640 kB Progress (4): 458/575 kB | 231 kB | 229/247 kB | 155/640 kB Progress (4): 458/575 kB | 231 kB | 229/247 kB | 159/640 kB Progress (4): 458/575 kB | 231 kB | 229/247 kB | 163/640 kB Progress (4): 458/575 kB | 231 kB | 233/247 kB | 163/640 kB Progress (4): 458/575 kB | 231 kB | 237/247 kB | 163/640 kB Progress (4): 458/575 kB | 231 kB | 241/247 kB | 163/640 kB Progress (4): 458/575 kB | 231 kB | 241/247 kB | 167/640 kB Progress (4): 458/575 kB | 231 kB | 245/247 kB | 167/640 kB Progress (4): 458/575 kB | 231 kB | 245/247 kB | 171/640 kB Progress (4): 458/575 kB | 231 kB | 247 kB | 171/640 kB Progress (4): 458/575 kB | 231 kB | 247 kB | 176/640 kB Progress (4): 458/575 kB | 231 kB | 247 kB | 180/640 kB Progress (4): 458/575 kB | 231 kB | 247 kB | 184/640 kB Progress (4): 458/575 kB | 231 kB | 247 kB | 188/640 kB Progress (4): 458/575 kB | 231 kB | 247 kB | 192/640 kB Progress (4): 458/575 kB | 231 kB | 247 kB | 196/640 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 184 kB/s) Progress (3): 462/575 kB | 247 kB | 196/640 kB Progress (4): 462/575 kB | 247 kB | 196/640 kB | 4.1/482 kB Progress (4): 462/575 kB | 247 kB | 200/640 kB | 4.1/482 kB Progress (4): 462/575 kB | 247 kB | 200/640 kB | 7.7/482 kB Progress (4): 466/575 kB | 247 kB | 200/640 kB | 7.7/482 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 (4): 471/575 kB | 247 kB | 200/640 kB | 7.7/482 kB Progress (4): 471/575 kB | 247 kB | 200/640 kB | 12/482 kB Progress (4): 471/575 kB | 247 kB | 204/640 kB | 12/482 kB Progress (4): 471/575 kB | 247 kB | 204/640 kB | 16/482 kB Progress (4): 475/575 kB | 247 kB | 204/640 kB | 16/482 kB Progress (4): 475/575 kB | 247 kB | 208/640 kB | 16/482 kB Progress (4): 475/575 kB | 247 kB | 212/640 kB | 16/482 kB Progress (4): 475/575 kB | 247 kB | 212/640 kB | 20/482 kB Progress (4): 475/575 kB | 247 kB | 217/640 kB | 20/482 kB Progress (4): 479/575 kB | 247 kB | 217/640 kB | 20/482 kB Progress (4): 479/575 kB | 247 kB | 221/640 kB | 20/482 kB Progress (4): 479/575 kB | 247 kB | 221/640 kB | 24/482 kB Progress (4): 479/575 kB | 247 kB | 225/640 kB | 24/482 kB Progress (4): 483/575 kB | 247 kB | 225/640 kB | 24/482 kB Progress (4): 483/575 kB | 247 kB | 229/640 kB | 24/482 kB Progress (4): 483/575 kB | 247 kB | 229/640 kB | 28/482 kB Progress (4): 487/575 kB | 247 kB | 229/640 kB | 28/482 kB Progress (4): 487/575 kB | 247 kB | 229/640 kB | 32/482 kB Progress (4): 487/575 kB | 247 kB | 233/640 kB | 32/482 kB Progress (4): 491/575 kB | 247 kB | 233/640 kB | 32/482 kB Progress (4): 491/575 kB | 247 kB | 237/640 kB | 32/482 kB Progress (4): 491/575 kB | 247 kB | 241/640 kB | 32/482 kB Progress (4): 491/575 kB | 247 kB | 245/640 kB | 32/482 kB Progress (4): 491/575 kB | 247 kB | 245/640 kB | 36/482 kB Progress (4): 495/575 kB | 247 kB | 245/640 kB | 36/482 kB Progress (4): 495/575 kB | 247 kB | 245/640 kB | 40/482 kB Progress (4): 495/575 kB | 247 kB | 249/640 kB | 40/482 kB Progress (4): 499/575 kB | 247 kB | 249/640 kB | 40/482 kB Progress (4): 499/575 kB | 247 kB | 253/640 kB | 40/482 kB Progress (4): 499/575 kB | 247 kB | 253/640 kB | 45/482 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 190 kB/s) Progress (3): 499/575 kB | 258/640 kB | 45/482 kB Progress (3): 503/575 kB | 258/640 kB | 45/482 kB Progress (3): 503/575 kB | 262/640 kB | 45/482 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 (3): 503/575 kB | 262/640 kB | 49/482 kB Progress (3): 507/575 kB | 262/640 kB | 49/482 kB Progress (3): 507/575 kB | 266/640 kB | 49/482 kB Progress (3): 507/575 kB | 270/640 kB | 49/482 kB Progress (3): 507/575 kB | 270/640 kB | 53/482 kB Progress (3): 507/575 kB | 274/640 kB | 53/482 kB Progress (3): 507/575 kB | 274/640 kB | 57/482 kB Progress (3): 507/575 kB | 278/640 kB | 57/482 kB Progress (3): 511/575 kB | 278/640 kB | 57/482 kB Progress (3): 511/575 kB | 278/640 kB | 61/482 kB Progress (3): 516/575 kB | 278/640 kB | 61/482 kB Progress (3): 516/575 kB | 278/640 kB | 65/482 kB Progress (3): 520/575 kB | 278/640 kB | 65/482 kB Progress (3): 520/575 kB | 282/640 kB | 65/482 kB Progress (3): 524/575 kB | 282/640 kB | 65/482 kB Progress (3): 524/575 kB | 286/640 kB | 65/482 kB Progress (3): 524/575 kB | 286/640 kB | 69/482 kB Progress (3): 524/575 kB | 290/640 kB | 69/482 kB Progress (3): 524/575 kB | 290/640 kB | 73/482 kB Progress (3): 528/575 kB | 290/640 kB | 73/482 kB Progress (3): 528/575 kB | 294/640 kB | 73/482 kB Progress (3): 532/575 kB | 294/640 kB | 73/482 kB Progress (3): 532/575 kB | 294/640 kB | 77/482 kB Progress (3): 536/575 kB | 294/640 kB | 77/482 kB Progress (4): 536/575 kB | 294/640 kB | 77/482 kB | 4.1/23 kB Progress (4): 540/575 kB | 294/640 kB | 77/482 kB | 4.1/23 kB Progress (4): 540/575 kB | 294/640 kB | 81/482 kB | 4.1/23 kB Progress (4): 540/575 kB | 294/640 kB | 81/482 kB | 7.7/23 kB Progress (4): 540/575 kB | 298/640 kB | 81/482 kB | 7.7/23 kB Progress (4): 540/575 kB | 298/640 kB | 81/482 kB | 12/23 kB Progress (4): 540/575 kB | 303/640 kB | 81/482 kB | 12/23 kB Progress (4): 544/575 kB | 303/640 kB | 81/482 kB | 12/23 kB Progress (4): 544/575 kB | 307/640 kB | 81/482 kB | 12/23 kB Progress (4): 544/575 kB | 307/640 kB | 85/482 kB | 12/23 kB Progress (4): 544/575 kB | 307/640 kB | 85/482 kB | 16/23 kB Progress (4): 544/575 kB | 307/640 kB | 90/482 kB | 16/23 kB Progress (4): 544/575 kB | 311/640 kB | 90/482 kB | 16/23 kB Progress (4): 548/575 kB | 311/640 kB | 90/482 kB | 16/23 kB Progress (4): 548/575 kB | 311/640 kB | 90/482 kB | 20/23 kB Progress (4): 548/575 kB | 311/640 kB | 94/482 kB | 20/23 kB Progress (4): 548/575 kB | 311/640 kB | 94/482 kB | 23 kB Progress (4): 552/575 kB | 311/640 kB | 94/482 kB | 23 kB Progress (4): 552/575 kB | 315/640 kB | 94/482 kB | 23 kB Progress (4): 552/575 kB | 315/640 kB | 98/482 kB | 23 kB Progress (4): 552/575 kB | 319/640 kB | 98/482 kB | 23 kB Progress (4): 557/575 kB | 319/640 kB | 98/482 kB | 23 kB Progress (4): 557/575 kB | 323/640 kB | 98/482 kB | 23 kB Progress (4): 557/575 kB | 327/640 kB | 98/482 kB | 23 kB Progress (4): 557/575 kB | 327/640 kB | 102/482 kB | 23 kB Progress (4): 557/575 kB | 327/640 kB | 106/482 kB | 23 kB Progress (4): 561/575 kB | 327/640 kB | 106/482 kB | 23 kB Progress (4): 561/575 kB | 327/640 kB | 110/482 kB | 23 kB Progress (4): 561/575 kB | 331/640 kB | 110/482 kB | 23 kB Progress (4): 565/575 kB | 331/640 kB | 110/482 kB | 23 kB Progress (4): 565/575 kB | 335/640 kB | 110/482 kB | 23 kB Progress (4): 565/575 kB | 335/640 kB | 114/482 kB | 23 kB Progress (4): 565/575 kB | 339/640 kB | 114/482 kB | 23 kB Progress (4): 569/575 kB | 339/640 kB | 114/482 kB | 23 kB Progress (4): 569/575 kB | 344/640 kB | 114/482 kB | 23 kB Progress (4): 573/575 kB | 344/640 kB | 114/482 kB | 23 kB Progress (4): 573/575 kB | 344/640 kB | 118/482 kB | 23 kB Progress (4): 575 kB | 344/640 kB | 118/482 kB | 23 kB Progress (4): 575 kB | 344/640 kB | 122/482 kB | 23 kB Progress (4): 575 kB | 348/640 kB | 122/482 kB | 23 kB Progress (4): 575 kB | 348/640 kB | 126/482 kB | 23 kB Progress (4): 575 kB | 352/640 kB | 126/482 kB | 23 kB Progress (4): 575 kB | 352/640 kB | 131/482 kB | 23 kB Progress (4): 575 kB | 356/640 kB | 131/482 kB | 23 kB Progress (4): 575 kB | 360/640 kB | 131/482 kB | 23 kB Progress (4): 575 kB | 360/640 kB | 135/482 kB | 23 kB Progress (4): 575 kB | 360/640 kB | 139/482 kB | 23 kB Progress (4): 575 kB | 360/640 kB | 143/482 kB | 23 kB Progress (4): 575 kB | 360/640 kB | 147/482 kB | 23 kB Progress (4): 575 kB | 364/640 kB | 147/482 kB | 23 kB Progress (4): 575 kB | 368/640 kB | 147/482 kB | 23 kB Progress (4): 575 kB | 368/640 kB | 151/482 kB | 23 kB Progress (4): 575 kB | 372/640 kB | 151/482 kB | 23 kB Progress (4): 575 kB | 372/640 kB | 155/482 kB | 23 kB Progress (4): 575 kB | 376/640 kB | 155/482 kB | 23 kB Progress (4): 575 kB | 376/640 kB | 159/482 kB | 23 kB Progress (4): 575 kB | 376/640 kB | 163/482 kB | 23 kB Progress (4): 575 kB | 376/640 kB | 167/482 kB | 23 kB Progress (4): 575 kB | 380/640 kB | 167/482 kB | 23 kB Progress (4): 575 kB | 380/640 kB | 171/482 kB | 23 kB Progress (4): 575 kB | 384/640 kB | 171/482 kB | 23 kB Progress (4): 575 kB | 384/640 kB | 176/482 kB | 23 kB Progress (4): 575 kB | 389/640 kB | 176/482 kB | 23 kB Progress (4): 575 kB | 389/640 kB | 180/482 kB | 23 kB Progress (4): 575 kB | 393/640 kB | 180/482 kB | 23 kB Progress (4): 575 kB | 393/640 kB | 184/482 kB | 23 kB Progress (4): 575 kB | 393/640 kB | 188/482 kB | 23 kB Progress (4): 575 kB | 393/640 kB | 192/482 kB | 23 kB Progress (4): 575 kB | 393/640 kB | 196/482 kB | 23 kB Progress (4): 575 kB | 397/640 kB | 196/482 kB | 23 kB Progress (4): 575 kB | 401/640 kB | 196/482 kB | 23 kB Progress (4): 575 kB | 405/640 kB | 196/482 kB | 23 kB Progress (4): 575 kB | 405/640 kB | 200/482 kB | 23 kB Progress (4): 575 kB | 409/640 kB | 200/482 kB | 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 433 kB/s) Progress (3): 409/640 kB | 204/482 kB | 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 (3): 413/640 kB | 204/482 kB | 23 kB Progress (3): 413/640 kB | 208/482 kB | 23 kB Progress (3): 417/640 kB | 208/482 kB | 23 kB Progress (3): 417/640 kB | 212/482 kB | 23 kB Progress (3): 421/640 kB | 212/482 kB | 23 kB Progress (3): 425/640 kB | 212/482 kB | 23 kB Progress (3): 425/640 kB | 217/482 kB | 23 kB Progress (3): 425/640 kB | 221/482 kB | 23 kB Progress (3): 425/640 kB | 225/482 kB | 23 kB Progress (3): 425/640 kB | 229/482 kB | 23 kB Progress (4): 425/640 kB | 229/482 kB | 23 kB | 4.1/284 kB Progress (4): 430/640 kB | 229/482 kB | 23 kB | 4.1/284 kB Progress (4): 430/640 kB | 229/482 kB | 23 kB | 7.7/284 kB Progress (4): 434/640 kB | 229/482 kB | 23 kB | 7.7/284 kB Progress (4): 434/640 kB | 233/482 kB | 23 kB | 7.7/284 kB Progress (4): 438/640 kB | 233/482 kB | 23 kB | 7.7/284 kB Progress (4): 438/640 kB | 233/482 kB | 23 kB | 12/284 kB Progress (4): 442/640 kB | 233/482 kB | 23 kB | 12/284 kB Progress (4): 442/640 kB | 237/482 kB | 23 kB | 12/284 kB Progress (4): 442/640 kB | 237/482 kB | 23 kB | 16/284 kB Progress (4): 442/640 kB | 241/482 kB | 23 kB | 16/284 kB Progress (4): 442/640 kB | 245/482 kB | 23 kB | 16/284 kB Progress (4): 446/640 kB | 245/482 kB | 23 kB | 16/284 kB Progress (4): 446/640 kB | 245/482 kB | 23 kB | 20/284 kB Progress (4): 446/640 kB | 249/482 kB | 23 kB | 20/284 kB Progress (4): 450/640 kB | 249/482 kB | 23 kB | 20/284 kB Progress (4): 450/640 kB | 253/482 kB | 23 kB | 20/284 kB Progress (4): 450/640 kB | 253/482 kB | 23 kB | 24/284 kB Progress (4): 450/640 kB | 258/482 kB | 23 kB | 24/284 kB Progress (4): 454/640 kB | 258/482 kB | 23 kB | 24/284 kB Progress (4): 454/640 kB | 262/482 kB | 23 kB | 24/284 kB Progress (4): 454/640 kB | 262/482 kB | 23 kB | 28/284 kB Progress (4): 458/640 kB | 262/482 kB | 23 kB | 28/284 kB Progress (4): 458/640 kB | 262/482 kB | 23 kB | 32/284 kB Progress (4): 458/640 kB | 266/482 kB | 23 kB | 32/284 kB Progress (4): 458/640 kB | 270/482 kB | 23 kB | 32/284 kB Progress (4): 458/640 kB | 274/482 kB | 23 kB | 32/284 kB Progress (4): 458/640 kB | 278/482 kB | 23 kB | 32/284 kB Progress (4): 462/640 kB | 278/482 kB | 23 kB | 32/284 kB Progress (4): 466/640 kB | 278/482 kB | 23 kB | 32/284 kB Progress (5): 466/640 kB | 278/482 kB | 23 kB | 32/284 kB | 4.1/182 kB Progress (5): 471/640 kB | 278/482 kB | 23 kB | 32/284 kB | 4.1/182 kB Progress (5): 471/640 kB | 282/482 kB | 23 kB | 32/284 kB | 4.1/182 kB Progress (5): 471/640 kB | 282/482 kB | 23 kB | 36/284 kB | 4.1/182 kB Progress (5): 471/640 kB | 286/482 kB | 23 kB | 36/284 kB | 4.1/182 kB Progress (5): 475/640 kB | 286/482 kB | 23 kB | 36/284 kB | 4.1/182 kB Progress (5): 475/640 kB | 286/482 kB | 23 kB | 36/284 kB | 7.7/182 kB Progress (5): 475/640 kB | 290/482 kB | 23 kB | 36/284 kB | 7.7/182 kB Progress (5): 475/640 kB | 290/482 kB | 23 kB | 40/284 kB | 7.7/182 kB Progress (5): 475/640 kB | 294/482 kB | 23 kB | 40/284 kB | 7.7/182 kB Progress (5): 475/640 kB | 294/482 kB | 23 kB | 40/284 kB | 12/182 kB Progress (5): 479/640 kB | 294/482 kB | 23 kB | 40/284 kB | 12/182 kB Progress (5): 479/640 kB | 294/482 kB | 23 kB | 45/284 kB | 12/182 kB Progress (5): 479/640 kB | 298/482 kB | 23 kB | 45/284 kB | 12/182 kB Progress (5): 483/640 kB | 298/482 kB | 23 kB | 45/284 kB | 12/182 kB Progress (5): 483/640 kB | 298/482 kB | 23 kB | 45/284 kB | 16/182 kB Progress (5): 487/640 kB | 298/482 kB | 23 kB | 45/284 kB | 16/182 kB Progress (5): 487/640 kB | 303/482 kB | 23 kB | 45/284 kB | 16/182 kB Progress (5): 487/640 kB | 303/482 kB | 23 kB | 49/284 kB | 16/182 kB Progress (5): 487/640 kB | 307/482 kB | 23 kB | 49/284 kB | 16/182 kB Progress (5): 487/640 kB | 307/482 kB | 23 kB | 49/284 kB | 20/182 kB Progress (5): 491/640 kB | 307/482 kB | 23 kB | 49/284 kB | 20/182 kB Progress (5): 491/640 kB | 307/482 kB | 23 kB | 53/284 kB | 20/182 kB Progress (5): 491/640 kB | 307/482 kB | 23 kB | 53/284 kB | 24/182 kB Progress (5): 491/640 kB | 311/482 kB | 23 kB | 53/284 kB | 24/182 kB Progress (5): 491/640 kB | 311/482 kB | 23 kB | 53/284 kB | 28/182 kB Progress (5): 491/640 kB | 311/482 kB | 23 kB | 57/284 kB | 28/182 kB Progress (5): 491/640 kB | 311/482 kB | 23 kB | 57/284 kB | 32/182 kB Progress (5): 491/640 kB | 315/482 kB | 23 kB | 57/284 kB | 32/182 kB Progress (5): 491/640 kB | 315/482 kB | 23 kB | 61/284 kB | 32/182 kB Progress (5): 491/640 kB | 315/482 kB | 23 kB | 65/284 kB | 32/182 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 (4): 491/640 kB | 319/482 kB | 65/284 kB | 32/182 kB Progress (4): 495/640 kB | 319/482 kB | 65/284 kB | 32/182 kB Progress (4): 495/640 kB | 319/482 kB | 69/284 kB | 32/182 kB Progress (4): 495/640 kB | 319/482 kB | 69/284 kB | 36/182 kB Progress (4): 495/640 kB | 319/482 kB | 73/284 kB | 36/182 kB Progress (4): 499/640 kB | 319/482 kB | 73/284 kB | 36/182 kB Progress (4): 499/640 kB | 323/482 kB | 73/284 kB | 36/182 kB Progress (4): 503/640 kB | 323/482 kB | 73/284 kB | 36/182 kB Progress (4): 503/640 kB | 323/482 kB | 77/284 kB | 36/182 kB Progress (4): 503/640 kB | 323/482 kB | 77/284 kB | 40/182 kB Progress (4): 503/640 kB | 323/482 kB | 81/284 kB | 40/182 kB Progress (4): 507/640 kB | 323/482 kB | 81/284 kB | 40/182 kB Progress (4): 507/640 kB | 327/482 kB | 81/284 kB | 40/182 kB Progress (4): 507/640 kB | 327/482 kB | 81/284 kB | 45/182 kB Progress (4): 507/640 kB | 327/482 kB | 85/284 kB | 45/182 kB Progress (4): 507/640 kB | 327/482 kB | 85/284 kB | 49/182 kB Progress (4): 507/640 kB | 331/482 kB | 85/284 kB | 49/182 kB Progress (4): 511/640 kB | 331/482 kB | 85/284 kB | 49/182 kB Progress (4): 511/640 kB | 331/482 kB | 90/284 kB | 49/182 kB Progress (4): 516/640 kB | 331/482 kB | 90/284 kB | 49/182 kB Progress (4): 516/640 kB | 335/482 kB | 90/284 kB | 49/182 kB Progress (4): 520/640 kB | 335/482 kB | 90/284 kB | 49/182 kB Progress (4): 520/640 kB | 335/482 kB | 90/284 kB | 53/182 kB Progress (4): 520/640 kB | 335/482 kB | 94/284 kB | 53/182 kB Progress (4): 520/640 kB | 335/482 kB | 94/284 kB | 57/182 kB Progress (4): 524/640 kB | 335/482 kB | 94/284 kB | 57/182 kB Progress (4): 524/640 kB | 339/482 kB | 94/284 kB | 57/182 kB Progress (4): 524/640 kB | 339/482 kB | 94/284 kB | 61/182 kB Progress (4): 524/640 kB | 339/482 kB | 98/284 kB | 61/182 kB Progress (4): 524/640 kB | 339/482 kB | 98/284 kB | 65/182 kB Progress (4): 524/640 kB | 344/482 kB | 98/284 kB | 65/182 kB Progress (4): 528/640 kB | 344/482 kB | 98/284 kB | 65/182 kB Progress (4): 528/640 kB | 344/482 kB | 102/284 kB | 65/182 kB Progress (4): 528/640 kB | 344/482 kB | 102/284 kB | 69/182 kB Progress (4): 532/640 kB | 344/482 kB | 102/284 kB | 69/182 kB Progress (4): 532/640 kB | 348/482 kB | 102/284 kB | 69/182 kB Progress (4): 532/640 kB | 348/482 kB | 102/284 kB | 73/182 kB Progress (4): 532/640 kB | 348/482 kB | 106/284 kB | 73/182 kB Progress (4): 532/640 kB | 348/482 kB | 106/284 kB | 77/182 kB Progress (4): 532/640 kB | 352/482 kB | 106/284 kB | 77/182 kB Progress (4): 536/640 kB | 352/482 kB | 106/284 kB | 77/182 kB Progress (4): 536/640 kB | 356/482 kB | 106/284 kB | 77/182 kB Progress (4): 536/640 kB | 356/482 kB | 106/284 kB | 81/182 kB Progress (4): 536/640 kB | 356/482 kB | 110/284 kB | 81/182 kB Progress (4): 536/640 kB | 360/482 kB | 110/284 kB | 81/182 kB Progress (4): 540/640 kB | 360/482 kB | 110/284 kB | 81/182 kB Progress (4): 540/640 kB | 360/482 kB | 110/284 kB | 85/182 kB Progress (4): 540/640 kB | 360/482 kB | 114/284 kB | 85/182 kB Progress (4): 540/640 kB | 360/482 kB | 114/284 kB | 90/182 kB Progress (4): 540/640 kB | 364/482 kB | 114/284 kB | 90/182 kB Progress (4): 540/640 kB | 364/482 kB | 114/284 kB | 94/182 kB Progress (4): 544/640 kB | 364/482 kB | 114/284 kB | 94/182 kB Progress (4): 544/640 kB | 364/482 kB | 118/284 kB | 94/182 kB Progress (4): 544/640 kB | 364/482 kB | 118/284 kB | 98/182 kB Progress (4): 544/640 kB | 368/482 kB | 118/284 kB | 98/182 kB Progress (4): 544/640 kB | 368/482 kB | 122/284 kB | 98/182 kB Progress (4): 548/640 kB | 368/482 kB | 122/284 kB | 98/182 kB Progress (4): 548/640 kB | 368/482 kB | 122/284 kB | 102/182 kB Progress (4): 548/640 kB | 368/482 kB | 126/284 kB | 102/182 kB Progress (4): 548/640 kB | 372/482 kB | 126/284 kB | 102/182 kB Progress (4): 548/640 kB | 372/482 kB | 131/284 kB | 102/182 kB Progress (4): 548/640 kB | 372/482 kB | 131/284 kB | 106/182 kB Progress (4): 552/640 kB | 372/482 kB | 131/284 kB | 106/182 kB Progress (4): 552/640 kB | 372/482 kB | 131/284 kB | 110/182 kB Progress (4): 552/640 kB | 372/482 kB | 135/284 kB | 110/182 kB Progress (4): 552/640 kB | 376/482 kB | 135/284 kB | 110/182 kB Progress (4): 552/640 kB | 376/482 kB | 139/284 kB | 110/182 kB Progress (4): 552/640 kB | 376/482 kB | 139/284 kB | 114/182 kB Progress (4): 557/640 kB | 376/482 kB | 139/284 kB | 114/182 kB Progress (4): 557/640 kB | 380/482 kB | 139/284 kB | 114/182 kB Progress (4): 557/640 kB | 380/482 kB | 143/284 kB | 114/182 kB Progress (4): 557/640 kB | 384/482 kB | 143/284 kB | 114/182 kB Progress (4): 557/640 kB | 384/482 kB | 147/284 kB | 114/182 kB Progress (4): 557/640 kB | 384/482 kB | 147/284 kB | 118/182 kB Progress (4): 561/640 kB | 384/482 kB | 147/284 kB | 118/182 kB Progress (4): 561/640 kB | 389/482 kB | 147/284 kB | 118/182 kB Progress (4): 565/640 kB | 389/482 kB | 147/284 kB | 118/182 kB Progress (4): 565/640 kB | 389/482 kB | 147/284 kB | 122/182 kB Progress (4): 569/640 kB | 389/482 kB | 147/284 kB | 122/182 kB Progress (4): 569/640 kB | 389/482 kB | 151/284 kB | 122/182 kB Progress (4): 569/640 kB | 393/482 kB | 151/284 kB | 122/182 kB Progress (4): 569/640 kB | 393/482 kB | 155/284 kB | 122/182 kB Progress (4): 573/640 kB | 393/482 kB | 155/284 kB | 122/182 kB Progress (4): 573/640 kB | 393/482 kB | 155/284 kB | 126/182 kB Progress (4): 573/640 kB | 393/482 kB | 159/284 kB | 126/182 kB Progress (4): 573/640 kB | 397/482 kB | 159/284 kB | 126/182 kB Progress (4): 573/640 kB | 397/482 kB | 159/284 kB | 131/182 kB Progress (4): 577/640 kB | 397/482 kB | 159/284 kB | 131/182 kB Progress (4): 577/640 kB | 401/482 kB | 159/284 kB | 131/182 kB Progress (4): 577/640 kB | 401/482 kB | 163/284 kB | 131/182 kB Progress (4): 577/640 kB | 405/482 kB | 163/284 kB | 131/182 kB Progress (4): 581/640 kB | 405/482 kB | 163/284 kB | 131/182 kB Progress (4): 581/640 kB | 409/482 kB | 163/284 kB | 131/182 kB Progress (4): 581/640 kB | 409/482 kB | 163/284 kB | 135/182 kB Progress (4): 581/640 kB | 409/482 kB | 167/284 kB | 135/182 kB Progress (4): 585/640 kB | 409/482 kB | 167/284 kB | 135/182 kB Progress (4): 585/640 kB | 409/482 kB | 171/284 kB | 135/182 kB Progress (4): 585/640 kB | 409/482 kB | 171/284 kB | 139/182 kB Progress (4): 585/640 kB | 409/482 kB | 176/284 kB | 139/182 kB Progress (4): 589/640 kB | 409/482 kB | 176/284 kB | 139/182 kB Progress (4): 589/640 kB | 413/482 kB | 176/284 kB | 139/182 kB Progress (4): 589/640 kB | 413/482 kB | 180/284 kB | 139/182 kB Progress (4): 589/640 kB | 413/482 kB | 180/284 kB | 143/182 kB Progress (4): 593/640 kB | 413/482 kB | 180/284 kB | 143/182 kB Progress (4): 593/640 kB | 417/482 kB | 180/284 kB | 143/182 kB Progress (4): 593/640 kB | 417/482 kB | 184/284 kB | 143/182 kB Progress (4): 597/640 kB | 417/482 kB | 184/284 kB | 143/182 kB Progress (4): 597/640 kB | 417/482 kB | 184/284 kB | 147/182 kB Progress (4): 602/640 kB | 417/482 kB | 184/284 kB | 147/182 kB Progress (4): 602/640 kB | 417/482 kB | 188/284 kB | 147/182 kB Progress (4): 602/640 kB | 421/482 kB | 188/284 kB | 147/182 kB Progress (4): 602/640 kB | 421/482 kB | 192/284 kB | 147/182 kB Progress (4): 606/640 kB | 421/482 kB | 192/284 kB | 147/182 kB Progress (4): 606/640 kB | 421/482 kB | 196/284 kB | 147/182 kB Progress (4): 606/640 kB | 421/482 kB | 196/284 kB | 151/182 kB Progress (4): 606/640 kB | 425/482 kB | 196/284 kB | 151/182 kB Progress (4): 606/640 kB | 425/482 kB | 196/284 kB | 155/182 kB Progress (4): 610/640 kB | 425/482 kB | 196/284 kB | 155/182 kB Progress (4): 610/640 kB | 425/482 kB | 196/284 kB | 159/182 kB Progress (4): 610/640 kB | 430/482 kB | 196/284 kB | 159/182 kB Progress (4): 610/640 kB | 430/482 kB | 200/284 kB | 159/182 kB Progress (4): 610/640 kB | 434/482 kB | 200/284 kB | 159/182 kB Progress (4): 610/640 kB | 434/482 kB | 200/284 kB | 163/182 kB Progress (4): 614/640 kB | 434/482 kB | 200/284 kB | 163/182 kB Progress (4): 614/640 kB | 438/482 kB | 200/284 kB | 163/182 kB Progress (4): 614/640 kB | 438/482 kB | 204/284 kB | 163/182 kB Progress (4): 614/640 kB | 442/482 kB | 204/284 kB | 163/182 kB Progress (4): 618/640 kB | 442/482 kB | 204/284 kB | 163/182 kB Progress (4): 618/640 kB | 442/482 kB | 204/284 kB | 167/182 kB Progress (4): 618/640 kB | 442/482 kB | 208/284 kB | 167/182 kB Progress (4): 618/640 kB | 446/482 kB | 208/284 kB | 167/182 kB Progress (4): 618/640 kB | 446/482 kB | 208/284 kB | 171/182 kB Progress (4): 622/640 kB | 446/482 kB | 208/284 kB | 171/182 kB Progress (4): 622/640 kB | 446/482 kB | 208/284 kB | 176/182 kB Progress (4): 622/640 kB | 450/482 kB | 208/284 kB | 176/182 kB Progress (4): 622/640 kB | 450/482 kB | 212/284 kB | 176/182 kB Progress (4): 622/640 kB | 454/482 kB | 212/284 kB | 176/182 kB Progress (4): 622/640 kB | 454/482 kB | 212/284 kB | 180/182 kB Progress (4): 622/640 kB | 458/482 kB | 212/284 kB | 180/182 kB Progress (4): 626/640 kB | 458/482 kB | 212/284 kB | 180/182 kB Progress (4): 626/640 kB | 458/482 kB | 217/284 kB | 180/182 kB Progress (4): 626/640 kB | 458/482 kB | 217/284 kB | 182 kB Progress (4): 626/640 kB | 458/482 kB | 221/284 kB | 182 kB Progress (4): 630/640 kB | 458/482 kB | 221/284 kB | 182 kB Progress (4): 630/640 kB | 458/482 kB | 225/284 kB | 182 kB Progress (4): 630/640 kB | 462/482 kB | 225/284 kB | 182 kB Progress (4): 630/640 kB | 462/482 kB | 229/284 kB | 182 kB Progress (4): 634/640 kB | 462/482 kB | 229/284 kB | 182 kB Progress (4): 634/640 kB | 466/482 kB | 229/284 kB | 182 kB Progress (4): 638/640 kB | 466/482 kB | 229/284 kB | 182 kB Progress (4): 638/640 kB | 471/482 kB | 229/284 kB | 182 kB Progress (4): 640 kB | 471/482 kB | 229/284 kB | 182 kB Progress (4): 640 kB | 471/482 kB | 233/284 kB | 182 kB Progress (4): 640 kB | 475/482 kB | 233/284 kB | 182 kB Progress (4): 640 kB | 475/482 kB | 237/284 kB | 182 kB Progress (4): 640 kB | 475/482 kB | 241/284 kB | 182 kB Progress (4): 640 kB | 479/482 kB | 241/284 kB | 182 kB Progress (4): 640 kB | 479/482 kB | 245/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 245/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 249/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 253/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 258/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 262/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 266/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 270/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 274/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 278/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 282/284 kB | 182 kB Progress (4): 640 kB | 482 kB | 284 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 198 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 126 kB/s) 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 440 kB/s) 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 330 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:2.4.0-SNAPSHOT -> 2.3.3 [INFO] Processing jakarta.xml.ws:jakarta.xml.ws-api [INFO] Updating project jakarta.xml.ws:jakarta.xml.ws-api [INFO] from version 2.4.0-SNAPSHOT to 2.3.3 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.183 s [INFO] Finished at: 2020-01-27T10:01:09Z [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 2.3.3 [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): 816 B Progress (1): 2.9 kB 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 7.4 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): 732 B Progress (1): 1.9 kB Progress (1): 3.6 kB Progress (1): 5.6 kB Progress (1): 9.7 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 22 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 585 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): 808 B Progress (1): 2.6 kB 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 88 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): 751 B Progress (1): 2.1 kB Progress (1): 5.4 kB Progress (1): 9.0 kB Progress (1): 12 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 22 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 1.8 MB/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): 706 B Progress (1): 1.9 kB Progress (1): 3.2 kB Progress (1): 4.5 kB Progress (1): 6.0 kB Progress (1): 9.5 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 23 kB Progress (1): 26 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 34 kB Progress (1): 36 kB Progress (1): 40 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 50 kB Progress (1): 53 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 59 kB Progress (1): 61 kB Progress (1): 63 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.7 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): 830 B 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 88 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): 910 B Progress (1): 3.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 463 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): 856 B Progress (1): 2.8 kB Progress (1): 5.2 kB Progress (1): 9.3 kB Progress (1): 9.8 kB Progress (1): 11 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 1.4 MB/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): 835 B Progress (1): 2.7 kB Progress (1): 6.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 227 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 179 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): 1.1 kB 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 294 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): 987 B Progress (1): 3.4 kB Progress (1): 7.5 kB Progress (1): 7.9 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 879 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): 1.1 kB Progress (1): 3.6 kB Progress (1): 7.1 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 17 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 2.1 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 128 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 87 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): 914 B 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 328 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): 860 B Progress (1): 2.8 kB Progress (1): 5.1 kB Progress (1): 9.2 kB Progress (1): 9.6 kB Progress (1): 11 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 1.4 MB/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): 929 B Progress (1): 3.0 kB Progress (1): 5.9 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 221 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): 815 B Progress (1): 2.3 kB 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 485 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): 872 B 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 56 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): 797 B Progress (1): 2.3 kB Progress (1): 5.4 kB Progress (1): 9.5 kB Progress (1): 9.7 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 591 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): 730 B Progress (1): 2.0 kB Progress (1): 6.0 kB Progress (1): 10 kB Progress (1): 10 kB Progress (1): 15 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 24 kB Progress (1): 27 kB Progress (1): 30 kB Progress (1): 32 kB Progress (1): 36 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.6 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): 1.2 kB 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 454 kB/s) 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/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-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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Progress (2): 48 kB | 4.1/480 kB Progress (2): 48 kB | 7.7/480 kB Progress (2): 48 kB | 12/480 kB Progress (2): 48 kB | 16/480 kB Progress (3): 48 kB | 16/480 kB | 4.1/205 kB Progress (3): 48 kB | 16/480 kB | 7.7/205 kB Progress (3): 48 kB | 16/480 kB | 12/205 kB Progress (3): 48 kB | 20/480 kB | 12/205 kB Progress (3): 48 kB | 20/480 kB | 16/205 kB Progress (3): 48 kB | 24/480 kB | 16/205 kB Progress (3): 48 kB | 28/480 kB | 16/205 kB Progress (3): 48 kB | 32/480 kB | 16/205 kB Progress (3): 48 kB | 32/480 kB | 20/205 kB Progress (3): 48 kB | 32/480 kB | 24/205 kB Progress (3): 48 kB | 32/480 kB | 28/205 kB Progress (3): 48 kB | 36/480 kB | 28/205 kB Progress (3): 48 kB | 36/480 kB | 32/205 kB Progress (3): 48 kB | 40/480 kB | 32/205 kB Progress (3): 48 kB | 45/480 kB | 32/205 kB Progress (3): 48 kB | 49/480 kB | 32/205 kB Progress (3): 48 kB | 49/480 kB | 36/205 kB Progress (3): 48 kB | 49/480 kB | 40/205 kB Progress (3): 48 kB | 49/480 kB | 45/205 kB Progress (3): 48 kB | 53/480 kB | 45/205 kB Progress (3): 48 kB | 53/480 kB | 49/205 kB Progress (3): 48 kB | 57/480 kB | 49/205 kB Progress (3): 48 kB | 61/480 kB | 49/205 kB Progress (3): 48 kB | 65/480 kB | 49/205 kB Progress (3): 48 kB | 65/480 kB | 53/205 kB Progress (4): 48 kB | 65/480 kB | 53/205 kB | 4.1/55 kB Progress (4): 48 kB | 65/480 kB | 57/205 kB | 4.1/55 kB Progress (4): 48 kB | 69/480 kB | 57/205 kB | 4.1/55 kB Progress (4): 48 kB | 69/480 kB | 57/205 kB | 7.7/55 kB Progress (5): 48 kB | 69/480 kB | 57/205 kB | 7.7/55 kB | 4.1/165 kB Progress (5): 48 kB | 73/480 kB | 57/205 kB | 7.7/55 kB | 4.1/165 kB Progress (5): 48 kB | 73/480 kB | 61/205 kB | 7.7/55 kB | 4.1/165 kB Progress (5): 48 kB | 77/480 kB | 61/205 kB | 7.7/55 kB | 4.1/165 kB Progress (5): 48 kB | 77/480 kB | 61/205 kB | 7.7/55 kB | 7.7/165 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 232 kB/s) Progress (4): 77/480 kB | 61/205 kB | 12/55 kB | 7.7/165 kB 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 (4): 77/480 kB | 61/205 kB | 12/55 kB | 12/165 kB Progress (4): 81/480 kB | 61/205 kB | 12/55 kB | 12/165 kB Progress (4): 81/480 kB | 65/205 kB | 12/55 kB | 12/165 kB Progress (4): 81/480 kB | 65/205 kB | 12/55 kB | 16/165 kB Progress (4): 81/480 kB | 65/205 kB | 16/55 kB | 16/165 kB Progress (4): 81/480 kB | 69/205 kB | 16/55 kB | 16/165 kB Progress (4): 85/480 kB | 69/205 kB | 16/55 kB | 16/165 kB Progress (4): 85/480 kB | 73/205 kB | 16/55 kB | 16/165 kB Progress (4): 85/480 kB | 73/205 kB | 16/55 kB | 20/165 kB Progress (4): 85/480 kB | 73/205 kB | 20/55 kB | 20/165 kB Progress (4): 85/480 kB | 77/205 kB | 20/55 kB | 20/165 kB Progress (5): 85/480 kB | 77/205 kB | 20/55 kB | 20/165 kB | 4.1/45 kB Progress (5): 90/480 kB | 77/205 kB | 20/55 kB | 20/165 kB | 4.1/45 kB Progress (5): 90/480 kB | 77/205 kB | 20/55 kB | 20/165 kB | 7.7/45 kB Progress (5): 90/480 kB | 81/205 kB | 20/55 kB | 20/165 kB | 7.7/45 kB Progress (5): 90/480 kB | 81/205 kB | 24/55 kB | 20/165 kB | 7.7/45 kB Progress (5): 90/480 kB | 81/205 kB | 24/55 kB | 24/165 kB | 7.7/45 kB Progress (5): 90/480 kB | 81/205 kB | 28/55 kB | 24/165 kB | 7.7/45 kB Progress (5): 90/480 kB | 85/205 kB | 28/55 kB | 24/165 kB | 7.7/45 kB Progress (5): 90/480 kB | 85/205 kB | 28/55 kB | 24/165 kB | 12/45 kB Progress (5): 94/480 kB | 85/205 kB | 28/55 kB | 24/165 kB | 12/45 kB Progress (5): 94/480 kB | 85/205 kB | 28/55 kB | 24/165 kB | 16/45 kB Progress (5): 94/480 kB | 90/205 kB | 28/55 kB | 24/165 kB | 16/45 kB Progress (5): 94/480 kB | 90/205 kB | 32/55 kB | 24/165 kB | 16/45 kB Progress (5): 94/480 kB | 90/205 kB | 32/55 kB | 28/165 kB | 16/45 kB Progress (5): 94/480 kB | 90/205 kB | 32/55 kB | 28/165 kB | 20/45 kB Progress (5): 94/480 kB | 94/205 kB | 32/55 kB | 28/165 kB | 20/45 kB Progress (5): 98/480 kB | 94/205 kB | 32/55 kB | 28/165 kB | 20/45 kB Progress (5): 98/480 kB | 98/205 kB | 32/55 kB | 28/165 kB | 20/45 kB Progress (5): 98/480 kB | 98/205 kB | 32/55 kB | 28/165 kB | 24/45 kB Progress (5): 98/480 kB | 98/205 kB | 36/55 kB | 28/165 kB | 24/45 kB Progress (5): 98/480 kB | 98/205 kB | 36/55 kB | 32/165 kB | 24/45 kB Progress (5): 98/480 kB | 98/205 kB | 40/55 kB | 32/165 kB | 24/45 kB Progress (5): 98/480 kB | 98/205 kB | 40/55 kB | 36/165 kB | 24/45 kB Progress (5): 98/480 kB | 102/205 kB | 40/55 kB | 36/165 kB | 24/45 kB Progress (5): 98/480 kB | 102/205 kB | 40/55 kB | 36/165 kB | 28/45 kB Progress (5): 102/480 kB | 102/205 kB | 40/55 kB | 36/165 kB | 28/45 kB Progress (5): 102/480 kB | 102/205 kB | 40/55 kB | 36/165 kB | 32/45 kB Progress (5): 102/480 kB | 106/205 kB | 40/55 kB | 36/165 kB | 32/45 kB Progress (5): 102/480 kB | 106/205 kB | 40/55 kB | 40/165 kB | 32/45 kB Progress (5): 102/480 kB | 106/205 kB | 45/55 kB | 40/165 kB | 32/45 kB Progress (5): 102/480 kB | 106/205 kB | 45/55 kB | 45/165 kB | 32/45 kB Progress (5): 102/480 kB | 106/205 kB | 45/55 kB | 45/165 kB | 36/45 kB Progress (5): 102/480 kB | 110/205 kB | 45/55 kB | 45/165 kB | 36/45 kB Progress (5): 106/480 kB | 110/205 kB | 45/55 kB | 45/165 kB | 36/45 kB Progress (5): 106/480 kB | 114/205 kB | 45/55 kB | 45/165 kB | 36/45 kB Progress (5): 106/480 kB | 114/205 kB | 45/55 kB | 45/165 kB | 40/45 kB Progress (5): 106/480 kB | 114/205 kB | 45/55 kB | 49/165 kB | 40/45 kB Progress (5): 106/480 kB | 114/205 kB | 49/55 kB | 49/165 kB | 40/45 kB Progress (5): 106/480 kB | 118/205 kB | 49/55 kB | 49/165 kB | 40/45 kB Progress (5): 106/480 kB | 118/205 kB | 49/55 kB | 49/165 kB | 45/45 kB Progress (5): 110/480 kB | 118/205 kB | 49/55 kB | 49/165 kB | 45/45 kB Progress (5): 110/480 kB | 118/205 kB | 49/55 kB | 49/165 kB | 45 kB Progress (5): 110/480 kB | 118/205 kB | 53/55 kB | 49/165 kB | 45 kB Progress (5): 110/480 kB | 122/205 kB | 53/55 kB | 49/165 kB | 45 kB Progress (5): 110/480 kB | 122/205 kB | 53/55 kB | 53/165 kB | 45 kB Progress (5): 110/480 kB | 126/205 kB | 53/55 kB | 53/165 kB | 45 kB Progress (5): 110/480 kB | 126/205 kB | 55 kB | 53/165 kB | 45 kB Progress (5): 114/480 kB | 126/205 kB | 55 kB | 53/165 kB | 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 184 kB/s) Progress (4): 118/480 kB | 126/205 kB | 55 kB | 53/165 kB Progress (4): 118/480 kB | 131/205 kB | 55 kB | 53/165 kB Progress (4): 118/480 kB | 131/205 kB | 55 kB | 57/165 kB Progress (4): 122/480 kB | 131/205 kB | 55 kB | 57/165 kB 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 (4): 122/480 kB | 135/205 kB | 55 kB | 57/165 kB Progress (4): 126/480 kB | 135/205 kB | 55 kB | 57/165 kB Progress (4): 126/480 kB | 135/205 kB | 55 kB | 61/165 kB Progress (4): 131/480 kB | 135/205 kB | 55 kB | 61/165 kB Progress (4): 131/480 kB | 139/205 kB | 55 kB | 61/165 kB Progress (4): 131/480 kB | 139/205 kB | 55 kB | 65/165 kB Progress (4): 131/480 kB | 143/205 kB | 55 kB | 65/165 kB Progress (5): 131/480 kB | 143/205 kB | 55 kB | 65/165 kB | 4.1/5.8 kB Progress (5): 131/480 kB | 147/205 kB | 55 kB | 65/165 kB | 4.1/5.8 kB Progress (5): 135/480 kB | 147/205 kB | 55 kB | 65/165 kB | 4.1/5.8 kB Progress (5): 135/480 kB | 147/205 kB | 55 kB | 69/165 kB | 4.1/5.8 kB Progress (5): 135/480 kB | 147/205 kB | 55 kB | 69/165 kB | 5.8 kB Progress (5): 135/480 kB | 147/205 kB | 55 kB | 73/165 kB | 5.8 kB Progress (5): 135/480 kB | 151/205 kB | 55 kB | 73/165 kB | 5.8 kB Progress (5): 139/480 kB | 151/205 kB | 55 kB | 73/165 kB | 5.8 kB Progress (5): 139/480 kB | 155/205 kB | 55 kB | 73/165 kB | 5.8 kB Progress (5): 139/480 kB | 155/205 kB | 55 kB | 77/165 kB | 5.8 kB Progress (5): 139/480 kB | 159/205 kB | 55 kB | 77/165 kB | 5.8 kB Progress (5): 143/480 kB | 159/205 kB | 55 kB | 77/165 kB | 5.8 kB Progress (5): 143/480 kB | 163/205 kB | 55 kB | 77/165 kB | 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 19 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 (4): 143/480 kB | 163/205 kB | 55 kB | 81/165 kB Progress (4): 143/480 kB | 167/205 kB | 55 kB | 81/165 kB Progress (4): 147/480 kB | 167/205 kB | 55 kB | 81/165 kB Progress (4): 147/480 kB | 171/205 kB | 55 kB | 81/165 kB Progress (4): 147/480 kB | 171/205 kB | 55 kB | 85/165 kB Progress (4): 147/480 kB | 176/205 kB | 55 kB | 85/165 kB Progress (5): 147/480 kB | 176/205 kB | 55 kB | 85/165 kB | 2.5 kB Progress (5): 151/480 kB | 176/205 kB | 55 kB | 85/165 kB | 2.5 kB Progress (5): 151/480 kB | 176/205 kB | 55 kB | 90/165 kB | 2.5 kB Progress (5): 155/480 kB | 176/205 kB | 55 kB | 90/165 kB | 2.5 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 177 kB/s) Progress (4): 155/480 kB | 180/205 kB | 90/165 kB | 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 8.0 kB/s) 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 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 (3): 159/480 kB | 180/205 kB | 90/165 kB Progress (3): 159/480 kB | 180/205 kB | 94/165 kB Progress (3): 163/480 kB | 180/205 kB | 94/165 kB Progress (3): 163/480 kB | 184/205 kB | 94/165 kB Progress (3): 163/480 kB | 184/205 kB | 98/165 kB Progress (3): 163/480 kB | 188/205 kB | 98/165 kB Progress (4): 163/480 kB | 188/205 kB | 98/165 kB | 4.1/262 kB Progress (4): 167/480 kB | 188/205 kB | 98/165 kB | 4.1/262 kB Progress (4): 167/480 kB | 192/205 kB | 98/165 kB | 4.1/262 kB Progress (4): 171/480 kB | 192/205 kB | 98/165 kB | 4.1/262 kB Progress (4): 171/480 kB | 192/205 kB | 102/165 kB | 4.1/262 kB Progress (4): 171/480 kB | 192/205 kB | 102/165 kB | 7.7/262 kB Progress (5): 171/480 kB | 192/205 kB | 102/165 kB | 7.7/262 kB | 4.1/379 kB Progress (5): 171/480 kB | 192/205 kB | 106/165 kB | 7.7/262 kB | 4.1/379 kB Progress (5): 176/480 kB | 192/205 kB | 106/165 kB | 7.7/262 kB | 4.1/379 kB Progress (5): 176/480 kB | 196/205 kB | 106/165 kB | 7.7/262 kB | 4.1/379 kB Progress (5): 180/480 kB | 196/205 kB | 106/165 kB | 7.7/262 kB | 4.1/379 kB Progress (5): 180/480 kB | 196/205 kB | 110/165 kB | 7.7/262 kB | 4.1/379 kB Progress (5): 180/480 kB | 196/205 kB | 110/165 kB | 7.7/262 kB | 7.7/379 kB Progress (5): 180/480 kB | 196/205 kB | 110/165 kB | 12/262 kB | 7.7/379 kB Progress (5): 180/480 kB | 196/205 kB | 110/165 kB | 12/262 kB | 12/379 kB Progress (5): 180/480 kB | 196/205 kB | 114/165 kB | 12/262 kB | 12/379 kB Progress (5): 184/480 kB | 196/205 kB | 114/165 kB | 12/262 kB | 12/379 kB Progress (5): 184/480 kB | 200/205 kB | 114/165 kB | 12/262 kB | 12/379 kB Progress (5): 184/480 kB | 200/205 kB | 118/165 kB | 12/262 kB | 12/379 kB Progress (5): 188/480 kB | 200/205 kB | 118/165 kB | 12/262 kB | 12/379 kB Progress (5): 188/480 kB | 200/205 kB | 118/165 kB | 12/262 kB | 16/379 kB Progress (5): 188/480 kB | 200/205 kB | 118/165 kB | 16/262 kB | 16/379 kB Progress (5): 192/480 kB | 200/205 kB | 118/165 kB | 16/262 kB | 16/379 kB Progress (5): 192/480 kB | 200/205 kB | 122/165 kB | 16/262 kB | 16/379 kB Progress (5): 192/480 kB | 204/205 kB | 122/165 kB | 16/262 kB | 16/379 kB Progress (5): 192/480 kB | 204/205 kB | 122/165 kB | 20/262 kB | 16/379 kB Progress (5): 192/480 kB | 204/205 kB | 126/165 kB | 20/262 kB | 16/379 kB Progress (5): 192/480 kB | 204/205 kB | 126/165 kB | 20/262 kB | 20/379 kB Progress (5): 196/480 kB | 204/205 kB | 126/165 kB | 20/262 kB | 20/379 kB Progress (5): 196/480 kB | 204/205 kB | 126/165 kB | 20/262 kB | 24/379 kB Progress (5): 196/480 kB | 204/205 kB | 131/165 kB | 20/262 kB | 24/379 kB Progress (5): 196/480 kB | 204/205 kB | 131/165 kB | 24/262 kB | 24/379 kB Progress (5): 196/480 kB | 205 kB | 131/165 kB | 24/262 kB | 24/379 kB Progress (5): 196/480 kB | 205 kB | 135/165 kB | 24/262 kB | 24/379 kB Progress (5): 196/480 kB | 205 kB | 135/165 kB | 28/262 kB | 24/379 kB Progress (5): 200/480 kB | 205 kB | 135/165 kB | 28/262 kB | 24/379 kB Progress (5): 200/480 kB | 205 kB | 135/165 kB | 28/262 kB | 28/379 kB Progress (5): 204/480 kB | 205 kB | 135/165 kB | 28/262 kB | 28/379 kB Progress (5): 204/480 kB | 205 kB | 135/165 kB | 32/262 kB | 28/379 kB Progress (5): 204/480 kB | 205 kB | 139/165 kB | 32/262 kB | 28/379 kB Progress (5): 208/480 kB | 205 kB | 139/165 kB | 32/262 kB | 28/379 kB Progress (5): 208/480 kB | 205 kB | 139/165 kB | 32/262 kB | 32/379 kB Progress (5): 208/480 kB | 205 kB | 139/165 kB | 36/262 kB | 32/379 kB Progress (5): 212/480 kB | 205 kB | 139/165 kB | 36/262 kB | 32/379 kB Progress (5): 212/480 kB | 205 kB | 143/165 kB | 36/262 kB | 32/379 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 609 kB/s) Progress (4): 212/480 kB | 143/165 kB | 40/262 kB | 32/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 (4): 217/480 kB | 143/165 kB | 40/262 kB | 32/379 kB Progress (4): 217/480 kB | 147/165 kB | 40/262 kB | 32/379 kB Progress (4): 217/480 kB | 147/165 kB | 40/262 kB | 36/379 kB Progress (4): 221/480 kB | 147/165 kB | 40/262 kB | 36/379 kB Progress (4): 221/480 kB | 147/165 kB | 45/262 kB | 36/379 kB Progress (4): 225/480 kB | 147/165 kB | 45/262 kB | 36/379 kB Progress (4): 225/480 kB | 151/165 kB | 45/262 kB | 36/379 kB Progress (4): 225/480 kB | 151/165 kB | 45/262 kB | 40/379 kB Progress (4): 225/480 kB | 155/165 kB | 45/262 kB | 40/379 kB Progress (4): 229/480 kB | 155/165 kB | 45/262 kB | 40/379 kB Progress (4): 229/480 kB | 155/165 kB | 49/262 kB | 40/379 kB Progress (4): 229/480 kB | 159/165 kB | 49/262 kB | 40/379 kB Progress (4): 229/480 kB | 159/165 kB | 49/262 kB | 45/379 kB Progress (4): 233/480 kB | 159/165 kB | 49/262 kB | 45/379 kB Progress (4): 237/480 kB | 159/165 kB | 49/262 kB | 45/379 kB Progress (4): 241/480 kB | 159/165 kB | 49/262 kB | 45/379 kB Progress (4): 245/480 kB | 159/165 kB | 49/262 kB | 45/379 kB Progress (4): 249/480 kB | 159/165 kB | 49/262 kB | 45/379 kB Progress (4): 253/480 kB | 159/165 kB | 49/262 kB | 45/379 kB Progress (4): 258/480 kB | 159/165 kB | 49/262 kB | 45/379 kB Progress (4): 258/480 kB | 163/165 kB | 49/262 kB | 45/379 kB Progress (4): 262/480 kB | 163/165 kB | 49/262 kB | 45/379 kB Progress (5): 262/480 kB | 163/165 kB | 49/262 kB | 45/379 kB | 4.1/53 kB Progress (5): 262/480 kB | 163/165 kB | 49/262 kB | 49/379 kB | 4.1/53 kB Progress (5): 262/480 kB | 163/165 kB | 53/262 kB | 49/379 kB | 4.1/53 kB Progress (5): 266/480 kB | 163/165 kB | 53/262 kB | 49/379 kB | 4.1/53 kB Progress (5): 266/480 kB | 163/165 kB | 53/262 kB | 49/379 kB | 7.7/53 kB Progress (5): 266/480 kB | 165 kB | 53/262 kB | 49/379 kB | 7.7/53 kB Progress (5): 266/480 kB | 165 kB | 53/262 kB | 53/379 kB | 7.7/53 kB Progress (5): 266/480 kB | 165 kB | 53/262 kB | 53/379 kB | 12/53 kB Progress (5): 270/480 kB | 165 kB | 53/262 kB | 53/379 kB | 12/53 kB Progress (5): 270/480 kB | 165 kB | 57/262 kB | 53/379 kB | 12/53 kB Progress (5): 274/480 kB | 165 kB | 57/262 kB | 53/379 kB | 12/53 kB Progress (5): 274/480 kB | 165 kB | 57/262 kB | 53/379 kB | 16/53 kB Progress (5): 274/480 kB | 165 kB | 57/262 kB | 57/379 kB | 16/53 kB Progress (5): 278/480 kB | 165 kB | 57/262 kB | 57/379 kB | 16/53 kB Progress (5): 278/480 kB | 165 kB | 61/262 kB | 57/379 kB | 16/53 kB Progress (5): 278/480 kB | 165 kB | 61/262 kB | 57/379 kB | 20/53 kB Progress (5): 278/480 kB | 165 kB | 61/262 kB | 61/379 kB | 20/53 kB Progress (5): 278/480 kB | 165 kB | 61/262 kB | 61/379 kB | 24/53 kB Progress (5): 282/480 kB | 165 kB | 61/262 kB | 61/379 kB | 24/53 kB Progress (5): 282/480 kB | 165 kB | 65/262 kB | 61/379 kB | 24/53 kB Progress (5): 286/480 kB | 165 kB | 65/262 kB | 61/379 kB | 24/53 kB Progress (5): 286/480 kB | 165 kB | 65/262 kB | 61/379 kB | 28/53 kB Progress (5): 286/480 kB | 165 kB | 65/262 kB | 65/379 kB | 28/53 kB Progress (5): 286/480 kB | 165 kB | 69/262 kB | 65/379 kB | 28/53 kB Progress (5): 286/480 kB | 165 kB | 69/262 kB | 65/379 kB | 32/53 kB Progress (5): 290/480 kB | 165 kB | 69/262 kB | 65/379 kB | 32/53 kB Progress (5): 290/480 kB | 165 kB | 73/262 kB | 65/379 kB | 32/53 kB Progress (5): 294/480 kB | 165 kB | 73/262 kB | 65/379 kB | 32/53 kB Progress (5): 294/480 kB | 165 kB | 73/262 kB | 65/379 kB | 36/53 kB Progress (5): 294/480 kB | 165 kB | 73/262 kB | 69/379 kB | 36/53 kB Progress (5): 294/480 kB | 165 kB | 77/262 kB | 69/379 kB | 36/53 kB Progress (5): 294/480 kB | 165 kB | 77/262 kB | 73/379 kB | 36/53 kB Progress (5): 298/480 kB | 165 kB | 77/262 kB | 73/379 kB | 36/53 kB Progress (5): 298/480 kB | 165 kB | 77/262 kB | 73/379 kB | 40/53 kB Progress (5): 303/480 kB | 165 kB | 77/262 kB | 73/379 kB | 40/53 kB Progress (5): 303/480 kB | 165 kB | 77/262 kB | 77/379 kB | 40/53 kB Progress (5): 303/480 kB | 165 kB | 81/262 kB | 77/379 kB | 40/53 kB Progress (5): 303/480 kB | 165 kB | 81/262 kB | 81/379 kB | 40/53 kB Progress (5): 307/480 kB | 165 kB | 81/262 kB | 81/379 kB | 40/53 kB Progress (5): 307/480 kB | 165 kB | 85/262 kB | 81/379 kB | 40/53 kB Progress (5): 307/480 kB | 165 kB | 85/262 kB | 81/379 kB | 45/53 kB Progress (5): 307/480 kB | 165 kB | 90/262 kB | 81/379 kB | 45/53 kB Progress (5): 307/480 kB | 165 kB | 90/262 kB | 85/379 kB | 45/53 kB Progress (5): 311/480 kB | 165 kB | 90/262 kB | 85/379 kB | 45/53 kB Progress (5): 311/480 kB | 165 kB | 90/262 kB | 90/379 kB | 45/53 kB Progress (5): 311/480 kB | 165 kB | 94/262 kB | 90/379 kB | 45/53 kB Progress (5): 311/480 kB | 165 kB | 94/262 kB | 90/379 kB | 49/53 kB Progress (5): 315/480 kB | 165 kB | 94/262 kB | 90/379 kB | 49/53 kB Progress (5): 315/480 kB | 165 kB | 98/262 kB | 90/379 kB | 49/53 kB Progress (5): 315/480 kB | 165 kB | 98/262 kB | 94/379 kB | 49/53 kB Progress (5): 315/480 kB | 165 kB | 98/262 kB | 94/379 kB | 53 kB Progress (5): 319/480 kB | 165 kB | 98/262 kB | 94/379 kB | 53 kB Progress (5): 319/480 kB | 165 kB | 102/262 kB | 94/379 kB | 53 kB Progress (5): 319/480 kB | 165 kB | 102/262 kB | 98/379 kB | 53 kB Progress (5): 319/480 kB | 165 kB | 106/262 kB | 98/379 kB | 53 kB Progress (5): 323/480 kB | 165 kB | 106/262 kB | 98/379 kB | 53 kB Progress (5): 323/480 kB | 165 kB | 110/262 kB | 98/379 kB | 53 kB Progress (5): 327/480 kB | 165 kB | 110/262 kB | 98/379 kB | 53 kB Progress (5): 327/480 kB | 165 kB | 110/262 kB | 102/379 kB | 53 kB Progress (5): 327/480 kB | 165 kB | 114/262 kB | 102/379 kB | 53 kB Progress (5): 331/480 kB | 165 kB | 114/262 kB | 102/379 kB | 53 kB Progress (5): 331/480 kB | 165 kB | 114/262 kB | 106/379 kB | 53 kB Progress (5): 331/480 kB | 165 kB | 118/262 kB | 106/379 kB | 53 kB Progress (5): 335/480 kB | 165 kB | 118/262 kB | 106/379 kB | 53 kB Progress (5): 335/480 kB | 165 kB | 122/262 kB | 106/379 kB | 53 kB Progress (5): 335/480 kB | 165 kB | 122/262 kB | 110/379 kB | 53 kB Progress (5): 335/480 kB | 165 kB | 126/262 kB | 110/379 kB | 53 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 386 kB/s) Progress (4): 339/480 kB | 126/262 kB | 110/379 kB | 53 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): 339/480 kB | 131/262 kB | 110/379 kB | 53 kB Progress (4): 339/480 kB | 131/262 kB | 114/379 kB | 53 kB Progress (4): 344/480 kB | 131/262 kB | 114/379 kB | 53 kB Progress (4): 344/480 kB | 135/262 kB | 114/379 kB | 53 kB Progress (4): 344/480 kB | 139/262 kB | 114/379 kB | 53 kB Progress (4): 344/480 kB | 143/262 kB | 114/379 kB | 53 kB Progress (4): 348/480 kB | 143/262 kB | 114/379 kB | 53 kB Progress (4): 348/480 kB | 143/262 kB | 118/379 kB | 53 kB Progress (4): 348/480 kB | 147/262 kB | 118/379 kB | 53 kB Progress (4): 348/480 kB | 147/262 kB | 122/379 kB | 53 kB Progress (4): 352/480 kB | 147/262 kB | 122/379 kB | 53 kB Progress (4): 352/480 kB | 147/262 kB | 126/379 kB | 53 kB Progress (4): 356/480 kB | 147/262 kB | 126/379 kB | 53 kB Progress (4): 356/480 kB | 151/262 kB | 126/379 kB | 53 kB Progress (4): 360/480 kB | 151/262 kB | 126/379 kB | 53 kB Progress (4): 360/480 kB | 151/262 kB | 131/379 kB | 53 kB Progress (4): 360/480 kB | 155/262 kB | 131/379 kB | 53 kB Progress (4): 360/480 kB | 159/262 kB | 131/379 kB | 53 kB Progress (4): 364/480 kB | 159/262 kB | 131/379 kB | 53 kB Progress (4): 364/480 kB | 163/262 kB | 131/379 kB | 53 kB Progress (4): 364/480 kB | 163/262 kB | 135/379 kB | 53 kB Progress (4): 368/480 kB | 163/262 kB | 135/379 kB | 53 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 121 kB/s) Progress (3): 368/480 kB | 163/262 kB | 139/379 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): 368/480 kB | 167/262 kB | 139/379 kB Progress (3): 372/480 kB | 167/262 kB | 139/379 kB Progress (3): 372/480 kB | 171/262 kB | 139/379 kB Progress (3): 372/480 kB | 171/262 kB | 143/379 kB Progress (3): 372/480 kB | 176/262 kB | 143/379 kB Progress (3): 376/480 kB | 176/262 kB | 143/379 kB Progress (3): 376/480 kB | 180/262 kB | 143/379 kB Progress (3): 376/480 kB | 180/262 kB | 147/379 kB Progress (3): 380/480 kB | 180/262 kB | 147/379 kB Progress (3): 380/480 kB | 184/262 kB | 147/379 kB Progress (3): 384/480 kB | 184/262 kB | 147/379 kB Progress (3): 384/480 kB | 188/262 kB | 147/379 kB Progress (3): 389/480 kB | 188/262 kB | 147/379 kB Progress (3): 389/480 kB | 192/262 kB | 147/379 kB Progress (3): 393/480 kB | 192/262 kB | 147/379 kB Progress (3): 397/480 kB | 192/262 kB | 147/379 kB Progress (3): 397/480 kB | 192/262 kB | 151/379 kB Progress (3): 401/480 kB | 192/262 kB | 151/379 kB Progress (4): 401/480 kB | 192/262 kB | 151/379 kB | 4.1/23 kB Progress (5): 401/480 kB | 192/262 kB | 151/379 kB | 4.1/23 kB | 4.1/14 kB Progress (5): 401/480 kB | 196/262 kB | 151/379 kB | 4.1/23 kB | 4.1/14 kB Progress (5): 401/480 kB | 196/262 kB | 151/379 kB | 4.1/23 kB | 7.7/14 kB Progress (5): 401/480 kB | 196/262 kB | 151/379 kB | 7.7/23 kB | 7.7/14 kB Progress (5): 405/480 kB | 196/262 kB | 151/379 kB | 7.7/23 kB | 7.7/14 kB Progress (5): 405/480 kB | 196/262 kB | 155/379 kB | 7.7/23 kB | 7.7/14 kB Progress (5): 409/480 kB | 196/262 kB | 155/379 kB | 7.7/23 kB | 7.7/14 kB Progress (5): 409/480 kB | 200/262 kB | 155/379 kB | 7.7/23 kB | 7.7/14 kB Progress (5): 409/480 kB | 200/262 kB | 155/379 kB | 12/23 kB | 7.7/14 kB Progress (5): 409/480 kB | 200/262 kB | 155/379 kB | 12/23 kB | 12/14 kB Progress (5): 413/480 kB | 200/262 kB | 155/379 kB | 12/23 kB | 12/14 kB Progress (5): 413/480 kB | 200/262 kB | 155/379 kB | 16/23 kB | 12/14 kB Progress (5): 413/480 kB | 204/262 kB | 155/379 kB | 16/23 kB | 12/14 kB Progress (5): 413/480 kB | 204/262 kB | 159/379 kB | 16/23 kB | 12/14 kB Progress (5): 413/480 kB | 204/262 kB | 159/379 kB | 20/23 kB | 12/14 kB Progress (5): 413/480 kB | 208/262 kB | 159/379 kB | 20/23 kB | 12/14 kB Progress (5): 417/480 kB | 208/262 kB | 159/379 kB | 20/23 kB | 12/14 kB Progress (5): 417/480 kB | 208/262 kB | 159/379 kB | 20/23 kB | 14 kB Progress (5): 421/480 kB | 208/262 kB | 159/379 kB | 20/23 kB | 14 kB Progress (5): 421/480 kB | 212/262 kB | 159/379 kB | 20/23 kB | 14 kB Progress (5): 421/480 kB | 212/262 kB | 159/379 kB | 23 kB | 14 kB Progress (5): 421/480 kB | 212/262 kB | 163/379 kB | 23 kB | 14 kB Progress (5): 425/480 kB | 212/262 kB | 163/379 kB | 23 kB | 14 kB Progress (5): 425/480 kB | 217/262 kB | 163/379 kB | 23 kB | 14 kB Progress (5): 425/480 kB | 221/262 kB | 163/379 kB | 23 kB | 14 kB Progress (5): 425/480 kB | 221/262 kB | 167/379 kB | 23 kB | 14 kB Progress (5): 430/480 kB | 221/262 kB | 167/379 kB | 23 kB | 14 kB Progress (5): 430/480 kB | 225/262 kB | 167/379 kB | 23 kB | 14 kB Progress (5): 434/480 kB | 225/262 kB | 167/379 kB | 23 kB | 14 kB Progress (5): 434/480 kB | 225/262 kB | 171/379 kB | 23 kB | 14 kB Progress (5): 438/480 kB | 225/262 kB | 171/379 kB | 23 kB | 14 kB Progress (5): 438/480 kB | 229/262 kB | 171/379 kB | 23 kB | 14 kB Progress (5): 442/480 kB | 229/262 kB | 171/379 kB | 23 kB | 14 kB Progress (5): 442/480 kB | 229/262 kB | 176/379 kB | 23 kB | 14 kB Progress (5): 442/480 kB | 229/262 kB | 180/379 kB | 23 kB | 14 kB Progress (5): 442/480 kB | 233/262 kB | 180/379 kB | 23 kB | 14 kB Progress (5): 446/480 kB | 233/262 kB | 180/379 kB | 23 kB | 14 kB Progress (5): 446/480 kB | 237/262 kB | 180/379 kB | 23 kB | 14 kB Progress (5): 450/480 kB | 237/262 kB | 180/379 kB | 23 kB | 14 kB Progress (5): 450/480 kB | 241/262 kB | 180/379 kB | 23 kB | 14 kB Progress (5): 450/480 kB | 241/262 kB | 184/379 kB | 23 kB | 14 kB Progress (5): 450/480 kB | 245/262 kB | 184/379 kB | 23 kB | 14 kB Progress (5): 454/480 kB | 245/262 kB | 184/379 kB | 23 kB | 14 kB Progress (5): 454/480 kB | 245/262 kB | 188/379 kB | 23 kB | 14 kB Progress (5): 458/480 kB | 245/262 kB | 188/379 kB | 23 kB | 14 kB Progress (5): 458/480 kB | 245/262 kB | 192/379 kB | 23 kB | 14 kB Progress (5): 458/480 kB | 249/262 kB | 192/379 kB | 23 kB | 14 kB Progress (5): 458/480 kB | 249/262 kB | 196/379 kB | 23 kB | 14 kB Progress (5): 458/480 kB | 253/262 kB | 196/379 kB | 23 kB | 14 kB Progress (5): 462/480 kB | 253/262 kB | 196/379 kB | 23 kB | 14 kB Progress (5): 462/480 kB | 258/262 kB | 196/379 kB | 23 kB | 14 kB Progress (5): 466/480 kB | 258/262 kB | 196/379 kB | 23 kB | 14 kB Progress (5): 466/480 kB | 258/262 kB | 200/379 kB | 23 kB | 14 kB Progress (5): 466/480 kB | 262/262 kB | 200/379 kB | 23 kB | 14 kB Progress (5): 466/480 kB | 262/262 kB | 204/379 kB | 23 kB | 14 kB Progress (5): 471/480 kB | 262/262 kB | 204/379 kB | 23 kB | 14 kB Progress (5): 471/480 kB | 262/262 kB | 208/379 kB | 23 kB | 14 kB Progress (5): 471/480 kB | 262 kB | 208/379 kB | 23 kB | 14 kB Progress (5): 471/480 kB | 262 kB | 212/379 kB | 23 kB | 14 kB Progress (5): 475/480 kB | 262 kB | 212/379 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) 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 45 kB/s) Progress (3): 475/480 kB | 262 kB | 217/379 kB Progress (3): 479/480 kB | 262 kB | 217/379 kB Progress (3): 479/480 kB | 262 kB | 221/379 kB 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 502 kB/s) Progress (2): 479/480 kB | 225/379 kB Progress (2): 480 kB | 225/379 kB Progress (2): 480 kB | 229/379 kB Progress (2): 480 kB | 233/379 kB Progress (2): 480 kB | 237/379 kB Progress (2): 480 kB | 241/379 kB Progress (2): 480 kB | 245/379 kB Progress (2): 480 kB | 249/379 kB Progress (2): 480 kB | 253/379 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) Progress (1): 258/379 kB Progress (1): 262/379 kB Progress (1): 266/379 kB Progress (1): 270/379 kB Progress (1): 274/379 kB Progress (1): 278/379 kB Progress (1): 282/379 kB Progress (1): 286/379 kB Progress (1): 290/379 kB Progress (1): 294/379 kB Progress (1): 298/379 kB Progress (1): 303/379 kB Progress (1): 307/379 kB Progress (1): 311/379 kB Progress (1): 315/379 kB Progress (1): 319/379 kB Progress (1): 323/379 kB Progress (1): 327/379 kB Progress (1): 331/379 kB Progress (1): 335/379 kB Progress (1): 339/379 kB Progress (1): 344/379 kB Progress (1): 348/379 kB Progress (1): 352/379 kB Progress (1): 356/379 kB Progress (1): 360/379 kB Progress (1): 364/379 kB Progress (1): 368/379 kB Progress (1): 372/379 kB Progress (1): 376/379 kB Progress (1): 379 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.jar (379 kB at 703 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.586 s [INFO] Finished at: 2020-01-27T10:01:15Z [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 2.3.3' [2.3.3-RELEASE 126af43] Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 2.3.3 1 file changed, 1 insertion(+), 1 deletion(-) + drop_artifacts 'jakarta\.xml\.ws:jakarta\.xml\.ws-api:2\.3\.3' /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:2\.3\.3' ++ 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:2.3.3 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.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z) 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.7.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 2.3.3 [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:check (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: 126af43 at timestamp: 1580119312319 [INFO] Storing buildScmBranch: 2.3.3-RELEASE [INFO] [INFO] --- spec-version-maven-plugin:2.0: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 = 2.3.3 [INFO] spec.extension.name = jakarta.xml.ws [INFO] spec.bundle.spec.version = 2.2 [INFO] spec.specification.version = 2.2 [INFO] spec.bundle.version = 2.3.3 [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.0.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 1 resource [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/javax/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/javax/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/javax/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-2.3.3.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-2.3.3-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ jakarta.xml.ws-api --- [INFO] Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/Action.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/AsyncHandler.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/Binding.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/BindingProvider.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/BindingType.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/Dispatch.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/Endpoint.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/EndpointContext.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/EndpointReference.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/FaultAction.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/Holder.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/LogicalMessage.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/ProtocolException.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/Provider.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/RequestWrapper.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/RespectBinding.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/RespectBindingFeature.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/Response.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/ResponseWrapper.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/Service.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/ServiceMode.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebEndpoint.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebFault.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebServiceClient.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebServiceContext.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebServiceException.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebServiceFeature.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebServicePermission.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebServiceProvider.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebServiceRef.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/WebServiceRefs.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/Handler.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/HandlerResolver.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/LogicalHandler.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/LogicalMessageContext.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/MessageContext.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/PortInfo.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/package-info.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/soap/SOAPHandler.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/soap/SOAPMessageContext.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/handler/soap/package-info.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/http/HTTPBinding.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/http/HTTPException.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/http/package-info.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/package-info.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/soap/Addressing.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/soap/AddressingFeature.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/soap/MTOM.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/soap/MTOMFeature.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/soap/SOAPBinding.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/soap/SOAPFaultException.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/soap/package-info.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/FactoryFinder.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/Invoker.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/Provider.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/ServiceDelegate.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/ServiceLoaderUtil.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/WebServiceFeatureAnnotation.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/http/HttpContext.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/http/HttpExchange.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/http/HttpHandler.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/http/package-info.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/spi/package-info.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/wsaddressing/W3CEndpointReference.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java... Loading source file /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/src/main/java/javax/xml/ws/wsaddressing/package-info.java... 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/javax/xml/ws/handler/Handler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/HandlerResolver.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/LogicalHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/LogicalMessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/MessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/MessageContext.Scope.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/PortInfo.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/http/HTTPBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/http/HTTPException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/HttpContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/HttpExchange.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/HttpHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/soap/SOAPHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/soap/SOAPMessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/Addressing.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/AddressingFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/AddressingFeature.Responses.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/MTOM.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/MTOMFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/SOAPBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/SOAPFaultException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/Invoker.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/Provider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/ServiceDelegate.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/WebServiceFeatureAnnotation.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/Action.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/AsyncHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/Binding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/BindingProvider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/BindingType.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/Dispatch.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/Endpoint.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/EndpointContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/EndpointReference.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/FaultAction.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/Holder.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/LogicalMessage.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/ProtocolException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/Provider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/RequestWrapper.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/RespectBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/RespectBindingFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/Response.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/ResponseWrapper.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/Service.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/Service.Mode.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/ServiceMode.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebEndpoint.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebFault.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebServiceClient.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebServiceContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebServiceException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebServiceFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebServicePermission.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebServiceProvider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebServiceRef.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/WebServiceRefs.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/wsaddressing/W3CEndpointReference.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/package-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/package-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/soap/package-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/soap/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/soap/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/http/package-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/http/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/http/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/package-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/package-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/package-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/package-tree.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/wsaddressing/package-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/wsaddressing/package-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/wsaddressing/package-tree.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/javax/xml/ws/class-use/Action.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/AsyncHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/Binding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/BindingProvider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/BindingType.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/Dispatch.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/Endpoint.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/EndpointContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/EndpointReference.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/FaultAction.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/Holder.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/LogicalMessage.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/ProtocolException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/Provider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/RequestWrapper.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/RespectBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/RespectBindingFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/Response.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/ResponseWrapper.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/Service.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/Service.Mode.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/ServiceMode.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebEndpoint.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebFault.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebServiceClient.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebServiceContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebServiceException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebServiceFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebServicePermission.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebServiceProvider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebServiceRef.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/class-use/WebServiceRefs.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/class-use/Handler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/class-use/HandlerResolver.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/class-use/LogicalHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/class-use/LogicalMessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/class-use/MessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/class-use/MessageContext.Scope.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/class-use/PortInfo.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/soap/class-use/SOAPHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/soap/class-use/SOAPMessageContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/http/class-use/HTTPBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/http/class-use/HTTPException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/class-use/Addressing.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/class-use/AddressingFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/class-use/AddressingFeature.Responses.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/class-use/MTOM.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/class-use/MTOMFeature.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/class-use/SOAPBinding.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/class-use/SOAPFaultException.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/class-use/Invoker.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/class-use/Provider.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/class-use/ServiceDelegate.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/class-use/WebServiceFeatureAnnotation.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/class-use/HttpContext.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/class-use/HttpExchange.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/class-use/HttpHandler.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/wsaddressing/class-use/W3CEndpointReference.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/wsaddressing/class-use/W3CEndpointReferenceBuilder.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/handler/soap/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/http/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/soap/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/xml/ws/spi/http/package-use.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/javax/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-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/allclasses-noframe.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/overview-summary.html... Generating /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] javadoc: warning - You have specified to generate frames, by using the --frames option. [WARNING] The default is currently to not generate frames and the support for [WARNING] frames will be removed in a future release. [WARNING] To suppress this warning, remove the --frames option and avoid the use of frames. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3-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-2.3.3.jar to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.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/2.3.3/jakarta.xml.ws-api-2.3.3.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3-sources.jar to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3-javadoc.jar to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3.jar.asc to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3.pom.asc to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3-sources.jar.asc to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3-javadoc.jar.asc to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3-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-2.3.3.jar to /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/nexus-staging/staging/3c62677ece7e/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.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/2.3.3/jakarta.xml.ws-api-2.3.3.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3-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/2.3.3/jakarta.xml.ws-api-2.3.3-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3-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/2.3.3/jakarta.xml.ws-api-2.3.3-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3.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/2.3.3/jakarta.xml.ws-api-2.3.3.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3.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/2.3.3/jakarta.xml.ws-api-2.3.3.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3-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/2.3.3/jakarta.xml.ws-api-2.3.3-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-spec-api-release/api/target/jakarta.xml.ws-api-2.3.3-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/2.3.3/jakarta.xml.ws-api-2.3.3-javadoc.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "3c62677ece7e" [INFO] * Created staging repository with ID "jakartaxmlws-1000". [INFO] * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaxmlws-1000 [INFO] * Uploading locally staged artifacts to profile jakarta.xml.ws [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "jakartaxmlws-1000". Waiting for operation to complete... .. [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:32 min [INFO] Finished at: 2020-01-27T10:03:00Z [INFO] ------------------------------------------------------------------------ + echo '-[ Tag release ]----------------------------------------------------------------' -[ Tag release ]---------------------------------------------------------------- + git tag 2.3.3 -m 'JSON-B API 2.3.3 release' + echo '-[ API next snapshot version ]--------------------------------------------------' -[ API next snapshot version ]-------------------------------------------------- + set_version API /home/jenkins/agent/workspace/jax-ws-spec-api-release/api 2.3.4-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=2.3.4-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 2.3.3 [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 2.3.3 [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:2.3.3 -> 2.3.4-SNAPSHOT [INFO] Processing jakarta.xml.ws:jakarta.xml.ws-api [INFO] Updating project jakarta.xml.ws:jakarta.xml.ws-api [INFO] from version 2.3.3 to 2.3.4-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.163 s [INFO] Finished at: 2020-01-27T10:03:05Z [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 2.3.4-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.854 s [INFO] Finished at: 2020-01-27T10:03:09Z [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 2.3.4-SNAPSHOT' [2.3.3-RELEASE f916396] Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 2.3.4-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 2.3.3-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 '2.3.3-RELEASE' on GitHub by visiting: remote: https://github.com/eclipse-ee4j/jax-ws-api/pull/new/2.3.3-RELEASE remote: To github.com:eclipse-ee4j/jax-ws-api.git * [new branch] 2.3.3-RELEASE -> 2.3.3-RELEASE + git push origin 2.3.3 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] 2.3.3 -> 2.3.3 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 266 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