Started by user Tom Jenkinson Agent default-java-fmtlp is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (): [EnvInject] - Loading node environment variables. Building remotely on default-java-fmtlp in workspace /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release [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-5IUjFGqtkLgR/agent.80 SSH_AGENT_PID=82 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release@tmp/private_key_8076243524432156634.key (/home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release@tmp/private_key_8076243524432156634.key) [ssh-agent] Using credentials jta-bot (GitHub Bot SSH) Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jta-api.git > git init /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jta-api.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub Bot SSH > git fetch --tags --progress git@github.com:eclipse-ee4j/jta-api.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@github.com:eclipse-ee4j/jta-api.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jta-api.git # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jta-api.git using GIT_SSH to set credentials GitHub Bot SSH > git fetch --tags --progress git@github.com:eclipse-ee4j/jta-api.git +refs/heads/*:refs/remotes/origin/* > 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 559258bae9562373d857801628a9fe61bdc11c62 (refs/remotes/origin/EE4J_8) > git config core.sparsecheckout # timeout=10 > git checkout -f 559258bae9562373d857801628a9fe61bdc11c62 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b EE4J_8 559258bae9562373d857801628a9fe61bdc11c62 Commit message: "Issue 27 revert to just the bundle symbolic name" > git rev-list --no-walk 559258bae9562373d857801628a9fe61bdc11c62 # timeout=10 provisioning config files... copy managed file [settings-security.xml] to file:/home/jenkins/.m2/settings-security.xml copy managed file [settings-jta.xml] to file:/home/jenkins/.m2/settings-jta.xml [eclipse-ee4j_jta-api-EE4J_8-release] $ /bin/bash -ex /tmp/jenkins5986659440457199546.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/oracle + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.5 + HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:2.1.1 + grep '' pom.xml + grep SNAPSHOT 1.3.2-SNAPSHOT ++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$' ++ mvn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version + SNAPSHOT_VERSION=1.3.2-SNAPSHOT + '[' -z '' ']' + '[' -z 1.3.2-SNAPSHOT ']' ++ echo 1.3.2-SNAPSHOT ++ sed -e s/-SNAPSHOT// + RELEASE_VERSION=1.3.2 + '[' -z '' ']' ++ echo 1.3.2 ++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/' + NEXT_VERSION=1.3 + set -f + NEXT_COMPONENTS=(${RELEASE_VERSION//\./ }) + LAST_INDEX=2 + NEXT_COMPONENTS[${LAST_INDEX}]=3 ++ echo 1 3 3 ++ tr ' ' . + NEXT_VERSION=1.3.3-SNAPSHOT + RELEASE_TAG=1.3.2 + echo 'Current version: 1.3.2-SNAPSHOT' Current version: 1.3.2-SNAPSHOT + echo 'Release version: 1.3.2' Release version: 1.3.2 + echo 'Next version: 1.3.3-SNAPSHOT' Next version: 1.3.3-SNAPSHOT + echo 'Release tag: 1.3.2' Release tag: 1.3.2 + '[' -z 1.3.2-SNAPSHOT -o -z 1.3.2 -o -z 1.3.3-SNAPSHOT ']' + '[' false = true ']' + MVN_DEPLOY_ARGS=deploy:deploy ++ git remote + GIT_ORIGIN=origin + echo '-[ Prepare branch ]-------------------------------------------------------------' -[ Prepare branch ]------------------------------------------------------------- ++ git branch -r ++ grep origin/1.3.2-RELEASE + [[ -n '' ]] + echo '-[ Release tag cleanup ]--------------------------------------------------------' -[ Release tag cleanup ]-------------------------------------------------------- ++ git ls-remote --tags origin ++ grep 1.3.2 Failed to add the RSA host key for IP address '192.30.253.112' to the list of known hosts (/home/jenkins/.ssh/known_hosts). + [[ -n '' ]] + git branch --delete 1.3.2-RELEASE error: branch '1.3.2-RELEASE' not found. + git checkout -b 1.3.2-RELEASE Switched to a new branch '1.3.2-RELEASE' + git tag --delete 1.3.2 error: tag '1.3.2' not found. + git config --global user.email jta-bot@eclipse.org + git config --global user.name 'Eclipse JTA Bot' + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: key 9B26CED3E3BA51C3: 1 signature not checked due to a missing key gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 9B26CED3E3BA51C3: public key "Eclipse Project for JTA " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 9B26CED3E3BA51C3: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 gpg: no ultimately trusted keys found ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + 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 1A2A6D7F079CF627566ABD869B26CED3E3BA51C3 trust Secret subkeys are available. pub rsa4096/9B26CED3E3BA51C3 created: 2018-09-29 expires: 2023-09-28 usage: SCEA trust: unknown validity: unknown ssb rsa4096/B7AE15C15C321C44 created: 2018-09-29 expires: 2023-09-28 usage: S [ unknown] (1). Eclipse Project for JTA pub rsa4096/9B26CED3E3BA51C3 created: 2018-09-29 expires: 2023-09-28 usage: SCEA trust: unknown validity: unknown ssb rsa4096/B7AE15C15C321C44 created: 2018-09-29 expires: 2023-09-28 usage: S [ unknown] (1). Eclipse Project for JTA 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/9B26CED3E3BA51C3 created: 2018-09-29 expires: 2023-09-28 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/B7AE15C15C321C44 created: 2018-09-29 expires: 2023-09-28 usage: S [ unknown] (1). Eclipse Project for JTA 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 47EF0EC60C210BC6DFAA5819B7AE15C15C321C44 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-28 pub rsa4096/9B26CED3E3BA51C3 created: 2018-09-29 expires: 2023-09-28 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B7AE15C15C321C44 created: 2018-09-29 expires: 2023-09-28 usage: S [ultimate] (1). Eclipse Project for JTA pub rsa4096/9B26CED3E3BA51C3 created: 2018-09-29 expires: 2023-09-28 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B7AE15C15C321C44 created: 2018-09-29 expires: 2023-09-28 usage: S [ultimate] (1). Eclipse Project for JTA 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/9B26CED3E3BA51C3 created: 2018-09-29 expires: 2023-09-28 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B7AE15C15C321C44 created: 2018-09-29 expires: 2023-09-28 usage: S [ultimate] (1). Eclipse Project for JTA ++ mvn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.artifactId ++ grep -Ev '(^\[)' + ARTIFACT_ID=jakarta.transaction-api ++ mvn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.groupId ++ grep -Ev '(^\[)' + GROUP_ID=jakarta.transaction + echo '-[ Set release version ]--------------------------------------------------------' -[ Set release version ]-------------------------------------------------------- + mvn -U -C -DnewVersion=1.3.2 -DgenerateBackupPoms=false -Pstaging clean org.codehaus.mojo:versions-maven-plugin:2.5:set [INFO] Scanning for projects... Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/versions-maven-plugin/2.5/versions-maven-plugin-2.5.pom Progress (1): 4.1/17 kB Progress (1): 7.9/17 kB Progress (1): 12/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.5/versions-maven-plugin-2.5.pom (17 kB at 1.2 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/versions-maven-plugin/2.5/versions-maven-plugin-2.5.jar Progress (1): 3.8/306 kB Progress (1): 7.9/306 kB Progress (1): 12/306 kB Progress (1): 16/306 kB Progress (1): 20/306 kB Progress (1): 24/306 kB Progress (1): 28/306 kB Progress (1): 32/306 kB Progress (1): 33/306 kB Progress (1): 37/306 kB Progress (1): 41/306 kB Progress (1): 45/306 kB Progress (1): 49/306 kB Progress (1): 53/306 kB Progress (1): 57/306 kB Progress (1): 61/306 kB Progress (1): 66/306 kB Progress (1): 70/306 kB Progress (1): 74/306 kB Progress (1): 78/306 kB Progress (1): 82/306 kB Progress (1): 86/306 kB Progress (1): 90/306 kB Progress (1): 94/306 kB Progress (1): 98/306 kB Progress (1): 102/306 kB Progress (1): 106/306 kB Progress (1): 111/306 kB Progress (1): 115/306 kB Progress (1): 119/306 kB Progress (1): 123/306 kB Progress (1): 127/306 kB Progress (1): 131/306 kB Progress (1): 135/306 kB Progress (1): 139/306 kB Progress (1): 143/306 kB Progress (1): 147/306 kB Progress (1): 152/306 kB Progress (1): 156/306 kB Progress (1): 160/306 kB Progress (1): 164/306 kB Progress (1): 168/306 kB Progress (1): 172/306 kB Progress (1): 176/306 kB Progress (1): 180/306 kB Progress (1): 184/306 kB Progress (1): 188/306 kB Progress (1): 193/306 kB Progress (1): 197/306 kB Progress (1): 201/306 kB Progress (1): 205/306 kB Progress (1): 209/306 kB Progress (1): 213/306 kB Progress (1): 217/306 kB Progress (1): 221/306 kB Progress (1): 225/306 kB Progress (1): 229/306 kB Progress (1): 233/306 kB Progress (1): 238/306 kB Progress (1): 242/306 kB Progress (1): 246/306 kB Progress (1): 250/306 kB Progress (1): 254/306 kB Progress (1): 258/306 kB Progress (1): 262/306 kB Progress (1): 266/306 kB Progress (1): 270/306 kB Progress (1): 274/306 kB Progress (1): 279/306 kB Progress (1): 283/306 kB Progress (1): 287/306 kB Progress (1): 291/306 kB Progress (1): 295/306 kB Progress (1): 299/306 kB Progress (1): 303/306 kB Progress (1): 306 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/versions-maven-plugin/2.5/versions-maven-plugin-2.5.jar (306 kB at 22 kB/s) [INFO] [INFO] ------------< jakarta.transaction:jakarta.transaction-api >------------- [INFO] Building javax.transaction API 1.3.2-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/glassfish/build/spec-version-maven-plugin/2.0/spec-version-maven-plugin-2.0.pom Progress (1): 4.1/15 kB Progress (1): 7.9/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/glassfish/build/spec-version-maven-plugin/2.0/spec-version-maven-plugin-2.0.pom (15 kB at 8.7 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/glassfish/build/spec-version-maven-plugin/2.0/spec-version-maven-plugin-2.0.jar Progress (1): 4.1/33 kB Progress (1): 7.8/33 kB Progress (1): 12/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/glassfish/build/spec-version-maven-plugin/2.0/spec-version-maven-plugin-2.0.jar (33 kB at 41 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.transaction-api --- 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 2.2/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 770 B/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 central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 2.2/8.4 kB Progress (1): 5.0/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 131 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 central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 2.2/8.4 kB Progress (1): 5.0/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 123 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.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 2.2/226 kB Progress (1): 5.0/226 kB Progress (1): 7.7/226 kB Progress (1): 10/226 kB Progress (1): 13/226 kB Progress (1): 16/226 kB Progress (1): 19/226 kB Progress (1): 21/226 kB Progress (1): 24/226 kB Progress (1): 27/226 kB Progress (1): 30/226 kB Progress (1): 32/226 kB Progress (1): 36/226 kB Progress (1): 40/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (1): 53/226 kB Progress (1): 57/226 kB Progress (1): 61/226 kB Progress (1): 65/226 kB Progress (1): 69/226 kB Progress (1): 73/226 kB Progress (1): 77/226 kB Progress (1): 81/226 kB Progress (1): 85/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 110/226 kB Progress (1): 114/226 kB Progress (1): 118/226 kB Progress (1): 122/226 kB Progress (1): 126/226 kB Progress (1): 131/226 kB Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 167/226 kB Progress (1): 171/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 1.2 MB/s) [INFO] [INFO] ------------< jakarta.transaction:jakarta.transaction-api >------------- [INFO] Building javax.transaction API 1.3.2-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.5:set (default-cli) @ jakarta.transaction-api --- 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.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 26 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.7/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 325 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 2.2/6.8 kB Progress (1): 5.0/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 109 kB/s) 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 2.2/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 46 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 29 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): 16/24 kB Progress (1): 20/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 78 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.9 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 11 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 central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 15 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 2.2/12 kB Progress (1): 5.0/12 kB Progress (1): 7.8/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 182 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 36 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.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 2.2/3.2 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 52 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 14 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 2.2/5.8 kB Progress (1): 5.0/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 94 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 central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 29 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.1 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 45 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 19 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 14 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 28 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 23 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 34 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 237 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 22 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 2.2/3.5 kB Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 53 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 31 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.2/2.3 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 38 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 2.2/3.2 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 50 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 2.2/8.2 kB Progress (1): 5.0/8.2 kB Progress (1): 7.8/8.2 kB Progress (1): 8.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 135 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 37 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 28 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.2/2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 44 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 31 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 central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Progress (1): 2.2/8.0 kB Progress (1): 5.0/8.0 kB Progress (1): 7.7/8.0 kB Progress (1): 8.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 129 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 central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom Progress (1): 2.2/25 kB Progress (1): 5.0/25 kB Progress (1): 7.7/25 kB Progress (1): 11/25 kB Progress (1): 13/25 kB Progress (1): 16/25 kB Progress (1): 19/25 kB Progress (1): 21/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 357 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.2/2.3 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 38 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.7/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 317 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 2.2/3.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 65 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 55 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 2.2/17 kB Progress (1): 5.0/17 kB Progress (1): 7.7/17 kB Progress (1): 11/17 kB Progress (1): 13/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 258 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 32 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 2.2/5.4 kB Progress (1): 5.0/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 89 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 2.2/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 50 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.2/2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 41 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 20 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 2.2/7.8 kB Progress (1): 5.0/7.8 kB Progress (1): 7.8/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 127 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 168 kB/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 11 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 2.2/4.2 kB Progress (1): 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 67 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 2.2/17 kB Progress (1): 5.0/17 kB Progress (1): 7.8/17 kB Progress (1): 11/17 kB Progress (1): 13/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 263 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 2.2/4.0 kB Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 55 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 56 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 1.0/5.5 kB Progress (1): 3.7/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 88 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 178 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 33 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 21 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 49 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 2.2/6.8 kB Progress (1): 5.0/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 106 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 2.2/8.4 kB Progress (1): 5.0/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 135 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 2.2/5.1 kB Progress (1): 4.9/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 83 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 36 kB/s) 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.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 25 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.2/2.4 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 41 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 2.8/9.3 kB Progress (1): 5.5/9.3 kB Progress (1): 8.3/9.3 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 151 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 23 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 2.2/9.6 kB Progress (1): 5.0/9.6 kB Progress (1): 7.8/9.6 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 158 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 2.2/32 kB Progress (1): 5.0/32 kB Progress (1): 7.8/32 kB Progress (1): 11/32 kB Progress (1): 13/32 kB Progress (1): 16/32 kB Progress (1): 19/32 kB Progress (1): 21/32 kB Progress (1): 24/32 kB Progress (1): 27/32 kB Progress (1): 30/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 433 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom Progress (1): 2.2/7.6 kB Progress (1): 5.0/7.6 kB Progress (1): 7.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 115 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 2.2/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 16 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 2.8/41 kB Progress (1): 5.5/41 kB Progress (1): 8.3/41 kB Progress (1): 11/41 kB Progress (1): 14/41 kB Progress (1): 16/41 kB Progress (1): 19/41 kB Progress (1): 22/41 kB Progress (1): 25/41 kB Progress (1): 27/41 kB Progress (1): 30/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 537 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/18/apache-18.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 234 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 32 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 38 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 15 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 2.2/5.4 kB Progress (1): 5.0/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 89 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 2.2/17 kB Progress (1): 5.0/17 kB Progress (1): 7.8/17 kB Progress (1): 11/17 kB Progress (1): 13/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 262 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 13 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 2.2/4.2 kB Progress (1): 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 71 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 31 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 37 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.2/2.5 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 42 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 28 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 2.2/7.7 kB Progress (1): 5.0/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 129 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 35 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 2.2/3.7 kB Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 62 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 31 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom Progress (1): 2.2/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 83 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.8/13 kB Progress (1): 11/13 kB Progress (1): 13/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 204 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 2.2/62 kB Progress (1): 5.0/62 kB Progress (1): 7.8/62 kB Progress (1): 11/62 kB Progress (1): 13/62 kB Progress (1): 16/62 kB Progress (1): 19/62 kB Progress (1): 21/62 kB Progress (1): 24/62 kB Progress (1): 27/62 kB Progress (1): 30/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 704 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/16/apache-16.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 241 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 26 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 246 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 26 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom Progress (1): 2.2/3.4 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 57 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom Progress (1): 2.2/14 kB Progress (1): 5.0/14 kB Progress (1): 7.8/14 kB Progress (1): 11/14 kB Progress (1): 13/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 226 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 12 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 2.2/3.8 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 63 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 317 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 2.2/6.8 kB Progress (1): 5.0/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 111 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 2.2/14 kB Progress (1): 4.9/14 kB Progress (1): 7.7/14 kB Progress (1): 10/14 kB Progress (1): 13/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 209 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 2.2/3.8 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 66 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 2.2/20 kB Progress (1): 5.0/20 kB Progress (1): 7.8/20 kB Progress (1): 11/20 kB Progress (1): 13/20 kB Progress (1): 16/20 kB Progress (1): 19/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 310 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom Progress (1): 2.2/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 68 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 central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Progress (1): 2.2/7.5 kB Progress (1): 5.0/7.5 kB Progress (1): 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 123 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 central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Progress (1): 2.2/9.0 kB Progress (1): 5.0/9.0 kB Progress (1): 7.8/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 147 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 central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom Progress (1): 2.2/16 kB Progress (1): 5.0/16 kB Progress (1): 7.8/16 kB Progress (1): 11/16 kB Progress (1): 13/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 252 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 central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Progress (1): 2.2/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 80 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 central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Progress (1): 2.2/9.4 kB Progress (1): 4.9/9.4 kB Progress (1): 7.7/9.4 kB Progress (1): 9.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 146 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 central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.8/13 kB Progress (1): 11/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 205 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 central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 2.2/18 kB Progress (1): 5.0/18 kB Progress (1): 7.7/18 kB Progress (1): 11/18 kB Progress (1): 13/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 283 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 central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 2.2/16 kB Progress (1): 5.0/16 kB Progress (1): 7.7/16 kB Progress (1): 11/16 kB Progress (1): 13/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 251 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 central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 2.2/6.1 kB Progress (1): 5.0/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 100 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 12 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom Progress (1): 2.2/6.7 kB Progress (1): 5.0/6.7 kB Progress (1): 6.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 108 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 50 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 28 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom Progress (1): 2.2/2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 43 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 18 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 48 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom Progress (1): 2.2/2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 47 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.2/2.7 kB Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 44 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 321 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 2.2/6.1 kB Progress (1): 5.0/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 100 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 178 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.7/13 kB Progress (1): 11/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 202 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 central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom Progress (1): 2.2/18 kB Progress (1): 5.0/18 kB Progress (1): 7.8/18 kB Progress (1): 11/18 kB Progress (1): 13/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 280 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 central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 6.0 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 central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 15 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 central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom Progress (1): 2.2/7.0 kB Progress (1): 5.0/7.0 kB Progress (1): 7.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 109 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 central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom Progress (1): 2.2/6.2 kB Progress (1): 5.0/6.2 kB Progress (1): 6.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 105 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 582 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 central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom Progress (1): 147 B Downloaded from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 2.6 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 central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom Progress (1): 167 B Downloaded from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 2.8 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 central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom Progress (1): 156 B Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 2.7 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 central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom Progress (1): 2.2/6.0 kB Progress (1): 5.0/6.0 kB Progress (1): 6.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 97 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 central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 17 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 central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.2/2.3 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 39 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 central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 2.9 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 central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 2.9 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 central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 57 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 central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2/2.2 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 33 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 central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 175 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 central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom Progress (1): 2.2/9.0 kB Progress (1): 5.0/9.0 kB Progress (1): 7.8/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 148 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 central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 2.2/5.3 kB Progress (1): 5.0/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 89 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom Progress (1): 142 B Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 2.4 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 central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 2.3 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 central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom Progress (1): 653 B Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 11 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 central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom Progress (1): 2.2/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 73 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 central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom Progress (1): 2.2/9.8 kB Progress (1): 5.0/9.8 kB Progress (1): 7.8/9.8 kB Progress (1): 9.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 161 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 central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom Progress (1): 2.8/12 kB Progress (1): 5.5/12 kB Progress (1): 8.3/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 188 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/2/apache-2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom Progress (1): 2.2/3.4 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom (3.4 kB at 56 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 central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom Progress (1): 145 B Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 2.5 kB/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 central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom Progress (1): 2.2/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 50 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 central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom Progress (1): 2.2/2.9 kB Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 48 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 central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 166 kB/s) 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.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 2.2/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 69 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom Progress (1): 2.2/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 73 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Progress (1): 2.2/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 84 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 32 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom Progress (1): 2.2/21 kB Progress (1): 5.0/21 kB Progress (1): 7.8/21 kB Progress (1): 11/21 kB Progress (1): 13/21 kB Progress (1): 16/21 kB Progress (1): 19/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 315 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom (1.8 kB at 30 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom Progress (1): 2.2/2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 48 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom Progress (1): 2.2/6.6 kB Progress (1): 5.0/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom (6.6 kB at 100 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom Progress (1): 2.2/14 kB Progress (1): 5.0/14 kB Progress (1): 7.8/14 kB Progress (1): 11/14 kB Progress (1): 13/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom (14 kB at 224 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom Progress (1): 2.2/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom (3.1 kB at 52 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom Progress (1): 2.2/2.9 kB Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom (2.9 kB at 46 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom Progress (1): 2.2/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom (4.6 kB at 77 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 33 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 2.2/2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 43 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 2.2/5.0 kB Progress (1): 5.0/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 87 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Progress (1): 2.2/3.8 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 65 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 2.2/5.0 kB Progress (1): 5.0/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 83 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 central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 2.2/5.1 kB Progress (1): 5.0/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 86 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 central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 53 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 central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 2.2/5.5 kB Progress (1): 5.0/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 91 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 central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 2.2/18 kB Progress (1): 5.0/18 kB Progress (1): 7.8/18 kB Progress (1): 11/18 kB Progress (1): 13/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 274 kB/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 central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 2.2/18 kB Progress (1): 5.0/18 kB Progress (1): 7.8/18 kB Progress (1): 11/18 kB Progress (1): 13/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 292 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 central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.2/2.5 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 42 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/google/1/google-1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 27 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom Progress (1): 726 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 11 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 18 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Progress (1): 2.2/2.4 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 40 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 20 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 2.2/7.7 kB Progress (1): 5.0/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 126 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 36 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 7.1 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 central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom Progress (1): 962 B Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 16 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 5.7 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 central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 2.2/17 kB Progress (1): 5.0/17 kB Progress (1): 7.8/17 kB Progress (1): 11/17 kB Progress (1): 13/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 265 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 central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 2.2/31 kB Progress (1): 4.9/31 kB Progress (1): 7.7/31 kB Progress (1): 10/31 kB Progress (1): 13/31 kB Progress (1): 16/31 kB Progress (1): 19/31 kB Progress (1): 21/31 kB Progress (1): 24/31 kB Progress (1): 27/31 kB Progress (1): 30/31 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 433 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/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-repository-metadata/2.2.1/maven-repository-metadata-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-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 Progress (1): 3.8/22 kB Progress (2): 3.8/22 kB | 3.8/8.8 kB Progress (2): 3.8/22 kB | 7.9/8.8 kB Progress (2): 3.8/22 kB | 8.8 kB Progress (3): 3.8/22 kB | 8.8 kB | 3.8/17 kB 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 Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Progress (3): 7.9/22 kB | 8.8 kB | 3.8/17 kB Progress (3): 12/22 kB | 8.8 kB | 3.8/17 kB Progress (3): 16/22 kB | 8.8 kB | 3.8/17 kB Progress (3): 20/22 kB | 8.8 kB | 3.8/17 kB Progress (3): 22 kB | 8.8 kB | 3.8/17 kB Progress (3): 22 kB | 8.8 kB | 7.9/17 kB Progress (3): 22 kB | 8.8 kB | 12/17 kB Progress (3): 22 kB | 8.8 kB | 16/17 kB Progress (3): 22 kB | 8.8 kB | 17 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.jar (8.8 kB at 15 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/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 36 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 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 27 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar 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-api/3.0/maven-reporting-api-3.0.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/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.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): 24/98 kB Progress (1): 28/98 kB Progress (1): 32/98 kB Progress (1): 37/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 Progress (1): 41/98 kB Progress (1): 45/98 kB Progress (1): 49/98 kB Progress (1): 53/98 kB Progress (1): 53/98 kB Progress (1): 57/98 kB Progress (1): 61/98 kB Progress (1): 62/98 kB Progress (1): 66/98 kB Progress (1): 70/98 kB Progress (1): 74/98 kB Progress (1): 79/98 kB Progress (1): 83/98 kB Progress (1): 87/98 kB Progress (1): 91/98 kB Progress (1): 95/98 kB Progress (1): 98 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 39 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.jar 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-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.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 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): 3.8/482 kB 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): 62/482 kB Progress (1): 66/482 kB Progress (1): 70/482 kB Progress (1): 74/482 kB Progress (1): 79/482 kB Progress (1): 83/482 kB Progress (1): 87/482 kB Progress (1): 91/482 kB Progress (1): 95/482 kB Progress (1): 99/482 kB Progress (1): 103/482 kB Progress (1): 107/482 kB Progress (1): 111/482 kB Progress (1): 115/482 kB Progress (1): 120/482 kB Progress (1): 124/482 kB Progress (1): 128/482 kB Progress (1): 132/482 kB Progress (1): 136/482 kB Progress (1): 140/482 kB Progress (1): 144/482 kB Progress (1): 148/482 kB Progress (1): 152/482 kB Progress (1): 156/482 kB Progress (1): 161/482 kB Progress (1): 165/482 kB Progress (1): 169/482 kB Progress (1): 173/482 kB Progress (1): 177/482 kB Progress (1): 181/482 kB Progress (1): 185/482 kB Progress (1): 189/482 kB Progress (1): 193/482 kB Progress (1): 197/482 kB Progress (1): 201/482 kB Progress (1): 206/482 kB Progress (1): 210/482 kB Progress (1): 214/482 kB Progress (1): 218/482 kB Progress (1): 222/482 kB Progress (1): 226/482 kB Progress (1): 230/482 kB Progress (1): 234/482 kB Progress (1): 238/482 kB Progress (1): 242/482 kB Progress (1): 247/482 kB Progress (1): 251/482 kB Progress (1): 255/482 kB Progress (1): 259/482 kB Progress (1): 263/482 kB Progress (1): 267/482 kB Progress (1): 271/482 kB Progress (1): 275/482 kB Progress (1): 279/482 kB Progress (1): 283/482 kB Progress (1): 287/482 kB Progress (1): 292/482 kB Progress (1): 296/482 kB Progress (1): 300/482 kB Progress (1): 304/482 kB Progress (1): 308/482 kB Progress (1): 312/482 kB Progress (1): 316/482 kB Progress (1): 320/482 kB Progress (1): 324/482 kB Progress (1): 328/482 kB Progress (1): 333/482 kB Progress (1): 337/482 kB Progress (1): 341/482 kB Progress (2): 341/482 kB | 4.1/182 kB Progress (2): 341/482 kB | 7.8/182 kB Progress (2): 341/482 kB | 12/182 kB Progress (2): 341/482 kB | 16/182 kB Progress (2): 341/482 kB | 20/182 kB Progress (2): 341/482 kB | 24/182 kB Progress (2): 341/482 kB | 24/182 kB Progress (2): 341/482 kB | 28/182 kB Progress (2): 341/482 kB | 32/182 kB Progress (2): 341/482 kB | 37/182 kB Progress (2): 341/482 kB | 41/182 kB Progress (2): 345/482 kB | 41/182 kB Progress (2): 349/482 kB | 41/182 kB Progress (2): 353/482 kB | 41/182 kB Progress (2): 357/482 kB | 41/182 kB Progress (2): 361/482 kB | 41/182 kB Progress (2): 365/482 kB | 41/182 kB Progress (2): 369/482 kB | 41/182 kB Progress (2): 373/482 kB | 41/182 kB Progress (2): 378/482 kB | 41/182 kB Progress (2): 382/482 kB | 41/182 kB Progress (2): 386/482 kB | 41/182 kB Progress (2): 390/482 kB | 41/182 kB Progress (2): 394/482 kB | 41/182 kB Progress (2): 398/482 kB | 41/182 kB Progress (2): 402/482 kB | 41/182 kB Progress (2): 406/482 kB | 41/182 kB Progress (2): 410/482 kB | 41/182 kB Progress (2): 414/482 kB | 41/182 kB Progress (2): 419/482 kB | 41/182 kB Progress (2): 423/482 kB | 41/182 kB Progress (2): 427/482 kB | 41/182 kB Progress (2): 431/482 kB | 41/182 kB Progress (2): 435/482 kB | 41/182 kB Progress (2): 439/482 kB | 41/182 kB Progress (2): 443/482 kB | 41/182 kB Progress (2): 447/482 kB | 41/182 kB Progress (2): 451/482 kB | 41/182 kB Progress (2): 455/482 kB | 41/182 kB Progress (2): 460/482 kB | 41/182 kB Progress (2): 464/482 kB | 41/182 kB Progress (2): 468/482 kB | 41/182 kB Progress (2): 472/482 kB | 41/182 kB Progress (2): 476/482 kB | 41/182 kB Progress (2): 480/482 kB | 41/182 kB Progress (2): 482 kB | 41/182 kB Progress (2): 482 kB | 45/182 kB Progress (2): 482 kB | 49/182 kB Progress (2): 482 kB | 53/182 kB Progress (2): 482 kB | 57/182 kB Progress (2): 482 kB | 61/182 kB Progress (2): 482 kB | 65/182 kB Progress (2): 482 kB | 66/182 kB Progress (2): 482 kB | 70/182 kB Progress (2): 482 kB | 74/182 kB Progress (2): 482 kB | 78/182 kB Progress (2): 482 kB | 82/182 kB Progress (2): 482 kB | 86/182 kB Progress (2): 482 kB | 90/182 kB Progress (2): 482 kB | 94/182 kB Progress (2): 482 kB | 98/182 kB Progress (2): 482 kB | 102/182 kB Progress (2): 482 kB | 106/182 kB Progress (2): 482 kB | 111/182 kB Progress (2): 482 kB | 115/182 kB Progress (2): 482 kB | 119/182 kB Progress (2): 482 kB | 123/182 kB Progress (2): 482 kB | 127/182 kB Progress (2): 482 kB | 131/182 kB Progress (2): 482 kB | 135/182 kB Progress (2): 482 kB | 139/182 kB Progress (2): 482 kB | 143/182 kB Progress (2): 482 kB | 147/182 kB Progress (2): 482 kB | 152/182 kB Progress (2): 482 kB | 156/182 kB Progress (2): 482 kB | 160/182 kB Progress (2): 482 kB | 164/182 kB Progress (2): 482 kB | 168/182 kB Progress (2): 482 kB | 172/182 kB Progress (2): 482 kB | 176/182 kB Progress (2): 482 kB | 180/182 kB Progress (2): 482 kB | 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 124 kB/s) 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 46 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Progress (1): 2.2/80 kB Progress (1): 5.0/80 kB Progress (1): 7.7/80 kB Progress (1): 10/80 kB Progress (1): 13/80 kB Progress (1): 16/80 kB Progress (1): 19/80 kB Progress (1): 21/80 kB Progress (1): 24/80 kB Progress (1): 27/80 kB Progress (1): 30/80 kB Progress (1): 32/80 kB Progress (1): 36/80 kB Progress (1): 40/80 kB Progress (1): 45/80 kB Progress (1): 49/80 kB Progress (1): 53/80 kB Progress (1): 57/80 kB Progress (1): 61/80 kB Progress (1): 65/80 kB Progress (1): 69/80 kB Progress (1): 73/80 kB Progress (1): 77/80 kB Progress (1): 80 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 737 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Progress (1): 4.1/22 kB Progress (1): 7.6/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Progress (2): 22 kB | 2.2/26 kB Progress (2): 22 kB | 5.0/26 kB Progress (2): 22 kB | 7.7/26 kB Progress (2): 22 kB | 10/26 kB Progress (2): 22 kB | 13/26 kB Progress (3): 22 kB | 13/26 kB | 2.2/178 kB Progress (4): 22 kB | 13/26 kB | 2.2/178 kB | 2.2/332 kB Progress (4): 22 kB | 13/26 kB | 5.0/178 kB | 2.2/332 kB Progress (5): 22 kB | 13/26 kB | 5.0/178 kB | 2.2/332 kB | 2.2/68 kB Progress (5): 22 kB | 13/26 kB | 7.7/178 kB | 2.2/332 kB | 2.2/68 kB Progress (5): 22 kB | 13/26 kB | 7.7/178 kB | 5.0/332 kB | 2.2/68 kB Progress (5): 22 kB | 13/26 kB | 10/178 kB | 5.0/332 kB | 2.2/68 kB Progress (5): 22 kB | 13/26 kB | 10/178 kB | 5.0/332 kB | 5.0/68 kB Progress (5): 22 kB | 13/26 kB | 13/178 kB | 5.0/332 kB | 5.0/68 kB Progress (5): 22 kB | 13/26 kB | 13/178 kB | 7.7/332 kB | 5.0/68 kB Progress (5): 22 kB | 13/26 kB | 13/178 kB | 10/332 kB | 5.0/68 kB Progress (5): 22 kB | 13/26 kB | 13/178 kB | 10/332 kB | 7.7/68 kB Progress (5): 22 kB | 13/26 kB | 13/178 kB | 10/332 kB | 10/68 kB Progress (5): 22 kB | 13/26 kB | 13/178 kB | 10/332 kB | 13/68 kB Progress (5): 22 kB | 13/26 kB | 13/178 kB | 13/332 kB | 13/68 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 119 kB/s) Progress (4): 16/26 kB | 13/178 kB | 13/332 kB | 13/68 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (4): 19/26 kB | 13/178 kB | 13/332 kB | 13/68 kB Progress (4): 21/26 kB | 13/178 kB | 13/332 kB | 13/68 kB Progress (4): 21/26 kB | 13/178 kB | 16/332 kB | 13/68 kB Progress (4): 24/26 kB | 13/178 kB | 16/332 kB | 13/68 kB Progress (4): 24/26 kB | 16/178 kB | 16/332 kB | 13/68 kB Progress (4): 24/26 kB | 16/178 kB | 16/332 kB | 16/68 kB Progress (4): 24/26 kB | 16/178 kB | 19/332 kB | 16/68 kB Progress (4): 24/26 kB | 19/178 kB | 19/332 kB | 16/68 kB Progress (4): 24/26 kB | 19/178 kB | 19/332 kB | 19/68 kB Progress (4): 24/26 kB | 21/178 kB | 19/332 kB | 19/68 kB Progress (4): 24/26 kB | 24/178 kB | 19/332 kB | 19/68 kB Progress (4): 26 kB | 24/178 kB | 19/332 kB | 19/68 kB Progress (4): 26 kB | 27/178 kB | 19/332 kB | 19/68 kB Progress (4): 26 kB | 27/178 kB | 21/332 kB | 19/68 kB Progress (4): 26 kB | 27/178 kB | 24/332 kB | 19/68 kB Progress (4): 26 kB | 27/178 kB | 27/332 kB | 19/68 kB Progress (4): 26 kB | 27/178 kB | 30/332 kB | 19/68 kB Progress (4): 26 kB | 27/178 kB | 32/332 kB | 19/68 kB Progress (4): 26 kB | 27/178 kB | 32/332 kB | 21/68 kB Progress (4): 26 kB | 30/178 kB | 32/332 kB | 21/68 kB Progress (4): 26 kB | 30/178 kB | 32/332 kB | 24/68 kB Progress (4): 26 kB | 32/178 kB | 32/332 kB | 24/68 kB Progress (4): 26 kB | 32/178 kB | 32/332 kB | 27/68 kB Progress (4): 26 kB | 32/178 kB | 32/332 kB | 30/68 kB Progress (4): 26 kB | 32/178 kB | 32/332 kB | 32/68 kB Progress (4): 26 kB | 32/178 kB | 32/332 kB | 36/68 kB Progress (4): 26 kB | 32/178 kB | 32/332 kB | 40/68 kB Progress (4): 26 kB | 32/178 kB | 32/332 kB | 45/68 kB Progress (4): 26 kB | 36/178 kB | 32/332 kB | 45/68 kB Progress (4): 26 kB | 36/178 kB | 36/332 kB | 45/68 kB Progress (4): 26 kB | 36/178 kB | 36/332 kB | 49/68 kB Progress (4): 26 kB | 36/178 kB | 40/332 kB | 49/68 kB Progress (4): 26 kB | 36/178 kB | 45/332 kB | 49/68 kB Progress (4): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB Progress (5): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB | 4.1/35 kB Progress (5): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB | 7.6/35 kB Progress (5): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB | 12/35 kB Progress (5): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB | 16/35 kB Progress (5): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB | 20/35 kB Progress (5): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB | 24/35 kB Progress (5): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB | 28/35 kB Progress (5): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB | 32/35 kB Progress (5): 26 kB | 36/178 kB | 49/332 kB | 49/68 kB | 35 kB Progress (5): 26 kB | 36/178 kB | 53/332 kB | 49/68 kB | 35 kB Progress (5): 26 kB | 40/178 kB | 53/332 kB | 49/68 kB | 35 kB Progress (5): 26 kB | 40/178 kB | 57/332 kB | 49/68 kB | 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 108 kB/s) Progress (4): 40/178 kB | 57/332 kB | 53/68 kB | 35 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Progress (4): 40/178 kB | 61/332 kB | 53/68 kB | 35 kB Progress (4): 45/178 kB | 61/332 kB | 53/68 kB | 35 kB Progress (4): 45/178 kB | 65/332 kB | 53/68 kB | 35 kB Progress (4): 45/178 kB | 69/332 kB | 53/68 kB | 35 kB Progress (4): 45/178 kB | 73/332 kB | 53/68 kB | 35 kB Progress (4): 45/178 kB | 77/332 kB | 53/68 kB | 35 kB Progress (4): 45/178 kB | 81/332 kB | 53/68 kB | 35 kB Progress (4): 45/178 kB | 81/332 kB | 57/68 kB | 35 kB Progress (4): 45/178 kB | 81/332 kB | 61/68 kB | 35 kB Progress (4): 45/178 kB | 81/332 kB | 65/68 kB | 35 kB Progress (4): 45/178 kB | 81/332 kB | 68 kB | 35 kB Progress (4): 49/178 kB | 81/332 kB | 68 kB | 35 kB Progress (4): 49/178 kB | 85/332 kB | 68 kB | 35 kB Progress (4): 49/178 kB | 90/332 kB | 68 kB | 35 kB Progress (4): 53/178 kB | 90/332 kB | 68 kB | 35 kB Progress (4): 53/178 kB | 94/332 kB | 68 kB | 35 kB Progress (4): 57/178 kB | 94/332 kB | 68 kB | 35 kB Progress (4): 57/178 kB | 98/332 kB | 68 kB | 35 kB Progress (4): 61/178 kB | 98/332 kB | 68 kB | 35 kB Progress (4): 65/178 kB | 98/332 kB | 68 kB | 35 kB Progress (4): 69/178 kB | 98/332 kB | 68 kB | 35 kB Progress (4): 73/178 kB | 98/332 kB | 68 kB | 35 kB Progress (4): 77/178 kB | 98/332 kB | 68 kB | 35 kB Progress (4): 77/178 kB | 102/332 kB | 68 kB | 35 kB Progress (4): 81/178 kB | 102/332 kB | 68 kB | 35 kB Progress (4): 81/178 kB | 106/332 kB | 68 kB | 35 kB Progress (4): 81/178 kB | 110/332 kB | 68 kB | 35 kB Progress (4): 85/178 kB | 110/332 kB | 68 kB | 35 kB Progress (4): 85/178 kB | 114/332 kB | 68 kB | 35 kB Progress (4): 90/178 kB | 114/332 kB | 68 kB | 35 kB Progress (4): 94/178 kB | 114/332 kB | 68 kB | 35 kB Progress (4): 98/178 kB | 114/332 kB | 68 kB | 35 kB Progress (4): 98/178 kB | 118/332 kB | 68 kB | 35 kB Progress (4): 98/178 kB | 122/332 kB | 68 kB | 35 kB Progress (4): 102/178 kB | 122/332 kB | 68 kB | 35 kB Progress (4): 102/178 kB | 126/332 kB | 68 kB | 35 kB Progress (4): 102/178 kB | 131/332 kB | 68 kB | 35 kB Progress (4): 106/178 kB | 131/332 kB | 68 kB | 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 134 kB/s) Progress (3): 106/178 kB | 135/332 kB | 68 kB Progress (3): 106/178 kB | 139/332 kB | 68 kB Progress (3): 106/178 kB | 143/332 kB | 68 kB Progress (3): 106/178 kB | 147/332 kB | 68 kB Progress (4): 106/178 kB | 147/332 kB | 68 kB | 2.2/13 kB Progress (4): 110/178 kB | 147/332 kB | 68 kB | 2.2/13 kB Progress (4): 114/178 kB | 147/332 kB | 68 kB | 2.2/13 kB Progress (4): 114/178 kB | 147/332 kB | 68 kB | 5.0/13 kB Progress (4): 118/178 kB | 147/332 kB | 68 kB | 5.0/13 kB Progress (4): 118/178 kB | 151/332 kB | 68 kB | 5.0/13 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Progress (4): 118/178 kB | 155/332 kB | 68 kB | 5.0/13 kB Progress (4): 118/178 kB | 159/332 kB | 68 kB | 5.0/13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 244 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (3): 122/178 kB | 159/332 kB | 5.0/13 kB Progress (3): 126/178 kB | 159/332 kB | 5.0/13 kB Progress (3): 131/178 kB | 159/332 kB | 5.0/13 kB Progress (3): 135/178 kB | 159/332 kB | 5.0/13 kB Progress (3): 135/178 kB | 159/332 kB | 7.7/13 kB Progress (3): 135/178 kB | 159/332 kB | 10/13 kB Progress (3): 135/178 kB | 159/332 kB | 13 kB Progress (3): 139/178 kB | 159/332 kB | 13 kB Progress (3): 143/178 kB | 159/332 kB | 13 kB Progress (3): 147/178 kB | 159/332 kB | 13 kB Progress (3): 147/178 kB | 163/332 kB | 13 kB Progress (3): 151/178 kB | 163/332 kB | 13 kB Progress (3): 155/178 kB | 163/332 kB | 13 kB Progress (3): 159/178 kB | 163/332 kB | 13 kB Progress (3): 163/178 kB | 163/332 kB | 13 kB Progress (3): 163/178 kB | 167/332 kB | 13 kB Progress (3): 163/178 kB | 171/332 kB | 13 kB Progress (3): 163/178 kB | 176/332 kB | 13 kB Progress (3): 163/178 kB | 180/332 kB | 13 kB Progress (3): 167/178 kB | 180/332 kB | 13 kB Progress (3): 171/178 kB | 180/332 kB | 13 kB Progress (3): 176/178 kB | 180/332 kB | 13 kB Progress (3): 178 kB | 180/332 kB | 13 kB Progress (3): 178 kB | 184/332 kB | 13 kB Progress (3): 178 kB | 188/332 kB | 13 kB Progress (3): 178 kB | 192/332 kB | 13 kB Progress (3): 178 kB | 196/332 kB | 13 kB Progress (3): 178 kB | 200/332 kB | 13 kB Progress (3): 178 kB | 204/332 kB | 13 kB Progress (3): 178 kB | 208/332 kB | 13 kB Progress (3): 178 kB | 212/332 kB | 13 kB Progress (3): 178 kB | 217/332 kB | 13 kB Progress (3): 178 kB | 221/332 kB | 13 kB Progress (3): 178 kB | 225/332 kB | 13 kB Progress (3): 178 kB | 229/332 kB | 13 kB Progress (3): 178 kB | 233/332 kB | 13 kB Progress (3): 178 kB | 237/332 kB | 13 kB Progress (4): 178 kB | 237/332 kB | 13 kB | 4.1/41 kB Progress (4): 178 kB | 237/332 kB | 13 kB | 7.7/41 kB Progress (4): 178 kB | 237/332 kB | 13 kB | 12/41 kB Progress (4): 178 kB | 237/332 kB | 13 kB | 16/41 kB Progress (4): 178 kB | 241/332 kB | 13 kB | 16/41 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 4.1/39 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 7.7/39 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 12/39 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 16/39 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 20/39 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 24/39 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 28/39 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 32/39 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 36/39 kB Progress (5): 178 kB | 241/332 kB | 13 kB | 16/41 kB | 39 kB Progress (5): 178 kB | 245/332 kB | 13 kB | 16/41 kB | 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 41 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Progress (4): 178 kB | 245/332 kB | 20/41 kB | 39 kB Progress (4): 178 kB | 245/332 kB | 24/41 kB | 39 kB Progress (4): 178 kB | 245/332 kB | 28/41 kB | 39 kB Progress (4): 178 kB | 249/332 kB | 28/41 kB | 39 kB Progress (4): 178 kB | 249/332 kB | 32/41 kB | 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 541 kB/s) Progress (3): 249/332 kB | 36/41 kB | 39 kB Progress (3): 249/332 kB | 40/41 kB | 39 kB Progress (3): 249/332 kB | 41 kB | 39 kB Progress (3): 253/332 kB | 41 kB | 39 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (3): 258/332 kB | 41 kB | 39 kB Progress (3): 262/332 kB | 41 kB | 39 kB Progress (3): 266/332 kB | 41 kB | 39 kB Progress (3): 270/332 kB | 41 kB | 39 kB Progress (3): 274/332 kB | 41 kB | 39 kB Progress (3): 278/332 kB | 41 kB | 39 kB Progress (3): 282/332 kB | 41 kB | 39 kB Progress (3): 286/332 kB | 41 kB | 39 kB Progress (3): 290/332 kB | 41 kB | 39 kB Progress (3): 294/332 kB | 41 kB | 39 kB Progress (3): 298/332 kB | 41 kB | 39 kB Progress (3): 303/332 kB | 41 kB | 39 kB Progress (3): 307/332 kB | 41 kB | 39 kB Progress (3): 311/332 kB | 41 kB | 39 kB Progress (3): 315/332 kB | 41 kB | 39 kB Progress (3): 319/332 kB | 41 kB | 39 kB Progress (3): 323/332 kB | 41 kB | 39 kB Progress (3): 327/332 kB | 41 kB | 39 kB Progress (3): 331/332 kB | 41 kB | 39 kB Progress (3): 332 kB | 41 kB | 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 113 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (3): 332 kB | 41 kB | 2.2/10 kB Progress (3): 332 kB | 41 kB | 5.0/10 kB Progress (3): 332 kB | 41 kB | 7.7/10 kB Progress (3): 332 kB | 41 kB | 10 kB Progress (4): 332 kB | 41 kB | 10 kB | 4.1/29 kB Progress (4): 332 kB | 41 kB | 10 kB | 7.6/29 kB Progress (4): 332 kB | 41 kB | 10 kB | 12/29 kB Progress (4): 332 kB | 41 kB | 10 kB | 16/29 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 111 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Progress (3): 332 kB | 10 kB | 20/29 kB Progress (3): 332 kB | 10 kB | 24/29 kB Progress (3): 332 kB | 10 kB | 28/29 kB Progress (3): 332 kB | 10 kB | 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 878 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Progress (3): 10 kB | 29 kB | 4.1/13 kB Progress (3): 10 kB | 29 kB | 7.6/13 kB Progress (3): 10 kB | 29 kB | 12/13 kB Progress (3): 10 kB | 29 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Progress (3): 29 kB | 13 kB | 4.1/88 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 71 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (2): 13 kB | 7.7/88 kB Progress (2): 13 kB | 12/88 kB Progress (2): 13 kB | 16/88 kB Progress (2): 13 kB | 20/88 kB Progress (2): 13 kB | 24/88 kB Progress (2): 13 kB | 28/88 kB Progress (2): 13 kB | 32/88 kB Progress (2): 13 kB | 36/88 kB Progress (2): 13 kB | 40/88 kB Progress (2): 13 kB | 45/88 kB Progress (2): 13 kB | 49/88 kB Progress (2): 13 kB | 53/88 kB Progress (2): 13 kB | 57/88 kB Progress (2): 13 kB | 61/88 kB Progress (2): 13 kB | 65/88 kB Progress (3): 13 kB | 65/88 kB | 2.8/12 kB Progress (3): 13 kB | 69/88 kB | 2.8/12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (2): 69/88 kB | 5.5/12 kB Progress (2): 69/88 kB | 8.3/12 kB Progress (2): 69/88 kB | 11/12 kB Progress (2): 69/88 kB | 12 kB Progress (3): 69/88 kB | 12 kB | 2.2/49 kB Progress (3): 73/88 kB | 12 kB | 2.2/49 kB Progress (3): 73/88 kB | 12 kB | 5.0/49 kB Progress (3): 73/88 kB | 12 kB | 7.7/49 kB Progress (3): 77/88 kB | 12 kB | 7.7/49 kB Progress (3): 81/88 kB | 12 kB | 7.7/49 kB Progress (3): 85/88 kB | 12 kB | 7.7/49 kB Progress (3): 88 kB | 12 kB | 7.7/49 kB Progress (3): 88 kB | 12 kB | 10/49 kB Progress (3): 88 kB | 12 kB | 13/49 kB Progress (3): 88 kB | 12 kB | 16/49 kB Progress (3): 88 kB | 12 kB | 19/49 kB Progress (3): 88 kB | 12 kB | 21/49 kB Progress (3): 88 kB | 12 kB | 24/49 kB Progress (3): 88 kB | 12 kB | 27/49 kB Progress (4): 88 kB | 12 kB | 27/49 kB | 4.1/51 kB Progress (4): 88 kB | 12 kB | 27/49 kB | 7.6/51 kB Progress (4): 88 kB | 12 kB | 27/49 kB | 12/51 kB Progress (4): 88 kB | 12 kB | 27/49 kB | 16/51 kB Progress (4): 88 kB | 12 kB | 27/49 kB | 20/51 kB Progress (4): 88 kB | 12 kB | 27/49 kB | 24/51 kB Progress (4): 88 kB | 12 kB | 27/49 kB | 28/51 kB Progress (4): 88 kB | 12 kB | 27/49 kB | 32/51 kB Progress (4): 88 kB | 12 kB | 30/49 kB | 32/51 kB Progress (4): 88 kB | 12 kB | 32/49 kB | 32/51 kB Progress (5): 88 kB | 12 kB | 32/49 kB | 32/51 kB | 4.1/156 kB Progress (5): 88 kB | 12 kB | 32/49 kB | 36/51 kB | 4.1/156 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 88 kB | 32/49 kB | 40/51 kB | 4.1/156 kB Progress (4): 88 kB | 32/49 kB | 45/51 kB | 4.1/156 kB Progress (4): 88 kB | 32/49 kB | 49/51 kB | 4.1/156 kB Progress (4): 88 kB | 32/49 kB | 51 kB | 4.1/156 kB Progress (4): 88 kB | 32/49 kB | 51 kB | 7.7/156 kB Progress (4): 88 kB | 36/49 kB | 51 kB | 7.7/156 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 193 kB/s) Progress (3): 40/49 kB | 51 kB | 7.7/156 kB Progress (3): 45/49 kB | 51 kB | 7.7/156 kB Progress (3): 49/49 kB | 51 kB | 7.7/156 kB Progress (3): 49 kB | 51 kB | 7.7/156 kB Progress (3): 49 kB | 51 kB | 12/156 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Progress (3): 49 kB | 51 kB | 16/156 kB Progress (3): 49 kB | 51 kB | 20/156 kB Progress (3): 49 kB | 51 kB | 24/156 kB Progress (3): 49 kB | 51 kB | 28/156 kB Progress (3): 49 kB | 51 kB | 32/156 kB Progress (3): 49 kB | 51 kB | 36/156 kB Progress (3): 49 kB | 51 kB | 40/156 kB Progress (3): 49 kB | 51 kB | 45/156 kB Progress (3): 49 kB | 51 kB | 49/156 kB Progress (3): 49 kB | 51 kB | 53/156 kB Progress (3): 49 kB | 51 kB | 57/156 kB Progress (3): 49 kB | 51 kB | 61/156 kB Progress (3): 49 kB | 51 kB | 65/156 kB Progress (3): 49 kB | 51 kB | 69/156 kB Progress (3): 49 kB | 51 kB | 73/156 kB Progress (3): 49 kB | 51 kB | 77/156 kB Progress (3): 49 kB | 51 kB | 81/156 kB Progress (3): 49 kB | 51 kB | 85/156 kB Progress (3): 49 kB | 51 kB | 90/156 kB Progress (3): 49 kB | 51 kB | 94/156 kB Progress (3): 49 kB | 51 kB | 98/156 kB Progress (4): 49 kB | 51 kB | 98/156 kB | 4.1/30 kB Progress (4): 49 kB | 51 kB | 98/156 kB | 7.7/30 kB Progress (4): 49 kB | 51 kB | 98/156 kB | 12/30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 106 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar Progress (3): 49 kB | 98/156 kB | 16/30 kB Progress (3): 49 kB | 98/156 kB | 20/30 kB Progress (3): 49 kB | 98/156 kB | 24/30 kB Progress (3): 49 kB | 98/156 kB | 28/30 kB Progress (3): 49 kB | 98/156 kB | 30 kB Progress (4): 49 kB | 98/156 kB | 30 kB | 2.2/11 kB Progress (4): 49 kB | 98/156 kB | 30 kB | 5.0/11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 99 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar Progress (3): 98/156 kB | 30 kB | 7.7/11 kB Progress (3): 102/156 kB | 30 kB | 7.7/11 kB Progress (3): 106/156 kB | 30 kB | 7.7/11 kB Progress (3): 110/156 kB | 30 kB | 7.7/11 kB Progress (3): 114/156 kB | 30 kB | 7.7/11 kB Progress (3): 114/156 kB | 30 kB | 10/11 kB Progress (3): 114/156 kB | 30 kB | 11 kB Progress (3): 118/156 kB | 30 kB | 11 kB Progress (3): 122/156 kB | 30 kB | 11 kB Progress (3): 126/156 kB | 30 kB | 11 kB Progress (3): 131/156 kB | 30 kB | 11 kB Progress (3): 135/156 kB | 30 kB | 11 kB Progress (3): 139/156 kB | 30 kB | 11 kB Progress (3): 143/156 kB | 30 kB | 11 kB Progress (3): 147/156 kB | 30 kB | 11 kB Progress (3): 151/156 kB | 30 kB | 11 kB Progress (3): 155/156 kB | 30 kB | 11 kB Progress (3): 156 kB | 30 kB | 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 57 kB/s) Progress (3): 156 kB | 11 kB | 4.1/18 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (3): 156 kB | 11 kB | 7.7/18 kB Progress (3): 156 kB | 11 kB | 12/18 kB Progress (3): 156 kB | 11 kB | 16/18 kB Progress (3): 156 kB | 11 kB | 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 290 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar Progress (2): 18 kB | 4.1/165 kB Progress (2): 18 kB | 7.7/165 kB Progress (2): 18 kB | 12/165 kB Progress (2): 18 kB | 16/165 kB Progress (3): 18 kB | 16/165 kB | 2.2/209 kB Progress (3): 18 kB | 20/165 kB | 2.2/209 kB Progress (3): 18 kB | 20/165 kB | 5.0/209 kB Progress (3): 18 kB | 24/165 kB | 5.0/209 kB Progress (3): 18 kB | 24/165 kB | 7.7/209 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 33 kB/s) Progress (2): 24/165 kB | 10/209 kB Progress (2): 28/165 kB | 10/209 kB Progress (2): 32/165 kB | 10/209 kB Progress (2): 36/165 kB | 10/209 kB Progress (2): 40/165 kB | 10/209 kB Progress (2): 45/165 kB | 10/209 kB Progress (2): 49/165 kB | 10/209 kB Progress (2): 53/165 kB | 10/209 kB Progress (2): 57/165 kB | 10/209 kB Progress (2): 61/165 kB | 10/209 kB Progress (2): 65/165 kB | 10/209 kB Progress (2): 69/165 kB | 10/209 kB Progress (2): 73/165 kB | 10/209 kB Progress (2): 77/165 kB | 10/209 kB Progress (2): 81/165 kB | 10/209 kB Progress (2): 81/165 kB | 13/209 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (2): 85/165 kB | 13/209 kB Progress (2): 90/165 kB | 13/209 kB Progress (2): 90/165 kB | 16/209 kB Progress (3): 90/165 kB | 16/209 kB | 2.2/61 kB Progress (3): 90/165 kB | 19/209 kB | 2.2/61 kB Progress (3): 94/165 kB | 19/209 kB | 2.2/61 kB Progress (3): 94/165 kB | 21/209 kB | 2.2/61 kB Progress (3): 94/165 kB | 21/209 kB | 5.0/61 kB Progress (4): 94/165 kB | 21/209 kB | 5.0/61 kB | 4.1/61 kB Progress (4): 94/165 kB | 24/209 kB | 5.0/61 kB | 4.1/61 kB Progress (4): 98/165 kB | 24/209 kB | 5.0/61 kB | 4.1/61 kB Progress (4): 98/165 kB | 27/209 kB | 5.0/61 kB | 4.1/61 kB Progress (4): 98/165 kB | 27/209 kB | 5.0/61 kB | 7.7/61 kB Progress (4): 98/165 kB | 27/209 kB | 7.7/61 kB | 7.7/61 kB Progress (4): 98/165 kB | 27/209 kB | 7.7/61 kB | 12/61 kB Progress (4): 98/165 kB | 30/209 kB | 7.7/61 kB | 12/61 kB Progress (4): 98/165 kB | 32/209 kB | 7.7/61 kB | 12/61 kB Progress (4): 102/165 kB | 32/209 kB | 7.7/61 kB | 12/61 kB Progress (4): 102/165 kB | 36/209 kB | 7.7/61 kB | 12/61 kB Progress (4): 102/165 kB | 40/209 kB | 7.7/61 kB | 12/61 kB Progress (4): 102/165 kB | 45/209 kB | 7.7/61 kB | 12/61 kB Progress (4): 102/165 kB | 45/209 kB | 7.7/61 kB | 16/61 kB Progress (4): 102/165 kB | 45/209 kB | 10/61 kB | 16/61 kB Progress (4): 102/165 kB | 45/209 kB | 13/61 kB | 16/61 kB Progress (4): 102/165 kB | 45/209 kB | 16/61 kB | 16/61 kB Progress (4): 102/165 kB | 49/209 kB | 16/61 kB | 16/61 kB Progress (4): 106/165 kB | 49/209 kB | 16/61 kB | 16/61 kB Progress (4): 106/165 kB | 49/209 kB | 19/61 kB | 16/61 kB Progress (4): 106/165 kB | 53/209 kB | 19/61 kB | 16/61 kB Progress (4): 106/165 kB | 53/209 kB | 19/61 kB | 20/61 kB Progress (4): 106/165 kB | 53/209 kB | 19/61 kB | 24/61 kB Progress (4): 106/165 kB | 57/209 kB | 19/61 kB | 24/61 kB Progress (4): 106/165 kB | 57/209 kB | 21/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 21/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 24/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 27/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 30/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 32/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 36/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 40/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 45/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 49/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 53/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 57/61 kB | 24/61 kB Progress (4): 110/165 kB | 57/209 kB | 61 kB | 24/61 kB Progress (4): 110/165 kB | 61/209 kB | 61 kB | 24/61 kB Progress (4): 110/165 kB | 65/209 kB | 61 kB | 24/61 kB Progress (4): 110/165 kB | 65/209 kB | 61 kB | 28/61 kB Progress (4): 110/165 kB | 69/209 kB | 61 kB | 28/61 kB Progress (4): 114/165 kB | 69/209 kB | 61 kB | 28/61 kB Progress (4): 114/165 kB | 73/209 kB | 61 kB | 28/61 kB Progress (4): 114/165 kB | 73/209 kB | 61 kB | 32/61 kB Progress (4): 118/165 kB | 73/209 kB | 61 kB | 32/61 kB Progress (4): 118/165 kB | 77/209 kB | 61 kB | 32/61 kB Progress (4): 118/165 kB | 77/209 kB | 61 kB | 36/61 kB Progress (4): 122/165 kB | 77/209 kB | 61 kB | 36/61 kB Progress (4): 122/165 kB | 77/209 kB | 61 kB | 40/61 kB Progress (4): 122/165 kB | 81/209 kB | 61 kB | 40/61 kB Progress (4): 122/165 kB | 81/209 kB | 61 kB | 45/61 kB Progress (4): 126/165 kB | 81/209 kB | 61 kB | 45/61 kB Progress (4): 126/165 kB | 81/209 kB | 61 kB | 49/61 kB Progress (4): 126/165 kB | 85/209 kB | 61 kB | 49/61 kB Progress (4): 131/165 kB | 85/209 kB | 61 kB | 49/61 kB Progress (4): 131/165 kB | 85/209 kB | 61 kB | 53/61 kB Progress (4): 131/165 kB | 90/209 kB | 61 kB | 53/61 kB Progress (4): 135/165 kB | 90/209 kB | 61 kB | 53/61 kB Progress (4): 135/165 kB | 90/209 kB | 61 kB | 57/61 kB Progress (4): 139/165 kB | 90/209 kB | 61 kB | 57/61 kB Progress (4): 143/165 kB | 90/209 kB | 61 kB | 57/61 kB Progress (4): 147/165 kB | 90/209 kB | 61 kB | 57/61 kB Progress (4): 147/165 kB | 94/209 kB | 61 kB | 57/61 kB Progress (4): 147/165 kB | 94/209 kB | 61 kB | 61/61 kB Progress (4): 151/165 kB | 94/209 kB | 61 kB | 61/61 kB Progress (4): 151/165 kB | 98/209 kB | 61 kB | 61/61 kB Progress (4): 155/165 kB | 98/209 kB | 61 kB | 61/61 kB Progress (4): 155/165 kB | 98/209 kB | 61 kB | 61 kB Progress (4): 155/165 kB | 102/209 kB | 61 kB | 61 kB Progress (4): 159/165 kB | 102/209 kB | 61 kB | 61 kB Progress (4): 159/165 kB | 106/209 kB | 61 kB | 61 kB Progress (4): 163/165 kB | 106/209 kB | 61 kB | 61 kB Progress (4): 163/165 kB | 110/209 kB | 61 kB | 61 kB Progress (5): 163/165 kB | 110/209 kB | 61 kB | 61 kB | 4.1/202 kB Progress (5): 165 kB | 110/209 kB | 61 kB | 61 kB | 4.1/202 kB Progress (5): 165 kB | 110/209 kB | 61 kB | 61 kB | 7.7/202 kB Progress (5): 165 kB | 114/209 kB | 61 kB | 61 kB | 7.7/202 kB Progress (5): 165 kB | 114/209 kB | 61 kB | 61 kB | 12/202 kB Progress (5): 165 kB | 114/209 kB | 61 kB | 61 kB | 16/202 kB Progress (5): 165 kB | 118/209 kB | 61 kB | 61 kB | 16/202 kB Progress (5): 165 kB | 122/209 kB | 61 kB | 61 kB | 16/202 kB Progress (5): 165 kB | 126/209 kB | 61 kB | 61 kB | 16/202 kB Progress (5): 165 kB | 126/209 kB | 61 kB | 61 kB | 20/202 kB Progress (5): 165 kB | 131/209 kB | 61 kB | 61 kB | 20/202 kB Progress (5): 165 kB | 131/209 kB | 61 kB | 61 kB | 24/202 kB Progress (5): 165 kB | 131/209 kB | 61 kB | 61 kB | 28/202 kB Progress (5): 165 kB | 135/209 kB | 61 kB | 61 kB | 28/202 kB Progress (5): 165 kB | 135/209 kB | 61 kB | 61 kB | 32/202 kB Progress (5): 165 kB | 139/209 kB | 61 kB | 61 kB | 32/202 kB Progress (5): 165 kB | 143/209 kB | 61 kB | 61 kB | 32/202 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 97 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (4): 165 kB | 143/209 kB | 61 kB | 36/202 kB Progress (4): 165 kB | 143/209 kB | 61 kB | 40/202 kB Progress (4): 165 kB | 143/209 kB | 61 kB | 45/202 kB Progress (4): 165 kB | 143/209 kB | 61 kB | 49/202 kB Progress (4): 165 kB | 147/209 kB | 61 kB | 49/202 kB Progress (4): 165 kB | 151/209 kB | 61 kB | 49/202 kB Progress (4): 165 kB | 155/209 kB | 61 kB | 49/202 kB Progress (4): 165 kB | 155/209 kB | 61 kB | 53/202 kB Progress (4): 165 kB | 159/209 kB | 61 kB | 53/202 kB Progress (4): 165 kB | 163/209 kB | 61 kB | 53/202 kB Progress (4): 165 kB | 163/209 kB | 61 kB | 57/202 kB Progress (4): 165 kB | 163/209 kB | 61 kB | 61/202 kB Progress (4): 165 kB | 167/209 kB | 61 kB | 61/202 kB Progress (4): 165 kB | 167/209 kB | 61 kB | 65/202 kB Progress (4): 165 kB | 171/209 kB | 61 kB | 65/202 kB Progress (4): 165 kB | 176/209 kB | 61 kB | 65/202 kB Progress (4): 165 kB | 180/209 kB | 61 kB | 65/202 kB Progress (4): 165 kB | 184/209 kB | 61 kB | 65/202 kB Progress (4): 165 kB | 184/209 kB | 61 kB | 69/202 kB Progress (4): 165 kB | 188/209 kB | 61 kB | 69/202 kB Progress (4): 165 kB | 192/209 kB | 61 kB | 69/202 kB Progress (4): 165 kB | 196/209 kB | 61 kB | 69/202 kB Progress (4): 165 kB | 196/209 kB | 61 kB | 73/202 kB Progress (4): 165 kB | 200/209 kB | 61 kB | 73/202 kB Progress (4): 165 kB | 204/209 kB | 61 kB | 73/202 kB Progress (4): 165 kB | 208/209 kB | 61 kB | 73/202 kB Progress (4): 165 kB | 209 kB | 61 kB | 73/202 kB Progress (4): 165 kB | 209 kB | 61 kB | 77/202 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 96 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (3): 165 kB | 209 kB | 81/202 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 256 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar Progress (2): 209 kB | 85/202 kB Progress (2): 209 kB | 90/202 kB Progress (2): 209 kB | 94/202 kB Progress (2): 209 kB | 98/202 kB Progress (2): 209 kB | 102/202 kB Progress (2): 209 kB | 106/202 kB Progress (2): 209 kB | 110/202 kB Progress (2): 209 kB | 114/202 kB Progress (2): 209 kB | 118/202 kB Progress (2): 209 kB | 122/202 kB Progress (2): 209 kB | 126/202 kB Progress (2): 209 kB | 131/202 kB Progress (3): 209 kB | 131/202 kB | 4.1/153 kB Progress (3): 209 kB | 131/202 kB | 7.7/153 kB Progress (3): 209 kB | 131/202 kB | 12/153 kB Progress (3): 209 kB | 131/202 kB | 16/153 kB Progress (3): 209 kB | 131/202 kB | 20/153 kB Progress (3): 209 kB | 131/202 kB | 24/153 kB Progress (3): 209 kB | 135/202 kB | 24/153 kB Progress (3): 209 kB | 139/202 kB | 24/153 kB Progress (3): 209 kB | 143/202 kB | 24/153 kB Progress (3): 209 kB | 147/202 kB | 24/153 kB Progress (3): 209 kB | 147/202 kB | 28/153 kB Progress (3): 209 kB | 147/202 kB | 32/153 kB Progress (3): 209 kB | 147/202 kB | 36/153 kB Progress (3): 209 kB | 147/202 kB | 40/153 kB Progress (3): 209 kB | 147/202 kB | 45/153 kB Progress (3): 209 kB | 147/202 kB | 49/153 kB Progress (3): 209 kB | 147/202 kB | 53/153 kB Progress (3): 209 kB | 147/202 kB | 57/153 kB Progress (3): 209 kB | 147/202 kB | 61/153 kB Progress (3): 209 kB | 147/202 kB | 65/153 kB Progress (3): 209 kB | 147/202 kB | 69/153 kB Progress (3): 209 kB | 147/202 kB | 73/153 kB Progress (3): 209 kB | 147/202 kB | 77/153 kB Progress (3): 209 kB | 147/202 kB | 81/153 kB Progress (3): 209 kB | 147/202 kB | 85/153 kB Progress (3): 209 kB | 147/202 kB | 90/153 kB Progress (3): 209 kB | 147/202 kB | 94/153 kB Progress (3): 209 kB | 147/202 kB | 98/153 kB Progress (3): 209 kB | 151/202 kB | 98/153 kB Progress (3): 209 kB | 151/202 kB | 102/153 kB Progress (3): 209 kB | 151/202 kB | 106/153 kB Progress (3): 209 kB | 151/202 kB | 110/153 kB Progress (3): 209 kB | 151/202 kB | 114/153 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 308 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar Progress (3): 151/202 kB | 114/153 kB | 4.1/472 kB Progress (3): 151/202 kB | 114/153 kB | 7.6/472 kB Progress (3): 151/202 kB | 114/153 kB | 12/472 kB Progress (3): 151/202 kB | 114/153 kB | 16/472 kB Progress (4): 151/202 kB | 114/153 kB | 16/472 kB | 4.1/55 kB Progress (4): 151/202 kB | 114/153 kB | 20/472 kB | 4.1/55 kB Progress (4): 151/202 kB | 114/153 kB | 24/472 kB | 4.1/55 kB Progress (4): 151/202 kB | 114/153 kB | 28/472 kB | 4.1/55 kB Progress (4): 151/202 kB | 114/153 kB | 32/472 kB | 4.1/55 kB Progress (4): 151/202 kB | 118/153 kB | 32/472 kB | 4.1/55 kB Progress (4): 155/202 kB | 118/153 kB | 32/472 kB | 4.1/55 kB Progress (4): 159/202 kB | 118/153 kB | 32/472 kB | 4.1/55 kB Progress (4): 163/202 kB | 118/153 kB | 32/472 kB | 4.1/55 kB Progress (4): 167/202 kB | 118/153 kB | 32/472 kB | 4.1/55 kB Progress (4): 171/202 kB | 118/153 kB | 32/472 kB | 4.1/55 kB Progress (4): 171/202 kB | 118/153 kB | 36/472 kB | 4.1/55 kB Progress (4): 171/202 kB | 122/153 kB | 36/472 kB | 4.1/55 kB Progress (4): 171/202 kB | 126/153 kB | 36/472 kB | 4.1/55 kB Progress (4): 171/202 kB | 131/153 kB | 36/472 kB | 4.1/55 kB Progress (4): 171/202 kB | 131/153 kB | 36/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 40/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 45/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 49/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 53/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 57/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 61/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 65/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 69/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 73/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 77/472 kB | 7.7/55 kB Progress (4): 171/202 kB | 131/153 kB | 81/472 kB | 7.7/55 kB Progress (4): 176/202 kB | 131/153 kB | 81/472 kB | 7.7/55 kB Progress (4): 180/202 kB | 131/153 kB | 81/472 kB | 7.7/55 kB Progress (4): 180/202 kB | 135/153 kB | 81/472 kB | 7.7/55 kB Progress (4): 180/202 kB | 135/153 kB | 81/472 kB | 12/55 kB Progress (4): 180/202 kB | 135/153 kB | 85/472 kB | 12/55 kB Progress (4): 180/202 kB | 135/153 kB | 90/472 kB | 12/55 kB Progress (4): 180/202 kB | 135/153 kB | 94/472 kB | 12/55 kB Progress (4): 180/202 kB | 135/153 kB | 98/472 kB | 12/55 kB Progress (4): 180/202 kB | 135/153 kB | 102/472 kB | 12/55 kB Progress (4): 180/202 kB | 135/153 kB | 106/472 kB | 12/55 kB Progress (4): 180/202 kB | 135/153 kB | 110/472 kB | 12/55 kB Progress (4): 180/202 kB | 135/153 kB | 114/472 kB | 12/55 kB Progress (4): 180/202 kB | 135/153 kB | 118/472 kB | 12/55 kB Progress (4): 184/202 kB | 135/153 kB | 118/472 kB | 12/55 kB Progress (4): 188/202 kB | 135/153 kB | 118/472 kB | 12/55 kB Progress (4): 188/202 kB | 139/153 kB | 118/472 kB | 12/55 kB Progress (4): 188/202 kB | 143/153 kB | 118/472 kB | 12/55 kB Progress (4): 188/202 kB | 147/153 kB | 118/472 kB | 12/55 kB Progress (4): 192/202 kB | 147/153 kB | 118/472 kB | 12/55 kB Progress (4): 196/202 kB | 147/153 kB | 118/472 kB | 12/55 kB Progress (4): 196/202 kB | 147/153 kB | 122/472 kB | 12/55 kB Progress (4): 196/202 kB | 147/153 kB | 126/472 kB | 12/55 kB Progress (4): 196/202 kB | 147/153 kB | 131/472 kB | 12/55 kB Progress (5): 196/202 kB | 147/153 kB | 131/472 kB | 12/55 kB | 4.1/12 kB Progress (5): 196/202 kB | 147/153 kB | 135/472 kB | 12/55 kB | 4.1/12 kB Progress (5): 196/202 kB | 147/153 kB | 135/472 kB | 16/55 kB | 4.1/12 kB Progress (5): 196/202 kB | 147/153 kB | 139/472 kB | 16/55 kB | 4.1/12 kB Progress (5): 196/202 kB | 147/153 kB | 143/472 kB | 16/55 kB | 4.1/12 kB Progress (5): 196/202 kB | 147/153 kB | 143/472 kB | 16/55 kB | 7.7/12 kB Progress (5): 196/202 kB | 147/153 kB | 143/472 kB | 16/55 kB | 12 kB Progress (5): 200/202 kB | 147/153 kB | 143/472 kB | 16/55 kB | 12 kB Progress (5): 202 kB | 147/153 kB | 143/472 kB | 16/55 kB | 12 kB Progress (5): 202 kB | 151/153 kB | 143/472 kB | 16/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 143/472 kB | 16/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 147/472 kB | 16/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 147/472 kB | 20/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 151/472 kB | 20/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 155/472 kB | 20/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 155/472 kB | 24/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 159/472 kB | 24/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 159/472 kB | 28/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 163/472 kB | 28/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 163/472 kB | 32/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 167/472 kB | 32/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 171/472 kB | 32/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 176/472 kB | 32/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 176/472 kB | 36/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 36/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 40/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 184/472 kB | 40/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 184/472 kB | 45/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 45/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 49/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 192/472 kB | 49/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 196/472 kB | 49/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 196/472 kB | 53/55 kB | 12 kB Progress (5): 202 kB | 153 kB | 196/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 200/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 204/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 208/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 212/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 217/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 221/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 225/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 229/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 233/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 237/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 241/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 245/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 249/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 253/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 258/472 kB | 55 kB | 12 kB Progress (5): 202 kB | 153 kB | 262/472 kB | 55 kB | 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 262 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 199 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar Progress (3): 266/472 kB | 55 kB | 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar (12 kB at 15 kB/s) Progress (2): 270/472 kB | 55 kB Progress (2): 274/472 kB | 55 kB Progress (2): 278/472 kB | 55 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar Progress (2): 282/472 kB | 55 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (2): 286/472 kB | 55 kB Progress (2): 290/472 kB | 55 kB Progress (2): 294/472 kB | 55 kB Progress (2): 298/472 kB | 55 kB Progress (2): 303/472 kB | 55 kB Progress (2): 307/472 kB | 55 kB Progress (2): 311/472 kB | 55 kB Progress (2): 315/472 kB | 55 kB Progress (2): 319/472 kB | 55 kB Progress (2): 323/472 kB | 55 kB Progress (2): 327/472 kB | 55 kB Progress (2): 331/472 kB | 55 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 70 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar Progress (1): 335/472 kB Progress (1): 339/472 kB Progress (1): 344/472 kB Progress (1): 348/472 kB Progress (1): 352/472 kB Progress (1): 356/472 kB Progress (1): 360/472 kB Progress (1): 364/472 kB Progress (1): 368/472 kB Progress (1): 372/472 kB Progress (1): 376/472 kB Progress (1): 380/472 kB Progress (1): 384/472 kB Progress (1): 389/472 kB Progress (1): 393/472 kB Progress (1): 397/472 kB Progress (1): 401/472 kB Progress (1): 405/472 kB Progress (1): 409/472 kB Progress (1): 413/472 kB Progress (1): 417/472 kB Progress (1): 421/472 kB Progress (1): 425/472 kB Progress (1): 430/472 kB Progress (1): 434/472 kB Progress (1): 438/472 kB Progress (1): 442/472 kB Progress (2): 442/472 kB | 4.1/12 kB Progress (2): 442/472 kB | 7.7/12 kB Progress (2): 442/472 kB | 12 kB Progress (3): 442/472 kB | 12 kB | 2.2/4.2 kB Progress (3): 446/472 kB | 12 kB | 2.2/4.2 kB Progress (3): 446/472 kB | 12 kB | 4.2 kB Progress (3): 450/472 kB | 12 kB | 4.2 kB Progress (4): 450/472 kB | 12 kB | 4.2 kB | 4.1/167 kB Progress (4): 450/472 kB | 12 kB | 4.2 kB | 7.7/167 kB Progress (4): 450/472 kB | 12 kB | 4.2 kB | 12/167 kB Progress (4): 450/472 kB | 12 kB | 4.2 kB | 16/167 kB Progress (4): 454/472 kB | 12 kB | 4.2 kB | 16/167 kB Progress (4): 458/472 kB | 12 kB | 4.2 kB | 16/167 kB Progress (4): 458/472 kB | 12 kB | 4.2 kB | 20/167 kB Progress (4): 458/472 kB | 12 kB | 4.2 kB | 24/167 kB Progress (4): 458/472 kB | 12 kB | 4.2 kB | 28/167 kB Progress (4): 458/472 kB | 12 kB | 4.2 kB | 32/167 kB Progress (4): 462/472 kB | 12 kB | 4.2 kB | 32/167 kB Progress (4): 462/472 kB | 12 kB | 4.2 kB | 36/167 kB Progress (4): 462/472 kB | 12 kB | 4.2 kB | 40/167 kB Progress (4): 462/472 kB | 12 kB | 4.2 kB | 45/167 kB Progress (4): 462/472 kB | 12 kB | 4.2 kB | 49/167 kB Progress (4): 466/472 kB | 12 kB | 4.2 kB | 49/167 kB Progress (5): 466/472 kB | 12 kB | 4.2 kB | 49/167 kB | 4.1/293 kB Progress (5): 470/472 kB | 12 kB | 4.2 kB | 49/167 kB | 4.1/293 kB Progress (5): 472 kB | 12 kB | 4.2 kB | 49/167 kB | 4.1/293 kB Progress (5): 472 kB | 12 kB | 4.2 kB | 53/167 kB | 4.1/293 kB Progress (5): 472 kB | 12 kB | 4.2 kB | 57/167 kB | 4.1/293 kB Progress (5): 472 kB | 12 kB | 4.2 kB | 61/167 kB | 4.1/293 kB Progress (5): 472 kB | 12 kB | 4.2 kB | 65/167 kB | 4.1/293 kB Progress (5): 472 kB | 12 kB | 4.2 kB | 65/167 kB | 7.7/293 kB Progress (5): 472 kB | 12 kB | 4.2 kB | 69/167 kB | 7.7/293 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 4.9 kB/s) Progress (3): 472 kB | 73/167 kB | 7.7/293 kB Progress (3): 472 kB | 73/167 kB | 12/293 kB Progress (3): 472 kB | 77/167 kB | 12/293 kB Progress (3): 472 kB | 81/167 kB | 12/293 kB Progress (3): 472 kB | 85/167 kB | 12/293 kB Progress (3): 472 kB | 90/167 kB | 12/293 kB Progress (3): 472 kB | 94/167 kB | 12/293 kB Progress (3): 472 kB | 98/167 kB | 12/293 kB Progress (3): 472 kB | 102/167 kB | 12/293 kB Progress (3): 472 kB | 106/167 kB | 12/293 kB Progress (3): 472 kB | 110/167 kB | 12/293 kB Progress (3): 472 kB | 114/167 kB | 12/293 kB Progress (3): 472 kB | 118/167 kB | 12/293 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Progress (3): 472 kB | 122/167 kB | 12/293 kB Progress (3): 472 kB | 126/167 kB | 12/293 kB Progress (3): 472 kB | 126/167 kB | 16/293 kB Progress (3): 472 kB | 131/167 kB | 16/293 kB Progress (3): 472 kB | 131/167 kB | 20/293 kB Progress (3): 472 kB | 131/167 kB | 24/293 kB Progress (3): 472 kB | 135/167 kB | 24/293 kB Progress (3): 472 kB | 139/167 kB | 24/293 kB Progress (3): 472 kB | 143/167 kB | 24/293 kB Progress (3): 472 kB | 147/167 kB | 24/293 kB Progress (3): 472 kB | 147/167 kB | 28/293 kB Progress (3): 472 kB | 151/167 kB | 28/293 kB Progress (3): 472 kB | 155/167 kB | 28/293 kB Progress (3): 472 kB | 159/167 kB | 28/293 kB Progress (3): 472 kB | 163/167 kB | 28/293 kB Progress (3): 472 kB | 163/167 kB | 32/293 kB Progress (3): 472 kB | 167 kB | 32/293 kB Progress (3): 472 kB | 167 kB | 36/293 kB Progress (3): 472 kB | 167 kB | 40/293 kB Progress (3): 472 kB | 167 kB | 45/293 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 537 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar Progress (2): 167 kB | 49/293 kB Progress (2): 167 kB | 53/293 kB Progress (2): 167 kB | 57/293 kB Progress (2): 167 kB | 61/293 kB Progress (2): 167 kB | 65/293 kB Progress (2): 167 kB | 69/293 kB Progress (2): 167 kB | 73/293 kB Progress (2): 167 kB | 77/293 kB Progress (2): 167 kB | 81/293 kB Progress (2): 167 kB | 85/293 kB Progress (2): 167 kB | 90/293 kB Progress (2): 167 kB | 94/293 kB Progress (2): 167 kB | 98/293 kB Progress (2): 167 kB | 102/293 kB Progress (2): 167 kB | 106/293 kB Progress (3): 167 kB | 106/293 kB | 4.1/61 kB Progress (3): 167 kB | 106/293 kB | 7.6/61 kB Progress (3): 167 kB | 106/293 kB | 12/61 kB Progress (3): 167 kB | 106/293 kB | 16/61 kB Progress (4): 167 kB | 106/293 kB | 16/61 kB | 4.1/47 kB Progress (4): 167 kB | 106/293 kB | 16/61 kB | 7.7/47 kB Progress (4): 167 kB | 106/293 kB | 16/61 kB | 12/47 kB Progress (4): 167 kB | 110/293 kB | 16/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 16/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 20/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 24/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 28/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 32/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 36/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 40/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 45/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 49/61 kB | 12/47 kB Progress (4): 167 kB | 114/293 kB | 49/61 kB | 16/47 kB Progress (4): 167 kB | 114/293 kB | 53/61 kB | 16/47 kB Progress (4): 167 kB | 114/293 kB | 57/61 kB | 16/47 kB Progress (4): 167 kB | 114/293 kB | 61 kB | 16/47 kB Progress (4): 167 kB | 118/293 kB | 61 kB | 16/47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 184 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar Progress (3): 118/293 kB | 61 kB | 20/47 kB Progress (3): 122/293 kB | 61 kB | 20/47 kB Progress (3): 126/293 kB | 61 kB | 20/47 kB Progress (3): 131/293 kB | 61 kB | 20/47 kB Progress (3): 135/293 kB | 61 kB | 20/47 kB Progress (3): 139/293 kB | 61 kB | 20/47 kB Progress (3): 143/293 kB | 61 kB | 20/47 kB Progress (3): 147/293 kB | 61 kB | 20/47 kB Progress (3): 151/293 kB | 61 kB | 20/47 kB Progress (3): 155/293 kB | 61 kB | 20/47 kB Progress (3): 159/293 kB | 61 kB | 20/47 kB Progress (3): 163/293 kB | 61 kB | 20/47 kB Progress (3): 167/293 kB | 61 kB | 20/47 kB Progress (3): 171/293 kB | 61 kB | 20/47 kB Progress (3): 176/293 kB | 61 kB | 20/47 kB Progress (3): 180/293 kB | 61 kB | 20/47 kB Progress (3): 184/293 kB | 61 kB | 20/47 kB Progress (3): 188/293 kB | 61 kB | 20/47 kB Progress (3): 192/293 kB | 61 kB | 20/47 kB Progress (3): 196/293 kB | 61 kB | 20/47 kB Progress (3): 200/293 kB | 61 kB | 20/47 kB Progress (3): 204/293 kB | 61 kB | 20/47 kB Progress (3): 208/293 kB | 61 kB | 20/47 kB Progress (3): 212/293 kB | 61 kB | 20/47 kB Progress (3): 217/293 kB | 61 kB | 20/47 kB Progress (3): 221/293 kB | 61 kB | 20/47 kB Progress (3): 225/293 kB | 61 kB | 20/47 kB Progress (3): 229/293 kB | 61 kB | 20/47 kB Progress (3): 233/293 kB | 61 kB | 20/47 kB Progress (3): 237/293 kB | 61 kB | 20/47 kB Progress (3): 241/293 kB | 61 kB | 20/47 kB Progress (3): 245/293 kB | 61 kB | 20/47 kB Progress (3): 245/293 kB | 61 kB | 24/47 kB Progress (3): 245/293 kB | 61 kB | 28/47 kB Progress (3): 245/293 kB | 61 kB | 32/47 kB Progress (3): 249/293 kB | 61 kB | 32/47 kB Progress (4): 249/293 kB | 61 kB | 32/47 kB | 2.2/173 kB Progress (4): 253/293 kB | 61 kB | 32/47 kB | 2.2/173 kB Progress (4): 258/293 kB | 61 kB | 32/47 kB | 2.2/173 kB Progress (4): 258/293 kB | 61 kB | 36/47 kB | 2.2/173 kB Progress (4): 258/293 kB | 61 kB | 40/47 kB | 2.2/173 kB Progress (4): 262/293 kB | 61 kB | 40/47 kB | 2.2/173 kB Progress (4): 262/293 kB | 61 kB | 40/47 kB | 5.0/173 kB Progress (4): 266/293 kB | 61 kB | 40/47 kB | 5.0/173 kB Progress (4): 270/293 kB | 61 kB | 40/47 kB | 5.0/173 kB Progress (4): 274/293 kB | 61 kB | 40/47 kB | 5.0/173 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar Progress (3): 278/293 kB | 40/47 kB | 5.0/173 kB Progress (4): 278/293 kB | 40/47 kB | 5.0/173 kB | 4.1/11 kB Progress (4): 278/293 kB | 40/47 kB | 5.0/173 kB | 7.7/11 kB Progress (4): 278/293 kB | 40/47 kB | 7.7/173 kB | 7.7/11 kB Progress (4): 278/293 kB | 45/47 kB | 7.7/173 kB | 7.7/11 kB Progress (4): 278/293 kB | 45/47 kB | 10/173 kB | 7.7/11 kB Progress (4): 278/293 kB | 45/47 kB | 10/173 kB | 11 kB Progress (4): 282/293 kB | 45/47 kB | 10/173 kB | 11 kB Progress (4): 286/293 kB | 45/47 kB | 10/173 kB | 11 kB Progress (4): 290/293 kB | 45/47 kB | 10/173 kB | 11 kB Progress (4): 293 kB | 45/47 kB | 10/173 kB | 11 kB Progress (4): 293 kB | 45/47 kB | 13/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 13/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 16/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 19/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 21/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 24/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 27/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 30/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 32/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 36/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 40/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 45/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 49/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 53/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 57/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 61/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 65/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 69/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 73/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 77/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 81/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 85/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 90/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 94/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 98/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 102/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 106/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 110/173 kB | 11 kB Progress (4): 293 kB | 47 kB | 114/173 kB | 11 kB Progress (5): 293 kB | 47 kB | 114/173 kB | 11 kB | 2.8/62 kB Progress (5): 293 kB | 47 kB | 118/173 kB | 11 kB | 2.8/62 kB Progress (5): 293 kB | 47 kB | 118/173 kB | 11 kB | 5.5/62 kB Progress (5): 293 kB | 47 kB | 122/173 kB | 11 kB | 5.5/62 kB Progress (5): 293 kB | 47 kB | 126/173 kB | 11 kB | 5.5/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 5.5/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 8.3/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 11/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 14/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 16/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 19/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 22/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 25/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 27/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 30/62 kB Progress (5): 293 kB | 47 kB | 131/173 kB | 11 kB | 33/62 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar Progress (4): 293 kB | 135/173 kB | 11 kB | 33/62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 297 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar Progress (2): 135/173 kB | 37/62 kB Progress (2): 135/173 kB | 41/62 kB Progress (2): 135/173 kB | 45/62 kB Progress (2): 135/173 kB | 49/62 kB Progress (2): 139/173 kB | 49/62 kB Progress (2): 143/173 kB | 49/62 kB Progress (2): 147/173 kB | 49/62 kB Progress (2): 147/173 kB | 53/62 kB Progress (2): 147/173 kB | 57/62 kB Progress (2): 147/173 kB | 61/62 kB Progress (2): 147/173 kB | 62 kB Progress (2): 151/173 kB | 62 kB Progress (2): 155/173 kB | 62 kB Progress (2): 159/173 kB | 62 kB Progress (2): 163/173 kB | 62 kB Progress (2): 167/173 kB | 62 kB Progress (2): 171/173 kB | 62 kB Progress (2): 173 kB | 62 kB Progress (3): 173 kB | 62 kB | 4.1/16 kB Progress (3): 173 kB | 62 kB | 7.7/16 kB Progress (3): 173 kB | 62 kB | 12/16 kB Progress (3): 173 kB | 62 kB | 16/16 kB Progress (3): 173 kB | 62 kB | 16 kB Progress (4): 173 kB | 62 kB | 16 kB | 4.1/39 kB Progress (4): 173 kB | 62 kB | 16 kB | 7.7/39 kB Progress (4): 173 kB | 62 kB | 16 kB | 12/39 kB Progress (4): 173 kB | 62 kB | 16 kB | 16/39 kB Progress (4): 173 kB | 62 kB | 16 kB | 20/39 kB Progress (4): 173 kB | 62 kB | 16 kB | 24/39 kB Progress (4): 173 kB | 62 kB | 16 kB | 28/39 kB Progress (4): 173 kB | 62 kB | 16 kB | 32/39 kB Progress (4): 173 kB | 62 kB | 16 kB | 36/39 kB Progress (4): 173 kB | 62 kB | 16 kB | 39 kB Progress (5): 173 kB | 62 kB | 16 kB | 39 kB | 4.1/17 kB Progress (5): 173 kB | 62 kB | 16 kB | 39 kB | 7.7/17 kB Progress (5): 173 kB | 62 kB | 16 kB | 39 kB | 12/17 kB Progress (5): 173 kB | 62 kB | 16 kB | 39 kB | 16/17 kB Progress (5): 173 kB | 62 kB | 16 kB | 39 kB | 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 61 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 168 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar (16 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar (39 kB at 37 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar Progress (1): 2.8/7.7 kB Progress (1): 5.5/7.7 kB Progress (2): 5.5/7.7 kB | 4.1/450 kB Progress (2): 7.7 kB | 4.1/450 kB Progress (2): 7.7 kB | 7.7/450 kB Progress (2): 7.7 kB | 12/450 kB Progress (2): 7.7 kB | 16/450 kB Progress (2): 7.7 kB | 20/450 kB Progress (2): 7.7 kB | 24/450 kB Progress (2): 7.7 kB | 28/450 kB Progress (2): 7.7 kB | 32/450 kB Progress (2): 7.7 kB | 36/450 kB Progress (2): 7.7 kB | 40/450 kB Progress (2): 7.7 kB | 45/450 kB Progress (2): 7.7 kB | 49/450 kB Progress (2): 7.7 kB | 53/450 kB Progress (2): 7.7 kB | 57/450 kB Progress (2): 7.7 kB | 61/450 kB Progress (2): 7.7 kB | 65/450 kB Progress (2): 7.7 kB | 69/450 kB Progress (2): 7.7 kB | 73/450 kB Progress (2): 7.7 kB | 77/450 kB Progress (2): 7.7 kB | 81/450 kB Progress (2): 7.7 kB | 85/450 kB Progress (2): 7.7 kB | 90/450 kB Progress (2): 7.7 kB | 94/450 kB Progress (2): 7.7 kB | 98/450 kB Progress (2): 7.7 kB | 102/450 kB Progress (2): 7.7 kB | 106/450 kB Progress (2): 7.7 kB | 110/450 kB Progress (2): 7.7 kB | 114/450 kB Progress (3): 7.7 kB | 114/450 kB | 4.1/347 kB Progress (3): 7.7 kB | 118/450 kB | 4.1/347 kB Progress (3): 7.7 kB | 118/450 kB | 7.7/347 kB Progress (3): 7.7 kB | 122/450 kB | 7.7/347 kB Progress (3): 7.7 kB | 122/450 kB | 12/347 kB Progress (3): 7.7 kB | 126/450 kB | 12/347 kB Progress (3): 7.7 kB | 131/450 kB | 12/347 kB Progress (3): 7.7 kB | 131/450 kB | 16/347 kB Progress (3): 7.7 kB | 135/450 kB | 16/347 kB Progress (3): 7.7 kB | 135/450 kB | 20/347 kB Progress (3): 7.7 kB | 139/450 kB | 20/347 kB Progress (3): 7.7 kB | 139/450 kB | 24/347 kB Progress (3): 7.7 kB | 143/450 kB | 24/347 kB Progress (3): 7.7 kB | 143/450 kB | 28/347 kB Progress (3): 7.7 kB | 147/450 kB | 28/347 kB Progress (3): 7.7 kB | 147/450 kB | 32/347 kB Progress (3): 7.7 kB | 151/450 kB | 32/347 kB Progress (3): 7.7 kB | 155/450 kB | 32/347 kB Progress (3): 7.7 kB | 155/450 kB | 36/347 kB Progress (3): 7.7 kB | 155/450 kB | 40/347 kB Progress (4): 7.7 kB | 155/450 kB | 40/347 kB | 4.1/189 kB Progress (4): 7.7 kB | 155/450 kB | 40/347 kB | 7.7/189 kB Progress (4): 7.7 kB | 155/450 kB | 40/347 kB | 12/189 kB Progress (4): 7.7 kB | 159/450 kB | 40/347 kB | 12/189 kB Progress (4): 7.7 kB | 163/450 kB | 40/347 kB | 12/189 kB Progress (4): 7.7 kB | 163/450 kB | 40/347 kB | 16/189 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 7.0 kB/s) Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 4.1/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 7.7/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 12/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 16/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 20/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 24/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 28/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 32/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 36/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 40/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 45/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 49/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 53/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 57/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 61/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 65/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 69/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 73/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 77/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 81/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 85/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 90/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 94/144 kB Progress (4): 163/450 kB | 40/347 kB | 16/189 kB | 98/144 kB Progress (4): 163/450 kB | 45/347 kB | 16/189 kB | 98/144 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar Progress (4): 163/450 kB | 49/347 kB | 16/189 kB | 98/144 kB Progress (4): 163/450 kB | 49/347 kB | 20/189 kB | 98/144 kB Progress (4): 163/450 kB | 49/347 kB | 24/189 kB | 98/144 kB Progress (4): 163/450 kB | 49/347 kB | 28/189 kB | 98/144 kB Progress (4): 163/450 kB | 49/347 kB | 32/189 kB | 98/144 kB Progress (4): 167/450 kB | 49/347 kB | 32/189 kB | 98/144 kB Progress (4): 171/450 kB | 49/347 kB | 32/189 kB | 98/144 kB Progress (4): 176/450 kB | 49/347 kB | 32/189 kB | 98/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 98/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 102/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 106/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 110/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 114/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 118/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 122/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 126/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 131/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 135/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 139/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 143/144 kB Progress (4): 176/450 kB | 53/347 kB | 32/189 kB | 144 kB Progress (4): 176/450 kB | 57/347 kB | 32/189 kB | 144 kB Progress (4): 180/450 kB | 57/347 kB | 32/189 kB | 144 kB Progress (4): 180/450 kB | 57/347 kB | 36/189 kB | 144 kB Progress (4): 180/450 kB | 57/347 kB | 40/189 kB | 144 kB Progress (4): 180/450 kB | 57/347 kB | 45/189 kB | 144 kB Progress (4): 180/450 kB | 57/347 kB | 49/189 kB | 144 kB Progress (4): 180/450 kB | 61/347 kB | 49/189 kB | 144 kB Progress (4): 180/450 kB | 61/347 kB | 53/189 kB | 144 kB Progress (4): 184/450 kB | 61/347 kB | 53/189 kB | 144 kB Progress (4): 184/450 kB | 61/347 kB | 57/189 kB | 144 kB Progress (4): 184/450 kB | 61/347 kB | 61/189 kB | 144 kB Progress (4): 184/450 kB | 61/347 kB | 65/189 kB | 144 kB Progress (4): 184/450 kB | 65/347 kB | 65/189 kB | 144 kB Progress (4): 188/450 kB | 65/347 kB | 65/189 kB | 144 kB Progress (4): 192/450 kB | 65/347 kB | 65/189 kB | 144 kB Progress (4): 192/450 kB | 65/347 kB | 69/189 kB | 144 kB Progress (4): 192/450 kB | 69/347 kB | 69/189 kB | 144 kB Progress (4): 196/450 kB | 69/347 kB | 69/189 kB | 144 kB Progress (4): 196/450 kB | 73/347 kB | 69/189 kB | 144 kB Progress (4): 196/450 kB | 77/347 kB | 69/189 kB | 144 kB Progress (4): 196/450 kB | 77/347 kB | 73/189 kB | 144 kB Progress (4): 196/450 kB | 81/347 kB | 73/189 kB | 144 kB Progress (4): 200/450 kB | 81/347 kB | 73/189 kB | 144 kB Progress (4): 200/450 kB | 81/347 kB | 77/189 kB | 144 kB Progress (5): 200/450 kB | 81/347 kB | 77/189 kB | 144 kB | 2.8/90 kB Progress (5): 200/450 kB | 85/347 kB | 77/189 kB | 144 kB | 2.8/90 kB Progress (5): 204/450 kB | 85/347 kB | 77/189 kB | 144 kB | 2.8/90 kB Progress (5): 204/450 kB | 90/347 kB | 77/189 kB | 144 kB | 2.8/90 kB Progress (5): 204/450 kB | 90/347 kB | 77/189 kB | 144 kB | 5.5/90 kB Progress (5): 204/450 kB | 90/347 kB | 81/189 kB | 144 kB | 5.5/90 kB Progress (5): 204/450 kB | 90/347 kB | 81/189 kB | 144 kB | 8.3/90 kB Progress (5): 204/450 kB | 94/347 kB | 81/189 kB | 144 kB | 8.3/90 kB Progress (5): 204/450 kB | 98/347 kB | 81/189 kB | 144 kB | 8.3/90 kB Progress (5): 208/450 kB | 98/347 kB | 81/189 kB | 144 kB | 8.3/90 kB Progress (5): 208/450 kB | 98/347 kB | 81/189 kB | 144 kB | 11/90 kB Progress (5): 208/450 kB | 98/347 kB | 85/189 kB | 144 kB | 11/90 kB Progress (5): 208/450 kB | 98/347 kB | 85/189 kB | 144 kB | 14/90 kB Progress (5): 208/450 kB | 102/347 kB | 85/189 kB | 144 kB | 14/90 kB Progress (5): 208/450 kB | 106/347 kB | 85/189 kB | 144 kB | 14/90 kB Progress (5): 212/450 kB | 106/347 kB | 85/189 kB | 144 kB | 14/90 kB Progress (5): 212/450 kB | 110/347 kB | 85/189 kB | 144 kB | 14/90 kB Progress (5): 212/450 kB | 110/347 kB | 85/189 kB | 144 kB | 16/90 kB Progress (5): 212/450 kB | 110/347 kB | 90/189 kB | 144 kB | 16/90 kB Progress (5): 212/450 kB | 110/347 kB | 90/189 kB | 144 kB | 19/90 kB Progress (5): 212/450 kB | 110/347 kB | 90/189 kB | 144 kB | 22/90 kB Progress (5): 212/450 kB | 110/347 kB | 90/189 kB | 144 kB | 25/90 kB Progress (5): 212/450 kB | 110/347 kB | 90/189 kB | 144 kB | 27/90 kB Progress (5): 217/450 kB | 110/347 kB | 90/189 kB | 144 kB | 27/90 kB Progress (5): 217/450 kB | 114/347 kB | 90/189 kB | 144 kB | 27/90 kB Progress (5): 217/450 kB | 114/347 kB | 90/189 kB | 144 kB | 30/90 kB Progress (5): 217/450 kB | 114/347 kB | 90/189 kB | 144 kB | 33/90 kB Progress (5): 221/450 kB | 114/347 kB | 90/189 kB | 144 kB | 33/90 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 124 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar Progress (4): 221/450 kB | 114/347 kB | 94/189 kB | 33/90 kB Progress (4): 221/450 kB | 114/347 kB | 94/189 kB | 37/90 kB Progress (4): 225/450 kB | 114/347 kB | 94/189 kB | 37/90 kB Progress (4): 229/450 kB | 114/347 kB | 94/189 kB | 37/90 kB Progress (4): 229/450 kB | 118/347 kB | 94/189 kB | 37/90 kB Progress (4): 229/450 kB | 118/347 kB | 94/189 kB | 41/90 kB Progress (4): 229/450 kB | 118/347 kB | 94/189 kB | 45/90 kB Progress (4): 229/450 kB | 118/347 kB | 98/189 kB | 45/90 kB Progress (4): 229/450 kB | 118/347 kB | 98/189 kB | 49/90 kB Progress (4): 233/450 kB | 118/347 kB | 98/189 kB | 49/90 kB Progress (4): 237/450 kB | 118/347 kB | 98/189 kB | 49/90 kB Progress (4): 241/450 kB | 118/347 kB | 98/189 kB | 49/90 kB Progress (4): 245/450 kB | 118/347 kB | 98/189 kB | 49/90 kB Progress (4): 245/450 kB | 122/347 kB | 98/189 kB | 49/90 kB Progress (4): 245/450 kB | 126/347 kB | 98/189 kB | 49/90 kB Progress (4): 245/450 kB | 131/347 kB | 98/189 kB | 49/90 kB Progress (4): 245/450 kB | 131/347 kB | 98/189 kB | 53/90 kB Progress (4): 245/450 kB | 131/347 kB | 98/189 kB | 57/90 kB Progress (4): 245/450 kB | 131/347 kB | 102/189 kB | 57/90 kB Progress (4): 245/450 kB | 131/347 kB | 102/189 kB | 61/90 kB Progress (4): 245/450 kB | 131/347 kB | 102/189 kB | 66/90 kB Progress (4): 245/450 kB | 135/347 kB | 102/189 kB | 66/90 kB Progress (4): 245/450 kB | 139/347 kB | 102/189 kB | 66/90 kB Progress (4): 245/450 kB | 143/347 kB | 102/189 kB | 66/90 kB Progress (4): 249/450 kB | 143/347 kB | 102/189 kB | 66/90 kB Progress (4): 253/450 kB | 143/347 kB | 102/189 kB | 66/90 kB Progress (4): 258/450 kB | 143/347 kB | 102/189 kB | 66/90 kB Progress (4): 262/450 kB | 143/347 kB | 102/189 kB | 66/90 kB Progress (4): 262/450 kB | 147/347 kB | 102/189 kB | 66/90 kB Progress (4): 262/450 kB | 147/347 kB | 102/189 kB | 70/90 kB Progress (4): 262/450 kB | 147/347 kB | 106/189 kB | 70/90 kB Progress (4): 262/450 kB | 147/347 kB | 106/189 kB | 74/90 kB Progress (4): 262/450 kB | 147/347 kB | 106/189 kB | 78/90 kB Progress (4): 262/450 kB | 147/347 kB | 106/189 kB | 82/90 kB Progress (4): 262/450 kB | 147/347 kB | 106/189 kB | 86/90 kB Progress (4): 266/450 kB | 147/347 kB | 106/189 kB | 86/90 kB Progress (4): 266/450 kB | 147/347 kB | 106/189 kB | 90 kB Progress (4): 266/450 kB | 147/347 kB | 110/189 kB | 90 kB Progress (4): 266/450 kB | 147/347 kB | 114/189 kB | 90 kB Progress (4): 266/450 kB | 151/347 kB | 114/189 kB | 90 kB Progress (4): 270/450 kB | 151/347 kB | 114/189 kB | 90 kB Progress (4): 274/450 kB | 151/347 kB | 114/189 kB | 90 kB Progress (4): 278/450 kB | 151/347 kB | 114/189 kB | 90 kB Progress (4): 278/450 kB | 155/347 kB | 114/189 kB | 90 kB Progress (4): 278/450 kB | 159/347 kB | 114/189 kB | 90 kB Progress (4): 278/450 kB | 163/347 kB | 114/189 kB | 90 kB Progress (4): 282/450 kB | 163/347 kB | 114/189 kB | 90 kB Progress (4): 282/450 kB | 167/347 kB | 114/189 kB | 90 kB Progress (4): 282/450 kB | 171/347 kB | 114/189 kB | 90 kB Progress (4): 282/450 kB | 176/347 kB | 114/189 kB | 90 kB Progress (4): 282/450 kB | 180/347 kB | 114/189 kB | 90 kB Progress (4): 282/450 kB | 180/347 kB | 118/189 kB | 90 kB Progress (4): 282/450 kB | 180/347 kB | 122/189 kB | 90 kB Progress (4): 282/450 kB | 180/347 kB | 126/189 kB | 90 kB Progress (4): 282/450 kB | 180/347 kB | 131/189 kB | 90 kB Progress (5): 282/450 kB | 180/347 kB | 131/189 kB | 90 kB | 4.1/139 kB Progress (5): 282/450 kB | 180/347 kB | 131/189 kB | 90 kB | 7.7/139 kB Progress (5): 286/450 kB | 180/347 kB | 131/189 kB | 90 kB | 7.7/139 kB Progress (5): 286/450 kB | 180/347 kB | 131/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 180/347 kB | 135/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 180/347 kB | 139/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 180/347 kB | 143/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 180/347 kB | 147/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 180/347 kB | 151/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 180/347 kB | 155/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 180/347 kB | 159/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 180/347 kB | 163/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 184/347 kB | 163/189 kB | 90 kB | 12/139 kB Progress (5): 286/450 kB | 184/347 kB | 163/189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 184/347 kB | 163/189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 184/347 kB | 167/189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 184/347 kB | 171/189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 184/347 kB | 176/189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 184/347 kB | 180/189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 184/347 kB | 184/189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 184/347 kB | 188/189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 184/347 kB | 189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 188/347 kB | 189 kB | 90 kB | 16/139 kB Progress (5): 290/450 kB | 188/347 kB | 189 kB | 90 kB | 20/139 kB Progress (5): 290/450 kB | 188/347 kB | 189 kB | 90 kB | 24/139 kB Progress (5): 294/450 kB | 188/347 kB | 189 kB | 90 kB | 24/139 kB Progress (5): 294/450 kB | 188/347 kB | 189 kB | 90 kB | 28/139 kB Progress (5): 294/450 kB | 192/347 kB | 189 kB | 90 kB | 28/139 kB Progress (5): 298/450 kB | 192/347 kB | 189 kB | 90 kB | 28/139 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 75 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar Progress (4): 298/450 kB | 192/347 kB | 189 kB | 32/139 kB Progress (4): 303/450 kB | 192/347 kB | 189 kB | 32/139 kB Progress (4): 307/450 kB | 192/347 kB | 189 kB | 32/139 kB Progress (4): 307/450 kB | 196/347 kB | 189 kB | 32/139 kB Progress (4): 311/450 kB | 196/347 kB | 189 kB | 32/139 kB Progress (4): 311/450 kB | 196/347 kB | 189 kB | 36/139 kB Progress (4): 311/450 kB | 200/347 kB | 189 kB | 36/139 kB Progress (4): 311/450 kB | 204/347 kB | 189 kB | 36/139 kB Progress (4): 311/450 kB | 208/347 kB | 189 kB | 36/139 kB Progress (4): 311/450 kB | 212/347 kB | 189 kB | 36/139 kB Progress (4): 315/450 kB | 212/347 kB | 189 kB | 36/139 kB Progress (4): 315/450 kB | 212/347 kB | 189 kB | 40/139 kB Progress (4): 315/450 kB | 217/347 kB | 189 kB | 40/139 kB Progress (4): 315/450 kB | 221/347 kB | 189 kB | 40/139 kB Progress (4): 315/450 kB | 225/347 kB | 189 kB | 40/139 kB Progress (4): 315/450 kB | 229/347 kB | 189 kB | 40/139 kB Progress (4): 319/450 kB | 229/347 kB | 189 kB | 40/139 kB Progress (4): 319/450 kB | 229/347 kB | 189 kB | 45/139 kB Progress (4): 319/450 kB | 229/347 kB | 189 kB | 49/139 kB Progress (4): 319/450 kB | 233/347 kB | 189 kB | 49/139 kB Progress (4): 319/450 kB | 237/347 kB | 189 kB | 49/139 kB Progress (4): 319/450 kB | 241/347 kB | 189 kB | 49/139 kB Progress (4): 319/450 kB | 245/347 kB | 189 kB | 49/139 kB Progress (4): 323/450 kB | 245/347 kB | 189 kB | 49/139 kB Progress (4): 323/450 kB | 245/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 249/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 253/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 258/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 262/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 266/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 270/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 274/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 278/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 282/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 286/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 290/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 294/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 298/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 303/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 307/347 kB | 189 kB | 53/139 kB Progress (4): 323/450 kB | 311/347 kB | 189 kB | 53/139 kB Progress (4): 327/450 kB | 311/347 kB | 189 kB | 53/139 kB Progress (4): 327/450 kB | 315/347 kB | 189 kB | 53/139 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 153 kB/s) Progress (3): 327/450 kB | 315/347 kB | 57/139 kB Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar Progress (3): 331/450 kB | 315/347 kB | 57/139 kB Progress (3): 331/450 kB | 319/347 kB | 57/139 kB Progress (3): 335/450 kB | 319/347 kB | 57/139 kB Progress (3): 335/450 kB | 319/347 kB | 61/139 kB Progress (3): 335/450 kB | 319/347 kB | 65/139 kB Progress (3): 339/450 kB | 319/347 kB | 65/139 kB Progress (3): 339/450 kB | 323/347 kB | 65/139 kB Progress (3): 344/450 kB | 323/347 kB | 65/139 kB Progress (3): 344/450 kB | 323/347 kB | 69/139 kB Progress (3): 344/450 kB | 327/347 kB | 69/139 kB Progress (3): 348/450 kB | 327/347 kB | 69/139 kB Progress (4): 348/450 kB | 327/347 kB | 69/139 kB | 4.1/457 kB Progress (4): 348/450 kB | 327/347 kB | 73/139 kB | 4.1/457 kB Progress (4): 348/450 kB | 327/347 kB | 73/139 kB | 7.7/457 kB Progress (4): 348/450 kB | 331/347 kB | 73/139 kB | 7.7/457 kB Progress (4): 352/450 kB | 331/347 kB | 73/139 kB | 7.7/457 kB Progress (4): 352/450 kB | 335/347 kB | 73/139 kB | 7.7/457 kB Progress (4): 352/450 kB | 335/347 kB | 73/139 kB | 12/457 kB Progress (4): 352/450 kB | 335/347 kB | 77/139 kB | 12/457 kB Progress (4): 352/450 kB | 335/347 kB | 81/139 kB | 12/457 kB Progress (4): 352/450 kB | 335/347 kB | 81/139 kB | 16/457 kB Progress (4): 352/450 kB | 339/347 kB | 81/139 kB | 16/457 kB Progress (4): 356/450 kB | 339/347 kB | 81/139 kB | 16/457 kB Progress (4): 356/450 kB | 344/347 kB | 81/139 kB | 16/457 kB Progress (4): 356/450 kB | 344/347 kB | 85/139 kB | 16/457 kB Progress (4): 356/450 kB | 347 kB | 85/139 kB | 16/457 kB Progress (4): 360/450 kB | 347 kB | 85/139 kB | 16/457 kB Progress (4): 360/450 kB | 347 kB | 85/139 kB | 20/457 kB Progress (4): 360/450 kB | 347 kB | 85/139 kB | 24/457 kB Progress (4): 360/450 kB | 347 kB | 85/139 kB | 28/457 kB Progress (4): 360/450 kB | 347 kB | 85/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 90/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 94/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 98/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 102/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 106/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 110/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 114/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 118/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 122/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 126/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 131/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 135/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 139/139 kB | 32/457 kB Progress (4): 360/450 kB | 347 kB | 139 kB | 32/457 kB Progress (5): 360/450 kB | 347 kB | 139 kB | 32/457 kB | 4.1/65 kB Progress (5): 364/450 kB | 347 kB | 139 kB | 32/457 kB | 4.1/65 kB Progress (5): 364/450 kB | 347 kB | 139 kB | 32/457 kB | 7.7/65 kB Progress (5): 364/450 kB | 347 kB | 139 kB | 32/457 kB | 12/65 kB Progress (5): 364/450 kB | 347 kB | 139 kB | 32/457 kB | 16/65 kB Progress (5): 364/450 kB | 347 kB | 139 kB | 36/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 36/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 40/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 45/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 49/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 53/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 57/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 61/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 65/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 69/457 kB | 16/65 kB Progress (5): 368/450 kB | 347 kB | 139 kB | 73/457 kB | 16/65 kB Progress (5): 372/450 kB | 347 kB | 139 kB | 73/457 kB | 16/65 kB Progress (5): 372/450 kB | 347 kB | 139 kB | 73/457 kB | 20/65 kB Progress (5): 372/450 kB | 347 kB | 139 kB | 77/457 kB | 20/65 kB Progress (5): 372/450 kB | 347 kB | 139 kB | 81/457 kB | 20/65 kB Progress (5): 372/450 kB | 347 kB | 139 kB | 85/457 kB | 20/65 kB Progress (5): 372/450 kB | 347 kB | 139 kB | 90/457 kB | 20/65 kB Progress (5): 372/450 kB | 347 kB | 139 kB | 94/457 kB | 20/65 kB Progress (5): 372/450 kB | 347 kB | 139 kB | 98/457 kB | 20/65 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 269 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar Progress (4): 376/450 kB | 139 kB | 98/457 kB | 20/65 kB Progress (4): 376/450 kB | 139 kB | 102/457 kB | 20/65 kB Progress (4): 376/450 kB | 139 kB | 102/457 kB | 24/65 kB Progress (4): 376/450 kB | 139 kB | 102/457 kB | 28/65 kB Progress (4): 376/450 kB | 139 kB | 102/457 kB | 32/65 kB Progress (4): 376/450 kB | 139 kB | 106/457 kB | 32/65 kB Progress (4): 380/450 kB | 139 kB | 106/457 kB | 32/65 kB Progress (4): 384/450 kB | 139 kB | 106/457 kB | 32/65 kB Progress (4): 384/450 kB | 139 kB | 110/457 kB | 32/65 kB Progress (4): 384/450 kB | 139 kB | 114/457 kB | 32/65 kB Progress (4): 384/450 kB | 139 kB | 118/457 kB | 32/65 kB Progress (4): 384/450 kB | 139 kB | 122/457 kB | 32/65 kB Progress (4): 384/450 kB | 139 kB | 126/457 kB | 32/65 kB Progress (4): 384/450 kB | 139 kB | 131/457 kB | 32/65 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 107 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar Progress (3): 389/450 kB | 131/457 kB | 32/65 kB Progress (3): 393/450 kB | 131/457 kB | 32/65 kB Progress (3): 393/450 kB | 131/457 kB | 36/65 kB Progress (3): 393/450 kB | 135/457 kB | 36/65 kB Progress (3): 397/450 kB | 135/457 kB | 36/65 kB Progress (3): 397/450 kB | 135/457 kB | 40/65 kB Progress (3): 401/450 kB | 135/457 kB | 40/65 kB Progress (3): 401/450 kB | 139/457 kB | 40/65 kB Progress (3): 401/450 kB | 143/457 kB | 40/65 kB Progress (3): 401/450 kB | 147/457 kB | 40/65 kB Progress (3): 405/450 kB | 147/457 kB | 40/65 kB Progress (3): 405/450 kB | 147/457 kB | 45/65 kB Progress (3): 405/450 kB | 147/457 kB | 49/65 kB Progress (3): 405/450 kB | 151/457 kB | 49/65 kB Progress (3): 405/450 kB | 155/457 kB | 49/65 kB Progress (3): 405/450 kB | 159/457 kB | 49/65 kB Progress (3): 405/450 kB | 163/457 kB | 49/65 kB Progress (3): 405/450 kB | 167/457 kB | 49/65 kB Progress (3): 405/450 kB | 171/457 kB | 49/65 kB Progress (3): 405/450 kB | 176/457 kB | 49/65 kB Progress (3): 405/450 kB | 180/457 kB | 49/65 kB Progress (3): 405/450 kB | 184/457 kB | 49/65 kB Progress (3): 405/450 kB | 188/457 kB | 49/65 kB Progress (3): 409/450 kB | 188/457 kB | 49/65 kB Progress (3): 409/450 kB | 192/457 kB | 49/65 kB Progress (3): 409/450 kB | 196/457 kB | 49/65 kB Progress (3): 413/450 kB | 196/457 kB | 49/65 kB Progress (3): 413/450 kB | 200/457 kB | 49/65 kB Progress (3): 413/450 kB | 204/457 kB | 49/65 kB Progress (3): 413/450 kB | 208/457 kB | 49/65 kB Progress (3): 413/450 kB | 212/457 kB | 49/65 kB Progress (3): 413/450 kB | 217/457 kB | 49/65 kB Progress (3): 413/450 kB | 221/457 kB | 49/65 kB Progress (3): 413/450 kB | 225/457 kB | 49/65 kB Progress (3): 413/450 kB | 229/457 kB | 49/65 kB Progress (3): 413/450 kB | 233/457 kB | 49/65 kB Progress (3): 413/450 kB | 237/457 kB | 49/65 kB Progress (3): 413/450 kB | 241/457 kB | 49/65 kB Progress (3): 413/450 kB | 245/457 kB | 49/65 kB Progress (3): 413/450 kB | 245/457 kB | 53/65 kB Progress (3): 413/450 kB | 249/457 kB | 53/65 kB Progress (3): 417/450 kB | 249/457 kB | 53/65 kB Progress (3): 417/450 kB | 253/457 kB | 53/65 kB Progress (3): 417/450 kB | 253/457 kB | 57/65 kB Progress (3): 417/450 kB | 258/457 kB | 57/65 kB Progress (3): 421/450 kB | 258/457 kB | 57/65 kB Progress (3): 421/450 kB | 262/457 kB | 57/65 kB Progress (3): 421/450 kB | 262/457 kB | 61/65 kB Progress (3): 425/450 kB | 262/457 kB | 61/65 kB Progress (3): 425/450 kB | 262/457 kB | 65/65 kB Progress (3): 425/450 kB | 262/457 kB | 65 kB Progress (3): 430/450 kB | 262/457 kB | 65 kB Progress (3): 434/450 kB | 262/457 kB | 65 kB Progress (3): 438/450 kB | 262/457 kB | 65 kB Progress (3): 442/450 kB | 262/457 kB | 65 kB Progress (3): 446/450 kB | 262/457 kB | 65 kB Progress (3): 450 kB | 262/457 kB | 65 kB Progress (3): 450 kB | 266/457 kB | 65 kB Progress (4): 450 kB | 266/457 kB | 65 kB | 4.1/26 kB Progress (4): 450 kB | 266/457 kB | 65 kB | 7.7/26 kB Progress (4): 450 kB | 266/457 kB | 65 kB | 12/26 kB Progress (4): 450 kB | 266/457 kB | 65 kB | 16/26 kB Progress (4): 450 kB | 266/457 kB | 65 kB | 20/26 kB Progress (4): 450 kB | 266/457 kB | 65 kB | 24/26 kB Progress (4): 450 kB | 266/457 kB | 65 kB | 26 kB Progress (4): 450 kB | 270/457 kB | 65 kB | 26 kB Progress (4): 450 kB | 274/457 kB | 65 kB | 26 kB Progress (5): 450 kB | 274/457 kB | 65 kB | 26 kB | 4.1/329 kB Progress (5): 450 kB | 278/457 kB | 65 kB | 26 kB | 4.1/329 kB Progress (5): 450 kB | 278/457 kB | 65 kB | 26 kB | 7.7/329 kB Progress (5): 450 kB | 278/457 kB | 65 kB | 26 kB | 12/329 kB Progress (5): 450 kB | 278/457 kB | 65 kB | 26 kB | 16/329 kB Progress (5): 450 kB | 278/457 kB | 65 kB | 26 kB | 20/329 kB Progress (5): 450 kB | 278/457 kB | 65 kB | 26 kB | 24/329 kB Progress (5): 450 kB | 278/457 kB | 65 kB | 26 kB | 28/329 kB Progress (5): 450 kB | 278/457 kB | 65 kB | 26 kB | 32/329 kB Progress (5): 450 kB | 282/457 kB | 65 kB | 26 kB | 32/329 kB Progress (5): 450 kB | 286/457 kB | 65 kB | 26 kB | 32/329 kB Progress (5): 450 kB | 290/457 kB | 65 kB | 26 kB | 32/329 kB Progress (5): 450 kB | 290/457 kB | 65 kB | 26 kB | 36/329 kB Progress (5): 450 kB | 294/457 kB | 65 kB | 26 kB | 36/329 kB Progress (5): 450 kB | 294/457 kB | 65 kB | 26 kB | 40/329 kB Progress (5): 450 kB | 294/457 kB | 65 kB | 26 kB | 45/329 kB Progress (5): 450 kB | 294/457 kB | 65 kB | 26 kB | 49/329 kB Progress (5): 450 kB | 298/457 kB | 65 kB | 26 kB | 49/329 kB Progress (5): 450 kB | 303/457 kB | 65 kB | 26 kB | 49/329 kB Progress (5): 450 kB | 303/457 kB | 65 kB | 26 kB | 53/329 kB Progress (5): 450 kB | 307/457 kB | 65 kB | 26 kB | 53/329 kB Progress (5): 450 kB | 311/457 kB | 65 kB | 26 kB | 53/329 kB Progress (5): 450 kB | 311/457 kB | 65 kB | 26 kB | 57/329 kB Progress (5): 450 kB | 311/457 kB | 65 kB | 26 kB | 61/329 kB Progress (5): 450 kB | 311/457 kB | 65 kB | 26 kB | 65/329 kB Progress (5): 450 kB | 315/457 kB | 65 kB | 26 kB | 65/329 kB Progress (5): 450 kB | 319/457 kB | 65 kB | 26 kB | 65/329 kB Progress (5): 450 kB | 319/457 kB | 65 kB | 26 kB | 69/329 kB Progress (5): 450 kB | 323/457 kB | 65 kB | 26 kB | 69/329 kB Progress (5): 450 kB | 323/457 kB | 65 kB | 26 kB | 73/329 kB Progress (5): 450 kB | 327/457 kB | 65 kB | 26 kB | 73/329 kB Progress (5): 450 kB | 327/457 kB | 65 kB | 26 kB | 77/329 kB Progress (5): 450 kB | 327/457 kB | 65 kB | 26 kB | 81/329 kB Progress (5): 450 kB | 331/457 kB | 65 kB | 26 kB | 81/329 kB Progress (5): 450 kB | 331/457 kB | 65 kB | 26 kB | 85/329 kB Progress (5): 450 kB | 331/457 kB | 65 kB | 26 kB | 90/329 kB Progress (5): 450 kB | 335/457 kB | 65 kB | 26 kB | 90/329 kB Progress (5): 450 kB | 339/457 kB | 65 kB | 26 kB | 90/329 kB Progress (5): 450 kB | 344/457 kB | 65 kB | 26 kB | 90/329 kB Progress (5): 450 kB | 344/457 kB | 65 kB | 26 kB | 94/329 kB Progress (5): 450 kB | 344/457 kB | 65 kB | 26 kB | 98/329 kB Progress (5): 450 kB | 344/457 kB | 65 kB | 26 kB | 102/329 kB Progress (5): 450 kB | 344/457 kB | 65 kB | 26 kB | 106/329 kB Progress (5): 450 kB | 344/457 kB | 65 kB | 26 kB | 110/329 kB Progress (5): 450 kB | 344/457 kB | 65 kB | 26 kB | 114/329 kB Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 327 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar Progress (3): 348/457 kB | 65 kB | 114/329 kB Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar Progress (2): 352/457 kB | 114/329 kB Progress (2): 356/457 kB | 114/329 kB Progress (2): 356/457 kB | 118/329 kB Progress (2): 360/457 kB | 118/329 kB Progress (2): 360/457 kB | 122/329 kB Progress (2): 360/457 kB | 126/329 kB Progress (2): 360/457 kB | 131/329 kB Progress (2): 364/457 kB | 131/329 kB Progress (2): 368/457 kB | 131/329 kB Progress (2): 368/457 kB | 135/329 kB Progress (2): 368/457 kB | 139/329 kB Progress (2): 368/457 kB | 143/329 kB Progress (2): 368/457 kB | 147/329 kB Progress (2): 368/457 kB | 151/329 kB Progress (2): 368/457 kB | 155/329 kB Progress (2): 368/457 kB | 159/329 kB Progress (2): 368/457 kB | 163/329 kB Progress (2): 372/457 kB | 163/329 kB Progress (2): 376/457 kB | 163/329 kB Progress (2): 380/457 kB | 163/329 kB Progress (2): 384/457 kB | 163/329 kB Progress (2): 389/457 kB | 163/329 kB Progress (2): 393/457 kB | 163/329 kB Progress (2): 397/457 kB | 163/329 kB Progress (2): 401/457 kB | 163/329 kB Progress (2): 405/457 kB | 163/329 kB Progress (2): 405/457 kB | 167/329 kB Progress (2): 409/457 kB | 167/329 kB Progress (2): 409/457 kB | 171/329 kB Progress (2): 409/457 kB | 176/329 kB Progress (2): 409/457 kB | 180/329 kB Progress (2): 413/457 kB | 180/329 kB Progress (2): 417/457 kB | 180/329 kB Progress (2): 421/457 kB | 180/329 kB Progress (2): 425/457 kB | 180/329 kB Progress (2): 425/457 kB | 184/329 kB Progress (2): 425/457 kB | 188/329 kB Progress (2): 425/457 kB | 192/329 kB Progress (2): 430/457 kB | 192/329 kB Progress (2): 430/457 kB | 196/329 kB Progress (2): 434/457 kB | 196/329 kB Progress (2): 438/457 kB | 196/329 kB Progress (2): 442/457 kB | 196/329 kB Progress (2): 442/457 kB | 200/329 kB Progress (2): 442/457 kB | 204/329 kB Progress (2): 442/457 kB | 208/329 kB Progress (2): 446/457 kB | 208/329 kB Progress (2): 446/457 kB | 212/329 kB Progress (2): 450/457 kB | 212/329 kB Progress (2): 454/457 kB | 212/329 kB Progress (2): 457 kB | 212/329 kB Progress (3): 457 kB | 212/329 kB | 4.1/358 kB Progress (3): 457 kB | 217/329 kB | 4.1/358 kB Progress (3): 457 kB | 221/329 kB | 4.1/358 kB Progress (3): 457 kB | 225/329 kB | 4.1/358 kB Progress (3): 457 kB | 229/329 kB | 4.1/358 kB Progress (4): 457 kB | 229/329 kB | 4.1/358 kB | 4.1/252 kB Progress (4): 457 kB | 229/329 kB | 7.7/358 kB | 4.1/252 kB Progress (4): 457 kB | 229/329 kB | 12/358 kB | 4.1/252 kB Progress (4): 457 kB | 229/329 kB | 16/358 kB | 4.1/252 kB Progress (4): 457 kB | 229/329 kB | 20/358 kB | 4.1/252 kB Progress (4): 457 kB | 229/329 kB | 24/358 kB | 4.1/252 kB Progress (4): 457 kB | 229/329 kB | 28/358 kB | 4.1/252 kB Progress (4): 457 kB | 229/329 kB | 32/358 kB | 4.1/252 kB Progress (5): 457 kB | 229/329 kB | 32/358 kB | 4.1/252 kB | 4.1/120 kB Progress (5): 457 kB | 229/329 kB | 32/358 kB | 7.7/252 kB | 4.1/120 kB Progress (5): 457 kB | 229/329 kB | 32/358 kB | 12/252 kB | 4.1/120 kB Progress (5): 457 kB | 229/329 kB | 32/358 kB | 16/252 kB | 4.1/120 kB Progress (5): 457 kB | 233/329 kB | 32/358 kB | 16/252 kB | 4.1/120 kB Progress (5): 457 kB | 233/329 kB | 32/358 kB | 20/252 kB | 4.1/120 kB Progress (5): 457 kB | 233/329 kB | 32/358 kB | 20/252 kB | 7.7/120 kB Progress (5): 457 kB | 233/329 kB | 36/358 kB | 20/252 kB | 7.7/120 kB Progress (5): 457 kB | 233/329 kB | 36/358 kB | 20/252 kB | 12/120 kB Progress (5): 457 kB | 233/329 kB | 36/358 kB | 24/252 kB | 12/120 kB Progress (5): 457 kB | 237/329 kB | 36/358 kB | 24/252 kB | 12/120 kB Progress (5): 457 kB | 237/329 kB | 36/358 kB | 28/252 kB | 12/120 kB Progress (5): 457 kB | 237/329 kB | 36/358 kB | 32/252 kB | 12/120 kB Progress (5): 457 kB | 237/329 kB | 36/358 kB | 32/252 kB | 16/120 kB Progress (5): 457 kB | 237/329 kB | 36/358 kB | 36/252 kB | 16/120 kB Progress (5): 457 kB | 237/329 kB | 36/358 kB | 40/252 kB | 16/120 kB Progress (5): 457 kB | 237/329 kB | 40/358 kB | 40/252 kB | 16/120 kB Progress (5): 457 kB | 237/329 kB | 40/358 kB | 45/252 kB | 16/120 kB Progress (5): 457 kB | 237/329 kB | 40/358 kB | 49/252 kB | 16/120 kB Progress (5): 457 kB | 237/329 kB | 40/358 kB | 49/252 kB | 20/120 kB Progress (5): 457 kB | 241/329 kB | 40/358 kB | 49/252 kB | 20/120 kB Progress (5): 457 kB | 241/329 kB | 40/358 kB | 53/252 kB | 20/120 kB Progress (5): 457 kB | 241/329 kB | 40/358 kB | 53/252 kB | 24/120 kB Progress (5): 457 kB | 241/329 kB | 45/358 kB | 53/252 kB | 24/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 24/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 28/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 32/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 36/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 40/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 45/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 49/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 53/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 57/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 61/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 53/252 kB | 65/120 kB Progress (5): 457 kB | 241/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 245/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 249/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 253/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 258/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 262/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 266/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 270/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 274/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 278/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 282/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 286/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 290/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 294/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 298/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 303/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 307/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 57/252 kB | 65/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 65/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 69/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 73/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 77/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 81/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 85/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 90/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 94/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 98/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 102/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 106/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 110/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 114/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 118/120 kB Progress (5): 457 kB | 311/329 kB | 49/358 kB | 61/252 kB | 120 kB Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 311 kB/s) Progress (4): 311/329 kB | 53/358 kB | 61/252 kB | 120 kB Progress (4): 311/329 kB | 57/358 kB | 61/252 kB | 120 kB Progress (4): 311/329 kB | 61/358 kB | 61/252 kB | 120 kB Progress (4): 311/329 kB | 65/358 kB | 61/252 kB | 120 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (4): 315/329 kB | 65/358 kB | 61/252 kB | 120 kB Progress (4): 319/329 kB | 65/358 kB | 61/252 kB | 120 kB Progress (4): 323/329 kB | 65/358 kB | 61/252 kB | 120 kB Progress (4): 327/329 kB | 65/358 kB | 61/252 kB | 120 kB Progress (4): 327/329 kB | 65/358 kB | 65/252 kB | 120 kB Progress (4): 329 kB | 65/358 kB | 65/252 kB | 120 kB Progress (4): 329 kB | 65/358 kB | 69/252 kB | 120 kB Progress (4): 329 kB | 69/358 kB | 69/252 kB | 120 kB Progress (4): 329 kB | 73/358 kB | 69/252 kB | 120 kB Progress (4): 329 kB | 77/358 kB | 69/252 kB | 120 kB Progress (4): 329 kB | 81/358 kB | 69/252 kB | 120 kB Progress (4): 329 kB | 85/358 kB | 69/252 kB | 120 kB Progress (4): 329 kB | 85/358 kB | 73/252 kB | 120 kB Progress (4): 329 kB | 85/358 kB | 77/252 kB | 120 kB Progress (4): 329 kB | 85/358 kB | 81/252 kB | 120 kB Progress (4): 329 kB | 90/358 kB | 81/252 kB | 120 kB Progress (4): 329 kB | 94/358 kB | 81/252 kB | 120 kB Progress (4): 329 kB | 94/358 kB | 85/252 kB | 120 kB Progress (4): 329 kB | 94/358 kB | 90/252 kB | 120 kB Progress (4): 329 kB | 94/358 kB | 94/252 kB | 120 kB Progress (4): 329 kB | 94/358 kB | 98/252 kB | 120 kB Progress (4): 329 kB | 98/358 kB | 98/252 kB | 120 kB Progress (4): 329 kB | 98/358 kB | 102/252 kB | 120 kB Progress (4): 329 kB | 98/358 kB | 106/252 kB | 120 kB Progress (4): 329 kB | 98/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 102/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 106/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 110/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 114/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 118/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 122/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 126/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 131/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 135/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 139/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 143/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 147/358 kB | 110/252 kB | 120 kB Progress (4): 329 kB | 147/358 kB | 114/252 kB | 120 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 80 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Progress (3): 329 kB | 147/358 kB | 118/252 kB Progress (3): 329 kB | 151/358 kB | 118/252 kB Progress (3): 329 kB | 155/358 kB | 118/252 kB Progress (3): 329 kB | 159/358 kB | 118/252 kB Progress (3): 329 kB | 163/358 kB | 118/252 kB Progress (3): 329 kB | 167/358 kB | 118/252 kB Progress (3): 329 kB | 171/358 kB | 118/252 kB Progress (3): 329 kB | 176/358 kB | 118/252 kB Progress (3): 329 kB | 180/358 kB | 118/252 kB Progress (3): 329 kB | 184/358 kB | 118/252 kB Progress (3): 329 kB | 184/358 kB | 122/252 kB Progress (3): 329 kB | 184/358 kB | 126/252 kB Progress (3): 329 kB | 188/358 kB | 126/252 kB Progress (3): 329 kB | 192/358 kB | 126/252 kB Progress (3): 329 kB | 196/358 kB | 126/252 kB Progress (4): 329 kB | 196/358 kB | 126/252 kB | 4.1/575 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 218 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar Progress (3): 196/358 kB | 131/252 kB | 4.1/575 kB Progress (3): 200/358 kB | 131/252 kB | 4.1/575 kB Progress (3): 204/358 kB | 131/252 kB | 4.1/575 kB Progress (3): 208/358 kB | 131/252 kB | 4.1/575 kB Progress (3): 208/358 kB | 131/252 kB | 7.7/575 kB Progress (3): 212/358 kB | 131/252 kB | 7.7/575 kB Progress (3): 212/358 kB | 135/252 kB | 7.7/575 kB Progress (3): 212/358 kB | 139/252 kB | 7.7/575 kB Progress (3): 212/358 kB | 139/252 kB | 12/575 kB Progress (3): 212/358 kB | 139/252 kB | 16/575 kB Progress (3): 217/358 kB | 139/252 kB | 16/575 kB Progress (3): 217/358 kB | 143/252 kB | 16/575 kB Progress (3): 221/358 kB | 143/252 kB | 16/575 kB Progress (3): 225/358 kB | 143/252 kB | 16/575 kB Progress (3): 229/358 kB | 143/252 kB | 16/575 kB Progress (3): 229/358 kB | 143/252 kB | 20/575 kB Progress (3): 229/358 kB | 147/252 kB | 20/575 kB Progress (3): 233/358 kB | 147/252 kB | 20/575 kB Progress (3): 237/358 kB | 147/252 kB | 20/575 kB Progress (3): 237/358 kB | 147/252 kB | 24/575 kB Progress (3): 241/358 kB | 147/252 kB | 24/575 kB Progress (3): 245/358 kB | 147/252 kB | 24/575 kB Progress (3): 245/358 kB | 151/252 kB | 24/575 kB Progress (3): 245/358 kB | 155/252 kB | 24/575 kB Progress (3): 245/358 kB | 159/252 kB | 24/575 kB Progress (3): 245/358 kB | 163/252 kB | 24/575 kB Progress (3): 245/358 kB | 167/252 kB | 24/575 kB Progress (3): 245/358 kB | 171/252 kB | 24/575 kB Progress (3): 245/358 kB | 176/252 kB | 24/575 kB Progress (3): 245/358 kB | 180/252 kB | 24/575 kB Progress (4): 245/358 kB | 180/252 kB | 24/575 kB | 4.1/247 kB Progress (4): 245/358 kB | 180/252 kB | 28/575 kB | 4.1/247 kB Progress (4): 245/358 kB | 180/252 kB | 28/575 kB | 7.7/247 kB Progress (4): 245/358 kB | 180/252 kB | 28/575 kB | 12/247 kB Progress (4): 245/358 kB | 180/252 kB | 28/575 kB | 16/247 kB Progress (4): 245/358 kB | 180/252 kB | 28/575 kB | 20/247 kB Progress (4): 245/358 kB | 180/252 kB | 28/575 kB | 24/247 kB Progress (4): 245/358 kB | 184/252 kB | 28/575 kB | 24/247 kB Progress (4): 249/358 kB | 184/252 kB | 28/575 kB | 24/247 kB Progress (4): 249/358 kB | 188/252 kB | 28/575 kB | 24/247 kB Progress (4): 249/358 kB | 188/252 kB | 28/575 kB | 28/247 kB Progress (4): 249/358 kB | 188/252 kB | 28/575 kB | 32/247 kB Progress (4): 249/358 kB | 188/252 kB | 28/575 kB | 36/247 kB Progress (4): 249/358 kB | 188/252 kB | 28/575 kB | 40/247 kB Progress (4): 249/358 kB | 188/252 kB | 28/575 kB | 45/247 kB Progress (4): 249/358 kB | 188/252 kB | 28/575 kB | 49/247 kB Progress (4): 249/358 kB | 188/252 kB | 32/575 kB | 49/247 kB Progress (4): 249/358 kB | 192/252 kB | 32/575 kB | 49/247 kB Progress (4): 253/358 kB | 192/252 kB | 32/575 kB | 49/247 kB Progress (4): 253/358 kB | 192/252 kB | 32/575 kB | 53/247 kB Progress (4): 253/358 kB | 196/252 kB | 32/575 kB | 53/247 kB Progress (4): 253/358 kB | 196/252 kB | 32/575 kB | 57/247 kB Progress (4): 253/358 kB | 200/252 kB | 32/575 kB | 57/247 kB Progress (4): 253/358 kB | 204/252 kB | 32/575 kB | 57/247 kB Progress (4): 258/358 kB | 204/252 kB | 32/575 kB | 57/247 kB Progress (5): 258/358 kB | 204/252 kB | 32/575 kB | 57/247 kB | 4.1/231 kB Progress (5): 258/358 kB | 204/252 kB | 36/575 kB | 57/247 kB | 4.1/231 kB Progress (5): 258/358 kB | 204/252 kB | 36/575 kB | 57/247 kB | 7.7/231 kB Progress (5): 262/358 kB | 204/252 kB | 36/575 kB | 57/247 kB | 7.7/231 kB Progress (5): 262/358 kB | 208/252 kB | 36/575 kB | 57/247 kB | 7.7/231 kB Progress (5): 262/358 kB | 212/252 kB | 36/575 kB | 57/247 kB | 7.7/231 kB Progress (5): 262/358 kB | 212/252 kB | 36/575 kB | 61/247 kB | 7.7/231 kB Progress (5): 262/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 7.7/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 7.7/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 12/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 16/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 20/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 24/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 28/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 32/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 36/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 40/231 kB Progress (5): 266/358 kB | 217/252 kB | 36/575 kB | 61/247 kB | 45/231 kB Progress (5): 266/358 kB | 217/252 kB | 40/575 kB | 61/247 kB | 45/231 kB Progress (5): 266/358 kB | 217/252 kB | 45/575 kB | 61/247 kB | 45/231 kB Progress (5): 270/358 kB | 217/252 kB | 45/575 kB | 61/247 kB | 45/231 kB Progress (5): 274/358 kB | 217/252 kB | 45/575 kB | 61/247 kB | 45/231 kB Progress (5): 278/358 kB | 217/252 kB | 45/575 kB | 61/247 kB | 45/231 kB Progress (5): 278/358 kB | 217/252 kB | 45/575 kB | 61/247 kB | 49/231 kB Progress (5): 278/358 kB | 217/252 kB | 45/575 kB | 61/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 61/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 65/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 69/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 73/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 77/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 81/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 85/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 90/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 94/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 98/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 102/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 106/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 110/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 114/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 118/247 kB | 53/231 kB Progress (5): 278/358 kB | 221/252 kB | 45/575 kB | 122/247 kB | 53/231 kB Progress (5): 278/358 kB | 225/252 kB | 45/575 kB | 122/247 kB | 53/231 kB Progress (5): 278/358 kB | 229/252 kB | 45/575 kB | 122/247 kB | 53/231 kB Progress (5): 278/358 kB | 233/252 kB | 45/575 kB | 122/247 kB | 53/231 kB Progress (5): 278/358 kB | 233/252 kB | 45/575 kB | 122/247 kB | 57/231 kB Progress (5): 282/358 kB | 233/252 kB | 45/575 kB | 122/247 kB | 57/231 kB Progress (5): 286/358 kB | 233/252 kB | 45/575 kB | 122/247 kB | 57/231 kB Progress (5): 290/358 kB | 233/252 kB | 45/575 kB | 122/247 kB | 57/231 kB Progress (5): 294/358 kB | 233/252 kB | 45/575 kB | 122/247 kB | 57/231 kB Progress (5): 298/358 kB | 233/252 kB | 45/575 kB | 122/247 kB | 57/231 kB Progress (5): 298/358 kB | 233/252 kB | 49/575 kB | 122/247 kB | 57/231 kB Progress (5): 298/358 kB | 233/252 kB | 53/575 kB | 122/247 kB | 57/231 kB Progress (5): 298/358 kB | 233/252 kB | 57/575 kB | 122/247 kB | 57/231 kB Progress (5): 298/358 kB | 233/252 kB | 61/575 kB | 122/247 kB | 57/231 kB Progress (5): 298/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 57/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 57/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 61/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 65/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 69/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 73/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 77/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 81/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 85/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 90/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 94/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 98/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 102/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 106/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 110/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 114/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 118/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 122/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 126/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 131/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 135/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 139/231 kB Progress (5): 303/358 kB | 233/252 kB | 65/575 kB | 122/247 kB | 143/231 kB Progress (5): 303/358 kB | 237/252 kB | 65/575 kB | 122/247 kB | 143/231 kB Progress (5): 303/358 kB | 241/252 kB | 65/575 kB | 122/247 kB | 143/231 kB Progress (5): 303/358 kB | 245/252 kB | 65/575 kB | 122/247 kB | 143/231 kB Progress (5): 303/358 kB | 245/252 kB | 65/575 kB | 126/247 kB | 143/231 kB Progress (5): 303/358 kB | 249/252 kB | 65/575 kB | 126/247 kB | 143/231 kB Progress (5): 303/358 kB | 249/252 kB | 65/575 kB | 126/247 kB | 147/231 kB Progress (5): 307/358 kB | 249/252 kB | 65/575 kB | 126/247 kB | 147/231 kB Progress (5): 307/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 147/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 147/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 151/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 155/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 159/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 163/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 167/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 171/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 176/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 180/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 184/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 188/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 192/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 196/231 kB Progress (5): 311/358 kB | 249/252 kB | 69/575 kB | 126/247 kB | 200/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 126/247 kB | 200/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 131/247 kB | 200/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 131/247 kB | 204/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 131/247 kB | 208/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 131/247 kB | 212/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 131/247 kB | 217/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 131/247 kB | 221/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 131/247 kB | 225/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 131/247 kB | 229/231 kB Progress (5): 311/358 kB | 252 kB | 69/575 kB | 131/247 kB | 231 kB Progress (5): 315/358 kB | 252 kB | 69/575 kB | 131/247 kB | 231 kB Progress (5): 319/358 kB | 252 kB | 69/575 kB | 131/247 kB | 231 kB Progress (5): 323/358 kB | 252 kB | 69/575 kB | 131/247 kB | 231 kB Progress (5): 323/358 kB | 252 kB | 73/575 kB | 131/247 kB | 231 kB Progress (5): 327/358 kB | 252 kB | 73/575 kB | 131/247 kB | 231 kB Progress (5): 327/358 kB | 252 kB | 73/575 kB | 135/247 kB | 231 kB Progress (5): 331/358 kB | 252 kB | 73/575 kB | 135/247 kB | 231 kB Progress (5): 331/358 kB | 252 kB | 77/575 kB | 135/247 kB | 231 kB Progress (5): 335/358 kB | 252 kB | 77/575 kB | 135/247 kB | 231 kB Progress (5): 339/358 kB | 252 kB | 77/575 kB | 135/247 kB | 231 kB Progress (5): 344/358 kB | 252 kB | 77/575 kB | 135/247 kB | 231 kB Progress (5): 344/358 kB | 252 kB | 77/575 kB | 139/247 kB | 231 kB Progress (5): 344/358 kB | 252 kB | 81/575 kB | 139/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 81/575 kB | 139/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 81/575 kB | 143/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 81/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 85/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 90/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 94/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 98/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 102/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 106/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 110/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 114/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 118/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 122/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 126/575 kB | 147/247 kB | 231 kB Progress (5): 348/358 kB | 252 kB | 131/575 kB | 147/247 kB | 231 kB Progress (5): 352/358 kB | 252 kB | 131/575 kB | 147/247 kB | 231 kB Progress (5): 352/358 kB | 252 kB | 131/575 kB | 151/247 kB | 231 kB Progress (5): 352/358 kB | 252 kB | 131/575 kB | 155/247 kB | 231 kB Progress (5): 352/358 kB | 252 kB | 131/575 kB | 159/247 kB | 231 kB Progress (5): 352/358 kB | 252 kB | 131/575 kB | 163/247 kB | 231 kB Progress (5): 356/358 kB | 252 kB | 131/575 kB | 163/247 kB | 231 kB Progress (5): 356/358 kB | 252 kB | 131/575 kB | 167/247 kB | 231 kB Progress (5): 356/358 kB | 252 kB | 131/575 kB | 171/247 kB | 231 kB Progress (5): 356/358 kB | 252 kB | 131/575 kB | 176/247 kB | 231 kB Progress (5): 356/358 kB | 252 kB | 131/575 kB | 180/247 kB | 231 kB Progress (5): 356/358 kB | 252 kB | 135/575 kB | 180/247 kB | 231 kB Progress (5): 356/358 kB | 252 kB | 135/575 kB | 184/247 kB | 231 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 152 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Progress (4): 358 kB | 135/575 kB | 184/247 kB | 231 kB Progress (4): 358 kB | 135/575 kB | 188/247 kB | 231 kB Progress (4): 358 kB | 135/575 kB | 192/247 kB | 231 kB Progress (4): 358 kB | 135/575 kB | 196/247 kB | 231 kB Progress (4): 358 kB | 139/575 kB | 196/247 kB | 231 kB Progress (4): 358 kB | 143/575 kB | 196/247 kB | 231 kB Progress (4): 358 kB | 143/575 kB | 200/247 kB | 231 kB Progress (4): 358 kB | 143/575 kB | 204/247 kB | 231 kB Progress (4): 358 kB | 143/575 kB | 208/247 kB | 231 kB Progress (4): 358 kB | 143/575 kB | 212/247 kB | 231 kB Progress (4): 358 kB | 147/575 kB | 212/247 kB | 231 kB Progress (4): 358 kB | 147/575 kB | 217/247 kB | 231 kB Progress (4): 358 kB | 147/575 kB | 219/247 kB | 231 kB Progress (4): 358 kB | 151/575 kB | 219/247 kB | 231 kB Progress (4): 358 kB | 151/575 kB | 223/247 kB | 231 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 139 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar Progress (3): 358 kB | 151/575 kB | 227/247 kB Progress (3): 358 kB | 151/575 kB | 231/247 kB Progress (3): 358 kB | 151/575 kB | 235/247 kB Progress (3): 358 kB | 151/575 kB | 239/247 kB Progress (3): 358 kB | 155/575 kB | 239/247 kB Progress (3): 358 kB | 159/575 kB | 239/247 kB Progress (3): 358 kB | 163/575 kB | 239/247 kB Progress (3): 358 kB | 163/575 kB | 243/247 kB Progress (3): 358 kB | 163/575 kB | 247 kB Progress (3): 358 kB | 167/575 kB | 247 kB Progress (3): 358 kB | 171/575 kB | 247 kB Progress (3): 358 kB | 176/575 kB | 247 kB Progress (3): 358 kB | 180/575 kB | 247 kB Progress (3): 358 kB | 184/575 kB | 247 kB Progress (3): 358 kB | 188/575 kB | 247 kB Progress (3): 358 kB | 192/575 kB | 247 kB Progress (3): 358 kB | 196/575 kB | 247 kB Progress (3): 358 kB | 200/575 kB | 247 kB Progress (3): 358 kB | 204/575 kB | 247 kB Progress (3): 358 kB | 208/575 kB | 247 kB Progress (3): 358 kB | 212/575 kB | 247 kB Progress (3): 358 kB | 217/575 kB | 247 kB Progress (3): 358 kB | 221/575 kB | 247 kB Progress (3): 358 kB | 225/575 kB | 247 kB Progress (3): 358 kB | 229/575 kB | 247 kB Progress (3): 358 kB | 233/575 kB | 247 kB Progress (3): 358 kB | 237/575 kB | 247 kB Progress (3): 358 kB | 241/575 kB | 247 kB Progress (3): 358 kB | 245/575 kB | 247 kB Progress (3): 358 kB | 249/575 kB | 247 kB Progress (3): 358 kB | 253/575 kB | 247 kB Progress (3): 358 kB | 258/575 kB | 247 kB Progress (3): 358 kB | 262/575 kB | 247 kB Progress (3): 358 kB | 266/575 kB | 247 kB Progress (3): 358 kB | 270/575 kB | 247 kB Progress (3): 358 kB | 274/575 kB | 247 kB Progress (3): 358 kB | 278/575 kB | 247 kB Progress (4): 358 kB | 278/575 kB | 247 kB | 4.1/50 kB Progress (4): 358 kB | 278/575 kB | 247 kB | 7.7/50 kB Progress (4): 358 kB | 278/575 kB | 247 kB | 12/50 kB Progress (4): 358 kB | 278/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 282/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 286/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 290/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 294/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 298/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 303/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 307/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 311/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 315/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 319/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 323/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 327/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 331/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 335/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 339/575 kB | 247 kB | 16/50 kB Progress (4): 358 kB | 344/575 kB | 247 kB | 16/50 kB Progress (5): 358 kB | 344/575 kB | 247 kB | 16/50 kB | 4.1/148 kB Progress (5): 358 kB | 348/575 kB | 247 kB | 16/50 kB | 4.1/148 kB Progress (5): 358 kB | 352/575 kB | 247 kB | 16/50 kB | 4.1/148 kB Progress (5): 358 kB | 356/575 kB | 247 kB | 16/50 kB | 4.1/148 kB Progress (5): 358 kB | 360/575 kB | 247 kB | 16/50 kB | 4.1/148 kB Progress (5): 358 kB | 360/575 kB | 247 kB | 20/50 kB | 4.1/148 kB Progress (5): 358 kB | 364/575 kB | 247 kB | 20/50 kB | 4.1/148 kB Progress (5): 358 kB | 368/575 kB | 247 kB | 20/50 kB | 4.1/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 146 kB/s) Progress (4): 358 kB | 368/575 kB | 20/50 kB | 7.7/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 12/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 16/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 20/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 24/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 28/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 32/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 36/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 40/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 45/148 kB Progress (4): 358 kB | 368/575 kB | 20/50 kB | 49/148 kB Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar Progress (4): 358 kB | 372/575 kB | 20/50 kB | 49/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 209 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar Progress (3): 372/575 kB | 24/50 kB | 49/148 kB Progress (3): 376/575 kB | 24/50 kB | 49/148 kB Progress (3): 376/575 kB | 24/50 kB | 53/148 kB Progress (3): 376/575 kB | 24/50 kB | 57/148 kB Progress (3): 376/575 kB | 24/50 kB | 61/148 kB Progress (3): 376/575 kB | 24/50 kB | 65/148 kB Progress (3): 376/575 kB | 24/50 kB | 69/148 kB Progress (3): 376/575 kB | 24/50 kB | 73/148 kB Progress (3): 376/575 kB | 24/50 kB | 77/148 kB Progress (3): 376/575 kB | 24/50 kB | 81/148 kB Progress (3): 376/575 kB | 24/50 kB | 85/148 kB Progress (3): 376/575 kB | 24/50 kB | 90/148 kB Progress (3): 376/575 kB | 24/50 kB | 94/148 kB Progress (3): 376/575 kB | 24/50 kB | 98/148 kB Progress (3): 376/575 kB | 24/50 kB | 102/148 kB Progress (3): 376/575 kB | 24/50 kB | 106/148 kB Progress (3): 376/575 kB | 24/50 kB | 110/148 kB Progress (3): 376/575 kB | 24/50 kB | 114/148 kB Progress (3): 376/575 kB | 24/50 kB | 118/148 kB Progress (3): 376/575 kB | 24/50 kB | 122/148 kB Progress (3): 376/575 kB | 24/50 kB | 126/148 kB Progress (3): 376/575 kB | 24/50 kB | 131/148 kB Progress (3): 376/575 kB | 24/50 kB | 135/148 kB Progress (3): 376/575 kB | 24/50 kB | 139/148 kB Progress (3): 376/575 kB | 24/50 kB | 143/148 kB Progress (3): 376/575 kB | 24/50 kB | 147/148 kB Progress (3): 376/575 kB | 24/50 kB | 148 kB Progress (3): 376/575 kB | 28/50 kB | 148 kB Progress (3): 376/575 kB | 32/50 kB | 148 kB Progress (3): 380/575 kB | 32/50 kB | 148 kB Progress (3): 384/575 kB | 32/50 kB | 148 kB Progress (3): 389/575 kB | 32/50 kB | 148 kB Progress (3): 393/575 kB | 32/50 kB | 148 kB Progress (3): 397/575 kB | 32/50 kB | 148 kB Progress (3): 401/575 kB | 32/50 kB | 148 kB Progress (3): 405/575 kB | 32/50 kB | 148 kB Progress (3): 409/575 kB | 32/50 kB | 148 kB Progress (3): 413/575 kB | 32/50 kB | 148 kB Progress (3): 417/575 kB | 32/50 kB | 148 kB Progress (3): 421/575 kB | 32/50 kB | 148 kB Progress (3): 425/575 kB | 32/50 kB | 148 kB Progress (3): 430/575 kB | 32/50 kB | 148 kB Progress (3): 434/575 kB | 32/50 kB | 148 kB Progress (3): 438/575 kB | 32/50 kB | 148 kB Progress (3): 442/575 kB | 32/50 kB | 148 kB Progress (3): 442/575 kB | 36/50 kB | 148 kB Progress (3): 442/575 kB | 40/50 kB | 148 kB Progress (3): 442/575 kB | 45/50 kB | 148 kB Progress (3): 442/575 kB | 49/50 kB | 148 kB Progress (3): 446/575 kB | 49/50 kB | 148 kB Progress (3): 450/575 kB | 49/50 kB | 148 kB Progress (3): 454/575 kB | 49/50 kB | 148 kB Progress (3): 458/575 kB | 49/50 kB | 148 kB Progress (4): 458/575 kB | 49/50 kB | 148 kB | 2.2/640 kB Progress (4): 462/575 kB | 49/50 kB | 148 kB | 2.2/640 kB Progress (4): 466/575 kB | 49/50 kB | 148 kB | 2.2/640 kB Progress (4): 466/575 kB | 50 kB | 148 kB | 2.2/640 kB Progress (4): 470/575 kB | 50 kB | 148 kB | 2.2/640 kB Progress (4): 475/575 kB | 50 kB | 148 kB | 2.2/640 kB Progress (4): 475/575 kB | 50 kB | 148 kB | 5.0/640 kB Progress (4): 479/575 kB | 50 kB | 148 kB | 5.0/640 kB Progress (4): 483/575 kB | 50 kB | 148 kB | 5.0/640 kB Progress (4): 487/575 kB | 50 kB | 148 kB | 5.0/640 kB Progress (5): 487/575 kB | 50 kB | 148 kB | 5.0/640 kB | 4.1/12 kB Progress (5): 487/575 kB | 50 kB | 148 kB | 5.0/640 kB | 7.7/12 kB Progress (5): 487/575 kB | 50 kB | 148 kB | 5.0/640 kB | 12/12 kB Progress (5): 487/575 kB | 50 kB | 148 kB | 5.0/640 kB | 12 kB Progress (5): 491/575 kB | 50 kB | 148 kB | 5.0/640 kB | 12 kB Progress (5): 491/575 kB | 50 kB | 148 kB | 7.7/640 kB | 12 kB Progress (5): 491/575 kB | 50 kB | 148 kB | 10/640 kB | 12 kB Progress (5): 495/575 kB | 50 kB | 148 kB | 10/640 kB | 12 kB Progress (5): 499/575 kB | 50 kB | 148 kB | 10/640 kB | 12 kB Progress (5): 503/575 kB | 50 kB | 148 kB | 10/640 kB | 12 kB Progress (5): 507/575 kB | 50 kB | 148 kB | 10/640 kB | 12 kB Progress (5): 507/575 kB | 50 kB | 148 kB | 13/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 13/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 16/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 19/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 21/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 24/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 27/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 30/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 32/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 36/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 40/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 45/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 49/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 53/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 57/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 61/640 kB | 12 kB Progress (5): 511/575 kB | 50 kB | 148 kB | 65/640 kB | 12 kB Progress (5): 516/575 kB | 50 kB | 148 kB | 65/640 kB | 12 kB Progress (5): 516/575 kB | 50 kB | 148 kB | 69/640 kB | 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 84 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar Progress (4): 516/575 kB | 50 kB | 73/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 77/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 81/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 85/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 90/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 94/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 98/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 102/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 106/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 110/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 114/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 118/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 122/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 126/640 kB | 12 kB Progress (4): 516/575 kB | 50 kB | 131/640 kB | 12 kB Progress (4): 520/575 kB | 50 kB | 131/640 kB | 12 kB Progress (4): 524/575 kB | 50 kB | 131/640 kB | 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar Progress (3): 528/575 kB | 131/640 kB | 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 6.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (2): 528/575 kB | 135/640 kB Progress (2): 528/575 kB | 139/640 kB Progress (2): 528/575 kB | 143/640 kB Progress (2): 528/575 kB | 147/640 kB Progress (2): 528/575 kB | 151/640 kB Progress (2): 528/575 kB | 155/640 kB Progress (2): 528/575 kB | 159/640 kB Progress (2): 528/575 kB | 163/640 kB Progress (2): 528/575 kB | 167/640 kB Progress (2): 528/575 kB | 171/640 kB Progress (2): 528/575 kB | 176/640 kB Progress (2): 528/575 kB | 180/640 kB Progress (2): 532/575 kB | 180/640 kB Progress (2): 536/575 kB | 180/640 kB Progress (2): 540/575 kB | 180/640 kB Progress (2): 544/575 kB | 180/640 kB Progress (2): 548/575 kB | 180/640 kB Progress (2): 552/575 kB | 180/640 kB Progress (2): 557/575 kB | 180/640 kB Progress (2): 557/575 kB | 184/640 kB Progress (2): 557/575 kB | 188/640 kB Progress (3): 557/575 kB | 188/640 kB | 4.1/12 kB Progress (3): 557/575 kB | 192/640 kB | 4.1/12 kB Progress (3): 557/575 kB | 192/640 kB | 7.7/12 kB Progress (3): 557/575 kB | 192/640 kB | 12/12 kB Progress (3): 557/575 kB | 192/640 kB | 12 kB Progress (3): 561/575 kB | 192/640 kB | 12 kB Progress (3): 561/575 kB | 196/640 kB | 12 kB Progress (3): 565/575 kB | 196/640 kB | 12 kB Progress (3): 565/575 kB | 200/640 kB | 12 kB Progress (3): 565/575 kB | 204/640 kB | 12 kB Progress (3): 565/575 kB | 208/640 kB | 12 kB Progress (3): 565/575 kB | 212/640 kB | 12 kB Progress (3): 565/575 kB | 217/640 kB | 12 kB Progress (3): 565/575 kB | 221/640 kB | 12 kB Progress (3): 565/575 kB | 225/640 kB | 12 kB Progress (3): 565/575 kB | 229/640 kB | 12 kB Progress (3): 565/575 kB | 233/640 kB | 12 kB Progress (3): 565/575 kB | 237/640 kB | 12 kB Progress (3): 565/575 kB | 241/640 kB | 12 kB Progress (3): 565/575 kB | 245/640 kB | 12 kB Progress (3): 565/575 kB | 249/640 kB | 12 kB Progress (3): 565/575 kB | 253/640 kB | 12 kB Progress (3): 565/575 kB | 258/640 kB | 12 kB Progress (3): 565/575 kB | 262/640 kB | 12 kB Progress (3): 565/575 kB | 266/640 kB | 12 kB Progress (3): 565/575 kB | 270/640 kB | 12 kB Progress (3): 565/575 kB | 274/640 kB | 12 kB Progress (3): 565/575 kB | 278/640 kB | 12 kB Progress (3): 565/575 kB | 282/640 kB | 12 kB Progress (3): 565/575 kB | 286/640 kB | 12 kB Progress (3): 565/575 kB | 290/640 kB | 12 kB Progress (3): 565/575 kB | 294/640 kB | 12 kB Progress (3): 569/575 kB | 294/640 kB | 12 kB Progress (3): 573/575 kB | 294/640 kB | 12 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 4.1/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 7.7/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 12/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 16/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 20/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 24/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 28/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 32/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 36/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 40/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 45/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 49/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 53/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 57/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 61/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 65/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 69/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 73/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 77/284 kB Progress (4): 573/575 kB | 294/640 kB | 12 kB | 81/284 kB Progress (5): 573/575 kB | 294/640 kB | 12 kB | 81/284 kB | 4.1/23 kB Progress (5): 573/575 kB | 294/640 kB | 12 kB | 85/284 kB | 4.1/23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 6.5 kB/s) Progress (4): 575 kB | 294/640 kB | 85/284 kB | 4.1/23 kB Progress (4): 575 kB | 298/640 kB | 85/284 kB | 4.1/23 kB Progress (4): 575 kB | 298/640 kB | 90/284 kB | 4.1/23 kB Progress (4): 575 kB | 298/640 kB | 90/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 94/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 98/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 102/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 106/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 110/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 114/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 118/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 122/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 126/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 131/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 135/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 139/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 143/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 147/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 151/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 155/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 159/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 163/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 167/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 171/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 176/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 180/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 184/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 188/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 192/284 kB | 7.6/23 kB Progress (4): 575 kB | 298/640 kB | 196/284 kB | 7.6/23 kB Progress (4): 575 kB | 303/640 kB | 196/284 kB | 7.6/23 kB Progress (4): 575 kB | 303/640 kB | 196/284 kB | 12/23 kB Progress (4): 575 kB | 303/640 kB | 196/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 200/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 204/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 208/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 212/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 217/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 221/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 225/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 229/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 233/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 237/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 241/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 245/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 249/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 253/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 258/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 262/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 266/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 270/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 274/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 278/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 282/284 kB | 16/23 kB Progress (4): 575 kB | 303/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 307/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 311/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 315/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 319/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 323/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 327/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 331/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 335/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 339/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 344/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 348/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 352/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 356/640 kB | 284 kB | 16/23 kB Progress (4): 575 kB | 360/640 kB | 284 kB | 16/23 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 307 kB/s) Progress (3): 360/640 kB | 284 kB | 20/23 kB Progress (3): 360/640 kB | 284 kB | 23 kB Progress (3): 364/640 kB | 284 kB | 23 kB Progress (3): 368/640 kB | 284 kB | 23 kB Progress (3): 372/640 kB | 284 kB | 23 kB Progress (3): 376/640 kB | 284 kB | 23 kB Progress (3): 380/640 kB | 284 kB | 23 kB Progress (3): 384/640 kB | 284 kB | 23 kB Progress (3): 389/640 kB | 284 kB | 23 kB Progress (3): 393/640 kB | 284 kB | 23 kB Progress (3): 397/640 kB | 284 kB | 23 kB Progress (3): 401/640 kB | 284 kB | 23 kB Progress (3): 405/640 kB | 284 kB | 23 kB Progress (3): 409/640 kB | 284 kB | 23 kB Progress (3): 413/640 kB | 284 kB | 23 kB Progress (3): 417/640 kB | 284 kB | 23 kB Progress (3): 421/640 kB | 284 kB | 23 kB Progress (3): 425/640 kB | 284 kB | 23 kB Progress (3): 430/640 kB | 284 kB | 23 kB Progress (3): 434/640 kB | 284 kB | 23 kB Progress (3): 438/640 kB | 284 kB | 23 kB Progress (3): 442/640 kB | 284 kB | 23 kB Progress (3): 446/640 kB | 284 kB | 23 kB Progress (3): 450/640 kB | 284 kB | 23 kB Progress (3): 454/640 kB | 284 kB | 23 kB Progress (3): 458/640 kB | 284 kB | 23 kB Progress (3): 462/640 kB | 284 kB | 23 kB Progress (3): 466/640 kB | 284 kB | 23 kB Progress (3): 471/640 kB | 284 kB | 23 kB Progress (3): 475/640 kB | 284 kB | 23 kB Progress (3): 479/640 kB | 284 kB | 23 kB Progress (3): 483/640 kB | 284 kB | 23 kB Progress (3): 487/640 kB | 284 kB | 23 kB Progress (3): 491/640 kB | 284 kB | 23 kB Progress (3): 495/640 kB | 284 kB | 23 kB Progress (3): 499/640 kB | 284 kB | 23 kB Progress (3): 503/640 kB | 284 kB | 23 kB Progress (3): 507/640 kB | 284 kB | 23 kB Progress (3): 511/640 kB | 284 kB | 23 kB Progress (3): 516/640 kB | 284 kB | 23 kB Progress (3): 520/640 kB | 284 kB | 23 kB Progress (3): 524/640 kB | 284 kB | 23 kB Progress (3): 528/640 kB | 284 kB | 23 kB Progress (3): 532/640 kB | 284 kB | 23 kB Progress (3): 536/640 kB | 284 kB | 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 150 kB/s) Progress (2): 540/640 kB | 23 kB Progress (2): 544/640 kB | 23 kB Progress (2): 548/640 kB | 23 kB Progress (2): 552/640 kB | 23 kB Progress (2): 557/640 kB | 23 kB Progress (2): 561/640 kB | 23 kB Progress (2): 565/640 kB | 23 kB Progress (2): 569/640 kB | 23 kB Progress (2): 573/640 kB | 23 kB Progress (2): 577/640 kB | 23 kB Progress (2): 581/640 kB | 23 kB Progress (2): 585/640 kB | 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 12 kB/s) Progress (1): 589/640 kB Progress (1): 593/640 kB Progress (1): 597/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 (1): 634/640 kB Progress (1): 638/640 kB Progress (1): 640 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 330 kB/s) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release [INFO] Processing change of jakarta.transaction:jakarta.transaction-api:1.3.2-SNAPSHOT -> 1.3.2 [INFO] Processing jakarta.transaction:jakarta.transaction-api [INFO] Updating project jakarta.transaction:jakarta.transaction-api [INFO] from version 1.3.2-SNAPSHOT to 1.3.2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:06 min [INFO] Finished at: 2018-12-13T12:34:07Z [INFO] ------------------------------------------------------------------------ + echo '-[ Commit modified pom.xml files ]----------------------------------------------' -[ Commit modified pom.xml files ]---------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + POM_FILES=pom.xml + git add pom.xml + git commit -m 'Prepare release jakarta.transaction:jakarta.transaction-api:1.3.2' [1.3.2-RELEASE dab965c] Prepare release jakarta.transaction:jakarta.transaction-api:1.3.2 1 file changed, 1 insertion(+), 1 deletion(-) + echo '-[ Deploy artifacts to staging repository ]-------------------------------------' -[ Deploy artifacts to staging repository ]------------------------------------- + mvn -U -C -s /home/jenkins/.m2/settings-jta.xml -DskipTests -Ddoclint=none -Poss-release -Pstaging clean package source:jar javadoc:jar gpg:sign install:install deploy:deploy [INFO] Scanning for projects... Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 69 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 110 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.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/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 161 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.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/15/spice-parent-15.pom (8.4 kB at 348 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava/14.0.1/guava-14.0.1.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 39 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom Progress (1): 2.6 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 20 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 156 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.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/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 197 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 100 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 33/38 kB Progress (1): 37/38 kB Progress (1): 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 1.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom Progress (1): 760 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 36 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 873 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 231 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 94 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 108 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 124 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 63 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 86 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 170 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.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/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 243 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.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/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 206 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 127 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 165 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 138 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 130 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 114 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 138 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 73 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.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/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 280 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 16 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.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/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 204 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.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/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 192 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 121 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 98 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.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/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 231 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 1.2 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 152 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.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/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 728 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/10/apache-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom Progress (1): 2.7 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 20 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom Progress (1): 3.8/12 kB Progress (1): 7.9/12 kB Progress (1): 12 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 88 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 40 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/intellij/annotations/9.0.4/annotations-9.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 54 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.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/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 424 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/25/commons-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 33/48 kB Progress (1): 37/48 kB Progress (1): 41/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.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/apache/9/apache-9.pom (15 kB at 689 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom Progress (1): 3.8/11 kB Progress (1): 7.9/11 kB Progress (1): 11 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 42 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom Progress (1): 3.8/26 kB Progress (1): 7.9/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 140 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 20 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom Progress (1): 386 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 13 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/joda-time/joda-time/2.2/joda-time-2.2.pom Progress (1): 3.8/16 kB Progress (1): 7.9/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 71 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 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 (0 B at 0 B/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 41 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 54 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.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/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 525 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom Progress (1): 760 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 30 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.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/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 934 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 50 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 22 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.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/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 385 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.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/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 857 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/1/jvnet-parent-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 205 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 328 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.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/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 279 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.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/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 259 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 178 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 226 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.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/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 405 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/7/project-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.2 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.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/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 209 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.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/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 392 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.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-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 465 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.4 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom Progress (1): 1.9 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 7.5 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 122 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom Progress (1): 1.7 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 6.7 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/11/oss-parent-11.pom Progress (1): 3.8/23 kB Progress (1): 7.9/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 132 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 40 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/12/oss-parent-12.pom Progress (1): 3.8/23 kB Progress (1): 7.9/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 182 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 44 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom Progress (1): 1.3 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 9.5 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom Progress (1): 3.2 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 21 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom Progress (1): 3.8 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 29 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom Progress (1): 1.9 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 15 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 35 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 27 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.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/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 219 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 194 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.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/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 446 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.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/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 704 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 124 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 150 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 815 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 54 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 809 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 71 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.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/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 338 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 19 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom Progress (1): 3.8/15 kB Progress (1): 7.9/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 87 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom Progress (1): 4.1/12 kB Progress (1): 7.9/12 kB Progress (1): 7.9/12 kB Progress (1): 12 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 42 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava/14.0.1/guava-14.0.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.8/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 0.9/2.2 MB | 3.8/29 kB Progress (2): 1.0/2.2 MB | 3.8/29 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/intellij/annotations/9.0.4/annotations-9.0.4.jar Progress (2): 1.0/2.2 MB | 7.9/29 kB Progress (2): 1.0/2.2 MB | 12/29 kB Progress (2): 1.0/2.2 MB | 16/29 kB Progress (2): 1.0/2.2 MB | 20/29 kB Progress (2): 1.0/2.2 MB | 24/29 kB Progress (2): 1.0/2.2 MB | 28/29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.jar Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.0/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.1/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.2/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Progress (2): 1.3/2.2 MB | 29 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 49 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (2): 2.0/2.2 MB | 4.1/532 kB Progress (2): 2.0/2.2 MB | 7.8/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/joda-time/joda-time/2.2/joda-time-2.2.jar Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.0/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 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 (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 7.9/532 kB Progress (2): 2.1/2.2 MB | 12/532 kB Progress (2): 2.1/2.2 MB | 16/532 kB Progress (2): 2.1/2.2 MB | 20/532 kB Progress (2): 2.1/2.2 MB | 24/532 kB Progress (2): 2.1/2.2 MB | 28/532 kB Progress (2): 2.1/2.2 MB | 32/532 kB Progress (2): 2.2/2.2 MB | 32/532 kB Progress (2): 2.2/2.2 MB | 32/532 kB Progress (2): 2.2/2.2 MB | 32/532 kB Progress (2): 2.2/2.2 MB | 32/532 kB Progress (2): 2.2/2.2 MB | 32/532 kB Progress (2): 2.2/2.2 MB | 32/532 kB Progress (2): 2.2/2.2 MB | 32/532 kB Progress (2): 2.2/2.2 MB | 32/532 kB Progress (2): 2.2/2.2 MB | 32/532 kB Progress (2): 2.2 MB | 32/532 kB Progress (2): 2.2 MB | 37/532 kB Progress (2): 2.2 MB | 41/532 kB Progress (2): 2.2 MB | 45/532 kB Progress (2): 2.2 MB | 49/532 kB Progress (2): 2.2 MB | 50/532 kB Progress (2): 2.2 MB | 54/532 kB Progress (2): 2.2 MB | 59/532 kB Progress (2): 2.2 MB | 63/532 kB Progress (2): 2.2 MB | 67/532 kB Progress (2): 2.2 MB | 71/532 kB Progress (2): 2.2 MB | 75/532 kB Progress (2): 2.2 MB | 77/532 kB Progress (2): 2.2 MB | 81/532 kB Progress (2): 2.2 MB | 83/532 kB Progress (2): 2.2 MB | 87/532 kB Progress (2): 2.2 MB | 91/532 kB Progress (2): 2.2 MB | 95/532 kB Progress (2): 2.2 MB | 99/532 kB Progress (2): 2.2 MB | 104/532 kB Progress (2): 2.2 MB | 108/532 kB Progress (2): 2.2 MB | 110/532 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 2.6 MB/s) Progress (1): 114/532 kB Progress (1): 118/532 kB Progress (1): 122/532 kB Progress (1): 126/532 kB Progress (1): 130/532 kB Progress (1): 135/532 kB Progress (1): 139/532 kB Progress (1): 143/532 kB Progress (1): 147/532 kB Progress (1): 151/532 kB Progress (1): 155/532 kB Progress (1): 159/532 kB Progress (1): 163/532 kB Progress (1): 167/532 kB Progress (1): 171/532 kB Progress (1): 175/532 kB Progress (1): 180/532 kB Progress (1): 184/532 kB Progress (1): 188/532 kB Progress (1): 192/532 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar Progress (1): 196/532 kB Progress (1): 200/532 kB Progress (1): 204/532 kB Progress (1): 208/532 kB Progress (1): 212/532 kB Progress (1): 216/532 kB Progress (1): 221/532 kB Progress (1): 225/532 kB Progress (1): 229/532 kB Progress (1): 233/532 kB Progress (1): 237/532 kB Progress (1): 241/532 kB Progress (1): 245/532 kB Progress (1): 249/532 kB Progress (1): 253/532 kB Progress (1): 257/532 kB Progress (1): 261/532 kB Progress (1): 266/532 kB Progress (1): 270/532 kB Progress (1): 274/532 kB Progress (1): 278/532 kB Progress (1): 282/532 kB Progress (1): 286/532 kB Progress (1): 290/532 kB Progress (1): 294/532 kB Progress (1): 298/532 kB Progress (1): 302/532 kB Progress (1): 307/532 kB Progress (1): 311/532 kB Progress (1): 315/532 kB Progress (1): 319/532 kB Progress (1): 323/532 kB Progress (1): 327/532 kB Progress (1): 331/532 kB Progress (1): 335/532 kB Progress (1): 339/532 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar Progress (1): 343/532 kB Progress (1): 348/532 kB Progress (1): 352/532 kB Progress (1): 356/532 kB Progress (2): 356/532 kB | 4.1/574 kB Progress (2): 356/532 kB | 7.8/574 kB Progress (2): 356/532 kB | 7.9/574 kB Progress (2): 360/532 kB | 7.9/574 kB Progress (2): 364/532 kB | 7.9/574 kB Progress (2): 368/532 kB | 7.9/574 kB Progress (2): 372/532 kB | 7.9/574 kB Progress (2): 376/532 kB | 7.9/574 kB Progress (2): 380/532 kB | 7.9/574 kB Progress (2): 384/532 kB | 7.9/574 kB Progress (2): 388/532 kB | 7.9/574 kB Progress (2): 393/532 kB | 7.9/574 kB Progress (2): 397/532 kB | 7.9/574 kB Progress (2): 401/532 kB | 7.9/574 kB Progress (2): 405/532 kB | 7.9/574 kB Progress (2): 409/532 kB | 7.9/574 kB Progress (2): 413/532 kB | 7.9/574 kB Progress (2): 417/532 kB | 7.9/574 kB Progress (2): 421/532 kB | 7.9/574 kB Progress (2): 425/532 kB | 7.9/574 kB Progress (2): 429/532 kB | 7.9/574 kB Progress (2): 434/532 kB | 7.9/574 kB Progress (2): 438/532 kB | 7.9/574 kB Progress (2): 442/532 kB | 7.9/574 kB Progress (2): 446/532 kB | 7.9/574 kB Progress (2): 450/532 kB | 7.9/574 kB Progress (2): 454/532 kB | 7.9/574 kB Progress (2): 458/532 kB | 7.9/574 kB Progress (2): 462/532 kB | 7.9/574 kB Progress (2): 466/532 kB | 7.9/574 kB Progress (2): 470/532 kB | 7.9/574 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar Progress (2): 474/532 kB | 7.9/574 kB Progress (2): 479/532 kB | 7.9/574 kB Progress (2): 483/532 kB | 7.9/574 kB Progress (2): 487/532 kB | 7.9/574 kB Progress (2): 491/532 kB | 7.9/574 kB Progress (2): 495/532 kB | 7.9/574 kB Progress (2): 499/532 kB | 7.9/574 kB Progress (2): 503/532 kB | 7.9/574 kB Progress (2): 507/532 kB | 7.9/574 kB Progress (2): 511/532 kB | 7.9/574 kB Progress (2): 515/532 kB | 7.9/574 kB Progress (2): 520/532 kB | 7.9/574 kB Progress (2): 524/532 kB | 7.9/574 kB Progress (2): 528/532 kB | 7.9/574 kB Progress (2): 532 kB | 7.9/574 kB Progress (2): 532 kB | 12/574 kB Progress (2): 532 kB | 16/574 kB Progress (2): 532 kB | 20/574 kB Progress (2): 532 kB | 24/574 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar Progress (2): 532 kB | 28/574 kB Progress (2): 532 kB | 32/574 kB Progress (2): 532 kB | 37/574 kB Progress (2): 532 kB | 41/574 kB Progress (2): 532 kB | 45/574 kB Progress (2): 532 kB | 49/574 kB Progress (2): 532 kB | 53/574 kB Progress (2): 532 kB | 57/574 kB Progress (2): 532 kB | 61/574 kB Progress (2): 532 kB | 65/574 kB Progress (2): 532 kB | 69/574 kB Progress (2): 532 kB | 73/574 kB Progress (2): 532 kB | 77/574 kB Progress (2): 532 kB | 82/574 kB Progress (2): 532 kB | 86/574 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 510 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar Progress (1): 90/574 kB Progress (1): 94/574 kB Progress (1): 98/574 kB Progress (1): 102/574 kB Progress (1): 106/574 kB Progress (1): 110/574 kB Progress (1): 114/574 kB Progress (1): 118/574 kB Progress (1): 123/574 kB Progress (1): 127/574 kB Progress (1): 131/574 kB Progress (1): 135/574 kB Progress (1): 139/574 kB Progress (1): 143/574 kB Progress (1): 147/574 kB Progress (1): 151/574 kB Progress (1): 155/574 kB Progress (1): 159/574 kB Progress (1): 164/574 kB Progress (1): 168/574 kB Progress (1): 172/574 kB Progress (1): 176/574 kB Progress (1): 180/574 kB Progress (1): 184/574 kB Progress (2): 184/574 kB | 3.8/46 kB Progress (2): 188/574 kB | 3.8/46 kB Progress (2): 192/574 kB | 3.8/46 kB Progress (2): 196/574 kB | 3.8/46 kB Progress (2): 200/574 kB | 3.8/46 kB Progress (2): 204/574 kB | 3.8/46 kB Progress (2): 209/574 kB | 3.8/46 kB Progress (2): 213/574 kB | 3.8/46 kB Progress (2): 217/574 kB | 3.8/46 kB Progress (2): 221/574 kB | 3.8/46 kB Progress (2): 225/574 kB | 3.8/46 kB Progress (2): 229/574 kB | 3.8/46 kB Progress (2): 233/574 kB | 3.8/46 kB Progress (2): 237/574 kB | 3.8/46 kB Progress (2): 241/574 kB | 3.8/46 kB Progress (2): 245/574 kB | 3.8/46 kB Progress (2): 250/574 kB | 3.8/46 kB Progress (2): 254/574 kB | 3.8/46 kB Progress (2): 258/574 kB | 3.8/46 kB Progress (2): 262/574 kB | 3.8/46 kB Progress (2): 266/574 kB | 3.8/46 kB Progress (2): 270/574 kB | 3.8/46 kB Progress (2): 274/574 kB | 3.8/46 kB Progress (2): 278/574 kB | 3.8/46 kB Progress (2): 282/574 kB | 3.8/46 kB Progress (2): 286/574 kB | 3.8/46 kB Progress (2): 290/574 kB | 3.8/46 kB Progress (2): 295/574 kB | 3.8/46 kB Progress (2): 299/574 kB | 3.8/46 kB Progress (2): 303/574 kB | 3.8/46 kB Progress (2): 303/574 kB | 7.9/46 kB Progress (2): 307/574 kB | 7.9/46 kB Progress (2): 307/574 kB | 12/46 kB Progress (2): 307/574 kB | 16/46 kB Progress (2): 307/574 kB | 20/46 kB Progress (2): 307/574 kB | 24/46 kB Progress (2): 307/574 kB | 28/46 kB Progress (2): 307/574 kB | 32/46 kB Progress (2): 307/574 kB | 37/46 kB Progress (2): 311/574 kB | 37/46 kB Progress (2): 315/574 kB | 37/46 kB Progress (2): 319/574 kB | 37/46 kB Progress (2): 323/574 kB | 37/46 kB Progress (2): 327/574 kB | 37/46 kB Progress (2): 331/574 kB | 37/46 kB Progress (2): 336/574 kB | 37/46 kB Progress (2): 340/574 kB | 37/46 kB Progress (2): 344/574 kB | 37/46 kB Progress (2): 348/574 kB | 37/46 kB Progress (2): 352/574 kB | 37/46 kB Progress (2): 356/574 kB | 37/46 kB Progress (2): 360/574 kB | 37/46 kB Progress (2): 364/574 kB | 37/46 kB Progress (2): 368/574 kB | 37/46 kB Progress (2): 372/574 kB | 37/46 kB Progress (2): 376/574 kB | 37/46 kB Progress (2): 381/574 kB | 37/46 kB Progress (2): 385/574 kB | 37/46 kB Progress (2): 389/574 kB | 37/46 kB Progress (2): 393/574 kB | 37/46 kB Progress (2): 397/574 kB | 37/46 kB Progress (2): 401/574 kB | 37/46 kB Progress (2): 405/574 kB | 37/46 kB Progress (2): 409/574 kB | 37/46 kB Progress (2): 413/574 kB | 37/46 kB Progress (2): 417/574 kB | 37/46 kB Progress (2): 422/574 kB | 37/46 kB Progress (2): 426/574 kB | 37/46 kB Progress (2): 430/574 kB | 37/46 kB Progress (2): 434/574 kB | 37/46 kB Progress (2): 438/574 kB | 37/46 kB Progress (2): 442/574 kB | 37/46 kB Progress (2): 446/574 kB | 37/46 kB Progress (2): 450/574 kB | 37/46 kB Progress (2): 454/574 kB | 37/46 kB Progress (2): 458/574 kB | 37/46 kB Progress (2): 463/574 kB | 37/46 kB Progress (2): 467/574 kB | 37/46 kB Progress (2): 471/574 kB | 37/46 kB Progress (2): 475/574 kB | 37/46 kB Progress (2): 479/574 kB | 37/46 kB Progress (2): 483/574 kB | 37/46 kB Progress (2): 487/574 kB | 37/46 kB Progress (2): 491/574 kB | 37/46 kB Progress (2): 495/574 kB | 37/46 kB Progress (2): 495/574 kB | 41/46 kB Progress (2): 495/574 kB | 45/46 kB Progress (2): 495/574 kB | 46 kB Progress (2): 499/574 kB | 46 kB Progress (2): 503/574 kB | 46 kB Progress (2): 508/574 kB | 46 kB Progress (2): 512/574 kB | 46 kB Progress (2): 516/574 kB | 46 kB Progress (2): 520/574 kB | 46 kB Progress (2): 524/574 kB | 46 kB Progress (2): 528/574 kB | 46 kB Progress (2): 532/574 kB | 46 kB Progress (2): 536/574 kB | 46 kB Progress (2): 540/574 kB | 46 kB Progress (2): 544/574 kB | 46 kB Progress (2): 549/574 kB | 46 kB Progress (2): 553/574 kB | 46 kB Progress (2): 557/574 kB | 46 kB Progress (2): 561/574 kB | 46 kB Progress (2): 565/574 kB | 46 kB Progress (2): 569/574 kB | 46 kB Progress (2): 573/574 kB | 46 kB Progress (2): 574 kB | 46 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 38 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 473 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar Progress (1): 4.1/37 kB Progress (1): 7.8/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 29/37 kB Progress (1): 33/37 kB Progress (1): 37 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 27 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar Progress (1): 4.1/16 kB Progress (1): 7.8/16 kB Progress (1): 7.9/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Progress (2): 16 kB | 3.8/198 kB Progress (3): 16 kB | 3.8/198 kB | 3.8/914 kB Progress (3): 16 kB | 7.9/198 kB | 3.8/914 kB Progress (3): 16 kB | 12/198 kB | 3.8/914 kB Progress (3): 16 kB | 16/198 kB | 3.8/914 kB Progress (3): 16 kB | 20/198 kB | 3.8/914 kB Progress (3): 16 kB | 24/198 kB | 3.8/914 kB Progress (3): 16 kB | 28/198 kB | 3.8/914 kB Progress (3): 16 kB | 32/198 kB | 3.8/914 kB Progress (3): 16 kB | 37/198 kB | 3.8/914 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 11 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar Progress (2): 37/198 kB | 7.9/914 kB Progress (2): 37/198 kB | 12/914 kB Progress (2): 37/198 kB | 16/914 kB Progress (2): 37/198 kB | 20/914 kB Progress (2): 37/198 kB | 24/914 kB Progress (2): 37/198 kB | 28/914 kB Progress (2): 37/198 kB | 32/914 kB Progress (2): 37/198 kB | 37/914 kB Progress (2): 41/198 kB | 37/914 kB Progress (2): 45/198 kB | 37/914 kB Progress (2): 49/198 kB | 37/914 kB Progress (2): 53/198 kB | 37/914 kB Progress (2): 57/198 kB | 37/914 kB Progress (2): 61/198 kB | 37/914 kB Progress (2): 63/198 kB | 37/914 kB Progress (2): 67/198 kB | 37/914 kB Progress (2): 72/198 kB | 37/914 kB Progress (2): 76/198 kB | 37/914 kB Progress (2): 80/198 kB | 37/914 kB Progress (2): 84/198 kB | 37/914 kB Progress (2): 88/198 kB | 37/914 kB Progress (2): 92/198 kB | 37/914 kB Progress (2): 96/198 kB | 37/914 kB Progress (2): 96/198 kB | 41/914 kB Progress (2): 96/198 kB | 45/914 kB Progress (2): 96/198 kB | 45/914 kB Progress (2): 96/198 kB | 49/914 kB Progress (2): 96/198 kB | 53/914 kB Progress (2): 96/198 kB | 57/914 kB Progress (2): 96/198 kB | 61/914 kB Progress (2): 96/198 kB | 66/914 kB Progress (2): 96/198 kB | 70/914 kB Progress (2): 96/198 kB | 74/914 kB Progress (2): 96/198 kB | 78/914 kB Progress (2): 96/198 kB | 82/914 kB Progress (2): 96/198 kB | 86/914 kB Progress (2): 96/198 kB | 90/914 kB Progress (3): 96/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 100/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 104/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 108/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 113/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 117/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 121/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 125/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 129/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 133/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 137/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 141/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 145/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 149/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 153/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 158/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 162/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 166/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 170/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 174/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 178/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 182/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 186/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 190/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 194/198 kB | 90/914 kB | 3.8/28 kB Progress (3): 198 kB | 90/914 kB | 3.8/28 kB Progress (3): 198 kB | 94/914 kB | 3.8/28 kB Progress (3): 198 kB | 98/914 kB | 3.8/28 kB Progress (3): 198 kB | 102/914 kB | 3.8/28 kB Progress (3): 198 kB | 106/914 kB | 3.8/28 kB Progress (3): 198 kB | 111/914 kB | 3.8/28 kB Progress (3): 198 kB | 115/914 kB | 3.8/28 kB Progress (3): 198 kB | 119/914 kB | 3.8/28 kB Progress (3): 198 kB | 123/914 kB | 3.8/28 kB Progress (3): 198 kB | 123/914 kB | 7.9/28 kB Progress (3): 198 kB | 123/914 kB | 12/28 kB Progress (3): 198 kB | 127/914 kB | 12/28 kB Progress (3): 198 kB | 131/914 kB | 12/28 kB Progress (3): 198 kB | 135/914 kB | 12/28 kB Progress (3): 198 kB | 139/914 kB | 12/28 kB Progress (3): 198 kB | 143/914 kB | 12/28 kB Progress (3): 198 kB | 147/914 kB | 12/28 kB Progress (3): 198 kB | 152/914 kB | 12/28 kB Progress (3): 198 kB | 156/914 kB | 12/28 kB Progress (3): 198 kB | 160/914 kB | 12/28 kB Progress (3): 198 kB | 164/914 kB | 12/28 kB Progress (3): 198 kB | 168/914 kB | 12/28 kB Progress (3): 198 kB | 172/914 kB | 12/28 kB Progress (3): 198 kB | 176/914 kB | 12/28 kB Progress (3): 198 kB | 180/914 kB | 12/28 kB Progress (3): 198 kB | 184/914 kB | 12/28 kB Progress (3): 198 kB | 188/914 kB | 12/28 kB Progress (3): 198 kB | 193/914 kB | 12/28 kB Progress (3): 198 kB | 197/914 kB | 12/28 kB Progress (3): 198 kB | 201/914 kB | 12/28 kB Progress (3): 198 kB | 205/914 kB | 12/28 kB Progress (3): 198 kB | 205/914 kB | 16/28 kB Progress (3): 198 kB | 205/914 kB | 20/28 kB Progress (3): 198 kB | 205/914 kB | 24/28 kB Progress (3): 198 kB | 205/914 kB | 28 kB Progress (4): 198 kB | 205/914 kB | 28 kB | 4.1/32 kB Progress (4): 198 kB | 205/914 kB | 28 kB | 7.8/32 kB Progress (4): 198 kB | 205/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 209/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 213/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 217/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 221/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 225/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 229/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 233/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 238/914 kB | 28 kB | 7.9/32 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Progress (4): 198 kB | 242/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 246/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 250/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 254/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 258/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 262/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 266/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 270/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 274/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 279/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 283/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 287/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 291/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 295/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 299/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 303/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 307/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 311/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 315/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 319/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 324/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 328/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 332/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 336/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 340/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 344/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 348/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 352/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 356/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 360/914 kB | 28 kB | 7.9/32 kB Progress (4): 198 kB | 365/914 kB | 28 kB | 7.9/32 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 117 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar Progress (3): 369/914 kB | 28 kB | 7.9/32 kB Progress (3): 369/914 kB | 28 kB | 12/32 kB Progress (3): 369/914 kB | 28 kB | 16/32 kB Progress (3): 369/914 kB | 28 kB | 20/32 kB Progress (3): 369/914 kB | 28 kB | 24/32 kB Progress (3): 369/914 kB | 28 kB | 28/32 kB Progress (3): 369/914 kB | 28 kB | 32 kB Progress (3): 373/914 kB | 28 kB | 32 kB Progress (3): 377/914 kB | 28 kB | 32 kB Progress (3): 381/914 kB | 28 kB | 32 kB Progress (3): 385/914 kB | 28 kB | 32 kB Progress (3): 389/914 kB | 28 kB | 32 kB Progress (3): 393/914 kB | 28 kB | 32 kB Progress (3): 397/914 kB | 28 kB | 32 kB Progress (3): 401/914 kB | 28 kB | 32 kB Progress (3): 406/914 kB | 28 kB | 32 kB Progress (3): 410/914 kB | 28 kB | 32 kB Progress (3): 414/914 kB | 28 kB | 32 kB Progress (3): 418/914 kB | 28 kB | 32 kB Progress (3): 422/914 kB | 28 kB | 32 kB Progress (3): 426/914 kB | 28 kB | 32 kB Progress (3): 430/914 kB | 28 kB | 32 kB Progress (3): 434/914 kB | 28 kB | 32 kB Progress (3): 438/914 kB | 28 kB | 32 kB Progress (3): 442/914 kB | 28 kB | 32 kB Progress (3): 446/914 kB | 28 kB | 32 kB Progress (3): 451/914 kB | 28 kB | 32 kB Progress (3): 455/914 kB | 28 kB | 32 kB Progress (3): 459/914 kB | 28 kB | 32 kB Progress (3): 463/914 kB | 28 kB | 32 kB Progress (3): 467/914 kB | 28 kB | 32 kB Progress (3): 471/914 kB | 28 kB | 32 kB Progress (3): 475/914 kB | 28 kB | 32 kB Progress (3): 479/914 kB | 28 kB | 32 kB Progress (3): 483/914 kB | 28 kB | 32 kB Progress (3): 487/914 kB | 28 kB | 32 kB Progress (3): 492/914 kB | 28 kB | 32 kB Progress (3): 496/914 kB | 28 kB | 32 kB Progress (3): 500/914 kB | 28 kB | 32 kB Progress (3): 504/914 kB | 28 kB | 32 kB Progress (3): 508/914 kB | 28 kB | 32 kB Progress (3): 512/914 kB | 28 kB | 32 kB Progress (3): 516/914 kB | 28 kB | 32 kB Progress (3): 520/914 kB | 28 kB | 32 kB Progress (3): 524/914 kB | 28 kB | 32 kB Progress (3): 528/914 kB | 28 kB | 32 kB Progress (3): 532/914 kB | 28 kB | 32 kB Progress (3): 537/914 kB | 28 kB | 32 kB Progress (3): 541/914 kB | 28 kB | 32 kB Progress (3): 545/914 kB | 28 kB | 32 kB Progress (3): 549/914 kB | 28 kB | 32 kB Progress (3): 553/914 kB | 28 kB | 32 kB Progress (3): 557/914 kB | 28 kB | 32 kB Progress (3): 561/914 kB | 28 kB | 32 kB Progress (3): 565/914 kB | 28 kB | 32 kB Progress (3): 569/914 kB | 28 kB | 32 kB Progress (3): 573/914 kB | 28 kB | 32 kB Progress (3): 578/914 kB | 28 kB | 32 kB Progress (3): 582/914 kB | 28 kB | 32 kB Progress (3): 586/914 kB | 28 kB | 32 kB Progress (3): 590/914 kB | 28 kB | 32 kB Progress (3): 594/914 kB | 28 kB | 32 kB Progress (3): 598/914 kB | 28 kB | 32 kB Progress (3): 602/914 kB | 28 kB | 32 kB Progress (3): 606/914 kB | 28 kB | 32 kB Progress (3): 610/914 kB | 28 kB | 32 kB Progress (3): 614/914 kB | 28 kB | 32 kB Progress (3): 618/914 kB | 28 kB | 32 kB Progress (3): 623/914 kB | 28 kB | 32 kB Progress (3): 627/914 kB | 28 kB | 32 kB Progress (3): 631/914 kB | 28 kB | 32 kB Progress (3): 635/914 kB | 28 kB | 32 kB Progress (3): 639/914 kB | 28 kB | 32 kB Progress (3): 643/914 kB | 28 kB | 32 kB Progress (3): 647/914 kB | 28 kB | 32 kB Progress (3): 651/914 kB | 28 kB | 32 kB Progress (3): 655/914 kB | 28 kB | 32 kB Progress (3): 659/914 kB | 28 kB | 32 kB Progress (3): 664/914 kB | 28 kB | 32 kB Progress (3): 668/914 kB | 28 kB | 32 kB Progress (3): 672/914 kB | 28 kB | 32 kB Progress (3): 676/914 kB | 28 kB | 32 kB Progress (3): 680/914 kB | 28 kB | 32 kB Progress (3): 684/914 kB | 28 kB | 32 kB Progress (3): 688/914 kB | 28 kB | 32 kB Progress (3): 692/914 kB | 28 kB | 32 kB Progress (3): 696/914 kB | 28 kB | 32 kB Progress (3): 700/914 kB | 28 kB | 32 kB Progress (3): 705/914 kB | 28 kB | 32 kB Progress (3): 709/914 kB | 28 kB | 32 kB Progress (3): 713/914 kB | 28 kB | 32 kB Progress (3): 717/914 kB | 28 kB | 32 kB Progress (3): 721/914 kB | 28 kB | 32 kB Progress (3): 725/914 kB | 28 kB | 32 kB Progress (3): 729/914 kB | 28 kB | 32 kB Progress (3): 733/914 kB | 28 kB | 32 kB Progress (3): 737/914 kB | 28 kB | 32 kB Progress (3): 741/914 kB | 28 kB | 32 kB Progress (3): 745/914 kB | 28 kB | 32 kB Progress (3): 750/914 kB | 28 kB | 32 kB Progress (3): 754/914 kB | 28 kB | 32 kB Progress (3): 758/914 kB | 28 kB | 32 kB Progress (3): 762/914 kB | 28 kB | 32 kB Progress (3): 766/914 kB | 28 kB | 32 kB Progress (3): 770/914 kB | 28 kB | 32 kB Progress (3): 774/914 kB | 28 kB | 32 kB Progress (3): 778/914 kB | 28 kB | 32 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 18 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar Progress (2): 782/914 kB | 28 kB Progress (2): 786/914 kB | 28 kB Progress (2): 791/914 kB | 28 kB Progress (2): 795/914 kB | 28 kB Progress (2): 799/914 kB | 28 kB Progress (2): 803/914 kB | 28 kB Progress (2): 807/914 kB | 28 kB Progress (2): 811/914 kB | 28 kB Progress (2): 815/914 kB | 28 kB Progress (2): 819/914 kB | 28 kB Progress (2): 823/914 kB | 28 kB Progress (2): 827/914 kB | 28 kB Progress (2): 831/914 kB | 28 kB Progress (2): 836/914 kB | 28 kB Progress (2): 840/914 kB | 28 kB Progress (2): 844/914 kB | 28 kB Progress (2): 848/914 kB | 28 kB Progress (2): 852/914 kB | 28 kB Progress (2): 856/914 kB | 28 kB Progress (2): 860/914 kB | 28 kB Progress (2): 864/914 kB | 28 kB Progress (2): 868/914 kB | 28 kB Progress (2): 872/914 kB | 28 kB Progress (2): 877/914 kB | 28 kB Progress (2): 881/914 kB | 28 kB Progress (2): 885/914 kB | 28 kB Progress (2): 889/914 kB | 28 kB Progress (2): 893/914 kB | 28 kB Progress (2): 897/914 kB | 28 kB Progress (2): 901/914 kB | 28 kB Progress (2): 905/914 kB | 28 kB Progress (2): 909/914 kB | 28 kB Progress (2): 913/914 kB | 28 kB Progress (2): 914 kB | 28 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 15 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar Progress (2): 914 kB | 3.8/17 kB Progress (2): 914 kB | 7.9/17 kB Progress (2): 914 kB | 12/17 kB Progress (2): 914 kB | 16/17 kB Progress (2): 914 kB | 17 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 487 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 8.3 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar Progress (1): 3.8/271 kB Progress (2): 3.8/271 kB | 4.1/428 kB Progress (2): 3.8/271 kB | 7.8/428 kB Progress (2): 3.8/271 kB | 12/428 kB Progress (2): 3.8/271 kB | 12/428 kB Progress (2): 3.8/271 kB | 16/428 kB Progress (2): 3.8/271 kB | 20/428 kB Progress (2): 3.8/271 kB | 24/428 kB Progress (2): 7.9/271 kB | 24/428 kB Progress (2): 12/271 kB | 24/428 kB Progress (2): 16/271 kB | 24/428 kB Progress (2): 20/271 kB | 24/428 kB Progress (2): 24/271 kB | 24/428 kB Progress (2): 28/271 kB | 24/428 kB Progress (2): 32/271 kB | 24/428 kB Progress (2): 33/271 kB | 24/428 kB Progress (2): 33/271 kB | 28/428 kB Progress (2): 33/271 kB | 32/428 kB Progress (2): 33/271 kB | 33/428 kB Progress (2): 37/271 kB | 33/428 kB Progress (2): 41/271 kB | 33/428 kB Progress (2): 41/271 kB | 37/428 kB Progress (2): 41/271 kB | 41/428 kB Progress (2): 41/271 kB | 45/428 kB Progress (2): 41/271 kB | 49/428 kB Progress (2): 41/271 kB | 53/428 kB Progress (2): 41/271 kB | 57/428 kB Progress (2): 41/271 kB | 61/428 kB Progress (2): 41/271 kB | 66/428 kB Progress (2): 41/271 kB | 70/428 kB Progress (2): 41/271 kB | 74/428 kB Progress (2): 41/271 kB | 78/428 kB Progress (2): 41/271 kB | 82/428 kB Progress (2): 45/271 kB | 82/428 kB Progress (2): 49/271 kB | 82/428 kB Progress (2): 53/271 kB | 82/428 kB Progress (2): 57/271 kB | 82/428 kB Progress (2): 61/271 kB | 82/428 kB Progress (2): 66/271 kB | 82/428 kB Progress (2): 70/271 kB | 82/428 kB Progress (2): 74/271 kB | 82/428 kB Progress (2): 78/271 kB | 82/428 kB Progress (2): 82/271 kB | 82/428 kB Progress (2): 82/271 kB | 86/428 kB Progress (2): 82/271 kB | 90/428 kB Progress (2): 82/271 kB | 94/428 kB Progress (2): 82/271 kB | 98/428 kB Progress (2): 86/271 kB | 98/428 kB Progress (2): 90/271 kB | 98/428 kB Progress (2): 94/271 kB | 98/428 kB Progress (2): 98/271 kB | 98/428 kB Progress (2): 98/271 kB | 102/428 kB Progress (2): 98/271 kB | 106/428 kB Progress (2): 98/271 kB | 111/428 kB Progress (2): 98/271 kB | 115/428 kB Progress (2): 102/271 kB | 115/428 kB Progress (2): 102/271 kB | 119/428 kB Progress (2): 102/271 kB | 123/428 kB Progress (2): 102/271 kB | 127/428 kB Progress (2): 106/271 kB | 127/428 kB Progress (2): 106/271 kB | 131/428 kB Progress (2): 111/271 kB | 131/428 kB Progress (2): 115/271 kB | 131/428 kB Progress (2): 119/271 kB | 131/428 kB Progress (2): 123/271 kB | 131/428 kB Progress (2): 127/271 kB | 131/428 kB Progress (2): 131/271 kB | 131/428 kB Progress (2): 135/271 kB | 131/428 kB Progress (2): 139/271 kB | 131/428 kB Progress (2): 143/271 kB | 131/428 kB Progress (2): 147/271 kB | 131/428 kB Progress (2): 152/271 kB | 131/428 kB Progress (2): 156/271 kB | 131/428 kB Progress (2): 160/271 kB | 131/428 kB Progress (2): 164/271 kB | 131/428 kB Progress (2): 168/271 kB | 131/428 kB Progress (2): 172/271 kB | 131/428 kB Progress (2): 176/271 kB | 131/428 kB Progress (2): 180/271 kB | 131/428 kB Progress (2): 184/271 kB | 131/428 kB Progress (2): 184/271 kB | 135/428 kB Progress (2): 184/271 kB | 139/428 kB Progress (2): 184/271 kB | 143/428 kB Progress (2): 188/271 kB | 143/428 kB Progress (2): 193/271 kB | 143/428 kB Progress (2): 197/271 kB | 143/428 kB Progress (2): 201/271 kB | 143/428 kB Progress (2): 201/271 kB | 147/428 kB Progress (2): 201/271 kB | 152/428 kB Progress (2): 201/271 kB | 156/428 kB Progress (2): 201/271 kB | 160/428 kB Progress (2): 201/271 kB | 164/428 kB Progress (2): 201/271 kB | 168/428 kB Progress (2): 201/271 kB | 172/428 kB Progress (2): 201/271 kB | 176/428 kB Progress (2): 201/271 kB | 180/428 kB Progress (2): 201/271 kB | 184/428 kB Progress (2): 201/271 kB | 188/428 kB Progress (2): 201/271 kB | 193/428 kB Progress (2): 201/271 kB | 197/428 kB Progress (2): 201/271 kB | 201/428 kB Progress (2): 205/271 kB | 201/428 kB Progress (2): 209/271 kB | 201/428 kB Progress (2): 213/271 kB | 201/428 kB Progress (2): 217/271 kB | 201/428 kB Progress (2): 221/271 kB | 201/428 kB Progress (2): 225/271 kB | 201/428 kB Progress (2): 229/271 kB | 201/428 kB Progress (2): 233/271 kB | 201/428 kB Progress (2): 238/271 kB | 201/428 kB Progress (2): 242/271 kB | 201/428 kB Progress (2): 246/271 kB | 201/428 kB Progress (2): 250/271 kB | 201/428 kB Progress (2): 250/271 kB | 205/428 kB Progress (2): 250/271 kB | 209/428 kB Progress (2): 250/271 kB | 213/428 kB Progress (2): 250/271 kB | 217/428 kB Progress (2): 250/271 kB | 221/428 kB Progress (2): 250/271 kB | 225/428 kB Progress (2): 250/271 kB | 229/428 kB Progress (2): 250/271 kB | 233/428 kB Progress (2): 250/271 kB | 238/428 kB Progress (2): 250/271 kB | 242/428 kB Progress (2): 250/271 kB | 246/428 kB Progress (2): 250/271 kB | 250/428 kB Progress (2): 250/271 kB | 254/428 kB Progress (2): 250/271 kB | 258/428 kB Progress (2): 250/271 kB | 262/428 kB Progress (2): 250/271 kB | 266/428 kB Progress (2): 250/271 kB | 270/428 kB Progress (2): 250/271 kB | 274/428 kB Progress (2): 250/271 kB | 279/428 kB Progress (2): 250/271 kB | 283/428 kB Progress (2): 250/271 kB | 287/428 kB Progress (2): 250/271 kB | 291/428 kB Progress (2): 250/271 kB | 295/428 kB Progress (2): 250/271 kB | 299/428 kB Progress (2): 250/271 kB | 303/428 kB Progress (2): 250/271 kB | 307/428 kB Progress (2): 250/271 kB | 311/428 kB Progress (2): 250/271 kB | 315/428 kB Progress (2): 250/271 kB | 319/428 kB Progress (2): 250/271 kB | 324/428 kB Progress (2): 250/271 kB | 328/428 kB Progress (2): 250/271 kB | 332/428 kB Progress (2): 250/271 kB | 336/428 kB Progress (2): 250/271 kB | 340/428 kB Progress (2): 250/271 kB | 344/428 kB Progress (2): 250/271 kB | 348/428 kB Progress (2): 250/271 kB | 352/428 kB Progress (2): 250/271 kB | 356/428 kB Progress (2): 250/271 kB | 360/428 kB Progress (2): 250/271 kB | 365/428 kB Progress (2): 250/271 kB | 369/428 kB Progress (2): 250/271 kB | 373/428 kB Progress (2): 250/271 kB | 377/428 kB Progress (2): 250/271 kB | 381/428 kB Progress (2): 250/271 kB | 385/428 kB Progress (2): 250/271 kB | 389/428 kB Progress (2): 250/271 kB | 393/428 kB Progress (2): 250/271 kB | 397/428 kB Progress (2): 250/271 kB | 401/428 kB Progress (2): 250/271 kB | 406/428 kB Progress (2): 250/271 kB | 410/428 kB Progress (2): 250/271 kB | 414/428 kB Progress (2): 250/271 kB | 418/428 kB Progress (2): 250/271 kB | 422/428 kB Progress (2): 250/271 kB | 426/428 kB Progress (2): 250/271 kB | 428 kB Progress (2): 254/271 kB | 428 kB Progress (2): 258/271 kB | 428 kB Progress (2): 262/271 kB | 428 kB Progress (2): 266/271 kB | 428 kB Progress (2): 270/271 kB | 428 kB Progress (2): 271 kB | 428 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 57 kB/s) Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 36 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar Progress (1): 4.1/163 kB Progress (1): 7.7/163 kB Progress (2): 7.7/163 kB | 4.1/28 kB Progress (2): 7.7/163 kB | 7.7/28 kB Progress (2): 7.7/163 kB | 12/28 kB Progress (2): 7.7/163 kB | 16/28 kB Progress (2): 7.7/163 kB | 20/28 kB Progress (2): 7.7/163 kB | 24/28 kB Progress (2): 7.7/163 kB | 28 kB Progress (3): 7.7/163 kB | 28 kB | 4.1/16 kB Progress (3): 7.7/163 kB | 28 kB | 7.7/16 kB Progress (3): 12/163 kB | 28 kB | 7.7/16 kB Progress (3): 12/163 kB | 28 kB | 12/16 kB Progress (3): 12/163 kB | 28 kB | 16/16 kB Progress (3): 16/163 kB | 28 kB | 16/16 kB Progress (3): 16/163 kB | 28 kB | 16 kB Progress (3): 20/163 kB | 28 kB | 16 kB Progress (3): 24/163 kB | 28 kB | 16 kB Progress (3): 28/163 kB | 28 kB | 16 kB Progress (3): 32/163 kB | 28 kB | 16 kB Progress (3): 36/163 kB | 28 kB | 16 kB Progress (3): 40/163 kB | 28 kB | 16 kB Progress (4): 40/163 kB | 28 kB | 16 kB | 4.1/216 kB Progress (4): 40/163 kB | 28 kB | 16 kB | 7.7/216 kB Progress (4): 44/163 kB | 28 kB | 16 kB | 7.7/216 kB Progress (4): 48/163 kB | 28 kB | 16 kB | 7.7/216 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 413 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar Progress (3): 52/163 kB | 16 kB | 7.7/216 kB Progress (3): 56/163 kB | 16 kB | 7.7/216 kB Progress (3): 56/163 kB | 16 kB | 12/216 kB Progress (3): 56/163 kB | 16 kB | 16/216 kB Progress (4): 56/163 kB | 16 kB | 16/216 kB | 4.1/164 kB Progress (4): 56/163 kB | 16 kB | 16/216 kB | 7.7/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 188 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Progress (4): 56/163 kB | 16/216 kB | 7.7/164 kB | 4.1/13 kB Progress (4): 56/163 kB | 16/216 kB | 7.7/164 kB | 7.7/13 kB Progress (4): 56/163 kB | 16/216 kB | 7.7/164 kB | 12/13 kB Progress (4): 56/163 kB | 16/216 kB | 7.7/164 kB | 13 kB Progress (4): 56/163 kB | 16/216 kB | 12/164 kB | 13 kB Progress (4): 56/163 kB | 20/216 kB | 12/164 kB | 13 kB Progress (4): 56/163 kB | 24/216 kB | 12/164 kB | 13 kB Progress (4): 60/163 kB | 24/216 kB | 12/164 kB | 13 kB Progress (4): 64/163 kB | 24/216 kB | 12/164 kB | 13 kB Progress (4): 64/163 kB | 28/216 kB | 12/164 kB | 13 kB Progress (4): 64/163 kB | 32/216 kB | 12/164 kB | 13 kB Progress (4): 64/163 kB | 36/216 kB | 12/164 kB | 13 kB Progress (4): 64/163 kB | 40/216 kB | 12/164 kB | 13 kB Progress (4): 64/163 kB | 40/216 kB | 16/164 kB | 13 kB Progress (4): 64/163 kB | 44/216 kB | 16/164 kB | 13 kB Progress (4): 64/163 kB | 44/216 kB | 20/164 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 132 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar Progress (3): 68/163 kB | 44/216 kB | 20/164 kB Progress (3): 72/163 kB | 44/216 kB | 20/164 kB Progress (3): 76/163 kB | 44/216 kB | 20/164 kB Progress (3): 80/163 kB | 44/216 kB | 20/164 kB Progress (3): 84/163 kB | 44/216 kB | 20/164 kB Progress (3): 88/163 kB | 44/216 kB | 20/164 kB Progress (3): 92/163 kB | 44/216 kB | 20/164 kB Progress (3): 96/163 kB | 44/216 kB | 20/164 kB Progress (3): 100/163 kB | 44/216 kB | 20/164 kB Progress (3): 104/163 kB | 44/216 kB | 20/164 kB Progress (3): 108/163 kB | 44/216 kB | 20/164 kB Progress (3): 112/163 kB | 44/216 kB | 20/164 kB Progress (3): 116/163 kB | 44/216 kB | 20/164 kB Progress (3): 120/163 kB | 44/216 kB | 20/164 kB Progress (3): 124/163 kB | 44/216 kB | 20/164 kB Progress (3): 128/163 kB | 44/216 kB | 20/164 kB Progress (3): 132/163 kB | 44/216 kB | 20/164 kB Progress (3): 132/163 kB | 44/216 kB | 24/164 kB Progress (3): 132/163 kB | 44/216 kB | 28/164 kB Progress (3): 132/163 kB | 44/216 kB | 32/164 kB Progress (3): 132/163 kB | 48/216 kB | 32/164 kB Progress (3): 132/163 kB | 52/216 kB | 32/164 kB Progress (3): 132/163 kB | 56/216 kB | 32/164 kB Progress (3): 132/163 kB | 60/216 kB | 32/164 kB Progress (3): 132/163 kB | 64/216 kB | 32/164 kB Progress (3): 132/163 kB | 68/216 kB | 32/164 kB Progress (3): 132/163 kB | 72/216 kB | 32/164 kB Progress (3): 132/163 kB | 76/216 kB | 32/164 kB Progress (3): 132/163 kB | 80/216 kB | 32/164 kB Progress (3): 132/163 kB | 84/216 kB | 32/164 kB Progress (3): 132/163 kB | 88/216 kB | 32/164 kB Progress (3): 132/163 kB | 92/216 kB | 32/164 kB Progress (3): 132/163 kB | 96/216 kB | 32/164 kB Progress (3): 132/163 kB | 96/216 kB | 33/164 kB Progress (4): 132/163 kB | 96/216 kB | 33/164 kB | 4.1/10.0 kB Progress (4): 132/163 kB | 96/216 kB | 33/164 kB | 7.7/10.0 kB Progress (4): 132/163 kB | 96/216 kB | 33/164 kB | 10.0 kB Progress (4): 136/163 kB | 96/216 kB | 33/164 kB | 10.0 kB Progress (4): 140/163 kB | 96/216 kB | 33/164 kB | 10.0 kB Progress (4): 144/163 kB | 96/216 kB | 33/164 kB | 10.0 kB Progress (5): 144/163 kB | 96/216 kB | 33/164 kB | 10.0 kB | 4.1/32 kB Progress (5): 144/163 kB | 96/216 kB | 33/164 kB | 10.0 kB | 7.7/32 kB Progress (5): 144/163 kB | 96/216 kB | 33/164 kB | 10.0 kB | 12/32 kB Progress (5): 144/163 kB | 96/216 kB | 33/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 96/216 kB | 33/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 33/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 37/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 41/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 45/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 49/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 53/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 57/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 61/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 65/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 69/164 kB | 10.0 kB | 16/32 kB Progress (5): 148/163 kB | 100/216 kB | 73/164 kB | 10.0 kB | 16/32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 70 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar Progress (4): 148/163 kB | 104/216 kB | 73/164 kB | 16/32 kB Progress (4): 152/163 kB | 104/216 kB | 73/164 kB | 16/32 kB Progress (4): 156/163 kB | 104/216 kB | 73/164 kB | 16/32 kB Progress (4): 160/163 kB | 104/216 kB | 73/164 kB | 16/32 kB Progress (4): 160/163 kB | 104/216 kB | 73/164 kB | 20/32 kB Progress (4): 163 kB | 104/216 kB | 73/164 kB | 20/32 kB Progress (4): 163 kB | 108/216 kB | 73/164 kB | 20/32 kB Progress (4): 163 kB | 112/216 kB | 73/164 kB | 20/32 kB Progress (4): 163 kB | 112/216 kB | 77/164 kB | 20/32 kB Progress (4): 163 kB | 116/216 kB | 77/164 kB | 20/32 kB Progress (4): 163 kB | 116/216 kB | 77/164 kB | 24/32 kB Progress (4): 163 kB | 116/216 kB | 77/164 kB | 28/32 kB Progress (4): 163 kB | 116/216 kB | 77/164 kB | 32/32 kB Progress (4): 163 kB | 116/216 kB | 77/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 77/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 81/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 85/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 89/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 93/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 97/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 101/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 105/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 109/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 113/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 117/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 121/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 125/164 kB | 32 kB Progress (4): 163 kB | 120/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 124/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 128/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 132/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 136/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 140/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 144/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 148/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 152/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 156/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 160/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 164/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 168/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 172/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 176/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 180/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 184/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 188/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 192/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 196/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 200/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 204/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 208/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 212/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 216/216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 216 kB | 129/164 kB | 32 kB Progress (4): 163 kB | 216 kB | 133/164 kB | 32 kB Progress (5): 163 kB | 216 kB | 133/164 kB | 32 kB | 4.1/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 172 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 868 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Progress (3): 216 kB | 133/164 kB | 7.7/185 kB Progress (3): 216 kB | 133/164 kB | 12/185 kB Progress (3): 216 kB | 133/164 kB | 16/185 kB Progress (3): 216 kB | 133/164 kB | 20/185 kB Progress (3): 216 kB | 133/164 kB | 24/185 kB Progress (3): 216 kB | 133/164 kB | 28/185 kB Progress (3): 216 kB | 133/164 kB | 32/185 kB Progress (3): 216 kB | 133/164 kB | 33/185 kB Progress (3): 216 kB | 137/164 kB | 33/185 kB Progress (3): 216 kB | 137/164 kB | 37/185 kB Progress (4): 216 kB | 137/164 kB | 37/185 kB | 4.1/7.2 kB Progress (4): 216 kB | 137/164 kB | 37/185 kB | 7.2 kB Progress (4): 216 kB | 141/164 kB | 37/185 kB | 7.2 kB Progress (4): 216 kB | 145/164 kB | 37/185 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (0 B at 0 B/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 1.1 MB/s) Progress (3): 145/164 kB | 41/185 kB | 7.2 kB Progress (3): 145/164 kB | 45/185 kB | 7.2 kB Progress (3): 145/164 kB | 49/185 kB | 7.2 kB Progress (3): 145/164 kB | 53/185 kB | 7.2 kB Progress (3): 145/164 kB | 57/185 kB | 7.2 kB Progress (3): 145/164 kB | 61/185 kB | 7.2 kB Progress (3): 145/164 kB | 65/185 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 34 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar Progress (2): 149/164 kB | 65/185 kB Progress (2): 153/164 kB | 65/185 kB Progress (2): 157/164 kB | 65/185 kB Progress (2): 161/164 kB | 65/185 kB Progress (2): 164 kB | 65/185 kB Progress (2): 164 kB | 69/185 kB Progress (2): 164 kB | 73/185 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 (0 B at 0 B/s) Progress (2): 164 kB | 77/185 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar Progress (2): 164 kB | 81/185 kB Progress (2): 164 kB | 85/185 kB Progress (2): 164 kB | 89/185 kB Progress (2): 164 kB | 93/185 kB Progress (2): 164 kB | 97/185 kB Progress (2): 164 kB | 98/185 kB Progress (2): 164 kB | 102/185 kB Progress (3): 164 kB | 102/185 kB | 4.1/207 kB Progress (3): 164 kB | 106/185 kB | 4.1/207 kB Progress (4): 164 kB | 106/185 kB | 4.1/207 kB | 4.1/20 kB Progress (4): 164 kB | 106/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 110/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 114/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 118/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 122/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 126/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 130/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 134/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 138/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 142/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 146/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 150/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 154/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 158/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 162/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 166/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 170/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 174/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 4.1/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 7.7/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 12/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 16/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 20/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 24/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 28/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 32/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 33/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 37/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 41/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 45/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 49/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 53/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 57/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 61/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 65/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 66/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 70/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 74/207 kB | 7.7/20 kB Progress (4): 164 kB | 178/185 kB | 78/207 kB | 7.7/20 kB Progress (4): 164 kB | 182/185 kB | 78/207 kB | 7.7/20 kB Progress (4): 164 kB | 185 kB | 78/207 kB | 7.7/20 kB Progress (4): 164 kB | 185 kB | 78/207 kB | 12/20 kB Progress (4): 164 kB | 185 kB | 78/207 kB | 16/20 kB Progress (4): 164 kB | 185 kB | 78/207 kB | 20/20 kB Progress (4): 164 kB | 185 kB | 78/207 kB | 20 kB Progress (4): 164 kB | 185 kB | 82/207 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 644 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar Progress (3): 185 kB | 86/207 kB | 20 kB Progress (4): 185 kB | 86/207 kB | 20 kB | 4.1/11 kB Progress (4): 185 kB | 86/207 kB | 20 kB | 7.7/11 kB Progress (4): 185 kB | 86/207 kB | 20 kB | 11 kB Progress (4): 185 kB | 90/207 kB | 20 kB | 11 kB Progress (4): 185 kB | 94/207 kB | 20 kB | 11 kB Progress (4): 185 kB | 98/207 kB | 20 kB | 11 kB Progress (4): 185 kB | 102/207 kB | 20 kB | 11 kB Progress (4): 185 kB | 106/207 kB | 20 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 707 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar Progress (3): 110/207 kB | 20 kB | 11 kB Progress (3): 114/207 kB | 20 kB | 11 kB Progress (3): 118/207 kB | 20 kB | 11 kB Progress (3): 122/207 kB | 20 kB | 11 kB Progress (3): 126/207 kB | 20 kB | 11 kB Progress (3): 130/207 kB | 20 kB | 11 kB Progress (3): 134/207 kB | 20 kB | 11 kB Progress (3): 138/207 kB | 20 kB | 11 kB Progress (3): 142/207 kB | 20 kB | 11 kB Progress (3): 146/207 kB | 20 kB | 11 kB Progress (3): 150/207 kB | 20 kB | 11 kB Progress (3): 154/207 kB | 20 kB | 11 kB Progress (3): 158/207 kB | 20 kB | 11 kB Progress (3): 162/207 kB | 20 kB | 11 kB Progress (3): 166/207 kB | 20 kB | 11 kB Progress (3): 170/207 kB | 20 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 74 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 39 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar Progress (2): 170/207 kB | 4.1/64 kB Progress (3): 170/207 kB | 4.1/64 kB | 4.1/467 kB Progress (3): 174/207 kB | 4.1/64 kB | 4.1/467 kB Progress (3): 174/207 kB | 4.1/64 kB | 7.7/467 kB Progress (3): 174/207 kB | 4.1/64 kB | 12/467 kB Progress (3): 174/207 kB | 4.1/64 kB | 16/467 kB Progress (3): 174/207 kB | 7.7/64 kB | 16/467 kB Progress (3): 174/207 kB | 12/64 kB | 16/467 kB Progress (3): 174/207 kB | 16/64 kB | 16/467 kB Progress (3): 174/207 kB | 20/64 kB | 16/467 kB Progress (3): 174/207 kB | 24/64 kB | 16/467 kB Progress (3): 174/207 kB | 28/64 kB | 16/467 kB Progress (3): 174/207 kB | 32/64 kB | 16/467 kB Progress (3): 174/207 kB | 33/64 kB | 16/467 kB Progress (3): 174/207 kB | 37/64 kB | 16/467 kB Progress (3): 174/207 kB | 41/64 kB | 16/467 kB Progress (3): 174/207 kB | 45/64 kB | 16/467 kB Progress (3): 174/207 kB | 49/64 kB | 16/467 kB Progress (3): 174/207 kB | 53/64 kB | 16/467 kB Progress (3): 174/207 kB | 57/64 kB | 16/467 kB Progress (3): 178/207 kB | 57/64 kB | 16/467 kB Progress (3): 182/207 kB | 57/64 kB | 16/467 kB Progress (4): 182/207 kB | 57/64 kB | 16/467 kB | 4.1/131 kB Progress (4): 182/207 kB | 57/64 kB | 16/467 kB | 7.7/131 kB Progress (4): 182/207 kB | 57/64 kB | 20/467 kB | 7.7/131 kB Progress (4): 182/207 kB | 57/64 kB | 24/467 kB | 7.7/131 kB Progress (4): 182/207 kB | 57/64 kB | 28/467 kB | 7.7/131 kB Progress (4): 182/207 kB | 61/64 kB | 28/467 kB | 7.7/131 kB Progress (4): 182/207 kB | 64 kB | 28/467 kB | 7.7/131 kB Progress (5): 182/207 kB | 64 kB | 28/467 kB | 7.7/131 kB | 4.1/16 kB Progress (5): 182/207 kB | 64 kB | 28/467 kB | 7.7/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 7.7/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 12/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 16/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 20/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 24/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 28/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 32/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 33/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 37/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 41/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 45/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 49/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 53/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 57/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 61/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 65/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 66/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 70/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 74/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 78/131 kB | 7.7/16 kB Progress (5): 182/207 kB | 64 kB | 32/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 186/207 kB | 64 kB | 32/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 190/207 kB | 64 kB | 32/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 194/207 kB | 64 kB | 32/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 198/207 kB | 64 kB | 32/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 202/207 kB | 64 kB | 32/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 32/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 33/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 37/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 41/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 45/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 49/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 53/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 57/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 61/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 65/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 66/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 70/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 74/467 kB | 82/131 kB | 7.7/16 kB Progress (5): 206/207 kB | 64 kB | 74/467 kB | 82/131 kB | 12/16 kB Progress (5): 206/207 kB | 64 kB | 78/467 kB | 82/131 kB | 12/16 kB Progress (5): 206/207 kB | 64 kB | 82/467 kB | 82/131 kB | 12/16 kB Progress (5): 207 kB | 64 kB | 82/467 kB | 82/131 kB | 12/16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 193 kB/s) Progress (4): 207 kB | 86/467 kB | 82/131 kB | 12/16 kB Progress (4): 207 kB | 90/467 kB | 82/131 kB | 12/16 kB Progress (4): 207 kB | 90/467 kB | 82/131 kB | 16/16 kB Progress (4): 207 kB | 90/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 94/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 98/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 102/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 106/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 110/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 114/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 118/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 122/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 126/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 130/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 134/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 138/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 142/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 146/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 150/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 154/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 158/467 kB | 82/131 kB | 16 kB Progress (4): 207 kB | 162/467 kB | 82/131 kB | 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar Progress (3): 207 kB | 166/467 kB | 82/131 kB Progress (3): 207 kB | 170/467 kB | 82/131 kB Progress (3): 207 kB | 174/467 kB | 82/131 kB Progress (3): 207 kB | 178/467 kB | 82/131 kB Progress (3): 207 kB | 182/467 kB | 82/131 kB Progress (3): 207 kB | 186/467 kB | 82/131 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 586 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Progress (2): 190/467 kB | 82/131 kB Progress (2): 194/467 kB | 82/131 kB Progress (2): 198/467 kB | 82/131 kB Progress (2): 202/467 kB | 82/131 kB Progress (2): 206/467 kB | 82/131 kB Progress (2): 210/467 kB | 82/131 kB Progress (2): 214/467 kB | 82/131 kB Progress (2): 218/467 kB | 82/131 kB Progress (2): 222/467 kB | 82/131 kB Progress (2): 226/467 kB | 82/131 kB Progress (2): 230/467 kB | 82/131 kB Progress (2): 234/467 kB | 82/131 kB Progress (2): 238/467 kB | 82/131 kB Progress (2): 242/467 kB | 82/131 kB Progress (2): 246/467 kB | 82/131 kB Progress (2): 250/467 kB | 82/131 kB Progress (2): 254/467 kB | 82/131 kB Progress (2): 258/467 kB | 82/131 kB Progress (2): 262/467 kB | 82/131 kB Progress (2): 266/467 kB | 82/131 kB Progress (3): 266/467 kB | 82/131 kB | 4.1/6.3 kB Progress (3): 270/467 kB | 82/131 kB | 4.1/6.3 kB Progress (3): 274/467 kB | 82/131 kB | 4.1/6.3 kB Progress (3): 278/467 kB | 82/131 kB | 4.1/6.3 kB Progress (3): 282/467 kB | 82/131 kB | 4.1/6.3 kB Progress (4): 282/467 kB | 82/131 kB | 4.1/6.3 kB | 4.1/233 kB Progress (5): 282/467 kB | 82/131 kB | 4.1/6.3 kB | 4.1/233 kB | 4.1/591 kB Progress (5): 282/467 kB | 82/131 kB | 4.1/6.3 kB | 4.1/233 kB | 7.7/591 kB Progress (5): 282/467 kB | 82/131 kB | 4.1/6.3 kB | 7.7/233 kB | 7.7/591 kB Progress (5): 282/467 kB | 82/131 kB | 4.1/6.3 kB | 12/233 kB | 7.7/591 kB Progress (5): 282/467 kB | 82/131 kB | 4.1/6.3 kB | 16/233 kB | 7.7/591 kB Progress (5): 282/467 kB | 82/131 kB | 4.1/6.3 kB | 20/233 kB | 7.7/591 kB Progress (5): 286/467 kB | 82/131 kB | 4.1/6.3 kB | 20/233 kB | 7.7/591 kB Progress (5): 286/467 kB | 82/131 kB | 6.3 kB | 20/233 kB | 7.7/591 kB Progress (5): 290/467 kB | 82/131 kB | 6.3 kB | 20/233 kB | 7.7/591 kB Progress (5): 290/467 kB | 82/131 kB | 6.3 kB | 24/233 kB | 7.7/591 kB Progress (5): 290/467 kB | 82/131 kB | 6.3 kB | 24/233 kB | 12/591 kB Progress (5): 290/467 kB | 82/131 kB | 6.3 kB | 28/233 kB | 12/591 kB Progress (5): 290/467 kB | 82/131 kB | 6.3 kB | 32/233 kB | 12/591 kB Progress (5): 290/467 kB | 82/131 kB | 6.3 kB | 33/233 kB | 12/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 33/233 kB | 12/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 12/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 16/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 20/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 24/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 28/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 32/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 33/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 37/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 41/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 45/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 49/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 53/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 57/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 61/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 37/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 41/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 45/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 49/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 53/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 57/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 61/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 65/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 66/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 70/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 74/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 78/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 82/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 86/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 90/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 94/233 kB | 65/591 kB Progress (5): 294/467 kB | 82/131 kB | 6.3 kB | 98/233 kB | 65/591 kB Progress (5): 298/467 kB | 82/131 kB | 6.3 kB | 98/233 kB | 65/591 kB Progress (5): 298/467 kB | 82/131 kB | 6.3 kB | 102/233 kB | 65/591 kB Progress (5): 298/467 kB | 82/131 kB | 6.3 kB | 106/233 kB | 65/591 kB Progress (5): 298/467 kB | 82/131 kB | 6.3 kB | 106/233 kB | 66/591 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 15 kB/s) Progress (4): 298/467 kB | 82/131 kB | 106/233 kB | 70/591 kB Progress (4): 298/467 kB | 82/131 kB | 106/233 kB | 74/591 kB Progress (4): 298/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 302/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 306/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 310/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 314/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 318/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 322/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 326/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 330/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 334/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 338/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 342/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 346/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 350/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 354/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 358/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 362/467 kB | 82/131 kB | 110/233 kB | 74/591 kB Progress (4): 362/467 kB | 82/131 kB | 114/233 kB | 74/591 kB Progress (4): 366/467 kB | 82/131 kB | 114/233 kB | 74/591 kB Progress (4): 370/467 kB | 82/131 kB | 114/233 kB | 74/591 kB Progress (4): 374/467 kB | 82/131 kB | 114/233 kB | 74/591 kB Progress (4): 378/467 kB | 82/131 kB | 114/233 kB | 74/591 kB Progress (4): 382/467 kB | 82/131 kB | 114/233 kB | 74/591 kB Progress (4): 386/467 kB | 82/131 kB | 114/233 kB | 74/591 kB Progress (4): 386/467 kB | 82/131 kB | 114/233 kB | 78/591 kB Progress (4): 386/467 kB | 82/131 kB | 114/233 kB | 82/591 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar Progress (4): 386/467 kB | 82/131 kB | 114/233 kB | 86/591 kB Progress (4): 386/467 kB | 82/131 kB | 114/233 kB | 90/591 kB Progress (4): 390/467 kB | 82/131 kB | 114/233 kB | 90/591 kB Progress (4): 390/467 kB | 82/131 kB | 118/233 kB | 90/591 kB Progress (4): 390/467 kB | 82/131 kB | 122/233 kB | 90/591 kB Progress (4): 394/467 kB | 82/131 kB | 122/233 kB | 90/591 kB Progress (4): 394/467 kB | 82/131 kB | 122/233 kB | 94/591 kB Progress (4): 394/467 kB | 82/131 kB | 122/233 kB | 98/591 kB Progress (4): 394/467 kB | 82/131 kB | 122/233 kB | 98/591 kB Progress (4): 394/467 kB | 82/131 kB | 122/233 kB | 102/591 kB Progress (4): 394/467 kB | 82/131 kB | 122/233 kB | 106/591 kB Progress (4): 394/467 kB | 82/131 kB | 122/233 kB | 110/591 kB Progress (4): 394/467 kB | 82/131 kB | 122/233 kB | 114/591 kB Progress (4): 398/467 kB | 82/131 kB | 122/233 kB | 114/591 kB Progress (4): 398/467 kB | 82/131 kB | 126/233 kB | 114/591 kB Progress (4): 402/467 kB | 82/131 kB | 126/233 kB | 114/591 kB Progress (4): 402/467 kB | 82/131 kB | 126/233 kB | 118/591 kB Progress (4): 402/467 kB | 82/131 kB | 126/233 kB | 122/591 kB Progress (4): 406/467 kB | 82/131 kB | 126/233 kB | 122/591 kB Progress (4): 406/467 kB | 82/131 kB | 130/233 kB | 122/591 kB Progress (4): 410/467 kB | 82/131 kB | 130/233 kB | 122/591 kB Progress (4): 410/467 kB | 82/131 kB | 130/233 kB | 126/591 kB Progress (4): 410/467 kB | 82/131 kB | 130/233 kB | 130/591 kB Progress (4): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 4.1/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 7.7/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 12/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 16/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 20/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 24/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 28/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 32/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 33/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 37/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 41/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 45/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 131/591 kB | 49/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 135/591 kB | 49/282 kB Progress (5): 410/467 kB | 82/131 kB | 130/233 kB | 139/591 kB | 49/282 kB Progress (5): 414/467 kB | 82/131 kB | 130/233 kB | 139/591 kB | 49/282 kB Progress (5): 418/467 kB | 82/131 kB | 130/233 kB | 139/591 kB | 49/282 kB Progress (5): 418/467 kB | 82/131 kB | 134/233 kB | 139/591 kB | 49/282 kB Progress (5): 418/467 kB | 82/131 kB | 138/233 kB | 139/591 kB | 49/282 kB Progress (5): 422/467 kB | 82/131 kB | 138/233 kB | 139/591 kB | 49/282 kB Progress (5): 422/467 kB | 82/131 kB | 138/233 kB | 139/591 kB | 53/282 kB Progress (5): 422/467 kB | 82/131 kB | 138/233 kB | 143/591 kB | 53/282 kB Progress (5): 422/467 kB | 82/131 kB | 138/233 kB | 143/591 kB | 57/282 kB Progress (5): 426/467 kB | 82/131 kB | 138/233 kB | 143/591 kB | 57/282 kB Progress (5): 426/467 kB | 82/131 kB | 142/233 kB | 143/591 kB | 57/282 kB Progress (5): 426/467 kB | 82/131 kB | 146/233 kB | 143/591 kB | 57/282 kB Progress (5): 430/467 kB | 82/131 kB | 146/233 kB | 143/591 kB | 57/282 kB Progress (5): 430/467 kB | 82/131 kB | 146/233 kB | 143/591 kB | 61/282 kB Progress (5): 430/467 kB | 82/131 kB | 146/233 kB | 147/591 kB | 61/282 kB Progress (5): 430/467 kB | 82/131 kB | 146/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 146/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 150/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 154/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 158/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 162/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 166/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 170/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 174/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 178/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 182/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 186/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 190/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 194/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 198/233 kB | 147/591 kB | 65/282 kB Progress (5): 434/467 kB | 82/131 kB | 202/233 kB | 147/591 kB | 65/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 147/591 kB | 65/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 147/591 kB | 66/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 151/591 kB | 66/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 155/591 kB | 66/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 159/591 kB | 66/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 163/591 kB | 66/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 167/591 kB | 66/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 171/591 kB | 66/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 175/591 kB | 66/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 179/591 kB | 66/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 179/591 kB | 70/282 kB Progress (5): 438/467 kB | 82/131 kB | 202/233 kB | 179/591 kB | 74/282 kB Progress (5): 442/467 kB | 82/131 kB | 202/233 kB | 179/591 kB | 74/282 kB Progress (5): 442/467 kB | 82/131 kB | 206/233 kB | 179/591 kB | 74/282 kB Progress (5): 442/467 kB | 82/131 kB | 210/233 kB | 179/591 kB | 74/282 kB Progress (5): 442/467 kB | 82/131 kB | 214/233 kB | 179/591 kB | 74/282 kB Progress (5): 442/467 kB | 82/131 kB | 218/233 kB | 179/591 kB | 74/282 kB Progress (5): 442/467 kB | 82/131 kB | 222/233 kB | 179/591 kB | 74/282 kB Progress (5): 442/467 kB | 82/131 kB | 226/233 kB | 179/591 kB | 74/282 kB Progress (5): 446/467 kB | 82/131 kB | 226/233 kB | 179/591 kB | 74/282 kB Progress (5): 450/467 kB | 82/131 kB | 226/233 kB | 179/591 kB | 74/282 kB Progress (5): 450/467 kB | 82/131 kB | 226/233 kB | 179/591 kB | 78/282 kB Progress (5): 454/467 kB | 82/131 kB | 226/233 kB | 179/591 kB | 78/282 kB Progress (5): 454/467 kB | 82/131 kB | 226/233 kB | 183/591 kB | 78/282 kB Progress (5): 458/467 kB | 82/131 kB | 226/233 kB | 183/591 kB | 78/282 kB Progress (5): 458/467 kB | 82/131 kB | 226/233 kB | 183/591 kB | 82/282 kB Progress (5): 458/467 kB | 82/131 kB | 226/233 kB | 183/591 kB | 86/282 kB Progress (5): 458/467 kB | 82/131 kB | 226/233 kB | 183/591 kB | 90/282 kB Progress (5): 458/467 kB | 82/131 kB | 230/233 kB | 183/591 kB | 90/282 kB Progress (5): 458/467 kB | 82/131 kB | 233 kB | 183/591 kB | 90/282 kB Progress (5): 458/467 kB | 82/131 kB | 233 kB | 183/591 kB | 94/282 kB Progress (5): 462/467 kB | 82/131 kB | 233 kB | 183/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 183/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 187/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 191/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 195/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 199/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 203/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 207/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 211/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 215/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 219/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 223/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 227/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 231/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 235/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 239/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 243/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 247/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 251/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 255/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 259/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 263/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 267/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 271/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 275/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 279/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 283/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 287/591 kB | 94/282 kB Progress (5): 466/467 kB | 82/131 kB | 233 kB | 291/591 kB | 94/282 kB Progress (5): 467 kB | 82/131 kB | 233 kB | 291/591 kB | 94/282 kB Progress (5): 467 kB | 82/131 kB | 233 kB | 291/591 kB | 98/282 kB Progress (5): 467 kB | 86/131 kB | 233 kB | 291/591 kB | 98/282 kB Progress (5): 467 kB | 86/131 kB | 233 kB | 295/591 kB | 98/282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 455 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (4): 467 kB | 86/131 kB | 299/591 kB | 98/282 kB Progress (4): 467 kB | 90/131 kB | 299/591 kB | 98/282 kB Progress (4): 467 kB | 90/131 kB | 299/591 kB | 98/282 kB Progress (4): 467 kB | 94/131 kB | 299/591 kB | 98/282 kB Progress (4): 467 kB | 94/131 kB | 299/591 kB | 102/282 kB Progress (4): 467 kB | 94/131 kB | 303/591 kB | 102/282 kB Progress (4): 467 kB | 94/131 kB | 307/591 kB | 102/282 kB Progress (4): 467 kB | 94/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 98/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 102/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 106/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 110/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 114/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 118/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 122/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 126/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 130/131 kB | 307/591 kB | 106/282 kB Progress (4): 467 kB | 131 kB | 307/591 kB | 106/282 kB Progress (5): 467 kB | 131 kB | 307/591 kB | 106/282 kB | 2.5 kB Progress (5): 467 kB | 131 kB | 307/591 kB | 110/282 kB | 2.5 kB Progress (5): 467 kB | 131 kB | 307/591 kB | 114/282 kB | 2.5 kB Progress (5): 467 kB | 131 kB | 307/591 kB | 118/282 kB | 2.5 kB Progress (5): 467 kB | 131 kB | 307/591 kB | 122/282 kB | 2.5 kB Progress (5): 467 kB | 131 kB | 307/591 kB | 126/282 kB | 2.5 kB Progress (5): 467 kB | 131 kB | 307/591 kB | 130/282 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 881 kB/s) Progress (4): 131 kB | 311/591 kB | 130/282 kB | 2.5 kB Progress (4): 131 kB | 315/591 kB | 130/282 kB | 2.5 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar Progress (4): 131 kB | 315/591 kB | 134/282 kB | 2.5 kB Progress (4): 131 kB | 319/591 kB | 134/282 kB | 2.5 kB Progress (4): 131 kB | 323/591 kB | 134/282 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 244 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 4.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar Progress (2): 327/591 kB | 134/282 kB Progress (2): 331/591 kB | 134/282 kB Progress (2): 331/591 kB | 138/282 kB Progress (2): 335/591 kB | 138/282 kB Progress (2): 339/591 kB | 138/282 kB Progress (2): 339/591 kB | 142/282 kB Progress (2): 343/591 kB | 142/282 kB Progress (2): 347/591 kB | 142/282 kB Progress (3): 347/591 kB | 142/282 kB | 4.1/121 kB Progress (3): 347/591 kB | 146/282 kB | 4.1/121 kB Progress (3): 347/591 kB | 150/282 kB | 4.1/121 kB Progress (3): 347/591 kB | 154/282 kB | 4.1/121 kB Progress (3): 347/591 kB | 158/282 kB | 4.1/121 kB Progress (3): 347/591 kB | 162/282 kB | 4.1/121 kB Progress (3): 347/591 kB | 166/282 kB | 4.1/121 kB Progress (3): 347/591 kB | 170/282 kB | 4.1/121 kB Progress (3): 347/591 kB | 174/282 kB | 4.1/121 kB Progress (3): 347/591 kB | 178/282 kB | 4.1/121 kB Progress (4): 347/591 kB | 178/282 kB | 4.1/121 kB | 4.1/27 kB Progress (4): 347/591 kB | 178/282 kB | 4.1/121 kB | 7.7/27 kB Progress (4): 347/591 kB | 178/282 kB | 4.1/121 kB | 12/27 kB Progress (4): 347/591 kB | 178/282 kB | 4.1/121 kB | 16/27 kB Progress (4): 347/591 kB | 178/282 kB | 4.1/121 kB | 20/27 kB Progress (4): 347/591 kB | 178/282 kB | 4.1/121 kB | 24/27 kB Progress (4): 347/591 kB | 178/282 kB | 4.1/121 kB | 27 kB Progress (4): 347/591 kB | 178/282 kB | 7.7/121 kB | 27 kB Progress (4): 347/591 kB | 178/282 kB | 12/121 kB | 27 kB Progress (4): 351/591 kB | 178/282 kB | 12/121 kB | 27 kB Progress (4): 355/591 kB | 178/282 kB | 12/121 kB | 27 kB Progress (4): 359/591 kB | 178/282 kB | 12/121 kB | 27 kB Progress (4): 363/591 kB | 178/282 kB | 12/121 kB | 27 kB Progress (4): 363/591 kB | 178/282 kB | 16/121 kB | 27 kB Progress (5): 363/591 kB | 178/282 kB | 16/121 kB | 27 kB | 4.1/50 kB Progress (5): 363/591 kB | 178/282 kB | 16/121 kB | 27 kB | 7.7/50 kB Progress (5): 363/591 kB | 182/282 kB | 16/121 kB | 27 kB | 7.7/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 7.7/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 12/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 16/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 20/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 24/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 28/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 32/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 33/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 37/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 41/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 45/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 49/50 kB Progress (5): 363/591 kB | 186/282 kB | 16/121 kB | 27 kB | 50 kB Progress (5): 363/591 kB | 186/282 kB | 20/121 kB | 27 kB | 50 kB Progress (5): 363/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 367/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 371/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 375/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 379/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 383/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 387/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 391/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 395/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 399/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 403/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 407/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 411/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 415/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 419/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 423/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Progress (5): 427/591 kB | 186/282 kB | 24/121 kB | 27 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Progress (4): 427/591 kB | 186/282 kB | 28/121 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar Progress (3): 427/591 kB | 190/282 kB | 28/121 kB Progress (3): 427/591 kB | 194/282 kB | 28/121 kB Progress (3): 427/591 kB | 198/282 kB | 28/121 kB Progress (3): 427/591 kB | 202/282 kB | 28/121 kB Progress (3): 427/591 kB | 206/282 kB | 28/121 kB Progress (3): 427/591 kB | 210/282 kB | 28/121 kB Progress (3): 427/591 kB | 214/282 kB | 28/121 kB Progress (3): 427/591 kB | 218/282 kB | 28/121 kB Progress (3): 427/591 kB | 222/282 kB | 28/121 kB Progress (3): 427/591 kB | 226/282 kB | 28/121 kB Progress (3): 427/591 kB | 230/282 kB | 28/121 kB Progress (3): 427/591 kB | 234/282 kB | 28/121 kB Progress (3): 427/591 kB | 234/282 kB | 32/121 kB Progress (3): 427/591 kB | 234/282 kB | 33/121 kB Progress (3): 431/591 kB | 234/282 kB | 33/121 kB Progress (3): 431/591 kB | 234/282 kB | 37/121 kB Progress (3): 431/591 kB | 234/282 kB | 41/121 kB Progress (3): 431/591 kB | 238/282 kB | 41/121 kB Progress (3): 431/591 kB | 242/282 kB | 41/121 kB Progress (3): 431/591 kB | 246/282 kB | 41/121 kB Progress (3): 431/591 kB | 250/282 kB | 41/121 kB Progress (3): 431/591 kB | 254/282 kB | 41/121 kB Progress (3): 431/591 kB | 258/282 kB | 41/121 kB Progress (3): 431/591 kB | 262/282 kB | 41/121 kB Progress (3): 431/591 kB | 266/282 kB | 41/121 kB Progress (3): 431/591 kB | 270/282 kB | 41/121 kB Progress (3): 431/591 kB | 274/282 kB | 41/121 kB Progress (3): 431/591 kB | 278/282 kB | 41/121 kB Progress (3): 431/591 kB | 282 kB | 41/121 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 4.1/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 7.7/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 12/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 16/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 20/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 24/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 28/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 32/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 36/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 40/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 44/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 48/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 52/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 56/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 60/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 64/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 68/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 72/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 76/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 80/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 84/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 88/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 92/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 96/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 100/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 104/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 108/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 112/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 116/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 120/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 124/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 128/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 132/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 136/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 140/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 144/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 148/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 152/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 156/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 160/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 164/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 168/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 172/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 176/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 180/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 184/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 188/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 192/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 196/232 kB Progress (4): 431/591 kB | 282 kB | 41/121 kB | 200/232 kB Progress (4): 431/591 kB | 282 kB | 45/121 kB | 200/232 kB Progress (5): 431/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 435/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 439/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 443/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 447/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 451/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 455/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 459/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 463/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 467/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 471/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 475/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 479/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 483/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 487/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 491/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 495/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 499/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 503/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 507/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 511/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 515/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 519/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 523/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 527/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 531/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 535/591 kB | 282 kB | 45/121 kB | 200/232 kB | 4.1/60 kB Progress (5): 535/591 kB | 282 kB | 45/121 kB | 204/232 kB | 4.1/60 kB Progress (5): 535/591 kB | 282 kB | 45/121 kB | 208/232 kB | 4.1/60 kB Progress (5): 535/591 kB | 282 kB | 45/121 kB | 212/232 kB | 4.1/60 kB Progress (5): 535/591 kB | 282 kB | 45/121 kB | 216/232 kB | 4.1/60 kB Progress (5): 535/591 kB | 282 kB | 45/121 kB | 216/232 kB | 7.7/60 kB Progress (5): 535/591 kB | 282 kB | 49/121 kB | 216/232 kB | 7.7/60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 423 kB/s) Progress (4): 535/591 kB | 53/121 kB | 216/232 kB | 7.7/60 kB Progress (4): 535/591 kB | 53/121 kB | 216/232 kB | 12/60 kB Progress (4): 535/591 kB | 53/121 kB | 216/232 kB | 16/60 kB Progress (4): 535/591 kB | 53/121 kB | 216/232 kB | 20/60 kB Progress (4): 535/591 kB | 53/121 kB | 216/232 kB | 24/60 kB Progress (4): 535/591 kB | 53/121 kB | 220/232 kB | 24/60 kB Progress (4): 535/591 kB | 53/121 kB | 220/232 kB | 28/60 kB Progress (4): 535/591 kB | 53/121 kB | 220/232 kB | 32/60 kB Progress (4): 535/591 kB | 53/121 kB | 220/232 kB | 33/60 kB Progress (4): 539/591 kB | 53/121 kB | 220/232 kB | 33/60 kB Progress (4): 543/591 kB | 53/121 kB | 220/232 kB | 33/60 kB Progress (4): 543/591 kB | 53/121 kB | 220/232 kB | 37/60 kB Progress (4): 543/591 kB | 53/121 kB | 220/232 kB | 41/60 kB Progress (4): 543/591 kB | 53/121 kB | 220/232 kB | 45/60 kB Progress (4): 543/591 kB | 53/121 kB | 220/232 kB | 49/60 kB Progress (4): 543/591 kB | 53/121 kB | 220/232 kB | 53/60 kB Progress (4): 543/591 kB | 53/121 kB | 220/232 kB | 57/60 kB Progress (4): 543/591 kB | 53/121 kB | 220/232 kB | 60 kB Progress (4): 543/591 kB | 53/121 kB | 224/232 kB | 60 kB Progress (4): 543/591 kB | 53/121 kB | 228/232 kB | 60 kB Progress (4): 543/591 kB | 53/121 kB | 232/232 kB | 60 kB Progress (4): 543/591 kB | 53/121 kB | 232 kB | 60 kB Progress (4): 543/591 kB | 57/121 kB | 232 kB | 60 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar Progress (4): 543/591 kB | 61/121 kB | 232 kB | 60 kB Progress (4): 543/591 kB | 65/121 kB | 232 kB | 60 kB Progress (4): 547/591 kB | 65/121 kB | 232 kB | 60 kB Progress (4): 547/591 kB | 66/121 kB | 232 kB | 60 kB Progress (4): 551/591 kB | 66/121 kB | 232 kB | 60 kB Progress (4): 555/591 kB | 66/121 kB | 232 kB | 60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 88 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 335 kB/s) Progress (2): 555/591 kB | 70/121 kB Progress (2): 559/591 kB | 70/121 kB Progress (2): 563/591 kB | 70/121 kB Progress (2): 563/591 kB | 74/121 kB Progress (2): 567/591 kB | 74/121 kB Progress (2): 567/591 kB | 78/121 kB Progress (2): 571/591 kB | 78/121 kB Progress (2): 571/591 kB | 82/121 kB Progress (2): 575/591 kB | 82/121 kB Progress (2): 579/591 kB | 82/121 kB Progress (2): 583/591 kB | 82/121 kB Progress (2): 587/591 kB | 82/121 kB Progress (2): 591 kB | 82/121 kB Progress (3): 591 kB | 82/121 kB | 4.1/90 kB Progress (3): 591 kB | 86/121 kB | 4.1/90 kB Progress (3): 591 kB | 90/121 kB | 4.1/90 kB Progress (3): 591 kB | 90/121 kB | 7.7/90 kB Progress (3): 591 kB | 94/121 kB | 7.7/90 kB Progress (3): 591 kB | 94/121 kB | 12/90 kB Progress (3): 591 kB | 98/121 kB | 12/90 kB Progress (3): 591 kB | 98/121 kB | 16/90 kB Progress (3): 591 kB | 102/121 kB | 16/90 kB Progress (3): 591 kB | 102/121 kB | 20/90 kB Progress (3): 591 kB | 106/121 kB | 20/90 kB Progress (3): 591 kB | 106/121 kB | 24/90 kB Progress (3): 591 kB | 106/121 kB | 28/90 kB Progress (3): 591 kB | 106/121 kB | 32/90 kB Progress (3): 591 kB | 106/121 kB | 33/90 kB Progress (3): 591 kB | 106/121 kB | 37/90 kB Progress (3): 591 kB | 106/121 kB | 41/90 kB Progress (3): 591 kB | 106/121 kB | 45/90 kB Progress (3): 591 kB | 106/121 kB | 49/90 kB Progress (3): 591 kB | 106/121 kB | 53/90 kB Progress (3): 591 kB | 106/121 kB | 57/90 kB Progress (3): 591 kB | 106/121 kB | 61/90 kB Progress (3): 591 kB | 106/121 kB | 65/90 kB Progress (3): 591 kB | 106/121 kB | 66/90 kB Progress (3): 591 kB | 106/121 kB | 70/90 kB Progress (3): 591 kB | 106/121 kB | 74/90 kB Progress (3): 591 kB | 106/121 kB | 78/90 kB Progress (3): 591 kB | 106/121 kB | 82/90 kB Progress (3): 591 kB | 106/121 kB | 86/90 kB Progress (3): 591 kB | 106/121 kB | 90/90 kB Progress (3): 591 kB | 106/121 kB | 90 kB Progress (3): 591 kB | 110/121 kB | 90 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 828 kB/s) Progress (2): 114/121 kB | 90 kB Progress (2): 118/121 kB | 90 kB Progress (2): 121 kB | 90 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 125 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 167 kB/s) [WARNING] [WARNING] Some problems were encountered while building the effective model for jakarta.transaction:jakarta.transaction-api:jar:1.3.2 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-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 162, 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 sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml Progress (1): 848 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml (848 B at 37 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom (6.8 kB at 29 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom (7.9 kB at 359 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 33/43 kB Progress (1): 37/43 kB Progress (1): 41/43 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.6 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.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/apache/19/apache-19.pom (15 kB at 645 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar (26 kB at 1.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/1.4.3/maven-bundle-plugin-1.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/1.4.3/maven-bundle-plugin-1.4.3.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/1.4.3/maven-bundle-plugin-1.4.3.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/felix/1.0.2/felix-1.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/1.4.3/maven-bundle-plugin-1.4.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/1.4.3/maven-bundle-plugin-1.4.3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/1.4.3/maven-bundle-plugin-1.4.3.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/22/maven-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/11/apache-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar (0 B at 0 B/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 263 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 568 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/26/maven-parent-26.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 4.1/40 kB Progress (1): 7.7/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 24/40 kB Progress (1): 28/40 kB Progress (1): 32/40 kB Progress (1): 33/40 kB Progress (1): 37/40 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.7 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (0 B at 0 B/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): 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/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 2.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/findbugs-maven-plugin/2.3.1/findbugs-maven-plugin-2.3.1.pom Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/findbugs-maven-plugin/2.3.1/findbugs-maven-plugin-2.3.1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/22/mojo-parent-22.pom Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/22/mojo-parent-22.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/findbugs-maven-plugin/2.3.1/findbugs-maven-plugin-2.3.1.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/findbugs-maven-plugin/2.3.1/findbugs-maven-plugin-2.3.1.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/27/maven-parent-27.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/17/apache-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-site-plugin/3.1/maven-site-plugin-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.1/maven-site-plugin-3.1.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.1/maven-site-plugin-3.1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-site-plugin/3.1/maven-site-plugin-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.1/maven-site-plugin-3.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.1/maven-site-plugin-3.1.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (0 B at 0 B/s) [INFO] [INFO] ------------< jakarta.transaction:jakarta.transaction-api >------------- [INFO] Building javax.transaction API 1.3.2 [INFO] --------------------------------[ jar ]--------------------------------- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0-SP4/cdi-api-1.0-SP4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0-SP4/cdi-api-1.0-SP4.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/javax/enterprise/cdi-api/1.0-SP4/cdi-api-1.0-SP4.pom (7.0 kB at 335 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/17/weld-parent-17.pom Progress (1): 4.1/32 kB Progress (1): 7.9/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/17/weld-parent-17.pom (32 kB at 97 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.pom (1.1 kB at 42 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jboss/spec/jboss-specs-parent/1.0.0.Beta1/jboss-specs-parent-1.0.0.Beta1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/jboss-specs-parent/1.0.0.Beta1/jboss-specs-parent-1.0.0.Beta1.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/jboss-specs-parent/1.0.0.Beta1/jboss-specs-parent-1.0.0.Beta1.pom (3.0 kB at 121 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/5-beta-5/jboss-parent-5-beta-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/5-beta-5/jboss-parent-5-beta-5.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/5-beta-5/jboss-parent-5-beta-5.pom (19 kB at 558 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 54 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0-SP4/cdi-api-1.0-SP4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0-SP4/cdi-api-1.0-SP4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Progress (2): 5.8 kB | 4.1/52 kB Progress (2): 5.8 kB | 7.7/52 kB Progress (3): 5.8 kB | 7.7/52 kB | 4.1/5.6 kB Progress (3): 5.8 kB | 12/52 kB | 4.1/5.6 kB Progress (3): 5.8 kB | 16/52 kB | 4.1/5.6 kB Progress (3): 5.8 kB | 16/52 kB | 5.6 kB Progress (3): 5.8 kB | 20/52 kB | 5.6 kB Progress (3): 5.8 kB | 24/52 kB | 5.6 kB Progress (3): 5.8 kB | 28/52 kB | 5.6 kB Progress (3): 5.8 kB | 32/52 kB | 5.6 kB Progress (3): 5.8 kB | 33/52 kB | 5.6 kB Progress (3): 5.8 kB | 37/52 kB | 5.6 kB Progress (3): 5.8 kB | 41/52 kB | 5.6 kB Progress (3): 5.8 kB | 45/52 kB | 5.6 kB Progress (3): 5.8 kB | 49/52 kB | 5.6 kB Progress (3): 5.8 kB | 52 kB | 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 209 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar (5.6 kB at 181 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0-SP4/cdi-api-1.0-SP4.jar (52 kB at 1.5 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.transaction-api --- 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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (0 B at 0 B/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (0 B at 0 B/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 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 (0 B at 0 B/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (0 B at 0 B/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 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 (0 B at 0 B/s) 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 (0 B at 0 B/s) [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 155 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 9.1 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 138 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.pom Progress (1): 2.3 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.pom (2.3 kB at 15 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 197 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 973 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/41/commons-parent-41.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom Progress (1): 4.1/65 kB Progress (1): 7.7/65 kB Progress (1): 12/65 kB Progress (1): 16/65 kB Progress (1): 20/65 kB Progress (1): 24/65 kB Progress (1): 28/65 kB Progress (1): 32/65 kB Progress (1): 36/65 kB Progress (1): 40/65 kB Progress (1): 44/65 kB Progress (1): 48/65 kB Progress (1): 52/65 kB Progress (1): 56/65 kB Progress (1): 60/65 kB Progress (1): 64/65 kB Progress (1): 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 1.2 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 54 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 67 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 316 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.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/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 255 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/14/apache-14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.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/apache/14/apache-14.pom (15 kB at 668 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 1.6 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 3.8/28 kB Progress (1): 7.9/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 172 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 201 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.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-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 61 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.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/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 539 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.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): 3.8/245 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Progress (1): 7.9/245 kB Progress (1): 12/245 kB Progress (1): 16/245 kB Progress (1): 20/245 kB Progress (2): 20/245 kB | 4.1/45 kB Progress (2): 24/245 kB | 4.1/45 kB Progress (2): 24/245 kB | 7.8/45 kB Progress (2): 28/245 kB | 7.8/45 kB Progress (2): 28/245 kB | 12/45 kB Progress (2): 32/245 kB | 12/45 kB Progress (2): 32/245 kB | 16/45 kB Progress (2): 37/245 kB | 16/45 kB Progress (2): 41/245 kB | 16/45 kB Progress (2): 41/245 kB | 20/45 kB Progress (2): 41/245 kB | 24/45 kB Progress (2): 41/245 kB | 28/45 kB Progress (2): 41/245 kB | 32/45 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar Progress (2): 45/245 kB | 32/45 kB Progress (2): 45/245 kB | 37/45 kB Progress (2): 49/245 kB | 37/45 kB Progress (2): 49/245 kB | 41/45 kB Progress (2): 53/245 kB | 41/45 kB Progress (2): 57/245 kB | 41/45 kB Progress (2): 57/245 kB | 45/45 kB Progress (2): 57/245 kB | 45 kB Progress (2): 61/245 kB | 45 kB Progress (2): 65/245 kB | 45 kB Progress (2): 69/245 kB | 45 kB Progress (2): 73/245 kB | 45 kB Progress (2): 77/245 kB | 45 kB Progress (2): 82/245 kB | 45 kB Progress (2): 86/245 kB | 45 kB Progress (2): 90/245 kB | 45 kB Progress (2): 94/245 kB | 45 kB Progress (2): 98/245 kB | 45 kB Progress (2): 102/245 kB | 45 kB Progress (2): 106/245 kB | 45 kB Progress (2): 110/245 kB | 45 kB Progress (2): 114/245 kB | 45 kB Progress (2): 118/245 kB | 45 kB Progress (2): 123/245 kB | 45 kB Progress (2): 127/245 kB | 45 kB Progress (2): 131/245 kB | 45 kB Progress (2): 135/245 kB | 45 kB Progress (2): 139/245 kB | 45 kB Progress (2): 143/245 kB | 45 kB Progress (2): 147/245 kB | 45 kB Progress (2): 151/245 kB | 45 kB Progress (2): 155/245 kB | 45 kB Progress (2): 159/245 kB | 45 kB Progress (2): 164/245 kB | 45 kB Progress (2): 168/245 kB | 45 kB Progress (2): 172/245 kB | 45 kB Progress (2): 176/245 kB | 45 kB Progress (2): 180/245 kB | 45 kB Progress (2): 184/245 kB | 45 kB Progress (2): 188/245 kB | 45 kB Progress (2): 192/245 kB | 45 kB Progress (2): 196/245 kB | 45 kB Progress (2): 200/245 kB | 45 kB Progress (2): 204/245 kB | 45 kB Progress (2): 209/245 kB | 45 kB Progress (2): 213/245 kB | 45 kB Progress (2): 217/245 kB | 45 kB Progress (2): 221/245 kB | 45 kB Progress (2): 225/245 kB | 45 kB Progress (2): 229/245 kB | 45 kB Progress (2): 233/245 kB | 45 kB Progress (2): 237/245 kB | 45 kB Progress (2): 241/245 kB | 45 kB Progress (2): 245 kB | 45 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar 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 34 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.jar (245 kB at 181 kB/s) 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/commons/commons-lang3/3.5/commons-lang3-3.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (1): 3.8/134 kB Progress (1): 7.9/134 kB Progress (1): 12/134 kB Progress (1): 16/134 kB Progress (1): 20/134 kB Progress (1): 24/134 kB Progress (1): 28/134 kB Progress (1): 32/134 kB Progress (1): 37/134 kB Progress (1): 41/134 kB Progress (1): 42/134 kB Progress (1): 46/134 kB Progress (1): 50/134 kB Progress (1): 54/134 kB Progress (1): 59/134 kB Progress (1): 63/134 kB Progress (1): 67/134 kB Progress (1): 71/134 kB Progress (1): 75/134 kB Progress (1): 79/134 kB Progress (1): 83/134 kB Progress (1): 87/134 kB Progress (1): 91/134 kB Progress (1): 95/134 kB Progress (1): 99/134 kB Progress (1): 104/134 kB Progress (1): 108/134 kB Progress (1): 112/134 kB Progress (1): 116/134 kB Progress (1): 120/134 kB Progress (1): 124/134 kB Progress (1): 128/134 kB Progress (1): 132/134 kB Progress (1): 134 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 73 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (1): 4.1/52 kB Progress (1): 7.7/52 kB Progress (1): 12/52 kB Progress (1): 16/52 kB Progress (1): 20/52 kB Progress (1): 24/52 kB Progress (2): 24/52 kB | 4.1/165 kB Progress (2): 28/52 kB | 4.1/165 kB Progress (2): 28/52 kB | 7.7/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (2): 32/52 kB | 7.7/165 kB Progress (2): 32/52 kB | 12/165 kB Progress (2): 32/52 kB | 16/165 kB Progress (2): 36/52 kB | 16/165 kB Progress (2): 36/52 kB | 20/165 kB Progress (2): 36/52 kB | 24/165 kB Progress (2): 36/52 kB | 28/165 kB Progress (2): 36/52 kB | 32/165 kB Progress (2): 36/52 kB | 33/165 kB Progress (2): 36/52 kB | 37/165 kB Progress (2): 36/52 kB | 41/165 kB Progress (2): 36/52 kB | 45/165 kB Progress (2): 36/52 kB | 49/165 kB Progress (2): 36/52 kB | 53/165 kB Progress (2): 36/52 kB | 57/165 kB Progress (2): 36/52 kB | 61/165 kB Progress (2): 36/52 kB | 65/165 kB Progress (2): 36/52 kB | 66/165 kB Progress (2): 36/52 kB | 70/165 kB Progress (2): 36/52 kB | 74/165 kB Progress (2): 36/52 kB | 78/165 kB Progress (2): 36/52 kB | 82/165 kB Progress (2): 36/52 kB | 86/165 kB Progress (2): 36/52 kB | 90/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Progress (2): 40/52 kB | 90/165 kB Progress (2): 44/52 kB | 90/165 kB Progress (3): 44/52 kB | 90/165 kB | 4.1/49 kB Progress (3): 44/52 kB | 90/165 kB | 7.7/49 kB Progress (3): 44/52 kB | 90/165 kB | 12/49 kB Progress (3): 44/52 kB | 90/165 kB | 16/49 kB Progress (3): 44/52 kB | 90/165 kB | 20/49 kB Progress (3): 44/52 kB | 90/165 kB | 24/49 kB Progress (3): 44/52 kB | 90/165 kB | 28/49 kB Progress (3): 44/52 kB | 90/165 kB | 32/49 kB Progress (3): 44/52 kB | 90/165 kB | 36/49 kB Progress (3): 44/52 kB | 90/165 kB | 40/49 kB Progress (3): 44/52 kB | 90/165 kB | 44/49 kB Progress (3): 44/52 kB | 90/165 kB | 48/49 kB Progress (3): 44/52 kB | 90/165 kB | 49 kB Progress (3): 44/52 kB | 94/165 kB | 49 kB Progress (4): 44/52 kB | 94/165 kB | 49 kB | 4.1/527 kB Progress (4): 44/52 kB | 94/165 kB | 49 kB | 7.7/527 kB Progress (4): 48/52 kB | 94/165 kB | 49 kB | 7.7/527 kB Progress (4): 52/52 kB | 94/165 kB | 49 kB | 7.7/527 kB Progress (4): 52 kB | 94/165 kB | 49 kB | 7.7/527 kB Progress (4): 52 kB | 94/165 kB | 49 kB | 12/527 kB Progress (4): 52 kB | 94/165 kB | 49 kB | 16/527 kB Progress (4): 52 kB | 94/165 kB | 49 kB | 20/527 kB Progress (4): 52 kB | 98/165 kB | 49 kB | 20/527 kB Progress (4): 52 kB | 98/165 kB | 49 kB | 20/527 kB Progress (4): 52 kB | 98/165 kB | 49 kB | 24/527 kB Progress (5): 52 kB | 98/165 kB | 49 kB | 24/527 kB | 4.1/47 kB Progress (5): 52 kB | 98/165 kB | 49 kB | 28/527 kB | 4.1/47 kB Progress (5): 52 kB | 102/165 kB | 49 kB | 28/527 kB | 4.1/47 kB Progress (5): 52 kB | 106/165 kB | 49 kB | 28/527 kB | 4.1/47 kB Progress (5): 52 kB | 110/165 kB | 49 kB | 28/527 kB | 4.1/47 kB Progress (5): 52 kB | 114/165 kB | 49 kB | 28/527 kB | 4.1/47 kB Progress (5): 52 kB | 118/165 kB | 49 kB | 28/527 kB | 4.1/47 kB Progress (5): 52 kB | 118/165 kB | 49 kB | 32/527 kB | 4.1/47 kB Progress (5): 52 kB | 118/165 kB | 49 kB | 32/527 kB | 7.7/47 kB Progress (5): 52 kB | 118/165 kB | 49 kB | 32/527 kB | 12/47 kB Progress (5): 52 kB | 118/165 kB | 49 kB | 33/527 kB | 12/47 kB Progress (5): 52 kB | 122/165 kB | 49 kB | 33/527 kB | 12/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 670 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (4): 52 kB | 122/165 kB | 33/527 kB | 16/47 kB Progress (4): 52 kB | 122/165 kB | 37/527 kB | 16/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 665 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (3): 122/165 kB | 41/527 kB | 16/47 kB Progress (3): 122/165 kB | 41/527 kB | 20/47 kB Progress (3): 122/165 kB | 45/527 kB | 20/47 kB Progress (3): 122/165 kB | 49/527 kB | 20/47 kB Progress (3): 126/165 kB | 49/527 kB | 20/47 kB Progress (3): 126/165 kB | 49/527 kB | 24/47 kB Progress (3): 126/165 kB | 53/527 kB | 24/47 kB Progress (3): 126/165 kB | 53/527 kB | 28/47 kB Progress (3): 130/165 kB | 53/527 kB | 28/47 kB Progress (3): 130/165 kB | 53/527 kB | 32/47 kB Progress (3): 130/165 kB | 57/527 kB | 32/47 kB Progress (3): 130/165 kB | 57/527 kB | 36/47 kB Progress (3): 131/165 kB | 57/527 kB | 36/47 kB Progress (3): 131/165 kB | 57/527 kB | 40/47 kB Progress (3): 131/165 kB | 61/527 kB | 40/47 kB Progress (3): 131/165 kB | 65/527 kB | 40/47 kB Progress (3): 131/165 kB | 66/527 kB | 40/47 kB Progress (3): 131/165 kB | 70/527 kB | 40/47 kB Progress (3): 131/165 kB | 74/527 kB | 40/47 kB Progress (3): 131/165 kB | 74/527 kB | 44/47 kB Progress (3): 135/165 kB | 74/527 kB | 44/47 kB Progress (3): 135/165 kB | 74/527 kB | 47 kB Progress (3): 135/165 kB | 78/527 kB | 47 kB Progress (3): 135/165 kB | 82/527 kB | 47 kB Progress (4): 135/165 kB | 82/527 kB | 47 kB | 4.1/38 kB Progress (4): 135/165 kB | 86/527 kB | 47 kB | 4.1/38 kB Progress (4): 139/165 kB | 86/527 kB | 47 kB | 4.1/38 kB Progress (4): 139/165 kB | 90/527 kB | 47 kB | 4.1/38 kB Progress (4): 139/165 kB | 90/527 kB | 47 kB | 7.7/38 kB Progress (4): 139/165 kB | 94/527 kB | 47 kB | 7.7/38 kB Progress (4): 139/165 kB | 94/527 kB | 47 kB | 12/38 kB Progress (4): 143/165 kB | 94/527 kB | 47 kB | 12/38 kB Progress (4): 143/165 kB | 94/527 kB | 47 kB | 16/38 kB Progress (4): 143/165 kB | 98/527 kB | 47 kB | 16/38 kB Progress (4): 143/165 kB | 98/527 kB | 47 kB | 20/38 kB Progress (4): 143/165 kB | 98/527 kB | 47 kB | 24/38 kB Progress (4): 147/165 kB | 98/527 kB | 47 kB | 24/38 kB Progress (4): 147/165 kB | 98/527 kB | 47 kB | 28/38 kB Progress (5): 147/165 kB | 98/527 kB | 47 kB | 28/38 kB | 4.1/30 kB Progress (5): 147/165 kB | 98/527 kB | 47 kB | 28/38 kB | 4.1/30 kB Progress (5): 147/165 kB | 98/527 kB | 47 kB | 28/38 kB | 7.7/30 kB Progress (5): 147/165 kB | 102/527 kB | 47 kB | 28/38 kB | 7.7/30 kB Progress (5): 147/165 kB | 102/527 kB | 47 kB | 32/38 kB | 7.7/30 kB Progress (5): 147/165 kB | 102/527 kB | 47 kB | 33/38 kB | 7.7/30 kB Progress (5): 147/165 kB | 102/527 kB | 47 kB | 37/38 kB | 7.7/30 kB Progress (5): 147/165 kB | 102/527 kB | 47 kB | 38 kB | 7.7/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 462 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (4): 151/165 kB | 102/527 kB | 38 kB | 7.7/30 kB Progress (4): 155/165 kB | 102/527 kB | 38 kB | 7.7/30 kB Progress (4): 155/165 kB | 106/527 kB | 38 kB | 7.7/30 kB Progress (4): 155/165 kB | 106/527 kB | 38 kB | 12/30 kB Progress (4): 155/165 kB | 110/527 kB | 38 kB | 12/30 kB Progress (4): 159/165 kB | 110/527 kB | 38 kB | 12/30 kB Progress (4): 163/165 kB | 110/527 kB | 38 kB | 12/30 kB Progress (4): 165 kB | 110/527 kB | 38 kB | 12/30 kB Progress (4): 165 kB | 114/527 kB | 38 kB | 12/30 kB Progress (4): 165 kB | 114/527 kB | 38 kB | 16/30 kB Progress (4): 165 kB | 118/527 kB | 38 kB | 16/30 kB Progress (4): 165 kB | 122/527 kB | 38 kB | 16/30 kB Progress (4): 165 kB | 122/527 kB | 38 kB | 20/30 kB Progress (4): 165 kB | 122/527 kB | 38 kB | 24/30 kB Progress (4): 165 kB | 126/527 kB | 38 kB | 24/30 kB Progress (4): 165 kB | 130/527 kB | 38 kB | 24/30 kB Progress (4): 165 kB | 131/527 kB | 38 kB | 24/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 331 kB/s) Progress (4): 165 kB | 131/527 kB | 24/30 kB | 4.1/148 kB Progress (4): 165 kB | 131/527 kB | 24/30 kB | 7.7/148 kB Progress (4): 165 kB | 131/527 kB | 24/30 kB | 12/148 kB Progress (4): 165 kB | 131/527 kB | 24/30 kB | 16/148 kB Progress (4): 165 kB | 131/527 kB | 24/30 kB | 20/148 kB Progress (4): 165 kB | 131/527 kB | 24/30 kB | 24/148 kB Progress (4): 165 kB | 135/527 kB | 24/30 kB | 24/148 kB Progress (4): 165 kB | 135/527 kB | 28/30 kB | 24/148 kB Progress (4): 165 kB | 139/527 kB | 28/30 kB | 24/148 kB Progress (4): 165 kB | 139/527 kB | 28/30 kB | 28/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (4): 165 kB | 143/527 kB | 28/30 kB | 28/148 kB Progress (4): 165 kB | 147/527 kB | 28/30 kB | 28/148 kB Progress (4): 165 kB | 151/527 kB | 28/30 kB | 28/148 kB Progress (4): 165 kB | 155/527 kB | 28/30 kB | 28/148 kB Progress (4): 165 kB | 159/527 kB | 28/30 kB | 28/148 kB Progress (4): 165 kB | 163/527 kB | 28/30 kB | 28/148 kB Progress (4): 165 kB | 167/527 kB | 28/30 kB | 28/148 kB Progress (4): 165 kB | 171/527 kB | 28/30 kB | 28/148 kB Progress (4): 165 kB | 175/527 kB | 28/30 kB | 28/148 kB Progress (4): 165 kB | 179/527 kB | 28/30 kB | 28/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (3): 179/527 kB | 28/30 kB | 32/148 kB Progress (3): 179/527 kB | 30 kB | 32/148 kB Progress (3): 179/527 kB | 30 kB | 33/148 kB Progress (3): 183/527 kB | 30 kB | 33/148 kB Progress (3): 187/527 kB | 30 kB | 33/148 kB Progress (3): 187/527 kB | 30 kB | 37/148 kB Progress (3): 191/527 kB | 30 kB | 37/148 kB Progress (3): 195/527 kB | 30 kB | 37/148 kB Progress (3): 195/527 kB | 30 kB | 41/148 kB Progress (3): 199/527 kB | 30 kB | 41/148 kB Progress (3): 199/527 kB | 30 kB | 45/148 kB Progress (3): 203/527 kB | 30 kB | 45/148 kB Progress (3): 203/527 kB | 30 kB | 49/148 kB Progress (3): 207/527 kB | 30 kB | 49/148 kB Progress (3): 207/527 kB | 30 kB | 53/148 kB Progress (3): 211/527 kB | 30 kB | 53/148 kB Progress (3): 215/527 kB | 30 kB | 53/148 kB Progress (3): 219/527 kB | 30 kB | 53/148 kB Progress (3): 219/527 kB | 30 kB | 57/148 kB Progress (3): 223/527 kB | 30 kB | 57/148 kB Progress (3): 223/527 kB | 30 kB | 61/148 kB Progress (4): 223/527 kB | 30 kB | 61/148 kB | 4.1/51 kB Progress (4): 223/527 kB | 30 kB | 65/148 kB | 4.1/51 kB Progress (4): 227/527 kB | 30 kB | 65/148 kB | 4.1/51 kB Progress (4): 227/527 kB | 30 kB | 66/148 kB | 4.1/51 kB Progress (4): 227/527 kB | 30 kB | 66/148 kB | 7.7/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 212 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (3): 227/527 kB | 70/148 kB | 7.7/51 kB Progress (3): 231/527 kB | 70/148 kB | 7.7/51 kB Progress (3): 231/527 kB | 74/148 kB | 7.7/51 kB Progress (4): 231/527 kB | 74/148 kB | 7.7/51 kB | 4.1/106 kB Progress (4): 231/527 kB | 74/148 kB | 7.7/51 kB | 7.7/106 kB Progress (4): 231/527 kB | 74/148 kB | 12/51 kB | 7.7/106 kB Progress (4): 231/527 kB | 74/148 kB | 12/51 kB | 12/106 kB Progress (4): 231/527 kB | 78/148 kB | 12/51 kB | 12/106 kB Progress (4): 231/527 kB | 82/148 kB | 12/51 kB | 12/106 kB Progress (4): 235/527 kB | 82/148 kB | 12/51 kB | 12/106 kB Progress (4): 235/527 kB | 86/148 kB | 12/51 kB | 12/106 kB Progress (4): 235/527 kB | 90/148 kB | 12/51 kB | 12/106 kB Progress (4): 235/527 kB | 90/148 kB | 12/51 kB | 16/106 kB Progress (4): 235/527 kB | 90/148 kB | 16/51 kB | 16/106 kB Progress (4): 235/527 kB | 90/148 kB | 16/51 kB | 20/106 kB Progress (4): 235/527 kB | 94/148 kB | 16/51 kB | 20/106 kB Progress (4): 239/527 kB | 94/148 kB | 16/51 kB | 20/106 kB Progress (4): 243/527 kB | 94/148 kB | 16/51 kB | 20/106 kB Progress (4): 243/527 kB | 98/148 kB | 16/51 kB | 20/106 kB Progress (4): 243/527 kB | 98/148 kB | 16/51 kB | 24/106 kB Progress (4): 243/527 kB | 98/148 kB | 20/51 kB | 24/106 kB Progress (4): 243/527 kB | 98/148 kB | 24/51 kB | 24/106 kB Progress (4): 243/527 kB | 98/148 kB | 24/51 kB | 28/106 kB Progress (5): 243/527 kB | 98/148 kB | 24/51 kB | 28/106 kB | 4.1/14 kB Progress (5): 243/527 kB | 98/148 kB | 24/51 kB | 28/106 kB | 7.7/14 kB Progress (5): 243/527 kB | 98/148 kB | 24/51 kB | 28/106 kB | 7.7/14 kB Progress (5): 247/527 kB | 98/148 kB | 24/51 kB | 28/106 kB | 7.7/14 kB Progress (5): 251/527 kB | 98/148 kB | 24/51 kB | 28/106 kB | 7.7/14 kB Progress (5): 251/527 kB | 102/148 kB | 24/51 kB | 28/106 kB | 7.7/14 kB Progress (5): 251/527 kB | 106/148 kB | 24/51 kB | 28/106 kB | 7.7/14 kB Progress (5): 251/527 kB | 106/148 kB | 24/51 kB | 28/106 kB | 12/14 kB Progress (5): 251/527 kB | 106/148 kB | 24/51 kB | 32/106 kB | 12/14 kB Progress (5): 251/527 kB | 106/148 kB | 28/51 kB | 32/106 kB | 12/14 kB Progress (5): 251/527 kB | 106/148 kB | 28/51 kB | 33/106 kB | 12/14 kB Progress (5): 251/527 kB | 106/148 kB | 28/51 kB | 33/106 kB | 14 kB Progress (5): 251/527 kB | 110/148 kB | 28/51 kB | 33/106 kB | 14 kB Progress (5): 255/527 kB | 110/148 kB | 28/51 kB | 33/106 kB | 14 kB Progress (5): 255/527 kB | 114/148 kB | 28/51 kB | 33/106 kB | 14 kB Progress (5): 255/527 kB | 114/148 kB | 28/51 kB | 37/106 kB | 14 kB Progress (5): 255/527 kB | 114/148 kB | 28/51 kB | 41/106 kB | 14 kB Progress (5): 255/527 kB | 114/148 kB | 32/51 kB | 41/106 kB | 14 kB Progress (5): 255/527 kB | 114/148 kB | 32/51 kB | 45/106 kB | 14 kB Progress (5): 255/527 kB | 118/148 kB | 32/51 kB | 45/106 kB | 14 kB Progress (5): 255/527 kB | 122/148 kB | 32/51 kB | 45/106 kB | 14 kB Progress (5): 259/527 kB | 122/148 kB | 32/51 kB | 45/106 kB | 14 kB Progress (5): 259/527 kB | 126/148 kB | 32/51 kB | 45/106 kB | 14 kB Progress (5): 259/527 kB | 130/148 kB | 32/51 kB | 45/106 kB | 14 kB Progress (5): 259/527 kB | 130/148 kB | 32/51 kB | 49/106 kB | 14 kB Progress (5): 259/527 kB | 130/148 kB | 33/51 kB | 49/106 kB | 14 kB Progress (5): 259/527 kB | 130/148 kB | 33/51 kB | 53/106 kB | 14 kB Progress (5): 259/527 kB | 134/148 kB | 33/51 kB | 53/106 kB | 14 kB Progress (5): 263/527 kB | 134/148 kB | 33/51 kB | 53/106 kB | 14 kB Progress (5): 263/527 kB | 138/148 kB | 33/51 kB | 53/106 kB | 14 kB Progress (5): 263/527 kB | 138/148 kB | 33/51 kB | 57/106 kB | 14 kB Progress (5): 263/527 kB | 138/148 kB | 37/51 kB | 57/106 kB | 14 kB Progress (5): 263/527 kB | 138/148 kB | 41/51 kB | 57/106 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 78 kB/s) Progress (4): 263/527 kB | 138/148 kB | 45/51 kB | 57/106 kB Progress (4): 263/527 kB | 138/148 kB | 49/51 kB | 57/106 kB Progress (4): 263/527 kB | 138/148 kB | 49/51 kB | 61/106 kB Progress (4): 263/527 kB | 142/148 kB | 49/51 kB | 61/106 kB Progress (4): 267/527 kB | 142/148 kB | 49/51 kB | 61/106 kB Progress (4): 267/527 kB | 146/148 kB | 49/51 kB | 61/106 kB Progress (4): 267/527 kB | 146/148 kB | 49/51 kB | 65/106 kB Progress (4): 267/527 kB | 146/148 kB | 51 kB | 65/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (4): 267/527 kB | 146/148 kB | 51 kB | 66/106 kB Progress (4): 267/527 kB | 148 kB | 51 kB | 66/106 kB Progress (4): 271/527 kB | 148 kB | 51 kB | 66/106 kB Progress (4): 271/527 kB | 148 kB | 51 kB | 70/106 kB Progress (4): 275/527 kB | 148 kB | 51 kB | 70/106 kB Progress (4): 275/527 kB | 148 kB | 51 kB | 74/106 kB Progress (4): 275/527 kB | 148 kB | 51 kB | 78/106 kB Progress (4): 275/527 kB | 148 kB | 51 kB | 82/106 kB Progress (4): 275/527 kB | 148 kB | 51 kB | 86/106 kB Progress (4): 275/527 kB | 148 kB | 51 kB | 90/106 kB Progress (4): 275/527 kB | 148 kB | 51 kB | 94/106 kB Progress (4): 275/527 kB | 148 kB | 51 kB | 98/106 kB Progress (4): 275/527 kB | 148 kB | 51 kB | 102/106 kB Progress (4): 279/527 kB | 148 kB | 51 kB | 102/106 kB Progress (4): 283/527 kB | 148 kB | 51 kB | 102/106 kB Progress (4): 287/527 kB | 148 kB | 51 kB | 102/106 kB Progress (4): 291/527 kB | 148 kB | 51 kB | 102/106 kB Progress (4): 295/527 kB | 148 kB | 51 kB | 102/106 kB Progress (4): 299/527 kB | 148 kB | 51 kB | 102/106 kB Progress (4): 303/527 kB | 148 kB | 51 kB | 102/106 kB Progress (4): 307/527 kB | 148 kB | 51 kB | 102/106 kB Progress (5): 307/527 kB | 148 kB | 51 kB | 102/106 kB | 4.1/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 265 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 759 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (3): 307/527 kB | 102/106 kB | 7.7/74 kB Progress (3): 307/527 kB | 106/106 kB | 7.7/74 kB Progress (3): 307/527 kB | 106/106 kB | 12/74 kB Progress (3): 311/527 kB | 106/106 kB | 12/74 kB Progress (3): 311/527 kB | 106/106 kB | 16/74 kB Progress (3): 311/527 kB | 106/106 kB | 20/74 kB Progress (3): 311/527 kB | 106/106 kB | 24/74 kB Progress (3): 311/527 kB | 106/106 kB | 28/74 kB Progress (3): 311/527 kB | 106/106 kB | 32/74 kB Progress (3): 311/527 kB | 106/106 kB | 33/74 kB Progress (3): 311/527 kB | 106/106 kB | 37/74 kB Progress (3): 311/527 kB | 106/106 kB | 41/74 kB Progress (3): 311/527 kB | 106/106 kB | 45/74 kB Progress (3): 311/527 kB | 106/106 kB | 49/74 kB Progress (3): 311/527 kB | 106 kB | 49/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (3): 311/527 kB | 106 kB | 53/74 kB Progress (3): 315/527 kB | 106 kB | 53/74 kB Progress (3): 315/527 kB | 106 kB | 57/74 kB Progress (3): 319/527 kB | 106 kB | 57/74 kB Progress (3): 323/527 kB | 106 kB | 57/74 kB Progress (4): 323/527 kB | 106 kB | 57/74 kB | 4.1/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 477 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (3): 323/527 kB | 61/74 kB | 4.1/61 kB Progress (3): 323/527 kB | 61/74 kB | 7.7/61 kB Progress (3): 323/527 kB | 61/74 kB | 12/61 kB Progress (3): 323/527 kB | 61/74 kB | 16/61 kB Progress (3): 327/527 kB | 61/74 kB | 16/61 kB Progress (3): 327/527 kB | 61/74 kB | 20/61 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 4.1/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 7.7/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 12/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 16/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 20/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 24/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 28/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 32/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 33/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 37/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 41/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 45/108 kB Progress (4): 327/527 kB | 61/74 kB | 20/61 kB | 49/108 kB Progress (4): 327/527 kB | 65/74 kB | 20/61 kB | 49/108 kB Progress (4): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 4.1/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 7.7/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 12/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 16/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 20/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 24/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 28/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 32/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 33/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 37/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 41/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 45/46 kB Progress (5): 327/527 kB | 65/74 kB | 20/61 kB | 53/108 kB | 46 kB Progress (5): 327/527 kB | 65/74 kB | 24/61 kB | 53/108 kB | 46 kB Progress (5): 331/527 kB | 65/74 kB | 24/61 kB | 53/108 kB | 46 kB Progress (5): 331/527 kB | 65/74 kB | 28/61 kB | 53/108 kB | 46 kB Progress (5): 331/527 kB | 65/74 kB | 28/61 kB | 57/108 kB | 46 kB Progress (5): 331/527 kB | 66/74 kB | 28/61 kB | 57/108 kB | 46 kB Progress (5): 331/527 kB | 66/74 kB | 28/61 kB | 61/108 kB | 46 kB Progress (5): 331/527 kB | 66/74 kB | 32/61 kB | 61/108 kB | 46 kB Progress (5): 335/527 kB | 66/74 kB | 32/61 kB | 61/108 kB | 46 kB Progress (5): 335/527 kB | 66/74 kB | 36/61 kB | 61/108 kB | 46 kB Progress (5): 335/527 kB | 66/74 kB | 40/61 kB | 61/108 kB | 46 kB Progress (5): 335/527 kB | 66/74 kB | 40/61 kB | 65/108 kB | 46 kB Progress (5): 335/527 kB | 70/74 kB | 40/61 kB | 65/108 kB | 46 kB Progress (5): 335/527 kB | 70/74 kB | 40/61 kB | 66/108 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 181 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (4): 335/527 kB | 70/74 kB | 44/61 kB | 66/108 kB Progress (4): 339/527 kB | 70/74 kB | 44/61 kB | 66/108 kB Progress (4): 343/527 kB | 70/74 kB | 44/61 kB | 66/108 kB Progress (4): 347/527 kB | 70/74 kB | 44/61 kB | 66/108 kB Progress (4): 351/527 kB | 70/74 kB | 44/61 kB | 66/108 kB Progress (4): 355/527 kB | 70/74 kB | 44/61 kB | 66/108 kB Progress (4): 355/527 kB | 70/74 kB | 48/61 kB | 66/108 kB Progress (4): 355/527 kB | 70/74 kB | 48/61 kB | 70/108 kB Progress (4): 355/527 kB | 74/74 kB | 48/61 kB | 70/108 kB Progress (4): 355/527 kB | 74/74 kB | 48/61 kB | 74/108 kB Progress (4): 355/527 kB | 74/74 kB | 52/61 kB | 74/108 kB Progress (4): 359/527 kB | 74/74 kB | 52/61 kB | 74/108 kB Progress (4): 363/527 kB | 74/74 kB | 52/61 kB | 74/108 kB Progress (4): 363/527 kB | 74/74 kB | 56/61 kB | 74/108 kB Progress (4): 363/527 kB | 74/74 kB | 56/61 kB | 78/108 kB Progress (4): 363/527 kB | 74 kB | 56/61 kB | 78/108 kB Progress (5): 363/527 kB | 74 kB | 56/61 kB | 78/108 kB | 4.1/4.3 kB Progress (5): 363/527 kB | 74 kB | 56/61 kB | 78/108 kB | 4.3 kB Progress (5): 363/527 kB | 74 kB | 56/61 kB | 82/108 kB | 4.3 kB Progress (5): 363/527 kB | 74 kB | 60/61 kB | 82/108 kB | 4.3 kB Progress (5): 363/527 kB | 74 kB | 61 kB | 82/108 kB | 4.3 kB Progress (5): 367/527 kB | 74 kB | 61 kB | 82/108 kB | 4.3 kB Progress (5): 367/527 kB | 74 kB | 61 kB | 86/108 kB | 4.3 kB Progress (5): 367/527 kB | 74 kB | 61 kB | 90/108 kB | 4.3 kB Progress (5): 371/527 kB | 74 kB | 61 kB | 90/108 kB | 4.3 kB Progress (5): 371/527 kB | 74 kB | 61 kB | 94/108 kB | 4.3 kB Progress (5): 371/527 kB | 74 kB | 61 kB | 98/108 kB | 4.3 kB Progress (5): 371/527 kB | 74 kB | 61 kB | 98/108 kB | 4.3 kB Progress (5): 371/527 kB | 74 kB | 61 kB | 102/108 kB | 4.3 kB Progress (5): 371/527 kB | 74 kB | 61 kB | 106/108 kB | 4.3 kB Progress (5): 371/527 kB | 74 kB | 61 kB | 108 kB | 4.3 kB Progress (5): 375/527 kB | 74 kB | 61 kB | 108 kB | 4.3 kB Progress (5): 379/527 kB | 74 kB | 61 kB | 108 kB | 4.3 kB Progress (5): 383/527 kB | 74 kB | 61 kB | 108 kB | 4.3 kB Progress (5): 387/527 kB | 74 kB | 61 kB | 108 kB | 4.3 kB Progress (5): 391/527 kB | 74 kB | 61 kB | 108 kB | 4.3 kB Progress (5): 395/527 kB | 74 kB | 61 kB | 108 kB | 4.3 kB Progress (5): 399/527 kB | 74 kB | 61 kB | 108 kB | 4.3 kB Progress (5): 403/527 kB | 74 kB | 61 kB | 108 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 15 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 264 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (3): 407/527 kB | 61 kB | 108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 214 kB/s) Progress (2): 411/527 kB | 108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 374 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Progress (1): 415/527 kB Progress (1): 419/527 kB Progress (1): 423/527 kB Progress (1): 427/527 kB Progress (1): 431/527 kB Progress (1): 435/527 kB Progress (1): 439/527 kB Progress (1): 443/527 kB Progress (1): 447/527 kB Progress (1): 451/527 kB Progress (1): 455/527 kB Progress (1): 459/527 kB Progress (1): 463/527 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Progress (1): 467/527 kB Progress (2): 467/527 kB | 4.1/12 kB Progress (2): 467/527 kB | 7.7/12 kB Progress (2): 467/527 kB | 12 kB Progress (2): 471/527 kB | 12 kB Progress (2): 475/527 kB | 12 kB Progress (2): 479/527 kB | 12 kB Progress (2): 483/527 kB | 12 kB Progress (2): 487/527 kB | 12 kB Progress (2): 491/527 kB | 12 kB Progress (2): 495/527 kB | 12 kB Progress (2): 499/527 kB | 12 kB Progress (2): 503/527 kB | 12 kB Progress (2): 507/527 kB | 12 kB Progress (3): 507/527 kB | 12 kB | 4.1/38 kB Progress (3): 511/527 kB | 12 kB | 4.1/38 kB Progress (3): 515/527 kB | 12 kB | 4.1/38 kB Progress (3): 515/527 kB | 12 kB | 7.7/38 kB Progress (3): 519/527 kB | 12 kB | 7.7/38 kB Progress (3): 523/527 kB | 12 kB | 7.7/38 kB Progress (3): 527 kB | 12 kB | 7.7/38 kB Progress (3): 527 kB | 12 kB | 12/38 kB Progress (3): 527 kB | 12 kB | 16/38 kB Progress (3): 527 kB | 12 kB | 20/38 kB Progress (3): 527 kB | 12 kB | 24/38 kB Progress (3): 527 kB | 12 kB | 28/38 kB Progress (3): 527 kB | 12 kB | 32/38 kB Progress (3): 527 kB | 12 kB | 33/38 kB Progress (3): 527 kB | 12 kB | 37/38 kB Progress (3): 527 kB | 12 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 36 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar Progress (3): 527 kB | 38 kB | 4.1/104 kB Progress (3): 527 kB | 38 kB | 7.7/104 kB Progress (3): 527 kB | 38 kB | 12/104 kB Progress (4): 527 kB | 38 kB | 12/104 kB | 4.1/262 kB Progress (4): 527 kB | 38 kB | 16/104 kB | 4.1/262 kB Progress (4): 527 kB | 38 kB | 16/104 kB | 7.7/262 kB Progress (4): 527 kB | 38 kB | 16/104 kB | 12/262 kB Progress (4): 527 kB | 38 kB | 16/104 kB | 16/262 kB Progress (4): 527 kB | 38 kB | 20/104 kB | 16/262 kB Progress (4): 527 kB | 38 kB | 24/104 kB | 16/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Progress (3): 38 kB | 24/104 kB | 20/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 112 kB/s) Progress (2): 28/104 kB | 20/262 kB 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/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Progress (2): 28/104 kB | 24/262 kB Progress (2): 32/104 kB | 24/262 kB Progress (2): 32/104 kB | 28/262 kB Progress (2): 33/104 kB | 28/262 kB Progress (2): 33/104 kB | 32/262 kB Progress (2): 37/104 kB | 32/262 kB Progress (2): 37/104 kB | 33/262 kB Progress (2): 41/104 kB | 33/262 kB Progress (2): 41/104 kB | 37/262 kB Progress (2): 45/104 kB | 37/262 kB Progress (2): 45/104 kB | 41/262 kB Progress (2): 45/104 kB | 45/262 kB Progress (2): 45/104 kB | 49/262 kB Progress (3): 45/104 kB | 49/262 kB | 4.1/164 kB Progress (3): 49/104 kB | 49/262 kB | 4.1/164 kB Progress (3): 49/104 kB | 49/262 kB | 7.7/164 kB Progress (3): 49/104 kB | 53/262 kB | 7.7/164 kB 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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Progress (3): 49/104 kB | 57/262 kB | 7.7/164 kB Progress (3): 49/104 kB | 57/262 kB | 12/164 kB Progress (3): 49/104 kB | 57/262 kB | 16/164 kB Progress (3): 53/104 kB | 57/262 kB | 16/164 kB Progress (3): 53/104 kB | 57/262 kB | 20/164 kB Progress (3): 53/104 kB | 57/262 kB | 24/164 kB Progress (3): 53/104 kB | 61/262 kB | 24/164 kB Progress (4): 53/104 kB | 61/262 kB | 24/164 kB | 4.1/480 kB Progress (4): 53/104 kB | 65/262 kB | 24/164 kB | 4.1/480 kB Progress (4): 53/104 kB | 66/262 kB | 24/164 kB | 4.1/480 kB Progress (4): 53/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 57/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 61/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 65/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 66/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 70/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 74/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 78/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 82/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 86/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 90/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 94/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 98/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 98/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 102/104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 104 kB | 66/262 kB | 28/164 kB | 4.1/480 kB Progress (4): 104 kB | 66/262 kB | 32/164 kB | 4.1/480 kB Progress (4): 104 kB | 66/262 kB | 33/164 kB | 4.1/480 kB Progress (4): 104 kB | 66/262 kB | 37/164 kB | 4.1/480 kB Progress (4): 104 kB | 66/262 kB | 41/164 kB | 4.1/480 kB Progress (4): 104 kB | 70/262 kB | 41/164 kB | 4.1/480 kB Progress (4): 104 kB | 70/262 kB | 45/164 kB | 4.1/480 kB Progress (4): 104 kB | 70/262 kB | 45/164 kB | 7.7/480 kB Progress (4): 104 kB | 70/262 kB | 49/164 kB | 7.7/480 kB Progress (4): 104 kB | 70/262 kB | 53/164 kB | 7.7/480 kB Progress (4): 104 kB | 70/262 kB | 57/164 kB | 7.7/480 kB Progress (4): 104 kB | 74/262 kB | 57/164 kB | 7.7/480 kB Progress (4): 104 kB | 78/262 kB | 57/164 kB | 7.7/480 kB Progress (4): 104 kB | 82/262 kB | 57/164 kB | 7.7/480 kB Progress (5): 104 kB | 82/262 kB | 57/164 kB | 7.7/480 kB | 4.1/282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 278 kB/s) Progress (4): 86/262 kB | 57/164 kB | 7.7/480 kB | 4.1/282 kB Progress (4): 86/262 kB | 61/164 kB | 7.7/480 kB | 4.1/282 kB Progress (4): 86/262 kB | 65/164 kB | 7.7/480 kB | 4.1/282 kB Progress (4): 86/262 kB | 65/164 kB | 12/480 kB | 4.1/282 kB Progress (4): 86/262 kB | 66/164 kB | 12/480 kB | 4.1/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 4.1/282 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 7.7/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 12/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 16/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 20/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 24/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 28/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 32/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 33/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 37/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 41/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 45/282 kB Progress (4): 90/262 kB | 66/164 kB | 12/480 kB | 49/282 kB Progress (4): 94/262 kB | 66/164 kB | 12/480 kB | 49/282 kB Progress (4): 94/262 kB | 70/164 kB | 12/480 kB | 49/282 kB Progress (4): 94/262 kB | 70/164 kB | 16/480 kB | 49/282 kB Progress (4): 94/262 kB | 74/164 kB | 16/480 kB | 49/282 kB Progress (4): 94/262 kB | 74/164 kB | 16/480 kB | 53/282 kB Progress (4): 94/262 kB | 74/164 kB | 16/480 kB | 57/282 kB Progress (4): 98/262 kB | 74/164 kB | 16/480 kB | 57/282 kB Progress (4): 98/262 kB | 74/164 kB | 16/480 kB | 61/282 kB Progress (4): 98/262 kB | 78/164 kB | 16/480 kB | 61/282 kB Progress (4): 98/262 kB | 78/164 kB | 20/480 kB | 61/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 61/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 65/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 66/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 70/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 74/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 78/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 82/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 86/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 90/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 94/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 98/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 102/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 106/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 106/282 kB Progress (4): 98/262 kB | 82/164 kB | 20/480 kB | 110/282 kB Progress (4): 102/262 kB | 82/164 kB | 20/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 20/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 24/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 28/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 32/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 33/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 37/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 41/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 45/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 49/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 53/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 57/480 kB | 110/282 kB Progress (4): 102/262 kB | 86/164 kB | 61/480 kB | 110/282 kB Progress (4): 102/262 kB | 90/164 kB | 61/480 kB | 110/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 110/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 114/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 118/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 122/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 126/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 130/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 134/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 138/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 142/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 146/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 150/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 154/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 158/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 162/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 166/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 170/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 174/282 kB Progress (4): 106/262 kB | 90/164 kB | 61/480 kB | 178/282 kB Progress (4): 110/262 kB | 90/164 kB | 61/480 kB | 178/282 kB Progress (4): 114/262 kB | 90/164 kB | 61/480 kB | 178/282 kB Progress (4): 114/262 kB | 94/164 kB | 61/480 kB | 178/282 kB Progress (4): 114/262 kB | 94/164 kB | 65/480 kB | 178/282 kB Progress (5): 114/262 kB | 94/164 kB | 65/480 kB | 178/282 kB | 4.1/64 kB Progress (5): 114/262 kB | 94/164 kB | 66/480 kB | 178/282 kB | 4.1/64 kB Progress (5): 114/262 kB | 98/164 kB | 66/480 kB | 178/282 kB | 4.1/64 kB Progress (5): 114/262 kB | 98/164 kB | 66/480 kB | 182/282 kB | 4.1/64 kB Progress (5): 114/262 kB | 98/164 kB | 66/480 kB | 186/282 kB | 4.1/64 kB Progress (5): 118/262 kB | 98/164 kB | 66/480 kB | 186/282 kB | 4.1/64 kB Progress (5): 118/262 kB | 98/164 kB | 66/480 kB | 190/282 kB | 4.1/64 kB Progress (5): 118/262 kB | 98/164 kB | 66/480 kB | 194/282 kB | 4.1/64 kB Progress (5): 118/262 kB | 102/164 kB | 66/480 kB | 194/282 kB | 4.1/64 kB Progress (5): 118/262 kB | 102/164 kB | 70/480 kB | 194/282 kB | 4.1/64 kB Progress (5): 118/262 kB | 102/164 kB | 70/480 kB | 194/282 kB | 7.7/64 kB Progress (5): 118/262 kB | 102/164 kB | 74/480 kB | 194/282 kB | 7.7/64 kB Progress (5): 118/262 kB | 106/164 kB | 74/480 kB | 194/282 kB | 7.7/64 kB Progress (5): 118/262 kB | 106/164 kB | 74/480 kB | 198/282 kB | 7.7/64 kB Progress (5): 122/262 kB | 106/164 kB | 74/480 kB | 198/282 kB | 7.7/64 kB Progress (5): 122/262 kB | 106/164 kB | 74/480 kB | 202/282 kB | 7.7/64 kB Progress (5): 122/262 kB | 106/164 kB | 74/480 kB | 206/282 kB | 7.7/64 kB Progress (5): 122/262 kB | 106/164 kB | 74/480 kB | 210/282 kB | 7.7/64 kB Progress (5): 122/262 kB | 110/164 kB | 74/480 kB | 210/282 kB | 7.7/64 kB Progress (5): 122/262 kB | 110/164 kB | 78/480 kB | 210/282 kB | 7.7/64 kB Progress (5): 122/262 kB | 110/164 kB | 78/480 kB | 210/282 kB | 12/64 kB Progress (5): 122/262 kB | 110/164 kB | 82/480 kB | 210/282 kB | 12/64 kB Progress (5): 122/262 kB | 114/164 kB | 82/480 kB | 210/282 kB | 12/64 kB Progress (5): 122/262 kB | 114/164 kB | 82/480 kB | 214/282 kB | 12/64 kB Progress (5): 126/262 kB | 114/164 kB | 82/480 kB | 214/282 kB | 12/64 kB Progress (5): 126/262 kB | 114/164 kB | 82/480 kB | 218/282 kB | 12/64 kB Progress (5): 126/262 kB | 118/164 kB | 82/480 kB | 218/282 kB | 12/64 kB Progress (5): 126/262 kB | 122/164 kB | 82/480 kB | 218/282 kB | 12/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 12/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 16/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 20/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 24/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 28/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 32/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 33/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 37/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 41/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 45/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 49/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 53/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 57/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 61/64 kB Progress (5): 126/262 kB | 122/164 kB | 86/480 kB | 218/282 kB | 64 kB Progress (5): 126/262 kB | 122/164 kB | 90/480 kB | 218/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 218/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 222/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 226/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 230/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 234/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 238/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 242/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 246/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 250/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 254/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 258/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 262/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 266/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 270/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 274/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 278/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 282/282 kB | 64 kB Progress (5): 126/262 kB | 126/164 kB | 90/480 kB | 282 kB | 64 kB Progress (5): 130/262 kB | 126/164 kB | 90/480 kB | 282 kB | 64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 137 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (4): 130/262 kB | 130/164 kB | 90/480 kB | 282 kB Progress (4): 130/262 kB | 130/164 kB | 94/480 kB | 282 kB Progress (4): 130/262 kB | 134/164 kB | 94/480 kB | 282 kB Progress (4): 131/262 kB | 134/164 kB | 94/480 kB | 282 kB Progress (4): 131/262 kB | 138/164 kB | 94/480 kB | 282 kB Progress (4): 131/262 kB | 138/164 kB | 98/480 kB | 282 kB Progress (4): 131/262 kB | 142/164 kB | 98/480 kB | 282 kB Progress (4): 135/262 kB | 142/164 kB | 98/480 kB | 282 kB Progress (4): 135/262 kB | 146/164 kB | 98/480 kB | 282 kB Progress (4): 135/262 kB | 146/164 kB | 98/480 kB | 282 kB Progress (4): 135/262 kB | 150/164 kB | 98/480 kB | 282 kB Progress (4): 135/262 kB | 154/164 kB | 98/480 kB | 282 kB Progress (4): 135/262 kB | 158/164 kB | 98/480 kB | 282 kB Progress (4): 135/262 kB | 162/164 kB | 98/480 kB | 282 kB Progress (4): 135/262 kB | 164 kB | 98/480 kB | 282 kB Progress (4): 139/262 kB | 164 kB | 98/480 kB | 282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 589 kB/s) Progress (4): 139/262 kB | 164 kB | 98/480 kB | 4.1/285 kB Progress (4): 139/262 kB | 164 kB | 98/480 kB | 7.7/285 kB Progress (4): 139/262 kB | 164 kB | 98/480 kB | 12/285 kB Progress (4): 139/262 kB | 164 kB | 98/480 kB | 16/285 kB Progress (4): 139/262 kB | 164 kB | 98/480 kB | 20/285 kB Progress (4): 139/262 kB | 164 kB | 98/480 kB | 24/285 kB Progress (4): 139/262 kB | 164 kB | 98/480 kB | 28/285 kB Progress (4): 139/262 kB | 164 kB | 98/480 kB | 32/285 kB Progress (4): 139/262 kB | 164 kB | 102/480 kB | 32/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 335 kB/s) Progress (3): 143/262 kB | 102/480 kB | 32/285 kB Progress (3): 143/262 kB | 102/480 kB | 33/285 kB Progress (3): 143/262 kB | 102/480 kB | 37/285 kB Progress (3): 143/262 kB | 102/480 kB | 41/285 kB Progress (3): 143/262 kB | 102/480 kB | 45/285 kB Progress (3): 143/262 kB | 102/480 kB | 49/285 kB Progress (3): 143/262 kB | 102/480 kB | 53/285 kB Progress (3): 143/262 kB | 102/480 kB | 57/285 kB Progress (3): 143/262 kB | 102/480 kB | 61/285 kB Progress (3): 143/262 kB | 106/480 kB | 61/285 kB Progress (3): 143/262 kB | 106/480 kB | 65/285 kB Progress (3): 143/262 kB | 106/480 kB | 66/285 kB Progress (4): 143/262 kB | 106/480 kB | 66/285 kB | 4.1/53 kB Progress (4): 147/262 kB | 106/480 kB | 66/285 kB | 4.1/53 kB Progress (4): 147/262 kB | 106/480 kB | 66/285 kB | 7.7/53 kB Progress (4): 151/262 kB | 106/480 kB | 66/285 kB | 7.7/53 kB Progress (4): 155/262 kB | 106/480 kB | 66/285 kB | 7.7/53 kB Progress (4): 159/262 kB | 106/480 kB | 66/285 kB | 7.7/53 kB Progress (4): 163/262 kB | 106/480 kB | 66/285 kB | 7.7/53 kB Progress (4): 167/262 kB | 106/480 kB | 66/285 kB | 7.7/53 kB Progress (4): 171/262 kB | 106/480 kB | 66/285 kB | 7.7/53 kB Progress (4): 171/262 kB | 106/480 kB | 70/285 kB | 7.7/53 kB Progress (4): 171/262 kB | 110/480 kB | 70/285 kB | 7.7/53 kB Progress (4): 171/262 kB | 110/480 kB | 74/285 kB | 7.7/53 kB Progress (4): 175/262 kB | 110/480 kB | 74/285 kB | 7.7/53 kB Progress (4): 175/262 kB | 110/480 kB | 74/285 kB | 12/53 kB Progress (4): 175/262 kB | 110/480 kB | 74/285 kB | 16/53 kB Progress (4): 175/262 kB | 110/480 kB | 74/285 kB | 20/53 kB Progress (4): 175/262 kB | 110/480 kB | 78/285 kB | 20/53 kB Progress (4): 179/262 kB | 110/480 kB | 78/285 kB | 20/53 kB Progress (4): 179/262 kB | 114/480 kB | 78/285 kB | 20/53 kB Progress (4): 183/262 kB | 114/480 kB | 78/285 kB | 20/53 kB Progress (4): 187/262 kB | 114/480 kB | 78/285 kB | 20/53 kB Progress (4): 187/262 kB | 114/480 kB | 82/285 kB | 20/53 kB Progress (4): 187/262 kB | 114/480 kB | 82/285 kB | 24/53 kB Progress (4): 187/262 kB | 114/480 kB | 86/285 kB | 24/53 kB Progress (4): 191/262 kB | 114/480 kB | 86/285 kB | 24/53 kB Progress (4): 191/262 kB | 118/480 kB | 86/285 kB | 24/53 kB Progress (4): 195/262 kB | 118/480 kB | 86/285 kB | 24/53 kB Progress (4): 195/262 kB | 118/480 kB | 90/285 kB | 24/53 kB Progress (4): 195/262 kB | 118/480 kB | 90/285 kB | 28/53 kB Progress (4): 195/262 kB | 118/480 kB | 94/285 kB | 28/53 kB Progress (4): 199/262 kB | 118/480 kB | 94/285 kB | 28/53 kB Progress (4): 199/262 kB | 122/480 kB | 94/285 kB | 28/53 kB Progress (4): 203/262 kB | 122/480 kB | 94/285 kB | 28/53 kB Progress (4): 203/262 kB | 122/480 kB | 98/285 kB | 28/53 kB Progress (4): 207/262 kB | 122/480 kB | 98/285 kB | 28/53 kB Progress (4): 207/262 kB | 122/480 kB | 98/285 kB | 32/53 kB Progress (4): 211/262 kB | 122/480 kB | 98/285 kB | 32/53 kB Progress (4): 211/262 kB | 122/480 kB | 102/285 kB | 32/53 kB Progress (4): 211/262 kB | 122/480 kB | 106/285 kB | 32/53 kB Progress (4): 211/262 kB | 122/480 kB | 110/285 kB | 32/53 kB Progress (4): 211/262 kB | 126/480 kB | 110/285 kB | 32/53 kB Progress (4): 211/262 kB | 126/480 kB | 114/285 kB | 32/53 kB Progress (4): 215/262 kB | 126/480 kB | 114/285 kB | 32/53 kB Progress (4): 215/262 kB | 126/480 kB | 114/285 kB | 36/53 kB Progress (4): 219/262 kB | 126/480 kB | 114/285 kB | 36/53 kB Progress (4): 219/262 kB | 126/480 kB | 118/285 kB | 36/53 kB Progress (4): 219/262 kB | 130/480 kB | 118/285 kB | 36/53 kB Progress (4): 219/262 kB | 130/480 kB | 122/285 kB | 36/53 kB Progress (4): 223/262 kB | 130/480 kB | 122/285 kB | 36/53 kB Progress (4): 223/262 kB | 130/480 kB | 122/285 kB | 40/53 kB Progress (4): 227/262 kB | 130/480 kB | 122/285 kB | 40/53 kB Progress (4): 227/262 kB | 130/480 kB | 126/285 kB | 40/53 kB Progress (4): 227/262 kB | 131/480 kB | 126/285 kB | 40/53 kB Progress (4): 227/262 kB | 131/480 kB | 130/285 kB | 40/53 kB Progress (4): 231/262 kB | 131/480 kB | 130/285 kB | 40/53 kB Progress (4): 231/262 kB | 131/480 kB | 130/285 kB | 44/53 kB Progress (4): 235/262 kB | 131/480 kB | 130/285 kB | 44/53 kB Progress (4): 235/262 kB | 131/480 kB | 134/285 kB | 44/53 kB Progress (4): 235/262 kB | 135/480 kB | 134/285 kB | 44/53 kB Progress (4): 235/262 kB | 135/480 kB | 138/285 kB | 44/53 kB Progress (4): 239/262 kB | 135/480 kB | 138/285 kB | 44/53 kB Progress (4): 239/262 kB | 135/480 kB | 138/285 kB | 48/53 kB Progress (4): 243/262 kB | 135/480 kB | 138/285 kB | 48/53 kB Progress (4): 243/262 kB | 135/480 kB | 142/285 kB | 48/53 kB Progress (4): 243/262 kB | 139/480 kB | 142/285 kB | 48/53 kB Progress (4): 243/262 kB | 139/480 kB | 146/285 kB | 48/53 kB Progress (4): 243/262 kB | 143/480 kB | 146/285 kB | 48/53 kB Progress (4): 247/262 kB | 143/480 kB | 146/285 kB | 48/53 kB Progress (4): 251/262 kB | 143/480 kB | 146/285 kB | 48/53 kB Progress (4): 251/262 kB | 143/480 kB | 146/285 kB | 52/53 kB Progress (4): 255/262 kB | 143/480 kB | 146/285 kB | 52/53 kB Progress (4): 255/262 kB | 147/480 kB | 146/285 kB | 52/53 kB Progress (4): 255/262 kB | 147/480 kB | 150/285 kB | 52/53 kB Progress (4): 255/262 kB | 151/480 kB | 150/285 kB | 52/53 kB Progress (4): 255/262 kB | 155/480 kB | 150/285 kB | 52/53 kB Progress (4): 259/262 kB | 155/480 kB | 150/285 kB | 52/53 kB Progress (4): 259/262 kB | 155/480 kB | 150/285 kB | 53 kB Progress (4): 262 kB | 155/480 kB | 150/285 kB | 53 kB Progress (4): 262 kB | 159/480 kB | 150/285 kB | 53 kB Progress (4): 262 kB | 163/480 kB | 150/285 kB | 53 kB Progress (4): 262 kB | 167/480 kB | 150/285 kB | 53 kB Progress (4): 262 kB | 171/480 kB | 150/285 kB | 53 kB Progress (4): 262 kB | 171/480 kB | 154/285 kB | 53 kB Progress (4): 262 kB | 175/480 kB | 154/285 kB | 53 kB Progress (4): 262 kB | 175/480 kB | 158/285 kB | 53 kB Progress (4): 262 kB | 179/480 kB | 158/285 kB | 53 kB Progress (4): 262 kB | 179/480 kB | 162/285 kB | 53 kB Progress (4): 262 kB | 183/480 kB | 162/285 kB | 53 kB Progress (4): 262 kB | 183/480 kB | 166/285 kB | 53 kB Progress (4): 262 kB | 183/480 kB | 170/285 kB | 53 kB Progress (4): 262 kB | 187/480 kB | 170/285 kB | 53 kB Progress (4): 262 kB | 187/480 kB | 174/285 kB | 53 kB Progress (4): 262 kB | 191/480 kB | 174/285 kB | 53 kB Progress (4): 262 kB | 191/480 kB | 178/285 kB | 53 kB Progress (4): 262 kB | 195/480 kB | 178/285 kB | 53 kB Progress (4): 262 kB | 195/480 kB | 182/285 kB | 53 kB Progress (4): 262 kB | 199/480 kB | 182/285 kB | 53 kB Progress (4): 262 kB | 199/480 kB | 186/285 kB | 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 96 kB/s) Progress (3): 262 kB | 203/480 kB | 186/285 kB Progress (3): 262 kB | 203/480 kB | 190/285 kB Progress (3): 262 kB | 207/480 kB | 190/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 469 kB/s) Progress (2): 211/480 kB | 190/285 kB Progress (2): 211/480 kB | 194/285 kB Progress (2): 215/480 kB | 194/285 kB Progress (2): 215/480 kB | 198/285 kB Progress (2): 215/480 kB | 202/285 kB Progress (2): 219/480 kB | 202/285 kB Progress (2): 219/480 kB | 206/285 kB Progress (2): 223/480 kB | 206/285 kB Progress (2): 223/480 kB | 210/285 kB Progress (2): 223/480 kB | 214/285 kB Progress (2): 223/480 kB | 218/285 kB Progress (2): 227/480 kB | 218/285 kB Progress (2): 227/480 kB | 222/285 kB Progress (2): 227/480 kB | 226/285 kB Progress (2): 227/480 kB | 230/285 kB Progress (2): 227/480 kB | 234/285 kB Progress (2): 231/480 kB | 234/285 kB Progress (2): 231/480 kB | 238/285 kB Progress (2): 235/480 kB | 238/285 kB Progress (2): 235/480 kB | 242/285 kB Progress (2): 235/480 kB | 246/285 kB Progress (2): 235/480 kB | 250/285 kB Progress (2): 239/480 kB | 250/285 kB Progress (2): 239/480 kB | 254/285 kB Progress (2): 239/480 kB | 258/285 kB Progress (2): 243/480 kB | 258/285 kB Progress (2): 243/480 kB | 262/285 kB Progress (2): 243/480 kB | 266/285 kB Progress (2): 247/480 kB | 266/285 kB Progress (2): 247/480 kB | 270/285 kB Progress (2): 251/480 kB | 270/285 kB Progress (2): 251/480 kB | 274/285 kB Progress (2): 251/480 kB | 278/285 kB Progress (2): 255/480 kB | 278/285 kB Progress (2): 255/480 kB | 282/285 kB Progress (2): 259/480 kB | 282/285 kB Progress (2): 259/480 kB | 285 kB Progress (2): 263/480 kB | 285 kB Progress (2): 267/480 kB | 285 kB Progress (2): 271/480 kB | 285 kB Progress (2): 275/480 kB | 285 kB Progress (2): 279/480 kB | 285 kB Progress (2): 283/480 kB | 285 kB Progress (2): 287/480 kB | 285 kB Progress (2): 291/480 kB | 285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 489 kB/s) Progress (1): 295/480 kB Progress (1): 299/480 kB Progress (1): 303/480 kB Progress (1): 307/480 kB Progress (1): 311/480 kB Progress (1): 315/480 kB Progress (1): 319/480 kB Progress (1): 323/480 kB Progress (1): 327/480 kB Progress (1): 331/480 kB Progress (1): 335/480 kB Progress (1): 339/480 kB Progress (1): 343/480 kB Progress (1): 347/480 kB Progress (1): 351/480 kB Progress (1): 355/480 kB Progress (1): 359/480 kB Progress (1): 363/480 kB Progress (1): 367/480 kB Progress (1): 371/480 kB Progress (1): 375/480 kB Progress (1): 379/480 kB Progress (1): 383/480 kB Progress (1): 387/480 kB Progress (1): 391/480 kB Progress (1): 395/480 kB Progress (1): 399/480 kB Progress (1): 403/480 kB Progress (1): 407/480 kB Progress (1): 411/480 kB Progress (1): 415/480 kB Progress (1): 419/480 kB Progress (1): 423/480 kB Progress (1): 427/480 kB Progress (1): 431/480 kB Progress (1): 435/480 kB Progress (1): 439/480 kB Progress (1): 443/480 kB Progress (1): 447/480 kB Progress (1): 451/480 kB Progress (1): 455/480 kB Progress (1): 459/480 kB Progress (1): 463/480 kB Progress (1): 467/480 kB Progress (1): 471/480 kB Progress (1): 475/480 kB Progress (1): 479/480 kB Progress (1): 480 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 779 kB/s) [INFO] [INFO] --- spec-version-maven-plugin:2.0:set-spec-properties (default) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.pom (1.6 kB at 51 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.1/maven-plugin-tools-3.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.1/maven-plugin-tools-3.5.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.1/maven-plugin-tools-3.5.1.pom (16 kB at 709 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (2): 7.7/14 kB | 4.1/222 kB Progress (2): 12/14 kB | 4.1/222 kB Progress (2): 14 kB | 4.1/222 kB Progress (2): 14 kB | 7.7/222 kB Progress (2): 14 kB | 12/222 kB Progress (2): 14 kB | 16/222 kB Progress (2): 14 kB | 20/222 kB Progress (2): 14 kB | 24/222 kB Progress (2): 14 kB | 28/222 kB Progress (2): 14 kB | 32/222 kB Progress (2): 14 kB | 33/222 kB Progress (2): 14 kB | 37/222 kB Progress (2): 14 kB | 41/222 kB Progress (2): 14 kB | 45/222 kB Progress (2): 14 kB | 49/222 kB Progress (2): 14 kB | 53/222 kB Progress (2): 14 kB | 57/222 kB Progress (2): 14 kB | 61/222 kB Progress (2): 14 kB | 65/222 kB Progress (2): 14 kB | 66/222 kB Progress (2): 14 kB | 70/222 kB Progress (2): 14 kB | 74/222 kB Progress (2): 14 kB | 78/222 kB Progress (2): 14 kB | 82/222 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.jar (14 kB at 511 kB/s) Progress (1): 86/222 kB Progress (1): 90/222 kB Progress (1): 94/222 kB Progress (1): 98/222 kB Progress (1): 102/222 kB Progress (1): 106/222 kB Progress (1): 110/222 kB Progress (1): 114/222 kB Progress (1): 118/222 kB Progress (1): 122/222 kB Progress (1): 126/222 kB Progress (1): 130/222 kB Progress (1): 134/222 kB Progress (1): 138/222 kB Progress (1): 142/222 kB Progress (1): 146/222 kB Progress (1): 150/222 kB Progress (1): 154/222 kB Progress (1): 158/222 kB Progress (1): 162/222 kB Progress (1): 166/222 kB Progress (1): 170/222 kB Progress (1): 174/222 kB Progress (1): 178/222 kB Progress (1): 182/222 kB Progress (1): 186/222 kB Progress (1): 190/222 kB Progress (1): 194/222 kB Progress (1): 198/222 kB Progress (1): 202/222 kB Progress (1): 206/222 kB Progress (1): 210/222 kB Progress (1): 214/222 kB Progress (1): 218/222 kB Progress (1): 222/222 kB Progress (1): 222 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 4.4 MB/s) [INFO] [INFO] -- spec properties -- [INFO] spec.implementation.version = 1.3.2 [INFO] spec.specification.version = 1.3 [INFO] spec.bundle.symbolic-name = jakarta.transaction-api [INFO] spec.bundle.spec.version = 1.3 [INFO] spec.extension.name = javax.transaction [INFO] spec.bundle.version = 1.3.2 [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-resource) @ jakarta.transaction-api --- 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 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 (0 B at 0 B/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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (0 B at 0 B/s) 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.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 234 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.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/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 232 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.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/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 198 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 109 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 82 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.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.10/wagon-2.10.pom (21 kB at 977 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 166 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 279 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.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/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 255 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 33/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.6 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/15/apache-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.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/apache/15/apache-15.pom (15 kB at 609 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 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 (0 B at 0 B/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.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.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/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 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 (0 B at 0 B/s) Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Progress (2): 41 kB | 4.1/35 kB Progress (2): 41 kB | 7.7/35 kB Progress (2): 41 kB | 12/35 kB Progress (2): 41 kB | 16/35 kB Progress (2): 41 kB | 20/35 kB Progress (2): 41 kB | 24/35 kB Progress (2): 41 kB | 28/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 1.1 MB/s) Progress (1): 32/35 kB Progress (2): 32/35 kB | 4.1/155 kB Progress (2): 32/35 kB | 7.7/155 kB Progress (2): 32/35 kB | 12/155 kB Progress (2): 32/35 kB | 16/155 kB Progress (2): 32/35 kB | 20/155 kB Progress (2): 32/35 kB | 24/155 kB Progress (2): 32/35 kB | 28/155 kB Progress (2): 32/35 kB | 32/155 kB Progress (2): 32/35 kB | 33/155 kB Progress (2): 33/35 kB | 33/155 kB Progress (2): 33/35 kB | 37/155 kB Progress (2): 35 kB | 37/155 kB Progress (2): 35 kB | 41/155 kB Progress (2): 35 kB | 45/155 kB Progress (3): 35 kB | 45/155 kB | 4.1/54 kB Progress (3): 35 kB | 45/155 kB | 7.7/54 kB Progress (3): 35 kB | 49/155 kB | 7.7/54 kB Progress (3): 35 kB | 49/155 kB | 12/54 kB Progress (3): 35 kB | 49/155 kB | 16/54 kB Progress (3): 35 kB | 53/155 kB | 16/54 kB Progress (3): 35 kB | 57/155 kB | 16/54 kB Progress (3): 35 kB | 61/155 kB | 16/54 kB Progress (3): 35 kB | 65/155 kB | 16/54 kB Progress (3): 35 kB | 66/155 kB | 16/54 kB Progress (3): 35 kB | 70/155 kB | 16/54 kB Progress (3): 35 kB | 74/155 kB | 16/54 kB Progress (3): 35 kB | 78/155 kB | 16/54 kB Progress (3): 35 kB | 82/155 kB | 16/54 kB Progress (3): 35 kB | 86/155 kB | 16/54 kB Progress (3): 35 kB | 90/155 kB | 16/54 kB Progress (3): 35 kB | 94/155 kB | 16/54 kB Progress (3): 35 kB | 98/155 kB | 16/54 kB Progress (3): 35 kB | 98/155 kB | 16/54 kB Progress (3): 35 kB | 102/155 kB | 16/54 kB Progress (3): 35 kB | 106/155 kB | 16/54 kB Progress (3): 35 kB | 110/155 kB | 16/54 kB Progress (3): 35 kB | 114/155 kB | 16/54 kB Progress (3): 35 kB | 118/155 kB | 16/54 kB Progress (3): 35 kB | 122/155 kB | 16/54 kB Progress (3): 35 kB | 126/155 kB | 16/54 kB Progress (3): 35 kB | 130/155 kB | 16/54 kB Progress (3): 35 kB | 134/155 kB | 16/54 kB Progress (3): 35 kB | 138/155 kB | 16/54 kB Progress (3): 35 kB | 142/155 kB | 16/54 kB Progress (3): 35 kB | 146/155 kB | 16/54 kB Progress (3): 35 kB | 150/155 kB | 16/54 kB Progress (3): 35 kB | 154/155 kB | 16/54 kB Progress (3): 35 kB | 155 kB | 16/54 kB Progress (3): 35 kB | 155 kB | 20/54 kB Progress (3): 35 kB | 155 kB | 24/54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 552 kB/s) Progress (2): 155 kB | 28/54 kB Progress (2): 155 kB | 32/54 kB Progress (2): 155 kB | 36/54 kB Progress (2): 155 kB | 40/54 kB Progress (2): 155 kB | 44/54 kB Progress (2): 155 kB | 48/54 kB Progress (2): 155 kB | 52/54 kB Progress (2): 155 kB | 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 2.4 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 704 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (0 B at 0 B/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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.pom Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (0 B at 0 B/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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (0 B at 0 B/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.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/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 289 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 435 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.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.12/plexus-interpolation-1.12.pom (889 B at 37 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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 136 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 177 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.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/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 229 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 366 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 24 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 136 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.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/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 552 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar 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.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.jar (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (0 B at 0 B/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (0 B at 0 B/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (0 B at 0 B/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar 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.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (0 B at 0 B/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Progress (1): 4.1/194 kB Progress (1): 7.7/194 kB Progress (2): 7.7/194 kB | 4.1/223 kB Progress (2): 7.7/194 kB | 7.7/223 kB Progress (2): 12/194 kB | 7.7/223 kB Progress (2): 12/194 kB | 12/223 kB Progress (2): 16/194 kB | 12/223 kB Progress (2): 16/194 kB | 16/223 kB Progress (2): 20/194 kB | 16/223 kB Progress (2): 24/194 kB | 16/223 kB Progress (2): 28/194 kB | 16/223 kB Progress (2): 32/194 kB | 16/223 kB Progress (2): 36/194 kB | 16/223 kB Progress (2): 40/194 kB | 16/223 kB Progress (2): 44/194 kB | 16/223 kB Progress (2): 48/194 kB | 16/223 kB Progress (3): 48/194 kB | 16/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 20/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 24/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 28/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 32/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 36/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 40/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 44/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 48/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 52/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 56/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 60/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 64/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 68/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 72/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 76/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 80/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 84/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 88/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 92/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 96/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 100/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 104/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 108/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 112/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 116/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 120/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 124/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 128/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 132/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 136/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 140/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 144/223 kB | 4.1/6.8 kB Progress (3): 48/194 kB | 144/223 kB | 6.8 kB Progress (3): 52/194 kB | 144/223 kB | 6.8 kB Progress (3): 56/194 kB | 144/223 kB | 6.8 kB Progress (4): 56/194 kB | 144/223 kB | 6.8 kB | 4.1/61 kB Progress (4): 56/194 kB | 144/223 kB | 6.8 kB | 7.7/61 kB Progress (4): 56/194 kB | 144/223 kB | 6.8 kB | 12/61 kB Progress (4): 56/194 kB | 144/223 kB | 6.8 kB | 16/61 kB Progress (4): 56/194 kB | 144/223 kB | 6.8 kB | 20/61 kB Progress (4): 56/194 kB | 144/223 kB | 6.8 kB | 24/61 kB Progress (4): 56/194 kB | 144/223 kB | 6.8 kB | 28/61 kB Progress (5): 56/194 kB | 144/223 kB | 6.8 kB | 28/61 kB | 4.1/43 kB Progress (5): 56/194 kB | 144/223 kB | 6.8 kB | 28/61 kB | 7.7/43 kB Progress (5): 56/194 kB | 144/223 kB | 6.8 kB | 32/61 kB | 7.7/43 kB Progress (5): 56/194 kB | 144/223 kB | 6.8 kB | 33/61 kB | 7.7/43 kB Progress (5): 60/194 kB | 144/223 kB | 6.8 kB | 33/61 kB | 7.7/43 kB Progress (5): 60/194 kB | 148/223 kB | 6.8 kB | 33/61 kB | 7.7/43 kB Progress (5): 60/194 kB | 152/223 kB | 6.8 kB | 33/61 kB | 7.7/43 kB Progress (5): 64/194 kB | 152/223 kB | 6.8 kB | 33/61 kB | 7.7/43 kB Progress (5): 64/194 kB | 152/223 kB | 6.8 kB | 37/61 kB | 7.7/43 kB Progress (5): 64/194 kB | 152/223 kB | 6.8 kB | 37/61 kB | 12/43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 45 kB/s) Progress (4): 64/194 kB | 152/223 kB | 37/61 kB | 16/43 kB Progress (4): 64/194 kB | 152/223 kB | 41/61 kB | 16/43 kB Progress (4): 64/194 kB | 152/223 kB | 45/61 kB | 16/43 kB Progress (4): 64/194 kB | 152/223 kB | 49/61 kB | 16/43 kB Progress (4): 64/194 kB | 152/223 kB | 53/61 kB | 16/43 kB Progress (4): 64/194 kB | 152/223 kB | 57/61 kB | 16/43 kB Progress (4): 64/194 kB | 152/223 kB | 61/61 kB | 16/43 kB Progress (4): 64/194 kB | 152/223 kB | 61 kB | 16/43 kB Progress (4): 68/194 kB | 152/223 kB | 61 kB | 16/43 kB Progress (4): 72/194 kB | 152/223 kB | 61 kB | 16/43 kB Progress (4): 76/194 kB | 152/223 kB | 61 kB | 16/43 kB Progress (4): 76/194 kB | 156/223 kB | 61 kB | 16/43 kB Progress (4): 80/194 kB | 156/223 kB | 61 kB | 16/43 kB Progress (4): 80/194 kB | 156/223 kB | 61 kB | 20/43 kB Progress (4): 84/194 kB | 156/223 kB | 61 kB | 20/43 kB Progress (4): 84/194 kB | 160/223 kB | 61 kB | 20/43 kB Progress (4): 88/194 kB | 160/223 kB | 61 kB | 20/43 kB Progress (4): 92/194 kB | 160/223 kB | 61 kB | 20/43 kB Progress (4): 96/194 kB | 160/223 kB | 61 kB | 20/43 kB Progress (4): 100/194 kB | 160/223 kB | 61 kB | 20/43 kB Progress (4): 104/194 kB | 160/223 kB | 61 kB | 20/43 kB Progress (4): 108/194 kB | 160/223 kB | 61 kB | 20/43 kB Progress (4): 112/194 kB | 160/223 kB | 61 kB | 20/43 kB Progress (4): 116/194 kB | 160/223 kB | 61 kB | 20/43 kB Progress (4): 116/194 kB | 160/223 kB | 61 kB | 24/43 kB Progress (4): 120/194 kB | 160/223 kB | 61 kB | 24/43 kB Progress (4): 120/194 kB | 160/223 kB | 61 kB | 28/43 kB Progress (4): 120/194 kB | 160/223 kB | 61 kB | 32/43 kB Progress (4): 120/194 kB | 160/223 kB | 61 kB | 33/43 kB Progress (4): 120/194 kB | 160/223 kB | 61 kB | 37/43 kB Progress (4): 120/194 kB | 160/223 kB | 61 kB | 41/43 kB Progress (4): 120/194 kB | 160/223 kB | 61 kB | 43 kB Progress (4): 120/194 kB | 164/223 kB | 61 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 349 kB/s) Progress (3): 124/194 kB | 164/223 kB | 43 kB Progress (3): 128/194 kB | 164/223 kB | 43 kB Progress (3): 128/194 kB | 168/223 kB | 43 kB Progress (3): 132/194 kB | 168/223 kB | 43 kB Progress (3): 136/194 kB | 168/223 kB | 43 kB Progress (3): 136/194 kB | 172/223 kB | 43 kB Progress (3): 140/194 kB | 172/223 kB | 43 kB Progress (3): 140/194 kB | 176/223 kB | 43 kB Progress (3): 144/194 kB | 176/223 kB | 43 kB Progress (3): 144/194 kB | 180/223 kB | 43 kB Progress (3): 148/194 kB | 180/223 kB | 43 kB Progress (3): 152/194 kB | 180/223 kB | 43 kB Progress (3): 156/194 kB | 180/223 kB | 43 kB Progress (3): 160/194 kB | 180/223 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 234 kB/s) Progress (2): 160/194 kB | 184/223 kB Progress (2): 164/194 kB | 184/223 kB Progress (2): 168/194 kB | 184/223 kB Progress (2): 168/194 kB | 188/223 kB Progress (2): 172/194 kB | 188/223 kB Progress (2): 172/194 kB | 192/223 kB Progress (2): 176/194 kB | 192/223 kB Progress (2): 176/194 kB | 196/223 kB Progress (2): 180/194 kB | 196/223 kB Progress (2): 180/194 kB | 200/223 kB Progress (2): 184/194 kB | 200/223 kB Progress (2): 184/194 kB | 204/223 kB Progress (2): 188/194 kB | 204/223 kB Progress (2): 188/194 kB | 208/223 kB Progress (2): 192/194 kB | 208/223 kB Progress (2): 192/194 kB | 212/223 kB Progress (2): 194 kB | 212/223 kB Progress (2): 194 kB | 216/223 kB Progress (2): 194 kB | 220/223 kB Progress (2): 194 kB | 223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 947 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.1 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.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.9/maven-plugin-api-2.0.9.pom (1.5 kB at 57 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 788 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 67 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.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.5.1/plexus-utils-1.5.1.pom (2.3 kB at 121 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 200 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 108 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 174 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.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.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 58 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 102 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.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.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 86 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.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.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 44 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 143 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 150 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.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-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.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.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 65 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.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.0.9/maven-monitor-2.0.9.pom (1.3 kB at 43 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 122 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom Progress (1): 867 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 38 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (3.8 kB at 192 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.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.20/plexus-components-1.1.20.pom (3.0 kB at 151 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 689 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom Progress (1): 692 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 30 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom Progress (1): 688 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 33 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (1.2 kB at 35 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.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.9/maven-plugin-api-2.0.9.jar (13 kB at 430 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (2): 7.7/35 kB | 4.1/49 kB Progress (2): 7.7/35 kB | 7.7/49 kB Progress (2): 12/35 kB | 7.7/49 kB Progress (2): 16/35 kB | 7.7/49 kB Progress (2): 20/35 kB | 7.7/49 kB Progress (2): 24/35 kB | 7.7/49 kB Progress (2): 24/35 kB | 12/49 kB Progress (2): 28/35 kB | 12/49 kB Progress (2): 32/35 kB | 12/49 kB Progress (2): 32/35 kB | 16/49 kB Progress (2): 35 kB | 16/49 kB Progress (2): 35 kB | 20/49 kB Progress (2): 35 kB | 24/49 kB Progress (2): 35 kB | 28/49 kB Progress (2): 35 kB | 32/49 kB Progress (2): 35 kB | 36/49 kB Progress (2): 35 kB | 40/49 kB Progress (3): 35 kB | 40/49 kB | 4.1/89 kB Progress (3): 35 kB | 44/49 kB | 4.1/89 kB Progress (3): 35 kB | 48/49 kB | 4.1/89 kB Progress (3): 35 kB | 49 kB | 4.1/89 kB Progress (3): 35 kB | 49 kB | 7.7/89 kB Progress (3): 35 kB | 49 kB | 12/89 kB Progress (3): 35 kB | 49 kB | 16/89 kB Progress (3): 35 kB | 49 kB | 20/89 kB Progress (3): 35 kB | 49 kB | 24/89 kB Progress (3): 35 kB | 49 kB | 28/89 kB Progress (3): 35 kB | 49 kB | 32/89 kB Progress (3): 35 kB | 49 kB | 36/89 kB Progress (3): 35 kB | 49 kB | 40/89 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 667 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Progress (2): 49 kB | 44/89 kB Progress (2): 49 kB | 48/89 kB Progress (2): 49 kB | 52/89 kB Progress (2): 49 kB | 56/89 kB Progress (3): 49 kB | 56/89 kB | 4.1/160 kB Progress (3): 49 kB | 60/89 kB | 4.1/160 kB Progress (3): 49 kB | 60/89 kB | 7.7/160 kB Progress (3): 49 kB | 64/89 kB | 7.7/160 kB Progress (3): 49 kB | 64/89 kB | 12/160 kB Progress (3): 49 kB | 68/89 kB | 12/160 kB Progress (3): 49 kB | 72/89 kB | 12/160 kB Progress (3): 49 kB | 72/89 kB | 16/160 kB Progress (4): 49 kB | 72/89 kB | 16/160 kB | 4.1/21 kB Progress (4): 49 kB | 72/89 kB | 20/160 kB | 4.1/21 kB Progress (4): 49 kB | 72/89 kB | 24/160 kB | 4.1/21 kB Progress (4): 49 kB | 76/89 kB | 24/160 kB | 4.1/21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 767 kB/s) Progress (3): 80/89 kB | 24/160 kB | 4.1/21 kB Progress (3): 80/89 kB | 28/160 kB | 4.1/21 kB Progress (3): 80/89 kB | 28/160 kB | 7.7/21 kB Progress (3): 80/89 kB | 32/160 kB | 7.7/21 kB Progress (3): 84/89 kB | 32/160 kB | 7.7/21 kB Progress (3): 84/89 kB | 36/160 kB | 7.7/21 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Progress (3): 84/89 kB | 40/160 kB | 7.7/21 kB Progress (3): 88/89 kB | 40/160 kB | 7.7/21 kB Progress (3): 89 kB | 40/160 kB | 7.7/21 kB Progress (4): 89 kB | 40/160 kB | 7.7/21 kB | 4.1/87 kB Progress (4): 89 kB | 40/160 kB | 7.7/21 kB | 7.7/87 kB Progress (4): 89 kB | 40/160 kB | 12/21 kB | 7.7/87 kB Progress (4): 89 kB | 40/160 kB | 12/21 kB | 12/87 kB Progress (4): 89 kB | 40/160 kB | 12/21 kB | 16/87 kB Progress (4): 89 kB | 40/160 kB | 12/21 kB | 20/87 kB Progress (4): 89 kB | 44/160 kB | 12/21 kB | 20/87 kB Progress (4): 89 kB | 44/160 kB | 12/21 kB | 24/87 kB Progress (4): 89 kB | 44/160 kB | 16/21 kB | 24/87 kB Progress (4): 89 kB | 44/160 kB | 16/21 kB | 28/87 kB Progress (4): 89 kB | 44/160 kB | 20/21 kB | 28/87 kB Progress (4): 89 kB | 44/160 kB | 21 kB | 28/87 kB Progress (4): 89 kB | 48/160 kB | 21 kB | 28/87 kB Progress (4): 89 kB | 48/160 kB | 21 kB | 32/87 kB Progress (4): 89 kB | 48/160 kB | 21 kB | 33/87 kB Progress (4): 89 kB | 48/160 kB | 21 kB | 37/87 kB Progress (4): 89 kB | 48/160 kB | 21 kB | 41/87 kB Progress (4): 89 kB | 48/160 kB | 21 kB | 45/87 kB Progress (4): 89 kB | 48/160 kB | 21 kB | 49/87 kB Progress (4): 89 kB | 52/160 kB | 21 kB | 49/87 kB Progress (4): 89 kB | 52/160 kB | 21 kB | 53/87 kB Progress (4): 89 kB | 52/160 kB | 21 kB | 57/87 kB Progress (4): 89 kB | 52/160 kB | 21 kB | 61/87 kB Progress (4): 89 kB | 52/160 kB | 21 kB | 65/87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 988 kB/s) Progress (3): 52/160 kB | 21 kB | 66/87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 229 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Progress (3): 52/160 kB | 66/87 kB | 4.1/25 kB Progress (3): 52/160 kB | 66/87 kB | 7.7/25 kB Progress (3): 56/160 kB | 66/87 kB | 7.7/25 kB Progress (3): 56/160 kB | 66/87 kB | 12/25 kB Progress (3): 56/160 kB | 66/87 kB | 16/25 kB Progress (3): 56/160 kB | 70/87 kB | 16/25 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Progress (3): 56/160 kB | 74/87 kB | 16/25 kB Progress (3): 56/160 kB | 78/87 kB | 16/25 kB Progress (3): 56/160 kB | 78/87 kB | 20/25 kB Progress (3): 56/160 kB | 78/87 kB | 24/25 kB Progress (3): 56/160 kB | 78/87 kB | 25 kB Progress (3): 60/160 kB | 78/87 kB | 25 kB Progress (3): 64/160 kB | 78/87 kB | 25 kB Progress (4): 64/160 kB | 78/87 kB | 25 kB | 4.1/122 kB Progress (4): 64/160 kB | 78/87 kB | 25 kB | 7.7/122 kB Progress (4): 64/160 kB | 78/87 kB | 25 kB | 12/122 kB Progress (4): 64/160 kB | 78/87 kB | 25 kB | 16/122 kB Progress (4): 64/160 kB | 82/87 kB | 25 kB | 16/122 kB Progress (4): 64/160 kB | 86/87 kB | 25 kB | 16/122 kB Progress (4): 64/160 kB | 87 kB | 25 kB | 16/122 kB Progress (4): 64/160 kB | 87 kB | 25 kB | 20/122 kB Progress (4): 64/160 kB | 87 kB | 25 kB | 24/122 kB Progress (4): 66/160 kB | 87 kB | 25 kB | 24/122 kB Progress (4): 70/160 kB | 87 kB | 25 kB | 24/122 kB Progress (4): 74/160 kB | 87 kB | 25 kB | 24/122 kB Progress (4): 74/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 78/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 82/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 86/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 90/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 94/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 98/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 102/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 106/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 110/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 114/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 118/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 122/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 126/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 130/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 134/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 138/160 kB | 87 kB | 25 kB | 28/122 kB Progress (4): 138/160 kB | 87 kB | 25 kB | 32/122 kB Progress (4): 138/160 kB | 87 kB | 25 kB | 33/122 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 704 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Progress (3): 142/160 kB | 25 kB | 33/122 kB Progress (3): 146/160 kB | 25 kB | 33/122 kB Progress (3): 150/160 kB | 25 kB | 33/122 kB Progress (3): 154/160 kB | 25 kB | 33/122 kB Progress (3): 158/160 kB | 25 kB | 33/122 kB Progress (3): 160 kB | 25 kB | 33/122 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 189 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Progress (2): 160 kB | 37/122 kB Progress (2): 160 kB | 41/122 kB Progress (2): 160 kB | 45/122 kB Progress (3): 160 kB | 45/122 kB | 4.1/14 kB Progress (3): 160 kB | 49/122 kB | 4.1/14 kB Progress (4): 160 kB | 49/122 kB | 4.1/14 kB | 4.1/29 kB Progress (4): 160 kB | 53/122 kB | 4.1/14 kB | 4.1/29 kB Progress (4): 160 kB | 53/122 kB | 7.7/14 kB | 4.1/29 kB Progress (4): 160 kB | 57/122 kB | 7.7/14 kB | 4.1/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Progress (3): 57/122 kB | 7.7/14 kB | 7.7/29 kB Progress (3): 61/122 kB | 7.7/14 kB | 7.7/29 kB Progress (3): 61/122 kB | 7.7/14 kB | 12/29 kB Progress (3): 61/122 kB | 12/14 kB | 12/29 kB Progress (3): 61/122 kB | 12/14 kB | 16/29 kB Progress (3): 65/122 kB | 12/14 kB | 16/29 kB Progress (3): 65/122 kB | 12/14 kB | 20/29 kB Progress (4): 65/122 kB | 12/14 kB | 20/29 kB | 4.1/37 kB Progress (4): 65/122 kB | 14 kB | 20/29 kB | 4.1/37 kB Progress (4): 65/122 kB | 14 kB | 20/29 kB | 7.7/37 kB Progress (4): 65/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 66/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 70/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 74/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 78/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 82/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 86/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 90/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 94/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 98/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 98/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 102/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 106/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 110/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 114/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 118/122 kB | 14 kB | 24/29 kB | 7.7/37 kB Progress (4): 122 kB | 14 kB | 24/29 kB | 7.7/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 87 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Progress (3): 122 kB | 28/29 kB | 7.7/37 kB Progress (3): 122 kB | 28/29 kB | 12/37 kB Progress (3): 122 kB | 29 kB | 12/37 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 4.1/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 7.7/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 12/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 16/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 20/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 24/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 28/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 32/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 36/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 40/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 44/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 48/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 52/58 kB Progress (4): 122 kB | 29 kB | 12/37 kB | 56/58 kB Progress (4): 122 kB | 29 kB | 16/37 kB | 56/58 kB Progress (4): 122 kB | 29 kB | 16/37 kB | 58 kB Progress (4): 122 kB | 29 kB | 20/37 kB | 58 kB Progress (4): 122 kB | 29 kB | 24/37 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 688 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 163 kB/s) Progress (2): 28/37 kB | 58 kB Progress (2): 32/37 kB | 58 kB Progress (2): 33/37 kB | 58 kB Progress (2): 37/37 kB | 58 kB Progress (2): 37 kB | 58 kB Progress (3): 37 kB | 58 kB | 4.1/10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 313 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar Progress (2): 37 kB | 7.7/10 kB Progress (2): 37 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 194 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 51 kB/s) Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (2): 7.7/21 kB | 4.1/14 kB Progress (2): 12/21 kB | 4.1/14 kB Progress (2): 12/21 kB | 7.7/14 kB Progress (2): 12/21 kB | 12/14 kB Progress (2): 12/21 kB | 14 kB Progress (2): 16/21 kB | 14 kB Progress (3): 16/21 kB | 14 kB | 4.1/4.6 kB Progress (3): 20/21 kB | 14 kB | 4.1/4.6 kB Progress (3): 21 kB | 14 kB | 4.1/4.6 kB Progress (3): 21 kB | 14 kB | 4.6 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 4.1/33 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 7.7/33 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 12/33 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 16/33 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 20/33 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 24/33 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 28/33 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 32/33 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 33/33 kB Progress (4): 21 kB | 14 kB | 4.6 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 kB at 100 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 kB at 62 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (4.6 kB at 20 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 139 kB/s) [INFO] Compiling 18 source files to /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/classes [INFO] [INFO] --- maven-bundle-plugin:1.4.3:manifest (bundle-manifest) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bndlib/0.0.255/bndlib-0.0.255.pom Progress (1): 864 B Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bndlib/0.0.255/bndlib-0.0.255.pom (864 B at 3.1 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom (2.0 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom (2.3 kB at 73 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/felix/1.0.0/felix-1.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.0/felix-1.0.0.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/felix/felix/1.0.0/felix-1.0.0.pom (12 kB at 600 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom (2.0 kB at 102 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom (2.6 kB at 139 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.7/maven-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.7/maven-2.0.7.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/maven/2.0.7/maven-2.0.7.pom (11 kB at 556 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom (2.0 kB at 111 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom (3.0 kB at 179 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom (2.0 kB at 64 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom (2.6 kB at 131 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.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.0.7/maven-repository-metadata-2.0.7.pom (1.9 kB at 50 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom (1.6 kB at 79 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.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.0.7/maven-plugin-registry-2.0.7.pom (1.9 kB at 102 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.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.7/maven-plugin-api-2.0.7.pom (1.5 kB at 73 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom (1.3 kB at 68 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom (2.0 kB at 94 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/4/maven-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom Progress (1): 4.1/10.0 kB Progress (1): 7.7/10.0 kB Progress (1): 10.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom (10.0 kB at 526 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0/maven-project-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 86 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0/maven-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom Progress (1): 4.1/8.8 kB Progress (1): 7.7/8.8 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 461 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 72 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0/maven-model-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 115 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 202 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 64 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 49 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Progress (1): 723 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 36 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom (1.0 kB at 52 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom (1.9 kB at 94 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 362 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom Progress (1): 767 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 43 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 186 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.pom (2.9 kB at 154 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 149 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.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/maven-parent/7/maven-parent-7.pom (21 kB at 1.0 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 73 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.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/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 637 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/6/maven-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 911 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 46 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 165 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.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.6/plexus-utils-1.4.6.pom (2.3 kB at 81 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 75 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 75 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.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.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 59 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 54 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.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-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 69 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.pom (2.0 kB at 93 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bndlib/0.0.203/bndlib-0.0.203.pom Progress (1): 886 B Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bndlib/0.0.203/bndlib-0.0.203.pom (886 B at 3.2 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom Progress (1): 680 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 19 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (5.9 kB at 280 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.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.7/plexus-utils-1.4.7.pom (2.3 kB at 108 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bndlib/0.0.255/bndlib-0.0.255.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar Progress (1): 4.1/160 kB Progress (1): 7.8/160 kB Progress (1): 12/160 kB Progress (1): 16/160 kB Progress (1): 16/160 kB Progress (1): 20/160 kB Progress (1): 24/160 kB Progress (1): 28/160 kB Progress (1): 32/160 kB Progress (1): 33/160 kB Progress (1): 37/160 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar Progress (1): 41/160 kB Progress (1): 45/160 kB Progress (1): 49/160 kB Progress (1): 53/160 kB Progress (1): 57/160 kB Progress (1): 61/160 kB Progress (1): 66/160 kB Progress (1): 70/160 kB Progress (1): 74/160 kB Progress (1): 78/160 kB Progress (1): 82/160 kB Progress (1): 86/160 kB Progress (1): 90/160 kB Progress (1): 94/160 kB Progress (1): 98/160 kB Progress (1): 102/160 kB Progress (1): 106/160 kB Progress (1): 111/160 kB Progress (1): 115/160 kB Progress (1): 119/160 kB Progress (1): 123/160 kB Progress (1): 127/160 kB Progress (1): 131/160 kB Progress (1): 135/160 kB Progress (1): 139/160 kB Progress (1): 143/160 kB Progress (1): 147/160 kB Progress (1): 152/160 kB Progress (1): 156/160 kB Progress (1): 160/160 kB Progress (1): 160 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bndlib/0.0.255/bndlib-0.0.255.jar (160 kB at 399 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar Progress (1): 4.1/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 33/43 kB Progress (1): 37/43 kB Progress (1): 41/43 kB Progress (1): 43 kB Progress (2): 43 kB | 4.1/11 kB Progress (2): 43 kB | 7.7/11 kB Progress (2): 43 kB | 11 kB Progress (3): 43 kB | 11 kB | 4.1/61 kB Progress (4): 43 kB | 11 kB | 4.1/61 kB | 4.1/35 kB Progress (4): 43 kB | 11 kB | 4.1/61 kB | 7.7/35 kB Progress (4): 43 kB | 11 kB | 4.1/61 kB | 12/35 kB Progress (4): 43 kB | 11 kB | 4.1/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 7.7/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 12/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 16/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 20/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 24/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 28/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 32/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 36/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 40/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 44/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 48/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 52/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 56/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 60/61 kB | 16/35 kB Progress (4): 43 kB | 11 kB | 61 kB | 16/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar (11 kB at 168 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar Progress (3): 43 kB | 61 kB | 20/35 kB Progress (3): 43 kB | 61 kB | 24/35 kB Progress (3): 43 kB | 61 kB | 28/35 kB Progress (3): 43 kB | 61 kB | 32/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar (43 kB at 628 kB/s) Progress (3): 61 kB | 32/35 kB | 4.1/117 kB Progress (3): 61 kB | 32/35 kB | 7.7/117 kB Progress (3): 61 kB | 32/35 kB | 12/117 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar (61 kB at 823 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar Progress (2): 35 kB | 12/117 kB Progress (3): 35 kB | 12/117 kB | 4.1/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar Progress (3): 35 kB | 16/117 kB | 4.1/29 kB Progress (3): 35 kB | 16/117 kB | 7.7/29 kB Progress (3): 35 kB | 16/117 kB | 12/29 kB Progress (3): 35 kB | 16/117 kB | 16/29 kB Progress (3): 35 kB | 20/117 kB | 16/29 kB Progress (3): 35 kB | 20/117 kB | 20/29 kB Progress (3): 35 kB | 20/117 kB | 24/29 kB Progress (3): 35 kB | 24/117 kB | 24/29 kB Progress (3): 35 kB | 24/117 kB | 28/29 kB Progress (3): 35 kB | 28/117 kB | 28/29 kB Progress (3): 35 kB | 28/117 kB | 29 kB Progress (3): 35 kB | 32/117 kB | 29 kB Progress (3): 35 kB | 36/117 kB | 29 kB Progress (3): 35 kB | 40/117 kB | 29 kB Progress (3): 35 kB | 44/117 kB | 29 kB Progress (3): 35 kB | 48/117 kB | 29 kB Progress (3): 35 kB | 52/117 kB | 29 kB Progress (3): 35 kB | 56/117 kB | 29 kB Progress (3): 35 kB | 60/117 kB | 29 kB Progress (3): 35 kB | 64/117 kB | 29 kB Progress (3): 35 kB | 68/117 kB | 29 kB Progress (3): 35 kB | 72/117 kB | 29 kB Progress (3): 35 kB | 76/117 kB | 29 kB Progress (3): 35 kB | 80/117 kB | 29 kB Progress (3): 35 kB | 84/117 kB | 29 kB Progress (3): 35 kB | 88/117 kB | 29 kB Progress (3): 35 kB | 92/117 kB | 29 kB Progress (3): 35 kB | 96/117 kB | 29 kB Progress (3): 35 kB | 100/117 kB | 29 kB Progress (3): 35 kB | 104/117 kB | 29 kB Progress (3): 35 kB | 108/117 kB | 29 kB Progress (3): 35 kB | 112/117 kB | 29 kB Progress (3): 35 kB | 116/117 kB | 29 kB Progress (3): 35 kB | 117 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar (29 kB at 295 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar Progress (3): 35 kB | 117 kB | 4.1/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar (35 kB at 339 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar (117 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar Progress (2): 4.1/13 kB | 4.1/86 kB Progress (2): 7.7/13 kB | 4.1/86 kB Progress (3): 7.7/13 kB | 4.1/86 kB | 4.1/88 kB Progress (3): 7.7/13 kB | 7.7/86 kB | 4.1/88 kB Progress (3): 7.7/13 kB | 12/86 kB | 4.1/88 kB Progress (3): 7.7/13 kB | 16/86 kB | 4.1/88 kB Progress (4): 7.7/13 kB | 16/86 kB | 4.1/88 kB | 4.1/10 kB Progress (4): 7.7/13 kB | 16/86 kB | 7.7/88 kB | 4.1/10 kB Progress (4): 12/13 kB | 16/86 kB | 7.7/88 kB | 4.1/10 kB Progress (4): 13 kB | 16/86 kB | 7.7/88 kB | 4.1/10 kB Progress (4): 13 kB | 16/86 kB | 12/88 kB | 4.1/10 kB Progress (4): 13 kB | 16/86 kB | 16/88 kB | 4.1/10 kB Progress (5): 13 kB | 16/86 kB | 16/88 kB | 4.1/10 kB | 4.1/57 kB Progress (5): 13 kB | 16/86 kB | 16/88 kB | 4.1/10 kB | 7.7/57 kB Progress (5): 13 kB | 16/86 kB | 16/88 kB | 7.7/10 kB | 7.7/57 kB Progress (5): 13 kB | 20/86 kB | 16/88 kB | 7.7/10 kB | 7.7/57 kB Progress (5): 13 kB | 24/86 kB | 16/88 kB | 7.7/10 kB | 7.7/57 kB Progress (5): 13 kB | 28/86 kB | 16/88 kB | 7.7/10 kB | 7.7/57 kB Progress (5): 13 kB | 28/86 kB | 16/88 kB | 10 kB | 7.7/57 kB Progress (5): 13 kB | 28/86 kB | 16/88 kB | 10 kB | 12/57 kB Progress (5): 13 kB | 28/86 kB | 16/88 kB | 10 kB | 16/57 kB Progress (5): 13 kB | 28/86 kB | 20/88 kB | 10 kB | 16/57 kB Progress (5): 13 kB | 28/86 kB | 20/88 kB | 10 kB | 20/57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar (13 kB at 95 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar Progress (4): 28/86 kB | 20/88 kB | 10 kB | 24/57 kB Progress (4): 32/86 kB | 20/88 kB | 10 kB | 24/57 kB Progress (4): 33/86 kB | 20/88 kB | 10 kB | 24/57 kB Progress (4): 33/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 37/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 41/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 45/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 49/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 53/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 57/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 61/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 65/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 66/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 70/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 74/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 78/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 82/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 86/86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 86 kB | 24/88 kB | 10 kB | 24/57 kB Progress (4): 86 kB | 24/88 kB | 10 kB | 28/57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar (10 kB at 67 kB/s) Progress (3): 86 kB | 24/88 kB | 32/57 kB Progress (4): 86 kB | 24/88 kB | 32/57 kB | 4.1/24 kB Progress (4): 86 kB | 24/88 kB | 32/57 kB | 7.7/24 kB Progress (4): 86 kB | 24/88 kB | 32/57 kB | 12/24 kB Progress (4): 86 kB | 24/88 kB | 32/57 kB | 16/24 kB Progress (4): 86 kB | 24/88 kB | 32/57 kB | 20/24 kB Progress (4): 86 kB | 24/88 kB | 32/57 kB | 24/24 kB Progress (4): 86 kB | 24/88 kB | 32/57 kB | 24 kB Progress (4): 86 kB | 28/88 kB | 32/57 kB | 24 kB Progress (4): 86 kB | 28/88 kB | 36/57 kB | 24 kB Progress (4): 86 kB | 28/88 kB | 40/57 kB | 24 kB Progress (4): 86 kB | 28/88 kB | 44/57 kB | 24 kB Progress (4): 86 kB | 28/88 kB | 48/57 kB | 24 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar (86 kB at 534 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.jar Progress (3): 32/88 kB | 48/57 kB | 24 kB Progress (3): 33/88 kB | 48/57 kB | 24 kB Progress (3): 37/88 kB | 48/57 kB | 24 kB Progress (3): 41/88 kB | 48/57 kB | 24 kB Progress (3): 45/88 kB | 48/57 kB | 24 kB Progress (3): 49/88 kB | 48/57 kB | 24 kB Progress (3): 53/88 kB | 48/57 kB | 24 kB Progress (3): 57/88 kB | 48/57 kB | 24 kB Progress (3): 61/88 kB | 48/57 kB | 24 kB Progress (3): 65/88 kB | 48/57 kB | 24 kB Progress (3): 66/88 kB | 48/57 kB | 24 kB Progress (3): 66/88 kB | 52/57 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar (24 kB at 143 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.jar Progress (3): 66/88 kB | 52/57 kB | 4.1/49 kB Progress (3): 70/88 kB | 52/57 kB | 4.1/49 kB Progress (3): 74/88 kB | 52/57 kB | 4.1/49 kB Progress (3): 74/88 kB | 56/57 kB | 4.1/49 kB Progress (3): 78/88 kB | 56/57 kB | 4.1/49 kB Progress (3): 82/88 kB | 56/57 kB | 4.1/49 kB Progress (3): 86/88 kB | 56/57 kB | 4.1/49 kB Progress (4): 86/88 kB | 56/57 kB | 4.1/49 kB | 4.1/34 kB Progress (4): 86/88 kB | 56/57 kB | 7.7/49 kB | 4.1/34 kB Progress (4): 86/88 kB | 56/57 kB | 7.7/49 kB | 7.7/34 kB Progress (4): 88 kB | 56/57 kB | 7.7/49 kB | 7.7/34 kB Progress (4): 88 kB | 57 kB | 7.7/49 kB | 7.7/34 kB Progress (4): 88 kB | 57 kB | 7.7/49 kB | 12/34 kB Progress (4): 88 kB | 57 kB | 12/49 kB | 12/34 kB Progress (4): 88 kB | 57 kB | 12/49 kB | 16/34 kB Progress (4): 88 kB | 57 kB | 16/49 kB | 16/34 kB Progress (4): 88 kB | 57 kB | 16/49 kB | 20/34 kB Progress (4): 88 kB | 57 kB | 20/49 kB | 20/34 kB Progress (4): 88 kB | 57 kB | 20/49 kB | 24/34 kB Progress (4): 88 kB | 57 kB | 24/49 kB | 24/34 kB Progress (4): 88 kB | 57 kB | 24/49 kB | 28/34 kB Progress (4): 88 kB | 57 kB | 24/49 kB | 32/34 kB Progress (4): 88 kB | 57 kB | 28/49 kB | 32/34 kB Progress (4): 88 kB | 57 kB | 32/49 kB | 32/34 kB Progress (4): 88 kB | 57 kB | 32/49 kB | 34 kB Progress (4): 88 kB | 57 kB | 33/49 kB | 34 kB Progress (4): 88 kB | 57 kB | 37/49 kB | 34 kB Progress (4): 88 kB | 57 kB | 41/49 kB | 34 kB Progress (5): 88 kB | 57 kB | 41/49 kB | 34 kB | 4.1/13 kB Progress (5): 88 kB | 57 kB | 41/49 kB | 34 kB | 7.7/13 kB Progress (5): 88 kB | 57 kB | 41/49 kB | 34 kB | 12/13 kB Progress (5): 88 kB | 57 kB | 41/49 kB | 34 kB | 13 kB Progress (5): 88 kB | 57 kB | 45/49 kB | 34 kB | 13 kB Progress (5): 88 kB | 57 kB | 49/49 kB | 34 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar (88 kB at 453 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.jar (34 kB at 168 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.jar (13 kB at 61 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar Progress (3): 57 kB | 49/49 kB | 4.1/46 kB Progress (3): 57 kB | 49/49 kB | 7.7/46 kB Progress (3): 57 kB | 49/49 kB | 12/46 kB Progress (3): 57 kB | 49/49 kB | 16/46 kB Progress (3): 57 kB | 49/49 kB | 20/46 kB Progress (3): 57 kB | 49/49 kB | 24/46 kB Progress (3): 57 kB | 49/49 kB | 28/46 kB Progress (3): 57 kB | 49/49 kB | 32/46 kB Progress (3): 57 kB | 49/49 kB | 33/46 kB Progress (3): 57 kB | 49/49 kB | 37/46 kB Progress (3): 57 kB | 49/49 kB | 41/46 kB Progress (3): 57 kB | 49/49 kB | 45/46 kB Progress (3): 57 kB | 49/49 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar (57 kB at 258 kB/s) Progress (3): 49/49 kB | 46 kB | 4.1/142 kB Progress (3): 49/49 kB | 46 kB | 7.7/142 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 4.1/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 7.7/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 12/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 16/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 20/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 24/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 28/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 32/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 33/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 37/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 41/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 45/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 49/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 53/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 57/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 61/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 65/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 66/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 70/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 74/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 78/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 82/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 86/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 90/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 94/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 98/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 102/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 106/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 110/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 114/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 118/203 kB Progress (4): 49/49 kB | 46 kB | 7.7/142 kB | 122/203 kB Progress (4): 49/49 kB | 46 kB | 12/142 kB | 122/203 kB Progress (4): 49/49 kB | 46 kB | 16/142 kB | 122/203 kB Progress (4): 49/49 kB | 46 kB | 16/142 kB | 126/203 kB Progress (4): 49/49 kB | 46 kB | 16/142 kB | 130/203 kB Progress (4): 49/49 kB | 46 kB | 20/142 kB | 130/203 kB Progress (4): 49/49 kB | 46 kB | 24/142 kB | 130/203 kB Progress (4): 49/49 kB | 46 kB | 24/142 kB | 134/203 kB Progress (4): 49/49 kB | 46 kB | 28/142 kB | 134/203 kB Progress (4): 49/49 kB | 46 kB | 32/142 kB | 134/203 kB Progress (4): 49/49 kB | 46 kB | 33/142 kB | 134/203 kB Progress (4): 49/49 kB | 46 kB | 33/142 kB | 138/203 kB Progress (4): 49/49 kB | 46 kB | 37/142 kB | 138/203 kB Progress (4): 49/49 kB | 46 kB | 37/142 kB | 142/203 kB Progress (4): 49/49 kB | 46 kB | 41/142 kB | 142/203 kB Progress (4): 49/49 kB | 46 kB | 41/142 kB | 146/203 kB Progress (4): 49/49 kB | 46 kB | 45/142 kB | 146/203 kB Progress (4): 49/49 kB | 46 kB | 45/142 kB | 150/203 kB Progress (4): 49/49 kB | 46 kB | 49/142 kB | 150/203 kB Progress (4): 49/49 kB | 46 kB | 53/142 kB | 150/203 kB Progress (4): 49/49 kB | 46 kB | 57/142 kB | 150/203 kB Progress (4): 49/49 kB | 46 kB | 61/142 kB | 150/203 kB Progress (4): 49/49 kB | 46 kB | 61/142 kB | 154/203 kB Progress (4): 49/49 kB | 46 kB | 65/142 kB | 154/203 kB Progress (4): 49/49 kB | 46 kB | 65/142 kB | 158/203 kB Progress (4): 49/49 kB | 46 kB | 66/142 kB | 158/203 kB Progress (4): 49/49 kB | 46 kB | 66/142 kB | 162/203 kB Progress (4): 49/49 kB | 46 kB | 66/142 kB | 166/203 kB Progress (4): 49/49 kB | 46 kB | 70/142 kB | 166/203 kB Progress (4): 49/49 kB | 46 kB | 70/142 kB | 170/203 kB Progress (4): 49/49 kB | 46 kB | 74/142 kB | 170/203 kB Progress (4): 49/49 kB | 46 kB | 74/142 kB | 174/203 kB Progress (4): 49/49 kB | 46 kB | 78/142 kB | 174/203 kB Progress (4): 49/49 kB | 46 kB | 78/142 kB | 178/203 kB Progress (4): 49/49 kB | 46 kB | 82/142 kB | 178/203 kB Progress (4): 49/49 kB | 46 kB | 82/142 kB | 182/203 kB Progress (4): 49/49 kB | 46 kB | 86/142 kB | 182/203 kB Progress (4): 49/49 kB | 46 kB | 90/142 kB | 182/203 kB Progress (4): 49/49 kB | 46 kB | 90/142 kB | 186/203 kB Progress (4): 49/49 kB | 46 kB | 94/142 kB | 186/203 kB Progress (4): 49/49 kB | 46 kB | 94/142 kB | 190/203 kB Progress (4): 49/49 kB | 46 kB | 98/142 kB | 190/203 kB Progress (4): 49/49 kB | 46 kB | 98/142 kB | 194/203 kB Progress (4): 49/49 kB | 46 kB | 102/142 kB | 194/203 kB Progress (4): 49/49 kB | 46 kB | 102/142 kB | 198/203 kB Progress (4): 49/49 kB | 46 kB | 106/142 kB | 198/203 kB Progress (4): 49/49 kB | 46 kB | 106/142 kB | 202/203 kB Progress (4): 49/49 kB | 46 kB | 110/142 kB | 202/203 kB Progress (4): 49/49 kB | 46 kB | 110/142 kB | 203 kB Progress (4): 49/49 kB | 46 kB | 114/142 kB | 203 kB Progress (4): 49/49 kB | 46 kB | 118/142 kB | 203 kB Progress (4): 49/49 kB | 46 kB | 122/142 kB | 203 kB Progress (4): 49/49 kB | 46 kB | 126/142 kB | 203 kB Progress (4): 49/49 kB | 46 kB | 130/142 kB | 203 kB Progress (4): 49/49 kB | 46 kB | 134/142 kB | 203 kB Progress (4): 49/49 kB | 46 kB | 138/142 kB | 203 kB Progress (4): 49/49 kB | 46 kB | 142/142 kB | 203 kB Progress (4): 49/49 kB | 46 kB | 142 kB | 203 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar (203 kB at 692 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar (142 kB at 477 kB/s) Progress (2): 49 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar (49 kB at 124 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 kB at 107 kB/s) [WARNING] Warning in manifest for jakarta.transaction:jakarta.transaction-api:jar:1.3.2 : Superfluous export-package instructions: [javax] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.transaction-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ jakarta.transaction-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 160 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 138 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.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/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 291 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 77 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.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/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 622 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 62 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 57 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 183 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.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/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 796 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 148 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 467 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/13/maven-parent-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 905 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (1): 4.1/118 kB Progress (1): 7.7/118 kB Progress (2): 7.7/118 kB | 4.1/35 kB Progress (2): 12/118 kB | 4.1/35 kB Progress (2): 12/118 kB | 7.7/35 kB Progress (2): 16/118 kB | 7.7/35 kB Progress (3): 16/118 kB | 7.7/35 kB | 4.1/263 kB Progress (3): 16/118 kB | 12/35 kB | 4.1/263 kB Progress (3): 16/118 kB | 12/35 kB | 7.7/263 kB Progress (3): 20/118 kB | 12/35 kB | 7.7/263 kB Progress (3): 20/118 kB | 12/35 kB | 12/263 kB Progress (3): 20/118 kB | 12/35 kB | 16/263 kB Progress (3): 20/118 kB | 16/35 kB | 16/263 kB Progress (3): 20/118 kB | 16/35 kB | 20/263 kB Progress (3): 20/118 kB | 20/35 kB | 20/263 kB Progress (3): 20/118 kB | 24/35 kB | 20/263 kB Progress (4): 20/118 kB | 24/35 kB | 20/263 kB | 4.1/31 kB Progress (4): 24/118 kB | 24/35 kB | 20/263 kB | 4.1/31 kB Progress (4): 24/118 kB | 24/35 kB | 20/263 kB | 7.7/31 kB Progress (5): 24/118 kB | 24/35 kB | 20/263 kB | 7.7/31 kB | 4.1/316 kB Progress (5): 24/118 kB | 24/35 kB | 20/263 kB | 7.7/31 kB | 7.7/316 kB Progress (5): 24/118 kB | 24/35 kB | 20/263 kB | 7.7/31 kB | 12/316 kB Progress (5): 24/118 kB | 24/35 kB | 20/263 kB | 7.7/31 kB | 16/316 kB Progress (5): 24/118 kB | 24/35 kB | 20/263 kB | 7.7/31 kB | 20/316 kB Progress (5): 24/118 kB | 24/35 kB | 20/263 kB | 7.7/31 kB | 24/316 kB Progress (5): 24/118 kB | 28/35 kB | 20/263 kB | 7.7/31 kB | 24/316 kB Progress (5): 24/118 kB | 28/35 kB | 24/263 kB | 7.7/31 kB | 24/316 kB Progress (5): 24/118 kB | 32/35 kB | 24/263 kB | 7.7/31 kB | 24/316 kB Progress (5): 24/118 kB | 32/35 kB | 24/263 kB | 7.7/31 kB | 28/316 kB Progress (5): 24/118 kB | 32/35 kB | 24/263 kB | 12/31 kB | 28/316 kB Progress (5): 24/118 kB | 32/35 kB | 24/263 kB | 16/31 kB | 28/316 kB Progress (5): 28/118 kB | 32/35 kB | 24/263 kB | 16/31 kB | 28/316 kB Progress (5): 28/118 kB | 32/35 kB | 24/263 kB | 20/31 kB | 28/316 kB Progress (5): 28/118 kB | 32/35 kB | 24/263 kB | 24/31 kB | 28/316 kB Progress (5): 28/118 kB | 32/35 kB | 24/263 kB | 24/31 kB | 32/316 kB Progress (5): 28/118 kB | 35 kB | 24/263 kB | 24/31 kB | 32/316 kB Progress (5): 28/118 kB | 35 kB | 28/263 kB | 24/31 kB | 32/316 kB Progress (5): 28/118 kB | 35 kB | 28/263 kB | 24/31 kB | 33/316 kB Progress (5): 28/118 kB | 35 kB | 28/263 kB | 28/31 kB | 33/316 kB Progress (5): 32/118 kB | 35 kB | 28/263 kB | 28/31 kB | 33/316 kB Progress (5): 32/118 kB | 35 kB | 28/263 kB | 31 kB | 33/316 kB Progress (5): 32/118 kB | 35 kB | 28/263 kB | 31 kB | 37/316 kB Progress (5): 32/118 kB | 35 kB | 28/263 kB | 31 kB | 41/316 kB Progress (5): 32/118 kB | 35 kB | 32/263 kB | 31 kB | 41/316 kB Progress (5): 32/118 kB | 35 kB | 32/263 kB | 31 kB | 45/316 kB Progress (5): 33/118 kB | 35 kB | 32/263 kB | 31 kB | 45/316 kB Progress (5): 33/118 kB | 35 kB | 32/263 kB | 31 kB | 49/316 kB Progress (5): 33/118 kB | 35 kB | 33/263 kB | 31 kB | 49/316 kB Progress (5): 33/118 kB | 35 kB | 33/263 kB | 31 kB | 53/316 kB Progress (5): 33/118 kB | 35 kB | 33/263 kB | 31 kB | 57/316 kB Progress (5): 37/118 kB | 35 kB | 33/263 kB | 31 kB | 57/316 kB Progress (5): 37/118 kB | 35 kB | 33/263 kB | 31 kB | 61/316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 667 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Progress (4): 37/118 kB | 37/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 41/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 45/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 49/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 53/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 57/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 61/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 65/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 66/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 70/263 kB | 31 kB | 61/316 kB Progress (4): 37/118 kB | 74/263 kB | 31 kB | 61/316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 518 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Progress (3): 37/118 kB | 74/263 kB | 65/316 kB Progress (3): 37/118 kB | 74/263 kB | 66/316 kB Progress (3): 41/118 kB | 74/263 kB | 66/316 kB Progress (3): 41/118 kB | 74/263 kB | 70/316 kB Progress (4): 41/118 kB | 74/263 kB | 70/316 kB | 4.1/10 kB Progress (4): 41/118 kB | 78/263 kB | 70/316 kB | 4.1/10 kB Progress (4): 41/118 kB | 78/263 kB | 70/316 kB | 7.7/10 kB Progress (4): 41/118 kB | 78/263 kB | 70/316 kB | 10 kB Progress (4): 41/118 kB | 78/263 kB | 74/316 kB | 10 kB Progress (4): 45/118 kB | 78/263 kB | 74/316 kB | 10 kB Progress (4): 49/118 kB | 78/263 kB | 74/316 kB | 10 kB Progress (4): 53/118 kB | 78/263 kB | 74/316 kB | 10 kB Progress (4): 57/118 kB | 78/263 kB | 74/316 kB | 10 kB Progress (4): 61/118 kB | 78/263 kB | 74/316 kB | 10 kB Progress (4): 65/118 kB | 78/263 kB | 74/316 kB | 10 kB Progress (4): 66/118 kB | 78/263 kB | 74/316 kB | 10 kB Progress (4): 70/118 kB | 78/263 kB | 74/316 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 135 kB/s) Progress (3): 70/118 kB | 78/263 kB | 78/316 kB Progress (3): 70/118 kB | 78/263 kB | 82/316 kB Progress (3): 70/118 kB | 82/263 kB | 82/316 kB Progress (3): 70/118 kB | 82/263 kB | 86/316 kB Progress (3): 70/118 kB | 82/263 kB | 90/316 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar Progress (3): 74/118 kB | 82/263 kB | 90/316 kB Progress (3): 74/118 kB | 82/263 kB | 94/316 kB Progress (3): 74/118 kB | 82/263 kB | 98/316 kB Progress (3): 74/118 kB | 82/263 kB | 98/316 kB Progress (3): 74/118 kB | 86/263 kB | 98/316 kB Progress (3): 74/118 kB | 90/263 kB | 98/316 kB Progress (3): 74/118 kB | 90/263 kB | 102/316 kB Progress (3): 78/118 kB | 90/263 kB | 102/316 kB Progress (3): 82/118 kB | 90/263 kB | 102/316 kB Progress (3): 82/118 kB | 90/263 kB | 106/316 kB Progress (3): 82/118 kB | 94/263 kB | 106/316 kB Progress (3): 82/118 kB | 98/263 kB | 106/316 kB Progress (3): 82/118 kB | 98/263 kB | 110/316 kB Progress (3): 86/118 kB | 98/263 kB | 110/316 kB Progress (3): 90/118 kB | 98/263 kB | 110/316 kB Progress (3): 90/118 kB | 98/263 kB | 114/316 kB Progress (3): 90/118 kB | 102/263 kB | 114/316 kB Progress (3): 90/118 kB | 106/263 kB | 114/316 kB Progress (4): 90/118 kB | 106/263 kB | 114/316 kB | 4.1/38 kB Progress (4): 90/118 kB | 106/263 kB | 118/316 kB | 4.1/38 kB Progress (4): 90/118 kB | 106/263 kB | 122/316 kB | 4.1/38 kB Progress (4): 94/118 kB | 106/263 kB | 122/316 kB | 4.1/38 kB Progress (4): 98/118 kB | 106/263 kB | 122/316 kB | 4.1/38 kB Progress (4): 102/118 kB | 106/263 kB | 122/316 kB | 4.1/38 kB Progress (4): 106/118 kB | 106/263 kB | 122/316 kB | 4.1/38 kB Progress (4): 106/118 kB | 106/263 kB | 126/316 kB | 4.1/38 kB Progress (4): 106/118 kB | 106/263 kB | 126/316 kB | 7.7/38 kB Progress (4): 106/118 kB | 110/263 kB | 126/316 kB | 7.7/38 kB Progress (4): 106/118 kB | 110/263 kB | 126/316 kB | 12/38 kB Progress (4): 110/118 kB | 110/263 kB | 126/316 kB | 12/38 kB Progress (4): 110/118 kB | 110/263 kB | 130/316 kB | 12/38 kB Progress (5): 110/118 kB | 110/263 kB | 130/316 kB | 12/38 kB | 4.1/14 kB Progress (5): 114/118 kB | 110/263 kB | 130/316 kB | 12/38 kB | 4.1/14 kB Progress (5): 118 kB | 110/263 kB | 130/316 kB | 12/38 kB | 4.1/14 kB Progress (5): 118 kB | 110/263 kB | 131/316 kB | 12/38 kB | 4.1/14 kB Progress (5): 118 kB | 110/263 kB | 131/316 kB | 16/38 kB | 4.1/14 kB Progress (5): 118 kB | 110/263 kB | 135/316 kB | 16/38 kB | 4.1/14 kB Progress (5): 118 kB | 114/263 kB | 135/316 kB | 16/38 kB | 4.1/14 kB Progress (5): 118 kB | 114/263 kB | 139/316 kB | 16/38 kB | 4.1/14 kB Progress (5): 118 kB | 114/263 kB | 139/316 kB | 20/38 kB | 4.1/14 kB Progress (5): 118 kB | 114/263 kB | 139/316 kB | 24/38 kB | 4.1/14 kB Progress (5): 118 kB | 114/263 kB | 139/316 kB | 28/38 kB | 4.1/14 kB Progress (5): 118 kB | 114/263 kB | 139/316 kB | 28/38 kB | 7.7/14 kB Progress (5): 118 kB | 114/263 kB | 139/316 kB | 28/38 kB | 12/14 kB Progress (5): 118 kB | 114/263 kB | 139/316 kB | 28/38 kB | 14 kB Progress (5): 118 kB | 114/263 kB | 139/316 kB | 32/38 kB | 14 kB Progress (5): 118 kB | 114/263 kB | 143/316 kB | 32/38 kB | 14 kB Progress (5): 118 kB | 114/263 kB | 147/316 kB | 32/38 kB | 14 kB Progress (5): 118 kB | 118/263 kB | 147/316 kB | 32/38 kB | 14 kB Progress (5): 118 kB | 122/263 kB | 147/316 kB | 32/38 kB | 14 kB Progress (5): 118 kB | 126/263 kB | 147/316 kB | 32/38 kB | 14 kB Progress (5): 118 kB | 130/263 kB | 147/316 kB | 32/38 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 964 kB/s) Progress (4): 134/263 kB | 147/316 kB | 32/38 kB | 14 kB Progress (4): 138/263 kB | 147/316 kB | 32/38 kB | 14 kB Progress (4): 142/263 kB | 147/316 kB | 32/38 kB | 14 kB Progress (4): 146/263 kB | 147/316 kB | 32/38 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 113 kB/s) Progress (3): 146/263 kB | 151/316 kB | 32/38 kB Progress (3): 146/263 kB | 155/316 kB | 32/38 kB Progress (3): 146/263 kB | 155/316 kB | 36/38 kB Progress (3): 146/263 kB | 159/316 kB | 36/38 kB Progress (3): 146/263 kB | 163/316 kB | 36/38 kB Progress (3): 146/263 kB | 164/316 kB | 36/38 kB Progress (3): 150/263 kB | 164/316 kB | 36/38 kB Progress (3): 150/263 kB | 168/316 kB | 36/38 kB Progress (3): 150/263 kB | 172/316 kB | 36/38 kB Progress (3): 150/263 kB | 176/316 kB | 36/38 kB Progress (3): 150/263 kB | 176/316 kB | 38 kB Progress (3): 150/263 kB | 180/316 kB | 38 kB Progress (3): 154/263 kB | 180/316 kB | 38 kB Progress (3): 154/263 kB | 184/316 kB | 38 kB Progress (3): 154/263 kB | 188/316 kB | 38 kB Progress (3): 158/263 kB | 188/316 kB | 38 kB Progress (3): 158/263 kB | 192/316 kB | 38 kB Progress (3): 162/263 kB | 192/316 kB | 38 kB Progress (3): 162/263 kB | 196/316 kB | 38 kB Progress (3): 166/263 kB | 196/316 kB | 38 kB Progress (3): 170/263 kB | 196/316 kB | 38 kB Progress (3): 170/263 kB | 197/316 kB | 38 kB Progress (3): 174/263 kB | 197/316 kB | 38 kB Progress (3): 174/263 kB | 201/316 kB | 38 kB Progress (3): 174/263 kB | 205/316 kB | 38 kB Progress (3): 178/263 kB | 205/316 kB | 38 kB Progress (3): 178/263 kB | 209/316 kB | 38 kB Progress (3): 182/263 kB | 209/316 kB | 38 kB Progress (3): 182/263 kB | 213/316 kB | 38 kB Progress (3): 182/263 kB | 217/316 kB | 38 kB Progress (3): 182/263 kB | 221/316 kB | 38 kB Progress (3): 182/263 kB | 225/316 kB | 38 kB Progress (3): 182/263 kB | 229/316 kB | 38 kB Progress (3): 186/263 kB | 229/316 kB | 38 kB Progress (3): 186/263 kB | 233/316 kB | 38 kB Progress (3): 190/263 kB | 233/316 kB | 38 kB Progress (3): 194/263 kB | 233/316 kB | 38 kB Progress (3): 194/263 kB | 237/316 kB | 38 kB Progress (3): 198/263 kB | 237/316 kB | 38 kB Progress (3): 198/263 kB | 241/316 kB | 38 kB Progress (3): 198/263 kB | 245/316 kB | 38 kB Progress (3): 202/263 kB | 245/316 kB | 38 kB Progress (3): 202/263 kB | 249/316 kB | 38 kB Progress (3): 206/263 kB | 249/316 kB | 38 kB Progress (3): 206/263 kB | 253/316 kB | 38 kB Progress (3): 210/263 kB | 253/316 kB | 38 kB Progress (3): 210/263 kB | 257/316 kB | 38 kB Progress (3): 214/263 kB | 257/316 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 257 kB/s) Progress (2): 214/263 kB | 261/316 kB Progress (2): 218/263 kB | 261/316 kB Progress (2): 218/263 kB | 265/316 kB Progress (2): 218/263 kB | 269/316 kB Progress (2): 222/263 kB | 269/316 kB Progress (2): 226/263 kB | 269/316 kB Progress (2): 226/263 kB | 273/316 kB Progress (2): 230/263 kB | 273/316 kB Progress (2): 230/263 kB | 277/316 kB Progress (2): 230/263 kB | 281/316 kB Progress (2): 234/263 kB | 281/316 kB Progress (2): 234/263 kB | 285/316 kB Progress (2): 238/263 kB | 285/316 kB Progress (2): 238/263 kB | 289/316 kB Progress (2): 242/263 kB | 289/316 kB Progress (2): 242/263 kB | 293/316 kB Progress (2): 246/263 kB | 293/316 kB Progress (2): 250/263 kB | 293/316 kB Progress (2): 250/263 kB | 297/316 kB Progress (2): 254/263 kB | 297/316 kB Progress (2): 254/263 kB | 301/316 kB Progress (2): 258/263 kB | 301/316 kB Progress (2): 258/263 kB | 305/316 kB Progress (2): 262/263 kB | 305/316 kB Progress (2): 262/263 kB | 309/316 kB Progress (2): 263 kB | 309/316 kB Progress (2): 263 kB | 313/316 kB Progress (2): 263 kB | 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 1.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 1.8 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 239 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.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-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 156 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 87 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.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/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 128 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 432 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Progress (1): 4.1/58 kB Progress (2): 4.1/58 kB | 4.1/22 kB Progress (2): 4.1/58 kB | 7.7/22 kB Progress (2): 7.7/58 kB | 7.7/22 kB Progress (2): 12/58 kB | 7.7/22 kB Progress (2): 16/58 kB | 7.7/22 kB Progress (2): 16/58 kB | 12/22 kB Progress (2): 20/58 kB | 12/22 kB Progress (2): 24/58 kB | 12/22 kB Progress (3): 24/58 kB | 12/22 kB | 4.1/208 kB Progress (3): 24/58 kB | 12/22 kB | 7.7/208 kB Progress (3): 28/58 kB | 12/22 kB | 7.7/208 kB Progress (3): 28/58 kB | 16/22 kB | 7.7/208 kB Progress (3): 32/58 kB | 16/22 kB | 7.7/208 kB Progress (3): 32/58 kB | 16/22 kB | 12/208 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 4.1/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 7.7/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 12/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 16/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 20/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 24/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 28/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 32/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 33/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 37/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 41/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 45/184 kB Progress (4): 32/58 kB | 16/22 kB | 12/208 kB | 49/184 kB Progress (4): 32/58 kB | 16/22 kB | 16/208 kB | 49/184 kB Progress (4): 36/58 kB | 16/22 kB | 16/208 kB | 49/184 kB Progress (4): 36/58 kB | 20/22 kB | 16/208 kB | 49/184 kB Progress (4): 36/58 kB | 22 kB | 16/208 kB | 49/184 kB Progress (4): 40/58 kB | 22 kB | 16/208 kB | 49/184 kB Progress (4): 40/58 kB | 22 kB | 16/208 kB | 53/184 kB Progress (4): 40/58 kB | 22 kB | 16/208 kB | 57/184 kB Progress (4): 40/58 kB | 22 kB | 20/208 kB | 57/184 kB Progress (4): 40/58 kB | 22 kB | 20/208 kB | 61/184 kB Progress (4): 44/58 kB | 22 kB | 20/208 kB | 61/184 kB Progress (4): 44/58 kB | 22 kB | 20/208 kB | 65/184 kB Progress (4): 44/58 kB | 22 kB | 24/208 kB | 65/184 kB Progress (4): 44/58 kB | 22 kB | 24/208 kB | 66/184 kB Progress (4): 44/58 kB | 22 kB | 28/208 kB | 66/184 kB Progress (4): 44/58 kB | 22 kB | 32/208 kB | 66/184 kB Progress (4): 44/58 kB | 22 kB | 33/208 kB | 66/184 kB Progress (4): 48/58 kB | 22 kB | 33/208 kB | 66/184 kB Progress (4): 48/58 kB | 22 kB | 37/208 kB | 66/184 kB Progress (4): 48/58 kB | 22 kB | 37/208 kB | 70/184 kB Progress (4): 48/58 kB | 22 kB | 41/208 kB | 70/184 kB Progress (4): 48/58 kB | 22 kB | 45/208 kB | 70/184 kB Progress (4): 48/58 kB | 22 kB | 49/208 kB | 70/184 kB Progress (4): 48/58 kB | 22 kB | 53/208 kB | 70/184 kB Progress (4): 48/58 kB | 22 kB | 57/208 kB | 70/184 kB Progress (4): 48/58 kB | 22 kB | 61/208 kB | 70/184 kB Progress (4): 48/58 kB | 22 kB | 65/208 kB | 70/184 kB Progress (4): 52/58 kB | 22 kB | 65/208 kB | 70/184 kB Progress (4): 52/58 kB | 22 kB | 66/208 kB | 70/184 kB Progress (4): 52/58 kB | 22 kB | 66/208 kB | 74/184 kB Progress (4): 52/58 kB | 22 kB | 70/208 kB | 74/184 kB Progress (4): 52/58 kB | 22 kB | 74/208 kB | 74/184 kB Progress (4): 52/58 kB | 22 kB | 78/208 kB | 74/184 kB Progress (4): 52/58 kB | 22 kB | 82/208 kB | 74/184 kB Progress (4): 56/58 kB | 22 kB | 82/208 kB | 74/184 kB Progress (4): 56/58 kB | 22 kB | 86/208 kB | 74/184 kB Progress (4): 56/58 kB | 22 kB | 90/208 kB | 74/184 kB Progress (4): 56/58 kB | 22 kB | 90/208 kB | 78/184 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 376 kB/s) Progress (3): 56/58 kB | 90/208 kB | 82/184 kB Progress (3): 56/58 kB | 94/208 kB | 82/184 kB Progress (3): 58 kB | 94/208 kB | 82/184 kB Progress (3): 58 kB | 98/208 kB | 82/184 kB Progress (3): 58 kB | 98/208 kB | 86/184 kB Progress (3): 58 kB | 98/208 kB | 86/184 kB Progress (3): 58 kB | 98/208 kB | 90/184 kB Progress (3): 58 kB | 102/208 kB | 90/184 kB Progress (3): 58 kB | 102/208 kB | 94/184 kB Progress (3): 58 kB | 102/208 kB | 98/184 kB Progress (3): 58 kB | 106/208 kB | 98/184 kB Progress (3): 58 kB | 106/208 kB | 98/184 kB Progress (3): 58 kB | 110/208 kB | 98/184 kB Progress (3): 58 kB | 110/208 kB | 102/184 kB Progress (3): 58 kB | 110/208 kB | 106/184 kB Progress (3): 58 kB | 110/208 kB | 110/184 kB Progress (3): 58 kB | 110/208 kB | 114/184 kB Progress (3): 58 kB | 110/208 kB | 118/184 kB Progress (3): 58 kB | 110/208 kB | 122/184 kB Progress (3): 58 kB | 110/208 kB | 126/184 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 870 kB/s) Progress (2): 114/208 kB | 126/184 kB Progress (2): 114/208 kB | 130/184 kB Progress (2): 118/208 kB | 130/184 kB Progress (2): 118/208 kB | 131/184 kB Progress (2): 122/208 kB | 131/184 kB Progress (2): 122/208 kB | 135/184 kB Progress (2): 126/208 kB | 135/184 kB Progress (2): 126/208 kB | 139/184 kB Progress (2): 130/208 kB | 139/184 kB Progress (2): 130/208 kB | 143/184 kB Progress (2): 131/208 kB | 143/184 kB Progress (2): 131/208 kB | 147/184 kB Progress (2): 135/208 kB | 147/184 kB Progress (2): 135/208 kB | 151/184 kB Progress (2): 139/208 kB | 151/184 kB Progress (2): 143/208 kB | 151/184 kB Progress (2): 147/208 kB | 151/184 kB Progress (2): 151/208 kB | 151/184 kB Progress (2): 155/208 kB | 151/184 kB Progress (2): 159/208 kB | 151/184 kB Progress (2): 163/208 kB | 151/184 kB Progress (2): 164/208 kB | 151/184 kB Progress (2): 168/208 kB | 151/184 kB Progress (2): 172/208 kB | 151/184 kB Progress (2): 176/208 kB | 151/184 kB Progress (2): 180/208 kB | 151/184 kB Progress (2): 184/208 kB | 151/184 kB Progress (2): 188/208 kB | 151/184 kB Progress (2): 192/208 kB | 151/184 kB Progress (2): 196/208 kB | 151/184 kB Progress (2): 200/208 kB | 151/184 kB Progress (2): 204/208 kB | 151/184 kB Progress (2): 208 kB | 151/184 kB Progress (2): 208 kB | 155/184 kB Progress (2): 208 kB | 159/184 kB Progress (2): 208 kB | 163/184 kB Progress (2): 208 kB | 167/184 kB Progress (2): 208 kB | 171/184 kB Progress (2): 208 kB | 175/184 kB Progress (2): 208 kB | 179/184 kB Progress (2): 208 kB | 183/184 kB Progress (2): 208 kB | 184 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 2.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 1.8 MB/s) [INFO] Building jar: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2.jar [INFO] [INFO] --- spec-version-maven-plugin:2.0:check-module (default) @ jakarta.transaction-api --- [INFO] [INFO] --- maven-source-plugin:2.1:jar-no-fork (attach-sources) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.pom (3.4 kB at 172 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.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/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 312 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.pom (1.8 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom (1.7 kB at 68 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.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-15/plexus-containers-1.0-alpha-15.pom (1.9 kB at 95 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.pom Progress (1): 948 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.pom (948 B at 43 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom (2.4 kB at 99 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 52 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.pom (1.4 kB at 74 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom (2.2 kB at 101 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.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-16/plexus-containers-1.0-alpha-16.pom (1.9 kB at 94 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 108 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.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.9/plexus-utils-1.4.9.pom (2.3 kB at 121 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom (2.9 kB at 162 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom (1.8 kB at 95 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom (1.3 kB at 64 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.jar Progress (1): 4.1/157 kB Progress (1): 7.7/157 kB Progress (1): 12/157 kB Progress (1): 16/157 kB Progress (1): 20/157 kB Progress (1): 24/157 kB Progress (1): 28/157 kB Progress (1): 32/157 kB Progress (1): 33/157 kB Progress (1): 37/157 kB Progress (1): 41/157 kB Progress (1): 45/157 kB Progress (1): 49/157 kB Progress (1): 53/157 kB Progress (2): 53/157 kB | 4.1/51 kB Progress (2): 57/157 kB | 4.1/51 kB Progress (2): 57/157 kB | 7.7/51 kB Progress (2): 61/157 kB | 7.7/51 kB Progress (2): 61/157 kB | 12/51 kB Progress (2): 65/157 kB | 12/51 kB Progress (2): 65/157 kB | 16/51 kB Progress (2): 66/157 kB | 16/51 kB Progress (2): 66/157 kB | 20/51 kB Progress (2): 70/157 kB | 20/51 kB Progress (2): 70/157 kB | 24/51 kB Progress (2): 74/157 kB | 24/51 kB Progress (2): 74/157 kB | 28/51 kB Progress (2): 74/157 kB | 32/51 kB Progress (2): 78/157 kB | 32/51 kB Progress (2): 82/157 kB | 32/51 kB Progress (2): 82/157 kB | 33/51 kB Progress (2): 86/157 kB | 33/51 kB Progress (2): 86/157 kB | 37/51 kB Progress (2): 86/157 kB | 41/51 kB Progress (2): 86/157 kB | 45/51 kB Progress (2): 86/157 kB | 49/51 kB Progress (2): 86/157 kB | 51 kB Progress (2): 90/157 kB | 51 kB Progress (2): 94/157 kB | 51 kB Progress (2): 98/157 kB | 51 kB Progress (2): 98/157 kB | 51 kB Progress (2): 102/157 kB | 51 kB Progress (2): 106/157 kB | 51 kB Progress (2): 110/157 kB | 51 kB Progress (2): 114/157 kB | 51 kB Progress (2): 118/157 kB | 51 kB Progress (2): 122/157 kB | 51 kB Progress (2): 126/157 kB | 51 kB Progress (2): 130/157 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.jar (51 kB at 1.4 MB/s) Progress (1): 134/157 kB Progress (1): 138/157 kB Progress (1): 142/157 kB Progress (1): 146/157 kB Progress (1): 150/157 kB Progress (1): 154/157 kB Progress (1): 157 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar (157 kB at 3.2 MB/s) Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Progress (2): 12 kB | 4.1/268 kB Progress (2): 12 kB | 7.7/268 kB Progress (2): 12 kB | 12/268 kB Progress (2): 12 kB | 16/268 kB Progress (2): 12 kB | 20/268 kB Progress (2): 12 kB | 24/268 kB Progress (2): 12 kB | 28/268 kB Progress (2): 12 kB | 32/268 kB Progress (2): 12 kB | 33/268 kB Progress (2): 12 kB | 37/268 kB Progress (2): 12 kB | 41/268 kB Progress (3): 12 kB | 41/268 kB | 4.1/20 kB Progress (3): 12 kB | 45/268 kB | 4.1/20 kB Progress (3): 12 kB | 45/268 kB | 7.7/20 kB Progress (3): 12 kB | 49/268 kB | 7.7/20 kB Progress (3): 12 kB | 49/268 kB | 12/20 kB Progress (3): 12 kB | 53/268 kB | 12/20 kB Progress (3): 12 kB | 53/268 kB | 16/20 kB Progress (3): 12 kB | 57/268 kB | 16/20 kB Progress (3): 12 kB | 57/268 kB | 20 kB Progress (3): 12 kB | 61/268 kB | 20 kB Progress (3): 12 kB | 65/268 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar (12 kB at 197 kB/s) Progress (2): 66/268 kB | 20 kB Progress (2): 70/268 kB | 20 kB Progress (2): 74/268 kB | 20 kB Progress (2): 78/268 kB | 20 kB Progress (2): 82/268 kB | 20 kB Progress (2): 86/268 kB | 20 kB Progress (2): 90/268 kB | 20 kB Progress (2): 94/268 kB | 20 kB Progress (2): 98/268 kB | 20 kB Progress (2): 98/268 kB | 20 kB Progress (2): 102/268 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.jar (20 kB at 280 kB/s) Progress (1): 106/268 kB Progress (1): 110/268 kB Progress (1): 114/268 kB Progress (1): 118/268 kB Progress (1): 122/268 kB Progress (1): 126/268 kB Progress (1): 130/268 kB Progress (1): 131/268 kB Progress (1): 135/268 kB Progress (1): 139/268 kB Progress (1): 143/268 kB Progress (1): 147/268 kB Progress (1): 151/268 kB Progress (1): 155/268 kB Progress (1): 159/268 kB Progress (1): 163/268 kB Progress (1): 164/268 kB Progress (1): 168/268 kB Progress (1): 172/268 kB Progress (1): 176/268 kB Progress (1): 180/268 kB Progress (1): 184/268 kB Progress (1): 188/268 kB Progress (1): 192/268 kB Progress (1): 196/268 kB Progress (1): 197/268 kB Progress (1): 201/268 kB Progress (1): 205/268 kB Progress (1): 209/268 kB Progress (1): 213/268 kB Progress (1): 217/268 kB Progress (1): 221/268 kB Progress (1): 225/268 kB Progress (1): 229/268 kB Progress (1): 229/268 kB Progress (1): 233/268 kB Progress (1): 237/268 kB Progress (1): 241/268 kB Progress (1): 245/268 kB Progress (1): 249/268 kB Progress (1): 253/268 kB Progress (1): 257/268 kB Progress (1): 261/268 kB Progress (1): 265/268 kB Progress (1): 268 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 2.8 MB/s) [INFO] Building jar: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ jakarta.transaction-api --- 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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (0 B at 0 B/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 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 (0 B at 0 B/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.pom 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.pom 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.pom (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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.pom 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.pom 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.pom (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/s) 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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (0 B at 0 B/s) 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.pom 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.pom 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.pom (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 176 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.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/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (5.8 kB at 263 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 175 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.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.8/maven-plugin-api-2.0.8.pom (1.5 kB at 88 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 211 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 456 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 114 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 111 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.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-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 243 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (0 B at 0 B/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 166 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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 113 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 120 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 150 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 118 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.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.0/doxia-module-xhtml-1.0.pom (1.6 kB at 84 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.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-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 525 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom 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/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.8 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 299 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 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 (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 174 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 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 (0 B at 0 B/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.14/log4j-1.2.14.pom Progress (1): 2.4 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.14/log4j-1.2.14.pom (2.4 kB at 19 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom Progress (1): 4.1/19 kB Progress (1): 7.9/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom (19 kB at 100 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (3.8 kB at 199 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (2.5 kB at 140 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 102 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 148 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.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/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/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 Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.jar 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 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/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/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-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-settings/2.2.1/maven-settings-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-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/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-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar 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.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 Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.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/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.2/commons-io-2.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.2/commons-codec-1.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/log4j/log4j/1.2.14/log4j-1.2.14.jar Progress (1): 3.8/367 kB Progress (1): 7.9/367 kB Progress (1): 12/367 kB Progress (1): 16/367 kB Progress (1): 20/367 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar Progress (1): 24/367 kB Progress (1): 28/367 kB Progress (1): 32/367 kB Progress (1): 33/367 kB Progress (1): 37/367 kB Progress (1): 41/367 kB Progress (1): 45/367 kB Progress (1): 49/367 kB Progress (1): 53/367 kB Progress (1): 57/367 kB Progress (1): 61/367 kB Progress (1): 63/367 kB Progress (1): 67/367 kB Progress (1): 71/367 kB Progress (1): 75/367 kB Progress (1): 79/367 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar Progress (1): 83/367 kB Progress (1): 88/367 kB Progress (1): 92/367 kB Progress (1): 96/367 kB Progress (1): 100/367 kB Progress (1): 104/367 kB Progress (1): 108/367 kB Progress (1): 112/367 kB Progress (1): 116/367 kB Progress (1): 120/367 kB Progress (1): 124/367 kB Progress (1): 128/367 kB Progress (1): 133/367 kB Progress (1): 137/367 kB Progress (1): 141/367 kB Progress (1): 145/367 kB Progress (1): 149/367 kB Progress (1): 153/367 kB Progress (1): 157/367 kB Progress (1): 161/367 kB Progress (1): 165/367 kB Progress (1): 169/367 kB Progress (1): 174/367 kB Progress (1): 178/367 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar Progress (1): 182/367 kB Progress (1): 186/367 kB Progress (1): 190/367 kB Progress (1): 194/367 kB Progress (1): 198/367 kB Progress (1): 202/367 kB Progress (1): 206/367 kB Progress (1): 210/367 kB Progress (1): 215/367 kB Progress (1): 219/367 kB Progress (1): 223/367 kB Progress (1): 227/367 kB Progress (1): 231/367 kB Progress (1): 235/367 kB Progress (1): 239/367 kB Progress (1): 243/367 kB Progress (1): 247/367 kB Progress (1): 251/367 kB Progress (1): 255/367 kB Progress (1): 260/367 kB Progress (1): 264/367 kB Progress (1): 268/367 kB Progress (1): 272/367 kB Progress (1): 276/367 kB Progress (1): 280/367 kB Progress (1): 284/367 kB Progress (1): 288/367 kB Progress (1): 292/367 kB Progress (1): 296/367 kB Progress (1): 301/367 kB Progress (1): 305/367 kB Progress (1): 309/367 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar Progress (1): 313/367 kB Progress (1): 317/367 kB Progress (1): 321/367 kB Progress (1): 325/367 kB Progress (1): 329/367 kB Progress (1): 333/367 kB Progress (1): 337/367 kB Progress (1): 341/367 kB Progress (1): 346/367 kB Progress (1): 350/367 kB Progress (1): 354/367 kB Progress (1): 358/367 kB Progress (1): 362/367 kB Progress (1): 366/367 kB Progress (1): 367 kB Progress (2): 367 kB | 3.8/180 kB Progress (2): 367 kB | 7.9/180 kB Progress (2): 367 kB | 12/180 kB Progress (2): 367 kB | 16/180 kB Progress (2): 367 kB | 20/180 kB Progress (2): 367 kB | 24/180 kB Progress (2): 367 kB | 28/180 kB Progress (2): 367 kB | 32/180 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.14/log4j-1.2.14.jar (367 kB at 220 kB/s) Progress (1): 37/180 kB Progress (1): 41/180 kB Progress (1): 45/180 kB Progress (1): 49/180 kB Progress (1): 53/180 kB Progress (1): 57/180 kB Progress (1): 61/180 kB Progress (1): 65/180 kB Progress (1): 69/180 kB Progress (1): 73/180 kB Progress (1): 74/180 kB Progress (1): 78/180 kB Progress (1): 82/180 kB Progress (1): 86/180 kB Progress (1): 90/180 kB Progress (1): 94/180 kB Progress (1): 98/180 kB Progress (1): 102/180 kB Progress (1): 106/180 kB Progress (1): 107/180 kB Progress (1): 111/180 kB Progress (1): 115/180 kB Progress (1): 119/180 kB Progress (1): 123/180 kB Progress (1): 127/180 kB Progress (1): 131/180 kB Progress (1): 136/180 kB Progress (1): 140/180 kB Progress (1): 144/180 kB Progress (1): 148/180 kB Progress (1): 152/180 kB Progress (1): 156/180 kB Progress (1): 160/180 kB Progress (1): 164/180 kB Progress (1): 168/180 kB Progress (1): 172/180 kB Progress (1): 177/180 kB Progress (1): 180 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar (180 kB at 99 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar 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-core/2.2.1/maven-core-2.2.1.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar 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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar 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 (0 B at 0 B/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 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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar 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 (0 B at 0 B/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-model/2.2.1/maven-model-2.2.1.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar 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 (0 B at 0 B/s) 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 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 (0 B at 0 B/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 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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar 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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 237 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 kB at 148 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar 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/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.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/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 191 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.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 (1): 24/55 kB Progress (1): 28/55 kB Progress (1): 32/55 kB Progress (1): 33/55 kB Progress (1): 37/55 kB Progress (1): 41/55 kB Progress (1): 45/55 kB Progress (1): 49/55 kB Progress (1): 53/55 kB Progress (1): 55 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 204 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar 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/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 36 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/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (1): 4.1/392 kB Progress (1): 7.7/392 kB Progress (1): 12/392 kB Progress (1): 16/392 kB Progress (1): 20/392 kB Progress (1): 24/392 kB Progress (1): 28/392 kB Progress (1): 32/392 kB Progress (1): 33/392 kB Progress (1): 37/392 kB Progress (1): 41/392 kB Progress (1): 45/392 kB Progress (1): 49/392 kB Progress (1): 53/392 kB Progress (1): 57/392 kB Progress (1): 61/392 kB Progress (1): 65/392 kB Progress (1): 66/392 kB Progress (1): 70/392 kB Progress (1): 74/392 kB Progress (1): 78/392 kB Progress (1): 82/392 kB Progress (1): 86/392 kB Progress (1): 90/392 kB Progress (1): 94/392 kB Progress (1): 98/392 kB Progress (1): 98/392 kB Progress (1): 102/392 kB Progress (1): 106/392 kB Progress (1): 110/392 kB Progress (1): 114/392 kB Progress (1): 118/392 kB Progress (1): 122/392 kB Progress (1): 126/392 kB Progress (1): 130/392 kB Progress (1): 134/392 kB Progress (1): 138/392 kB Progress (1): 142/392 kB Progress (1): 146/392 kB Progress (1): 150/392 kB Progress (1): 154/392 kB Progress (1): 158/392 kB Progress (1): 162/392 kB Progress (1): 166/392 kB Progress (1): 170/392 kB Progress (1): 174/392 kB Progress (1): 178/392 kB Progress (1): 182/392 kB Progress (1): 186/392 kB Progress (1): 190/392 kB Progress (1): 194/392 kB Progress (1): 198/392 kB Progress (1): 202/392 kB Progress (1): 206/392 kB Progress (1): 210/392 kB Progress (1): 214/392 kB Progress (1): 218/392 kB Progress (1): 222/392 kB Progress (1): 226/392 kB Progress (1): 230/392 kB Progress (1): 234/392 kB Progress (1): 238/392 kB Progress (1): 242/392 kB Progress (1): 246/392 kB Progress (1): 250/392 kB Progress (1): 254/392 kB Progress (1): 258/392 kB Progress (1): 262/392 kB Progress (1): 266/392 kB Progress (1): 270/392 kB Progress (1): 274/392 kB Progress (1): 278/392 kB Progress (1): 282/392 kB Progress (1): 286/392 kB Progress (1): 290/392 kB Progress (1): 294/392 kB Progress (1): 298/392 kB Progress (1): 302/392 kB Progress (1): 306/392 kB Progress (1): 310/392 kB Progress (1): 314/392 kB Progress (1): 318/392 kB Progress (1): 322/392 kB Progress (1): 326/392 kB Progress (1): 330/392 kB Progress (1): 334/392 kB Progress (1): 338/392 kB Progress (1): 342/392 kB Progress (1): 346/392 kB Progress (1): 350/392 kB Progress (1): 354/392 kB Progress (1): 358/392 kB Progress (1): 362/392 kB Progress (1): 366/392 kB Progress (1): 370/392 kB Progress (1): 374/392 kB Progress (1): 378/392 kB Progress (1): 382/392 kB Progress (1): 386/392 kB Progress (1): 390/392 kB Progress (1): 392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.0 MB/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Progress (1): 4.1/49 kB Progress (1): 7.7/49 kB Progress (1): 12/49 kB Progress (1): 16/49 kB Progress (1): 20/49 kB Progress (1): 24/49 kB Progress (1): 28/49 kB Progress (1): 32/49 kB Progress (1): 36/49 kB Progress (1): 40/49 kB Progress (1): 44/49 kB Progress (1): 48/49 kB Progress (1): 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 119 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Progress (1): 4.1/571 kB Progress (1): 7.7/571 kB Progress (1): 12/571 kB Progress (1): 16/571 kB Progress (1): 20/571 kB Progress (1): 24/571 kB Progress (1): 28/571 kB Progress (1): 32/571 kB Progress (1): 33/571 kB Progress (1): 37/571 kB Progress (1): 41/571 kB Progress (1): 45/571 kB Progress (1): 49/571 kB Progress (1): 53/571 kB Progress (1): 57/571 kB Progress (1): 61/571 kB Progress (1): 65/571 kB Progress (1): 66/571 kB Progress (1): 70/571 kB Progress (1): 74/571 kB Progress (1): 78/571 kB Progress (1): 82/571 kB Progress (1): 86/571 kB Progress (1): 90/571 kB Progress (1): 94/571 kB Progress (1): 98/571 kB Progress (1): 102/571 kB Progress (1): 106/571 kB Progress (1): 110/571 kB Progress (1): 114/571 kB Progress (1): 118/571 kB Progress (1): 122/571 kB Progress (1): 126/571 kB Progress (1): 130/571 kB Progress (1): 134/571 kB Progress (1): 138/571 kB Progress (1): 142/571 kB Progress (1): 146/571 kB Progress (1): 150/571 kB Progress (1): 154/571 kB Progress (1): 158/571 kB Progress (1): 162/571 kB Progress (1): 166/571 kB Progress (1): 170/571 kB Progress (1): 174/571 kB Progress (1): 178/571 kB Progress (1): 182/571 kB Progress (1): 186/571 kB Progress (1): 190/571 kB Progress (1): 194/571 kB Progress (1): 198/571 kB Progress (1): 202/571 kB Progress (1): 206/571 kB Progress (1): 210/571 kB Progress (1): 214/571 kB Progress (1): 218/571 kB Progress (1): 222/571 kB Progress (1): 226/571 kB Progress (1): 230/571 kB Progress (1): 234/571 kB Progress (1): 238/571 kB Progress (1): 242/571 kB Progress (1): 246/571 kB Progress (1): 250/571 kB Progress (1): 254/571 kB Progress (1): 258/571 kB Progress (1): 262/571 kB Progress (1): 266/571 kB Progress (1): 270/571 kB Progress (1): 274/571 kB Progress (1): 278/571 kB Progress (1): 282/571 kB Progress (1): 286/571 kB Progress (1): 290/571 kB Progress (1): 294/571 kB Progress (1): 298/571 kB Progress (1): 302/571 kB Progress (1): 306/571 kB Progress (1): 310/571 kB Progress (1): 314/571 kB Progress (1): 318/571 kB Progress (1): 322/571 kB Progress (1): 326/571 kB Progress (1): 330/571 kB Progress (1): 334/571 kB Progress (1): 338/571 kB Progress (1): 342/571 kB Progress (1): 346/571 kB Progress (1): 350/571 kB Progress (1): 354/571 kB Progress (1): 358/571 kB Progress (1): 362/571 kB Progress (1): 366/571 kB Progress (1): 370/571 kB Progress (1): 374/571 kB Progress (1): 378/571 kB Progress (1): 382/571 kB Progress (1): 386/571 kB Progress (1): 390/571 kB Progress (1): 394/571 kB Progress (1): 398/571 kB Progress (1): 402/571 kB Progress (1): 406/571 kB Progress (1): 410/571 kB Progress (1): 414/571 kB Progress (1): 418/571 kB Progress (1): 422/571 kB Progress (1): 426/571 kB Progress (1): 430/571 kB Progress (1): 434/571 kB Progress (1): 438/571 kB Progress (1): 442/571 kB Progress (1): 446/571 kB Progress (1): 450/571 kB Progress (1): 454/571 kB Progress (1): 458/571 kB Progress (1): 462/571 kB Progress (1): 466/571 kB Progress (1): 470/571 kB Progress (1): 474/571 kB Progress (1): 478/571 kB Progress (1): 482/571 kB Progress (1): 486/571 kB Progress (1): 490/571 kB Progress (1): 494/571 kB Progress (1): 498/571 kB Progress (1): 502/571 kB Progress (1): 506/571 kB Progress (1): 510/571 kB Progress (1): 514/571 kB Progress (1): 518/571 kB Progress (1): 522/571 kB Progress (1): 526/571 kB Progress (1): 530/571 kB Progress (1): 534/571 kB Progress (1): 538/571 kB Progress (1): 542/571 kB Progress (1): 546/571 kB Progress (1): 550/571 kB Progress (1): 554/571 kB Progress (1): 558/571 kB Progress (1): 562/571 kB Progress (1): 566/571 kB Progress (1): 570/571 kB Progress (1): 571 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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar 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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar 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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 113 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.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 (2): 24/47 kB | 4.1/19 kB Progress (2): 28/47 kB | 4.1/19 kB Progress (2): 28/47 kB | 7.7/19 kB Progress (2): 28/47 kB | 12/19 kB Progress (2): 28/47 kB | 16/19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar Progress (2): 32/47 kB | 16/19 kB Progress (2): 32/47 kB | 19 kB Progress (2): 36/47 kB | 19 kB Progress (2): 40/47 kB | 19 kB Progress (2): 44/47 kB | 19 kB Progress (2): 47 kB | 19 kB Progress (3): 47 kB | 19 kB | 4.1/28 kB Progress (3): 47 kB | 19 kB | 7.7/28 kB Progress (3): 47 kB | 19 kB | 12/28 kB Progress (3): 47 kB | 19 kB | 16/28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 3.6 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 9.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Progress (2): 16/28 kB | 4.1/174 kB Progress (2): 16/28 kB | 7.7/174 kB Progress (2): 20/28 kB | 7.7/174 kB Progress (2): 24/28 kB | 7.7/174 kB Progress (2): 28/28 kB | 7.7/174 kB Progress (2): 28 kB | 7.7/174 kB Progress (2): 28 kB | 12/174 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Progress (3): 28 kB | 12/174 kB | 4.1/30 kB Progress (3): 28 kB | 12/174 kB | 7.7/30 kB Progress (3): 28 kB | 12/174 kB | 12/30 kB Progress (3): 28 kB | 12/174 kB | 16/30 kB Progress (3): 28 kB | 16/174 kB | 16/30 kB Progress (3): 28 kB | 20/174 kB | 16/30 kB Progress (3): 28 kB | 24/174 kB | 16/30 kB Progress (3): 28 kB | 28/174 kB | 16/30 kB Progress (3): 28 kB | 32/174 kB | 16/30 kB Progress (3): 28 kB | 33/174 kB | 16/30 kB Progress (3): 28 kB | 33/174 kB | 20/30 kB Progress (3): 28 kB | 33/174 kB | 24/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 5.4 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 (3): 33/174 kB | 24/30 kB | 4.1/22 kB Progress (3): 33/174 kB | 24/30 kB | 7.7/22 kB Progress (3): 33/174 kB | 24/30 kB | 12/22 kB Progress (3): 33/174 kB | 24/30 kB | 16/22 kB Progress (3): 33/174 kB | 24/30 kB | 20/22 kB Progress (3): 33/174 kB | 24/30 kB | 22 kB Progress (3): 33/174 kB | 28/30 kB | 22 kB Progress (3): 33/174 kB | 30 kB | 22 kB Progress (3): 37/174 kB | 30 kB | 22 kB Progress (3): 41/174 kB | 30 kB | 22 kB Progress (3): 45/174 kB | 30 kB | 22 kB Progress (3): 49/174 kB | 30 kB | 22 kB Progress (3): 53/174 kB | 30 kB | 22 kB Progress (3): 57/174 kB | 30 kB | 22 kB Progress (3): 61/174 kB | 30 kB | 22 kB Progress (3): 65/174 kB | 30 kB | 22 kB Progress (3): 69/174 kB | 30 kB | 22 kB Progress (3): 73/174 kB | 30 kB | 22 kB Progress (3): 77/174 kB | 30 kB | 22 kB Progress (3): 81/174 kB | 30 kB | 22 kB Progress (3): 85/174 kB | 30 kB | 22 kB Progress (3): 89/174 kB | 30 kB | 22 kB Progress (3): 93/174 kB | 30 kB | 22 kB Progress (3): 97/174 kB | 30 kB | 22 kB Progress (3): 101/174 kB | 30 kB | 22 kB Progress (3): 105/174 kB | 30 kB | 22 kB Progress (4): 105/174 kB | 30 kB | 22 kB | 4.1/305 kB Progress (4): 105/174 kB | 30 kB | 22 kB | 7.7/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 5.9 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 4.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.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 (0 B at 0 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar Progress (2): 105/174 kB | 12/305 kB Progress (2): 105/174 kB | 16/305 kB Progress (2): 109/174 kB | 16/305 kB Progress (2): 113/174 kB | 16/305 kB Progress (2): 113/174 kB | 20/305 kB Progress (2): 117/174 kB | 20/305 kB Progress (2): 121/174 kB | 20/305 kB Progress (3): 121/174 kB | 20/305 kB | 4.1/58 kB Progress (3): 121/174 kB | 20/305 kB | 7.7/58 kB Progress (3): 121/174 kB | 24/305 kB | 7.7/58 kB Progress (3): 121/174 kB | 24/305 kB | 12/58 kB Progress (3): 121/174 kB | 24/305 kB | 16/58 kB Progress (3): 121/174 kB | 24/305 kB | 20/58 kB Progress (3): 121/174 kB | 24/305 kB | 24/58 kB Progress (3): 125/174 kB | 24/305 kB | 24/58 kB Progress (3): 125/174 kB | 24/305 kB | 28/58 kB Progress (3): 125/174 kB | 24/305 kB | 32/58 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 4.1/230 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 7.7/230 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 12/230 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 16/230 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 20/230 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 24/230 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 28/230 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 32/230 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 33/230 kB Progress (4): 125/174 kB | 24/305 kB | 32/58 kB | 37/230 kB Progress (4): 125/174 kB | 28/305 kB | 32/58 kB | 37/230 kB Progress (5): 125/174 kB | 28/305 kB | 32/58 kB | 37/230 kB | 4.1/185 kB Progress (5): 125/174 kB | 28/305 kB | 32/58 kB | 41/230 kB | 4.1/185 kB Progress (5): 125/174 kB | 28/305 kB | 36/58 kB | 41/230 kB | 4.1/185 kB Progress (5): 129/174 kB | 28/305 kB | 36/58 kB | 41/230 kB | 4.1/185 kB Progress (5): 129/174 kB | 28/305 kB | 40/58 kB | 41/230 kB | 4.1/185 kB Progress (5): 129/174 kB | 28/305 kB | 40/58 kB | 45/230 kB | 4.1/185 kB Progress (5): 129/174 kB | 28/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 32/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 33/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 37/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 41/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 45/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 49/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 53/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 57/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 61/305 kB | 40/58 kB | 45/230 kB | 7.7/185 kB Progress (5): 129/174 kB | 61/305 kB | 40/58 kB | 45/230 kB | 12/185 kB Progress (5): 129/174 kB | 61/305 kB | 40/58 kB | 49/230 kB | 12/185 kB Progress (5): 129/174 kB | 61/305 kB | 44/58 kB | 49/230 kB | 12/185 kB Progress (5): 133/174 kB | 61/305 kB | 44/58 kB | 49/230 kB | 12/185 kB Progress (5): 137/174 kB | 61/305 kB | 44/58 kB | 49/230 kB | 12/185 kB Progress (5): 137/174 kB | 61/305 kB | 48/58 kB | 49/230 kB | 12/185 kB Progress (5): 137/174 kB | 61/305 kB | 48/58 kB | 53/230 kB | 12/185 kB Progress (5): 137/174 kB | 61/305 kB | 48/58 kB | 53/230 kB | 16/185 kB Progress (5): 137/174 kB | 65/305 kB | 48/58 kB | 53/230 kB | 16/185 kB Progress (5): 137/174 kB | 65/305 kB | 48/58 kB | 53/230 kB | 20/185 kB Progress (5): 137/174 kB | 65/305 kB | 48/58 kB | 53/230 kB | 24/185 kB Progress (5): 137/174 kB | 65/305 kB | 48/58 kB | 57/230 kB | 24/185 kB Progress (5): 137/174 kB | 65/305 kB | 52/58 kB | 57/230 kB | 24/185 kB Progress (5): 137/174 kB | 65/305 kB | 56/58 kB | 57/230 kB | 24/185 kB Progress (5): 141/174 kB | 65/305 kB | 56/58 kB | 57/230 kB | 24/185 kB Progress (5): 141/174 kB | 65/305 kB | 58 kB | 57/230 kB | 24/185 kB Progress (5): 141/174 kB | 65/305 kB | 58 kB | 61/230 kB | 24/185 kB Progress (5): 141/174 kB | 65/305 kB | 58 kB | 65/230 kB | 24/185 kB Progress (5): 141/174 kB | 65/305 kB | 58 kB | 65/230 kB | 28/185 kB Progress (5): 141/174 kB | 65/305 kB | 58 kB | 65/230 kB | 32/185 kB Progress (5): 141/174 kB | 66/305 kB | 58 kB | 65/230 kB | 32/185 kB Progress (5): 141/174 kB | 66/305 kB | 58 kB | 65/230 kB | 33/185 kB Progress (5): 141/174 kB | 66/305 kB | 58 kB | 66/230 kB | 33/185 kB Progress (5): 145/174 kB | 66/305 kB | 58 kB | 66/230 kB | 33/185 kB Progress (5): 145/174 kB | 66/305 kB | 58 kB | 70/230 kB | 33/185 kB Progress (5): 145/174 kB | 66/305 kB | 58 kB | 74/230 kB | 33/185 kB Progress (5): 145/174 kB | 66/305 kB | 58 kB | 74/230 kB | 37/185 kB Progress (5): 145/174 kB | 70/305 kB | 58 kB | 74/230 kB | 37/185 kB Progress (5): 145/174 kB | 70/305 kB | 58 kB | 74/230 kB | 41/185 kB Progress (5): 145/174 kB | 70/305 kB | 58 kB | 78/230 kB | 41/185 kB Progress (5): 145/174 kB | 70/305 kB | 58 kB | 82/230 kB | 41/185 kB Progress (5): 149/174 kB | 70/305 kB | 58 kB | 82/230 kB | 41/185 kB Progress (5): 149/174 kB | 70/305 kB | 58 kB | 86/230 kB | 41/185 kB Progress (5): 149/174 kB | 70/305 kB | 58 kB | 90/230 kB | 41/185 kB Progress (5): 149/174 kB | 70/305 kB | 58 kB | 90/230 kB | 45/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 11 kB/s) Progress (4): 149/174 kB | 74/305 kB | 90/230 kB | 45/185 kB Progress (4): 149/174 kB | 74/305 kB | 90/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 94/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 98/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 102/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 106/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 110/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 114/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 118/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 122/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 126/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 130/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 134/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 138/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 142/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 146/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 150/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 154/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 158/230 kB | 49/185 kB Progress (4): 149/174 kB | 74/305 kB | 162/230 kB | 49/185 kB Progress (4): 153/174 kB | 74/305 kB | 162/230 kB | 49/185 kB Progress (4): 157/174 kB | 74/305 kB | 162/230 kB | 49/185 kB Progress (4): 157/174 kB | 74/305 kB | 162/230 kB | 53/185 kB Progress (4): 157/174 kB | 78/305 kB | 162/230 kB | 53/185 kB Progress (4): 157/174 kB | 82/305 kB | 162/230 kB | 53/185 kB Progress (4): 157/174 kB | 86/305 kB | 162/230 kB | 53/185 kB Progress (4): 157/174 kB | 90/305 kB | 162/230 kB | 53/185 kB Progress (4): 157/174 kB | 94/305 kB | 162/230 kB | 53/185 kB Progress (4): 157/174 kB | 98/305 kB | 162/230 kB | 53/185 kB Progress (4): 157/174 kB | 98/305 kB | 162/230 kB | 53/185 kB Progress (4): 157/174 kB | 98/305 kB | 162/230 kB | 57/185 kB Progress (4): 157/174 kB | 98/305 kB | 166/230 kB | 57/185 kB Progress (4): 157/174 kB | 98/305 kB | 170/230 kB | 57/185 kB Progress (4): 161/174 kB | 98/305 kB | 170/230 kB | 57/185 kB Progress (4): 161/174 kB | 98/305 kB | 174/230 kB | 57/185 kB Progress (4): 161/174 kB | 98/305 kB | 174/230 kB | 61/185 kB Progress (4): 161/174 kB | 98/305 kB | 174/230 kB | 65/185 kB Progress (4): 161/174 kB | 98/305 kB | 174/230 kB | 66/185 kB Progress (4): 161/174 kB | 98/305 kB | 174/230 kB | 70/185 kB Progress (4): 161/174 kB | 102/305 kB | 174/230 kB | 70/185 kB Progress (4): 161/174 kB | 102/305 kB | 174/230 kB | 74/185 kB Progress (4): 161/174 kB | 102/305 kB | 178/230 kB | 74/185 kB Progress (4): 165/174 kB | 102/305 kB | 178/230 kB | 74/185 kB Progress (4): 169/174 kB | 102/305 kB | 178/230 kB | 74/185 kB Progress (4): 173/174 kB | 102/305 kB | 178/230 kB | 74/185 kB Progress (4): 174 kB | 102/305 kB | 178/230 kB | 74/185 kB Progress (4): 174 kB | 102/305 kB | 182/230 kB | 74/185 kB Progress (4): 174 kB | 102/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 106/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 110/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 114/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 118/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 122/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 126/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 130/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 134/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 138/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 142/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 146/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 150/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 154/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 158/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 162/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 166/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 170/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 174/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 178/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 182/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 186/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 190/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 194/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 198/305 kB | 182/230 kB | 78/185 kB Progress (4): 174 kB | 198/305 kB | 182/230 kB | 82/185 kB Progress (4): 174 kB | 198/305 kB | 182/230 kB | 86/185 kB Progress (4): 174 kB | 198/305 kB | 182/230 kB | 90/185 kB Progress (4): 174 kB | 198/305 kB | 186/230 kB | 90/185 kB Progress (4): 174 kB | 198/305 kB | 186/230 kB | 94/185 kB Progress (4): 174 kB | 198/305 kB | 186/230 kB | 98/185 kB Progress (4): 174 kB | 198/305 kB | 186/230 kB | 98/185 kB Progress (4): 174 kB | 202/305 kB | 186/230 kB | 98/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 33 kB/s) Progress (3): 206/305 kB | 186/230 kB | 98/185 kB Progress (3): 210/305 kB | 186/230 kB | 98/185 kB Progress (3): 210/305 kB | 186/230 kB | 102/185 kB Progress (3): 210/305 kB | 190/230 kB | 102/185 kB Progress (3): 210/305 kB | 194/230 kB | 102/185 kB Progress (3): 210/305 kB | 194/230 kB | 106/185 kB Progress (3): 214/305 kB | 194/230 kB | 106/185 kB Progress (3): 218/305 kB | 194/230 kB | 106/185 kB Progress (3): 222/305 kB | 194/230 kB | 106/185 kB Progress (3): 226/305 kB | 194/230 kB | 106/185 kB Progress (3): 230/305 kB | 194/230 kB | 106/185 kB Progress (3): 234/305 kB | 194/230 kB | 106/185 kB Progress (3): 238/305 kB | 194/230 kB | 106/185 kB Progress (3): 242/305 kB | 194/230 kB | 106/185 kB Progress (3): 246/305 kB | 194/230 kB | 106/185 kB Progress (3): 250/305 kB | 194/230 kB | 106/185 kB Progress (3): 254/305 kB | 194/230 kB | 106/185 kB Progress (3): 258/305 kB | 194/230 kB | 106/185 kB Progress (3): 258/305 kB | 194/230 kB | 110/185 kB Progress (3): 258/305 kB | 198/230 kB | 110/185 kB Progress (3): 258/305 kB | 202/230 kB | 110/185 kB Progress (3): 258/305 kB | 206/230 kB | 110/185 kB Progress (3): 258/305 kB | 210/230 kB | 110/185 kB Progress (3): 258/305 kB | 214/230 kB | 110/185 kB Progress (3): 258/305 kB | 218/230 kB | 110/185 kB Progress (3): 258/305 kB | 222/230 kB | 110/185 kB Progress (3): 258/305 kB | 226/230 kB | 110/185 kB Progress (3): 258/305 kB | 230/230 kB | 110/185 kB Progress (3): 258/305 kB | 230 kB | 110/185 kB Progress (3): 258/305 kB | 230 kB | 114/185 kB Progress (3): 258/305 kB | 230 kB | 118/185 kB Progress (3): 258/305 kB | 230 kB | 122/185 kB Progress (3): 258/305 kB | 230 kB | 126/185 kB Progress (3): 258/305 kB | 230 kB | 130/185 kB Progress (3): 262/305 kB | 230 kB | 130/185 kB Progress (3): 262/305 kB | 230 kB | 134/185 kB Progress (3): 262/305 kB | 230 kB | 138/185 kB Progress (3): 266/305 kB | 230 kB | 138/185 kB Progress (3): 266/305 kB | 230 kB | 142/185 kB Progress (3): 270/305 kB | 230 kB | 142/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 44 kB/s) Progress (2): 270/305 kB | 146/185 kB Progress (2): 274/305 kB | 146/185 kB Progress (2): 278/305 kB | 146/185 kB Progress (2): 282/305 kB | 146/185 kB Progress (2): 286/305 kB | 146/185 kB Progress (2): 290/305 kB | 146/185 kB Progress (2): 294/305 kB | 146/185 kB Progress (2): 298/305 kB | 146/185 kB Progress (2): 302/305 kB | 146/185 kB Progress (2): 305 kB | 146/185 kB Progress (2): 305 kB | 150/185 kB Progress (2): 305 kB | 154/185 kB Progress (2): 305 kB | 158/185 kB Progress (2): 305 kB | 162/185 kB Progress (2): 305 kB | 166/185 kB Progress (2): 305 kB | 170/185 kB Progress (2): 305 kB | 174/185 kB Progress (2): 305 kB | 178/185 kB Progress (2): 305 kB | 182/185 kB Progress (2): 305 kB | 185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 58 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (185 kB at 35 kB/s) [INFO] Loading source files for package javax.transaction... Constructing Javadoc information... Standard Doclet version 1.8.0_181 Building tree for all the packages and classes... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/HeuristicCommitException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/HeuristicMixedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/HeuristicRollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/InvalidTransactionException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/NotSupportedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/RollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Status.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Synchronization.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/SystemException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Transaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Transactional.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Transactional.TxType.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionalException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionManager.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionRequiredException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionRolledbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionScoped.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionSynchronizationRegistry.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/UserTransaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/package-frame.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/package-summary.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/package-tree.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/serialized-form.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionSynchronizationRegistry.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/HeuristicCommitException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/UserTransaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionalException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Status.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionScoped.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Transactional.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Transactional.TxType.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Synchronization.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Transaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/HeuristicRollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/HeuristicMixedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/RollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/SystemException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/NotSupportedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionManager.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionRolledbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionRequiredException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/InvalidTransactionException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-1.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-2.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-3.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-4.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-5.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-6.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-7.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-8.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-9.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-10.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-11.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-12.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-13.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-14.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-15.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-16.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - Multiple sources of package comments found for package "javax.transaction" [WARNING] /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/src/main/java/javax/transaction/Transactional.java:67: warning: no @return [WARNING] TxType value() default TxType.REQUIRED; [WARNING] ^ [INFO] Building jar: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.9:javadoc (default) > generate-sources @ jakarta.transaction-api >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jakarta.transaction-api --- [INFO] [INFO] --- spec-version-maven-plugin:2.0:set-spec-properties (default) @ jakarta.transaction-api --- [INFO] [INFO] -- spec properties -- [INFO] spec.implementation.version = 1.3.2 [INFO] spec.specification.version = 1.3 [INFO] spec.bundle.symbolic-name = jakarta.transaction-api [INFO] spec.bundle.spec.version = 1.3 [INFO] spec.extension.name = javax.transaction [INFO] spec.bundle.version = 1.3.2 [INFO] [INFO] [INFO] <<< maven-javadoc-plugin:2.9:javadoc (default) < generate-sources @ jakarta.transaction-api <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.9:javadoc (default) @ jakarta.transaction-api --- [INFO] Loading source files for package javax.transaction... Constructing Javadoc information... Standard Doclet version 1.8.0_181 Building tree for all the packages and classes... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/HeuristicCommitException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/HeuristicMixedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/HeuristicRollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/InvalidTransactionException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/NotSupportedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/RollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/Status.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/Synchronization.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/SystemException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/Transaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/Transactional.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/Transactional.TxType.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/TransactionalException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/TransactionManager.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/TransactionRequiredException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/TransactionRolledbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/TransactionScoped.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/TransactionSynchronizationRegistry.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/UserTransaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/package-frame.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/package-summary.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/package-tree.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/constant-values.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/serialized-form.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/TransactionSynchronizationRegistry.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/HeuristicCommitException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/UserTransaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/TransactionalException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/Status.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/TransactionScoped.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/Transactional.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/Transactional.TxType.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/Synchronization.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/Transaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/HeuristicRollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/HeuristicMixedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/RollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/SystemException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/NotSupportedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/TransactionManager.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/TransactionRolledbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/TransactionRequiredException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/class-use/InvalidTransactionException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/javax/transaction/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/overview-tree.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-1.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-2.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-3.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-4.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-5.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-6.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-7.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-8.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-9.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-10.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-11.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-12.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-13.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-14.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-15.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index-files/index-16.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/index.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/site/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - Multiple sources of package comments found for package "javax.transaction" [WARNING] /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/src/main/java/javax/transaction/Transactional.java:67: warning: no @return [WARNING] TxType value() default TxType.REQUIRED; [WARNING] ^ [INFO] [INFO] >>> maven-source-plugin:2.1:jar (default-cli) > generate-sources @ jakarta.transaction-api >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jakarta.transaction-api --- [INFO] [INFO] --- spec-version-maven-plugin:2.0:set-spec-properties (default) @ jakarta.transaction-api --- [INFO] [INFO] -- spec properties -- [INFO] spec.implementation.version = 1.3.2 [INFO] spec.specification.version = 1.3 [INFO] spec.bundle.symbolic-name = jakarta.transaction-api [INFO] spec.bundle.spec.version = 1.3 [INFO] spec.extension.name = javax.transaction [INFO] spec.bundle.version = 1.3.2 [INFO] [INFO] [INFO] <<< maven-source-plugin:2.1:jar (default-cli) < generate-sources @ jakarta.transaction-api <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.1:jar (default-cli) @ jakarta.transaction-api --- [INFO] [INFO] --- maven-javadoc-plugin:2.9:jar (default-cli) @ jakarta.transaction-api --- [INFO] Loading source files for package javax.transaction... Constructing Javadoc information... Standard Doclet version 1.8.0_181 Building tree for all the packages and classes... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/HeuristicCommitException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/HeuristicMixedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/HeuristicRollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/InvalidTransactionException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/NotSupportedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/RollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Status.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Synchronization.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/SystemException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Transaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Transactional.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/Transactional.TxType.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionalException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionManager.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionRequiredException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionRolledbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionScoped.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/TransactionSynchronizationRegistry.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/UserTransaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/package-frame.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/package-summary.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/package-tree.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/serialized-form.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionSynchronizationRegistry.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/HeuristicCommitException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/UserTransaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionalException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Status.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionScoped.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Transactional.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Transactional.TxType.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Synchronization.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/Transaction.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/HeuristicRollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/HeuristicMixedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/RollbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/SystemException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/NotSupportedException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionManager.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionRolledbackException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/TransactionRequiredException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/class-use/InvalidTransactionException.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/javax/transaction/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-1.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-2.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-3.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-4.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-5.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-6.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-7.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-8.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-9.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-10.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-11.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-12.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-13.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-14.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-15.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index-files/index-16.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/index.html... Generating /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - Multiple sources of package comments found for package "javax.transaction" [WARNING] /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/src/main/java/javax/transaction/Transactional.java:67: warning: no @return [WARNING] TxType value() default TxType.REQUIRED; [WARNING] ^ [INFO] Building jar: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (default-cli) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (0 B at 0 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Progress (1): 4.1/243 kB Progress (1): 7.7/243 kB Progress (1): 12/243 kB Progress (1): 16/243 kB Progress (1): 20/243 kB Progress (1): 24/243 kB Progress (1): 28/243 kB Progress (1): 32/243 kB Progress (1): 33/243 kB Progress (1): 37/243 kB Progress (1): 41/243 kB Progress (1): 45/243 kB Progress (1): 49/243 kB Progress (1): 53/243 kB Progress (1): 57/243 kB Progress (1): 61/243 kB Progress (1): 65/243 kB Progress (1): 66/243 kB Progress (1): 70/243 kB Progress (1): 74/243 kB Progress (1): 78/243 kB Progress (1): 82/243 kB Progress (1): 86/243 kB Progress (1): 90/243 kB Progress (1): 94/243 kB Progress (1): 98/243 kB Progress (1): 98/243 kB Progress (1): 102/243 kB Progress (1): 106/243 kB Progress (1): 110/243 kB Progress (1): 114/243 kB Progress (1): 118/243 kB Progress (1): 122/243 kB Progress (1): 126/243 kB Progress (1): 130/243 kB Progress (1): 131/243 kB Progress (1): 135/243 kB Progress (1): 139/243 kB Progress (1): 143/243 kB Progress (1): 147/243 kB Progress (1): 151/243 kB Progress (1): 155/243 kB Progress (1): 159/243 kB Progress (1): 163/243 kB Progress (1): 164/243 kB Progress (1): 168/243 kB Progress (1): 172/243 kB Progress (1): 176/243 kB Progress (1): 180/243 kB Progress (1): 184/243 kB Progress (1): 188/243 kB Progress (1): 192/243 kB Progress (1): 196/243 kB Progress (1): 200/243 kB Progress (1): 204/243 kB Progress (1): 208/243 kB Progress (1): 212/243 kB Progress (1): 216/243 kB Progress (1): 220/243 kB Progress (1): 224/243 kB Progress (1): 228/243 kB Progress (1): 232/243 kB Progress (1): 236/243 kB Progress (1): 240/243 kB Progress (1): 243 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 4.4 MB/s) [INFO] [INFO] --- maven-install-plugin:2.4:install (default-cli) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 50 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.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-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 249 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar 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/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 624 kB/s) [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2.jar to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/pom.xml to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-sources.jar to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-javadoc.jar to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-sources.jar to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-javadoc.jar to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2.jar.asc to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar.asc [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2.pom.asc to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom.asc [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-sources.jar.asc to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-javadoc.jar.asc to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar.asc [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-sources.jar.asc to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target/jakarta.transaction-api-1.3.2-javadoc.jar.asc to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar.asc [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-cli) @ jakarta.transaction-api --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Progress (1): 4.1/251 kB Progress (1): 7.7/251 kB Progress (1): 12/251 kB Progress (1): 16/251 kB Progress (1): 20/251 kB Progress (1): 24/251 kB Progress (1): 28/251 kB Progress (1): 32/251 kB Progress (1): 33/251 kB Progress (1): 37/251 kB Progress (1): 41/251 kB Progress (1): 45/251 kB Progress (1): 49/251 kB Progress (1): 53/251 kB Progress (1): 57/251 kB Progress (1): 61/251 kB Progress (1): 65/251 kB Progress (1): 66/251 kB Progress (1): 70/251 kB Progress (1): 74/251 kB Progress (1): 78/251 kB Progress (1): 82/251 kB Progress (1): 86/251 kB Progress (1): 90/251 kB Progress (1): 94/251 kB Progress (1): 98/251 kB Progress (1): 98/251 kB Progress (1): 102/251 kB Progress (1): 106/251 kB Progress (1): 110/251 kB Progress (1): 114/251 kB Progress (1): 118/251 kB Progress (1): 122/251 kB Progress (1): 126/251 kB Progress (1): 130/251 kB Progress (1): 131/251 kB Progress (1): 135/251 kB Progress (1): 139/251 kB Progress (1): 143/251 kB Progress (1): 147/251 kB Progress (1): 151/251 kB Progress (1): 155/251 kB Progress (1): 159/251 kB Progress (1): 163/251 kB Progress (1): 164/251 kB Progress (1): 168/251 kB Progress (1): 172/251 kB Progress (1): 176/251 kB Progress (1): 180/251 kB Progress (1): 184/251 kB Progress (1): 188/251 kB Progress (1): 192/251 kB Progress (1): 196/251 kB Progress (1): 200/251 kB Progress (1): 204/251 kB Progress (1): 208/251 kB Progress (1): 212/251 kB Progress (1): 216/251 kB Progress (1): 220/251 kB Progress (1): 224/251 kB Progress (1): 228/251 kB Progress (1): 232/251 kB Progress (1): 236/251 kB Progress (1): 240/251 kB Progress (1): 244/251 kB Progress (1): 248/251 kB Progress (1): 251 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 4.6 MB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar Progress (1): 2.0/28 kB Progress (1): 4.1/28 kB Progress (1): 6.1/28 kB Progress (1): 8.2/28 kB Progress (1): 10/28 kB Progress (1): 12/28 kB Progress (1): 14/28 kB Progress (1): 16/28 kB Progress (1): 18/28 kB Progress (1): 20/28 kB Progress (1): 23/28 kB Progress (1): 25/28 kB Progress (1): 27/28 kB Progress (1): 28 kB Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar (28 kB at 29 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom Progress (1): 2.0/13 kB Progress (1): 4.1/13 kB Progress (1): 6.1/13 kB Progress (1): 8.2/13 kB Progress (1): 10/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom (13 kB at 27 kB/s) Downloading from ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/maven-metadata.xml Progress (1): 322 B Downloaded from ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/maven-metadata.xml (322 B at 239 B/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/maven-metadata.xml Progress (1): 322 B Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/maven-metadata.xml (322 B at 743 B/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar Progress (1): 2.0/39 kB Progress (1): 4.1/39 kB Progress (1): 6.1/39 kB Progress (1): 8.2/39 kB Progress (1): 10/39 kB Progress (1): 12/39 kB Progress (1): 14/39 kB Progress (1): 16/39 kB Progress (1): 18/39 kB Progress (1): 20/39 kB Progress (1): 23/39 kB Progress (1): 25/39 kB Progress (1): 27/39 kB Progress (1): 29/39 kB Progress (1): 31/39 kB Progress (1): 33/39 kB Progress (1): 35/39 kB Progress (1): 37/39 kB Progress (1): 39/39 kB Progress (1): 39 kB Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar (39 kB at 5.8 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar Progress (1): 2.0/145 kB Progress (1): 4.1/145 kB Progress (1): 6.1/145 kB Progress (1): 8.2/145 kB Progress (1): 10/145 kB Progress (1): 12/145 kB Progress (1): 14/145 kB Progress (1): 16/145 kB Progress (1): 18/145 kB Progress (1): 20/145 kB Progress (1): 23/145 kB Progress (1): 25/145 kB Progress (1): 27/145 kB Progress (1): 29/145 kB Progress (1): 31/145 kB Progress (1): 33/145 kB Progress (1): 35/145 kB Progress (1): 37/145 kB Progress (1): 39/145 kB Progress (1): 41/145 kB Progress (1): 43/145 kB Progress (1): 45/145 kB Progress (1): 47/145 kB Progress (1): 49/145 kB Progress (1): 51/145 kB Progress (1): 53/145 kB Progress (1): 55/145 kB Progress (1): 57/145 kB Progress (1): 59/145 kB Progress (1): 61/145 kB Progress (1): 63/145 kB Progress (1): 66/145 kB Progress (1): 68/145 kB Progress (1): 70/145 kB Progress (1): 72/145 kB Progress (1): 74/145 kB Progress (1): 76/145 kB Progress (1): 78/145 kB Progress (1): 80/145 kB Progress (1): 82/145 kB Progress (1): 84/145 kB Progress (1): 86/145 kB Progress (1): 88/145 kB Progress (1): 90/145 kB Progress (1): 92/145 kB Progress (1): 94/145 kB Progress (1): 96/145 kB Progress (1): 98/145 kB Progress (1): 100/145 kB Progress (1): 102/145 kB Progress (1): 104/145 kB Progress (1): 106/145 kB Progress (1): 109/145 kB Progress (1): 111/145 kB Progress (1): 113/145 kB Progress (1): 115/145 kB Progress (1): 117/145 kB Progress (1): 119/145 kB Progress (1): 121/145 kB Progress (1): 123/145 kB Progress (1): 125/145 kB Progress (1): 127/145 kB Progress (1): 129/145 kB Progress (1): 131/145 kB Progress (1): 133/145 kB Progress (1): 135/145 kB Progress (1): 137/145 kB Progress (1): 139/145 kB Progress (1): 141/145 kB Progress (1): 143/145 kB Progress (1): 145 kB Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar (145 kB at 120 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar Progress (1): 2.0/39 kB Progress (1): 4.1/39 kB Progress (1): 6.1/39 kB Progress (1): 8.2/39 kB Progress (1): 10/39 kB Progress (1): 12/39 kB Progress (1): 14/39 kB Progress (1): 16/39 kB Progress (1): 18/39 kB Progress (1): 20/39 kB Progress (1): 23/39 kB Progress (1): 25/39 kB Progress (1): 27/39 kB Progress (1): 29/39 kB Progress (1): 31/39 kB Progress (1): 33/39 kB Progress (1): 35/39 kB Progress (1): 37/39 kB Progress (1): 39/39 kB Progress (1): 39 kB Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar (39 kB at 2.0 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar Progress (1): 2.0/145 kB Progress (1): 4.1/145 kB Progress (1): 6.1/145 kB Progress (1): 8.2/145 kB Progress (1): 10/145 kB Progress (1): 12/145 kB Progress (1): 14/145 kB Progress (1): 16/145 kB Progress (1): 18/145 kB Progress (1): 20/145 kB Progress (1): 23/145 kB Progress (1): 25/145 kB Progress (1): 27/145 kB Progress (1): 29/145 kB Progress (1): 31/145 kB Progress (1): 33/145 kB Progress (1): 35/145 kB Progress (1): 37/145 kB Progress (1): 39/145 kB Progress (1): 41/145 kB Progress (1): 43/145 kB Progress (1): 45/145 kB Progress (1): 47/145 kB Progress (1): 49/145 kB Progress (1): 51/145 kB Progress (1): 53/145 kB Progress (1): 55/145 kB Progress (1): 57/145 kB Progress (1): 59/145 kB Progress (1): 61/145 kB Progress (1): 63/145 kB Progress (1): 66/145 kB Progress (1): 68/145 kB Progress (1): 70/145 kB Progress (1): 72/145 kB Progress (1): 74/145 kB Progress (1): 76/145 kB Progress (1): 78/145 kB Progress (1): 80/145 kB Progress (1): 82/145 kB Progress (1): 84/145 kB Progress (1): 86/145 kB Progress (1): 88/145 kB Progress (1): 90/145 kB Progress (1): 92/145 kB Progress (1): 94/145 kB Progress (1): 96/145 kB Progress (1): 98/145 kB Progress (1): 100/145 kB Progress (1): 102/145 kB Progress (1): 104/145 kB Progress (1): 106/145 kB Progress (1): 109/145 kB Progress (1): 111/145 kB Progress (1): 113/145 kB Progress (1): 115/145 kB Progress (1): 117/145 kB Progress (1): 119/145 kB Progress (1): 121/145 kB Progress (1): 123/145 kB Progress (1): 125/145 kB Progress (1): 127/145 kB Progress (1): 129/145 kB Progress (1): 131/145 kB Progress (1): 133/145 kB Progress (1): 135/145 kB Progress (1): 137/145 kB Progress (1): 139/145 kB Progress (1): 141/145 kB Progress (1): 143/145 kB Progress (1): 145 kB Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar (145 kB at 9.1 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar.asc (833 B at 4.0 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom.asc (833 B at 4.8 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar.asc (833 B at 5.1 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar.asc (833 B at 4.2 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar.asc (833 B at 5.2 kB/s) Uploading to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-javadoc.jar.asc (833 B at 4.3 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:49 min [INFO] Finished at: 2018-12-13T12:37:59Z [INFO] ------------------------------------------------------------------------ + echo '-[ Tag release ]----------------------------------------------------------------' -[ Tag release ]---------------------------------------------------------------- + git tag 1.3.2 -m 'Release jakarta.transaction:jakarta.transaction-api:1.3.2' + echo '-[ Set next snapshot version ]--------------------------------------------------' -[ Set next snapshot version ]-------------------------------------------------- + mvn -U -C -DnewVersion=1.3.3-SNAPSHOT -DgenerateBackupPoms=false -Pstaging clean org.codehaus.mojo:versions-maven-plugin:2.5:set [INFO] Scanning for projects... [INFO] [INFO] ------------< jakarta.transaction:jakarta.transaction-api >------------- [INFO] Building javax.transaction API 1.3.2 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.transaction-api --- [INFO] Deleting /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release/target [INFO] [INFO] ------------< jakarta.transaction:jakarta.transaction-api >------------- [INFO] Building javax.transaction API 1.3.2 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.5:set (default-cli) @ jakarta.transaction-api --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release [INFO] Processing change of jakarta.transaction:jakarta.transaction-api:1.3.2 -> 1.3.3-SNAPSHOT [INFO] Processing jakarta.transaction:jakarta.transaction-api [INFO] Updating project jakarta.transaction:jakarta.transaction-api [INFO] from version 1.3.2 to 1.3.3-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.658 s [INFO] Finished at: 2018-12-13T12:38:02Z [INFO] ------------------------------------------------------------------------ + echo '-[ Commit modified pom.xml files ]----------------------------------------------' -[ Commit modified pom.xml files ]---------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + POM_FILES=pom.xml + git add pom.xml + git commit -m 'Prepare next development cycle for 1.3.3-SNAPSHOT' [1.3.2-RELEASE ea5b0ef] Prepare next development cycle for 1.3.3-SNAPSHOT 1 file changed, 1 insertion(+), 1 deletion(-) + '[' false = true ']' + echo '-[ Push branch and tag to GitHub ]----------------------------------------------' -[ Push branch and tag to GitHub ]---------------------------------------------- + git push origin 1.3.2-RELEASE Failed to add the RSA host key for IP address '192.30.253.112' to the list of known hosts (/home/jenkins/.ssh/known_hosts). remote: remote: Create a pull request for '1.3.2-RELEASE' on GitHub by visiting: remote: https://github.com/eclipse-ee4j/jta-api/pull/new/1.3.2-RELEASE remote: To github.com:eclipse-ee4j/jta-api.git * [new branch] 1.3.2-RELEASE -> 1.3.2-RELEASE + git push origin 1.3.2 Failed to add the RSA host key for IP address '192.30.253.112' to the list of known hosts (/home/jenkins/.ssh/known_hosts). To github.com:eclipse-ee4j/jta-api.git * [new tag] 1.3.2 -> 1.3.2 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 82 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: SUCCESS