Started by user Dmitry Kornilov Agent default-java-m1mjl is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (): [EnvInject] - Loading node environment variables. Building remotely on default-java-m1mjl in workspace /home/jenkins/workspace/jaxb-xsom [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-p5U06VHL6nGJ/agent.84 SSH_AGENT_PID=86 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/workspace/jaxb-xsom@tmp/private_key_6893812514452036134.key (/home/jenkins/workspace/jaxb-xsom@tmp/private_key_6893812514452036134.key) [ssh-agent] Using credentials eclipse-jaxb-impl-bot (GitHub bot SSH) Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jaxb-ri.git > git init /home/jenkins/workspace/jaxb-xsom # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-ri.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --progress git@github.com:eclipse-ee4j/jaxb-ri.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-ri.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/jaxb-ri.git # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-ri.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --progress git@github.com:eclipse-ee4j/jaxb-ri.git +refs/heads/EE4J_8:refs/remotes/origin/EE4J_8 > git rev-parse refs/remotes/origin/EE4J_8^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/EE4J_8^{commit} # timeout=10 Checking out Revision a58e26800b812292c356298f6e71eb51d87e0d89 (refs/remotes/origin/EE4J_8) > git config core.sparsecheckout # timeout=10 > git checkout -f a58e26800b812292c356298f6e71eb51d87e0d89 Commit message: "Fixed javadoc generation. (#1253)" > git rev-list --no-walk 02ffad70fa84a3972fea0e851e0652eba5c078d5 # timeout=10 provisioning config files... copy managed file [settings-jaxb-impl.xml] to file:/home/jenkins/.m2/settings.xml copy managed file [settings-security.xml] to file:/home/jenkins/.m2/settings-security.xml [jaxb-xsom] $ /bin/bash -ex /tmp/jenkins2392716581171975128.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/openjdk + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7 + HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.1.0 + BUILD_DIR=/home/jenkins/workspace/jaxb-xsom/jaxb-ri/xsom + cd /home/jenkins/workspace/jaxb-xsom/jaxb-ri/xsom + grep '' pom.xml + grep SNAPSHOT 2.3.2-SNAPSHOT ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version ++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$' + SNAPSHOT_VERSION=2.3.2-SNAPSHOT + '[' -z '' ']' + '[' -z 2.3.2-SNAPSHOT ']' ++ echo 2.3.2-SNAPSHOT ++ sed -e s/-SNAPSHOT// + RELEASE_VERSION=2.3.2 + '[' -z '' ']' ++ echo 2.3.2 ++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/' + NEXT_VERSION=2.3 + set -f + NEXT_COMPONENTS=(${RELEASE_VERSION//\./ }) + LAST_INDEX=2 + NEXT_COMPONENTS[${LAST_INDEX}]=3 ++ echo 2 3 3 ++ tr ' ' . + NEXT_VERSION=2.3.3-SNAPSHOT + RELEASE_TAG=2.3.2-CodeModel-RELEASE + echo 'Current version: 2.3.2-SNAPSHOT' Current version: 2.3.2-SNAPSHOT + echo 'Release version: 2.3.2' Release version: 2.3.2 + echo 'Next version: 2.3.3-SNAPSHOT' Next version: 2.3.3-SNAPSHOT + echo 'Release tag: 2.3.2-CodeModel-RELEASE' Release tag: 2.3.2-CodeModel-RELEASE + '[' -z 2.3.2-SNAPSHOT -o -z 2.3.2 -o -z 2.3.3-SNAPSHOT ']' + '[' false = true ']' + MVN_DEPLOY_ARGS=nexus-staging:deploy ++ git remote + GIT_ORIGIN=origin + echo '-[ Prepare branch ]-------------------------------------------------------------' -[ Prepare branch ]------------------------------------------------------------- ++ git branch -r ++ grep origin/2.3.2-XSOM + [[ -n origin/2.3.2-XSOM ]] + '[' true = true ']' + echo 'origin/2.3.2-XSOM branch already exists, deleting' origin/2.3.2-XSOM branch already exists, deleting + git push --delete origin 2.3.2-XSOM Failed to add the RSA host key for IP address '192.30.253.113' to the list of known hosts (/home/jenkins/.ssh/known_hosts). To github.com:eclipse-ee4j/jaxb-ri.git - [deleted] 2.3.2-XSOM + true + echo '-[ Release tag cleanup ]--------------------------------------------------------' -[ Release tag cleanup ]-------------------------------------------------------- ++ git ls-remote --tags origin ++ grep 2.3.2-CodeModel-RELEASE Failed to add the RSA host key for IP address '192.30.253.113' to the list of known hosts (/home/jenkins/.ssh/known_hosts). + [[ -n de22bdd55bc3ec12f4f7f23a439fe6f6f2fad8d5 refs/tags/2.3.2-CodeModel-RELEASE de660cd576222f53b597dbe44b3a1c5c8b63b96b refs/tags/2.3.2-CodeModel-RELEASE^{} ]] + '[' true = true ']' + echo '2.3.2-CodeModel-RELEASE tag already exists, deleting' 2.3.2-CodeModel-RELEASE tag already exists, deleting + git push --delete origin 2.3.2-CodeModel-RELEASE Failed to add the RSA host key for IP address '192.30.253.113' to the list of known hosts (/home/jenkins/.ssh/known_hosts). To github.com:eclipse-ee4j/jaxb-ri.git - [deleted] 2.3.2-CodeModel-RELEASE + true + cd /home/jenkins/workspace/jaxb-xsom + git branch --delete 2.3.2-XSOM error: branch '2.3.2-XSOM' not found. + git checkout -b 2.3.2-XSOM Switched to a new branch '2.3.2-XSOM' + git tag --delete 2.3.2-CodeModel-RELEASE Deleted tag '2.3.2-CodeModel-RELEASE' (was de22bdd) + true + git config --global user.email jaxb-impl-bot@eclipse.org + git config --global user.name 'Eclipse JAXBimpl Bot' + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key CE8B1D1D2530EDC5: public key "Eclipse Implementation of JAXB Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key CE8B1D1D2530EDC5: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key 04543577D6A9CC626239C50C7ECBD740FF06AEB5 trust Secret subkeys are available. pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: unknown validity: unknown ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ unknown] (1). Eclipse Implementation of JAXB Project pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: unknown validity: unknown ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ unknown] (1). Eclipse Implementation of JAXB Project 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/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ unknown] (1). Eclipse Implementation of JAXB Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key 06A4D15D9FA796BA5DECF592CE8B1D1D2530EDC5 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-09-10 pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ultimate] (1). Eclipse Implementation of JAXB Project pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ultimate] (1). Eclipse Implementation of JAXB Project 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/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ultimate] (1). Eclipse Implementation of JAXB Project + cd /home/jenkins/workspace/jaxb-xsom/jaxb-ri/xsom ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId ++ grep -Ev '(^\[)' + ARTIFACT_ID=xsom ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId ++ grep -Ev '(^\[)' + GROUP_ID=org.glassfish.jaxb + STAGING_DESC=org.glassfish.jaxb:xsom:2.3.2 ++ echo org.glassfish.jaxb:xsom:2.3.2 ++ sed -e 's/\./\\\./g' + STAGING_KEY='org\.glassfish\.jaxb:xsom:2\.3\.2' + echo '-[ Set release version ]--------------------------------------------------------' -[ Set release version ]-------------------------------------------------------- + mvn -U -C -Pstaging -DnewVersion=2.3.2 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set org.codehaus.mojo:versions-maven-plugin:2.7:use-releases [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jaxb:xsom:jar:2.3.2-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 133, column 21 [WARNING] 'parent.relativePath' of POM org.glassfish.jaxb:xsom:2.3.2-SNAPSHOT (/home/jenkins/workspace/jaxb-xsom/jaxb-ri/xsom/pom.xml) points at com.sun.xml.bind.mvn:jaxb-parent instead of org.eclipse.ee4j:project, please verify your project structure @ line 17, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom Progress (1): 3.8/17 kB Progress (1): 7.9/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom (17 kB at 30 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar Progress (1): 3.8/310 kB Progress (1): 7.9/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): 37/310 kB Progress (1): 41/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): 66/310 kB Progress (1): 70/310 kB Progress (1): 73/310 kB Progress (1): 77/310 kB Progress (1): 82/310 kB Progress (1): 86/310 kB Progress (1): 90/310 kB Progress (1): 94/310 kB Progress (1): 98/310 kB Progress (1): 98/310 kB Progress (1): 102/310 kB Progress (1): 106/310 kB Progress (1): 111/310 kB Progress (1): 115/310 kB Progress (1): 119/310 kB Progress (1): 123/310 kB Progress (1): 127/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): 152/310 kB Progress (1): 156/310 kB Progress (1): 160/310 kB Progress (1): 164/310 kB Progress (1): 168/310 kB Progress (1): 172/310 kB Progress (1): 176/310 kB Progress (1): 180/310 kB Progress (1): 184/310 kB Progress (1): 188/310 kB Progress (1): 193/310 kB Progress (1): 197/310 kB Progress (1): 201/310 kB Progress (1): 205/310 kB Progress (1): 209/310 kB Progress (1): 213/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): 238/310 kB Progress (1): 242/310 kB Progress (1): 246/310 kB Progress (1): 250/310 kB Progress (1): 254/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): 279/310 kB Progress (1): 283/310 kB Progress (1): 287/310 kB Progress (1): 291/310 kB Progress (1): 295/310 kB Progress (1): 299/310 kB Progress (1): 303/310 kB Progress (1): 307/310 kB Progress (1): 310 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar (310 kB at 1.0 MB/s) [INFO] [INFO] ----------------------< org.glassfish.jaxb:xsom >----------------------- [INFO] Building XSOM 2.3.2-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xsom --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 22 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 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 40 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 693 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 214 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 120 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 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 464 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.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 465 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar 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 643 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): 44/226 kB Progress (1): 48/226 kB Progress (1): 52/226 kB Progress (1): 56/226 kB Progress (1): 60/226 kB Progress (1): 64/226 kB Progress (1): 68/226 kB Progress (1): 72/226 kB Progress (1): 76/226 kB Progress (1): 80/226 kB Progress (1): 84/226 kB Progress (1): 88/226 kB Progress (1): 92/226 kB Progress (1): 96/226 kB Progress (1): 100/226 kB Progress (1): 104/226 kB Progress (1): 108/226 kB Progress (1): 112/226 kB Progress (1): 116/226 kB Progress (1): 120/226 kB Progress (1): 124/226 kB Progress (1): 128/226 kB Progress (1): 132/226 kB Progress (1): 136/226 kB Progress (1): 140/226 kB Progress (1): 144/226 kB Progress (1): 148/226 kB Progress (1): 152/226 kB Progress (1): 156/226 kB Progress (1): 160/226 kB Progress (1): 164/226 kB Progress (1): 168/226 kB Progress (1): 172/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): 216/226 kB Progress (1): 220/226 kB Progress (1): 224/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.5 MB/s) [INFO] [INFO] ----------------------< org.glassfish.jaxb:xsom >----------------------- [INFO] Building XSOM 2.3.2-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ xsom --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 172 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 104 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.pom Progress (1): 4.1/24 kB Progress (1): 7.9/24 kB Progress (1): 12/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.pom (24 kB at 76 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 3.8 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 12 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom 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 40 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 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 612 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 104 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom 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 33 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1/5.8 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 325 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 115 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 6.3 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1/7.9 kB Progress (1): 7.9/7.9 kB Progress (1): 7.9 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 38 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 23 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 13 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 97 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 76 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 113 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 799 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 88 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 166 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 91 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 129 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 121 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 163 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 107 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Progress (1): 4.1/8.0 kB Progress (1): 7.7/8.0 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 399 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/11/commons-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.2 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 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 48 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 4.1/4.2 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 236 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/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 964 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 115 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 31 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 74 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 208 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom Progress (1): 4.1/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 17 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 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 31 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1/4.2 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 sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom Progress (1): 4.1/4.9 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 189 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 64 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 763 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 77 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 170 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 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 690 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom 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 24 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 118 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 347 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 225 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 239 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Progress (1): 4.1/7.5 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 268 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 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 332 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.1/project-4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 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 780 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Progress (1): 4.1/4.9 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 257 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Progress (1): 4.1/9.4 kB Progress (1): 7.7/9.4 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 492 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.0/project-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 4.1/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/httpcomponents/project/4.0/project-4.0.pom (13 kB at 252 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 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 735 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/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 434 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 4.1/6.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 170 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.pom Progress (1): 3.0 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 9.9 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom Progress (1): 4.1/6.7 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 203 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 168 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 68 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 154 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom 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 39 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 136 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 91 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 176 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 116 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 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 552 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom 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 12 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 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 25 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom Progress (1): 4.1/7.0 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 280 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1/commons-logging-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom Progress (1): 4.1/6.2 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 309 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 476 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/logkit/logkit/1.0.1/logkit-1.0.1.pom 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 6.4 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom 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 7.3 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom 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 8.2 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom Progress (1): 4.1/6.0 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 sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.6/commons-digester-1.6.pom 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 42 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 116 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 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 9.1 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.0/commons-collections-2.0.pom 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 9.0 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 196 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 75 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 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 480 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 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 361 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1/5.3 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 351 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.pom 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 7.9 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.pom 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 5.0 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.pom 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 31 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom Progress (1): 4.1/4.3 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 216 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 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 410 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-master/4/struts-master-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 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 623 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/2/apache-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 103 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.pom 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 929 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 128 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 161 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 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 625 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 13 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 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 385 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom (1.8 kB at 35 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 44 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom Progress (1): 4.1/6.6 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 193 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 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 257 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom (3.1 kB at 68 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom (2.9 kB at 50 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom Progress (1): 4.1/4.6 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 46 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 18 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 131 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1/5.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 228 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 242 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean/3.7/xbean-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 813 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 4.1/5.5 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 323 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 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 1.0 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 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 498 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 130 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/google/1/google-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 97 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 52 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom Progress (1): 1.8 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom (1.8 kB at 4.5 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom 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 31 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom Progress (1): 1.4 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 4.0 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 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 486 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/17/commons-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 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 421 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Progress (1): 4.1/8.8 kB Progress (1): 7.8/8.8 kB Progress (1): 8.8 kB Progress (2): 8.8 kB | 3.8/17 kB Progress (3): 8.8 kB | 3.8/17 kB | 4.1/22 kB Progress (3): 8.8 kB | 3.8/17 kB | 7.8/22 kB Progress (3): 8.8 kB | 3.8/17 kB | 12/22 kB Progress (3): 8.8 kB | 3.8/17 kB | 12/22 kB Progress (3): 8.8 kB | 7.9/17 kB | 12/22 kB Progress (3): 8.8 kB | 12/17 kB | 12/22 kB Progress (3): 8.8 kB | 16/17 kB | 12/22 kB Progress (3): 8.8 kB | 17 kB | 12/22 kB Progress (3): 8.8 kB | 17 kB | 16/22 kB Progress (3): 8.8 kB | 17 kB | 20/22 kB Progress (3): 8.8 kB | 17 kB | 22 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 13 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 22 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 26 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar Progress (1): 3.8/98 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar Progress (1): 7.9/98 kB Progress (1): 12/98 kB Progress (1): 16/98 kB Progress (1): 20/98 kB Progress (1): 21/98 kB Progress (1): 25/98 kB Progress (1): 29/98 kB Progress (1): 33/98 kB Progress (1): 37/98 kB Progress (1): 41/98 kB Progress (1): 45/98 kB Progress (1): 49/98 kB Progress (1): 53/98 kB Progress (1): 57/98 kB Progress (1): 61/98 kB Progress (1): 65/98 kB Progress (1): 69/98 kB Progress (1): 73/98 kB Progress (1): 77/98 kB Progress (1): 82/98 kB Progress (1): 86/98 kB Progress (1): 90/98 kB Progress (1): 94/98 kB Progress (1): 98 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 41 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar Progress (1): 3.8/482 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (1): 7.9/482 kB Progress (1): 12/482 kB Progress (1): 16/482 kB Progress (1): 20/482 kB Progress (1): 24/482 kB Progress (1): 28/482 kB Progress (1): 32/482 kB Progress (1): 33/482 kB Progress (1): 37/482 kB Progress (1): 41/482 kB Progress (1): 45/482 kB Progress (1): 49/482 kB Progress (1): 53/482 kB Progress (1): 57/482 kB Progress (1): 61/482 kB Progress (1): 66/482 kB Progress (1): 70/482 kB Progress (1): 74/482 kB Progress (1): 78/482 kB Progress (1): 82/482 kB Progress (1): 86/482 kB Progress (1): 90/482 kB Progress (1): 94/482 kB Progress (1): 98/482 kB Progress (1): 102/482 kB Progress (1): 106/482 kB Progress (1): 111/482 kB Progress (1): 115/482 kB Progress (1): 119/482 kB Progress (1): 123/482 kB Progress (1): 127/482 kB Progress (1): 131/482 kB Progress (1): 135/482 kB Progress (1): 139/482 kB Progress (1): 143/482 kB Progress (1): 147/482 kB Progress (1): 152/482 kB Progress (1): 156/482 kB Progress (1): 160/482 kB Progress (1): 164/482 kB Progress (1): 168/482 kB Progress (1): 172/482 kB Progress (1): 176/482 kB Progress (1): 180/482 kB Progress (1): 184/482 kB Progress (1): 188/482 kB Progress (1): 193/482 kB Progress (1): 197/482 kB Progress (1): 201/482 kB Progress (1): 205/482 kB Progress (1): 209/482 kB Progress (1): 213/482 kB Progress (1): 217/482 kB Progress (1): 221/482 kB Progress (1): 225/482 kB Progress (1): 229/482 kB Progress (1): 233/482 kB Progress (1): 238/482 kB Progress (1): 242/482 kB Progress (1): 246/482 kB Progress (1): 250/482 kB Progress (1): 254/482 kB Progress (1): 258/482 kB Progress (1): 262/482 kB Progress (1): 266/482 kB Progress (1): 270/482 kB Progress (1): 274/482 kB Progress (1): 279/482 kB Progress (1): 283/482 kB Progress (1): 287/482 kB Progress (1): 291/482 kB Progress (1): 295/482 kB Progress (1): 299/482 kB Progress (1): 303/482 kB Progress (1): 307/482 kB Progress (1): 311/482 kB Progress (1): 315/482 kB Progress (1): 319/482 kB Progress (1): 324/482 kB Progress (1): 328/482 kB Progress (1): 332/482 kB Progress (1): 336/482 kB Progress (1): 340/482 kB Progress (1): 344/482 kB Progress (1): 348/482 kB Progress (1): 352/482 kB Progress (1): 356/482 kB Progress (1): 360/482 kB Progress (1): 365/482 kB Progress (1): 369/482 kB Progress (1): 373/482 kB Progress (1): 377/482 kB Progress (1): 381/482 kB Progress (1): 385/482 kB Progress (1): 389/482 kB Progress (1): 393/482 kB Progress (1): 397/482 kB Progress (1): 401/482 kB Progress (1): 406/482 kB Progress (1): 410/482 kB Progress (1): 414/482 kB Progress (1): 418/482 kB Progress (1): 422/482 kB Progress (1): 426/482 kB Progress (1): 430/482 kB Progress (1): 434/482 kB Progress (1): 438/482 kB Progress (1): 442/482 kB Progress (1): 446/482 kB Progress (1): 451/482 kB Progress (1): 455/482 kB Progress (1): 459/482 kB Progress (1): 463/482 kB Progress (1): 467/482 kB Progress (1): 471/482 kB Progress (1): 475/482 kB Progress (1): 479/482 kB Progress (1): 482 kB Progress (2): 482 kB | 4.1/182 kB Progress (2): 482 kB | 7.8/182 kB Progress (2): 482 kB | 12/182 kB Progress (2): 482 kB | 16/182 kB Progress (2): 482 kB | 20/182 kB Progress (2): 482 kB | 24/182 kB Progress (2): 482 kB | 28/182 kB Progress (2): 482 kB | 32/182 kB Progress (2): 482 kB | 33/182 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar (482 kB at 120 kB/s) Progress (1): 37/182 kB Progress (1): 41/182 kB Progress (1): 45/182 kB Progress (1): 49/182 kB Progress (1): 53/182 kB Progress (1): 57/182 kB Progress (1): 61/182 kB Progress (1): 66/182 kB Progress (1): 70/182 kB Progress (1): 74/182 kB Progress (1): 78/182 kB Progress (1): 82/182 kB Progress (1): 86/182 kB Progress (1): 90/182 kB Progress (1): 94/182 kB Progress (1): 98/182 kB Progress (1): 102/182 kB Progress (1): 106/182 kB Progress (1): 111/182 kB Progress (1): 115/182 kB Progress (1): 119/182 kB Progress (1): 123/182 kB Progress (1): 127/182 kB Progress (1): 131/182 kB Progress (1): 135/182 kB Progress (1): 139/182 kB Progress (1): 143/182 kB Progress (1): 147/182 kB Progress (1): 152/182 kB Progress (1): 156/182 kB Progress (1): 160/182 kB Progress (1): 164/182 kB Progress (1): 168/182 kB Progress (1): 172/182 kB Progress (1): 176/182 kB Progress (1): 180/182 kB Progress (1): 182 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar (182 kB at 44 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-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 Progress (1): 4.1/80 kB Progress (1): 7.7/80 kB Progress (1): 12/80 kB Progress (1): 16/80 kB Progress (2): 16/80 kB | 4.1/332 kB Progress (2): 20/80 kB | 4.1/332 kB Progress (2): 20/80 kB | 7.7/332 kB Progress (2): 24/80 kB | 7.7/332 kB Progress (2): 24/80 kB | 12/332 kB Progress (2): 24/80 kB | 16/332 kB Progress (2): 28/80 kB | 16/332 kB Progress (2): 32/80 kB | 16/332 kB Progress (2): 32/80 kB | 20/332 kB Progress (2): 32/80 kB | 24/332 kB Progress (2): 36/80 kB | 24/332 kB Progress (2): 36/80 kB | 28/332 kB Progress (2): 40/80 kB | 28/332 kB Progress (2): 40/80 kB | 32/332 kB Progress (2): 44/80 kB | 32/332 kB Progress (2): 44/80 kB | 36/332 kB Progress (2): 48/80 kB | 36/332 kB Progress (2): 48/80 kB | 40/332 kB Progress (2): 52/80 kB | 40/332 kB Progress (2): 56/80 kB | 40/332 kB Progress (2): 56/80 kB | 44/332 kB Progress (2): 56/80 kB | 48/332 kB Progress (2): 60/80 kB | 48/332 kB Progress (3): 60/80 kB | 48/332 kB | 4.1/68 kB Progress (3): 60/80 kB | 52/332 kB | 4.1/68 kB Progress (3): 64/80 kB | 52/332 kB | 4.1/68 kB Progress (4): 64/80 kB | 52/332 kB | 4.1/68 kB | 4.1/178 kB Progress (4): 64/80 kB | 56/332 kB | 4.1/68 kB | 4.1/178 kB Progress (4): 64/80 kB | 56/332 kB | 7.7/68 kB | 4.1/178 kB Progress (4): 68/80 kB | 56/332 kB | 7.7/68 kB | 4.1/178 kB Progress (4): 68/80 kB | 56/332 kB | 7.7/68 kB | 7.7/178 kB Progress (4): 68/80 kB | 56/332 kB | 12/68 kB | 7.7/178 kB Progress (4): 72/80 kB | 56/332 kB | 12/68 kB | 7.7/178 kB Progress (4): 72/80 kB | 60/332 kB | 12/68 kB | 7.7/178 kB Progress (4): 76/80 kB | 60/332 kB | 12/68 kB | 7.7/178 kB Progress (4): 76/80 kB | 60/332 kB | 16/68 kB | 7.7/178 kB Progress (4): 76/80 kB | 60/332 kB | 16/68 kB | 12/178 kB Progress (4): 80/80 kB | 60/332 kB | 16/68 kB | 12/178 kB Progress (4): 80/80 kB | 60/332 kB | 20/68 kB | 12/178 kB Progress (4): 80/80 kB | 64/332 kB | 20/68 kB | 12/178 kB Progress (4): 80/80 kB | 64/332 kB | 24/68 kB | 12/178 kB Progress (4): 80 kB | 64/332 kB | 24/68 kB | 12/178 kB Progress (4): 80 kB | 64/332 kB | 24/68 kB | 16/178 kB Progress (4): 80 kB | 64/332 kB | 28/68 kB | 16/178 kB Progress (4): 80 kB | 66/332 kB | 28/68 kB | 16/178 kB Progress (4): 80 kB | 66/332 kB | 32/68 kB | 16/178 kB Progress (4): 80 kB | 66/332 kB | 32/68 kB | 20/178 kB Progress (4): 80 kB | 70/332 kB | 32/68 kB | 20/178 kB Progress (4): 80 kB | 70/332 kB | 36/68 kB | 20/178 kB Progress (4): 80 kB | 70/332 kB | 36/68 kB | 24/178 kB Progress (4): 80 kB | 70/332 kB | 40/68 kB | 24/178 kB Progress (4): 80 kB | 74/332 kB | 40/68 kB | 24/178 kB Progress (4): 80 kB | 74/332 kB | 40/68 kB | 28/178 kB Progress (4): 80 kB | 74/332 kB | 44/68 kB | 28/178 kB Progress (4): 80 kB | 74/332 kB | 44/68 kB | 32/178 kB Progress (4): 80 kB | 74/332 kB | 48/68 kB | 32/178 kB Progress (4): 80 kB | 78/332 kB | 48/68 kB | 32/178 kB Progress (4): 80 kB | 78/332 kB | 52/68 kB | 32/178 kB Progress (4): 80 kB | 78/332 kB | 52/68 kB | 36/178 kB Progress (4): 80 kB | 78/332 kB | 56/68 kB | 36/178 kB Progress (5): 80 kB | 78/332 kB | 56/68 kB | 36/178 kB | 4.1/26 kB Progress (5): 80 kB | 78/332 kB | 60/68 kB | 36/178 kB | 4.1/26 kB Progress (5): 80 kB | 82/332 kB | 60/68 kB | 36/178 kB | 4.1/26 kB Progress (5): 80 kB | 82/332 kB | 64/68 kB | 36/178 kB | 4.1/26 kB Progress (5): 80 kB | 82/332 kB | 64/68 kB | 36/178 kB | 7.7/26 kB Progress (5): 80 kB | 82/332 kB | 64/68 kB | 40/178 kB | 7.7/26 kB Progress (5): 80 kB | 82/332 kB | 68 kB | 40/178 kB | 7.7/26 kB Progress (5): 80 kB | 86/332 kB | 68 kB | 40/178 kB | 7.7/26 kB Progress (5): 80 kB | 86/332 kB | 68 kB | 44/178 kB | 7.7/26 kB Progress (5): 80 kB | 86/332 kB | 68 kB | 44/178 kB | 12/26 kB Progress (5): 80 kB | 86/332 kB | 68 kB | 48/178 kB | 12/26 kB Progress (5): 80 kB | 90/332 kB | 68 kB | 48/178 kB | 12/26 kB Progress (5): 80 kB | 90/332 kB | 68 kB | 52/178 kB | 12/26 kB Progress (5): 80 kB | 90/332 kB | 68 kB | 52/178 kB | 16/26 kB Progress (5): 80 kB | 90/332 kB | 68 kB | 56/178 kB | 16/26 kB Progress (5): 80 kB | 94/332 kB | 68 kB | 56/178 kB | 16/26 kB Progress (5): 80 kB | 94/332 kB | 68 kB | 56/178 kB | 20/26 kB Progress (5): 80 kB | 98/332 kB | 68 kB | 56/178 kB | 20/26 kB Progress (5): 80 kB | 98/332 kB | 68 kB | 60/178 kB | 20/26 kB Progress (5): 80 kB | 98/332 kB | 68 kB | 60/178 kB | 24/26 kB Progress (5): 80 kB | 98/332 kB | 68 kB | 64/178 kB | 24/26 kB Progress (5): 80 kB | 98/332 kB | 68 kB | 64/178 kB | 24/26 kB Progress (5): 80 kB | 98/332 kB | 68 kB | 68/178 kB | 24/26 kB Progress (5): 80 kB | 98/332 kB | 68 kB | 68/178 kB | 26 kB Progress (5): 80 kB | 98/332 kB | 68 kB | 72/178 kB | 26 kB Progress (5): 80 kB | 102/332 kB | 68 kB | 72/178 kB | 26 kB Progress (5): 80 kB | 102/332 kB | 68 kB | 76/178 kB | 26 kB Progress (5): 80 kB | 106/332 kB | 68 kB | 76/178 kB | 26 kB Progress (5): 80 kB | 106/332 kB | 68 kB | 80/178 kB | 26 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 1.7 MB/s) Progress (4): 106/332 kB | 68 kB | 84/178 kB | 26 kB Progress (4): 110/332 kB | 68 kB | 84/178 kB | 26 kB Progress (4): 110/332 kB | 68 kB | 88/178 kB | 26 kB 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 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 1.4 MB/s) Progress (3): 110/332 kB | 92/178 kB | 26 kB Progress (3): 114/332 kB | 92/178 kB | 26 kB Progress (3): 114/332 kB | 96/178 kB | 26 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (3): 114/332 kB | 100/178 kB | 26 kB Progress (3): 118/332 kB | 100/178 kB | 26 kB Progress (3): 118/332 kB | 104/178 kB | 26 kB Progress (3): 122/332 kB | 104/178 kB | 26 kB Progress (3): 122/332 kB | 108/178 kB | 26 kB Progress (3): 122/332 kB | 112/178 kB | 26 kB Progress (3): 126/332 kB | 112/178 kB | 26 kB Progress (3): 126/332 kB | 116/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 493 kB/s) Progress (2): 126/332 kB | 120/178 kB Progress (2): 130/332 kB | 120/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Progress (2): 131/332 kB | 120/178 kB Progress (2): 131/332 kB | 124/178 kB Progress (2): 131/332 kB | 128/178 kB Progress (2): 135/332 kB | 128/178 kB Progress (2): 135/332 kB | 132/178 kB Progress (2): 139/332 kB | 132/178 kB Progress (2): 139/332 kB | 136/178 kB Progress (2): 139/332 kB | 140/178 kB Progress (2): 143/332 kB | 140/178 kB Progress (2): 143/332 kB | 144/178 kB Progress (2): 147/332 kB | 144/178 kB Progress (2): 147/332 kB | 148/178 kB Progress (2): 147/332 kB | 152/178 kB Progress (2): 151/332 kB | 152/178 kB Progress (2): 151/332 kB | 156/178 kB Progress (2): 155/332 kB | 156/178 kB Progress (2): 155/332 kB | 160/178 kB Progress (2): 155/332 kB | 164/178 kB Progress (2): 159/332 kB | 164/178 kB Progress (2): 159/332 kB | 168/178 kB Progress (2): 163/332 kB | 168/178 kB Progress (2): 163/332 kB | 172/178 kB Progress (2): 164/332 kB | 172/178 kB Progress (2): 164/332 kB | 176/178 kB Progress (2): 168/332 kB | 176/178 kB Progress (3): 168/332 kB | 176/178 kB | 4.1/22 kB Progress (3): 168/332 kB | 178 kB | 4.1/22 kB Progress (3): 168/332 kB | 178 kB | 7.7/22 kB Progress (3): 172/332 kB | 178 kB | 7.7/22 kB Progress (3): 176/332 kB | 178 kB | 7.7/22 kB Progress (3): 176/332 kB | 178 kB | 12/22 kB Progress (3): 180/332 kB | 178 kB | 12/22 kB Progress (3): 180/332 kB | 178 kB | 16/22 kB Progress (3): 180/332 kB | 178 kB | 20/22 kB Progress (3): 184/332 kB | 178 kB | 20/22 kB Progress (3): 184/332 kB | 178 kB | 22 kB Progress (3): 188/332 kB | 178 kB | 22 kB Progress (3): 192/332 kB | 178 kB | 22 kB Progress (3): 196/332 kB | 178 kB | 22 kB Progress (3): 200/332 kB | 178 kB | 22 kB Progress (3): 204/332 kB | 178 kB | 22 kB Progress (3): 208/332 kB | 178 kB | 22 kB Progress (3): 212/332 kB | 178 kB | 22 kB Progress (3): 216/332 kB | 178 kB | 22 kB Progress (3): 220/332 kB | 178 kB | 22 kB Progress (3): 224/332 kB | 178 kB | 22 kB Progress (3): 228/332 kB | 178 kB | 22 kB Progress (4): 228/332 kB | 178 kB | 22 kB | 4.1/13 kB Progress (4): 232/332 kB | 178 kB | 22 kB | 4.1/13 kB Progress (4): 232/332 kB | 178 kB | 22 kB | 7.7/13 kB Progress (4): 236/332 kB | 178 kB | 22 kB | 7.7/13 kB Progress (4): 236/332 kB | 178 kB | 22 kB | 12/13 kB Progress (5): 236/332 kB | 178 kB | 22 kB | 12/13 kB | 4.1/35 kB Progress (5): 240/332 kB | 178 kB | 22 kB | 12/13 kB | 4.1/35 kB Progress (5): 240/332 kB | 178 kB | 22 kB | 13 kB | 4.1/35 kB Progress (5): 244/332 kB | 178 kB | 22 kB | 13 kB | 4.1/35 kB Progress (5): 244/332 kB | 178 kB | 22 kB | 13 kB | 7.7/35 kB Progress (5): 248/332 kB | 178 kB | 22 kB | 13 kB | 7.7/35 kB Progress (5): 248/332 kB | 178 kB | 22 kB | 13 kB | 12/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.8 MB/s) Progress (4): 252/332 kB | 22 kB | 13 kB | 12/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Progress (4): 252/332 kB | 22 kB | 13 kB | 16/35 kB Progress (4): 256/332 kB | 22 kB | 13 kB | 16/35 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 341 kB/s) Progress (3): 260/332 kB | 13 kB | 16/35 kB Progress (3): 260/332 kB | 13 kB | 20/35 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 (3): 264/332 kB | 13 kB | 20/35 kB Progress (3): 264/332 kB | 13 kB | 24/35 kB Progress (3): 268/332 kB | 13 kB | 24/35 kB Progress (3): 268/332 kB | 13 kB | 28/35 kB Progress (3): 268/332 kB | 13 kB | 32/35 kB Progress (3): 272/332 kB | 13 kB | 32/35 kB Progress (3): 272/332 kB | 13 kB | 35 kB Progress (3): 276/332 kB | 13 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 192 kB/s) Progress (2): 280/332 kB | 35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Progress (2): 284/332 kB | 35 kB Progress (2): 288/332 kB | 35 kB Progress (2): 292/332 kB | 35 kB Progress (2): 296/332 kB | 35 kB Progress (2): 300/332 kB | 35 kB Progress (2): 304/332 kB | 35 kB Progress (2): 308/332 kB | 35 kB Progress (2): 312/332 kB | 35 kB Progress (2): 316/332 kB | 35 kB Progress (2): 320/332 kB | 35 kB Progress (2): 324/332 kB | 35 kB Progress (2): 328/332 kB | 35 kB Progress (2): 332 kB | 35 kB Progress (3): 332 kB | 35 kB | 4.1/39 kB Progress (3): 332 kB | 35 kB | 7.7/39 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 4.4 MB/s) Progress (2): 35 kB | 12/39 kB Progress (3): 35 kB | 12/39 kB | 4.1/41 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (3): 35 kB | 12/39 kB | 7.7/41 kB Progress (3): 35 kB | 16/39 kB | 7.7/41 kB Progress (3): 35 kB | 20/39 kB | 7.7/41 kB Progress (3): 35 kB | 24/39 kB | 7.7/41 kB Progress (3): 35 kB | 24/39 kB | 12/41 kB Progress (3): 35 kB | 24/39 kB | 16/41 kB Progress (3): 35 kB | 28/39 kB | 16/41 kB Progress (3): 35 kB | 32/39 kB | 16/41 kB Progress (3): 35 kB | 32/39 kB | 20/41 kB Progress (3): 35 kB | 36/39 kB | 20/41 kB Progress (3): 35 kB | 36/39 kB | 24/41 kB Progress (3): 35 kB | 39 kB | 24/41 kB Progress (3): 35 kB | 39 kB | 28/41 kB Progress (3): 35 kB | 39 kB | 32/41 kB Progress (3): 35 kB | 39 kB | 36/41 kB Progress (3): 35 kB | 39 kB | 40/41 kB Progress (3): 35 kB | 39 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 468 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 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 421 kB/s) Progress (2): 41 kB | 4.1/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Progress (2): 41 kB | 7.7/38 kB Progress (2): 41 kB | 12/38 kB Progress (2): 41 kB | 16/38 kB Progress (2): 41 kB | 20/38 kB Progress (2): 41 kB | 24/38 kB Progress (2): 41 kB | 28/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 478 kB/s) Progress (2): 28/38 kB | 4.1/10 kB Progress (2): 32/38 kB | 4.1/10 kB Progress (2): 32/38 kB | 7.7/10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Progress (2): 32/38 kB | 10 kB Progress (2): 36/38 kB | 10 kB Progress (2): 38 kB | 10 kB Progress (3): 38 kB | 10 kB | 4.1/88 kB Progress (3): 38 kB | 10 kB | 7.7/88 kB Progress (3): 38 kB | 10 kB | 12/88 kB Progress (3): 38 kB | 10 kB | 16/88 kB Progress (3): 38 kB | 10 kB | 20/88 kB Progress (3): 38 kB | 10 kB | 24/88 kB Progress (3): 38 kB | 10 kB | 28/88 kB Progress (3): 38 kB | 10 kB | 32/88 kB Progress (3): 38 kB | 10 kB | 33/88 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 110 kB/s) Progress (2): 38 kB | 37/88 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 394 kB/s) Progress (1): 41/88 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (1): 45/88 kB 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 (1): 49/88 kB Progress (1): 53/88 kB Progress (2): 53/88 kB | 4.1/49 kB Progress (2): 57/88 kB | 4.1/49 kB Progress (2): 57/88 kB | 7.7/49 kB Progress (2): 61/88 kB | 7.7/49 kB Progress (2): 61/88 kB | 12/49 kB Progress (2): 65/88 kB | 12/49 kB Progress (2): 65/88 kB | 16/49 kB Progress (2): 66/88 kB | 16/49 kB Progress (2): 66/88 kB | 20/49 kB Progress (2): 70/88 kB | 20/49 kB Progress (2): 70/88 kB | 24/49 kB Progress (2): 74/88 kB | 24/49 kB Progress (2): 74/88 kB | 28/49 kB Progress (2): 78/88 kB | 28/49 kB Progress (2): 78/88 kB | 32/49 kB Progress (2): 82/88 kB | 32/49 kB Progress (2): 82/88 kB | 36/49 kB Progress (2): 86/88 kB | 36/49 kB Progress (2): 86/88 kB | 40/49 kB Progress (2): 88 kB | 40/49 kB Progress (2): 88 kB | 44/49 kB Progress (3): 88 kB | 44/49 kB | 4.1/12 kB Progress (3): 88 kB | 48/49 kB | 4.1/12 kB Progress (3): 88 kB | 48/49 kB | 7.7/12 kB Progress (3): 88 kB | 49 kB | 7.7/12 kB Progress (3): 88 kB | 49 kB | 12/12 kB Progress (3): 88 kB | 49 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 834 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.jar Progress (3): 49 kB | 12 kB | 4.1/51 kB Progress (3): 49 kB | 12 kB | 7.7/51 kB Progress (4): 49 kB | 12 kB | 7.7/51 kB | 4.1/156 kB Progress (4): 49 kB | 12 kB | 12/51 kB | 4.1/156 kB Progress (4): 49 kB | 12 kB | 12/51 kB | 7.7/156 kB Progress (4): 49 kB | 12 kB | 16/51 kB | 7.7/156 kB Progress (4): 49 kB | 12 kB | 16/51 kB | 12/156 kB Progress (4): 49 kB | 12 kB | 16/51 kB | 16/156 kB Progress (4): 49 kB | 12 kB | 20/51 kB | 16/156 kB Progress (4): 49 kB | 12 kB | 20/51 kB | 20/156 kB Progress (4): 49 kB | 12 kB | 24/51 kB | 20/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 454 kB/s) Progress (3): 12 kB | 24/51 kB | 24/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 (3): 12 kB | 28/51 kB | 24/156 kB Progress (3): 12 kB | 28/51 kB | 28/156 kB Progress (3): 12 kB | 32/51 kB | 28/156 kB Progress (3): 12 kB | 32/51 kB | 32/156 kB Progress (3): 12 kB | 32/51 kB | 33/156 kB Progress (3): 12 kB | 36/51 kB | 33/156 kB Progress (3): 12 kB | 40/51 kB | 33/156 kB Progress (3): 12 kB | 40/51 kB | 37/156 kB Progress (3): 12 kB | 40/51 kB | 41/156 kB Progress (3): 12 kB | 40/51 kB | 45/156 kB Progress (3): 12 kB | 40/51 kB | 49/156 kB Progress (3): 12 kB | 44/51 kB | 49/156 kB Progress (3): 12 kB | 48/51 kB | 49/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 111 kB/s) Progress (2): 48/51 kB | 53/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar Progress (2): 51 kB | 53/156 kB Progress (2): 51 kB | 57/156 kB Progress (2): 51 kB | 61/156 kB Progress (2): 51 kB | 65/156 kB Progress (2): 51 kB | 66/156 kB Progress (3): 51 kB | 66/156 kB | 4.1/30 kB Progress (3): 51 kB | 70/156 kB | 4.1/30 kB Progress (3): 51 kB | 70/156 kB | 7.7/30 kB Progress (3): 51 kB | 74/156 kB | 7.7/30 kB Progress (3): 51 kB | 74/156 kB | 12/30 kB Progress (3): 51 kB | 78/156 kB | 12/30 kB Progress (3): 51 kB | 78/156 kB | 16/30 kB Progress (3): 51 kB | 82/156 kB | 16/30 kB Progress (3): 51 kB | 82/156 kB | 20/30 kB Progress (3): 51 kB | 82/156 kB | 24/30 kB Progress (3): 51 kB | 86/156 kB | 24/30 kB Progress (3): 51 kB | 86/156 kB | 28/30 kB Progress (3): 51 kB | 90/156 kB | 28/30 kB Progress (3): 51 kB | 90/156 kB | 30 kB Progress (3): 51 kB | 94/156 kB | 30 kB Progress (3): 51 kB | 98/156 kB | 30 kB Progress (3): 51 kB | 98/156 kB | 30 kB Progress (3): 51 kB | 102/156 kB | 30 kB Progress (3): 51 kB | 106/156 kB | 30 kB Progress (3): 51 kB | 110/156 kB | 30 kB Progress (3): 51 kB | 114/156 kB | 30 kB Progress (3): 51 kB | 118/156 kB | 30 kB Progress (3): 51 kB | 122/156 kB | 30 kB Progress (3): 51 kB | 126/156 kB | 30 kB Progress (3): 51 kB | 130/156 kB | 30 kB Progress (3): 51 kB | 131/156 kB | 30 kB Progress (3): 51 kB | 135/156 kB | 30 kB Progress (3): 51 kB | 139/156 kB | 30 kB Progress (3): 51 kB | 143/156 kB | 30 kB Progress (3): 51 kB | 147/156 kB | 30 kB Progress (3): 51 kB | 151/156 kB | 30 kB Progress (3): 51 kB | 155/156 kB | 30 kB Progress (3): 51 kB | 156 kB | 30 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 428 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 246 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.jar 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 1.3 MB/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.jar Progress (1): 4.1/165 kB Progress (1): 7.7/165 kB Progress (2): 7.7/165 kB | 4.1/209 kB Progress (2): 12/165 kB | 4.1/209 kB Progress (2): 12/165 kB | 7.7/209 kB Progress (2): 16/165 kB | 7.7/209 kB Progress (2): 16/165 kB | 12/209 kB Progress (2): 20/165 kB | 12/209 kB Progress (2): 20/165 kB | 16/209 kB Progress (2): 24/165 kB | 16/209 kB Progress (2): 24/165 kB | 20/209 kB Progress (2): 28/165 kB | 20/209 kB Progress (2): 28/165 kB | 24/209 kB Progress (2): 32/165 kB | 24/209 kB Progress (2): 33/165 kB | 24/209 kB Progress (2): 33/165 kB | 28/209 kB Progress (2): 33/165 kB | 32/209 kB Progress (2): 37/165 kB | 32/209 kB Progress (2): 37/165 kB | 33/209 kB Progress (2): 41/165 kB | 33/209 kB Progress (2): 41/165 kB | 37/209 kB Progress (2): 41/165 kB | 41/209 kB Progress (2): 41/165 kB | 45/209 kB Progress (2): 45/165 kB | 45/209 kB Progress (2): 45/165 kB | 49/209 kB Progress (2): 49/165 kB | 49/209 kB Progress (2): 49/165 kB | 53/209 kB Progress (2): 49/165 kB | 57/209 kB Progress (2): 53/165 kB | 57/209 kB Progress (2): 53/165 kB | 61/209 kB Progress (2): 57/165 kB | 61/209 kB Progress (2): 57/165 kB | 65/209 kB Progress (3): 57/165 kB | 65/209 kB | 4.1/61 kB Progress (3): 57/165 kB | 66/209 kB | 4.1/61 kB Progress (3): 61/165 kB | 66/209 kB | 4.1/61 kB Progress (3): 61/165 kB | 66/209 kB | 7.7/61 kB Progress (3): 65/165 kB | 66/209 kB | 7.7/61 kB Progress (3): 65/165 kB | 70/209 kB | 7.7/61 kB Progress (3): 66/165 kB | 70/209 kB | 7.7/61 kB Progress (3): 66/165 kB | 70/209 kB | 12/61 kB Progress (3): 66/165 kB | 74/209 kB | 12/61 kB Progress (3): 70/165 kB | 74/209 kB | 12/61 kB Progress (3): 70/165 kB | 74/209 kB | 16/61 kB Progress (3): 74/165 kB | 74/209 kB | 16/61 kB Progress (3): 74/165 kB | 74/209 kB | 20/61 kB Progress (3): 78/165 kB | 74/209 kB | 20/61 kB Progress (3): 78/165 kB | 74/209 kB | 24/61 kB Progress (3): 82/165 kB | 74/209 kB | 24/61 kB Progress (3): 82/165 kB | 74/209 kB | 28/61 kB Progress (3): 86/165 kB | 74/209 kB | 28/61 kB Progress (3): 86/165 kB | 74/209 kB | 32/61 kB Progress (3): 90/165 kB | 74/209 kB | 32/61 kB Progress (3): 90/165 kB | 74/209 kB | 33/61 kB Progress (3): 94/165 kB | 74/209 kB | 33/61 kB Progress (3): 94/165 kB | 74/209 kB | 37/61 kB Progress (3): 98/165 kB | 74/209 kB | 37/61 kB Progress (3): 98/165 kB | 74/209 kB | 41/61 kB Progress (3): 98/165 kB | 74/209 kB | 41/61 kB Progress (3): 98/165 kB | 74/209 kB | 45/61 kB Progress (3): 102/165 kB | 74/209 kB | 45/61 kB Progress (3): 102/165 kB | 74/209 kB | 49/61 kB Progress (3): 106/165 kB | 74/209 kB | 49/61 kB Progress (3): 106/165 kB | 74/209 kB | 53/61 kB Progress (3): 110/165 kB | 74/209 kB | 53/61 kB Progress (3): 110/165 kB | 74/209 kB | 57/61 kB Progress (3): 114/165 kB | 74/209 kB | 57/61 kB Progress (3): 114/165 kB | 74/209 kB | 61 kB Progress (3): 118/165 kB | 74/209 kB | 61 kB Progress (3): 122/165 kB | 74/209 kB | 61 kB Progress (3): 126/165 kB | 74/209 kB | 61 kB Progress (3): 130/165 kB | 74/209 kB | 61 kB Progress (3): 131/165 kB | 74/209 kB | 61 kB Progress (3): 135/165 kB | 74/209 kB | 61 kB Progress (3): 139/165 kB | 74/209 kB | 61 kB Progress (3): 143/165 kB | 74/209 kB | 61 kB Progress (3): 147/165 kB | 74/209 kB | 61 kB Progress (3): 151/165 kB | 74/209 kB | 61 kB Progress (3): 155/165 kB | 74/209 kB | 61 kB Progress (3): 159/165 kB | 74/209 kB | 61 kB Progress (3): 163/165 kB | 74/209 kB | 61 kB Progress (3): 165 kB | 74/209 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 427 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.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 1.1 MB/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): 74/209 kB | 4.1/167 kB Progress (2): 74/209 kB | 7.7/167 kB Progress (2): 74/209 kB | 12/167 kB Progress (2): 74/209 kB | 16/167 kB Progress (2): 74/209 kB | 20/167 kB Progress (2): 74/209 kB | 24/167 kB Progress (2): 74/209 kB | 28/167 kB Progress (2): 74/209 kB | 32/167 kB Progress (2): 74/209 kB | 33/167 kB Progress (2): 74/209 kB | 37/167 kB Progress (2): 74/209 kB | 41/167 kB Progress (2): 74/209 kB | 45/167 kB Progress (2): 74/209 kB | 49/167 kB Progress (2): 74/209 kB | 53/167 kB Progress (2): 74/209 kB | 57/167 kB Progress (2): 74/209 kB | 61/167 kB Progress (2): 74/209 kB | 65/167 kB Progress (2): 74/209 kB | 66/167 kB Progress (2): 74/209 kB | 70/167 kB Progress (2): 74/209 kB | 74/167 kB Progress (2): 74/209 kB | 78/167 kB Progress (2): 74/209 kB | 82/167 kB Progress (2): 74/209 kB | 86/167 kB Progress (2): 74/209 kB | 90/167 kB Progress (2): 74/209 kB | 94/167 kB Progress (2): 74/209 kB | 98/167 kB Progress (2): 74/209 kB | 98/167 kB Progress (2): 74/209 kB | 102/167 kB Progress (2): 74/209 kB | 106/167 kB Progress (2): 74/209 kB | 110/167 kB Progress (2): 74/209 kB | 114/167 kB Progress (2): 74/209 kB | 118/167 kB Progress (2): 74/209 kB | 122/167 kB Progress (2): 74/209 kB | 126/167 kB Progress (2): 74/209 kB | 130/167 kB Progress (2): 74/209 kB | 131/167 kB Progress (2): 74/209 kB | 135/167 kB Progress (2): 74/209 kB | 139/167 kB Progress (2): 78/209 kB | 139/167 kB Progress (2): 82/209 kB | 139/167 kB Progress (2): 82/209 kB | 143/167 kB Progress (2): 82/209 kB | 147/167 kB Progress (2): 86/209 kB | 147/167 kB Progress (2): 90/209 kB | 147/167 kB Progress (2): 90/209 kB | 151/167 kB Progress (2): 94/209 kB | 151/167 kB Progress (2): 94/209 kB | 155/167 kB Progress (2): 98/209 kB | 155/167 kB Progress (2): 98/209 kB | 155/167 kB Progress (2): 98/209 kB | 159/167 kB Progress (2): 102/209 kB | 159/167 kB Progress (2): 102/209 kB | 163/167 kB Progress (2): 106/209 kB | 163/167 kB Progress (2): 106/209 kB | 167/167 kB Progress (2): 110/209 kB | 167/167 kB Progress (2): 110/209 kB | 167 kB Progress (2): 114/209 kB | 167 kB Progress (2): 118/209 kB | 167 kB Progress (2): 122/209 kB | 167 kB Progress (2): 126/209 kB | 167 kB Progress (2): 130/209 kB | 167 kB Progress (2): 131/209 kB | 167 kB Progress (2): 135/209 kB | 167 kB Progress (2): 139/209 kB | 167 kB Progress (2): 143/209 kB | 167 kB Progress (2): 147/209 kB | 167 kB Progress (2): 151/209 kB | 167 kB Progress (2): 155/209 kB | 167 kB Progress (2): 159/209 kB | 167 kB Progress (2): 163/209 kB | 167 kB Progress (2): 164/209 kB | 167 kB Progress (2): 168/209 kB | 167 kB Progress (2): 172/209 kB | 167 kB Progress (2): 176/209 kB | 167 kB Progress (2): 180/209 kB | 167 kB Progress (2): 184/209 kB | 167 kB Progress (2): 188/209 kB | 167 kB Progress (2): 192/209 kB | 167 kB Progress (2): 196/209 kB | 167 kB Progress (2): 200/209 kB | 167 kB Progress (2): 204/209 kB | 167 kB Progress (2): 208/209 kB | 167 kB Progress (2): 209 kB | 167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 919 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 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.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Progress (2): 12 kB | 4.1/4.2 kB Progress (2): 12 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 58 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 21 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.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): 33/61 kB Progress (1): 37/61 kB Progress (1): 41/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/293 kB Progress (2): 61 kB | 7.7/293 kB Progress (2): 61 kB | 12/293 kB Progress (2): 61 kB | 16/293 kB Progress (2): 61 kB | 20/293 kB Progress (2): 61 kB | 24/293 kB Progress (2): 61 kB | 28/293 kB Progress (2): 61 kB | 32/293 kB Progress (2): 61 kB | 33/293 kB Progress (2): 61 kB | 37/293 kB Progress (2): 61 kB | 41/293 kB Progress (2): 61 kB | 45/293 kB Progress (2): 61 kB | 49/293 kB Progress (2): 61 kB | 53/293 kB Progress (2): 61 kB | 57/293 kB Progress (2): 61 kB | 61/293 kB Progress (2): 61 kB | 65/293 kB Progress (2): 61 kB | 66/293 kB Progress (2): 61 kB | 70/293 kB Progress (2): 61 kB | 74/293 kB Progress (2): 61 kB | 78/293 kB Progress (2): 61 kB | 82/293 kB Progress (2): 61 kB | 86/293 kB Progress (2): 61 kB | 90/293 kB Progress (2): 61 kB | 94/293 kB Progress (2): 61 kB | 98/293 kB Progress (2): 61 kB | 98/293 kB Progress (2): 61 kB | 102/293 kB Progress (2): 61 kB | 106/293 kB Progress (2): 61 kB | 110/293 kB Progress (2): 61 kB | 114/293 kB Progress (2): 61 kB | 118/293 kB Progress (2): 61 kB | 122/293 kB Progress (2): 61 kB | 126/293 kB Progress (2): 61 kB | 130/293 kB Progress (2): 61 kB | 134/293 kB Progress (2): 61 kB | 138/293 kB Progress (2): 61 kB | 142/293 kB Progress (2): 61 kB | 146/293 kB Progress (2): 61 kB | 150/293 kB Progress (2): 61 kB | 154/293 kB Progress (2): 61 kB | 158/293 kB Progress (2): 61 kB | 162/293 kB Progress (2): 61 kB | 166/293 kB Progress (2): 61 kB | 170/293 kB Progress (2): 61 kB | 174/293 kB Progress (2): 61 kB | 178/293 kB Progress (2): 61 kB | 182/293 kB Progress (2): 61 kB | 186/293 kB Progress (2): 61 kB | 190/293 kB Progress (2): 61 kB | 194/293 kB Progress (2): 61 kB | 198/293 kB Progress (2): 61 kB | 202/293 kB Progress (2): 61 kB | 206/293 kB Progress (2): 61 kB | 210/293 kB Progress (2): 61 kB | 214/293 kB Progress (2): 61 kB | 218/293 kB Progress (2): 61 kB | 222/293 kB Progress (2): 61 kB | 226/293 kB Progress (2): 61 kB | 229/293 kB Progress (2): 61 kB | 233/293 kB Progress (2): 61 kB | 237/293 kB Progress (2): 61 kB | 241/293 kB Progress (2): 61 kB | 245/293 kB Progress (2): 61 kB | 249/293 kB Progress (2): 61 kB | 253/293 kB Progress (2): 61 kB | 257/293 kB Progress (2): 61 kB | 261/293 kB Progress (2): 61 kB | 265/293 kB Progress (2): 61 kB | 269/293 kB Progress (2): 61 kB | 273/293 kB Progress (2): 61 kB | 277/293 kB Progress (2): 61 kB | 281/293 kB Progress (2): 61 kB | 285/293 kB Progress (2): 61 kB | 289/293 kB Progress (2): 61 kB | 293 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 1.1 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.jar 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 224 kB/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.jar Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 33/47 kB Progress (1): 37/47 kB Progress (1): 41/47 kB Progress (1): 45/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 161 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.jar Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Progress (2): 11 kB | 4.1/173 kB Progress (2): 11 kB | 7.7/173 kB Progress (2): 11 kB | 12/173 kB Progress (2): 11 kB | 16/173 kB Progress (2): 11 kB | 20/173 kB Progress (2): 11 kB | 24/173 kB Progress (2): 11 kB | 28/173 kB Progress (2): 11 kB | 32/173 kB Progress (2): 11 kB | 33/173 kB Progress (2): 11 kB | 37/173 kB Progress (2): 11 kB | 41/173 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 37 kB/s) Progress (1): 45/173 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 (1): 49/173 kB Progress (1): 53/173 kB Progress (1): 57/173 kB Progress (1): 61/173 kB Progress (1): 65/173 kB Progress (1): 66/173 kB Progress (1): 70/173 kB Progress (1): 74/173 kB Progress (1): 78/173 kB Progress (1): 82/173 kB Progress (1): 86/173 kB Progress (1): 90/173 kB Progress (1): 94/173 kB Progress (1): 98/173 kB Progress (1): 98/173 kB Progress (1): 102/173 kB Progress (1): 106/173 kB Progress (1): 110/173 kB Progress (1): 114/173 kB Progress (1): 118/173 kB Progress (1): 122/173 kB Progress (1): 126/173 kB Progress (1): 130/173 kB Progress (1): 131/173 kB Progress (1): 135/173 kB Progress (1): 139/173 kB Progress (1): 143/173 kB Progress (1): 147/173 kB Progress (1): 151/173 kB Progress (1): 155/173 kB Progress (1): 159/173 kB Progress (1): 163/173 kB Progress (1): 167/173 kB Progress (1): 171/173 kB Progress (1): 173 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.jar (173 kB at 537 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 (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 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 52 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.jar Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 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 47 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.jar Progress (1): 4.1/55 kB Progress (1): 7.7/55 kB Progress (1): 12/55 kB Progress (1): 16/55 kB Progress (1): 20/55 kB Progress (2): 20/55 kB | 4.1/12 kB Progress (2): 24/55 kB | 4.1/12 kB Progress (2): 24/55 kB | 7.7/12 kB Progress (2): 28/55 kB | 7.7/12 kB Progress (2): 28/55 kB | 12 kB Progress (2): 32/55 kB | 12 kB Progress (2): 36/55 kB | 12 kB Progress (2): 40/55 kB | 12 kB Progress (2): 44/55 kB | 12 kB Progress (2): 48/55 kB | 12 kB Progress (2): 52/55 kB | 12 kB Progress (2): 55 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 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar 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 130 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Progress (2): 7.7 kB | 4.1/62 kB Progress (2): 7.7 kB | 7.7/62 kB Progress (2): 7.7 kB | 12/62 kB Progress (2): 7.7 kB | 16/62 kB Progress (2): 7.7 kB | 20/62 kB Progress (2): 7.7 kB | 24/62 kB Progress (2): 7.7 kB | 28/62 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 17 kB/s) Progress (1): 32/62 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 (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 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 134 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.jar Progress (1): 4.1/347 kB Progress (1): 7.7/347 kB Progress (1): 12/347 kB Progress (1): 16/347 kB Progress (1): 20/347 kB Progress (1): 24/347 kB Progress (1): 28/347 kB Progress (1): 32/347 kB Progress (1): 33/347 kB Progress (1): 37/347 kB Progress (1): 41/347 kB Progress (1): 45/347 kB Progress (1): 49/347 kB Progress (1): 53/347 kB Progress (1): 57/347 kB Progress (1): 61/347 kB Progress (1): 65/347 kB Progress (1): 66/347 kB Progress (1): 70/347 kB Progress (1): 74/347 kB Progress (1): 78/347 kB Progress (1): 82/347 kB Progress (1): 86/347 kB Progress (1): 90/347 kB Progress (1): 94/347 kB Progress (1): 98/347 kB Progress (1): 98/347 kB Progress (1): 102/347 kB Progress (1): 106/347 kB Progress (1): 110/347 kB Progress (1): 114/347 kB Progress (1): 118/347 kB Progress (1): 122/347 kB Progress (1): 126/347 kB Progress (1): 130/347 kB Progress (1): 131/347 kB Progress (1): 135/347 kB Progress (1): 139/347 kB Progress (1): 143/347 kB Progress (1): 147/347 kB Progress (1): 151/347 kB Progress (1): 155/347 kB Progress (1): 159/347 kB Progress (1): 163/347 kB Progress (1): 164/347 kB Progress (1): 168/347 kB Progress (1): 172/347 kB Progress (1): 176/347 kB Progress (1): 180/347 kB Progress (1): 184/347 kB Progress (1): 188/347 kB Progress (2): 188/347 kB | 4.1/189 kB Progress (2): 192/347 kB | 4.1/189 kB Progress (2): 192/347 kB | 7.7/189 kB Progress (2): 196/347 kB | 7.7/189 kB Progress (2): 197/347 kB | 7.7/189 kB Progress (2): 197/347 kB | 12/189 kB Progress (2): 197/347 kB | 16/189 kB Progress (2): 201/347 kB | 16/189 kB Progress (2): 205/347 kB | 16/189 kB Progress (2): 205/347 kB | 20/189 kB Progress (2): 205/347 kB | 24/189 kB Progress (2): 209/347 kB | 24/189 kB Progress (2): 213/347 kB | 24/189 kB Progress (2): 213/347 kB | 28/189 kB Progress (2): 213/347 kB | 32/189 kB Progress (2): 217/347 kB | 32/189 kB Progress (2): 217/347 kB | 33/189 kB Progress (2): 221/347 kB | 33/189 kB Progress (2): 221/347 kB | 37/189 kB Progress (2): 225/347 kB | 37/189 kB Progress (2): 225/347 kB | 41/189 kB Progress (2): 229/347 kB | 41/189 kB Progress (2): 229/347 kB | 41/189 kB Progress (2): 229/347 kB | 45/189 kB Progress (2): 229/347 kB | 49/189 kB Progress (2): 233/347 kB | 49/189 kB Progress (2): 237/347 kB | 49/189 kB Progress (2): 237/347 kB | 53/189 kB Progress (2): 237/347 kB | 57/189 kB Progress (2): 241/347 kB | 57/189 kB Progress (2): 245/347 kB | 57/189 kB Progress (2): 245/347 kB | 61/189 kB Progress (2): 245/347 kB | 65/189 kB Progress (2): 249/347 kB | 65/189 kB Progress (2): 249/347 kB | 66/189 kB Progress (2): 253/347 kB | 66/189 kB Progress (2): 253/347 kB | 70/189 kB Progress (2): 257/347 kB | 70/189 kB Progress (2): 257/347 kB | 74/189 kB Progress (2): 261/347 kB | 74/189 kB Progress (2): 262/347 kB | 74/189 kB Progress (2): 262/347 kB | 78/189 kB Progress (2): 262/347 kB | 82/189 kB Progress (2): 266/347 kB | 82/189 kB Progress (2): 270/347 kB | 82/189 kB Progress (2): 270/347 kB | 86/189 kB Progress (2): 270/347 kB | 90/189 kB Progress (2): 274/347 kB | 90/189 kB Progress (2): 278/347 kB | 90/189 kB Progress (2): 278/347 kB | 94/189 kB Progress (2): 278/347 kB | 98/189 kB Progress (2): 282/347 kB | 98/189 kB Progress (2): 282/347 kB | 98/189 kB Progress (2): 286/347 kB | 98/189 kB Progress (2): 286/347 kB | 102/189 kB Progress (2): 290/347 kB | 102/189 kB Progress (2): 290/347 kB | 106/189 kB Progress (2): 294/347 kB | 106/189 kB Progress (2): 294/347 kB | 110/189 kB Progress (2): 295/347 kB | 110/189 kB Progress (2): 295/347 kB | 114/189 kB Progress (2): 299/347 kB | 114/189 kB Progress (2): 299/347 kB | 118/189 kB Progress (2): 303/347 kB | 118/189 kB Progress (2): 303/347 kB | 122/189 kB Progress (2): 307/347 kB | 122/189 kB Progress (2): 307/347 kB | 126/189 kB Progress (2): 311/347 kB | 126/189 kB Progress (2): 311/347 kB | 130/189 kB Progress (2): 311/347 kB | 131/189 kB Progress (2): 315/347 kB | 131/189 kB Progress (2): 319/347 kB | 131/189 kB Progress (2): 319/347 kB | 135/189 kB Progress (2): 319/347 kB | 139/189 kB Progress (2): 323/347 kB | 139/189 kB Progress (2): 327/347 kB | 139/189 kB Progress (2): 327/347 kB | 143/189 kB Progress (2): 327/347 kB | 147/189 kB Progress (2): 331/347 kB | 147/189 kB Progress (2): 335/347 kB | 147/189 kB Progress (2): 335/347 kB | 151/189 kB Progress (3): 335/347 kB | 151/189 kB | 4.1/144 kB Progress (3): 339/347 kB | 151/189 kB | 4.1/144 kB Progress (3): 339/347 kB | 155/189 kB | 4.1/144 kB Progress (3): 343/347 kB | 155/189 kB | 4.1/144 kB Progress (3): 343/347 kB | 155/189 kB | 7.7/144 kB Progress (3): 347 kB | 155/189 kB | 7.7/144 kB Progress (3): 347 kB | 159/189 kB | 7.7/144 kB Progress (3): 347 kB | 159/189 kB | 12/144 kB Progress (3): 347 kB | 163/189 kB | 12/144 kB Progress (3): 347 kB | 163/189 kB | 16/144 kB Progress (3): 347 kB | 167/189 kB | 16/144 kB Progress (3): 347 kB | 167/189 kB | 20/144 kB Progress (3): 347 kB | 171/189 kB | 20/144 kB Progress (3): 347 kB | 171/189 kB | 24/144 kB Progress (3): 347 kB | 175/189 kB | 24/144 kB Progress (3): 347 kB | 175/189 kB | 28/144 kB Progress (3): 347 kB | 179/189 kB | 28/144 kB Progress (3): 347 kB | 179/189 kB | 32/144 kB Progress (3): 347 kB | 183/189 kB | 32/144 kB Progress (3): 347 kB | 183/189 kB | 33/144 kB Progress (3): 347 kB | 187/189 kB | 33/144 kB Progress (3): 347 kB | 189 kB | 33/144 kB Progress (3): 347 kB | 189 kB | 37/144 kB Progress (3): 347 kB | 189 kB | 41/144 kB Progress (3): 347 kB | 189 kB | 45/144 kB Progress (3): 347 kB | 189 kB | 49/144 kB Progress (3): 347 kB | 189 kB | 53/144 kB Progress (3): 347 kB | 189 kB | 57/144 kB Progress (3): 347 kB | 189 kB | 61/144 kB Progress (3): 347 kB | 189 kB | 65/144 kB Progress (3): 347 kB | 189 kB | 66/144 kB Progress (3): 347 kB | 189 kB | 70/144 kB Progress (3): 347 kB | 189 kB | 74/144 kB Progress (3): 347 kB | 189 kB | 78/144 kB Progress (3): 347 kB | 189 kB | 82/144 kB Progress (3): 347 kB | 189 kB | 86/144 kB Progress (3): 347 kB | 189 kB | 90/144 kB Progress (3): 347 kB | 189 kB | 94/144 kB Progress (3): 347 kB | 189 kB | 98/144 kB Progress (3): 347 kB | 189 kB | 98/144 kB Progress (3): 347 kB | 189 kB | 102/144 kB Progress (3): 347 kB | 189 kB | 106/144 kB Progress (3): 347 kB | 189 kB | 110/144 kB Progress (3): 347 kB | 189 kB | 114/144 kB Progress (3): 347 kB | 189 kB | 118/144 kB Progress (3): 347 kB | 189 kB | 122/144 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 703 kB/s) 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 382 kB/s) Progress (1): 126/144 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 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 (1): 130/144 kB Progress (1): 134/144 kB Progress (1): 138/144 kB Progress (1): 142/144 kB Progress (1): 144 kB Progress (2): 144 kB | 4.1/16 kB Progress (2): 144 kB | 7.7/16 kB Progress (2): 144 kB | 12/16 kB Progress (2): 144 kB | 16/16 kB Progress (2): 144 kB | 16 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 285 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar 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 32 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.jar Progress (1): 4.1/139 kB Progress (1): 7.7/139 kB Progress (1): 12/139 kB Progress (1): 16/139 kB Progress (1): 20/139 kB Progress (1): 24/139 kB Progress (1): 28/139 kB Progress (1): 32/139 kB Progress (1): 33/139 kB Progress (2): 33/139 kB | 4.1/457 kB Progress (2): 37/139 kB | 4.1/457 kB Progress (2): 37/139 kB | 7.7/457 kB Progress (2): 41/139 kB | 7.7/457 kB Progress (2): 41/139 kB | 12/457 kB Progress (2): 45/139 kB | 12/457 kB Progress (2): 45/139 kB | 16/457 kB Progress (2): 49/139 kB | 16/457 kB Progress (2): 53/139 kB | 16/457 kB Progress (2): 53/139 kB | 20/457 kB Progress (2): 57/139 kB | 20/457 kB Progress (2): 57/139 kB | 24/457 kB Progress (2): 61/139 kB | 24/457 kB Progress (2): 65/139 kB | 24/457 kB Progress (2): 66/139 kB | 24/457 kB Progress (2): 66/139 kB | 28/457 kB Progress (2): 70/139 kB | 28/457 kB Progress (2): 70/139 kB | 32/457 kB Progress (2): 74/139 kB | 32/457 kB Progress (2): 74/139 kB | 33/457 kB Progress (2): 78/139 kB | 33/457 kB Progress (2): 82/139 kB | 33/457 kB Progress (2): 82/139 kB | 37/457 kB Progress (2): 86/139 kB | 37/457 kB Progress (2): 86/139 kB | 41/457 kB Progress (2): 90/139 kB | 41/457 kB Progress (2): 90/139 kB | 45/457 kB Progress (2): 94/139 kB | 45/457 kB Progress (2): 94/139 kB | 49/457 kB Progress (2): 98/139 kB | 49/457 kB Progress (2): 98/139 kB | 49/457 kB Progress (2): 98/139 kB | 53/457 kB Progress (2): 102/139 kB | 53/457 kB Progress (2): 102/139 kB | 57/457 kB Progress (2): 106/139 kB | 57/457 kB Progress (2): 110/139 kB | 57/457 kB Progress (2): 110/139 kB | 61/457 kB Progress (2): 114/139 kB | 61/457 kB Progress (2): 114/139 kB | 65/457 kB Progress (2): 118/139 kB | 65/457 kB Progress (2): 118/139 kB | 66/457 kB Progress (2): 122/139 kB | 66/457 kB Progress (3): 122/139 kB | 66/457 kB | 4.1/65 kB Progress (3): 126/139 kB | 66/457 kB | 4.1/65 kB Progress (3): 126/139 kB | 70/457 kB | 4.1/65 kB Progress (3): 130/139 kB | 70/457 kB | 4.1/65 kB Progress (3): 130/139 kB | 70/457 kB | 7.7/65 kB Progress (4): 130/139 kB | 70/457 kB | 7.7/65 kB | 4.1/90 kB Progress (4): 130/139 kB | 74/457 kB | 7.7/65 kB | 4.1/90 kB Progress (4): 130/139 kB | 74/457 kB | 7.7/65 kB | 7.7/90 kB Progress (4): 130/139 kB | 74/457 kB | 12/65 kB | 7.7/90 kB Progress (4): 130/139 kB | 78/457 kB | 12/65 kB | 7.7/90 kB Progress (4): 134/139 kB | 78/457 kB | 12/65 kB | 7.7/90 kB Progress (4): 134/139 kB | 82/457 kB | 12/65 kB | 7.7/90 kB Progress (4): 134/139 kB | 82/457 kB | 16/65 kB | 7.7/90 kB Progress (4): 134/139 kB | 82/457 kB | 16/65 kB | 12/90 kB Progress (4): 134/139 kB | 86/457 kB | 16/65 kB | 12/90 kB Progress (4): 138/139 kB | 86/457 kB | 16/65 kB | 12/90 kB Progress (4): 138/139 kB | 90/457 kB | 16/65 kB | 12/90 kB Progress (4): 138/139 kB | 90/457 kB | 20/65 kB | 12/90 kB Progress (4): 138/139 kB | 90/457 kB | 20/65 kB | 16/90 kB Progress (4): 138/139 kB | 94/457 kB | 20/65 kB | 16/90 kB Progress (4): 138/139 kB | 94/457 kB | 24/65 kB | 16/90 kB Progress (4): 139 kB | 94/457 kB | 24/65 kB | 16/90 kB Progress (4): 139 kB | 98/457 kB | 24/65 kB | 16/90 kB Progress (4): 139 kB | 98/457 kB | 24/65 kB | 20/90 kB Progress (4): 139 kB | 98/457 kB | 24/65 kB | 20/90 kB Progress (4): 139 kB | 98/457 kB | 28/65 kB | 20/90 kB Progress (4): 139 kB | 98/457 kB | 28/65 kB | 24/90 kB Progress (4): 139 kB | 98/457 kB | 32/65 kB | 24/90 kB Progress (4): 139 kB | 102/457 kB | 32/65 kB | 24/90 kB Progress (4): 139 kB | 102/457 kB | 32/65 kB | 28/90 kB Progress (4): 139 kB | 106/457 kB | 32/65 kB | 28/90 kB Progress (4): 139 kB | 106/457 kB | 36/65 kB | 28/90 kB Progress (4): 139 kB | 106/457 kB | 36/65 kB | 32/90 kB Progress (4): 139 kB | 110/457 kB | 36/65 kB | 32/90 kB Progress (4): 139 kB | 110/457 kB | 40/65 kB | 32/90 kB Progress (4): 139 kB | 114/457 kB | 40/65 kB | 32/90 kB Progress (4): 139 kB | 114/457 kB | 40/65 kB | 33/90 kB Progress (4): 139 kB | 114/457 kB | 44/65 kB | 33/90 kB Progress (4): 139 kB | 118/457 kB | 44/65 kB | 33/90 kB Progress (4): 139 kB | 118/457 kB | 44/65 kB | 37/90 kB Progress (4): 139 kB | 118/457 kB | 48/65 kB | 37/90 kB Progress (4): 139 kB | 118/457 kB | 48/65 kB | 41/90 kB Progress (4): 139 kB | 122/457 kB | 48/65 kB | 41/90 kB Progress (4): 139 kB | 122/457 kB | 52/65 kB | 41/90 kB Progress (4): 139 kB | 122/457 kB | 52/65 kB | 45/90 kB Progress (4): 139 kB | 122/457 kB | 56/65 kB | 45/90 kB Progress (4): 139 kB | 122/457 kB | 56/65 kB | 49/90 kB Progress (4): 139 kB | 126/457 kB | 56/65 kB | 49/90 kB Progress (4): 139 kB | 126/457 kB | 56/65 kB | 53/90 kB Progress (4): 139 kB | 130/457 kB | 56/65 kB | 53/90 kB Progress (4): 139 kB | 130/457 kB | 60/65 kB | 53/90 kB Progress (4): 139 kB | 131/457 kB | 60/65 kB | 53/90 kB Progress (4): 139 kB | 131/457 kB | 60/65 kB | 57/90 kB Progress (4): 139 kB | 131/457 kB | 64/65 kB | 57/90 kB Progress (4): 139 kB | 135/457 kB | 64/65 kB | 57/90 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 263 kB/s) Progress (3): 135/457 kB | 65 kB | 57/90 kB Progress (3): 135/457 kB | 65 kB | 61/90 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 (3): 139/457 kB | 65 kB | 61/90 kB Progress (3): 139/457 kB | 65 kB | 65/90 kB Progress (3): 143/457 kB | 65 kB | 65/90 kB Progress (3): 143/457 kB | 65 kB | 69/90 kB Progress (3): 147/457 kB | 65 kB | 69/90 kB Progress (3): 147/457 kB | 65 kB | 73/90 kB Progress (3): 151/457 kB | 65 kB | 73/90 kB Progress (3): 151/457 kB | 65 kB | 77/90 kB Progress (3): 155/457 kB | 65 kB | 77/90 kB Progress (3): 155/457 kB | 65 kB | 81/90 kB Progress (3): 159/457 kB | 65 kB | 81/90 kB Progress (3): 159/457 kB | 65 kB | 85/90 kB Progress (3): 163/457 kB | 65 kB | 85/90 kB Progress (3): 163/457 kB | 65 kB | 89/90 kB Progress (3): 164/457 kB | 65 kB | 89/90 kB Progress (3): 164/457 kB | 65 kB | 90 kB Progress (3): 168/457 kB | 65 kB | 90 kB Progress (3): 172/457 kB | 65 kB | 90 kB Progress (4): 172/457 kB | 65 kB | 90 kB | 4.1/39 kB Progress (4): 172/457 kB | 65 kB | 90 kB | 7.7/39 kB Progress (4): 176/457 kB | 65 kB | 90 kB | 7.7/39 kB Progress (4): 176/457 kB | 65 kB | 90 kB | 12/39 kB Progress (4): 180/457 kB | 65 kB | 90 kB | 12/39 kB Progress (4): 180/457 kB | 65 kB | 90 kB | 16/39 kB Progress (4): 184/457 kB | 65 kB | 90 kB | 16/39 kB Progress (4): 184/457 kB | 65 kB | 90 kB | 20/39 kB Progress (4): 188/457 kB | 65 kB | 90 kB | 20/39 kB Progress (4): 188/457 kB | 65 kB | 90 kB | 24/39 kB Progress (4): 192/457 kB | 65 kB | 90 kB | 24/39 kB Progress (4): 192/457 kB | 65 kB | 90 kB | 28/39 kB Progress (4): 196/457 kB | 65 kB | 90 kB | 28/39 kB Progress (4): 196/457 kB | 65 kB | 90 kB | 32/39 kB Progress (4): 197/457 kB | 65 kB | 90 kB | 32/39 kB Progress (4): 197/457 kB | 65 kB | 90 kB | 36/39 kB Progress (4): 201/457 kB | 65 kB | 90 kB | 36/39 kB Progress (4): 201/457 kB | 65 kB | 90 kB | 39 kB Progress (4): 205/457 kB | 65 kB | 90 kB | 39 kB Progress (4): 209/457 kB | 65 kB | 90 kB | 39 kB Progress (4): 213/457 kB | 65 kB | 90 kB | 39 kB Progress (4): 217/457 kB | 65 kB | 90 kB | 39 kB Progress (4): 221/457 kB | 65 kB | 90 kB | 39 kB Progress (4): 225/457 kB | 65 kB | 90 kB | 39 kB Progress (4): 229/457 kB | 65 kB | 90 kB | 39 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 122 kB/s) Progress (3): 229/457 kB | 90 kB | 39 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 (3): 233/457 kB | 90 kB | 39 kB Progress (3): 237/457 kB | 90 kB | 39 kB Progress (3): 241/457 kB | 90 kB | 39 kB Progress (3): 245/457 kB | 90 kB | 39 kB Progress (3): 249/457 kB | 90 kB | 39 kB Progress (3): 253/457 kB | 90 kB | 39 kB Progress (3): 257/457 kB | 90 kB | 39 kB Progress (3): 261/457 kB | 90 kB | 39 kB Progress (3): 262/457 kB | 90 kB | 39 kB Progress (3): 266/457 kB | 90 kB | 39 kB Progress (3): 270/457 kB | 90 kB | 39 kB Progress (3): 274/457 kB | 90 kB | 39 kB Progress (3): 278/457 kB | 90 kB | 39 kB Progress (3): 282/457 kB | 90 kB | 39 kB Progress (3): 286/457 kB | 90 kB | 39 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 167 kB/s) Progress (2): 290/457 kB | 39 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 (2): 294/457 kB | 39 kB Progress (2): 295/457 kB | 39 kB Progress (2): 299/457 kB | 39 kB Progress (2): 303/457 kB | 39 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 72 kB/s) Progress (1): 307/457 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar Progress (1): 311/457 kB Progress (1): 315/457 kB Progress (1): 319/457 kB Progress (1): 323/457 kB Progress (1): 327/457 kB Progress (1): 328/457 kB Progress (1): 332/457 kB Progress (1): 336/457 kB Progress (1): 340/457 kB Progress (1): 344/457 kB Progress (1): 348/457 kB Progress (1): 352/457 kB Progress (1): 356/457 kB Progress (1): 360/457 kB Progress (1): 364/457 kB Progress (1): 368/457 kB Progress (1): 372/457 kB Progress (1): 376/457 kB Progress (1): 380/457 kB Progress (1): 384/457 kB Progress (1): 388/457 kB Progress (1): 392/457 kB Progress (1): 396/457 kB Progress (1): 400/457 kB Progress (1): 404/457 kB Progress (1): 408/457 kB Progress (1): 412/457 kB Progress (1): 416/457 kB Progress (1): 420/457 kB Progress (1): 424/457 kB Progress (1): 428/457 kB Progress (1): 432/457 kB Progress (1): 436/457 kB Progress (1): 440/457 kB Progress (2): 440/457 kB | 4.1/26 kB Progress (2): 444/457 kB | 4.1/26 kB Progress (2): 444/457 kB | 7.7/26 kB Progress (2): 448/457 kB | 7.7/26 kB Progress (2): 448/457 kB | 12/26 kB Progress (2): 452/457 kB | 12/26 kB Progress (2): 452/457 kB | 16/26 kB Progress (2): 456/457 kB | 16/26 kB Progress (2): 457 kB | 16/26 kB Progress (2): 457 kB | 20/26 kB Progress (2): 457 kB | 24/26 kB Progress (2): 457 kB | 26 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 822 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.jar Progress (2): 26 kB | 4.1/358 kB Progress (2): 26 kB | 7.7/358 kB Progress (2): 26 kB | 12/358 kB Progress (2): 26 kB | 16/358 kB Progress (2): 26 kB | 20/358 kB Progress (2): 26 kB | 24/358 kB Progress (2): 26 kB | 28/358 kB Progress (2): 26 kB | 32/358 kB Progress (2): 26 kB | 33/358 kB Progress (2): 26 kB | 37/358 kB Progress (2): 26 kB | 41/358 kB Progress (2): 26 kB | 45/358 kB Progress (2): 26 kB | 49/358 kB Progress (2): 26 kB | 53/358 kB Progress (2): 26 kB | 57/358 kB Progress (2): 26 kB | 61/358 kB Progress (2): 26 kB | 65/358 kB Progress (2): 26 kB | 66/358 kB Progress (2): 26 kB | 70/358 kB Progress (2): 26 kB | 74/358 kB Progress (2): 26 kB | 78/358 kB Progress (2): 26 kB | 82/358 kB Progress (2): 26 kB | 86/358 kB Progress (2): 26 kB | 90/358 kB Progress (2): 26 kB | 94/358 kB Progress (2): 26 kB | 98/358 kB Progress (2): 26 kB | 98/358 kB Progress (2): 26 kB | 102/358 kB Progress (2): 26 kB | 106/358 kB Progress (2): 26 kB | 110/358 kB Progress (2): 26 kB | 114/358 kB Progress (2): 26 kB | 118/358 kB Progress (2): 26 kB | 122/358 kB Progress (2): 26 kB | 126/358 kB Progress (2): 26 kB | 130/358 kB Progress (2): 26 kB | 131/358 kB Progress (2): 26 kB | 135/358 kB Progress (2): 26 kB | 139/358 kB Progress (2): 26 kB | 143/358 kB Progress (2): 26 kB | 147/358 kB Progress (2): 26 kB | 151/358 kB Progress (2): 26 kB | 155/358 kB Progress (2): 26 kB | 159/358 kB Progress (2): 26 kB | 163/358 kB Progress (2): 26 kB | 164/358 kB Progress (2): 26 kB | 168/358 kB Progress (2): 26 kB | 172/358 kB Progress (2): 26 kB | 176/358 kB Progress (2): 26 kB | 180/358 kB Progress (2): 26 kB | 184/358 kB Progress (2): 26 kB | 188/358 kB Progress (2): 26 kB | 192/358 kB Progress (2): 26 kB | 196/358 kB Progress (2): 26 kB | 197/358 kB Progress (3): 26 kB | 197/358 kB | 4.1/329 kB Progress (3): 26 kB | 197/358 kB | 7.7/329 kB Progress (3): 26 kB | 197/358 kB | 12/329 kB Progress (3): 26 kB | 197/358 kB | 16/329 kB Progress (3): 26 kB | 197/358 kB | 20/329 kB Progress (3): 26 kB | 197/358 kB | 24/329 kB Progress (3): 26 kB | 197/358 kB | 28/329 kB Progress (3): 26 kB | 197/358 kB | 32/329 kB Progress (3): 26 kB | 197/358 kB | 33/329 kB Progress (3): 26 kB | 197/358 kB | 37/329 kB Progress (4): 26 kB | 197/358 kB | 37/329 kB | 4.1/252 kB Progress (4): 26 kB | 197/358 kB | 41/329 kB | 4.1/252 kB Progress (4): 26 kB | 197/358 kB | 41/329 kB | 7.7/252 kB Progress (4): 26 kB | 197/358 kB | 45/329 kB | 7.7/252 kB Progress (4): 26 kB | 197/358 kB | 45/329 kB | 12/252 kB Progress (4): 26 kB | 197/358 kB | 49/329 kB | 12/252 kB Progress (4): 26 kB | 197/358 kB | 49/329 kB | 16/252 kB Progress (4): 26 kB | 197/358 kB | 53/329 kB | 16/252 kB Progress (4): 26 kB | 197/358 kB | 53/329 kB | 20/252 kB Progress (4): 26 kB | 197/358 kB | 57/329 kB | 20/252 kB Progress (4): 26 kB | 197/358 kB | 57/329 kB | 24/252 kB Progress (4): 26 kB | 197/358 kB | 57/329 kB | 28/252 kB Progress (4): 26 kB | 197/358 kB | 61/329 kB | 28/252 kB Progress (4): 26 kB | 197/358 kB | 61/329 kB | 32/252 kB Progress (4): 26 kB | 197/358 kB | 65/329 kB | 32/252 kB Progress (4): 26 kB | 197/358 kB | 65/329 kB | 33/252 kB Progress (4): 26 kB | 197/358 kB | 66/329 kB | 33/252 kB Progress (4): 26 kB | 197/358 kB | 66/329 kB | 37/252 kB Progress (4): 26 kB | 197/358 kB | 70/329 kB | 37/252 kB Progress (4): 26 kB | 197/358 kB | 70/329 kB | 41/252 kB Progress (4): 26 kB | 197/358 kB | 74/329 kB | 41/252 kB Progress (4): 26 kB | 197/358 kB | 74/329 kB | 45/252 kB Progress (4): 26 kB | 197/358 kB | 74/329 kB | 49/252 kB Progress (4): 26 kB | 197/358 kB | 74/329 kB | 53/252 kB Progress (4): 26 kB | 197/358 kB | 78/329 kB | 53/252 kB Progress (4): 26 kB | 197/358 kB | 78/329 kB | 57/252 kB Progress (4): 26 kB | 197/358 kB | 82/329 kB | 57/252 kB Progress (4): 26 kB | 197/358 kB | 82/329 kB | 61/252 kB Progress (4): 26 kB | 197/358 kB | 82/329 kB | 65/252 kB Progress (4): 26 kB | 197/358 kB | 82/329 kB | 66/252 kB Progress (4): 26 kB | 197/358 kB | 86/329 kB | 66/252 kB Progress (4): 26 kB | 197/358 kB | 90/329 kB | 66/252 kB Progress (4): 26 kB | 197/358 kB | 90/329 kB | 70/252 kB Progress (4): 26 kB | 197/358 kB | 90/329 kB | 74/252 kB Progress (5): 26 kB | 197/358 kB | 90/329 kB | 74/252 kB | 4.1/120 kB Progress (5): 26 kB | 197/358 kB | 90/329 kB | 78/252 kB | 4.1/120 kB Progress (5): 26 kB | 197/358 kB | 90/329 kB | 78/252 kB | 7.7/120 kB Progress (5): 26 kB | 197/358 kB | 90/329 kB | 82/252 kB | 7.7/120 kB Progress (5): 26 kB | 201/358 kB | 90/329 kB | 82/252 kB | 7.7/120 kB Progress (5): 26 kB | 201/358 kB | 94/329 kB | 82/252 kB | 7.7/120 kB Progress (5): 26 kB | 201/358 kB | 94/329 kB | 82/252 kB | 12/120 kB Progress (5): 26 kB | 201/358 kB | 98/329 kB | 82/252 kB | 12/120 kB Progress (5): 26 kB | 205/358 kB | 98/329 kB | 82/252 kB | 12/120 kB Progress (5): 26 kB | 205/358 kB | 98/329 kB | 86/252 kB | 12/120 kB Progress (5): 26 kB | 205/358 kB | 98/329 kB | 86/252 kB | 12/120 kB Progress (5): 26 kB | 205/358 kB | 98/329 kB | 86/252 kB | 16/120 kB Progress (5): 26 kB | 205/358 kB | 98/329 kB | 90/252 kB | 16/120 kB Progress (5): 26 kB | 209/358 kB | 98/329 kB | 90/252 kB | 16/120 kB Progress (5): 26 kB | 209/358 kB | 98/329 kB | 90/252 kB | 20/120 kB Progress (5): 26 kB | 209/358 kB | 98/329 kB | 94/252 kB | 20/120 kB Progress (5): 26 kB | 213/358 kB | 98/329 kB | 94/252 kB | 20/120 kB Progress (5): 26 kB | 213/358 kB | 98/329 kB | 98/252 kB | 20/120 kB Progress (5): 26 kB | 213/358 kB | 98/329 kB | 98/252 kB | 24/120 kB Progress (5): 26 kB | 213/358 kB | 102/329 kB | 98/252 kB | 24/120 kB Progress (5): 26 kB | 213/358 kB | 102/329 kB | 98/252 kB | 24/120 kB Progress (5): 26 kB | 217/358 kB | 102/329 kB | 98/252 kB | 24/120 kB Progress (5): 26 kB | 217/358 kB | 106/329 kB | 98/252 kB | 24/120 kB Progress (5): 26 kB | 217/358 kB | 106/329 kB | 98/252 kB | 28/120 kB Progress (5): 26 kB | 221/358 kB | 106/329 kB | 98/252 kB | 28/120 kB Progress (5): 26 kB | 221/358 kB | 106/329 kB | 102/252 kB | 28/120 kB Progress (5): 26 kB | 221/358 kB | 106/329 kB | 102/252 kB | 32/120 kB Progress (5): 26 kB | 221/358 kB | 106/329 kB | 106/252 kB | 32/120 kB Progress (5): 26 kB | 225/358 kB | 106/329 kB | 106/252 kB | 32/120 kB Progress (5): 26 kB | 225/358 kB | 110/329 kB | 106/252 kB | 32/120 kB Progress (5): 26 kB | 225/358 kB | 110/329 kB | 106/252 kB | 33/120 kB Progress (5): 26 kB | 225/358 kB | 114/329 kB | 106/252 kB | 33/120 kB Progress (5): 26 kB | 225/358 kB | 114/329 kB | 110/252 kB | 33/120 kB Progress (5): 26 kB | 229/358 kB | 114/329 kB | 110/252 kB | 33/120 kB Progress (5): 26 kB | 229/358 kB | 114/329 kB | 114/252 kB | 33/120 kB Progress (5): 26 kB | 229/358 kB | 114/329 kB | 114/252 kB | 37/120 kB Progress (5): 26 kB | 229/358 kB | 114/329 kB | 114/252 kB | 37/120 kB Progress (5): 26 kB | 229/358 kB | 118/329 kB | 114/252 kB | 37/120 kB Progress (5): 26 kB | 229/358 kB | 118/329 kB | 118/252 kB | 37/120 kB Progress (5): 26 kB | 229/358 kB | 118/329 kB | 118/252 kB | 41/120 kB Progress (5): 26 kB | 229/358 kB | 118/329 kB | 122/252 kB | 41/120 kB Progress (5): 26 kB | 229/358 kB | 122/329 kB | 122/252 kB | 41/120 kB Progress (5): 26 kB | 233/358 kB | 122/329 kB | 122/252 kB | 41/120 kB Progress (5): 26 kB | 233/358 kB | 122/329 kB | 126/252 kB | 41/120 kB Progress (5): 26 kB | 233/358 kB | 122/329 kB | 126/252 kB | 45/120 kB Progress (5): 26 kB | 233/358 kB | 122/329 kB | 130/252 kB | 45/120 kB Progress (5): 26 kB | 237/358 kB | 122/329 kB | 130/252 kB | 45/120 kB Progress (5): 26 kB | 237/358 kB | 126/329 kB | 130/252 kB | 45/120 kB Progress (5): 26 kB | 237/358 kB | 126/329 kB | 131/252 kB | 45/120 kB Progress (5): 26 kB | 237/358 kB | 126/329 kB | 131/252 kB | 49/120 kB Progress (5): 26 kB | 237/358 kB | 130/329 kB | 131/252 kB | 49/120 kB Progress (5): 26 kB | 237/358 kB | 130/329 kB | 135/252 kB | 49/120 kB Progress (5): 26 kB | 237/358 kB | 131/329 kB | 135/252 kB | 49/120 kB Progress (5): 26 kB | 237/358 kB | 131/329 kB | 135/252 kB | 53/120 kB Progress (5): 26 kB | 241/358 kB | 131/329 kB | 135/252 kB | 53/120 kB Progress (5): 26 kB | 241/358 kB | 131/329 kB | 135/252 kB | 57/120 kB Progress (5): 26 kB | 241/358 kB | 131/329 kB | 139/252 kB | 57/120 kB Progress (5): 26 kB | 241/358 kB | 135/329 kB | 139/252 kB | 57/120 kB Progress (5): 26 kB | 245/358 kB | 135/329 kB | 139/252 kB | 57/120 kB Progress (5): 26 kB | 245/358 kB | 139/329 kB | 139/252 kB | 57/120 kB Progress (5): 26 kB | 245/358 kB | 139/329 kB | 143/252 kB | 57/120 kB Progress (5): 26 kB | 245/358 kB | 139/329 kB | 143/252 kB | 61/120 kB Progress (5): 26 kB | 245/358 kB | 139/329 kB | 147/252 kB | 61/120 kB Progress (5): 26 kB | 249/358 kB | 139/329 kB | 147/252 kB | 61/120 kB Progress (5): 26 kB | 249/358 kB | 139/329 kB | 147/252 kB | 65/120 kB Progress (5): 26 kB | 253/358 kB | 139/329 kB | 147/252 kB | 65/120 kB Progress (5): 26 kB | 253/358 kB | 139/329 kB | 151/252 kB | 65/120 kB Progress (5): 26 kB | 253/358 kB | 143/329 kB | 151/252 kB | 65/120 kB Progress (5): 26 kB | 253/358 kB | 143/329 kB | 151/252 kB | 66/120 kB Progress (5): 26 kB | 253/358 kB | 147/329 kB | 151/252 kB | 66/120 kB Progress (5): 26 kB | 253/358 kB | 147/329 kB | 155/252 kB | 66/120 kB Progress (5): 26 kB | 257/358 kB | 147/329 kB | 155/252 kB | 66/120 kB Progress (5): 26 kB | 257/358 kB | 147/329 kB | 155/252 kB | 70/120 kB Progress (5): 26 kB | 257/358 kB | 147/329 kB | 159/252 kB | 70/120 kB Progress (5): 26 kB | 261/358 kB | 147/329 kB | 159/252 kB | 70/120 kB Progress (5): 26 kB | 261/358 kB | 147/329 kB | 163/252 kB | 70/120 kB Progress (5): 26 kB | 261/358 kB | 151/329 kB | 163/252 kB | 70/120 kB Progress (5): 26 kB | 261/358 kB | 151/329 kB | 163/252 kB | 74/120 kB Progress (5): 26 kB | 261/358 kB | 155/329 kB | 163/252 kB | 74/120 kB Progress (5): 26 kB | 261/358 kB | 155/329 kB | 164/252 kB | 74/120 kB Progress (5): 26 kB | 262/358 kB | 155/329 kB | 164/252 kB | 74/120 kB Progress (5): 26 kB | 262/358 kB | 155/329 kB | 164/252 kB | 78/120 kB Progress (5): 26 kB | 262/358 kB | 159/329 kB | 164/252 kB | 78/120 kB Progress (5): 26 kB | 262/358 kB | 159/329 kB | 168/252 kB | 78/120 kB Progress (5): 26 kB | 262/358 kB | 163/329 kB | 168/252 kB | 78/120 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 44 kB/s) Progress (4): 262/358 kB | 163/329 kB | 168/252 kB | 82/120 kB Progress (4): 266/358 kB | 163/329 kB | 168/252 kB | 82/120 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): 266/358 kB | 167/329 kB | 168/252 kB | 82/120 kB Progress (4): 266/358 kB | 167/329 kB | 172/252 kB | 82/120 kB Progress (4): 266/358 kB | 171/329 kB | 172/252 kB | 82/120 kB Progress (4): 270/358 kB | 171/329 kB | 172/252 kB | 82/120 kB Progress (4): 270/358 kB | 171/329 kB | 172/252 kB | 86/120 kB Progress (4): 270/358 kB | 175/329 kB | 172/252 kB | 86/120 kB Progress (4): 270/358 kB | 175/329 kB | 176/252 kB | 86/120 kB Progress (4): 270/358 kB | 179/329 kB | 176/252 kB | 86/120 kB Progress (4): 274/358 kB | 179/329 kB | 176/252 kB | 86/120 kB Progress (4): 274/358 kB | 179/329 kB | 176/252 kB | 90/120 kB Progress (4): 278/358 kB | 179/329 kB | 176/252 kB | 90/120 kB Progress (4): 278/358 kB | 179/329 kB | 180/252 kB | 90/120 kB Progress (4): 282/358 kB | 179/329 kB | 180/252 kB | 90/120 kB Progress (4): 282/358 kB | 179/329 kB | 180/252 kB | 94/120 kB Progress (4): 282/358 kB | 179/329 kB | 184/252 kB | 94/120 kB Progress (4): 286/358 kB | 179/329 kB | 184/252 kB | 94/120 kB Progress (4): 286/358 kB | 183/329 kB | 184/252 kB | 94/120 kB Progress (4): 286/358 kB | 183/329 kB | 188/252 kB | 94/120 kB Progress (4): 286/358 kB | 183/329 kB | 188/252 kB | 98/120 kB Progress (4): 286/358 kB | 187/329 kB | 188/252 kB | 98/120 kB Progress (4): 290/358 kB | 187/329 kB | 188/252 kB | 98/120 kB Progress (4): 290/358 kB | 187/329 kB | 188/252 kB | 102/120 kB Progress (4): 290/358 kB | 187/329 kB | 192/252 kB | 102/120 kB Progress (4): 290/358 kB | 187/329 kB | 192/252 kB | 106/120 kB Progress (4): 294/358 kB | 187/329 kB | 192/252 kB | 106/120 kB Progress (4): 294/358 kB | 187/329 kB | 196/252 kB | 106/120 kB Progress (4): 294/358 kB | 187/329 kB | 196/252 kB | 110/120 kB Progress (4): 295/358 kB | 187/329 kB | 196/252 kB | 110/120 kB Progress (4): 295/358 kB | 191/329 kB | 196/252 kB | 110/120 kB Progress (4): 295/358 kB | 191/329 kB | 196/252 kB | 114/120 kB Progress (4): 295/358 kB | 191/329 kB | 197/252 kB | 114/120 kB Progress (4): 295/358 kB | 195/329 kB | 197/252 kB | 114/120 kB Progress (4): 299/358 kB | 195/329 kB | 197/252 kB | 114/120 kB Progress (4): 299/358 kB | 197/329 kB | 197/252 kB | 114/120 kB Progress (4): 299/358 kB | 197/329 kB | 201/252 kB | 114/120 kB Progress (4): 299/358 kB | 197/329 kB | 201/252 kB | 118/120 kB Progress (4): 299/358 kB | 197/329 kB | 205/252 kB | 118/120 kB Progress (4): 303/358 kB | 197/329 kB | 205/252 kB | 118/120 kB Progress (4): 303/358 kB | 201/329 kB | 205/252 kB | 118/120 kB Progress (4): 303/358 kB | 201/329 kB | 205/252 kB | 120 kB Progress (4): 303/358 kB | 205/329 kB | 205/252 kB | 120 kB Progress (4): 307/358 kB | 205/329 kB | 205/252 kB | 120 kB Progress (4): 307/358 kB | 205/329 kB | 209/252 kB | 120 kB Progress (4): 311/358 kB | 205/329 kB | 209/252 kB | 120 kB Progress (4): 311/358 kB | 205/329 kB | 213/252 kB | 120 kB Progress (4): 315/358 kB | 205/329 kB | 213/252 kB | 120 kB Progress (4): 315/358 kB | 209/329 kB | 213/252 kB | 120 kB Progress (4): 315/358 kB | 209/329 kB | 217/252 kB | 120 kB Progress (4): 319/358 kB | 209/329 kB | 217/252 kB | 120 kB Progress (4): 319/358 kB | 209/329 kB | 221/252 kB | 120 kB Progress (4): 319/358 kB | 213/329 kB | 221/252 kB | 120 kB Progress (4): 323/358 kB | 213/329 kB | 221/252 kB | 120 kB Progress (4): 323/358 kB | 213/329 kB | 225/252 kB | 120 kB Progress (4): 323/358 kB | 217/329 kB | 225/252 kB | 120 kB Progress (4): 327/358 kB | 217/329 kB | 225/252 kB | 120 kB Progress (4): 327/358 kB | 221/329 kB | 225/252 kB | 120 kB Progress (4): 327/358 kB | 221/329 kB | 229/252 kB | 120 kB Progress (4): 331/358 kB | 221/329 kB | 229/252 kB | 120 kB Progress (4): 335/358 kB | 221/329 kB | 229/252 kB | 120 kB Progress (4): 335/358 kB | 221/329 kB | 233/252 kB | 120 kB Progress (4): 335/358 kB | 225/329 kB | 233/252 kB | 120 kB Progress (4): 335/358 kB | 225/329 kB | 237/252 kB | 120 kB Progress (4): 339/358 kB | 225/329 kB | 237/252 kB | 120 kB Progress (4): 339/358 kB | 229/329 kB | 237/252 kB | 120 kB Progress (4): 343/358 kB | 229/329 kB | 237/252 kB | 120 kB Progress (4): 343/358 kB | 229/329 kB | 241/252 kB | 120 kB Progress (4): 343/358 kB | 229/329 kB | 241/252 kB | 120 kB Progress (4): 347/358 kB | 229/329 kB | 241/252 kB | 120 kB Progress (4): 347/358 kB | 229/329 kB | 245/252 kB | 120 kB Progress (4): 347/358 kB | 233/329 kB | 245/252 kB | 120 kB Progress (4): 351/358 kB | 233/329 kB | 245/252 kB | 120 kB Progress (4): 351/358 kB | 237/329 kB | 245/252 kB | 120 kB Progress (4): 351/358 kB | 237/329 kB | 249/252 kB | 120 kB Progress (4): 355/358 kB | 237/329 kB | 249/252 kB | 120 kB Progress (4): 355/358 kB | 241/329 kB | 249/252 kB | 120 kB Progress (4): 355/358 kB | 241/329 kB | 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 198 kB/s) Progress (3): 355/358 kB | 245/329 kB | 252 kB Progress (3): 358 kB | 245/329 kB | 252 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 (3): 358 kB | 249/329 kB | 252 kB Progress (3): 358 kB | 253/329 kB | 252 kB Progress (3): 358 kB | 257/329 kB | 252 kB Progress (3): 358 kB | 261/329 kB | 252 kB Progress (3): 358 kB | 262/329 kB | 252 kB Progress (3): 358 kB | 266/329 kB | 252 kB Progress (3): 358 kB | 270/329 kB | 252 kB Progress (3): 358 kB | 274/329 kB | 252 kB Progress (3): 358 kB | 278/329 kB | 252 kB Progress (3): 358 kB | 282/329 kB | 252 kB Progress (3): 358 kB | 286/329 kB | 252 kB Progress (3): 358 kB | 290/329 kB | 252 kB Progress (3): 358 kB | 294/329 kB | 252 kB Progress (3): 358 kB | 298/329 kB | 252 kB Progress (3): 358 kB | 302/329 kB | 252 kB Progress (3): 358 kB | 306/329 kB | 252 kB Progress (3): 358 kB | 310/329 kB | 252 kB Progress (3): 358 kB | 314/329 kB | 252 kB Progress (3): 358 kB | 318/329 kB | 252 kB Progress (3): 358 kB | 322/329 kB | 252 kB Progress (3): 358 kB | 326/329 kB | 252 kB Progress (4): 358 kB | 326/329 kB | 252 kB | 4.1/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 4.1/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 7.7/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 12/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 16/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 20/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 24/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 28/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 32/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 33/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 37/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 41/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 45/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 49/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 53/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 57/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 61/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 65/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 66/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 70/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 74/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 78/575 kB Progress (4): 358 kB | 329 kB | 252 kB | 82/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 399 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 568 kB/s) Progress (2): 329 kB | 86/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 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 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 520 kB/s) Progress (1): 90/575 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 (1): 94/575 kB Progress (1): 98/575 kB Progress (1): 98/575 kB Progress (1): 102/575 kB Progress (1): 106/575 kB Progress (1): 110/575 kB Progress (1): 114/575 kB Progress (1): 118/575 kB Progress (1): 122/575 kB Progress (1): 126/575 kB Progress (1): 130/575 kB Progress (1): 131/575 kB Progress (1): 135/575 kB Progress (1): 139/575 kB Progress (1): 143/575 kB Progress (1): 147/575 kB Progress (1): 151/575 kB Progress (1): 155/575 kB Progress (1): 159/575 kB Progress (1): 163/575 kB Progress (1): 164/575 kB Progress (1): 168/575 kB Progress (1): 172/575 kB Progress (1): 176/575 kB Progress (1): 180/575 kB Progress (2): 180/575 kB | 4.1/247 kB Progress (2): 180/575 kB | 7.7/247 kB Progress (2): 184/575 kB | 7.7/247 kB Progress (2): 188/575 kB | 7.7/247 kB Progress (2): 188/575 kB | 12/247 kB Progress (2): 188/575 kB | 16/247 kB Progress (2): 192/575 kB | 16/247 kB Progress (2): 192/575 kB | 20/247 kB Progress (2): 196/575 kB | 20/247 kB Progress (2): 196/575 kB | 24/247 kB Progress (2): 197/575 kB | 24/247 kB Progress (2): 197/575 kB | 28/247 kB Progress (2): 197/575 kB | 32/247 kB Progress (2): 201/575 kB | 32/247 kB Progress (2): 201/575 kB | 33/247 kB Progress (2): 205/575 kB | 33/247 kB Progress (2): 205/575 kB | 37/247 kB Progress (2): 205/575 kB | 41/247 kB Progress (2): 209/575 kB | 41/247 kB Progress (2): 209/575 kB | 45/247 kB Progress (2): 213/575 kB | 45/247 kB Progress (2): 213/575 kB | 49/247 kB Progress (2): 217/575 kB | 49/247 kB Progress (2): 217/575 kB | 53/247 kB Progress (2): 221/575 kB | 53/247 kB Progress (2): 221/575 kB | 57/247 kB Progress (2): 225/575 kB | 57/247 kB Progress (2): 225/575 kB | 61/247 kB Progress (2): 229/575 kB | 61/247 kB Progress (2): 229/575 kB | 65/247 kB Progress (2): 229/575 kB | 65/247 kB Progress (2): 229/575 kB | 66/247 kB Progress (2): 233/575 kB | 66/247 kB Progress (2): 233/575 kB | 70/247 kB Progress (2): 237/575 kB | 70/247 kB Progress (2): 237/575 kB | 74/247 kB Progress (2): 237/575 kB | 78/247 kB Progress (2): 241/575 kB | 78/247 kB Progress (2): 241/575 kB | 82/247 kB Progress (2): 245/575 kB | 82/247 kB Progress (2): 245/575 kB | 86/247 kB Progress (2): 245/575 kB | 90/247 kB Progress (2): 249/575 kB | 90/247 kB Progress (2): 249/575 kB | 94/247 kB Progress (2): 253/575 kB | 94/247 kB Progress (2): 253/575 kB | 98/247 kB Progress (2): 253/575 kB | 98/247 kB Progress (2): 257/575 kB | 98/247 kB Progress (2): 257/575 kB | 102/247 kB Progress (2): 261/575 kB | 102/247 kB Progress (2): 261/575 kB | 106/247 kB Progress (2): 262/575 kB | 106/247 kB Progress (2): 262/575 kB | 110/247 kB Progress (2): 262/575 kB | 114/247 kB Progress (2): 266/575 kB | 114/247 kB Progress (3): 266/575 kB | 114/247 kB | 4.1/50 kB Progress (3): 270/575 kB | 114/247 kB | 4.1/50 kB Progress (3): 270/575 kB | 118/247 kB | 4.1/50 kB Progress (3): 270/575 kB | 118/247 kB | 7.7/50 kB Progress (3): 270/575 kB | 122/247 kB | 7.7/50 kB Progress (3): 274/575 kB | 122/247 kB | 7.7/50 kB Progress (3): 274/575 kB | 122/247 kB | 12/50 kB Progress (3): 278/575 kB | 122/247 kB | 12/50 kB Progress (3): 278/575 kB | 126/247 kB | 12/50 kB Progress (3): 278/575 kB | 126/247 kB | 16/50 kB Progress (3): 278/575 kB | 130/247 kB | 16/50 kB Progress (3): 282/575 kB | 130/247 kB | 16/50 kB Progress (3): 282/575 kB | 130/247 kB | 20/50 kB Progress (3): 282/575 kB | 131/247 kB | 20/50 kB Progress (3): 282/575 kB | 131/247 kB | 24/50 kB Progress (3): 286/575 kB | 131/247 kB | 24/50 kB Progress (3): 286/575 kB | 135/247 kB | 24/50 kB Progress (3): 286/575 kB | 135/247 kB | 28/50 kB Progress (3): 286/575 kB | 139/247 kB | 28/50 kB Progress (3): 290/575 kB | 139/247 kB | 28/50 kB Progress (3): 290/575 kB | 139/247 kB | 32/50 kB Progress (3): 294/575 kB | 139/247 kB | 32/50 kB Progress (3): 294/575 kB | 139/247 kB | 36/50 kB Progress (3): 294/575 kB | 143/247 kB | 36/50 kB Progress (3): 294/575 kB | 143/247 kB | 40/50 kB Progress (3): 295/575 kB | 143/247 kB | 40/50 kB Progress (3): 295/575 kB | 143/247 kB | 44/50 kB Progress (3): 295/575 kB | 147/247 kB | 44/50 kB Progress (3): 295/575 kB | 147/247 kB | 48/50 kB Progress (3): 299/575 kB | 147/247 kB | 48/50 kB Progress (3): 299/575 kB | 147/247 kB | 50 kB Progress (3): 299/575 kB | 151/247 kB | 50 kB Progress (3): 303/575 kB | 151/247 kB | 50 kB Progress (3): 303/575 kB | 155/247 kB | 50 kB Progress (3): 307/575 kB | 155/247 kB | 50 kB Progress (3): 307/575 kB | 159/247 kB | 50 kB Progress (3): 311/575 kB | 159/247 kB | 50 kB Progress (3): 311/575 kB | 163/247 kB | 50 kB Progress (3): 311/575 kB | 164/247 kB | 50 kB Progress (3): 315/575 kB | 164/247 kB | 50 kB Progress (3): 315/575 kB | 168/247 kB | 50 kB Progress (3): 319/575 kB | 168/247 kB | 50 kB Progress (3): 319/575 kB | 172/247 kB | 50 kB Progress (3): 319/575 kB | 176/247 kB | 50 kB Progress (3): 323/575 kB | 176/247 kB | 50 kB Progress (3): 323/575 kB | 180/247 kB | 50 kB Progress (3): 327/575 kB | 180/247 kB | 50 kB Progress (3): 327/575 kB | 184/247 kB | 50 kB Progress (3): 328/575 kB | 184/247 kB | 50 kB Progress (3): 328/575 kB | 188/247 kB | 50 kB Progress (3): 332/575 kB | 188/247 kB | 50 kB Progress (3): 332/575 kB | 192/247 kB | 50 kB Progress (3): 336/575 kB | 192/247 kB | 50 kB Progress (3): 336/575 kB | 196/247 kB | 50 kB Progress (3): 336/575 kB | 197/247 kB | 50 kB Progress (3): 340/575 kB | 197/247 kB | 50 kB Progress (3): 340/575 kB | 201/247 kB | 50 kB Progress (3): 344/575 kB | 201/247 kB | 50 kB Progress (3): 344/575 kB | 205/247 kB | 50 kB Progress (3): 344/575 kB | 209/247 kB | 50 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 76 kB/s) Progress (2): 348/575 kB | 209/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 (2): 348/575 kB | 213/247 kB Progress (2): 352/575 kB | 213/247 kB Progress (2): 352/575 kB | 217/247 kB Progress (2): 352/575 kB | 221/247 kB Progress (2): 356/575 kB | 221/247 kB Progress (2): 356/575 kB | 225/247 kB Progress (2): 360/575 kB | 225/247 kB Progress (2): 360/575 kB | 229/247 kB Progress (2): 360/575 kB | 229/247 kB Progress (2): 360/575 kB | 229/247 kB Progress (2): 365/575 kB | 229/247 kB Progress (2): 365/575 kB | 233/247 kB Progress (2): 368/575 kB | 233/247 kB Progress (2): 368/575 kB | 237/247 kB Progress (2): 373/575 kB | 237/247 kB Progress (2): 373/575 kB | 241/247 kB Progress (2): 376/575 kB | 241/247 kB Progress (2): 376/575 kB | 245/247 kB Progress (2): 376/575 kB | 247 kB Progress (2): 381/575 kB | 247 kB Progress (2): 384/575 kB | 247 kB Progress (2): 389/575 kB | 247 kB Progress (2): 392/575 kB | 247 kB Progress (2): 393/575 kB | 247 kB Progress (2): 397/575 kB | 247 kB Progress (2): 401/575 kB | 247 kB Progress (2): 405/575 kB | 247 kB Progress (2): 409/575 kB | 247 kB Progress (2): 413/575 kB | 247 kB Progress (2): 417/575 kB | 247 kB Progress (2): 421/575 kB | 247 kB Progress (2): 425/575 kB | 247 kB Progress (2): 426/575 kB | 247 kB Progress (2): 430/575 kB | 247 kB Progress (2): 434/575 kB | 247 kB Progress (2): 438/575 kB | 247 kB Progress (2): 442/575 kB | 247 kB Progress (2): 446/575 kB | 247 kB Progress (2): 450/575 kB | 247 kB Progress (2): 454/575 kB | 247 kB Progress (2): 458/575 kB | 247 kB Progress (2): 459/575 kB | 247 kB Progress (2): 463/575 kB | 247 kB Progress (2): 467/575 kB | 247 kB Progress (2): 471/575 kB | 247 kB Progress (2): 475/575 kB | 247 kB Progress (2): 479/575 kB | 247 kB Progress (2): 483/575 kB | 247 kB Progress (2): 487/575 kB | 247 kB Progress (2): 491/575 kB | 247 kB Progress (2): 492/575 kB | 247 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 373 kB/s) Progress (1): 496/575 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar Progress (1): 500/575 kB Progress (1): 504/575 kB Progress (1): 508/575 kB Progress (1): 512/575 kB Progress (1): 516/575 kB Progress (1): 520/575 kB Progress (1): 524/575 kB Progress (1): 524/575 kB Progress (1): 528/575 kB Progress (1): 532/575 kB Progress (1): 536/575 kB Progress (1): 540/575 kB Progress (1): 544/575 kB Progress (1): 548/575 kB Progress (1): 552/575 kB Progress (1): 556/575 kB Progress (2): 556/575 kB | 4.1/640 kB Progress (2): 560/575 kB | 4.1/640 kB Progress (2): 560/575 kB | 7.7/640 kB Progress (2): 564/575 kB | 7.7/640 kB Progress (2): 564/575 kB | 12/640 kB Progress (2): 568/575 kB | 12/640 kB Progress (2): 568/575 kB | 16/640 kB Progress (2): 572/575 kB | 16/640 kB Progress (2): 575 kB | 16/640 kB Progress (2): 575 kB | 20/640 kB Progress (2): 575 kB | 24/640 kB Progress (2): 575 kB | 28/640 kB Progress (2): 575 kB | 32/640 kB Progress (2): 575 kB | 33/640 kB Progress (2): 575 kB | 37/640 kB Progress (2): 575 kB | 41/640 kB Progress (2): 575 kB | 45/640 kB Progress (2): 575 kB | 49/640 kB Progress (2): 575 kB | 53/640 kB Progress (2): 575 kB | 57/640 kB Progress (2): 575 kB | 61/640 kB Progress (2): 575 kB | 65/640 kB Progress (2): 575 kB | 66/640 kB Progress (2): 575 kB | 70/640 kB Progress (2): 575 kB | 74/640 kB Progress (2): 575 kB | 78/640 kB Progress (2): 575 kB | 82/640 kB Progress (2): 575 kB | 86/640 kB Progress (2): 575 kB | 90/640 kB Progress (2): 575 kB | 94/640 kB Progress (2): 575 kB | 98/640 kB Progress (2): 575 kB | 98/640 kB Progress (2): 575 kB | 102/640 kB Progress (2): 575 kB | 106/640 kB Progress (2): 575 kB | 110/640 kB Progress (2): 575 kB | 114/640 kB Progress (2): 575 kB | 118/640 kB Progress (2): 575 kB | 122/640 kB Progress (2): 575 kB | 126/640 kB Progress (2): 575 kB | 130/640 kB Progress (2): 575 kB | 131/640 kB Progress (2): 575 kB | 135/640 kB Progress (2): 575 kB | 139/640 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 855 kB/s) Progress (1): 143/640 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 (1): 147/640 kB Progress (1): 151/640 kB Progress (1): 155/640 kB Progress (1): 159/640 kB Progress (1): 163/640 kB Progress (1): 164/640 kB Progress (1): 168/640 kB Progress (1): 172/640 kB Progress (1): 176/640 kB Progress (1): 180/640 kB Progress (1): 184/640 kB Progress (1): 188/640 kB Progress (1): 192/640 kB Progress (1): 196/640 kB Progress (1): 197/640 kB Progress (1): 201/640 kB Progress (1): 205/640 kB Progress (1): 209/640 kB Progress (1): 213/640 kB Progress (1): 217/640 kB Progress (1): 221/640 kB Progress (1): 225/640 kB Progress (1): 229/640 kB Progress (1): 229/640 kB Progress (1): 233/640 kB Progress (1): 237/640 kB Progress (1): 241/640 kB Progress (1): 245/640 kB Progress (1): 249/640 kB Progress (1): 253/640 kB Progress (1): 257/640 kB Progress (1): 261/640 kB Progress (1): 262/640 kB Progress (1): 266/640 kB Progress (1): 270/640 kB Progress (1): 274/640 kB Progress (1): 278/640 kB Progress (1): 282/640 kB Progress (1): 286/640 kB Progress (1): 290/640 kB Progress (1): 294/640 kB Progress (1): 295/640 kB Progress (1): 299/640 kB Progress (1): 303/640 kB Progress (1): 307/640 kB Progress (1): 311/640 kB Progress (1): 315/640 kB Progress (1): 319/640 kB Progress (1): 323/640 kB Progress (1): 327/640 kB Progress (1): 328/640 kB Progress (1): 332/640 kB Progress (1): 336/640 kB Progress (1): 340/640 kB Progress (1): 344/640 kB Progress (1): 348/640 kB Progress (1): 352/640 kB Progress (1): 356/640 kB Progress (1): 360/640 kB Progress (1): 360/640 kB Progress (1): 365/640 kB Progress (1): 368/640 kB Progress (1): 373/640 kB Progress (1): 376/640 kB Progress (1): 381/640 kB Progress (1): 384/640 kB Progress (1): 389/640 kB Progress (1): 392/640 kB Progress (1): 393/640 kB Progress (1): 397/640 kB Progress (1): 401/640 kB Progress (1): 405/640 kB Progress (1): 409/640 kB Progress (1): 413/640 kB Progress (1): 417/640 kB Progress (1): 421/640 kB Progress (1): 425/640 kB Progress (1): 426/640 kB Progress (1): 430/640 kB Progress (1): 434/640 kB Progress (1): 438/640 kB Progress (1): 442/640 kB Progress (1): 446/640 kB Progress (1): 450/640 kB Progress (1): 454/640 kB Progress (1): 458/640 kB Progress (1): 459/640 kB Progress (1): 463/640 kB Progress (1): 467/640 kB Progress (1): 471/640 kB Progress (1): 475/640 kB Progress (1): 479/640 kB Progress (1): 483/640 kB Progress (1): 487/640 kB Progress (1): 491/640 kB Progress (1): 492/640 kB Progress (1): 496/640 kB Progress (1): 500/640 kB Progress (1): 504/640 kB Progress (1): 508/640 kB Progress (1): 512/640 kB Progress (1): 516/640 kB Progress (1): 520/640 kB Progress (1): 524/640 kB Progress (1): 524/640 kB Progress (1): 528/640 kB Progress (1): 532/640 kB Progress (1): 536/640 kB Progress (1): 540/640 kB Progress (1): 544/640 kB Progress (1): 548/640 kB Progress (1): 552/640 kB Progress (1): 556/640 kB Progress (1): 557/640 kB Progress (1): 561/640 kB Progress (1): 565/640 kB Progress (1): 569/640 kB Progress (1): 573/640 kB Progress (1): 577/640 kB Progress (1): 581/640 kB Progress (1): 585/640 kB Progress (1): 589/640 kB Progress (1): 590/640 kB Progress (1): 594/640 kB Progress (1): 598/640 kB Progress (1): 602/640 kB Progress (1): 606/640 kB Progress (1): 610/640 kB Progress (1): 614/640 kB Progress (1): 618/640 kB Progress (1): 622/640 kB Progress (1): 626/640 kB Progress (1): 630/640 kB Progress (2): 630/640 kB | 4.1/23 kB Progress (2): 630/640 kB | 7.7/23 kB Progress (2): 630/640 kB | 12/23 kB Progress (2): 630/640 kB | 16/23 kB Progress (2): 630/640 kB | 20/23 kB Progress (2): 630/640 kB | 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 32 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.jar Progress (2): 630/640 kB | 4.1/148 kB Progress (2): 630/640 kB | 7.7/148 kB Progress (2): 630/640 kB | 12/148 kB Progress (2): 630/640 kB | 16/148 kB Progress (2): 630/640 kB | 20/148 kB Progress (2): 630/640 kB | 24/148 kB Progress (2): 630/640 kB | 28/148 kB Progress (2): 630/640 kB | 32/148 kB Progress (2): 630/640 kB | 33/148 kB Progress (2): 630/640 kB | 37/148 kB Progress (2): 630/640 kB | 41/148 kB Progress (2): 630/640 kB | 45/148 kB Progress (2): 630/640 kB | 49/148 kB Progress (2): 630/640 kB | 53/148 kB Progress (2): 630/640 kB | 57/148 kB Progress (2): 630/640 kB | 61/148 kB Progress (2): 630/640 kB | 65/148 kB Progress (2): 630/640 kB | 66/148 kB Progress (2): 630/640 kB | 70/148 kB Progress (2): 630/640 kB | 74/148 kB Progress (2): 630/640 kB | 78/148 kB Progress (2): 630/640 kB | 82/148 kB Progress (2): 630/640 kB | 86/148 kB Progress (2): 630/640 kB | 90/148 kB Progress (2): 630/640 kB | 94/148 kB Progress (2): 630/640 kB | 98/148 kB Progress (2): 630/640 kB | 98/148 kB Progress (2): 630/640 kB | 102/148 kB Progress (2): 630/640 kB | 106/148 kB Progress (2): 630/640 kB | 110/148 kB Progress (2): 630/640 kB | 114/148 kB Progress (2): 630/640 kB | 118/148 kB Progress (2): 630/640 kB | 122/148 kB Progress (2): 630/640 kB | 126/148 kB Progress (2): 630/640 kB | 130/148 kB Progress (2): 630/640 kB | 134/148 kB Progress (2): 630/640 kB | 138/148 kB Progress (2): 630/640 kB | 142/148 kB Progress (2): 630/640 kB | 146/148 kB Progress (2): 630/640 kB | 148 kB Progress (3): 630/640 kB | 148 kB | 4.1/284 kB Progress (3): 630/640 kB | 148 kB | 7.7/284 kB Progress (3): 630/640 kB | 148 kB | 12/284 kB Progress (3): 630/640 kB | 148 kB | 16/284 kB Progress (3): 630/640 kB | 148 kB | 20/284 kB Progress (3): 630/640 kB | 148 kB | 24/284 kB Progress (3): 630/640 kB | 148 kB | 28/284 kB Progress (3): 630/640 kB | 148 kB | 32/284 kB Progress (3): 630/640 kB | 148 kB | 33/284 kB Progress (3): 630/640 kB | 148 kB | 37/284 kB Progress (3): 630/640 kB | 148 kB | 41/284 kB Progress (3): 630/640 kB | 148 kB | 45/284 kB Progress (3): 630/640 kB | 148 kB | 49/284 kB Progress (3): 630/640 kB | 148 kB | 53/284 kB Progress (3): 630/640 kB | 148 kB | 57/284 kB Progress (3): 630/640 kB | 148 kB | 61/284 kB Progress (3): 630/640 kB | 148 kB | 65/284 kB Progress (3): 630/640 kB | 148 kB | 66/284 kB Progress (3): 630/640 kB | 148 kB | 70/284 kB Progress (3): 630/640 kB | 148 kB | 74/284 kB Progress (3): 630/640 kB | 148 kB | 78/284 kB Progress (3): 630/640 kB | 148 kB | 82/284 kB Progress (3): 630/640 kB | 148 kB | 86/284 kB Progress (3): 630/640 kB | 148 kB | 90/284 kB Progress (3): 630/640 kB | 148 kB | 94/284 kB Progress (3): 630/640 kB | 148 kB | 98/284 kB Progress (3): 630/640 kB | 148 kB | 98/284 kB Progress (3): 630/640 kB | 148 kB | 102/284 kB Progress (3): 630/640 kB | 148 kB | 106/284 kB Progress (3): 630/640 kB | 148 kB | 110/284 kB Progress (3): 630/640 kB | 148 kB | 114/284 kB Progress (3): 630/640 kB | 148 kB | 118/284 kB Progress (3): 630/640 kB | 148 kB | 122/284 kB Progress (3): 630/640 kB | 148 kB | 126/284 kB Progress (3): 630/640 kB | 148 kB | 130/284 kB Progress (3): 630/640 kB | 148 kB | 131/284 kB Progress (3): 630/640 kB | 148 kB | 135/284 kB Progress (3): 630/640 kB | 148 kB | 139/284 kB Progress (3): 630/640 kB | 148 kB | 143/284 kB Progress (3): 630/640 kB | 148 kB | 147/284 kB Progress (3): 630/640 kB | 148 kB | 151/284 kB Progress (3): 630/640 kB | 148 kB | 155/284 kB Progress (3): 630/640 kB | 148 kB | 159/284 kB Progress (3): 630/640 kB | 148 kB | 163/284 kB Progress (3): 630/640 kB | 148 kB | 164/284 kB Progress (3): 630/640 kB | 148 kB | 168/284 kB Progress (3): 630/640 kB | 148 kB | 172/284 kB Progress (3): 630/640 kB | 148 kB | 176/284 kB Progress (3): 630/640 kB | 148 kB | 180/284 kB Progress (3): 630/640 kB | 148 kB | 184/284 kB Progress (3): 630/640 kB | 148 kB | 188/284 kB Progress (3): 630/640 kB | 148 kB | 192/284 kB Progress (3): 630/640 kB | 148 kB | 196/284 kB Progress (3): 630/640 kB | 148 kB | 197/284 kB Progress (3): 630/640 kB | 148 kB | 201/284 kB Progress (3): 630/640 kB | 148 kB | 205/284 kB Progress (3): 630/640 kB | 148 kB | 209/284 kB Progress (3): 630/640 kB | 148 kB | 213/284 kB Progress (3): 630/640 kB | 148 kB | 217/284 kB Progress (3): 630/640 kB | 148 kB | 221/284 kB Progress (3): 630/640 kB | 148 kB | 225/284 kB Progress (3): 630/640 kB | 148 kB | 229/284 kB Progress (3): 630/640 kB | 148 kB | 229/284 kB Progress (3): 630/640 kB | 148 kB | 233/284 kB Progress (3): 630/640 kB | 148 kB | 237/284 kB Progress (3): 630/640 kB | 148 kB | 241/284 kB Progress (3): 630/640 kB | 148 kB | 245/284 kB Progress (3): 630/640 kB | 148 kB | 249/284 kB Progress (3): 630/640 kB | 148 kB | 253/284 kB Progress (3): 630/640 kB | 148 kB | 257/284 kB Progress (3): 630/640 kB | 148 kB | 261/284 kB Progress (3): 630/640 kB | 148 kB | 265/284 kB Progress (3): 630/640 kB | 148 kB | 269/284 kB Progress (3): 630/640 kB | 148 kB | 273/284 kB Progress (3): 630/640 kB | 148 kB | 277/284 kB Progress (3): 630/640 kB | 148 kB | 281/284 kB Progress (3): 630/640 kB | 148 kB | 284 kB Progress (4): 630/640 kB | 148 kB | 284 kB | 4.1/231 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 194 kB/s) Progress (3): 630/640 kB | 284 kB | 7.7/231 kB Progress (3): 630/640 kB | 284 kB | 12/231 kB Progress (3): 630/640 kB | 284 kB | 16/231 kB Progress (3): 630/640 kB | 284 kB | 20/231 kB Progress (3): 630/640 kB | 284 kB | 24/231 kB Progress (3): 630/640 kB | 284 kB | 28/231 kB Progress (3): 630/640 kB | 284 kB | 32/231 kB Progress (3): 630/640 kB | 284 kB | 33/231 kB Progress (3): 630/640 kB | 284 kB | 37/231 kB Progress (3): 630/640 kB | 284 kB | 41/231 kB Progress (3): 630/640 kB | 284 kB | 45/231 kB Progress (3): 630/640 kB | 284 kB | 49/231 kB Progress (3): 630/640 kB | 284 kB | 53/231 kB Progress (3): 630/640 kB | 284 kB | 57/231 kB Progress (3): 630/640 kB | 284 kB | 61/231 kB Progress (3): 630/640 kB | 284 kB | 65/231 kB Progress (3): 630/640 kB | 284 kB | 69/231 kB Progress (4): 630/640 kB | 284 kB | 69/231 kB | 4.1/12 kB Progress (4): 630/640 kB | 284 kB | 73/231 kB | 4.1/12 kB Progress (4): 630/640 kB | 284 kB | 73/231 kB | 7.7/12 kB Progress (4): 630/640 kB | 284 kB | 77/231 kB | 7.7/12 kB Progress (4): 630/640 kB | 284 kB | 77/231 kB | 12/12 kB Progress (4): 630/640 kB | 284 kB | 81/231 kB | 12/12 kB Progress (4): 630/640 kB | 284 kB | 81/231 kB | 12 kB Progress (4): 630/640 kB | 284 kB | 85/231 kB | 12 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 370 kB/s) Progress (3): 630/640 kB | 89/231 kB | 12 kB Progress (3): 630/640 kB | 93/231 kB | 12 kB Progress (3): 630/640 kB | 97/231 kB | 12 kB Progress (3): 630/640 kB | 101/231 kB | 12 kB Progress (3): 630/640 kB | 105/231 kB | 12 kB Progress (3): 630/640 kB | 109/231 kB | 12 kB Progress (3): 630/640 kB | 113/231 kB | 12 kB Progress (3): 630/640 kB | 117/231 kB | 12 kB Progress (3): 630/640 kB | 121/231 kB | 12 kB Progress (3): 630/640 kB | 125/231 kB | 12 kB Progress (3): 630/640 kB | 129/231 kB | 12 kB Progress (3): 630/640 kB | 133/231 kB | 12 kB Progress (3): 630/640 kB | 137/231 kB | 12 kB Progress (3): 630/640 kB | 141/231 kB | 12 kB Progress (3): 630/640 kB | 145/231 kB | 12 kB Progress (3): 630/640 kB | 149/231 kB | 12 kB Progress (3): 630/640 kB | 153/231 kB | 12 kB Progress (3): 630/640 kB | 157/231 kB | 12 kB Progress (3): 630/640 kB | 161/231 kB | 12 kB Progress (3): 630/640 kB | 165/231 kB | 12 kB Progress (3): 630/640 kB | 169/231 kB | 12 kB Progress (3): 630/640 kB | 173/231 kB | 12 kB Progress (3): 630/640 kB | 177/231 kB | 12 kB Progress (3): 630/640 kB | 181/231 kB | 12 kB Progress (3): 630/640 kB | 185/231 kB | 12 kB Progress (3): 630/640 kB | 189/231 kB | 12 kB Progress (3): 630/640 kB | 193/231 kB | 12 kB Progress (3): 630/640 kB | 197/231 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 15 kB/s) Progress (2): 630/640 kB | 201/231 kB Progress (2): 630/640 kB | 205/231 kB Progress (2): 630/640 kB | 209/231 kB Progress (2): 630/640 kB | 213/231 kB Progress (2): 630/640 kB | 217/231 kB Progress (2): 630/640 kB | 221/231 kB Progress (2): 630/640 kB | 225/231 kB Progress (2): 630/640 kB | 229/231 kB Progress (2): 630/640 kB | 231 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 295 kB/s) Progress (1): 634/640 kB Progress (1): 638/640 kB Progress (1): 640 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 698 kB/s) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/workspace/jaxb-xsom/jaxb-ri/xsom [INFO] Processing change of org.glassfish.jaxb:xsom:2.3.2-SNAPSHOT -> 2.3.2 [INFO] Processing org.glassfish.jaxb:xsom [INFO] Updating project org.glassfish.jaxb:xsom [INFO] from version 2.3.2-SNAPSHOT to 2.3.2 [INFO] [INFO] [INFO] ----------------------< org.glassfish.jaxb:xsom >----------------------- [INFO] Building XSOM 2.3.2-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.7:use-releases (default-cli) @ xsom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:02 min [INFO] Finished at: 2018-11-19T10:17:20Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/workspace/jaxb-xsom + 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:]]*//' + POM_FILES=jaxb-ri/xsom/pom.xml + git add jaxb-ri/xsom/pom.xml + git commit -m 'Prepare release org.glassfish.jaxb:xsom:2.3.2' [2.3.2-XSOM d69bdaa] Prepare release org.glassfish.jaxb:xsom:2.3.2 1 file changed, 1 insertion(+), 1 deletion(-) + cd /home/jenkins/workspace/jaxb-xsom/jaxb-ri/xsom + echo '-[ Drop old staging repository deployments ]------------------------------------' -[ Drop old staging repository deployments ]------------------------------------ ++ mvn -B nexus-staging:rc-list ++ egrep '^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+org\.glassfish\.jaxb:xsom:2\.3\.2' ++ awk '{print $2}' 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 + for staging_key in $(mvn -B nexus-staging:rc-list | egrep "^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+${STAGING_KEY}" | awk '{print $2}') + echo 'Repository ID: orgglassfishjaxb-1009' Repository ID: orgglassfishjaxb-1009 + mvn -U -C -B -DstagingRepositoryId=orgglassfishjaxb-1009 nexus-staging::rc-drop [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jaxb:xsom:jar:2.3.2 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 133, column 21 [WARNING] 'parent.relativePath' of POM org.glassfish.jaxb:xsom:2.3.2 (/home/jenkins/workspace/jaxb-xsom/jaxb-ri/xsom/pom.xml) points at com.sun.xml.bind.mvn:jaxb-parent instead of org.eclipse.ee4j:project, please verify your project structure @ line 17, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ----------------------< org.glassfish.jaxb:xsom >----------------------- [INFO] Building XSOM 2.3.2 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) @ xsom --- [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://oss.sonatype.org:443/, is version 2.14.10-01 and edition "Professional" [INFO] RC-Dropping staging repository with IDs=[orgglassfishjaxb-1009] Waiting for operation to complete... ............................. [INFO] Dropped [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:24 min [INFO] Finished at: 2018-11-19T10:21:42Z [INFO] ------------------------------------------------------------------------ + echo '-[ Deploy artifacts to staging repository ]-------------------------------------' -[ Deploy artifacts to staging repository ]------------------------------------- + mvn -U -C -DskipTests -Ddoclint=none -Poss-release,staging -DstagingDescription=org.glassfish.jaxb:xsom:2.3.2 clean package source:jar javadoc:jar gpg:sign install:install nexus-staging:deploy [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jaxb:xsom:jar:2.3.2 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 133, column 21 [WARNING] 'parent.relativePath' of POM org.glassfish.jaxb:xsom:2.3.2 (/home/jenkins/workspace/jaxb-xsom/jaxb-ri/xsom/pom.xml) points at com.sun.xml.bind.mvn:jaxb-parent instead of org.eclipse.ee4j:project, please verify your project structure @ line 17, column 13 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 183, column 29 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml Progress (1): 812 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml (812 B at 155 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom (5.7 kB at 118 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 509 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar (31 kB at 1.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 310 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 474 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 1.9 MB/s) [INFO] [INFO] ----------------------< org.glassfish.jaxb:xsom >----------------------- [INFO] Building XSOM 2.3.2 [INFO] --------------------------------[ jar ]--------------------------------- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom [WARNING] The POM for com.sun.xml.bind.external:relaxng-datatype:jar:2.3.2 is missing, no dependency information available Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Progress (1): 4.1/315 kB Progress (1): 7.8/315 kB Progress (1): 12/315 kB Progress (1): 12/315 kB Progress (2): 12/315 kB | 4.1/45 kB Progress (2): 12/315 kB | 7.8/45 kB Progress (2): 12/315 kB | 12/45 kB Progress (2): 12/315 kB | 16/45 kB Progress (2): 12/315 kB | 20/45 kB Progress (2): 12/315 kB | 20/45 kB Progress (2): 12/315 kB | 24/45 kB Progress (2): 12/315 kB | 28/45 kB Progress (2): 12/315 kB | 32/45 kB Progress (2): 12/315 kB | 37/45 kB Progress (2): 16/315 kB | 37/45 kB Progress (2): 20/315 kB | 37/45 kB Progress (2): 24/315 kB | 37/45 kB Progress (2): 28/315 kB | 37/45 kB Progress (2): 32/315 kB | 37/45 kB Progress (2): 33/315 kB | 37/45 kB Progress (2): 37/315 kB | 37/45 kB Progress (2): 37/315 kB | 41/45 kB Progress (2): 37/315 kB | 45/45 kB Progress (2): 37/315 kB | 45 kB Progress (2): 41/315 kB | 45 kB Progress (2): 45/315 kB | 45 kB Progress (2): 49/315 kB | 45 kB Progress (2): 53/315 kB | 45 kB Progress (2): 57/315 kB | 45 kB Progress (2): 61/315 kB | 45 kB Progress (2): 66/315 kB | 45 kB Progress (2): 70/315 kB | 45 kB Progress (2): 74/315 kB | 45 kB Progress (2): 78/315 kB | 45 kB Progress (2): 82/315 kB | 45 kB Progress (2): 86/315 kB | 45 kB Progress (2): 90/315 kB | 45 kB Progress (2): 94/315 kB | 45 kB Progress (2): 98/315 kB | 45 kB Progress (2): 102/315 kB | 45 kB Progress (2): 106/315 kB | 45 kB Progress (2): 111/315 kB | 45 kB Progress (2): 115/315 kB | 45 kB Progress (2): 119/315 kB | 45 kB Progress (2): 123/315 kB | 45 kB Progress (2): 127/315 kB | 45 kB Progress (2): 131/315 kB | 45 kB Progress (2): 135/315 kB | 45 kB Progress (2): 139/315 kB | 45 kB Progress (2): 143/315 kB | 45 kB Progress (2): 147/315 kB | 45 kB Progress (2): 152/315 kB | 45 kB Progress (2): 156/315 kB | 45 kB Progress (2): 160/315 kB | 45 kB Progress (2): 164/315 kB | 45 kB Progress (2): 168/315 kB | 45 kB Progress (2): 172/315 kB | 45 kB Progress (2): 176/315 kB | 45 kB Progress (2): 180/315 kB | 45 kB Progress (2): 184/315 kB | 45 kB Progress (2): 188/315 kB | 45 kB Progress (2): 193/315 kB | 45 kB Progress (2): 197/315 kB | 45 kB Progress (2): 201/315 kB | 45 kB Progress (2): 205/315 kB | 45 kB Progress (2): 209/315 kB | 45 kB Progress (2): 213/315 kB | 45 kB Progress (2): 217/315 kB | 45 kB Progress (2): 221/315 kB | 45 kB Progress (2): 225/315 kB | 45 kB Progress (2): 229/315 kB | 45 kB Progress (2): 233/315 kB | 45 kB Progress (2): 238/315 kB | 45 kB Progress (2): 242/315 kB | 45 kB Progress (2): 246/315 kB | 45 kB Progress (2): 250/315 kB | 45 kB Progress (2): 254/315 kB | 45 kB Progress (2): 258/315 kB | 45 kB Progress (2): 262/315 kB | 45 kB Progress (2): 266/315 kB | 45 kB Progress (2): 270/315 kB | 45 kB Progress (2): 274/315 kB | 45 kB Progress (2): 279/315 kB | 45 kB Progress (2): 283/315 kB | 45 kB Progress (2): 287/315 kB | 45 kB Progress (2): 291/315 kB | 45 kB Progress (2): 295/315 kB | 45 kB Progress (2): 299/315 kB | 45 kB Progress (2): 303/315 kB | 45 kB Progress (2): 307/315 kB | 45 kB Progress (2): 311/315 kB | 45 kB Progress (2): 315 kB | 45 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 28 kB/s) Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.jar (315 kB at 174 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.813 s [INFO] Finished at: 2018-11-19T10:22:02Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project xsom: Could not resolve dependencies for project org.glassfish.jaxb:xsom:jar:2.3.2: Could not find artifact com.sun.xml.bind.external:relaxng-datatype:jar:2.3.2 in sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 86 killed; [ssh-agent] Stopped. Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Finished: FAILURE