Started by user Tom Jenkinson Agent default-java-sl90q is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (): [EnvInject] - Loading node environment variables. Building remotely on default-java-sl90q 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-gOc8IgWn86ve/agent.84 SSH_AGENT_PID=86 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release@tmp/private_key_3054881400482095495.key (/home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release@tmp/private_key_3054881400482095495.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/jenkins7438350127824087650.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 ++ mvn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version ++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$' + 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 '-[ 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 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): 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 2.7 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): 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): 65/306 kB Progress (1): 69/306 kB Progress (1): 73/306 kB Progress (1): 77/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): 110/306 kB Progress (1): 114/306 kB Progress (1): 118/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): 151/306 kB Progress (1): 155/306 kB Progress (1): 159/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): 192/306 kB Progress (1): 196/306 kB Progress (1): 200/306 kB Progress (1): 204/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): 237/306 kB Progress (1): 241/306 kB Progress (1): 245/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): 278/306 kB Progress (1): 282/306 kB Progress (1): 286/306 kB Progress (1): 290/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 927 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 50 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): 3.8/33 kB Progress (1): 7.9/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 136 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 20 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from 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 109 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 106 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.3 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 20 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 277 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 93 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 43 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 21 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.pom Progress (1): 3.8/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): 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 80 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 5.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 14 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 12 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 157 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 29 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 43 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 13 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 79 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 20 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 4.9 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 57 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 21 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 16 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 26 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 21 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 29 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 192 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 32 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 22 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 31 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 35 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 106 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 30 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 17 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 39 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 28 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 108 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 312 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 32 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 292 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 54 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 46 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 233 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 28 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 73 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 44 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 33 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 15 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 107 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 143 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 5.4 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 59 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 228 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 54 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 49 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): 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 75 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 147 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 25 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 18 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 43 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 96 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 118 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 71 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 29 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 20 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 34 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.2/9.3 kB Progress (1): 5.0/9.3 kB Progress (1): 7.7/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 31 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 20 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 132 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 368 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 110 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 67 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.2/41 kB Progress (1): 5.0/41 kB Progress (1): 7.8/41 kB Progress (1): 11/41 kB Progress (1): 13/41 kB Progress (1): 16/41 kB Progress (1): 19/41 kB Progress (1): 21/41 kB Progress (1): 24/41 kB Progress (1): 27/41 kB Progress (1): 30/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/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 517 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 221 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 95 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 28 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 28 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 14 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 76 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 225 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 8.5 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 61 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 23 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/2.2 kB 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 29 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 35 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 25 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 109 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 30 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 54 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 26 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 72 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 182 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 729 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 208 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 21 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 218 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 22 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 49 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 201 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 7.5 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 54 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 291 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 97 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 186 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.8/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 56 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 262 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 60 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.8/7.5 kB Progress (1): 5.5/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 110 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 126 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 228 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 70 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 132 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 180 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 255 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.8/16 kB Progress (1): 5.5/16 kB Progress (1): 8.3/16 kB Progress (1): 11/16 kB Progress (1): 14/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 223 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 88 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 10 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 95 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 44 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 24 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 38 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 16 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 43 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 40 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 37 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 291 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 87 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 151 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.8/13 kB Progress (1): 5.5/13 kB Progress (1): 8.3/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 176 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 253 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 5.2 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 13 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 100 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 91 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 535 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.2 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.5 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.3 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 87 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 14 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 34 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.4 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.6 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 49 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 160 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 129 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 76 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.1 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.1 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 9.7 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 63 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 139 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.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/struts/struts-master/4/struts-master-4.pom (12 kB at 167 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 50 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.1 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 45 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 42 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 150 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 60 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 35 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 72 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 27 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 274 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 25 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 40 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 94 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 172 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 43 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 40 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 67 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 29 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 27 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 73 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 57 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 72 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 75 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 221 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 79 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 241 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.8/18 kB Progress (1): 5.5/18 kB Progress (1): 8.3/18 kB Progress (1): 11/18 kB Progress (1): 14/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 252 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 36 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 23 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 7.8 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 13 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 35 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 16 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 110 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 31 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 6.2 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 15 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.5 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 59 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 421 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (1): 3.8/22 kB Progress (1): 7.9/22 kB Progress (2): 7.9/22 kB | 4.1/8.8 kB Progress (2): 7.9/22 kB | 7.8/8.8 kB Progress (2): 7.9/22 kB | 8.8 kB Progress (3): 7.9/22 kB | 8.8 kB | 3.8/17 kB Progress (3): 7.9/22 kB | 8.8 kB | 7.9/17 kB Progress (3): 12/22 kB | 8.8 kB | 7.9/17 kB Progress (3): 16/22 kB | 8.8 kB | 7.9/17 kB Progress (3): 20/22 kB | 8.8 kB | 7.9/17 kB Progress (3): 22 kB | 8.8 kB | 7.9/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 Progress (3): 22 kB | 8.8 kB | 12/17 kB Progress (3): 22 kB | 8.8 kB | 16/17 kB 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): 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 37 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 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 20 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.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 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 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 Progress (1): 41/98 kB Progress (1): 45/98 kB Progress (1): 46/98 kB Progress (1): 50/98 kB Progress (1): 54/98 kB Progress (1): 59/98 kB Progress (1): 63/98 kB Progress (1): 64/98 kB Progress (1): 68/98 kB Progress (1): 72/98 kB Progress (1): 76/98 kB Progress (1): 81/98 kB 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): 85/98 kB Progress (1): 89/98 kB Progress (1): 93/98 kB Progress (1): 97/98 kB Progress (1): 98 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.jar Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 44 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-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): 4.1/482 kB Progress (1): 7.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): 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): 78/482 kB Progress (1): 82/482 kB Progress (1): 86/482 kB Progress (1): 90/482 kB Progress (1): 94/482 kB Progress (2): 94/482 kB | 3.8/182 kB Progress (2): 98/482 kB | 3.8/182 kB Progress (2): 103/482 kB | 3.8/182 kB Progress (2): 107/482 kB | 3.8/182 kB Progress (2): 111/482 kB | 3.8/182 kB Progress (2): 115/482 kB | 3.8/182 kB Progress (2): 119/482 kB | 3.8/182 kB Progress (2): 123/482 kB | 3.8/182 kB Progress (2): 127/482 kB | 3.8/182 kB Progress (2): 131/482 kB | 3.8/182 kB Progress (2): 135/482 kB | 3.8/182 kB Progress (2): 139/482 kB | 3.8/182 kB Progress (2): 144/482 kB | 3.8/182 kB Progress (2): 148/482 kB | 3.8/182 kB Progress (2): 152/482 kB | 3.8/182 kB Progress (2): 156/482 kB | 3.8/182 kB Progress (2): 160/482 kB | 3.8/182 kB Progress (2): 164/482 kB | 3.8/182 kB Progress (2): 168/482 kB | 3.8/182 kB Progress (2): 172/482 kB | 3.8/182 kB Progress (2): 176/482 kB | 3.8/182 kB Progress (2): 180/482 kB | 3.8/182 kB Progress (2): 184/482 kB | 3.8/182 kB Progress (2): 189/482 kB | 3.8/182 kB Progress (2): 193/482 kB | 3.8/182 kB Progress (2): 197/482 kB | 3.8/182 kB Progress (2): 201/482 kB | 3.8/182 kB Progress (2): 201/482 kB | 7.9/182 kB Progress (2): 205/482 kB | 7.9/182 kB Progress (2): 205/482 kB | 12/182 kB Progress (2): 209/482 kB | 12/182 kB Progress (2): 209/482 kB | 16/182 kB Progress (2): 209/482 kB | 20/182 kB Progress (2): 209/482 kB | 24/182 kB Progress (2): 213/482 kB | 24/182 kB Progress (2): 217/482 kB | 24/182 kB Progress (2): 221/482 kB | 24/182 kB Progress (2): 225/482 kB | 24/182 kB Progress (2): 225/482 kB | 28/182 kB Progress (2): 225/482 kB | 32/182 kB Progress (2): 225/482 kB | 37/182 kB Progress (2): 225/482 kB | 41/182 kB Progress (2): 230/482 kB | 41/182 kB Progress (2): 234/482 kB | 41/182 kB Progress (2): 238/482 kB | 41/182 kB Progress (2): 242/482 kB | 41/182 kB Progress (2): 246/482 kB | 41/182 kB Progress (2): 250/482 kB | 41/182 kB Progress (2): 254/482 kB | 41/182 kB Progress (2): 258/482 kB | 41/182 kB Progress (2): 262/482 kB | 41/182 kB Progress (2): 266/482 kB | 41/182 kB Progress (2): 271/482 kB | 41/182 kB Progress (2): 275/482 kB | 41/182 kB Progress (2): 279/482 kB | 41/182 kB Progress (2): 283/482 kB | 41/182 kB Progress (2): 287/482 kB | 41/182 kB Progress (2): 291/482 kB | 41/182 kB Progress (2): 295/482 kB | 41/182 kB Progress (2): 299/482 kB | 41/182 kB Progress (2): 303/482 kB | 41/182 kB Progress (2): 307/482 kB | 41/182 kB Progress (2): 311/482 kB | 41/182 kB Progress (2): 316/482 kB | 41/182 kB Progress (2): 320/482 kB | 41/182 kB Progress (2): 324/482 kB | 41/182 kB Progress (2): 328/482 kB | 41/182 kB Progress (2): 332/482 kB | 41/182 kB Progress (2): 336/482 kB | 41/182 kB Progress (2): 340/482 kB | 41/182 kB Progress (2): 344/482 kB | 41/182 kB Progress (2): 348/482 kB | 41/182 kB Progress (2): 352/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): 373/482 kB | 45/182 kB Progress (2): 373/482 kB | 49/182 kB Progress (2): 377/482 kB | 49/182 kB Progress (2): 377/482 kB | 53/182 kB Progress (2): 381/482 kB | 53/182 kB Progress (2): 385/482 kB | 53/182 kB Progress (2): 389/482 kB | 53/182 kB Progress (2): 389/482 kB | 57/182 kB Progress (2): 389/482 kB | 61/182 kB Progress (2): 389/482 kB | 65/182 kB Progress (2): 389/482 kB | 69/182 kB Progress (2): 393/482 kB | 69/182 kB Progress (2): 397/482 kB | 69/182 kB Progress (2): 402/482 kB | 69/182 kB Progress (2): 402/482 kB | 73/182 kB Progress (2): 406/482 kB | 73/182 kB Progress (2): 406/482 kB | 77/182 kB Progress (2): 406/482 kB | 82/182 kB Progress (2): 406/482 kB | 86/182 kB Progress (2): 410/482 kB | 86/182 kB Progress (2): 414/482 kB | 86/182 kB Progress (2): 418/482 kB | 86/182 kB Progress (2): 422/482 kB | 86/182 kB Progress (2): 426/482 kB | 86/182 kB Progress (2): 430/482 kB | 86/182 kB Progress (2): 434/482 kB | 86/182 kB Progress (2): 438/482 kB | 86/182 kB Progress (2): 443/482 kB | 86/182 kB Progress (2): 447/482 kB | 86/182 kB Progress (2): 451/482 kB | 86/182 kB Progress (2): 455/482 kB | 86/182 kB Progress (2): 459/482 kB | 86/182 kB Progress (2): 463/482 kB | 86/182 kB Progress (2): 467/482 kB | 86/182 kB Progress (2): 471/482 kB | 86/182 kB Progress (2): 475/482 kB | 86/182 kB Progress (2): 479/482 kB | 86/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 | 110/182 kB Progress (2): 482 kB | 114/182 kB Progress (2): 482 kB | 118/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 | 151/182 kB Progress (2): 482 kB | 155/182 kB Progress (2): 482 kB | 159/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/stax2-api/3.1.1/stax2-api-3.1.1.jar (182 kB at 49 kB/s) 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 130 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-repository-metadata/2.2.1/maven-repository-metadata-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-core/2.2.1/maven-core-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 845 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/332 kB Progress (1): 7.7/332 kB Progress (1): 12/332 kB Progress (1): 16/332 kB Progress (1): 20/332 kB Progress (1): 24/332 kB Progress (1): 28/332 kB Progress (1): 32/332 kB Progress (1): 36/332 kB Progress (1): 40/332 kB Progress (1): 45/332 kB Progress (1): 49/332 kB Progress (1): 53/332 kB Progress (1): 57/332 kB Progress (1): 61/332 kB Progress (1): 65/332 kB Progress (1): 69/332 kB Progress (1): 73/332 kB Progress (1): 77/332 kB Progress (1): 81/332 kB Progress (1): 85/332 kB Progress (1): 90/332 kB Progress (1): 94/332 kB Progress (1): 98/332 kB Progress (1): 102/332 kB Progress (1): 106/332 kB Progress (1): 110/332 kB Progress (1): 114/332 kB Progress (1): 118/332 kB Progress (1): 122/332 kB Progress (1): 126/332 kB Progress (1): 131/332 kB Progress (1): 135/332 kB Progress (1): 139/332 kB Progress (1): 143/332 kB Progress (1): 147/332 kB Progress (1): 151/332 kB Progress (1): 155/332 kB Progress (1): 159/332 kB Progress (1): 163/332 kB Progress (1): 167/332 kB Progress (1): 171/332 kB Progress (1): 176/332 kB Progress (1): 180/332 kB Progress (1): 184/332 kB Progress (1): 188/332 kB Progress (1): 192/332 kB Progress (1): 196/332 kB Progress (1): 200/332 kB Progress (1): 204/332 kB Progress (1): 208/332 kB Progress (1): 212/332 kB Progress (1): 217/332 kB Progress (1): 221/332 kB Progress (1): 225/332 kB Progress (1): 229/332 kB Progress (1): 233/332 kB Progress (1): 237/332 kB Progress (1): 241/332 kB Progress (1): 245/332 kB Progress (1): 249/332 kB Progress (1): 253/332 kB Progress (1): 258/332 kB Progress (1): 262/332 kB Progress (1): 266/332 kB Progress (1): 270/332 kB Progress (1): 274/332 kB Progress (1): 278/332 kB Progress (1): 282/332 kB Progress (1): 286/332 kB Progress (1): 290/332 kB Progress (1): 294/332 kB Progress (1): 298/332 kB Progress (1): 303/332 kB Progress (1): 307/332 kB Progress (1): 311/332 kB Progress (1): 315/332 kB Progress (1): 319/332 kB Progress (1): 323/332 kB Progress (1): 327/332 kB Progress (1): 331/332 kB Progress (1): 332 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 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (1): 4.1/35 kB Progress (1): 7.6/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 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 125 kB/s) 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 (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 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 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 93 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 (1): 4.1/39 kB Progress (1): 7.7/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 24/39 kB Progress (1): 28/39 kB Progress (1): 32/39 kB Progress (1): 36/39 kB Progress (1): 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 76 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 (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 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 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 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 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (1): 4.1/13 kB Progress (1): 7.6/13 kB Progress (1): 12/13 kB Progress (1): 13 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 18 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 (1): 4.1/88 kB Progress (1): 7.7/88 kB Progress (1): 12/88 kB Progress (1): 16/88 kB Progress (1): 20/88 kB Progress (1): 24/88 kB Progress (1): 28/88 kB Progress (1): 32/88 kB Progress (1): 36/88 kB Progress (1): 40/88 kB Progress (1): 45/88 kB Progress (1): 49/88 kB Progress (1): 53/88 kB Progress (1): 57/88 kB Progress (1): 61/88 kB Progress (1): 65/88 kB Progress (1): 69/88 kB Progress (1): 73/88 kB Progress (1): 77/88 kB Progress (1): 81/88 kB Progress (1): 85/88 kB Progress (1): 88 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 105 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 (1): 4.1/12 kB Progress (1): 7.6/12 kB Progress (1): 12/12 kB Progress (1): 12 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 13 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 (1): 4.1/49 kB Progress (1): 7.6/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): 45/49 kB Progress (1): 49/49 kB Progress (1): 49 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 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (1): 4.1/51 kB Progress (1): 7.6/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 40/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 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 47 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 (1): 4.1/156 kB Progress (1): 7.7/156 kB Progress (1): 12/156 kB Progress (1): 16/156 kB Progress (1): 20/156 kB Progress (1): 24/156 kB Progress (1): 28/156 kB Progress (1): 32/156 kB Progress (1): 36/156 kB Progress (1): 40/156 kB Progress (1): 45/156 kB Progress (1): 49/156 kB Progress (1): 53/156 kB Progress (1): 57/156 kB Progress (1): 61/156 kB Progress (1): 65/156 kB Progress (1): 69/156 kB Progress (1): 73/156 kB Progress (1): 77/156 kB Progress (1): 81/156 kB Progress (1): 85/156 kB Progress (1): 90/156 kB Progress (1): 94/156 kB Progress (1): 98/156 kB Progress (1): 102/156 kB Progress (1): 106/156 kB Progress (1): 110/156 kB Progress (1): 114/156 kB Progress (1): 118/156 kB Progress (1): 122/156 kB Progress (1): 126/156 kB Progress (1): 131/156 kB Progress (1): 135/156 kB Progress (1): 139/156 kB Progress (1): 143/156 kB Progress (1): 147/156 kB Progress (1): 151/156 kB Progress (1): 155/156 kB Progress (1): 156 kB 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 134 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 (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 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 24 kB/s) 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 (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 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 8.3 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 (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from 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 13 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 (1): 4.1/165 kB Progress (1): 7.7/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (1): 24/165 kB Progress (1): 28/165 kB Progress (1): 32/165 kB Progress (1): 36/165 kB Progress (1): 40/165 kB Progress (1): 45/165 kB Progress (1): 49/165 kB Progress (1): 53/165 kB Progress (1): 57/165 kB Progress (1): 61/165 kB Progress (1): 65/165 kB Progress (1): 69/165 kB Progress (1): 73/165 kB Progress (1): 77/165 kB Progress (1): 81/165 kB Progress (1): 85/165 kB Progress (1): 90/165 kB Progress (1): 94/165 kB Progress (1): 98/165 kB Progress (1): 102/165 kB Progress (1): 106/165 kB Progress (1): 110/165 kB Progress (1): 114/165 kB Progress (1): 118/165 kB Progress (1): 122/165 kB Progress (1): 126/165 kB Progress (1): 131/165 kB Progress (1): 135/165 kB Progress (1): 139/165 kB Progress (1): 143/165 kB Progress (1): 147/165 kB Progress (1): 151/165 kB Progress (1): 155/165 kB Progress (1): 159/165 kB Progress (1): 163/165 kB Progress (1): 165 kB Downloaded from 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 112 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (1): 4.1/209 kB Progress (1): 7.7/209 kB Progress (1): 12/209 kB Progress (1): 16/209 kB Progress (1): 20/209 kB Progress (1): 24/209 kB Progress (1): 28/209 kB Progress (1): 32/209 kB Progress (1): 36/209 kB Progress (1): 40/209 kB Progress (1): 45/209 kB Progress (1): 49/209 kB Progress (1): 53/209 kB Progress (1): 57/209 kB Progress (1): 61/209 kB Progress (1): 65/209 kB Progress (1): 69/209 kB Progress (1): 73/209 kB Progress (1): 77/209 kB Progress (1): 81/209 kB Progress (1): 85/209 kB Progress (1): 90/209 kB Progress (1): 94/209 kB Progress (1): 98/209 kB Progress (1): 102/209 kB Progress (1): 106/209 kB Progress (1): 110/209 kB Progress (1): 114/209 kB Progress (1): 118/209 kB Progress (1): 122/209 kB Progress (1): 126/209 kB Progress (1): 131/209 kB Progress (1): 135/209 kB Progress (1): 139/209 kB Progress (1): 143/209 kB Progress (1): 147/209 kB Progress (1): 151/209 kB Progress (1): 155/209 kB Progress (1): 159/209 kB Progress (1): 163/209 kB Progress (1): 167/209 kB Progress (1): 171/209 kB Progress (1): 176/209 kB Progress (1): 180/209 kB Progress (1): 184/209 kB Progress (1): 188/209 kB Progress (1): 192/209 kB Progress (1): 196/209 kB Progress (1): 200/209 kB Progress (1): 204/209 kB Progress (1): 208/209 kB Progress (1): 209 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 132 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 Progress (1): 4.1/61 kB Progress (1): 7.7/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 24/61 kB Progress (1): 28/61 kB Progress (1): 32/61 kB Progress (1): 36/61 kB Progress (1): 40/61 kB Progress (1): 45/61 kB Progress (1): 49/61 kB Progress (1): 53/61 kB Progress (1): 57/61 kB Progress (1): 61 kB 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 37 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 (1): 4.1/61 kB Progress (1): 8.2/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 25/61 kB Progress (1): 29/61 kB Progress (1): 33/61 kB Progress (1): 37/61 kB Progress (1): 41/61 kB Progress (1): 45/61 kB Progress (1): 49/61 kB Progress (1): 53/61 kB Progress (1): 57/61 kB Progress (1): 61/61 kB Progress (1): 61 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 35 kB/s) 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 (1): 4.1/202 kB Progress (1): 7.7/202 kB Progress (1): 12/202 kB Progress (1): 16/202 kB Progress (1): 20/202 kB Progress (1): 24/202 kB Progress (1): 28/202 kB Progress (1): 32/202 kB Progress (1): 36/202 kB Progress (1): 40/202 kB Progress (1): 45/202 kB Progress (1): 49/202 kB Progress (1): 53/202 kB Progress (1): 57/202 kB Progress (1): 61/202 kB Progress (1): 65/202 kB Progress (1): 69/202 kB Progress (1): 73/202 kB Progress (1): 77/202 kB Progress (1): 81/202 kB Progress (1): 85/202 kB Progress (1): 90/202 kB Progress (1): 94/202 kB Progress (1): 98/202 kB Progress (1): 102/202 kB Progress (1): 106/202 kB Progress (1): 110/202 kB Progress (1): 114/202 kB Progress (1): 118/202 kB Progress (1): 122/202 kB Progress (1): 126/202 kB Progress (1): 131/202 kB Progress (1): 135/202 kB Progress (1): 139/202 kB Progress (1): 143/202 kB Progress (1): 147/202 kB Progress (1): 151/202 kB Progress (1): 155/202 kB Progress (1): 159/202 kB Progress (1): 163/202 kB Progress (1): 167/202 kB Progress (1): 171/202 kB Progress (1): 176/202 kB Progress (1): 180/202 kB Progress (1): 184/202 kB Progress (1): 188/202 kB Progress (1): 192/202 kB Progress (1): 196/202 kB Progress (1): 200/202 kB Progress (1): 202 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 110 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 (1): 4.1/153 kB Progress (1): 7.7/153 kB Progress (1): 12/153 kB Progress (1): 16/153 kB Progress (1): 20/153 kB Progress (1): 24/153 kB Progress (1): 28/153 kB Progress (1): 32/153 kB Progress (1): 36/153 kB Progress (1): 40/153 kB Progress (1): 45/153 kB Progress (1): 49/153 kB Progress (1): 53/153 kB Progress (1): 57/153 kB Progress (1): 61/153 kB Progress (1): 65/153 kB Progress (1): 69/153 kB Progress (1): 73/153 kB Progress (1): 77/153 kB Progress (1): 81/153 kB Progress (1): 85/153 kB Progress (1): 90/153 kB Progress (1): 94/153 kB Progress (1): 98/153 kB Progress (1): 102/153 kB Progress (1): 106/153 kB Progress (1): 110/153 kB Progress (1): 114/153 kB Progress (1): 118/153 kB Progress (1): 122/153 kB Progress (1): 126/153 kB Progress (1): 131/153 kB Progress (1): 135/153 kB Progress (1): 139/153 kB Progress (1): 143/153 kB Progress (1): 147/153 kB Progress (1): 151/153 kB Progress (1): 153 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.jar (153 kB at 79 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 (1): 2.2/472 kB Progress (1): 5.0/472 kB Progress (1): 7.7/472 kB Progress (1): 10/472 kB Progress (1): 13/472 kB Progress (1): 16/472 kB Progress (1): 19/472 kB Progress (1): 21/472 kB Progress (1): 24/472 kB Progress (1): 27/472 kB Progress (1): 30/472 kB Progress (1): 32/472 kB Progress (1): 36/472 kB Progress (1): 40/472 kB Progress (1): 45/472 kB Progress (1): 49/472 kB Progress (1): 53/472 kB Progress (1): 57/472 kB Progress (1): 61/472 kB Progress (1): 65/472 kB Progress (1): 69/472 kB Progress (1): 73/472 kB Progress (1): 77/472 kB Progress (1): 81/472 kB Progress (1): 85/472 kB Progress (1): 90/472 kB Progress (1): 94/472 kB Progress (1): 98/472 kB Progress (1): 102/472 kB Progress (1): 106/472 kB Progress (1): 110/472 kB Progress (1): 114/472 kB Progress (1): 118/472 kB Progress (1): 122/472 kB Progress (1): 126/472 kB Progress (1): 131/472 kB Progress (1): 135/472 kB Progress (1): 139/472 kB Progress (1): 143/472 kB Progress (1): 147/472 kB Progress (1): 151/472 kB Progress (1): 155/472 kB Progress (1): 159/472 kB Progress (1): 163/472 kB Progress (1): 167/472 kB Progress (1): 171/472 kB Progress (1): 176/472 kB Progress (1): 180/472 kB Progress (1): 184/472 kB Progress (1): 188/472 kB Progress (1): 192/472 kB Progress (1): 196/472 kB Progress (1): 200/472 kB Progress (1): 204/472 kB Progress (1): 208/472 kB Progress (1): 212/472 kB Progress (1): 217/472 kB Progress (1): 221/472 kB Progress (1): 225/472 kB Progress (1): 229/472 kB Progress (1): 233/472 kB Progress (1): 237/472 kB Progress (1): 241/472 kB Progress (1): 245/472 kB Progress (1): 249/472 kB Progress (1): 253/472 kB Progress (1): 258/472 kB Progress (1): 262/472 kB Progress (1): 266/472 kB Progress (1): 270/472 kB Progress (1): 274/472 kB Progress (1): 278/472 kB Progress (1): 282/472 kB Progress (1): 286/472 kB Progress (1): 290/472 kB Progress (1): 294/472 kB Progress (1): 298/472 kB Progress (1): 303/472 kB Progress (1): 307/472 kB Progress (1): 311/472 kB Progress (1): 315/472 kB Progress (1): 319/472 kB Progress (1): 323/472 kB Progress (1): 327/472 kB Progress (1): 331/472 kB 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 (1): 446/472 kB Progress (1): 450/472 kB Progress (1): 454/472 kB Progress (1): 458/472 kB Progress (1): 462/472 kB Progress (1): 466/472 kB Progress (1): 470/472 kB Progress (1): 472 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 228 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 (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): 36/55 kB Progress (1): 40/55 kB Progress (1): 45/55 kB Progress (1): 49/55 kB Progress (1): 53/55 kB Progress (1): 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 25 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 (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 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 5.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar Progress (1): 4.1/167 kB Progress (1): 7.7/167 kB Progress (1): 12/167 kB Progress (1): 16/167 kB Progress (1): 20/167 kB Progress (1): 24/167 kB Progress (1): 28/167 kB Progress (1): 32/167 kB Progress (1): 36/167 kB Progress (1): 40/167 kB Progress (1): 45/167 kB Progress (1): 49/167 kB Progress (1): 53/167 kB Progress (1): 57/167 kB Progress (1): 61/167 kB Progress (1): 65/167 kB Progress (1): 69/167 kB Progress (1): 73/167 kB Progress (1): 77/167 kB Progress (1): 81/167 kB Progress (1): 85/167 kB Progress (1): 90/167 kB Progress (1): 94/167 kB Progress (1): 98/167 kB Progress (1): 102/167 kB Progress (1): 106/167 kB Progress (1): 110/167 kB Progress (1): 114/167 kB Progress (1): 118/167 kB Progress (1): 122/167 kB Progress (1): 126/167 kB Progress (1): 131/167 kB Progress (1): 135/167 kB Progress (1): 139/167 kB Progress (1): 143/167 kB Progress (1): 147/167 kB Progress (1): 151/167 kB Progress (1): 155/167 kB Progress (1): 159/167 kB Progress (1): 163/167 kB Progress (1): 167 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 70 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 (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 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 4.7 kB/s) 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 (1): 4.1/4.2 kB Progress (1): 4.2 kB 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 1.7 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): 2.2/293 kB Progress (1): 5.0/293 kB Progress (1): 7.7/293 kB Progress (1): 10/293 kB Progress (1): 13/293 kB Progress (1): 16/293 kB Progress (1): 19/293 kB Progress (1): 21/293 kB Progress (1): 24/293 kB Progress (1): 27/293 kB Progress (1): 30/293 kB Progress (1): 32/293 kB Progress (1): 36/293 kB Progress (1): 40/293 kB Progress (1): 45/293 kB Progress (1): 49/293 kB Progress (1): 53/293 kB Progress (1): 57/293 kB Progress (1): 61/293 kB Progress (1): 65/293 kB Progress (1): 69/293 kB Progress (1): 73/293 kB Progress (1): 77/293 kB Progress (1): 81/293 kB Progress (1): 85/293 kB Progress (1): 90/293 kB Progress (1): 94/293 kB Progress (1): 98/293 kB Progress (1): 102/293 kB Progress (1): 106/293 kB Progress (1): 110/293 kB Progress (1): 114/293 kB Progress (1): 118/293 kB Progress (1): 122/293 kB Progress (1): 126/293 kB Progress (1): 131/293 kB Progress (1): 135/293 kB Progress (1): 139/293 kB Progress (1): 143/293 kB Progress (1): 147/293 kB Progress (1): 151/293 kB Progress (1): 155/293 kB Progress (1): 159/293 kB Progress (1): 163/293 kB Progress (1): 167/293 kB Progress (1): 171/293 kB Progress (1): 176/293 kB Progress (1): 180/293 kB Progress (1): 184/293 kB Progress (1): 188/293 kB Progress (1): 192/293 kB Progress (1): 196/293 kB Progress (1): 200/293 kB Progress (1): 204/293 kB Progress (1): 208/293 kB Progress (1): 212/293 kB Progress (1): 217/293 kB Progress (1): 221/293 kB Progress (1): 225/293 kB Progress (1): 229/293 kB Progress (1): 233/293 kB Progress (1): 237/293 kB Progress (1): 241/293 kB Progress (1): 245/293 kB Progress (1): 249/293 kB Progress (1): 253/293 kB Progress (1): 258/293 kB Progress (1): 262/293 kB Progress (1): 266/293 kB Progress (1): 270/293 kB Progress (1): 274/293 kB Progress (1): 278/293 kB Progress (1): 282/293 kB Progress (1): 286/293 kB Progress (1): 290/293 kB Progress (1): 293 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 111 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Progress (1): 4.1/61 kB Progress (1): 7.7/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 24/61 kB Progress (1): 28/61 kB Progress (1): 32/61 kB Progress (1): 36/61 kB Progress (1): 40/61 kB Progress (1): 45/61 kB Progress (1): 49/61 kB Progress (1): 53/61 kB Progress (1): 57/61 kB Progress (1): 61 kB 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 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 45/47 kB Progress (1): 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar Progress (1): 4.1/173 kB Progress (1): 7.7/173 kB Progress (1): 12/173 kB Progress (1): 16/173 kB Progress (1): 20/173 kB Progress (1): 24/173 kB Progress (1): 28/173 kB Progress (1): 32/173 kB Progress (1): 36/173 kB Progress (1): 40/173 kB Progress (1): 45/173 kB Progress (1): 49/173 kB Progress (1): 53/173 kB Progress (1): 57/173 kB Progress (1): 61/173 kB Progress (1): 65/173 kB Progress (1): 69/173 kB Progress (1): 73/173 kB Progress (1): 77/173 kB Progress (1): 81/173 kB Progress (1): 85/173 kB Progress (1): 90/173 kB Progress (1): 94/173 kB Progress (1): 98/173 kB Progress (1): 102/173 kB Progress (1): 106/173 kB Progress (1): 110/173 kB Progress (1): 114/173 kB Progress (1): 118/173 kB Progress (1): 122/173 kB Progress (1): 126/173 kB Progress (1): 131/173 kB Progress (1): 135/173 kB Progress (1): 139/173 kB Progress (1): 143/173 kB Progress (1): 147/173 kB Progress (1): 151/173 kB Progress (1): 155/173 kB Progress (1): 159/173 kB Progress (1): 163/173 kB Progress (1): 167/173 kB Progress (1): 171/173 kB Progress (1): 173 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 59 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 (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB 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 3.8 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 (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/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/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 20 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 (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB 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 5.1 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 Progress (1): 4.1/17 kB Progress (1): 7.6/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB 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 5.4 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 (1): 4.1/39 kB Progress (1): 7.7/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 24/39 kB Progress (1): 28/39 kB Progress (1): 32/39 kB Progress (1): 36/39 kB Progress (1): 39 kB 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 12 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 Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 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 2.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar Progress (1): 4.1/450 kB Progress (1): 7.7/450 kB Progress (1): 12/450 kB Progress (1): 16/450 kB Progress (1): 20/450 kB Progress (1): 24/450 kB Progress (1): 28/450 kB Progress (1): 32/450 kB Progress (1): 36/450 kB Progress (1): 40/450 kB Progress (1): 45/450 kB Progress (1): 49/450 kB Progress (1): 53/450 kB Progress (1): 57/450 kB Progress (1): 61/450 kB Progress (1): 65/450 kB Progress (1): 69/450 kB Progress (1): 73/450 kB Progress (1): 77/450 kB Progress (1): 81/450 kB Progress (1): 85/450 kB Progress (1): 90/450 kB Progress (1): 94/450 kB Progress (1): 98/450 kB Progress (1): 102/450 kB Progress (1): 106/450 kB Progress (1): 110/450 kB Progress (1): 114/450 kB Progress (1): 118/450 kB Progress (1): 122/450 kB Progress (1): 126/450 kB Progress (1): 131/450 kB Progress (1): 135/450 kB Progress (1): 139/450 kB Progress (1): 143/450 kB Progress (1): 147/450 kB Progress (1): 151/450 kB Progress (1): 155/450 kB Progress (1): 159/450 kB Progress (1): 163/450 kB Progress (1): 167/450 kB Progress (1): 171/450 kB Progress (1): 176/450 kB Progress (1): 180/450 kB Progress (1): 184/450 kB Progress (1): 188/450 kB Progress (1): 192/450 kB Progress (1): 196/450 kB Progress (1): 200/450 kB Progress (1): 204/450 kB Progress (1): 208/450 kB Progress (1): 212/450 kB Progress (1): 217/450 kB Progress (1): 221/450 kB Progress (1): 225/450 kB Progress (1): 229/450 kB Progress (1): 233/450 kB Progress (1): 237/450 kB Progress (1): 241/450 kB Progress (1): 245/450 kB Progress (1): 249/450 kB Progress (1): 253/450 kB Progress (1): 258/450 kB Progress (1): 262/450 kB Progress (1): 266/450 kB Progress (1): 270/450 kB Progress (1): 274/450 kB Progress (1): 278/450 kB Progress (1): 282/450 kB Progress (1): 286/450 kB Progress (1): 290/450 kB Progress (1): 294/450 kB Progress (1): 298/450 kB Progress (1): 303/450 kB Progress (1): 307/450 kB Progress (1): 311/450 kB Progress (1): 315/450 kB Progress (1): 319/450 kB Progress (1): 323/450 kB Progress (1): 327/450 kB Progress (1): 331/450 kB Progress (1): 335/450 kB Progress (1): 339/450 kB Progress (1): 344/450 kB Progress (1): 348/450 kB Progress (1): 352/450 kB Progress (1): 356/450 kB Progress (1): 360/450 kB Progress (1): 364/450 kB Progress (1): 368/450 kB Progress (1): 372/450 kB Progress (1): 376/450 kB Progress (1): 380/450 kB Progress (1): 384/450 kB Progress (1): 389/450 kB Progress (1): 393/450 kB Progress (1): 397/450 kB Progress (1): 401/450 kB Progress (1): 405/450 kB Progress (1): 409/450 kB Progress (1): 413/450 kB Progress (1): 417/450 kB Progress (1): 421/450 kB Progress (1): 425/450 kB Progress (1): 430/450 kB Progress (1): 434/450 kB Progress (1): 438/450 kB Progress (1): 442/450 kB Progress (1): 446/450 kB Progress (1): 450 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 129 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar Progress (1): 4.1/347 kB Progress (1): 7.7/347 kB Progress (1): 12/347 kB Progress (1): 16/347 kB Progress (1): 20/347 kB Progress (1): 24/347 kB Progress (1): 28/347 kB Progress (1): 32/347 kB Progress (1): 36/347 kB Progress (1): 40/347 kB Progress (1): 45/347 kB Progress (1): 49/347 kB Progress (1): 53/347 kB Progress (1): 57/347 kB Progress (1): 61/347 kB Progress (1): 65/347 kB Progress (1): 69/347 kB Progress (1): 73/347 kB Progress (1): 77/347 kB Progress (1): 81/347 kB Progress (1): 85/347 kB Progress (1): 90/347 kB Progress (1): 94/347 kB Progress (1): 98/347 kB Progress (1): 102/347 kB Progress (1): 106/347 kB Progress (1): 110/347 kB Progress (1): 114/347 kB Progress (1): 118/347 kB Progress (1): 122/347 kB Progress (1): 126/347 kB Progress (1): 131/347 kB Progress (1): 135/347 kB Progress (1): 139/347 kB Progress (1): 143/347 kB Progress (1): 147/347 kB Progress (1): 151/347 kB Progress (1): 155/347 kB Progress (1): 159/347 kB Progress (1): 163/347 kB Progress (1): 167/347 kB Progress (1): 171/347 kB Progress (1): 176/347 kB Progress (1): 180/347 kB Progress (1): 184/347 kB Progress (1): 188/347 kB Progress (1): 192/347 kB Progress (1): 196/347 kB Progress (1): 200/347 kB Progress (1): 204/347 kB Progress (1): 208/347 kB Progress (1): 212/347 kB Progress (1): 217/347 kB Progress (1): 221/347 kB Progress (1): 225/347 kB Progress (1): 229/347 kB Progress (1): 233/347 kB Progress (1): 237/347 kB Progress (1): 241/347 kB Progress (1): 245/347 kB Progress (1): 249/347 kB Progress (1): 253/347 kB Progress (1): 258/347 kB Progress (1): 262/347 kB Progress (1): 266/347 kB Progress (1): 270/347 kB Progress (1): 274/347 kB Progress (1): 278/347 kB Progress (1): 282/347 kB Progress (1): 286/347 kB Progress (1): 290/347 kB Progress (1): 294/347 kB Progress (1): 298/347 kB Progress (1): 303/347 kB Progress (1): 307/347 kB Progress (1): 311/347 kB Progress (1): 315/347 kB Progress (1): 319/347 kB Progress (1): 323/347 kB Progress (1): 327/347 kB Progress (1): 331/347 kB Progress (1): 335/347 kB Progress (1): 339/347 kB Progress (1): 344/347 kB Progress (1): 347 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 97 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (1): 4.1/189 kB Progress (1): 7.7/189 kB Progress (1): 12/189 kB Progress (1): 16/189 kB Progress (1): 20/189 kB Progress (1): 24/189 kB Progress (1): 28/189 kB Progress (1): 32/189 kB Progress (1): 36/189 kB Progress (1): 40/189 kB Progress (1): 45/189 kB Progress (1): 49/189 kB Progress (1): 53/189 kB Progress (1): 57/189 kB Progress (1): 61/189 kB Progress (1): 65/189 kB Progress (1): 69/189 kB Progress (1): 73/189 kB Progress (1): 77/189 kB Progress (1): 81/189 kB Progress (1): 85/189 kB Progress (1): 90/189 kB Progress (1): 94/189 kB Progress (1): 98/189 kB Progress (1): 102/189 kB Progress (1): 106/189 kB Progress (1): 110/189 kB Progress (1): 114/189 kB Progress (1): 118/189 kB Progress (1): 122/189 kB Progress (1): 126/189 kB Progress (1): 131/189 kB Progress (1): 135/189 kB Progress (1): 139/189 kB Progress (1): 143/189 kB Progress (1): 147/189 kB Progress (1): 151/189 kB Progress (1): 155/189 kB Progress (1): 159/189 kB Progress (1): 163/189 kB Progress (1): 167/189 kB Progress (1): 171/189 kB Progress (1): 176/189 kB Progress (1): 180/189 kB Progress (1): 184/189 kB Progress (1): 188/189 kB Progress (1): 189 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 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar Progress (1): 4.1/144 kB Progress (1): 7.7/144 kB Progress (1): 12/144 kB Progress (1): 16/144 kB Progress (1): 20/144 kB Progress (1): 24/144 kB Progress (1): 28/144 kB Progress (1): 32/144 kB Progress (1): 36/144 kB Progress (1): 40/144 kB Progress (1): 45/144 kB Progress (1): 49/144 kB Progress (1): 53/144 kB Progress (1): 57/144 kB Progress (1): 61/144 kB Progress (1): 65/144 kB Progress (1): 69/144 kB Progress (1): 73/144 kB Progress (1): 77/144 kB Progress (1): 81/144 kB Progress (1): 85/144 kB Progress (1): 90/144 kB Progress (1): 94/144 kB Progress (1): 98/144 kB Progress (1): 102/144 kB Progress (1): 106/144 kB Progress (1): 110/144 kB Progress (1): 114/144 kB Progress (1): 118/144 kB Progress (1): 122/144 kB Progress (1): 126/144 kB Progress (1): 131/144 kB Progress (1): 135/144 kB Progress (1): 139/144 kB Progress (1): 143/144 kB Progress (1): 144 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 38 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar Progress (1): 4.1/90 kB Progress (1): 7.7/90 kB Progress (1): 12/90 kB Progress (1): 16/90 kB Progress (1): 20/90 kB Progress (1): 24/90 kB Progress (1): 28/90 kB Progress (1): 32/90 kB Progress (1): 36/90 kB Progress (1): 40/90 kB Progress (1): 45/90 kB Progress (1): 49/90 kB Progress (1): 53/90 kB Progress (1): 57/90 kB Progress (1): 61/90 kB Progress (1): 65/90 kB Progress (1): 69/90 kB Progress (1): 73/90 kB Progress (1): 77/90 kB Progress (1): 81/90 kB Progress (1): 85/90 kB Progress (1): 90/90 kB Progress (1): 90 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 23 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 (1): 4.1/139 kB Progress (1): 7.7/139 kB Progress (1): 12/139 kB Progress (1): 16/139 kB Progress (1): 20/139 kB Progress (1): 24/139 kB Progress (1): 28/139 kB Progress (1): 32/139 kB Progress (1): 36/139 kB Progress (1): 40/139 kB Progress (1): 45/139 kB Progress (1): 49/139 kB Progress (1): 53/139 kB Progress (1): 57/139 kB Progress (1): 61/139 kB Progress (1): 65/139 kB Progress (1): 69/139 kB Progress (1): 73/139 kB Progress (1): 77/139 kB Progress (1): 81/139 kB Progress (1): 85/139 kB Progress (1): 90/139 kB Progress (1): 94/139 kB Progress (1): 98/139 kB Progress (1): 102/139 kB Progress (1): 106/139 kB Progress (1): 110/139 kB Progress (1): 114/139 kB Progress (1): 118/139 kB Progress (1): 122/139 kB Progress (1): 126/139 kB Progress (1): 131/139 kB Progress (1): 135/139 kB Progress (1): 139/139 kB Progress (1): 139 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 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar Progress (1): 4.1/457 kB Progress (1): 7.7/457 kB Progress (1): 12/457 kB Progress (1): 16/457 kB Progress (1): 20/457 kB Progress (1): 24/457 kB Progress (1): 28/457 kB Progress (1): 32/457 kB Progress (1): 36/457 kB Progress (1): 40/457 kB Progress (1): 45/457 kB Progress (1): 49/457 kB Progress (1): 53/457 kB Progress (1): 57/457 kB Progress (1): 61/457 kB Progress (1): 65/457 kB Progress (1): 69/457 kB Progress (1): 73/457 kB Progress (1): 77/457 kB Progress (1): 81/457 kB Progress (1): 85/457 kB Progress (1): 90/457 kB Progress (1): 94/457 kB Progress (1): 98/457 kB Progress (1): 102/457 kB Progress (1): 106/457 kB Progress (1): 110/457 kB Progress (1): 114/457 kB Progress (1): 118/457 kB Progress (1): 122/457 kB Progress (1): 126/457 kB Progress (1): 131/457 kB Progress (1): 135/457 kB Progress (1): 139/457 kB Progress (1): 143/457 kB Progress (1): 147/457 kB Progress (1): 151/457 kB Progress (1): 155/457 kB Progress (1): 159/457 kB Progress (1): 163/457 kB Progress (1): 167/457 kB Progress (1): 171/457 kB Progress (1): 176/457 kB Progress (1): 180/457 kB Progress (1): 184/457 kB Progress (1): 188/457 kB Progress (1): 192/457 kB Progress (1): 196/457 kB Progress (1): 200/457 kB Progress (1): 204/457 kB Progress (1): 208/457 kB Progress (1): 212/457 kB Progress (1): 217/457 kB Progress (1): 221/457 kB Progress (1): 225/457 kB Progress (1): 229/457 kB Progress (1): 233/457 kB Progress (1): 237/457 kB Progress (1): 241/457 kB Progress (1): 245/457 kB Progress (1): 249/457 kB Progress (1): 253/457 kB Progress (1): 258/457 kB Progress (1): 262/457 kB Progress (1): 266/457 kB Progress (1): 270/457 kB Progress (1): 274/457 kB Progress (1): 278/457 kB Progress (1): 282/457 kB Progress (1): 286/457 kB Progress (1): 290/457 kB Progress (1): 294/457 kB Progress (1): 298/457 kB Progress (1): 303/457 kB Progress (1): 307/457 kB Progress (1): 311/457 kB Progress (1): 315/457 kB Progress (1): 319/457 kB Progress (1): 323/457 kB Progress (1): 327/457 kB Progress (1): 331/457 kB Progress (1): 335/457 kB Progress (1): 339/457 kB Progress (1): 344/457 kB Progress (1): 348/457 kB Progress (1): 352/457 kB Progress (1): 356/457 kB Progress (1): 360/457 kB Progress (1): 364/457 kB Progress (1): 368/457 kB Progress (1): 372/457 kB Progress (1): 376/457 kB Progress (1): 380/457 kB Progress (1): 384/457 kB Progress (1): 389/457 kB Progress (1): 393/457 kB Progress (1): 397/457 kB Progress (1): 401/457 kB Progress (1): 405/457 kB Progress (1): 409/457 kB Progress (1): 413/457 kB Progress (1): 417/457 kB Progress (1): 421/457 kB Progress (1): 425/457 kB Progress (1): 430/457 kB Progress (1): 434/457 kB Progress (1): 438/457 kB Progress (1): 442/457 kB Progress (1): 446/457 kB Progress (1): 450/457 kB Progress (1): 454/457 kB Progress (1): 457 kB Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 111 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar 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): 45/65 kB Progress (1): 49/65 kB Progress (1): 53/65 kB Progress (1): 57/65 kB Progress (1): 61/65 kB Progress (1): 65/65 kB Progress (1): 65 kB Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.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 central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 6.1 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 (1): 4.1/329 kB Progress (1): 7.7/329 kB Progress (1): 12/329 kB Progress (1): 16/329 kB Progress (1): 20/329 kB Progress (1): 24/329 kB Progress (1): 28/329 kB Progress (1): 32/329 kB Progress (1): 36/329 kB Progress (1): 40/329 kB Progress (1): 45/329 kB Progress (1): 49/329 kB Progress (1): 53/329 kB Progress (1): 57/329 kB Progress (1): 61/329 kB Progress (1): 65/329 kB Progress (1): 69/329 kB Progress (1): 73/329 kB Progress (1): 77/329 kB Progress (1): 81/329 kB Progress (1): 85/329 kB Progress (1): 90/329 kB Progress (1): 94/329 kB Progress (1): 98/329 kB Progress (1): 102/329 kB Progress (1): 106/329 kB Progress (1): 110/329 kB Progress (1): 114/329 kB Progress (1): 118/329 kB Progress (1): 122/329 kB Progress (1): 126/329 kB Progress (1): 131/329 kB Progress (1): 135/329 kB Progress (1): 139/329 kB Progress (1): 143/329 kB Progress (1): 147/329 kB Progress (1): 151/329 kB Progress (1): 155/329 kB Progress (1): 159/329 kB Progress (1): 163/329 kB Progress (1): 167/329 kB Progress (1): 171/329 kB Progress (1): 176/329 kB Progress (1): 180/329 kB Progress (1): 184/329 kB Progress (1): 188/329 kB Progress (1): 192/329 kB Progress (1): 196/329 kB Progress (1): 200/329 kB Progress (1): 204/329 kB Progress (1): 208/329 kB Progress (1): 212/329 kB Progress (1): 217/329 kB Progress (1): 221/329 kB Progress (1): 225/329 kB Progress (1): 229/329 kB Progress (1): 233/329 kB Progress (1): 237/329 kB Progress (1): 241/329 kB Progress (1): 245/329 kB Progress (1): 249/329 kB Progress (1): 253/329 kB Progress (1): 258/329 kB Progress (1): 262/329 kB Progress (1): 266/329 kB Progress (1): 270/329 kB Progress (1): 274/329 kB Progress (1): 278/329 kB Progress (1): 282/329 kB Progress (1): 286/329 kB Progress (1): 290/329 kB Progress (1): 294/329 kB Progress (1): 298/329 kB Progress (1): 303/329 kB Progress (1): 307/329 kB Progress (1): 311/329 kB Progress (1): 315/329 kB Progress (1): 319/329 kB Progress (1): 323/329 kB Progress (1): 327/329 kB Progress (1): 329 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 75 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar Progress (1): 4.1/358 kB Progress (1): 7.7/358 kB Progress (1): 12/358 kB Progress (1): 16/358 kB Progress (1): 20/358 kB Progress (1): 24/358 kB Progress (1): 28/358 kB Progress (1): 32/358 kB Progress (1): 36/358 kB Progress (1): 40/358 kB Progress (1): 45/358 kB Progress (1): 49/358 kB Progress (1): 53/358 kB Progress (1): 57/358 kB Progress (1): 61/358 kB Progress (1): 65/358 kB Progress (1): 69/358 kB Progress (1): 73/358 kB Progress (1): 77/358 kB Progress (1): 81/358 kB Progress (1): 85/358 kB Progress (1): 90/358 kB Progress (1): 94/358 kB Progress (1): 98/358 kB Progress (1): 102/358 kB Progress (1): 106/358 kB Progress (1): 110/358 kB Progress (1): 114/358 kB Progress (1): 118/358 kB Progress (1): 122/358 kB Progress (1): 126/358 kB Progress (1): 131/358 kB Progress (1): 135/358 kB Progress (1): 139/358 kB Progress (1): 143/358 kB Progress (1): 147/358 kB Progress (1): 151/358 kB Progress (1): 155/358 kB Progress (1): 159/358 kB Progress (1): 163/358 kB Progress (1): 167/358 kB Progress (1): 171/358 kB Progress (1): 176/358 kB Progress (1): 180/358 kB Progress (1): 184/358 kB Progress (1): 188/358 kB Progress (1): 192/358 kB Progress (1): 196/358 kB Progress (1): 200/358 kB Progress (1): 204/358 kB Progress (1): 208/358 kB Progress (1): 212/358 kB Progress (1): 217/358 kB Progress (1): 221/358 kB Progress (1): 225/358 kB Progress (1): 229/358 kB Progress (1): 233/358 kB Progress (1): 237/358 kB Progress (1): 241/358 kB Progress (1): 245/358 kB Progress (1): 249/358 kB Progress (1): 253/358 kB Progress (1): 258/358 kB Progress (1): 262/358 kB Progress (1): 266/358 kB Progress (1): 270/358 kB Progress (1): 274/358 kB Progress (1): 278/358 kB Progress (1): 282/358 kB Progress (1): 286/358 kB Progress (1): 290/358 kB Progress (1): 294/358 kB Progress (1): 298/358 kB Progress (1): 303/358 kB Progress (1): 307/358 kB Progress (1): 311/358 kB Progress (1): 315/358 kB Progress (1): 319/358 kB Progress (1): 323/358 kB Progress (1): 327/358 kB Progress (1): 331/358 kB Progress (1): 335/358 kB Progress (1): 339/358 kB Progress (1): 344/358 kB Progress (1): 348/358 kB Progress (1): 352/358 kB Progress (1): 356/358 kB Progress (1): 358 kB Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 79 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 (1): 4.1/252 kB Progress (1): 7.7/252 kB Progress (1): 12/252 kB Progress (1): 16/252 kB Progress (1): 20/252 kB Progress (1): 24/252 kB Progress (1): 28/252 kB Progress (1): 32/252 kB Progress (1): 36/252 kB Progress (1): 40/252 kB Progress (1): 45/252 kB Progress (1): 49/252 kB Progress (1): 53/252 kB Progress (1): 57/252 kB Progress (1): 61/252 kB Progress (1): 65/252 kB Progress (1): 69/252 kB Progress (1): 73/252 kB Progress (1): 77/252 kB Progress (1): 81/252 kB Progress (1): 85/252 kB Progress (1): 90/252 kB Progress (1): 94/252 kB Progress (1): 98/252 kB Progress (1): 102/252 kB Progress (1): 106/252 kB Progress (1): 110/252 kB Progress (1): 114/252 kB Progress (1): 118/252 kB Progress (1): 122/252 kB Progress (1): 126/252 kB Progress (1): 131/252 kB Progress (1): 135/252 kB Progress (1): 139/252 kB Progress (1): 143/252 kB Progress (1): 147/252 kB Progress (1): 151/252 kB Progress (1): 155/252 kB Progress (1): 159/252 kB Progress (1): 163/252 kB Progress (1): 167/252 kB Progress (1): 171/252 kB Progress (1): 176/252 kB Progress (1): 180/252 kB Progress (1): 184/252 kB Progress (1): 188/252 kB Progress (1): 192/252 kB Progress (1): 196/252 kB Progress (1): 200/252 kB Progress (1): 204/252 kB Progress (1): 208/252 kB Progress (1): 212/252 kB Progress (1): 217/252 kB Progress (1): 221/252 kB Progress (1): 225/252 kB Progress (1): 229/252 kB Progress (1): 233/252 kB Progress (1): 237/252 kB Progress (1): 241/252 kB Progress (1): 245/252 kB Progress (1): 249/252 kB Progress (1): 252 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 54 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 (1): 4.1/120 kB Progress (1): 7.7/120 kB Progress (1): 12/120 kB Progress (1): 16/120 kB Progress (1): 20/120 kB Progress (1): 24/120 kB Progress (1): 28/120 kB Progress (1): 32/120 kB Progress (1): 36/120 kB Progress (1): 40/120 kB Progress (1): 45/120 kB Progress (1): 49/120 kB Progress (1): 53/120 kB Progress (1): 57/120 kB Progress (1): 61/120 kB Progress (1): 65/120 kB Progress (1): 69/120 kB Progress (1): 73/120 kB Progress (1): 77/120 kB Progress (1): 81/120 kB Progress (1): 85/120 kB Progress (1): 90/120 kB Progress (1): 94/120 kB Progress (1): 98/120 kB Progress (1): 102/120 kB Progress (1): 106/120 kB Progress (1): 110/120 kB Progress (1): 114/120 kB Progress (1): 118/120 kB Progress (1): 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 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (1): 4.1/575 kB Progress (1): 7.7/575 kB Progress (1): 12/575 kB Progress (1): 16/575 kB Progress (1): 20/575 kB Progress (1): 24/575 kB Progress (1): 28/575 kB Progress (1): 32/575 kB Progress (1): 36/575 kB Progress (1): 40/575 kB Progress (1): 45/575 kB Progress (1): 49/575 kB Progress (1): 53/575 kB Progress (1): 57/575 kB Progress (1): 61/575 kB Progress (1): 65/575 kB Progress (1): 69/575 kB Progress (1): 73/575 kB Progress (1): 77/575 kB Progress (1): 81/575 kB Progress (1): 85/575 kB Progress (1): 90/575 kB Progress (1): 94/575 kB Progress (1): 98/575 kB Progress (1): 102/575 kB Progress (1): 106/575 kB Progress (1): 110/575 kB Progress (1): 114/575 kB Progress (1): 118/575 kB Progress (1): 122/575 kB Progress (1): 126/575 kB Progress (1): 131/575 kB Progress (1): 135/575 kB Progress (1): 139/575 kB Progress (1): 143/575 kB Progress (1): 147/575 kB Progress (1): 151/575 kB Progress (1): 155/575 kB Progress (1): 159/575 kB Progress (1): 163/575 kB Progress (1): 167/575 kB Progress (1): 171/575 kB Progress (1): 176/575 kB Progress (1): 180/575 kB Progress (1): 184/575 kB Progress (1): 188/575 kB Progress (1): 192/575 kB Progress (1): 196/575 kB Progress (1): 200/575 kB Progress (1): 204/575 kB Progress (1): 208/575 kB Progress (1): 212/575 kB Progress (1): 217/575 kB Progress (1): 221/575 kB Progress (1): 225/575 kB Progress (1): 229/575 kB Progress (1): 233/575 kB Progress (1): 237/575 kB Progress (1): 241/575 kB Progress (1): 245/575 kB Progress (1): 249/575 kB Progress (1): 253/575 kB Progress (1): 258/575 kB Progress (1): 262/575 kB Progress (1): 266/575 kB Progress (1): 270/575 kB Progress (1): 274/575 kB Progress (1): 278/575 kB Progress (1): 282/575 kB Progress (1): 286/575 kB Progress (1): 290/575 kB Progress (1): 294/575 kB Progress (1): 298/575 kB Progress (1): 303/575 kB Progress (1): 307/575 kB Progress (1): 311/575 kB Progress (1): 315/575 kB Progress (1): 319/575 kB Progress (1): 323/575 kB Progress (1): 327/575 kB Progress (1): 331/575 kB Progress (1): 335/575 kB Progress (1): 339/575 kB Progress (1): 344/575 kB Progress (1): 348/575 kB Progress (1): 352/575 kB Progress (1): 356/575 kB Progress (1): 360/575 kB Progress (1): 364/575 kB Progress (1): 368/575 kB Progress (1): 372/575 kB Progress (1): 376/575 kB Progress (1): 380/575 kB Progress (1): 384/575 kB Progress (1): 389/575 kB Progress (1): 393/575 kB Progress (1): 397/575 kB Progress (1): 401/575 kB Progress (1): 405/575 kB Progress (1): 409/575 kB Progress (1): 413/575 kB Progress (1): 417/575 kB Progress (1): 421/575 kB Progress (1): 425/575 kB Progress (1): 430/575 kB Progress (1): 434/575 kB Progress (1): 438/575 kB Progress (1): 442/575 kB Progress (1): 446/575 kB Progress (1): 450/575 kB Progress (1): 454/575 kB Progress (1): 458/575 kB Progress (1): 462/575 kB Progress (1): 466/575 kB Progress (1): 470/575 kB Progress (1): 475/575 kB Progress (1): 479/575 kB Progress (1): 483/575 kB Progress (1): 487/575 kB Progress (1): 491/575 kB Progress (1): 495/575 kB Progress (1): 499/575 kB Progress (1): 503/575 kB Progress (1): 507/575 kB Progress (1): 511/575 kB Progress (1): 516/575 kB Progress (1): 520/575 kB Progress (1): 524/575 kB Progress (1): 528/575 kB Progress (1): 532/575 kB Progress (1): 536/575 kB Progress (1): 540/575 kB Progress (1): 544/575 kB Progress (1): 548/575 kB Progress (1): 552/575 kB Progress (1): 557/575 kB Progress (1): 561/575 kB Progress (1): 565/575 kB Progress (1): 569/575 kB Progress (1): 573/575 kB Progress (1): 575 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 116 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 (1): 4.1/247 kB Progress (1): 7.7/247 kB Progress (1): 12/247 kB Progress (1): 16/247 kB Progress (1): 20/247 kB Progress (1): 24/247 kB Progress (1): 28/247 kB Progress (1): 32/247 kB Progress (1): 36/247 kB Progress (1): 40/247 kB Progress (1): 45/247 kB Progress (1): 49/247 kB Progress (1): 53/247 kB Progress (1): 57/247 kB Progress (1): 61/247 kB Progress (1): 65/247 kB Progress (1): 69/247 kB Progress (1): 73/247 kB Progress (1): 77/247 kB Progress (1): 81/247 kB Progress (1): 85/247 kB Progress (1): 90/247 kB Progress (1): 94/247 kB Progress (1): 98/247 kB Progress (1): 102/247 kB Progress (1): 106/247 kB Progress (1): 110/247 kB Progress (1): 114/247 kB Progress (1): 118/247 kB Progress (1): 122/247 kB Progress (1): 126/247 kB Progress (1): 131/247 kB Progress (1): 135/247 kB Progress (1): 139/247 kB Progress (1): 143/247 kB Progress (1): 147/247 kB Progress (1): 151/247 kB Progress (1): 155/247 kB Progress (1): 159/247 kB Progress (1): 163/247 kB Progress (1): 167/247 kB Progress (1): 171/247 kB Progress (1): 176/247 kB Progress (1): 180/247 kB Progress (1): 184/247 kB Progress (1): 188/247 kB Progress (1): 192/247 kB Progress (1): 196/247 kB Progress (1): 200/247 kB Progress (1): 204/247 kB Progress (1): 208/247 kB Progress (1): 212/247 kB Progress (1): 217/247 kB Progress (1): 221/247 kB Progress (1): 225/247 kB Progress (1): 229/247 kB Progress (1): 233/247 kB Progress (1): 237/247 kB Progress (1): 241/247 kB Progress (1): 245/247 kB Progress (1): 247 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 49 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 (1): 2.2/178 kB Progress (2): 2.2/178 kB | 4.1/231 kB Progress (3): 2.2/178 kB | 4.1/231 kB | 2.2/68 kB Progress (4): 2.2/178 kB | 4.1/231 kB | 2.2/68 kB | 2.2/22 kB Progress (4): 5.0/178 kB | 4.1/231 kB | 2.2/68 kB | 2.2/22 kB Progress (4): 5.0/178 kB | 4.1/231 kB | 2.2/68 kB | 5.0/22 kB Progress (4): 7.7/178 kB | 4.1/231 kB | 2.2/68 kB | 5.0/22 kB Progress (4): 7.7/178 kB | 7.7/231 kB | 2.2/68 kB | 5.0/22 kB Progress (4): 10/178 kB | 7.7/231 kB | 2.2/68 kB | 5.0/22 kB Progress (4): 10/178 kB | 7.7/231 kB | 2.2/68 kB | 7.7/22 kB Progress (5): 10/178 kB | 7.7/231 kB | 2.2/68 kB | 7.7/22 kB | 2.2/26 kB Progress (5): 10/178 kB | 7.7/231 kB | 2.2/68 kB | 10/22 kB | 2.2/26 kB Progress (5): 13/178 kB | 7.7/231 kB | 2.2/68 kB | 10/22 kB | 2.2/26 kB Progress (5): 13/178 kB | 12/231 kB | 2.2/68 kB | 10/22 kB | 2.2/26 kB Progress (5): 13/178 kB | 12/231 kB | 2.2/68 kB | 10/22 kB | 5.0/26 kB Progress (5): 13/178 kB | 12/231 kB | 2.2/68 kB | 13/22 kB | 5.0/26 kB Progress (5): 13/178 kB | 12/231 kB | 5.0/68 kB | 13/22 kB | 5.0/26 kB Progress (5): 13/178 kB | 12/231 kB | 5.0/68 kB | 13/22 kB | 7.7/26 kB Progress (5): 13/178 kB | 16/231 kB | 5.0/68 kB | 13/22 kB | 7.7/26 kB Progress (5): 13/178 kB | 16/231 kB | 5.0/68 kB | 13/22 kB | 10/26 kB Progress (5): 13/178 kB | 16/231 kB | 5.0/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 16/231 kB | 7.7/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 20/231 kB | 7.7/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 24/231 kB | 7.7/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 24/231 kB | 10/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 28/231 kB | 10/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 28/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 32/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 36/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 40/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 45/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 49/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 53/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 57/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 61/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 65/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 69/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 73/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 77/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 81/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 85/231 kB | 13/68 kB | 13/22 kB | 13/26 kB Progress (5): 13/178 kB | 85/231 kB | 16/68 kB | 13/22 kB | 13/26 kB Progress (5): 16/178 kB | 85/231 kB | 16/68 kB | 13/22 kB | 13/26 kB Progress (5): 16/178 kB | 90/231 kB | 16/68 kB | 13/22 kB | 13/26 kB Progress (5): 16/178 kB | 94/231 kB | 16/68 kB | 13/22 kB | 13/26 kB Progress (5): 16/178 kB | 94/231 kB | 16/68 kB | 13/22 kB | 16/26 kB Progress (5): 19/178 kB | 94/231 kB | 16/68 kB | 13/22 kB | 16/26 kB Progress (5): 19/178 kB | 94/231 kB | 19/68 kB | 13/22 kB | 16/26 kB Progress (5): 19/178 kB | 98/231 kB | 19/68 kB | 13/22 kB | 16/26 kB Progress (5): 19/178 kB | 98/231 kB | 19/68 kB | 13/22 kB | 19/26 kB Progress (5): 19/178 kB | 98/231 kB | 21/68 kB | 13/22 kB | 19/26 kB Progress (5): 19/178 kB | 98/231 kB | 21/68 kB | 13/22 kB | 21/26 kB Progress (5): 19/178 kB | 102/231 kB | 21/68 kB | 13/22 kB | 21/26 kB Progress (5): 19/178 kB | 102/231 kB | 21/68 kB | 16/22 kB | 21/26 kB Progress (5): 19/178 kB | 102/231 kB | 24/68 kB | 16/22 kB | 21/26 kB Progress (5): 19/178 kB | 102/231 kB | 24/68 kB | 19/22 kB | 21/26 kB Progress (5): 21/178 kB | 102/231 kB | 24/68 kB | 19/22 kB | 21/26 kB Progress (5): 21/178 kB | 102/231 kB | 24/68 kB | 21/22 kB | 21/26 kB Progress (5): 21/178 kB | 106/231 kB | 24/68 kB | 21/22 kB | 21/26 kB Progress (5): 24/178 kB | 106/231 kB | 24/68 kB | 21/22 kB | 21/26 kB Progress (5): 24/178 kB | 106/231 kB | 27/68 kB | 21/22 kB | 21/26 kB Progress (5): 24/178 kB | 106/231 kB | 30/68 kB | 21/22 kB | 21/26 kB Progress (5): 24/178 kB | 106/231 kB | 30/68 kB | 21/22 kB | 24/26 kB Progress (5): 24/178 kB | 106/231 kB | 30/68 kB | 22 kB | 24/26 kB Progress (5): 24/178 kB | 106/231 kB | 32/68 kB | 22 kB | 24/26 kB Progress (5): 27/178 kB | 106/231 kB | 32/68 kB | 22 kB | 24/26 kB Progress (5): 27/178 kB | 110/231 kB | 32/68 kB | 22 kB | 24/26 kB Progress (5): 30/178 kB | 110/231 kB | 32/68 kB | 22 kB | 24/26 kB Progress (5): 30/178 kB | 110/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 110/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 114/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 118/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 122/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 126/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 131/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 135/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 139/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 143/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 147/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 151/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 155/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 159/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 163/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 167/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 171/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 176/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 180/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 184/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 188/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 192/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 32/178 kB | 196/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 36/178 kB | 196/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 40/178 kB | 196/231 kB | 32/68 kB | 22 kB | 26 kB Progress (5): 40/178 kB | 196/231 kB | 36/68 kB | 22 kB | 26 kB Progress (5): 40/178 kB | 200/231 kB | 36/68 kB | 22 kB | 26 kB Progress (5): 40/178 kB | 200/231 kB | 40/68 kB | 22 kB | 26 kB Progress (5): 40/178 kB | 200/231 kB | 45/68 kB | 22 kB | 26 kB Progress (5): 40/178 kB | 200/231 kB | 49/68 kB | 22 kB | 26 kB Progress (5): 45/178 kB | 200/231 kB | 49/68 kB | 22 kB | 26 kB Progress (5): 45/178 kB | 204/231 kB | 49/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 204/231 kB | 49/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 208/231 kB | 49/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 212/231 kB | 49/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 212/231 kB | 53/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 212/231 kB | 57/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 212/231 kB | 61/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 212/231 kB | 65/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 217/231 kB | 65/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 221/231 kB | 65/68 kB | 22 kB | 26 kB Progress (5): 49/178 kB | 221/231 kB | 68 kB | 22 kB | 26 kB Progress (5): 53/178 kB | 221/231 kB | 68 kB | 22 kB | 26 kB Progress (5): 57/178 kB | 221/231 kB | 68 kB | 22 kB | 26 kB Progress (5): 61/178 kB | 221/231 kB | 68 kB | 22 kB | 26 kB Progress (5): 61/178 kB | 225/231 kB | 68 kB | 22 kB | 26 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 4.2 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): 65/178 kB | 225/231 kB | 68 kB | 26 kB Progress (4): 65/178 kB | 229/231 kB | 68 kB | 26 kB Progress (4): 69/178 kB | 229/231 kB | 68 kB | 26 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 4.9 kB/s) Progress (3): 69/178 kB | 231 kB | 68 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar Progress (3): 73/178 kB | 231 kB | 68 kB Progress (3): 77/178 kB | 231 kB | 68 kB Progress (3): 81/178 kB | 231 kB | 68 kB Progress (3): 85/178 kB | 231 kB | 68 kB Progress (3): 90/178 kB | 231 kB | 68 kB Progress (3): 94/178 kB | 231 kB | 68 kB Progress (3): 98/178 kB | 231 kB | 68 kB Progress (3): 102/178 kB | 231 kB | 68 kB Progress (3): 106/178 kB | 231 kB | 68 kB Progress (3): 110/178 kB | 231 kB | 68 kB Progress (3): 114/178 kB | 231 kB | 68 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 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar Progress (2): 118/178 kB | 231 kB Progress (2): 122/178 kB | 231 kB Progress (2): 126/178 kB | 231 kB Progress (2): 131/178 kB | 231 kB Progress (2): 135/178 kB | 231 kB Progress (2): 139/178 kB | 231 kB Progress (2): 143/178 kB | 231 kB Progress (2): 147/178 kB | 231 kB Progress (3): 147/178 kB | 231 kB | 2.2/50 kB Progress (3): 147/178 kB | 231 kB | 5.0/50 kB Progress (3): 147/178 kB | 231 kB | 7.7/50 kB Progress (3): 147/178 kB | 231 kB | 10/50 kB Progress (3): 147/178 kB | 231 kB | 13/50 kB Progress (3): 147/178 kB | 231 kB | 16/50 kB Progress (3): 147/178 kB | 231 kB | 19/50 kB Progress (3): 147/178 kB | 231 kB | 21/50 kB Progress (3): 147/178 kB | 231 kB | 24/50 kB Progress (3): 151/178 kB | 231 kB | 24/50 kB Progress (4): 151/178 kB | 231 kB | 24/50 kB | 4.1/148 kB Progress (4): 155/178 kB | 231 kB | 24/50 kB | 4.1/148 kB Progress (4): 159/178 kB | 231 kB | 24/50 kB | 4.1/148 kB Progress (4): 159/178 kB | 231 kB | 24/50 kB | 7.7/148 kB Progress (4): 159/178 kB | 231 kB | 27/50 kB | 7.7/148 kB Progress (4): 163/178 kB | 231 kB | 27/50 kB | 7.7/148 kB Progress (4): 163/178 kB | 231 kB | 27/50 kB | 12/148 kB Progress (4): 163/178 kB | 231 kB | 30/50 kB | 12/148 kB Progress (4): 163/178 kB | 231 kB | 30/50 kB | 16/148 kB Progress (4): 163/178 kB | 231 kB | 30/50 kB | 20/148 kB Progress (4): 163/178 kB | 231 kB | 30/50 kB | 24/148 kB Progress (4): 163/178 kB | 231 kB | 30/50 kB | 28/148 kB Progress (4): 163/178 kB | 231 kB | 30/50 kB | 32/148 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 44 kB/s) Progress (3): 163/178 kB | 30/50 kB | 36/148 kB Progress (3): 163/178 kB | 32/50 kB | 36/148 kB Progress (3): 167/178 kB | 32/50 kB | 36/148 kB Progress (3): 167/178 kB | 32/50 kB | 40/148 kB 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): 167/178 kB | 32/50 kB | 45/148 kB Progress (3): 167/178 kB | 32/50 kB | 49/148 kB Progress (3): 167/178 kB | 32/50 kB | 53/148 kB Progress (3): 167/178 kB | 32/50 kB | 57/148 kB Progress (3): 167/178 kB | 32/50 kB | 61/148 kB Progress (3): 167/178 kB | 32/50 kB | 65/148 kB Progress (3): 171/178 kB | 32/50 kB | 65/148 kB Progress (3): 176/178 kB | 32/50 kB | 65/148 kB Progress (3): 178 kB | 32/50 kB | 65/148 kB Progress (3): 178 kB | 32/50 kB | 69/148 kB Progress (3): 178 kB | 32/50 kB | 73/148 kB Progress (3): 178 kB | 32/50 kB | 77/148 kB Progress (3): 178 kB | 32/50 kB | 81/148 kB Progress (3): 178 kB | 32/50 kB | 85/148 kB Progress (3): 178 kB | 32/50 kB | 90/148 kB Progress (3): 178 kB | 32/50 kB | 94/148 kB Progress (3): 178 kB | 32/50 kB | 98/148 kB Progress (3): 178 kB | 32/50 kB | 102/148 kB Progress (3): 178 kB | 32/50 kB | 106/148 kB Progress (3): 178 kB | 32/50 kB | 110/148 kB Progress (3): 178 kB | 32/50 kB | 114/148 kB Progress (3): 178 kB | 32/50 kB | 118/148 kB Progress (3): 178 kB | 32/50 kB | 122/148 kB Progress (3): 178 kB | 32/50 kB | 126/148 kB Progress (3): 178 kB | 32/50 kB | 131/148 kB Progress (3): 178 kB | 32/50 kB | 135/148 kB Progress (3): 178 kB | 32/50 kB | 139/148 kB Progress (4): 178 kB | 32/50 kB | 139/148 kB | 4.1/640 kB Progress (4): 178 kB | 32/50 kB | 143/148 kB | 4.1/640 kB Progress (4): 178 kB | 32/50 kB | 147/148 kB | 4.1/640 kB Progress (4): 178 kB | 32/50 kB | 148 kB | 4.1/640 kB Progress (4): 178 kB | 32/50 kB | 148 kB | 7.7/640 kB Progress (4): 178 kB | 32/50 kB | 148 kB | 12/640 kB Progress (4): 178 kB | 32/50 kB | 148 kB | 16/640 kB Progress (4): 178 kB | 36/50 kB | 148 kB | 16/640 kB Progress (4): 178 kB | 40/50 kB | 148 kB | 16/640 kB Progress (4): 178 kB | 45/50 kB | 148 kB | 16/640 kB Progress (4): 178 kB | 49/50 kB | 148 kB | 16/640 kB Progress (4): 178 kB | 50 kB | 148 kB | 16/640 kB Progress (4): 178 kB | 50 kB | 148 kB | 20/640 kB Progress (4): 178 kB | 50 kB | 148 kB | 24/640 kB Progress (4): 178 kB | 50 kB | 148 kB | 28/640 kB Progress (4): 178 kB | 50 kB | 148 kB | 32/640 kB Progress (4): 178 kB | 50 kB | 148 kB | 36/640 kB Progress (4): 178 kB | 50 kB | 148 kB | 40/640 kB Progress (4): 178 kB | 50 kB | 148 kB | 45/640 kB Progress (4): 178 kB | 50 kB | 148 kB | 49/640 kB Progress (5): 178 kB | 50 kB | 148 kB | 49/640 kB | 2.2/12 kB Progress (5): 178 kB | 50 kB | 148 kB | 49/640 kB | 5.0/12 kB Progress (5): 178 kB | 50 kB | 148 kB | 49/640 kB | 7.7/12 kB Progress (5): 178 kB | 50 kB | 148 kB | 49/640 kB | 10/12 kB Progress (5): 178 kB | 50 kB | 148 kB | 49/640 kB | 12 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 33 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): 50 kB | 148 kB | 53/640 kB | 12 kB Progress (4): 50 kB | 148 kB | 57/640 kB | 12 kB Progress (4): 50 kB | 148 kB | 61/640 kB | 12 kB Progress (4): 50 kB | 148 kB | 65/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 28 kB/s) 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 9.3 kB/s) Progress (2): 69/640 kB | 12 kB Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (2): 73/640 kB | 12 kB Progress (2): 77/640 kB | 12 kB Progress (2): 81/640 kB | 12 kB Progress (2): 85/640 kB | 12 kB Progress (2): 90/640 kB | 12 kB Progress (2): 94/640 kB | 12 kB Progress (2): 98/640 kB | 12 kB Progress (2): 102/640 kB | 12 kB Progress (2): 106/640 kB | 12 kB Progress (2): 110/640 kB | 12 kB Progress (2): 114/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 2.2 kB/s) Progress (1): 118/640 kB Progress (1): 122/640 kB Progress (1): 126/640 kB Progress (1): 131/640 kB Progress (1): 135/640 kB Progress (1): 139/640 kB Progress (1): 143/640 kB Progress (1): 147/640 kB Progress (1): 151/640 kB Progress (1): 155/640 kB Progress (1): 159/640 kB Progress (1): 163/640 kB Progress (1): 167/640 kB Progress (1): 171/640 kB Progress (1): 176/640 kB Progress (1): 180/640 kB Progress (2): 180/640 kB | 4.1/284 kB Progress (2): 180/640 kB | 7.7/284 kB Progress (2): 180/640 kB | 12/284 kB Progress (2): 180/640 kB | 16/284 kB Progress (2): 180/640 kB | 20/284 kB Progress (2): 180/640 kB | 24/284 kB Progress (2): 180/640 kB | 28/284 kB Progress (2): 180/640 kB | 32/284 kB Progress (3): 180/640 kB | 32/284 kB | 4.1/23 kB Progress (3): 180/640 kB | 32/284 kB | 7.6/23 kB Progress (3): 180/640 kB | 36/284 kB | 7.6/23 kB Progress (3): 184/640 kB | 36/284 kB | 7.6/23 kB Progress (3): 184/640 kB | 36/284 kB | 12/23 kB Progress (3): 188/640 kB | 36/284 kB | 12/23 kB Progress (3): 188/640 kB | 36/284 kB | 16/23 kB Progress (3): 188/640 kB | 40/284 kB | 16/23 kB Progress (3): 192/640 kB | 40/284 kB | 16/23 kB Progress (3): 192/640 kB | 40/284 kB | 20/23 kB Progress (3): 192/640 kB | 45/284 kB | 20/23 kB Progress (3): 192/640 kB | 45/284 kB | 23 kB Progress (3): 196/640 kB | 45/284 kB | 23 kB Progress (4): 196/640 kB | 45/284 kB | 23 kB | 2.2/12 kB Progress (4): 196/640 kB | 49/284 kB | 23 kB | 2.2/12 kB Progress (4): 196/640 kB | 49/284 kB | 23 kB | 5.0/12 kB Progress (4): 196/640 kB | 53/284 kB | 23 kB | 5.0/12 kB Progress (4): 196/640 kB | 53/284 kB | 23 kB | 7.7/12 kB Progress (4): 196/640 kB | 57/284 kB | 23 kB | 7.7/12 kB Progress (4): 196/640 kB | 61/284 kB | 23 kB | 7.7/12 kB Progress (4): 196/640 kB | 65/284 kB | 23 kB | 7.7/12 kB Progress (4): 196/640 kB | 65/284 kB | 23 kB | 10/12 kB Progress (4): 196/640 kB | 65/284 kB | 23 kB | 12 kB Progress (4): 196/640 kB | 69/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 69/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 73/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 77/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 81/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 85/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 90/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 94/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 98/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 102/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 106/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 110/284 kB | 23 kB | 12 kB Progress (4): 200/640 kB | 114/284 kB | 23 kB | 12 kB Progress (4): 204/640 kB | 114/284 kB | 23 kB | 12 kB Progress (4): 204/640 kB | 118/284 kB | 23 kB | 12 kB Progress (4): 204/640 kB | 122/284 kB | 23 kB | 12 kB Progress (4): 204/640 kB | 126/284 kB | 23 kB | 12 kB Progress (4): 208/640 kB | 126/284 kB | 23 kB | 12 kB Progress (4): 208/640 kB | 131/284 kB | 23 kB | 12 kB Progress (4): 212/640 kB | 131/284 kB | 23 kB | 12 kB Progress (4): 212/640 kB | 135/284 kB | 23 kB | 12 kB Progress (4): 217/640 kB | 135/284 kB | 23 kB | 12 kB Progress (4): 217/640 kB | 139/284 kB | 23 kB | 12 kB Progress (4): 217/640 kB | 143/284 kB | 23 kB | 12 kB Progress (4): 217/640 kB | 147/284 kB | 23 kB | 12 kB Progress (4): 217/640 kB | 151/284 kB | 23 kB | 12 kB Progress (4): 217/640 kB | 155/284 kB | 23 kB | 12 kB Progress (4): 217/640 kB | 159/284 kB | 23 kB | 12 kB Progress (4): 217/640 kB | 163/284 kB | 23 kB | 12 kB Progress (4): 219/640 kB | 163/284 kB | 23 kB | 12 kB Progress (4): 219/640 kB | 167/284 kB | 23 kB | 12 kB Progress (4): 219/640 kB | 171/284 kB | 23 kB | 12 kB Progress (4): 219/640 kB | 176/284 kB | 23 kB | 12 kB Progress (4): 219/640 kB | 180/284 kB | 23 kB | 12 kB Progress (4): 223/640 kB | 180/284 kB | 23 kB | 12 kB Progress (4): 223/640 kB | 184/284 kB | 23 kB | 12 kB Progress (4): 227/640 kB | 184/284 kB | 23 kB | 12 kB Progress (4): 227/640 kB | 188/284 kB | 23 kB | 12 kB Progress (4): 229/640 kB | 188/284 kB | 23 kB | 12 kB Progress (4): 229/640 kB | 192/284 kB | 23 kB | 12 kB Progress (4): 229/640 kB | 196/284 kB | 23 kB | 12 kB Progress (4): 233/640 kB | 196/284 kB | 23 kB | 12 kB Progress (4): 233/640 kB | 200/284 kB | 23 kB | 12 kB Progress (4): 237/640 kB | 200/284 kB | 23 kB | 12 kB Progress (4): 237/640 kB | 204/284 kB | 23 kB | 12 kB Progress (4): 241/640 kB | 204/284 kB | 23 kB | 12 kB Progress (4): 241/640 kB | 208/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 208/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 212/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 217/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 221/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 225/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 229/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 233/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 237/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 241/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 245/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 249/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 253/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 258/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 262/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 266/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 270/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 274/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 278/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 282/284 kB | 23 kB | 12 kB Progress (4): 245/640 kB | 284 kB | 23 kB | 12 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 4.3 kB/s) Progress (3): 249/640 kB | 284 kB | 12 kB Progress (3): 253/640 kB | 284 kB | 12 kB Progress (3): 258/640 kB | 284 kB | 12 kB Progress (3): 262/640 kB | 284 kB | 12 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 2.2 kB/s) Progress (2): 266/640 kB | 284 kB Progress (2): 270/640 kB | 284 kB Progress (2): 274/640 kB | 284 kB Progress (2): 278/640 kB | 284 kB Progress (2): 282/640 kB | 284 kB Progress (2): 286/640 kB | 284 kB Progress (2): 290/640 kB | 284 kB Progress (2): 294/640 kB | 284 kB Progress (2): 298/640 kB | 284 kB Progress (2): 303/640 kB | 284 kB Progress (2): 307/640 kB | 284 kB Progress (2): 311/640 kB | 284 kB Progress (2): 315/640 kB | 284 kB Progress (2): 319/640 kB | 284 kB Progress (2): 323/640 kB | 284 kB Progress (2): 327/640 kB | 284 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 52 kB/s) Progress (1): 331/640 kB Progress (1): 335/640 kB Progress (1): 339/640 kB Progress (1): 344/640 kB Progress (1): 348/640 kB Progress (1): 352/640 kB Progress (1): 356/640 kB Progress (1): 360/640 kB Progress (1): 364/640 kB Progress (1): 368/640 kB Progress (1): 372/640 kB Progress (1): 376/640 kB Progress (1): 380/640 kB Progress (1): 384/640 kB Progress (1): 389/640 kB Progress (1): 393/640 kB Progress (1): 397/640 kB Progress (1): 401/640 kB Progress (1): 405/640 kB Progress (1): 409/640 kB Progress (1): 413/640 kB Progress (1): 417/640 kB Progress (1): 421/640 kB Progress (1): 425/640 kB Progress (1): 430/640 kB Progress (1): 434/640 kB Progress (1): 438/640 kB Progress (1): 442/640 kB Progress (1): 446/640 kB Progress (1): 450/640 kB Progress (1): 454/640 kB Progress (1): 458/640 kB Progress (1): 462/640 kB Progress (1): 466/640 kB Progress (1): 471/640 kB Progress (1): 475/640 kB Progress (1): 479/640 kB Progress (1): 483/640 kB Progress (1): 487/640 kB Progress (1): 491/640 kB Progress (1): 495/640 kB Progress (1): 499/640 kB Progress (1): 503/640 kB Progress (1): 507/640 kB Progress (1): 511/640 kB Progress (1): 516/640 kB Progress (1): 520/640 kB Progress (1): 524/640 kB Progress (1): 528/640 kB Progress (1): 532/640 kB Progress (1): 536/640 kB Progress (1): 540/640 kB Progress (1): 544/640 kB Progress (1): 548/640 kB Progress (1): 552/640 kB Progress (1): 557/640 kB Progress (1): 561/640 kB Progress (1): 565/640 kB Progress (1): 569/640 kB Progress (1): 573/640 kB Progress (1): 577/640 kB Progress (1): 581/640 kB Progress (1): 585/640 kB Progress (1): 589/640 kB Progress (1): 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 113 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: 01:28 min [INFO] Finished at: 2018-12-13T12:06:32Z [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' [EE4J_8 56bbaff] 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 37 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 80 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 97 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 199 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 34 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 14 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 138 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 126 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 79 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): 36/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 811 kB/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 22 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 620 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 96 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 68 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 42 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 51 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 43 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 45 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 92 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 120 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 101 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 65 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 61 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 72 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 78 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 57 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 70 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 57 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 43 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 109 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 95 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 89 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 116 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 44 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 73 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 115 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 805 kB/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 78 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 464 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 18 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 82 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 27 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 37 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 268 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): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/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 690 kB/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 489 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 36 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): 4.1/26 kB Progress (1): 7.9/26 kB Progress (1): 12/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 144 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 29 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 91 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 28 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 49 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 274 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 27 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 575 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 71 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 20 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 315 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 595 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 81 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 238 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 209 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 207 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 108 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 168 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 496 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 664 kB/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 144 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 310 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): 33/42 kB Progress (1): 37/42 kB Progress (1): 41/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.1 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 6.8 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 85 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 4.9 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 130 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 41 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 160 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 39 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.0 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 23 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 22 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 14 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 33 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 15 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 87 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 139 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 334 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 448 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 89 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 101 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 521 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 33 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 517 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 49 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 307 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): 3.8/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): 4.1/15 kB Progress (1): 7.9/15 kB Progress (1): 12/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 91 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): 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 86 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 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/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 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 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 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 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.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 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 Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/intellij/annotations/9.0.4/annotations-9.0.4.jar 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 Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.jar 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 | 4.1/29 kB Progress (2): 0.8/2.2 MB | 4.1/29 kB Progress (2): 0.8/2.2 MB | 7.8/29 kB Progress (2): 0.8/2.2 MB | 7.8/29 kB Progress (2): 0.8/2.2 MB | 7.8/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): 0.8/2.2 MB | 12/29 kB Progress (2): 0.8/2.2 MB | 12/29 kB Progress (2): 0.8/2.2 MB | 16/29 kB Progress (2): 0.8/2.2 MB | 20/29 kB Progress (2): 0.8/2.2 MB | 21/29 kB Progress (2): 0.8/2.2 MB | 25/29 kB Progress (2): 0.8/2.2 MB | 29/29 kB Progress (2): 0.8/2.2 MB | 29/29 kB Progress (2): 0.8/2.2 MB | 29 kB Progress (2): 0.8/2.2 MB | 29 kB Progress (2): 0.8/2.2 MB | 29 kB Progress (2): 0.8/2.2 MB | 29 kB Progress (2): 0.8/2.2 MB | 29 kB Progress (2): 0.8/2.2 MB | 29 kB Progress (2): 0.8/2.2 MB | 29 kB Progress (2): 0.8/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/2.2 MB | 29 kB Progress (2): 0.9/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.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 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.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 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 46 kB/s) Progress (1): 1.3/2.2 MB 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.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.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.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 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 (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 (1): 2.0/2.2 MB Progress (1): 2.0/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): 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 (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 (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2 MB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/joda-time/joda-time/2.2/joda-time-2.2.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 (2): 2.2 MB | 4.1/532 kB Progress (2): 2.2 MB | 7.8/532 kB Progress (2): 2.2 MB | 12/532 kB Progress (2): 2.2 MB | 16/532 kB Progress (2): 2.2 MB | 16/532 kB Progress (2): 2.2 MB | 20/532 kB Progress (2): 2.2 MB | 24/532 kB Progress (2): 2.2 MB | 28/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 | 53/532 kB Progress (2): 2.2 MB | 57/532 kB Progress (2): 2.2 MB | 61/532 kB Progress (2): 2.2 MB | 65/532 kB Progress (2): 2.2 MB | 69/532 kB Progress (2): 2.2 MB | 73/532 kB Progress (2): 2.2 MB | 77/532 kB Progress (2): 2.2 MB | 82/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.7 MB/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.jar Progress (1): 86/532 kB Progress (1): 90/532 kB Progress (1): 94/532 kB Progress (1): 98/532 kB Progress (1): 102/532 kB Progress (1): 106/532 kB Progress (1): 110/532 kB Progress (1): 114/532 kB Progress (1): 118/532 kB Progress (1): 123/532 kB Progress (1): 127/532 kB Progress (1): 131/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): 164/532 kB Progress (1): 168/532 kB Progress (1): 172/532 kB Progress (1): 176/532 kB Progress (1): 180/532 kB Progress (1): 184/532 kB Progress (1): 188/532 kB Progress (1): 192/532 kB Progress (1): 196/532 kB Progress (1): 200/532 kB Progress (1): 204/532 kB Progress (1): 209/532 kB Progress (1): 213/532 kB Progress (1): 217/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): 250/532 kB Progress (1): 254/532 kB Progress (1): 258/532 kB Progress (1): 262/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): 295/532 kB Progress (1): 299/532 kB Progress (1): 303/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): 336/532 kB Progress (1): 340/532 kB Progress (1): 344/532 kB Progress (1): 348/532 kB Progress (1): 352/532 kB Progress (1): 356/532 kB Progress (1): 360/532 kB Progress (1): 364/532 kB Progress (1): 368/532 kB Progress (1): 372/532 kB Progress (1): 376/532 kB Progress (1): 381/532 kB Progress (1): 385/532 kB Progress (1): 389/532 kB Progress (1): 393/532 kB Progress (1): 397/532 kB Progress (1): 401/532 kB Progress (1): 405/532 kB Progress (1): 409/532 kB Progress (1): 413/532 kB Progress (1): 417/532 kB Progress (1): 422/532 kB Progress (1): 426/532 kB Progress (1): 430/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): 434/532 kB Progress (1): 438/532 kB Progress (1): 442/532 kB Progress (1): 446/532 kB Progress (1): 450/532 kB Progress (1): 454/532 kB Progress (1): 458/532 kB Progress (1): 463/532 kB Progress (1): 467/532 kB Progress (1): 471/532 kB Progress (1): 475/532 kB Progress (1): 479/532 kB Progress (1): 483/532 kB Progress (1): 487/532 kB Progress (1): 491/532 kB Progress (1): 495/532 kB Progress (1): 499/532 kB Progress (1): 503/532 kB Progress (1): 508/532 kB Progress (2): 508/532 kB | 4.1/574 kB Progress (2): 508/532 kB | 7.8/574 kB Progress (2): 508/532 kB | 12/574 kB Progress (2): 508/532 kB | 12/574 kB Progress (2): 512/532 kB | 12/574 kB Progress (2): 516/532 kB | 12/574 kB Progress (2): 520/532 kB | 12/574 kB Progress (2): 524/532 kB | 12/574 kB Progress (2): 528/532 kB | 12/574 kB Progress (2): 532 kB | 12/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): 532 kB | 16/574 kB Progress (2): 532 kB | 20/574 kB Progress (2): 532 kB | 24/574 kB Progress (2): 532 kB | 28/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 | 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 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 527 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.jar Progress (1): 57/574 kB Progress (1): 61/574 kB Progress (1): 65/574 kB Progress (1): 69/574 kB Progress (1): 73/574 kB Progress (1): 77/574 kB Progress (1): 82/574 kB Progress (1): 86/574 kB 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 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): 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 (1): 188/574 kB Progress (1): 192/574 kB Progress (1): 196/574 kB Progress (1): 200/574 kB Progress (1): 204/574 kB Progress (1): 209/574 kB Progress (2): 209/574 kB | 4.1/46 kB Progress (2): 209/574 kB | 7.8/46 kB Progress (2): 209/574 kB | 12/46 kB Progress (2): 209/574 kB | 16/46 kB Progress (2): 209/574 kB | 20/46 kB Progress (2): 209/574 kB | 21/46 kB Progress (2): 209/574 kB | 25/46 kB Progress (2): 209/574 kB | 29/46 kB Progress (2): 209/574 kB | 33/46 kB Progress (2): 209/574 kB | 37/46 kB Progress (2): 213/574 kB | 37/46 kB Progress (2): 217/574 kB | 37/46 kB Progress (2): 221/574 kB | 37/46 kB Progress (2): 225/574 kB | 37/46 kB Progress (2): 229/574 kB | 37/46 kB Progress (2): 233/574 kB | 37/46 kB Progress (2): 237/574 kB | 37/46 kB Progress (2): 241/574 kB | 37/46 kB Progress (2): 245/574 kB | 37/46 kB Progress (2): 250/574 kB | 37/46 kB Progress (2): 254/574 kB | 37/46 kB Progress (2): 258/574 kB | 37/46 kB Progress (2): 262/574 kB | 37/46 kB Progress (2): 266/574 kB | 37/46 kB Progress (2): 270/574 kB | 37/46 kB Progress (2): 274/574 kB | 37/46 kB Progress (2): 278/574 kB | 37/46 kB Progress (2): 282/574 kB | 37/46 kB Progress (2): 286/574 kB | 37/46 kB Progress (2): 290/574 kB | 37/46 kB Progress (2): 295/574 kB | 37/46 kB Progress (2): 299/574 kB | 37/46 kB Progress (2): 303/574 kB | 37/46 kB Progress (2): 307/574 kB | 37/46 kB Progress (2): 307/574 kB | 41/46 kB Progress (2): 307/574 kB | 45/46 kB Progress (2): 307/574 kB | 46 kB Progress (2): 311/574 kB | 46 kB Progress (2): 315/574 kB | 46 kB Progress (2): 319/574 kB | 46 kB Progress (2): 323/574 kB | 46 kB Progress (2): 327/574 kB | 46 kB Progress (2): 331/574 kB | 46 kB Progress (2): 336/574 kB | 46 kB Progress (2): 340/574 kB | 46 kB Progress (2): 344/574 kB | 46 kB Progress (2): 348/574 kB | 46 kB Progress (2): 352/574 kB | 46 kB Progress (2): 356/574 kB | 46 kB Progress (2): 360/574 kB | 46 kB Progress (2): 364/574 kB | 46 kB Progress (2): 368/574 kB | 46 kB Progress (2): 372/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 Progress (2): 376/574 kB | 46 kB Progress (2): 381/574 kB | 46 kB Progress (2): 385/574 kB | 46 kB Progress (2): 389/574 kB | 46 kB Progress (2): 393/574 kB | 46 kB Progress (2): 397/574 kB | 46 kB Progress (2): 401/574 kB | 46 kB Progress (2): 405/574 kB | 46 kB Progress (2): 409/574 kB | 46 kB Progress (2): 413/574 kB | 46 kB Progress (2): 417/574 kB | 46 kB Progress (2): 422/574 kB | 46 kB Progress (2): 426/574 kB | 46 kB Progress (2): 430/574 kB | 46 kB Progress (2): 434/574 kB | 46 kB Progress (2): 438/574 kB | 46 kB Progress (2): 442/574 kB | 46 kB Progress (2): 446/574 kB | 46 kB Progress (2): 450/574 kB | 46 kB Progress (2): 454/574 kB | 46 kB Progress (2): 458/574 kB | 46 kB Progress (2): 463/574 kB | 46 kB Progress (2): 467/574 kB | 46 kB Progress (2): 471/574 kB | 46 kB 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 Progress (2): 475/574 kB | 46 kB Progress (2): 479/574 kB | 46 kB Progress (2): 483/574 kB | 46 kB Progress (2): 487/574 kB | 46 kB Progress (2): 491/574 kB | 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 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 39 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 470 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 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 Progress (1): 4.1/37 kB Progress (1): 7.8/37 kB Progress (1): 12/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): 37 kB 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 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 26 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.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 | 4.1/914 kB Progress (2): 16 kB | 7.8/914 kB Progress (2): 16 kB | 12/914 kB Progress (2): 16 kB | 12/914 kB Progress (3): 16 kB | 12/914 kB | 4.1/198 kB Progress (3): 16 kB | 12/914 kB | 7.8/198 kB Progress (3): 16 kB | 12/914 kB | 12/198 kB Progress (3): 16 kB | 12/914 kB | 16/198 kB Progress (3): 16 kB | 12/914 kB | 20/198 kB Progress (3): 16 kB | 12/914 kB | 20/198 kB Progress (3): 16 kB | 12/914 kB | 24/198 kB Progress (3): 16 kB | 12/914 kB | 28/198 kB Progress (3): 16 kB | 12/914 kB | 32/198 kB Progress (3): 16 kB | 12/914 kB | 37/198 kB Progress (3): 16 kB | 16/914 kB | 37/198 kB Progress (3): 16 kB | 20/914 kB | 37/198 kB Progress (3): 16 kB | 24/914 kB | 37/198 kB Progress (3): 16 kB | 28/914 kB | 37/198 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): 28/914 kB | 41/198 kB Progress (2): 28/914 kB | 45/198 kB Progress (2): 28/914 kB | 49/198 kB Progress (2): 28/914 kB | 53/198 kB Progress (2): 28/914 kB | 57/198 kB Progress (2): 28/914 kB | 61/198 kB Progress (2): 28/914 kB | 65/198 kB Progress (2): 28/914 kB | 66/198 kB Progress (2): 28/914 kB | 70/198 kB Progress (2): 28/914 kB | 74/198 kB Progress (2): 32/914 kB | 74/198 kB Progress (2): 32/914 kB | 78/198 kB Progress (2): 37/914 kB | 78/198 kB Progress (2): 37/914 kB | 82/198 kB Progress (2): 41/914 kB | 82/198 kB Progress (2): 45/914 kB | 82/198 kB Progress (2): 49/914 kB | 82/198 kB Progress (2): 53/914 kB | 82/198 kB Progress (2): 57/914 kB | 82/198 kB Progress (2): 61/914 kB | 82/198 kB Progress (2): 65/914 kB | 82/198 kB Progress (2): 69/914 kB | 82/198 kB Progress (2): 73/914 kB | 82/198 kB Progress (2): 77/914 kB | 82/198 kB Progress (2): 77/914 kB | 86/198 kB Progress (2): 77/914 kB | 90/198 kB Progress (2): 77/914 kB | 94/198 kB Progress (2): 77/914 kB | 98/198 kB Progress (2): 77/914 kB | 102/198 kB Progress (2): 77/914 kB | 106/198 kB Progress (2): 77/914 kB | 111/198 kB Progress (2): 77/914 kB | 115/198 kB Progress (2): 77/914 kB | 119/198 kB Progress (2): 82/914 kB | 119/198 kB Progress (2): 86/914 kB | 119/198 kB Progress (2): 90/914 kB | 119/198 kB Progress (2): 90/914 kB | 123/198 kB Progress (2): 94/914 kB | 123/198 kB Progress (2): 94/914 kB | 127/198 kB Progress (2): 98/914 kB | 127/198 kB Progress (2): 98/914 kB | 131/198 kB Progress (2): 102/914 kB | 131/198 kB Progress (2): 102/914 kB | 135/198 kB Progress (2): 106/914 kB | 135/198 kB Progress (2): 110/914 kB | 135/198 kB Progress (2): 110/914 kB | 139/198 kB Progress (2): 110/914 kB | 143/198 kB Progress (2): 110/914 kB | 147/198 kB Progress (2): 110/914 kB | 152/198 kB Progress (2): 114/914 kB | 152/198 kB Progress (2): 114/914 kB | 156/198 kB Progress (2): 118/914 kB | 156/198 kB Progress (2): 118/914 kB | 160/198 kB Progress (2): 118/914 kB | 164/198 kB Progress (2): 118/914 kB | 168/198 kB Progress (2): 118/914 kB | 172/198 kB Progress (2): 118/914 kB | 176/198 kB Progress (2): 118/914 kB | 180/198 kB Progress (2): 118/914 kB | 184/198 kB Progress (2): 123/914 kB | 184/198 kB Progress (2): 127/914 kB | 184/198 kB Progress (2): 127/914 kB | 188/198 kB Progress (2): 127/914 kB | 193/198 kB Progress (2): 127/914 kB | 197/198 kB Progress (2): 127/914 kB | 198 kB Progress (2): 131/914 kB | 198 kB Progress (2): 135/914 kB | 198 kB Progress (2): 139/914 kB | 198 kB Progress (2): 143/914 kB | 198 kB Progress (2): 147/914 kB | 198 kB Progress (2): 151/914 kB | 198 kB Progress (2): 155/914 kB | 198 kB Progress (2): 159/914 kB | 198 kB Progress (2): 164/914 kB | 198 kB Progress (2): 168/914 kB | 198 kB Progress (2): 172/914 kB | 198 kB Progress (2): 176/914 kB | 198 kB Progress (2): 180/914 kB | 198 kB Progress (2): 184/914 kB | 198 kB Progress (2): 188/914 kB | 198 kB Progress (2): 192/914 kB | 198 kB Progress (2): 196/914 kB | 198 kB Progress (2): 200/914 kB | 198 kB Progress (2): 204/914 kB | 198 kB Progress (2): 209/914 kB | 198 kB Progress (2): 213/914 kB | 198 kB Progress (3): 213/914 kB | 198 kB | 4.1/28 kB Progress (3): 217/914 kB | 198 kB | 4.1/28 kB Progress (3): 221/914 kB | 198 kB | 4.1/28 kB Progress (3): 221/914 kB | 198 kB | 7.8/28 kB Progress (3): 225/914 kB | 198 kB | 7.8/28 kB Progress (3): 225/914 kB | 198 kB | 12/28 kB Progress (3): 225/914 kB | 198 kB | 16/28 kB Progress (3): 225/914 kB | 198 kB | 20/28 kB Progress (3): 229/914 kB | 198 kB | 20/28 kB Progress (3): 229/914 kB | 198 kB | 21/28 kB Progress (3): 233/914 kB | 198 kB | 21/28 kB Progress (3): 233/914 kB | 198 kB | 25/28 kB Progress (3): 233/914 kB | 198 kB | 28 kB Progress (3): 237/914 kB | 198 kB | 28 kB Progress (3): 241/914 kB | 198 kB | 28 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 (3): 245/914 kB | 198 kB | 28 kB Progress (3): 250/914 kB | 198 kB | 28 kB Progress (3): 254/914 kB | 198 kB | 28 kB Progress (3): 258/914 kB | 198 kB | 28 kB Progress (3): 262/914 kB | 198 kB | 28 kB Progress (3): 266/914 kB | 198 kB | 28 kB Progress (3): 270/914 kB | 198 kB | 28 kB Progress (3): 274/914 kB | 198 kB | 28 kB Progress (3): 278/914 kB | 198 kB | 28 kB Progress (3): 282/914 kB | 198 kB | 28 kB Progress (4): 282/914 kB | 198 kB | 28 kB | 4.1/32 kB Progress (4): 282/914 kB | 198 kB | 28 kB | 7.8/32 kB Progress (4): 282/914 kB | 198 kB | 28 kB | 12/32 kB Progress (4): 282/914 kB | 198 kB | 28 kB | 16/32 kB Progress (4): 286/914 kB | 198 kB | 28 kB | 16/32 kB Progress (4): 286/914 kB | 198 kB | 28 kB | 20/32 kB Progress (4): 290/914 kB | 198 kB | 28 kB | 20/32 kB Progress (4): 295/914 kB | 198 kB | 28 kB | 20/32 kB Progress (4): 299/914 kB | 198 kB | 28 kB | 20/32 kB Progress (4): 303/914 kB | 198 kB | 28 kB | 20/32 kB Progress (4): 307/914 kB | 198 kB | 28 kB | 20/32 kB Progress (4): 307/914 kB | 198 kB | 28 kB | 24/32 kB Progress (4): 307/914 kB | 198 kB | 28 kB | 28/32 kB Progress (4): 307/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 311/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 315/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 319/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 323/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 327/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 331/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 336/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 340/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 344/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 348/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 352/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 356/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 360/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 364/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 368/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 372/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 376/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 381/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 385/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 389/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 393/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 397/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 401/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 405/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 409/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 413/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 417/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 422/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 426/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 430/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 434/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 438/914 kB | 198 kB | 28 kB | 32 kB Progress (4): 442/914 kB | 198 kB | 28 kB | 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 118 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): 446/914 kB | 28 kB | 32 kB Progress (3): 450/914 kB | 28 kB | 32 kB Progress (3): 454/914 kB | 28 kB | 32 kB Progress (3): 458/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): 491/914 kB | 28 kB | 32 kB Progress (3): 495/914 kB | 28 kB | 32 kB Progress (3): 499/914 kB | 28 kB | 32 kB Progress (3): 503/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): 536/914 kB | 28 kB | 32 kB Progress (3): 540/914 kB | 28 kB | 32 kB Progress (3): 544/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): 577/914 kB | 28 kB | 32 kB Progress (3): 581/914 kB | 28 kB | 32 kB Progress (3): 585/914 kB | 28 kB | 32 kB Progress (3): 589/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): 622/914 kB | 28 kB | 32 kB Progress (3): 626/914 kB | 28 kB | 32 kB Progress (3): 630/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 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): 655/914 kB | 28 kB Progress (2): 659/914 kB | 28 kB Progress (2): 663/914 kB | 28 kB Progress (2): 667/914 kB | 28 kB Progress (2): 671/914 kB | 28 kB Progress (2): 676/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 16 kB/s) Progress (1): 680/914 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.jar Progress (1): 684/914 kB Progress (1): 688/914 kB Progress (1): 692/914 kB Progress (1): 696/914 kB Progress (1): 700/914 kB Progress (1): 704/914 kB Progress (1): 708/914 kB Progress (1): 712/914 kB Progress (1): 716/914 kB Progress (1): 721/914 kB Progress (1): 725/914 kB Progress (1): 729/914 kB Progress (1): 733/914 kB Progress (1): 737/914 kB Progress (1): 741/914 kB Progress (1): 745/914 kB Progress (1): 749/914 kB Progress (1): 753/914 kB Progress (1): 757/914 kB Progress (1): 762/914 kB Progress (1): 766/914 kB Progress (1): 770/914 kB Progress (1): 774/914 kB Progress (1): 778/914 kB Progress (1): 782/914 kB Progress (1): 786/914 kB Progress (1): 790/914 kB Progress (1): 794/914 kB Progress (1): 798/914 kB Progress (1): 802/914 kB Progress (1): 807/914 kB Progress (1): 811/914 kB Progress (1): 815/914 kB Progress (1): 819/914 kB Progress (1): 823/914 kB Progress (1): 827/914 kB Progress (1): 831/914 kB Progress (1): 835/914 kB Progress (1): 839/914 kB Progress (1): 843/914 kB Progress (1): 848/914 kB Progress (1): 852/914 kB Progress (1): 856/914 kB Progress (1): 860/914 kB Progress (1): 864/914 kB Progress (1): 868/914 kB Progress (1): 872/914 kB Progress (1): 876/914 kB Progress (1): 880/914 kB Progress (1): 884/914 kB Progress (1): 888/914 kB Progress (1): 893/914 kB Progress (1): 897/914 kB Progress (1): 901/914 kB Progress (1): 905/914 kB Progress (1): 909/914 kB Progress (1): 913/914 kB Progress (1): 914 kB 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 | 4.1/17 kB Progress (2): 914 kB | 7.8/17 kB Progress (2): 914 kB | 12/17 kB Progress (2): 914 kB | 16/17 kB Progress (2): 914 kB | 17 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar 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 494 kB/s) 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.9 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): 4.1/428 kB Progress (1): 7.8/428 kB Progress (1): 7.9/428 kB Progress (1): 12/428 kB Progress (1): 16/428 kB Progress (1): 20/428 kB Progress (1): 24/428 kB Progress (1): 28/428 kB Progress (1): 32/428 kB Progress (1): 37/428 kB Progress (1): 41/428 kB Progress (1): 45/428 kB Progress (1): 49/428 kB Progress (1): 53/428 kB Progress (1): 57/428 kB Progress (1): 61/428 kB Progress (1): 65/428 kB Progress (1): 69/428 kB Progress (1): 73/428 kB Progress (2): 73/428 kB | 4.1/271 kB Progress (2): 73/428 kB | 7.8/271 kB Progress (2): 73/428 kB | 12/271 kB Progress (2): 73/428 kB | 16/271 kB Progress (2): 73/428 kB | 16/271 kB Progress (2): 73/428 kB | 20/271 kB Progress (2): 73/428 kB | 24/271 kB Progress (2): 73/428 kB | 28/271 kB Progress (2): 73/428 kB | 32/271 kB Progress (2): 77/428 kB | 32/271 kB Progress (2): 82/428 kB | 32/271 kB Progress (2): 86/428 kB | 32/271 kB Progress (2): 90/428 kB | 32/271 kB Progress (2): 94/428 kB | 32/271 kB Progress (2): 98/428 kB | 32/271 kB Progress (2): 102/428 kB | 32/271 kB Progress (2): 106/428 kB | 32/271 kB Progress (2): 110/428 kB | 32/271 kB Progress (2): 114/428 kB | 32/271 kB Progress (2): 114/428 kB | 37/271 kB Progress (2): 118/428 kB | 37/271 kB Progress (2): 123/428 kB | 37/271 kB Progress (2): 127/428 kB | 37/271 kB Progress (2): 131/428 kB | 37/271 kB Progress (2): 131/428 kB | 41/271 kB Progress (2): 135/428 kB | 41/271 kB Progress (2): 135/428 kB | 45/271 kB Progress (2): 139/428 kB | 45/271 kB Progress (2): 143/428 kB | 45/271 kB Progress (2): 147/428 kB | 45/271 kB Progress (2): 151/428 kB | 45/271 kB Progress (2): 155/428 kB | 45/271 kB Progress (2): 155/428 kB | 49/271 kB Progress (2): 159/428 kB | 49/271 kB Progress (2): 164/428 kB | 49/271 kB Progress (2): 168/428 kB | 49/271 kB Progress (2): 168/428 kB | 53/271 kB Progress (2): 172/428 kB | 53/271 kB Progress (2): 172/428 kB | 57/271 kB Progress (2): 172/428 kB | 61/271 kB Progress (2): 172/428 kB | 65/271 kB Progress (2): 172/428 kB | 69/271 kB Progress (2): 172/428 kB | 73/271 kB Progress (2): 172/428 kB | 77/271 kB Progress (2): 172/428 kB | 82/271 kB Progress (2): 176/428 kB | 82/271 kB Progress (2): 180/428 kB | 82/271 kB Progress (2): 184/428 kB | 82/271 kB Progress (2): 188/428 kB | 82/271 kB Progress (2): 192/428 kB | 82/271 kB Progress (2): 196/428 kB | 82/271 kB Progress (2): 200/428 kB | 82/271 kB Progress (2): 204/428 kB | 82/271 kB Progress (2): 209/428 kB | 82/271 kB Progress (2): 213/428 kB | 82/271 kB Progress (2): 217/428 kB | 82/271 kB Progress (2): 221/428 kB | 82/271 kB Progress (2): 221/428 kB | 86/271 kB Progress (2): 221/428 kB | 90/271 kB Progress (2): 221/428 kB | 94/271 kB Progress (2): 221/428 kB | 98/271 kB Progress (2): 225/428 kB | 98/271 kB Progress (2): 225/428 kB | 102/271 kB Progress (2): 229/428 kB | 102/271 kB Progress (2): 233/428 kB | 102/271 kB Progress (2): 237/428 kB | 102/271 kB Progress (2): 241/428 kB | 102/271 kB Progress (2): 245/428 kB | 102/271 kB Progress (2): 250/428 kB | 102/271 kB Progress (2): 254/428 kB | 102/271 kB Progress (2): 254/428 kB | 106/271 kB Progress (2): 254/428 kB | 110/271 kB Progress (2): 258/428 kB | 110/271 kB Progress (2): 262/428 kB | 110/271 kB Progress (2): 266/428 kB | 110/271 kB Progress (2): 270/428 kB | 110/271 kB Progress (2): 270/428 kB | 114/271 kB Progress (2): 274/428 kB | 114/271 kB Progress (2): 278/428 kB | 114/271 kB Progress (2): 282/428 kB | 114/271 kB Progress (2): 286/428 kB | 114/271 kB Progress (2): 286/428 kB | 118/271 kB Progress (2): 286/428 kB | 123/271 kB Progress (2): 286/428 kB | 127/271 kB Progress (2): 286/428 kB | 131/271 kB Progress (2): 286/428 kB | 135/271 kB Progress (2): 286/428 kB | 139/271 kB Progress (2): 286/428 kB | 143/271 kB Progress (2): 286/428 kB | 147/271 kB Progress (2): 286/428 kB | 151/271 kB Progress (2): 286/428 kB | 155/271 kB Progress (2): 286/428 kB | 159/271 kB Progress (2): 286/428 kB | 164/271 kB Progress (2): 286/428 kB | 168/271 kB Progress (2): 286/428 kB | 172/271 kB Progress (2): 286/428 kB | 176/271 kB Progress (2): 286/428 kB | 180/271 kB Progress (2): 286/428 kB | 184/271 kB Progress (2): 286/428 kB | 188/271 kB Progress (2): 286/428 kB | 192/271 kB Progress (2): 286/428 kB | 196/271 kB Progress (2): 290/428 kB | 196/271 kB Progress (2): 295/428 kB | 196/271 kB Progress (2): 299/428 kB | 196/271 kB Progress (2): 303/428 kB | 196/271 kB Progress (2): 307/428 kB | 196/271 kB Progress (2): 311/428 kB | 196/271 kB Progress (2): 315/428 kB | 196/271 kB Progress (2): 319/428 kB | 196/271 kB Progress (2): 323/428 kB | 196/271 kB Progress (2): 327/428 kB | 196/271 kB Progress (2): 331/428 kB | 196/271 kB Progress (2): 336/428 kB | 196/271 kB Progress (2): 340/428 kB | 196/271 kB Progress (2): 344/428 kB | 196/271 kB Progress (2): 348/428 kB | 196/271 kB Progress (2): 352/428 kB | 196/271 kB Progress (2): 356/428 kB | 196/271 kB Progress (2): 360/428 kB | 196/271 kB Progress (2): 364/428 kB | 196/271 kB Progress (2): 368/428 kB | 196/271 kB Progress (2): 368/428 kB | 200/271 kB Progress (2): 368/428 kB | 204/271 kB Progress (2): 372/428 kB | 204/271 kB Progress (2): 372/428 kB | 209/271 kB Progress (2): 376/428 kB | 209/271 kB Progress (2): 376/428 kB | 213/271 kB Progress (2): 381/428 kB | 213/271 kB Progress (2): 385/428 kB | 213/271 kB Progress (2): 385/428 kB | 217/271 kB Progress (2): 385/428 kB | 221/271 kB Progress (2): 385/428 kB | 225/271 kB Progress (2): 385/428 kB | 229/271 kB Progress (2): 389/428 kB | 229/271 kB Progress (2): 393/428 kB | 229/271 kB Progress (2): 393/428 kB | 233/271 kB Progress (2): 397/428 kB | 233/271 kB Progress (2): 401/428 kB | 233/271 kB Progress (2): 405/428 kB | 233/271 kB Progress (2): 405/428 kB | 237/271 kB Progress (2): 409/428 kB | 237/271 kB Progress (2): 409/428 kB | 241/271 kB Progress (2): 409/428 kB | 245/271 kB Progress (2): 413/428 kB | 245/271 kB Progress (2): 417/428 kB | 245/271 kB Progress (2): 422/428 kB | 245/271 kB Progress (2): 426/428 kB | 245/271 kB Progress (2): 428 kB | 245/271 kB Progress (2): 428 kB | 250/271 kB Progress (2): 428 kB | 254/271 kB Progress (2): 428 kB | 258/271 kB Progress (2): 428 kB | 262/271 kB Progress (2): 428 kB | 266/271 kB Progress (2): 428 kB | 270/271 kB Progress (2): 428 kB | 271 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 176 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 109 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/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/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/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.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 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/13 kB Progress (2): 4.1/13 kB | 4.1/216 kB Progress (3): 4.1/13 kB | 4.1/216 kB | 4.1/16 kB Progress (4): 4.1/13 kB | 4.1/216 kB | 4.1/16 kB | 4.1/28 kB Progress (4): 4.1/13 kB | 4.1/216 kB | 7.7/16 kB | 4.1/28 kB Progress (4): 4.1/13 kB | 7.7/216 kB | 7.7/16 kB | 4.1/28 kB Progress (4): 7.7/13 kB | 7.7/216 kB | 7.7/16 kB | 4.1/28 kB Progress (4): 7.7/13 kB | 7.7/216 kB | 12/16 kB | 4.1/28 kB Progress (4): 7.7/13 kB | 7.7/216 kB | 12/16 kB | 7.7/28 kB Progress (4): 7.7/13 kB | 7.7/216 kB | 16/16 kB | 7.7/28 kB Progress (4): 12/13 kB | 7.7/216 kB | 16/16 kB | 7.7/28 kB Progress (4): 12/13 kB | 7.7/216 kB | 16 kB | 7.7/28 kB Progress (4): 12/13 kB | 12/216 kB | 16 kB | 7.7/28 kB Progress (4): 13 kB | 12/216 kB | 16 kB | 7.7/28 kB Progress (4): 13 kB | 12/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 16/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 20/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 24/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 28/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 32/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 36/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 40/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 44/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 48/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 52/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 56/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 60/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 64/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 68/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 72/216 kB | 16 kB | 12/28 kB Progress (4): 13 kB | 72/216 kB | 16 kB | 16/28 kB Progress (4): 13 kB | 72/216 kB | 16 kB | 20/28 kB Progress (4): 13 kB | 72/216 kB | 16 kB | 24/28 kB Progress (4): 13 kB | 72/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 76/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 80/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 84/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 88/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 92/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 96/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 100/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 104/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 108/216 kB | 16 kB | 28 kB Progress (4): 13 kB | 112/216 kB | 16 kB | 28 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 92 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 (4): 112/216 kB | 16 kB | 28 kB | 4.1/163 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 183 kB/s) Progress (3): 116/216 kB | 16 kB | 4.1/163 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 104 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 (2): 120/216 kB | 4.1/163 kB 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 (2): 120/216 kB | 7.7/163 kB Progress (2): 124/216 kB | 7.7/163 kB Progress (2): 128/216 kB | 7.7/163 kB Progress (2): 128/216 kB | 12/163 kB Progress (2): 132/216 kB | 12/163 kB Progress (2): 132/216 kB | 16/163 kB Progress (3): 132/216 kB | 16/163 kB | 4.1/164 kB Progress (3): 136/216 kB | 16/163 kB | 4.1/164 kB Progress (3): 136/216 kB | 16/163 kB | 7.7/164 kB Progress (3): 140/216 kB | 16/163 kB | 7.7/164 kB Progress (3): 140/216 kB | 16/163 kB | 12/164 kB Progress (3): 140/216 kB | 16/163 kB | 16/164 kB Progress (3): 140/216 kB | 16/163 kB | 20/164 kB Progress (3): 140/216 kB | 16/163 kB | 24/164 kB Progress (3): 140/216 kB | 16/163 kB | 28/164 kB Progress (3): 140/216 kB | 16/163 kB | 32/164 kB Progress (3): 140/216 kB | 20/163 kB | 32/164 kB Progress (3): 140/216 kB | 24/163 kB | 32/164 kB Progress (3): 140/216 kB | 28/163 kB | 32/164 kB Progress (3): 140/216 kB | 32/163 kB | 32/164 kB Progress (3): 140/216 kB | 33/163 kB | 32/164 kB Progress (3): 140/216 kB | 37/163 kB | 32/164 kB Progress (3): 140/216 kB | 41/163 kB | 32/164 kB Progress (3): 140/216 kB | 45/163 kB | 32/164 kB Progress (3): 140/216 kB | 49/163 kB | 32/164 kB Progress (3): 140/216 kB | 53/163 kB | 32/164 kB Progress (3): 140/216 kB | 57/163 kB | 32/164 kB Progress (3): 140/216 kB | 57/163 kB | 33/164 kB Progress (3): 144/216 kB | 57/163 kB | 33/164 kB Progress (4): 144/216 kB | 57/163 kB | 33/164 kB | 4.1/32 kB Progress (4): 144/216 kB | 57/163 kB | 37/164 kB | 4.1/32 kB Progress (5): 144/216 kB | 57/163 kB | 37/164 kB | 4.1/32 kB | 4.1/10.0 kB Progress (5): 144/216 kB | 57/163 kB | 37/164 kB | 7.7/32 kB | 4.1/10.0 kB Progress (5): 144/216 kB | 57/163 kB | 41/164 kB | 7.7/32 kB | 4.1/10.0 kB Progress (5): 144/216 kB | 57/163 kB | 41/164 kB | 12/32 kB | 4.1/10.0 kB Progress (5): 144/216 kB | 57/163 kB | 41/164 kB | 16/32 kB | 4.1/10.0 kB Progress (5): 144/216 kB | 57/163 kB | 45/164 kB | 16/32 kB | 4.1/10.0 kB Progress (5): 144/216 kB | 57/163 kB | 45/164 kB | 20/32 kB | 4.1/10.0 kB Progress (5): 144/216 kB | 57/163 kB | 45/164 kB | 24/32 kB | 4.1/10.0 kB Progress (5): 148/216 kB | 57/163 kB | 45/164 kB | 24/32 kB | 4.1/10.0 kB Progress (5): 148/216 kB | 61/163 kB | 45/164 kB | 24/32 kB | 4.1/10.0 kB Progress (5): 152/216 kB | 61/163 kB | 45/164 kB | 24/32 kB | 4.1/10.0 kB Progress (5): 152/216 kB | 61/163 kB | 45/164 kB | 28/32 kB | 4.1/10.0 kB Progress (5): 152/216 kB | 61/163 kB | 49/164 kB | 28/32 kB | 4.1/10.0 kB Progress (5): 152/216 kB | 61/163 kB | 49/164 kB | 28/32 kB | 7.7/10.0 kB Progress (5): 152/216 kB | 61/163 kB | 49/164 kB | 32/32 kB | 7.7/10.0 kB Progress (5): 152/216 kB | 61/163 kB | 49/164 kB | 32 kB | 7.7/10.0 kB Progress (5): 156/216 kB | 61/163 kB | 49/164 kB | 32 kB | 7.7/10.0 kB Progress (5): 156/216 kB | 65/163 kB | 49/164 kB | 32 kB | 7.7/10.0 kB Progress (5): 156/216 kB | 66/163 kB | 49/164 kB | 32 kB | 7.7/10.0 kB Progress (5): 156/216 kB | 70/163 kB | 49/164 kB | 32 kB | 7.7/10.0 kB Progress (5): 160/216 kB | 70/163 kB | 49/164 kB | 32 kB | 7.7/10.0 kB Progress (5): 160/216 kB | 70/163 kB | 49/164 kB | 32 kB | 10.0 kB Progress (5): 160/216 kB | 70/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 164/216 kB | 70/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 164/216 kB | 74/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 168/216 kB | 74/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 168/216 kB | 78/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 172/216 kB | 78/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 176/216 kB | 78/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 180/216 kB | 78/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 184/216 kB | 78/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 188/216 kB | 78/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 192/216 kB | 78/163 kB | 53/164 kB | 32 kB | 10.0 kB Progress (5): 192/216 kB | 78/163 kB | 57/164 kB | 32 kB | 10.0 kB Progress (5): 196/216 kB | 78/163 kB | 57/164 kB | 32 kB | 10.0 kB Progress (5): 196/216 kB | 78/163 kB | 61/164 kB | 32 kB | 10.0 kB Progress (5): 196/216 kB | 78/163 kB | 65/164 kB | 32 kB | 10.0 kB Progress (5): 196/216 kB | 78/163 kB | 66/164 kB | 32 kB | 10.0 kB Progress (5): 196/216 kB | 78/163 kB | 70/164 kB | 32 kB | 10.0 kB Progress (5): 196/216 kB | 82/163 kB | 70/164 kB | 32 kB | 10.0 kB Progress (5): 196/216 kB | 82/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 196/216 kB | 86/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 196/216 kB | 90/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 200/216 kB | 90/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 200/216 kB | 94/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 200/216 kB | 98/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 200/216 kB | 98/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 204/216 kB | 98/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 208/216 kB | 98/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 208/216 kB | 102/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 208/216 kB | 106/163 kB | 74/164 kB | 32 kB | 10.0 kB Progress (5): 208/216 kB | 110/163 kB | 74/164 kB | 32 kB | 10.0 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 152 kB/s) Progress (4): 208/216 kB | 110/163 kB | 78/164 kB | 10.0 kB 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): 208/216 kB | 114/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 118/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 122/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 126/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 130/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 134/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 138/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 142/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 146/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 150/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 154/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 158/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 162/163 kB | 78/164 kB | 10.0 kB Progress (4): 208/216 kB | 163 kB | 78/164 kB | 10.0 kB Progress (4): 212/216 kB | 163 kB | 78/164 kB | 10.0 kB Progress (4): 216/216 kB | 163 kB | 78/164 kB | 10.0 kB Progress (4): 216 kB | 163 kB | 78/164 kB | 10.0 kB Progress (4): 216 kB | 163 kB | 82/164 kB | 10.0 kB Progress (5): 216 kB | 163 kB | 82/164 kB | 10.0 kB | 4.1/185 kB Progress (5): 216 kB | 163 kB | 86/164 kB | 10.0 kB | 4.1/185 kB Progress (5): 216 kB | 163 kB | 86/164 kB | 10.0 kB | 7.7/185 kB Progress (5): 216 kB | 163 kB | 86/164 kB | 10.0 kB | 12/185 kB Progress (5): 216 kB | 163 kB | 86/164 kB | 10.0 kB | 16/185 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.jar (163 kB at 685 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/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 42 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 | 90/164 kB | 16/185 kB Progress (3): 216 kB | 90/164 kB | 20/185 kB Progress (3): 216 kB | 94/164 kB | 20/185 kB Progress (3): 216 kB | 98/164 kB | 20/185 kB Progress (3): 216 kB | 102/164 kB | 20/185 kB Progress (3): 216 kB | 106/164 kB | 20/185 kB Progress (3): 216 kB | 110/164 kB | 20/185 kB Progress (3): 216 kB | 110/164 kB | 24/185 kB Progress (3): 216 kB | 110/164 kB | 28/185 kB Progress (3): 216 kB | 110/164 kB | 32/185 kB Progress (3): 216 kB | 110/164 kB | 33/185 kB Progress (3): 216 kB | 110/164 kB | 37/185 kB Progress (3): 216 kB | 110/164 kB | 41/185 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.jar (216 kB at 860 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (2): 114/164 kB | 41/185 kB Progress (2): 118/164 kB | 41/185 kB Progress (2): 122/164 kB | 41/185 kB Progress (2): 126/164 kB | 41/185 kB Progress (2): 130/164 kB | 41/185 kB Progress (3): 130/164 kB | 41/185 kB | 4.1/7.2 kB Progress (3): 130/164 kB | 41/185 kB | 7.2 kB Progress (3): 130/164 kB | 45/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) Progress (3): 134/164 kB | 45/185 kB | 7.2 kB Progress (3): 138/164 kB | 45/185 kB | 7.2 kB 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 (3): 138/164 kB | 49/185 kB | 7.2 kB Progress (3): 142/164 kB | 49/185 kB | 7.2 kB Progress (3): 146/164 kB | 49/185 kB | 7.2 kB Progress (3): 146/164 kB | 53/185 kB | 7.2 kB Progress (3): 146/164 kB | 57/185 kB | 7.2 kB Progress (3): 150/164 kB | 57/185 kB | 7.2 kB Progress (3): 154/164 kB | 57/185 kB | 7.2 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) 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 Progress (3): 154/164 kB | 61/185 kB | 7.2 kB Progress (3): 154/164 kB | 65/185 kB | 7.2 kB Progress (3): 154/164 kB | 66/185 kB | 7.2 kB Progress (3): 154/164 kB | 70/185 kB | 7.2 kB Progress (3): 154/164 kB | 74/185 kB | 7.2 kB Progress (3): 154/164 kB | 78/185 kB | 7.2 kB Progress (3): 154/164 kB | 82/185 kB | 7.2 kB Progress (3): 154/164 kB | 86/185 kB | 7.2 kB Progress (3): 154/164 kB | 90/185 kB | 7.2 kB Progress (4): 154/164 kB | 90/185 kB | 7.2 kB | 4.1/207 kB Progress (4): 158/164 kB | 90/185 kB | 7.2 kB | 4.1/207 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 26 kB/s) 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 (3): 162/164 kB | 90/185 kB | 4.1/207 kB Progress (3): 162/164 kB | 90/185 kB | 7.7/207 kB Progress (3): 164 kB | 90/185 kB | 7.7/207 kB Progress (3): 164 kB | 90/185 kB | 12/207 kB Progress (3): 164 kB | 90/185 kB | 16/207 kB Progress (3): 164 kB | 90/185 kB | 20/207 kB Progress (3): 164 kB | 90/185 kB | 24/207 kB Progress (3): 164 kB | 94/185 kB | 24/207 kB Progress (3): 164 kB | 94/185 kB | 28/207 kB Progress (3): 164 kB | 94/185 kB | 32/207 kB Progress (3): 164 kB | 98/185 kB | 32/207 kB Progress (4): 164 kB | 98/185 kB | 32/207 kB | 4.1/20 kB Progress (4): 164 kB | 98/185 kB | 32/207 kB | 4.1/20 kB Progress (4): 164 kB | 102/185 kB | 32/207 kB | 4.1/20 kB Progress (4): 164 kB | 102/185 kB | 32/207 kB | 7.7/20 kB Progress (4): 164 kB | 102/185 kB | 33/207 kB | 7.7/20 kB Progress (4): 164 kB | 106/185 kB | 33/207 kB | 7.7/20 kB Progress (4): 164 kB | 106/185 kB | 33/207 kB | 12/20 kB Progress (4): 164 kB | 110/185 kB | 33/207 kB | 12/20 kB Progress (4): 164 kB | 110/185 kB | 33/207 kB | 16/20 kB Progress (4): 164 kB | 110/185 kB | 37/207 kB | 16/20 kB Progress (4): 164 kB | 110/185 kB | 41/207 kB | 16/20 kB Progress (4): 164 kB | 114/185 kB | 41/207 kB | 16/20 kB Progress (4): 164 kB | 114/185 kB | 45/207 kB | 16/20 kB Progress (4): 164 kB | 114/185 kB | 45/207 kB | 20/20 kB Progress (4): 164 kB | 114/185 kB | 45/207 kB | 20 kB Progress (5): 164 kB | 114/185 kB | 45/207 kB | 20 kB | 4.1/11 kB Progress (5): 164 kB | 114/185 kB | 45/207 kB | 20 kB | 7.7/11 kB Progress (5): 164 kB | 118/185 kB | 45/207 kB | 20 kB | 7.7/11 kB Progress (5): 164 kB | 118/185 kB | 45/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 122/185 kB | 45/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 122/185 kB | 49/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 122/185 kB | 53/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 126/185 kB | 53/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 126/185 kB | 57/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 130/185 kB | 57/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 130/185 kB | 61/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 134/185 kB | 61/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 134/185 kB | 65/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 134/185 kB | 66/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 138/185 kB | 66/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 142/185 kB | 66/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 146/185 kB | 66/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 150/185 kB | 66/207 kB | 20 kB | 11 kB Progress (5): 164 kB | 154/185 kB | 66/207 kB | 20 kB | 11 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 506 kB/s) Progress (4): 154/185 kB | 70/207 kB | 20 kB | 11 kB 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 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 33 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): 158/185 kB | 70/207 kB | 20 kB Progress (3): 162/185 kB | 70/207 kB | 20 kB Progress (3): 166/185 kB | 70/207 kB | 20 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 61 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 Progress (2): 166/185 kB | 74/207 kB Progress (2): 166/185 kB | 78/207 kB Progress (2): 166/185 kB | 82/207 kB Progress (2): 166/185 kB | 86/207 kB Progress (2): 166/185 kB | 90/207 kB Progress (2): 166/185 kB | 94/207 kB Progress (2): 166/185 kB | 98/207 kB Progress (2): 170/185 kB | 98/207 kB Progress (2): 174/185 kB | 98/207 kB Progress (2): 178/185 kB | 98/207 kB Progress (2): 182/185 kB | 98/207 kB Progress (2): 185 kB | 98/207 kB Progress (3): 185 kB | 98/207 kB | 4.1/467 kB Progress (3): 185 kB | 98/207 kB | 7.7/467 kB Progress (3): 185 kB | 98/207 kB | 12/467 kB Progress (3): 185 kB | 98/207 kB | 16/467 kB Progress (3): 185 kB | 98/207 kB | 16/467 kB Progress (3): 185 kB | 102/207 kB | 16/467 kB Progress (4): 185 kB | 102/207 kB | 16/467 kB | 4.1/64 kB Progress (4): 185 kB | 102/207 kB | 16/467 kB | 7.7/64 kB Progress (4): 185 kB | 106/207 kB | 16/467 kB | 7.7/64 kB Progress (4): 185 kB | 110/207 kB | 16/467 kB | 7.7/64 kB Progress (4): 185 kB | 114/207 kB | 16/467 kB | 7.7/64 kB Progress (4): 185 kB | 114/207 kB | 20/467 kB | 7.7/64 kB Progress (4): 185 kB | 114/207 kB | 20/467 kB | 12/64 kB Progress (4): 185 kB | 114/207 kB | 20/467 kB | 16/64 kB Progress (4): 185 kB | 114/207 kB | 24/467 kB | 16/64 kB Progress (4): 185 kB | 114/207 kB | 24/467 kB | 20/64 kB Progress (5): 185 kB | 114/207 kB | 24/467 kB | 20/64 kB | 4.1/131 kB Progress (5): 185 kB | 118/207 kB | 24/467 kB | 20/64 kB | 4.1/131 kB Progress (5): 185 kB | 118/207 kB | 24/467 kB | 24/64 kB | 4.1/131 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 519 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 (4): 118/207 kB | 24/467 kB | 28/64 kB | 4.1/131 kB Progress (4): 118/207 kB | 24/467 kB | 32/64 kB | 4.1/131 kB Progress (4): 122/207 kB | 24/467 kB | 32/64 kB | 4.1/131 kB Progress (4): 122/207 kB | 24/467 kB | 32/64 kB | 7.7/131 kB Progress (4): 122/207 kB | 28/467 kB | 32/64 kB | 7.7/131 kB Progress (4): 122/207 kB | 28/467 kB | 32/64 kB | 12/131 kB Progress (4): 122/207 kB | 28/467 kB | 32/64 kB | 16/131 kB Progress (4): 126/207 kB | 28/467 kB | 32/64 kB | 16/131 kB Progress (4): 126/207 kB | 28/467 kB | 33/64 kB | 16/131 kB Progress (4): 130/207 kB | 28/467 kB | 33/64 kB | 16/131 kB Progress (4): 130/207 kB | 28/467 kB | 33/64 kB | 20/131 kB Progress (4): 130/207 kB | 32/467 kB | 33/64 kB | 20/131 kB Progress (4): 130/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 134/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 138/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 142/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 146/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 150/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 154/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 158/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 162/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 166/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 170/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 174/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 178/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 182/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 186/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 190/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 194/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 198/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 202/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 206/207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 207 kB | 32/467 kB | 33/64 kB | 24/131 kB Progress (4): 207 kB | 32/467 kB | 37/64 kB | 24/131 kB Progress (4): 207 kB | 32/467 kB | 37/64 kB | 28/131 kB Progress (4): 207 kB | 33/467 kB | 37/64 kB | 28/131 kB Progress (4): 207 kB | 33/467 kB | 37/64 kB | 32/131 kB Progress (4): 207 kB | 37/467 kB | 37/64 kB | 32/131 kB Progress (4): 207 kB | 37/467 kB | 37/64 kB | 33/131 kB Progress (4): 207 kB | 37/467 kB | 41/64 kB | 33/131 kB Progress (4): 207 kB | 41/467 kB | 41/64 kB | 33/131 kB Progress (4): 207 kB | 45/467 kB | 41/64 kB | 33/131 kB Progress (4): 207 kB | 45/467 kB | 45/64 kB | 33/131 kB Progress (4): 207 kB | 49/467 kB | 45/64 kB | 33/131 kB Progress (4): 207 kB | 49/467 kB | 49/64 kB | 33/131 kB Progress (4): 207 kB | 53/467 kB | 49/64 kB | 33/131 kB Progress (4): 207 kB | 57/467 kB | 49/64 kB | 33/131 kB Progress (4): 207 kB | 61/467 kB | 49/64 kB | 33/131 kB Progress (4): 207 kB | 65/467 kB | 49/64 kB | 33/131 kB Progress (4): 207 kB | 66/467 kB | 49/64 kB | 33/131 kB Progress (4): 207 kB | 70/467 kB | 49/64 kB | 33/131 kB Progress (4): 207 kB | 70/467 kB | 49/64 kB | 37/131 kB Progress (4): 207 kB | 74/467 kB | 49/64 kB | 37/131 kB Progress (4): 207 kB | 74/467 kB | 53/64 kB | 37/131 kB Progress (4): 207 kB | 74/467 kB | 57/64 kB | 37/131 kB Progress (4): 207 kB | 74/467 kB | 61/64 kB | 37/131 kB Progress (4): 207 kB | 74/467 kB | 64 kB | 37/131 kB Progress (4): 207 kB | 74/467 kB | 64 kB | 41/131 kB Progress (4): 207 kB | 78/467 kB | 64 kB | 41/131 kB Progress (4): 207 kB | 78/467 kB | 64 kB | 45/131 kB Progress (4): 207 kB | 82/467 kB | 64 kB | 45/131 kB Progress (4): 207 kB | 82/467 kB | 64 kB | 49/131 kB Progress (4): 207 kB | 82/467 kB | 64 kB | 53/131 kB Progress (4): 207 kB | 82/467 kB | 64 kB | 57/131 kB Progress (4): 207 kB | 82/467 kB | 64 kB | 61/131 kB Progress (4): 207 kB | 82/467 kB | 64 kB | 65/131 kB Progress (4): 207 kB | 82/467 kB | 64 kB | 66/131 kB Progress (4): 207 kB | 82/467 kB | 64 kB | 70/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 519 kB/s) Progress (4): 82/467 kB | 64 kB | 70/131 kB | 4.1/16 kB Progress (4): 82/467 kB | 64 kB | 70/131 kB | 7.7/16 kB Progress (4): 82/467 kB | 64 kB | 70/131 kB | 12/16 kB Progress (4): 82/467 kB | 64 kB | 70/131 kB | 16/16 kB Progress (4): 82/467 kB | 64 kB | 70/131 kB | 16 kB Progress (4): 86/467 kB | 64 kB | 70/131 kB | 16 kB Progress (4): 86/467 kB | 64 kB | 74/131 kB | 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 157 kB/s) Progress (3): 90/467 kB | 74/131 kB | 16 kB Progress (3): 94/467 kB | 74/131 kB | 16 kB 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 Progress (3): 98/467 kB | 74/131 kB | 16 kB 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): 98/467 kB | 78/131 kB | 16 kB Progress (3): 98/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 38 kB/s) Progress (2): 102/467 kB | 82/131 kB 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): 102/467 kB | 86/131 kB Progress (2): 102/467 kB | 90/131 kB Progress (2): 102/467 kB | 94/131 kB Progress (2): 102/467 kB | 98/131 kB Progress (2): 102/467 kB | 102/131 kB Progress (2): 102/467 kB | 106/131 kB Progress (2): 102/467 kB | 110/131 kB Progress (2): 102/467 kB | 114/131 kB Progress (2): 102/467 kB | 118/131 kB Progress (2): 102/467 kB | 122/131 kB Progress (2): 102/467 kB | 126/131 kB Progress (2): 102/467 kB | 130/131 kB Progress (2): 102/467 kB | 131 kB Progress (2): 106/467 kB | 131 kB Progress (2): 110/467 kB | 131 kB Progress (3): 110/467 kB | 131 kB | 4.1/6.3 kB Progress (3): 114/467 kB | 131 kB | 4.1/6.3 kB Progress (3): 114/467 kB | 131 kB | 6.3 kB Progress (3): 118/467 kB | 131 kB | 6.3 kB Progress (3): 122/467 kB | 131 kB | 6.3 kB Progress (4): 122/467 kB | 131 kB | 6.3 kB | 4.1/591 kB Progress (4): 126/467 kB | 131 kB | 6.3 kB | 4.1/591 kB Progress (4): 130/467 kB | 131 kB | 6.3 kB | 4.1/591 kB Progress (4): 134/467 kB | 131 kB | 6.3 kB | 4.1/591 kB Progress (4): 138/467 kB | 131 kB | 6.3 kB | 4.1/591 kB Progress (4): 142/467 kB | 131 kB | 6.3 kB | 4.1/591 kB Progress (4): 146/467 kB | 131 kB | 6.3 kB | 4.1/591 kB Progress (4): 146/467 kB | 131 kB | 6.3 kB | 7.7/591 kB Progress (4): 146/467 kB | 131 kB | 6.3 kB | 12/591 kB Progress (4): 146/467 kB | 131 kB | 6.3 kB | 16/591 kB Progress (4): 146/467 kB | 131 kB | 6.3 kB | 20/591 kB Progress (4): 146/467 kB | 131 kB | 6.3 kB | 24/591 kB Progress (4): 150/467 kB | 131 kB | 6.3 kB | 24/591 kB Progress (4): 150/467 kB | 131 kB | 6.3 kB | 28/591 kB Progress (4): 150/467 kB | 131 kB | 6.3 kB | 32/591 kB Progress (4): 154/467 kB | 131 kB | 6.3 kB | 32/591 kB Progress (4): 158/467 kB | 131 kB | 6.3 kB | 32/591 kB Progress (4): 162/467 kB | 131 kB | 6.3 kB | 32/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 32/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 33/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 37/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 41/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 45/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 49/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 53/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 57/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 61/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 65/591 kB Progress (4): 166/467 kB | 131 kB | 6.3 kB | 66/591 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 295 kB/s) 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 14 kB/s) Progress (2): 170/467 kB | 66/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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (2): 174/467 kB | 66/591 kB Progress (2): 178/467 kB | 66/591 kB Progress (2): 182/467 kB | 66/591 kB Progress (2): 186/467 kB | 66/591 kB Progress (2): 186/467 kB | 70/591 kB Progress (2): 186/467 kB | 74/591 kB Progress (2): 186/467 kB | 78/591 kB Progress (2): 186/467 kB | 82/591 kB Progress (3): 186/467 kB | 82/591 kB | 4.1/233 kB Progress (3): 186/467 kB | 82/591 kB | 7.7/233 kB Progress (3): 190/467 kB | 82/591 kB | 7.7/233 kB Progress (3): 190/467 kB | 86/591 kB | 7.7/233 kB Progress (4): 190/467 kB | 86/591 kB | 7.7/233 kB | 4.1/282 kB Progress (4): 190/467 kB | 86/591 kB | 12/233 kB | 4.1/282 kB Progress (4): 190/467 kB | 86/591 kB | 16/233 kB | 4.1/282 kB Progress (4): 190/467 kB | 86/591 kB | 20/233 kB | 4.1/282 kB Progress (4): 190/467 kB | 86/591 kB | 24/233 kB | 4.1/282 kB Progress (4): 190/467 kB | 86/591 kB | 24/233 kB | 7.7/282 kB Progress (4): 190/467 kB | 86/591 kB | 28/233 kB | 7.7/282 kB Progress (4): 190/467 kB | 86/591 kB | 32/233 kB | 7.7/282 kB Progress (4): 190/467 kB | 86/591 kB | 32/233 kB | 12/282 kB Progress (4): 190/467 kB | 86/591 kB | 32/233 kB | 16/282 kB Progress (4): 190/467 kB | 86/591 kB | 32/233 kB | 20/282 kB Progress (4): 190/467 kB | 86/591 kB | 32/233 kB | 24/282 kB Progress (4): 190/467 kB | 86/591 kB | 32/233 kB | 28/282 kB Progress (4): 190/467 kB | 86/591 kB | 32/233 kB | 32/282 kB Progress (4): 190/467 kB | 86/591 kB | 32/233 kB | 33/282 kB Progress (4): 194/467 kB | 86/591 kB | 32/233 kB | 33/282 kB Progress (4): 194/467 kB | 90/591 kB | 32/233 kB | 33/282 kB Progress (4): 194/467 kB | 90/591 kB | 32/233 kB | 37/282 kB Progress (4): 198/467 kB | 90/591 kB | 32/233 kB | 37/282 kB Progress (4): 198/467 kB | 90/591 kB | 33/233 kB | 37/282 kB Progress (4): 202/467 kB | 90/591 kB | 33/233 kB | 37/282 kB Progress (4): 202/467 kB | 90/591 kB | 37/233 kB | 37/282 kB Progress (4): 202/467 kB | 90/591 kB | 37/233 kB | 41/282 kB Progress (5): 202/467 kB | 90/591 kB | 37/233 kB | 41/282 kB | 2.5 kB Progress (5): 202/467 kB | 94/591 kB | 37/233 kB | 41/282 kB | 2.5 kB Progress (5): 202/467 kB | 98/591 kB | 37/233 kB | 41/282 kB | 2.5 kB Progress (5): 206/467 kB | 98/591 kB | 37/233 kB | 41/282 kB | 2.5 kB Progress (5): 206/467 kB | 98/591 kB | 41/233 kB | 41/282 kB | 2.5 kB Progress (5): 206/467 kB | 98/591 kB | 45/233 kB | 41/282 kB | 2.5 kB Progress (5): 210/467 kB | 98/591 kB | 45/233 kB | 41/282 kB | 2.5 kB Progress (5): 210/467 kB | 98/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 98/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 102/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 106/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 110/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 114/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 118/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 122/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 126/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 130/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 134/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 138/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 142/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Progress (5): 214/467 kB | 146/591 kB | 45/233 kB | 45/282 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.1 kB/s) 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): 218/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 222/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 226/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 230/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 234/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 238/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 242/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 246/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 250/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 254/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 258/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 262/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 266/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 270/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 274/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 278/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 282/467 kB | 146/591 kB | 45/233 kB | 45/282 kB Progress (4): 282/467 kB | 146/591 kB | 45/233 kB | 49/282 kB Progress (4): 286/467 kB | 146/591 kB | 45/233 kB | 49/282 kB Progress (4): 290/467 kB | 146/591 kB | 45/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 45/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 49/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 53/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 57/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 61/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 65/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 66/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 70/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 74/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 78/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 82/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 86/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 90/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 94/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 98/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 102/233 kB | 49/282 kB Progress (4): 294/467 kB | 146/591 kB | 106/233 kB | 49/282 kB Progress (4): 298/467 kB | 146/591 kB | 106/233 kB | 49/282 kB Progress (4): 298/467 kB | 146/591 kB | 106/233 kB | 53/282 kB Progress (4): 302/467 kB | 146/591 kB | 106/233 kB | 53/282 kB Progress (4): 302/467 kB | 150/591 kB | 106/233 kB | 53/282 kB Progress (4): 302/467 kB | 154/591 kB | 106/233 kB | 53/282 kB Progress (4): 306/467 kB | 154/591 kB | 106/233 kB | 53/282 kB Progress (4): 306/467 kB | 158/591 kB | 106/233 kB | 53/282 kB Progress (4): 306/467 kB | 158/591 kB | 106/233 kB | 57/282 kB Progress (4): 310/467 kB | 158/591 kB | 106/233 kB | 57/282 kB Progress (5): 310/467 kB | 158/591 kB | 106/233 kB | 57/282 kB | 4.1/121 kB Progress (5): 310/467 kB | 158/591 kB | 106/233 kB | 61/282 kB | 4.1/121 kB Progress (5): 310/467 kB | 158/591 kB | 106/233 kB | 61/282 kB | 7.7/121 kB Progress (5): 314/467 kB | 158/591 kB | 106/233 kB | 61/282 kB | 7.7/121 kB Progress (5): 314/467 kB | 162/591 kB | 106/233 kB | 61/282 kB | 7.7/121 kB Progress (5): 314/467 kB | 162/591 kB | 110/233 kB | 61/282 kB | 7.7/121 kB Progress (5): 318/467 kB | 162/591 kB | 110/233 kB | 61/282 kB | 7.7/121 kB Progress (5): 322/467 kB | 162/591 kB | 110/233 kB | 61/282 kB | 7.7/121 kB Progress (5): 322/467 kB | 162/591 kB | 110/233 kB | 61/282 kB | 12/121 kB Progress (5): 322/467 kB | 162/591 kB | 110/233 kB | 65/282 kB | 12/121 kB Progress (5): 322/467 kB | 162/591 kB | 110/233 kB | 65/282 kB | 16/121 kB Progress (5): 326/467 kB | 162/591 kB | 110/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 162/591 kB | 110/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 162/591 kB | 114/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 162/591 kB | 118/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 162/591 kB | 122/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 162/591 kB | 126/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 162/591 kB | 130/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 162/591 kB | 134/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 162/591 kB | 138/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 162/591 kB | 142/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 166/591 kB | 142/233 kB | 65/282 kB | 16/121 kB Progress (5): 330/467 kB | 166/591 kB | 146/233 kB | 65/282 kB | 16/121 kB Progress (5): 334/467 kB | 166/591 kB | 146/233 kB | 65/282 kB | 16/121 kB Progress (5): 334/467 kB | 166/591 kB | 146/233 kB | 65/282 kB | 20/121 kB Progress (5): 334/467 kB | 166/591 kB | 146/233 kB | 66/282 kB | 20/121 kB Progress (5): 334/467 kB | 166/591 kB | 150/233 kB | 66/282 kB | 20/121 kB Progress (5): 334/467 kB | 166/591 kB | 154/233 kB | 66/282 kB | 20/121 kB Progress (5): 338/467 kB | 166/591 kB | 154/233 kB | 66/282 kB | 20/121 kB Progress (5): 338/467 kB | 166/591 kB | 154/233 kB | 66/282 kB | 24/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 24/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 28/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 32/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 33/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 37/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 41/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 45/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 49/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 53/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 57/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 61/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 65/121 kB Progress (5): 338/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 66/121 kB Progress (5): 342/467 kB | 170/591 kB | 154/233 kB | 66/282 kB | 66/121 kB Progress (5): 342/467 kB | 170/591 kB | 158/233 kB | 66/282 kB | 66/121 kB Progress (5): 342/467 kB | 170/591 kB | 158/233 kB | 70/282 kB | 66/121 kB Progress (5): 342/467 kB | 170/591 kB | 162/233 kB | 70/282 kB | 66/121 kB Progress (5): 346/467 kB | 170/591 kB | 162/233 kB | 70/282 kB | 66/121 kB Progress (5): 346/467 kB | 170/591 kB | 162/233 kB | 70/282 kB | 70/121 kB Progress (5): 346/467 kB | 174/591 kB | 162/233 kB | 70/282 kB | 70/121 kB Progress (5): 346/467 kB | 178/591 kB | 162/233 kB | 70/282 kB | 70/121 kB Progress (5): 350/467 kB | 178/591 kB | 162/233 kB | 70/282 kB | 70/121 kB Progress (5): 354/467 kB | 178/591 kB | 162/233 kB | 70/282 kB | 70/121 kB Progress (5): 358/467 kB | 178/591 kB | 162/233 kB | 70/282 kB | 70/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 70/282 kB | 70/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 70/282 kB | 74/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 70/282 kB | 78/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 70/282 kB | 82/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 70/282 kB | 86/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 70/282 kB | 90/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 74/282 kB | 90/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 74/282 kB | 94/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 74/282 kB | 98/121 kB Progress (5): 358/467 kB | 178/591 kB | 166/233 kB | 74/282 kB | 98/121 kB Progress (5): 362/467 kB | 178/591 kB | 166/233 kB | 74/282 kB | 98/121 kB Progress (5): 362/467 kB | 178/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 366/467 kB | 178/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 370/467 kB | 178/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 370/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 374/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 378/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 382/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 386/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 390/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 394/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 398/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 402/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 406/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 410/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 414/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 102/121 kB Progress (5): 414/467 kB | 182/591 kB | 166/233 kB | 74/282 kB | 106/121 kB Progress (5): 414/467 kB | 182/591 kB | 170/233 kB | 74/282 kB | 106/121 kB Progress (5): 414/467 kB | 182/591 kB | 170/233 kB | 78/282 kB | 106/121 kB Progress (5): 414/467 kB | 182/591 kB | 170/233 kB | 82/282 kB | 106/121 kB Progress (5): 414/467 kB | 182/591 kB | 170/233 kB | 82/282 kB | 110/121 kB Progress (5): 414/467 kB | 182/591 kB | 170/233 kB | 86/282 kB | 110/121 kB Progress (5): 418/467 kB | 182/591 kB | 170/233 kB | 86/282 kB | 110/121 kB Progress (5): 418/467 kB | 186/591 kB | 170/233 kB | 86/282 kB | 110/121 kB Progress (5): 418/467 kB | 186/591 kB | 170/233 kB | 90/282 kB | 110/121 kB Progress (5): 418/467 kB | 186/591 kB | 170/233 kB | 90/282 kB | 114/121 kB Progress (5): 418/467 kB | 186/591 kB | 174/233 kB | 90/282 kB | 114/121 kB Progress (5): 418/467 kB | 186/591 kB | 174/233 kB | 90/282 kB | 118/121 kB Progress (5): 418/467 kB | 186/591 kB | 174/233 kB | 94/282 kB | 118/121 kB Progress (5): 418/467 kB | 190/591 kB | 174/233 kB | 94/282 kB | 118/121 kB Progress (5): 422/467 kB | 190/591 kB | 174/233 kB | 94/282 kB | 118/121 kB Progress (5): 422/467 kB | 194/591 kB | 174/233 kB | 94/282 kB | 118/121 kB Progress (5): 422/467 kB | 194/591 kB | 174/233 kB | 98/282 kB | 118/121 kB Progress (5): 422/467 kB | 194/591 kB | 174/233 kB | 98/282 kB | 121 kB Progress (5): 422/467 kB | 198/591 kB | 174/233 kB | 98/282 kB | 121 kB Progress (5): 422/467 kB | 198/591 kB | 178/233 kB | 98/282 kB | 121 kB Progress (5): 422/467 kB | 202/591 kB | 178/233 kB | 98/282 kB | 121 kB Progress (5): 422/467 kB | 202/591 kB | 178/233 kB | 98/282 kB | 121 kB Progress (5): 426/467 kB | 202/591 kB | 178/233 kB | 98/282 kB | 121 kB Progress (5): 426/467 kB | 202/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 426/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 430/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 434/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 438/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 442/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 446/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 450/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 454/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 458/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 462/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 466/467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 467 kB | 206/591 kB | 178/233 kB | 102/282 kB | 121 kB Progress (5): 467 kB | 206/591 kB | 182/233 kB | 102/282 kB | 121 kB Progress (5): 467 kB | 210/591 kB | 182/233 kB | 102/282 kB | 121 kB Progress (5): 467 kB | 210/591 kB | 182/233 kB | 106/282 kB | 121 kB Progress (5): 467 kB | 210/591 kB | 186/233 kB | 106/282 kB | 121 kB Progress (5): 467 kB | 210/591 kB | 186/233 kB | 110/282 kB | 121 kB Progress (5): 467 kB | 210/591 kB | 190/233 kB | 110/282 kB | 121 kB Progress (5): 467 kB | 210/591 kB | 190/233 kB | 114/282 kB | 121 kB Progress (5): 467 kB | 214/591 kB | 190/233 kB | 114/282 kB | 121 kB Progress (5): 467 kB | 218/591 kB | 190/233 kB | 114/282 kB | 121 kB Progress (5): 467 kB | 218/591 kB | 194/233 kB | 114/282 kB | 121 kB Progress (5): 467 kB | 218/591 kB | 194/233 kB | 118/282 kB | 121 kB Progress (5): 467 kB | 222/591 kB | 194/233 kB | 118/282 kB | 121 kB Progress (5): 467 kB | 226/591 kB | 194/233 kB | 118/282 kB | 121 kB Progress (5): 467 kB | 230/591 kB | 194/233 kB | 118/282 kB | 121 kB Progress (5): 467 kB | 234/591 kB | 194/233 kB | 118/282 kB | 121 kB Progress (5): 467 kB | 234/591 kB | 198/233 kB | 118/282 kB | 121 kB Progress (5): 467 kB | 234/591 kB | 198/233 kB | 122/282 kB | 121 kB Progress (5): 467 kB | 234/591 kB | 202/233 kB | 122/282 kB | 121 kB Progress (5): 467 kB | 238/591 kB | 202/233 kB | 122/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 202/233 kB | 122/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 122/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 126/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 130/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 131/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 135/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 139/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 143/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 147/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 151/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 155/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 159/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 163/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 167/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 171/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 175/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 179/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 183/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 206/233 kB | 187/282 kB | 121 kB Progress (5): 467 kB | 242/591 kB | 210/233 kB | 187/282 kB | 121 kB Progress (5): 467 kB | 246/591 kB | 210/233 kB | 187/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 210/233 kB | 187/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 214/233 kB | 187/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 218/233 kB | 187/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 218/233 kB | 191/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 218/233 kB | 195/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 218/233 kB | 199/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 218/233 kB | 203/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 218/233 kB | 207/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 218/233 kB | 211/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 218/233 kB | 215/282 kB | 121 kB Progress (5): 467 kB | 250/591 kB | 218/233 kB | 219/282 kB | 121 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 752 kB/s) Progress (4): 250/591 kB | 218/233 kB | 223/282 kB | 121 kB Progress (4): 250/591 kB | 218/233 kB | 227/282 kB | 121 kB Progress (4): 250/591 kB | 218/233 kB | 231/282 kB | 121 kB Progress (4): 250/591 kB | 218/233 kB | 235/282 kB | 121 kB Progress (4): 250/591 kB | 218/233 kB | 239/282 kB | 121 kB Progress (4): 250/591 kB | 222/233 kB | 239/282 kB | 121 kB Progress (4): 254/591 kB | 222/233 kB | 239/282 kB | 121 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.jar (121 kB at 194 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 (3): 258/591 kB | 222/233 kB | 239/282 kB Progress (3): 262/591 kB | 222/233 kB | 239/282 kB Progress (3): 266/591 kB | 222/233 kB | 239/282 kB Progress (3): 266/591 kB | 226/233 kB | 239/282 kB Progress (3): 266/591 kB | 226/233 kB | 243/282 kB Progress (3): 266/591 kB | 230/233 kB | 243/282 kB 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 Progress (3): 266/591 kB | 233 kB | 243/282 kB Progress (3): 266/591 kB | 233 kB | 247/282 kB Progress (3): 270/591 kB | 233 kB | 247/282 kB Progress (3): 274/591 kB | 233 kB | 247/282 kB Progress (3): 278/591 kB | 233 kB | 247/282 kB Progress (3): 282/591 kB | 233 kB | 247/282 kB Progress (3): 286/591 kB | 233 kB | 247/282 kB Progress (3): 290/591 kB | 233 kB | 247/282 kB Progress (3): 294/591 kB | 233 kB | 247/282 kB Progress (3): 298/591 kB | 233 kB | 247/282 kB Progress (3): 302/591 kB | 233 kB | 247/282 kB Progress (3): 306/591 kB | 233 kB | 247/282 kB Progress (3): 310/591 kB | 233 kB | 247/282 kB Progress (3): 314/591 kB | 233 kB | 247/282 kB Progress (3): 318/591 kB | 233 kB | 247/282 kB Progress (3): 322/591 kB | 233 kB | 247/282 kB Progress (3): 326/591 kB | 233 kB | 247/282 kB Progress (3): 330/591 kB | 233 kB | 247/282 kB Progress (3): 334/591 kB | 233 kB | 247/282 kB Progress (3): 338/591 kB | 233 kB | 247/282 kB Progress (3): 338/591 kB | 233 kB | 251/282 kB Progress (3): 342/591 kB | 233 kB | 251/282 kB Progress (3): 346/591 kB | 233 kB | 251/282 kB Progress (3): 346/591 kB | 233 kB | 255/282 kB Progress (3): 346/591 kB | 233 kB | 259/282 kB Progress (3): 346/591 kB | 233 kB | 263/282 kB Progress (3): 346/591 kB | 233 kB | 267/282 kB Progress (4): 346/591 kB | 233 kB | 267/282 kB | 4.1/50 kB Progress (4): 346/591 kB | 233 kB | 267/282 kB | 7.7/50 kB Progress (4): 346/591 kB | 233 kB | 267/282 kB | 12/50 kB Progress (5): 346/591 kB | 233 kB | 267/282 kB | 12/50 kB | 4.1/27 kB Progress (5): 346/591 kB | 233 kB | 267/282 kB | 12/50 kB | 7.7/27 kB Progress (5): 346/591 kB | 233 kB | 267/282 kB | 12/50 kB | 12/27 kB Progress (5): 346/591 kB | 233 kB | 267/282 kB | 12/50 kB | 16/27 kB Progress (5): 346/591 kB | 233 kB | 267/282 kB | 12/50 kB | 20/27 kB Progress (5): 346/591 kB | 233 kB | 267/282 kB | 12/50 kB | 24/27 kB Progress (5): 346/591 kB | 233 kB | 267/282 kB | 12/50 kB | 27 kB Progress (5): 350/591 kB | 233 kB | 267/282 kB | 12/50 kB | 27 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 354 kB/s) Progress (4): 350/591 kB | 267/282 kB | 16/50 kB | 27 kB Progress (4): 350/591 kB | 271/282 kB | 16/50 kB | 27 kB Progress (4): 350/591 kB | 275/282 kB | 16/50 kB | 27 kB Progress (4): 350/591 kB | 275/282 kB | 20/50 kB | 27 kB Progress (4): 350/591 kB | 275/282 kB | 24/50 kB | 27 kB Progress (4): 350/591 kB | 275/282 kB | 28/50 kB | 27 kB Progress (4): 350/591 kB | 275/282 kB | 32/50 kB | 27 kB 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): 354/591 kB | 275/282 kB | 32/50 kB | 27 kB Progress (4): 354/591 kB | 275/282 kB | 36/50 kB | 27 kB Progress (4): 354/591 kB | 275/282 kB | 40/50 kB | 27 kB Progress (4): 354/591 kB | 279/282 kB | 40/50 kB | 27 kB Progress (4): 358/591 kB | 279/282 kB | 40/50 kB | 27 kB Progress (4): 358/591 kB | 279/282 kB | 44/50 kB | 27 kB Progress (4): 358/591 kB | 282 kB | 44/50 kB | 27 kB Progress (4): 358/591 kB | 282 kB | 48/50 kB | 27 kB Progress (4): 362/591 kB | 282 kB | 48/50 kB | 27 kB Progress (4): 362/591 kB | 282 kB | 50 kB | 27 kB Progress (4): 366/591 kB | 282 kB | 50 kB | 27 kB Progress (4): 370/591 kB | 282 kB | 50 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 40 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): 374/591 kB | 282 kB | 50 kB Progress (3): 378/591 kB | 282 kB | 50 kB Progress (3): 382/591 kB | 282 kB | 50 kB Progress (3): 386/591 kB | 282 kB | 50 kB Progress (3): 390/591 kB | 282 kB | 50 kB Progress (3): 394/591 kB | 282 kB | 50 kB Progress (3): 398/591 kB | 282 kB | 50 kB Progress (3): 402/591 kB | 282 kB | 50 kB Progress (3): 406/591 kB | 282 kB | 50 kB Progress (3): 410/591 kB | 282 kB | 50 kB Progress (3): 414/591 kB | 282 kB | 50 kB Progress (3): 418/591 kB | 282 kB | 50 kB Progress (3): 422/591 kB | 282 kB | 50 kB Progress (3): 426/591 kB | 282 kB | 50 kB Progress (3): 430/591 kB | 282 kB | 50 kB Progress (3): 434/591 kB | 282 kB | 50 kB Progress (3): 438/591 kB | 282 kB | 50 kB Progress (3): 442/591 kB | 282 kB | 50 kB Progress (3): 446/591 kB | 282 kB | 50 kB Progress (3): 450/591 kB | 282 kB | 50 kB Progress (3): 454/591 kB | 282 kB | 50 kB Progress (3): 458/591 kB | 282 kB | 50 kB Progress (3): 462/591 kB | 282 kB | 50 kB Progress (3): 466/591 kB | 282 kB | 50 kB Progress (3): 470/591 kB | 282 kB | 50 kB Progress (3): 474/591 kB | 282 kB | 50 kB Progress (3): 478/591 kB | 282 kB | 50 kB Progress (3): 482/591 kB | 282 kB | 50 kB Progress (3): 486/591 kB | 282 kB | 50 kB Progress (3): 490/591 kB | 282 kB | 50 kB Progress (3): 494/591 kB | 282 kB | 50 kB Progress (3): 498/591 kB | 282 kB | 50 kB Progress (3): 502/591 kB | 282 kB | 50 kB Progress (3): 506/591 kB | 282 kB | 50 kB Progress (3): 510/591 kB | 282 kB | 50 kB Progress (3): 514/591 kB | 282 kB | 50 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 4.1/232 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 7.7/232 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 12/232 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 16/232 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 20/232 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 24/232 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 28/232 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 32/232 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 33/232 kB Progress (4): 514/591 kB | 282 kB | 50 kB | 37/232 kB Progress (4): 518/591 kB | 282 kB | 50 kB | 37/232 kB Progress (4): 522/591 kB | 282 kB | 50 kB | 37/232 kB Progress (4): 522/591 kB | 282 kB | 50 kB | 41/232 kB Progress (4): 526/591 kB | 282 kB | 50 kB | 41/232 kB Progress (4): 530/591 kB | 282 kB | 50 kB | 41/232 kB Progress (4): 534/591 kB | 282 kB | 50 kB | 41/232 kB Progress (4): 538/591 kB | 282 kB | 50 kB | 41/232 kB Progress (4): 542/591 kB | 282 kB | 50 kB | 41/232 kB Progress (4): 546/591 kB | 282 kB | 50 kB | 41/232 kB Progress (4): 550/591 kB | 282 kB | 50 kB | 41/232 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 400 kB/s) Progress (3): 554/591 kB | 50 kB | 41/232 kB Progress (3): 558/591 kB | 50 kB | 41/232 kB Progress (3): 562/591 kB | 50 kB | 41/232 kB Progress (3): 566/591 kB | 50 kB | 41/232 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 71 kB/s) Progress (2): 570/591 kB | 41/232 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 (2): 574/591 kB | 41/232 kB Progress (2): 578/591 kB | 41/232 kB Progress (2): 582/591 kB | 41/232 kB Progress (2): 586/591 kB | 41/232 kB Progress (2): 590/591 kB | 41/232 kB Progress (2): 591 kB | 41/232 kB Progress (3): 591 kB | 41/232 kB | 4.1/90 kB Progress (3): 591 kB | 41/232 kB | 7.7/90 kB Progress (3): 591 kB | 41/232 kB | 12/90 kB Progress (3): 591 kB | 41/232 kB | 16/90 kB Progress (3): 591 kB | 41/232 kB | 20/90 kB Progress (3): 591 kB | 41/232 kB | 24/90 kB Progress (3): 591 kB | 41/232 kB | 28/90 kB Progress (3): 591 kB | 41/232 kB | 32/90 kB Progress (3): 591 kB | 41/232 kB | 33/90 kB Progress (3): 591 kB | 41/232 kB | 37/90 kB Progress (3): 591 kB | 41/232 kB | 41/90 kB Progress (3): 591 kB | 41/232 kB | 45/90 kB Progress (3): 591 kB | 41/232 kB | 49/90 kB Progress (3): 591 kB | 41/232 kB | 53/90 kB Progress (3): 591 kB | 41/232 kB | 57/90 kB Progress (3): 591 kB | 41/232 kB | 61/90 kB Progress (3): 591 kB | 41/232 kB | 65/90 kB Progress (3): 591 kB | 41/232 kB | 66/90 kB Progress (3): 591 kB | 41/232 kB | 70/90 kB Progress (3): 591 kB | 41/232 kB | 74/90 kB Progress (3): 591 kB | 41/232 kB | 78/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 797 kB/s) Progress (2): 41/232 kB | 82/90 kB Progress (2): 41/232 kB | 86/90 kB Progress (2): 41/232 kB | 90/90 kB Progress (2): 41/232 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 118 kB/s) Progress (1): 45/232 kB Progress (1): 49/232 kB Progress (1): 53/232 kB Progress (1): 57/232 kB Progress (1): 61/232 kB Progress (1): 65/232 kB Progress (1): 66/232 kB Progress (1): 70/232 kB Progress (1): 74/232 kB Progress (2): 74/232 kB | 4.1/60 kB Progress (2): 78/232 kB | 4.1/60 kB Progress (2): 78/232 kB | 7.7/60 kB Progress (2): 82/232 kB | 7.7/60 kB Progress (2): 82/232 kB | 12/60 kB Progress (2): 82/232 kB | 16/60 kB Progress (2): 82/232 kB | 20/60 kB Progress (2): 86/232 kB | 20/60 kB Progress (2): 86/232 kB | 24/60 kB Progress (2): 90/232 kB | 24/60 kB Progress (2): 90/232 kB | 28/60 kB Progress (2): 94/232 kB | 28/60 kB Progress (2): 94/232 kB | 32/60 kB Progress (2): 98/232 kB | 32/60 kB Progress (2): 98/232 kB | 33/60 kB Progress (2): 98/232 kB | 33/60 kB Progress (2): 98/232 kB | 37/60 kB Progress (2): 102/232 kB | 37/60 kB Progress (2): 102/232 kB | 41/60 kB Progress (2): 106/232 kB | 41/60 kB Progress (2): 106/232 kB | 45/60 kB Progress (2): 110/232 kB | 45/60 kB Progress (2): 114/232 kB | 45/60 kB Progress (2): 118/232 kB | 45/60 kB Progress (2): 122/232 kB | 45/60 kB Progress (2): 126/232 kB | 45/60 kB Progress (2): 130/232 kB | 45/60 kB Progress (2): 130/232 kB | 49/60 kB Progress (2): 130/232 kB | 53/60 kB Progress (2): 130/232 kB | 57/60 kB Progress (2): 130/232 kB | 60 kB Progress (2): 134/232 kB | 60 kB Progress (2): 138/232 kB | 60 kB Progress (2): 142/232 kB | 60 kB Progress (2): 146/232 kB | 60 kB Progress (2): 150/232 kB | 60 kB Progress (2): 154/232 kB | 60 kB Progress (2): 158/232 kB | 60 kB Progress (2): 162/232 kB | 60 kB Progress (2): 166/232 kB | 60 kB Progress (2): 170/232 kB | 60 kB Progress (2): 174/232 kB | 60 kB Progress (2): 178/232 kB | 60 kB Progress (2): 182/232 kB | 60 kB Progress (2): 186/232 kB | 60 kB Progress (2): 190/232 kB | 60 kB Progress (2): 194/232 kB | 60 kB Progress (2): 198/232 kB | 60 kB Progress (2): 202/232 kB | 60 kB Progress (2): 206/232 kB | 60 kB Progress (2): 210/232 kB | 60 kB Progress (2): 214/232 kB | 60 kB Progress (2): 218/232 kB | 60 kB Progress (2): 222/232 kB | 60 kB Progress (2): 226/232 kB | 60 kB Progress (2): 230/232 kB | 60 kB Progress (2): 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 65 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 232 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 9.6 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 159 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 272 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.4 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 419 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 435 kB/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 155 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 379 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): 36/40 kB Progress (1): 40/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.2 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): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 1.2 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 190 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): 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 93 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 9.8 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 36 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 387 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 28 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/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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Progress (2): 5.8 kB | 4.1/5.6 kB Progress (2): 5.8 kB | 5.6 kB Progress (3): 5.8 kB | 5.6 kB | 4.1/52 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 154 kB/s) Progress (2): 5.6 kB | 7.7/52 kB Progress (2): 5.6 kB | 12/52 kB Progress (2): 5.6 kB | 16/52 kB Progress (2): 5.6 kB | 20/52 kB Progress (2): 5.6 kB | 24/52 kB Progress (2): 5.6 kB | 28/52 kB Progress (2): 5.6 kB | 32/52 kB Progress (2): 5.6 kB | 36/52 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.jar (5.6 kB at 131 kB/s) Progress (1): 40/52 kB Progress (1): 44/52 kB Progress (1): 48/52 kB Progress (1): 52/52 kB Progress (1): 52 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.jar (52 kB at 659 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/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 166 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 13 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 83 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 17 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 136 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 805 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): 33/65 kB Progress (1): 37/65 kB Progress (1): 41/65 kB Progress (1): 45/65 kB Progress (1): 49/65 kB Progress (1): 53/65 kB Progress (1): 57/65 kB Progress (1): 61/65 kB Progress (1): 65/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.8 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 39 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 50 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 242 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 182 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 997 kB/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 506 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 7.5 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 170 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 149 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 24 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 413 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-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/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 Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar 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 (1): 3.8/45 kB Progress (2): 3.8/45 kB | 4.1/245 kB Progress (2): 3.8/45 kB | 7.8/245 kB Progress (2): 3.8/45 kB | 12/245 kB Progress (2): 3.8/45 kB | 16/245 kB Progress (2): 3.8/45 kB | 20/245 kB Progress (2): 3.8/45 kB | 20/245 kB Progress (2): 3.8/45 kB | 24/245 kB Progress (2): 3.8/45 kB | 28/245 kB Progress (2): 3.8/45 kB | 32/245 kB Progress (2): 3.8/45 kB | 37/245 kB Progress (2): 7.9/45 kB | 37/245 kB Progress (2): 12/45 kB | 37/245 kB Progress (2): 16/45 kB | 37/245 kB Progress (2): 20/45 kB | 37/245 kB Progress (2): 24/45 kB | 37/245 kB Progress (2): 28/45 kB | 37/245 kB Progress (2): 32/45 kB | 37/245 kB Progress (2): 32/45 kB | 41/245 kB Progress (2): 32/45 kB | 45/245 kB Progress (2): 32/45 kB | 49/245 kB Progress (2): 32/45 kB | 53/245 kB Progress (2): 32/45 kB | 57/245 kB Progress (2): 32/45 kB | 61/245 kB Progress (2): 32/45 kB | 65/245 kB Progress (2): 32/45 kB | 66/245 kB Progress (2): 32/45 kB | 70/245 kB Progress (2): 32/45 kB | 74/245 kB Progress (2): 32/45 kB | 78/245 kB Progress (2): 32/45 kB | 82/245 kB Progress (2): 37/45 kB | 82/245 kB Progress (2): 41/45 kB | 82/245 kB Progress (2): 45/45 kB | 82/245 kB Progress (2): 45 kB | 82/245 kB Progress (2): 45 kB | 86/245 kB Progress (2): 45 kB | 90/245 kB Progress (2): 45 kB | 94/245 kB Progress (2): 45 kB | 98/245 kB Progress (2): 45 kB | 102/245 kB Progress (2): 45 kB | 106/245 kB Progress (2): 45 kB | 111/245 kB Progress (2): 45 kB | 115/245 kB Progress (2): 45 kB | 119/245 kB Progress (2): 45 kB | 123/245 kB Progress (2): 45 kB | 127/245 kB Progress (2): 45 kB | 131/245 kB Progress (2): 45 kB | 135/245 kB Progress (2): 45 kB | 139/245 kB Progress (2): 45 kB | 143/245 kB Progress (2): 45 kB | 147/245 kB Progress (2): 45 kB | 152/245 kB Progress (2): 45 kB | 156/245 kB Progress (2): 45 kB | 160/245 kB Progress (2): 45 kB | 164/245 kB Progress (2): 45 kB | 168/245 kB Progress (2): 45 kB | 172/245 kB Progress (2): 45 kB | 176/245 kB Progress (2): 45 kB | 180/245 kB Progress (2): 45 kB | 184/245 kB Progress (2): 45 kB | 188/245 kB Progress (2): 45 kB | 193/245 kB Progress (2): 45 kB | 197/245 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 Progress (2): 45 kB | 201/245 kB Progress (2): 45 kB | 205/245 kB Progress (2): 45 kB | 209/245 kB Progress (2): 45 kB | 213/245 kB Progress (2): 45 kB | 217/245 kB Progress (2): 45 kB | 221/245 kB Progress (2): 45 kB | 225/245 kB Progress (2): 45 kB | 229/245 kB Progress (2): 45 kB | 233/245 kB Progress (2): 45 kB | 238/245 kB Progress (2): 45 kB | 242/245 kB Progress (2): 45 kB | 245 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 36 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 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 Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.jar (245 kB at 184 kB/s) 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 Progress (1): 4.1/134 kB Progress (1): 7.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): 45/134 kB Progress (1): 49/134 kB Progress (1): 53/134 kB Progress (1): 57/134 kB Progress (1): 61/134 kB Progress (1): 62/134 kB Progress (1): 66/134 kB Progress (1): 70/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 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): 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 80 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-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 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-model/3.0/maven-model-3.0.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 (1): 28/52 kB Progress (1): 32/52 kB Progress (1): 36/52 kB Progress (1): 40/52 kB Progress (1): 44/52 kB Progress (1): 48/52 kB Progress (1): 52/52 kB Progress (1): 52 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 927 kB/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 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/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 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-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (1): 4.1/527 kB Progress (1): 7.7/527 kB Progress (2): 7.7/527 kB | 4.1/49 kB Progress (3): 7.7/527 kB | 4.1/49 kB | 4.1/47 kB Progress (3): 12/527 kB | 4.1/49 kB | 4.1/47 kB Progress (3): 12/527 kB | 7.7/49 kB | 4.1/47 kB Progress (3): 16/527 kB | 7.7/49 kB | 4.1/47 kB Progress (4): 16/527 kB | 7.7/49 kB | 4.1/47 kB | 4.1/165 kB Progress (4): 16/527 kB | 12/49 kB | 4.1/47 kB | 4.1/165 kB Progress (4): 16/527 kB | 16/49 kB | 4.1/47 kB | 4.1/165 kB Progress (4): 16/527 kB | 16/49 kB | 7.7/47 kB | 4.1/165 kB Progress (4): 16/527 kB | 20/49 kB | 7.7/47 kB | 4.1/165 kB Progress (4): 16/527 kB | 20/49 kB | 7.7/47 kB | 7.7/165 kB Progress (4): 16/527 kB | 20/49 kB | 12/47 kB | 7.7/165 kB Progress (4): 20/527 kB | 20/49 kB | 12/47 kB | 7.7/165 kB Progress (4): 20/527 kB | 20/49 kB | 12/47 kB | 12/165 kB Progress (4): 24/527 kB | 20/49 kB | 12/47 kB | 12/165 kB Progress (4): 28/527 kB | 20/49 kB | 12/47 kB | 12/165 kB Progress (4): 32/527 kB | 20/49 kB | 12/47 kB | 12/165 kB Progress (4): 33/527 kB | 20/49 kB | 12/47 kB | 12/165 kB Progress (4): 37/527 kB | 20/49 kB | 12/47 kB | 12/165 kB Progress (4): 37/527 kB | 20/49 kB | 16/47 kB | 12/165 kB Progress (4): 37/527 kB | 20/49 kB | 20/47 kB | 12/165 kB Progress (4): 37/527 kB | 24/49 kB | 20/47 kB | 12/165 kB Progress (4): 41/527 kB | 24/49 kB | 20/47 kB | 12/165 kB Progress (4): 41/527 kB | 28/49 kB | 20/47 kB | 12/165 kB Progress (4): 41/527 kB | 28/49 kB | 24/47 kB | 12/165 kB Progress (4): 41/527 kB | 28/49 kB | 24/47 kB | 16/165 kB Progress (4): 41/527 kB | 32/49 kB | 24/47 kB | 16/165 kB Progress (4): 45/527 kB | 32/49 kB | 24/47 kB | 16/165 kB Progress (4): 49/527 kB | 32/49 kB | 24/47 kB | 16/165 kB Progress (4): 49/527 kB | 36/49 kB | 24/47 kB | 16/165 kB Progress (4): 53/527 kB | 36/49 kB | 24/47 kB | 16/165 kB Progress (4): 53/527 kB | 36/49 kB | 28/47 kB | 16/165 kB Progress (4): 53/527 kB | 36/49 kB | 32/47 kB | 16/165 kB Progress (4): 53/527 kB | 36/49 kB | 36/47 kB | 16/165 kB Progress (4): 53/527 kB | 36/49 kB | 40/47 kB | 16/165 kB Progress (4): 57/527 kB | 36/49 kB | 40/47 kB | 16/165 kB Progress (4): 57/527 kB | 40/49 kB | 40/47 kB | 16/165 kB Progress (4): 57/527 kB | 40/49 kB | 44/47 kB | 16/165 kB Progress (4): 57/527 kB | 40/49 kB | 44/47 kB | 20/165 kB Progress (4): 57/527 kB | 40/49 kB | 44/47 kB | 24/165 kB Progress (5): 57/527 kB | 40/49 kB | 44/47 kB | 24/165 kB | 4.1/38 kB Progress (5): 57/527 kB | 40/49 kB | 44/47 kB | 24/165 kB | 7.7/38 kB Progress (5): 57/527 kB | 40/49 kB | 47 kB | 24/165 kB | 7.7/38 kB Progress (5): 57/527 kB | 44/49 kB | 47 kB | 24/165 kB | 7.7/38 kB Progress (5): 57/527 kB | 48/49 kB | 47 kB | 24/165 kB | 7.7/38 kB Progress (5): 61/527 kB | 48/49 kB | 47 kB | 24/165 kB | 7.7/38 kB Progress (5): 61/527 kB | 49 kB | 47 kB | 24/165 kB | 7.7/38 kB Progress (5): 61/527 kB | 49 kB | 47 kB | 24/165 kB | 12/38 kB Progress (5): 61/527 kB | 49 kB | 47 kB | 28/165 kB | 12/38 kB Progress (5): 61/527 kB | 49 kB | 47 kB | 28/165 kB | 16/38 kB Progress (5): 65/527 kB | 49 kB | 47 kB | 28/165 kB | 16/38 kB Progress (5): 65/527 kB | 49 kB | 47 kB | 32/165 kB | 16/38 kB Progress (5): 66/527 kB | 49 kB | 47 kB | 32/165 kB | 16/38 kB Progress (5): 66/527 kB | 49 kB | 47 kB | 32/165 kB | 20/38 kB Progress (5): 66/527 kB | 49 kB | 47 kB | 32/165 kB | 24/38 kB Progress (5): 66/527 kB | 49 kB | 47 kB | 32/165 kB | 28/38 kB Progress (5): 66/527 kB | 49 kB | 47 kB | 32/165 kB | 32/38 kB Progress (5): 66/527 kB | 49 kB | 47 kB | 36/165 kB | 32/38 kB Progress (5): 66/527 kB | 49 kB | 47 kB | 36/165 kB | 36/38 kB Progress (5): 70/527 kB | 49 kB | 47 kB | 36/165 kB | 36/38 kB Progress (5): 70/527 kB | 49 kB | 47 kB | 36/165 kB | 38 kB Progress (5): 74/527 kB | 49 kB | 47 kB | 36/165 kB | 38 kB Progress (5): 74/527 kB | 49 kB | 47 kB | 40/165 kB | 38 kB Progress (5): 78/527 kB | 49 kB | 47 kB | 40/165 kB | 38 kB Progress (5): 78/527 kB | 49 kB | 47 kB | 44/165 kB | 38 kB Progress (5): 82/527 kB | 49 kB | 47 kB | 44/165 kB | 38 kB Progress (5): 82/527 kB | 49 kB | 47 kB | 48/165 kB | 38 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 309 kB/s) Progress (4): 86/527 kB | 49 kB | 48/165 kB | 38 kB Progress (4): 86/527 kB | 49 kB | 52/165 kB | 38 kB Progress (4): 90/527 kB | 49 kB | 52/165 kB | 38 kB 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 (4): 94/527 kB | 49 kB | 52/165 kB | 38 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 310 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 (3): 94/527 kB | 56/165 kB | 38 kB Progress (3): 94/527 kB | 60/165 kB | 38 kB Progress (3): 94/527 kB | 64/165 kB | 38 kB Progress (3): 94/527 kB | 68/165 kB | 38 kB Progress (3): 94/527 kB | 72/165 kB | 38 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 236 kB/s) 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 (2): 98/527 kB | 72/165 kB Progress (2): 98/527 kB | 76/165 kB Progress (2): 98/527 kB | 76/165 kB Progress (2): 98/527 kB | 80/165 kB Progress (2): 102/527 kB | 80/165 kB Progress (2): 102/527 kB | 84/165 kB Progress (2): 102/527 kB | 88/165 kB Progress (2): 102/527 kB | 92/165 kB Progress (2): 102/527 kB | 96/165 kB Progress (2): 102/527 kB | 100/165 kB Progress (2): 106/527 kB | 100/165 kB Progress (2): 106/527 kB | 104/165 kB Progress (2): 106/527 kB | 108/165 kB Progress (2): 106/527 kB | 112/165 kB Progress (2): 110/527 kB | 112/165 kB Progress (2): 114/527 kB | 112/165 kB Progress (2): 114/527 kB | 116/165 kB Progress (2): 118/527 kB | 116/165 kB Progress (2): 122/527 kB | 116/165 kB Progress (2): 122/527 kB | 120/165 kB Progress (3): 122/527 kB | 120/165 kB | 4.1/148 kB Progress (3): 126/527 kB | 120/165 kB | 4.1/148 kB Progress (3): 126/527 kB | 124/165 kB | 4.1/148 kB Progress (3): 126/527 kB | 124/165 kB | 7.7/148 kB Progress (3): 126/527 kB | 128/165 kB | 7.7/148 kB Progress (3): 126/527 kB | 128/165 kB | 12/148 kB Progress (3): 130/527 kB | 128/165 kB | 12/148 kB Progress (3): 130/527 kB | 128/165 kB | 16/148 kB Progress (3): 130/527 kB | 132/165 kB | 16/148 kB Progress (3): 130/527 kB | 136/165 kB | 16/148 kB Progress (3): 130/527 kB | 136/165 kB | 20/148 kB Progress (3): 130/527 kB | 136/165 kB | 24/148 kB Progress (3): 131/527 kB | 136/165 kB | 24/148 kB Progress (3): 135/527 kB | 136/165 kB | 24/148 kB Progress (3): 139/527 kB | 136/165 kB | 24/148 kB Progress (3): 139/527 kB | 140/165 kB | 24/148 kB Progress (3): 143/527 kB | 140/165 kB | 24/148 kB Progress (4): 143/527 kB | 140/165 kB | 24/148 kB | 4.1/30 kB Progress (4): 143/527 kB | 140/165 kB | 28/148 kB | 4.1/30 kB Progress (4): 147/527 kB | 140/165 kB | 28/148 kB | 4.1/30 kB Progress (5): 147/527 kB | 140/165 kB | 28/148 kB | 4.1/30 kB | 4.1/51 kB Progress (5): 147/527 kB | 144/165 kB | 28/148 kB | 4.1/30 kB | 4.1/51 kB Progress (5): 151/527 kB | 144/165 kB | 28/148 kB | 4.1/30 kB | 4.1/51 kB Progress (5): 155/527 kB | 144/165 kB | 28/148 kB | 4.1/30 kB | 4.1/51 kB Progress (5): 155/527 kB | 144/165 kB | 28/148 kB | 4.1/30 kB | 7.7/51 kB Progress (5): 159/527 kB | 144/165 kB | 28/148 kB | 4.1/30 kB | 7.7/51 kB Progress (5): 163/527 kB | 144/165 kB | 28/148 kB | 4.1/30 kB | 7.7/51 kB Progress (5): 163/527 kB | 144/165 kB | 28/148 kB | 7.7/30 kB | 7.7/51 kB Progress (5): 163/527 kB | 144/165 kB | 32/148 kB | 7.7/30 kB | 7.7/51 kB Progress (5): 164/527 kB | 144/165 kB | 32/148 kB | 7.7/30 kB | 7.7/51 kB Progress (5): 164/527 kB | 144/165 kB | 32/148 kB | 7.7/30 kB | 12/51 kB Progress (5): 164/527 kB | 144/165 kB | 33/148 kB | 7.7/30 kB | 12/51 kB Progress (5): 164/527 kB | 148/165 kB | 33/148 kB | 7.7/30 kB | 12/51 kB Progress (5): 164/527 kB | 152/165 kB | 33/148 kB | 7.7/30 kB | 12/51 kB Progress (5): 164/527 kB | 156/165 kB | 33/148 kB | 7.7/30 kB | 12/51 kB Progress (5): 164/527 kB | 160/165 kB | 33/148 kB | 7.7/30 kB | 12/51 kB Progress (5): 164/527 kB | 164/165 kB | 33/148 kB | 7.7/30 kB | 12/51 kB Progress (5): 164/527 kB | 165 kB | 33/148 kB | 7.7/30 kB | 12/51 kB Progress (5): 164/527 kB | 165 kB | 33/148 kB | 7.7/30 kB | 16/51 kB Progress (5): 168/527 kB | 165 kB | 33/148 kB | 7.7/30 kB | 16/51 kB Progress (5): 168/527 kB | 165 kB | 33/148 kB | 12/30 kB | 16/51 kB Progress (5): 172/527 kB | 165 kB | 33/148 kB | 12/30 kB | 16/51 kB Progress (5): 172/527 kB | 165 kB | 33/148 kB | 12/30 kB | 20/51 kB Progress (5): 172/527 kB | 165 kB | 37/148 kB | 12/30 kB | 20/51 kB Progress (5): 172/527 kB | 165 kB | 37/148 kB | 12/30 kB | 24/51 kB Progress (5): 172/527 kB | 165 kB | 37/148 kB | 16/30 kB | 24/51 kB Progress (5): 172/527 kB | 165 kB | 37/148 kB | 16/30 kB | 28/51 kB Progress (5): 172/527 kB | 165 kB | 37/148 kB | 16/30 kB | 32/51 kB Progress (5): 172/527 kB | 165 kB | 41/148 kB | 16/30 kB | 32/51 kB Progress (5): 172/527 kB | 165 kB | 41/148 kB | 16/30 kB | 36/51 kB Progress (5): 176/527 kB | 165 kB | 41/148 kB | 16/30 kB | 36/51 kB Progress (5): 176/527 kB | 165 kB | 41/148 kB | 16/30 kB | 40/51 kB Progress (5): 176/527 kB | 165 kB | 45/148 kB | 16/30 kB | 40/51 kB Progress (5): 176/527 kB | 165 kB | 45/148 kB | 20/30 kB | 40/51 kB Progress (5): 176/527 kB | 165 kB | 49/148 kB | 20/30 kB | 40/51 kB Progress (5): 176/527 kB | 165 kB | 49/148 kB | 20/30 kB | 44/51 kB Progress (5): 176/527 kB | 165 kB | 49/148 kB | 20/30 kB | 48/51 kB Progress (5): 176/527 kB | 165 kB | 49/148 kB | 20/30 kB | 51 kB Progress (5): 180/527 kB | 165 kB | 49/148 kB | 20/30 kB | 51 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 784 kB/s) Progress (4): 184/527 kB | 49/148 kB | 20/30 kB | 51 kB 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 (4): 184/527 kB | 53/148 kB | 20/30 kB | 51 kB Progress (4): 184/527 kB | 53/148 kB | 24/30 kB | 51 kB Progress (4): 184/527 kB | 57/148 kB | 24/30 kB | 51 kB Progress (4): 188/527 kB | 57/148 kB | 24/30 kB | 51 kB Progress (4): 188/527 kB | 61/148 kB | 24/30 kB | 51 kB Progress (4): 188/527 kB | 65/148 kB | 24/30 kB | 51 kB Progress (4): 188/527 kB | 66/148 kB | 24/30 kB | 51 kB Progress (4): 188/527 kB | 66/148 kB | 28/30 kB | 51 kB Progress (4): 188/527 kB | 70/148 kB | 28/30 kB | 51 kB Progress (4): 188/527 kB | 70/148 kB | 30 kB | 51 kB Progress (4): 192/527 kB | 70/148 kB | 30 kB | 51 kB Progress (4): 192/527 kB | 74/148 kB | 30 kB | 51 kB Progress (4): 196/527 kB | 74/148 kB | 30 kB | 51 kB Progress (4): 196/527 kB | 78/148 kB | 30 kB | 51 kB Progress (4): 196/527 kB | 82/148 kB | 30 kB | 51 kB Progress (4): 200/527 kB | 82/148 kB | 30 kB | 51 kB Progress (4): 204/527 kB | 82/148 kB | 30 kB | 51 kB Progress (4): 204/527 kB | 86/148 kB | 30 kB | 51 kB Progress (4): 204/527 kB | 90/148 kB | 30 kB | 51 kB Progress (4): 208/527 kB | 90/148 kB | 30 kB | 51 kB Progress (4): 212/527 kB | 90/148 kB | 30 kB | 51 kB Progress (4): 212/527 kB | 94/148 kB | 30 kB | 51 kB Progress (4): 212/527 kB | 98/148 kB | 30 kB | 51 kB Progress (4): 216/527 kB | 98/148 kB | 30 kB | 51 kB Progress (4): 216/527 kB | 98/148 kB | 30 kB | 51 kB Progress (4): 220/527 kB | 98/148 kB | 30 kB | 51 kB Progress (4): 220/527 kB | 102/148 kB | 30 kB | 51 kB Progress (4): 224/527 kB | 102/148 kB | 30 kB | 51 kB Progress (4): 224/527 kB | 106/148 kB | 30 kB | 51 kB Progress (4): 228/527 kB | 106/148 kB | 30 kB | 51 kB Progress (4): 228/527 kB | 110/148 kB | 30 kB | 51 kB Progress (4): 232/527 kB | 110/148 kB | 30 kB | 51 kB Progress (4): 232/527 kB | 114/148 kB | 30 kB | 51 kB Progress (4): 236/527 kB | 114/148 kB | 30 kB | 51 kB Progress (4): 236/527 kB | 118/148 kB | 30 kB | 51 kB Progress (4): 240/527 kB | 118/148 kB | 30 kB | 51 kB Progress (4): 240/527 kB | 122/148 kB | 30 kB | 51 kB Progress (4): 244/527 kB | 122/148 kB | 30 kB | 51 kB Progress (4): 244/527 kB | 126/148 kB | 30 kB | 51 kB Progress (4): 248/527 kB | 126/148 kB | 30 kB | 51 kB Progress (4): 248/527 kB | 130/148 kB | 30 kB | 51 kB Progress (4): 252/527 kB | 130/148 kB | 30 kB | 51 kB Progress (4): 252/527 kB | 134/148 kB | 30 kB | 51 kB Progress (4): 256/527 kB | 134/148 kB | 30 kB | 51 kB Progress (4): 256/527 kB | 138/148 kB | 30 kB | 51 kB Progress (4): 260/527 kB | 138/148 kB | 30 kB | 51 kB Progress (4): 260/527 kB | 142/148 kB | 30 kB | 51 kB Progress (4): 264/527 kB | 142/148 kB | 30 kB | 51 kB Progress (4): 264/527 kB | 146/148 kB | 30 kB | 51 kB Progress (4): 268/527 kB | 146/148 kB | 30 kB | 51 kB Progress (4): 268/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 272/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 276/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 280/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 284/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 288/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 292/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 296/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 300/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 304/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 308/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 312/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 316/527 kB | 148 kB | 30 kB | 51 kB Progress (4): 320/527 kB | 148 kB | 30 kB | 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 131 kB/s) Progress (4): 320/527 kB | 148 kB | 51 kB | 4.1/106 kB Progress (4): 324/527 kB | 148 kB | 51 kB | 4.1/106 kB Progress (4): 324/527 kB | 148 kB | 51 kB | 7.7/106 kB Progress (4): 328/527 kB | 148 kB | 51 kB | 7.7/106 kB Progress (4): 332/527 kB | 148 kB | 51 kB | 7.7/106 kB Progress (4): 336/527 kB | 148 kB | 51 kB | 7.7/106 kB 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 (4): 340/527 kB | 148 kB | 51 kB | 7.7/106 kB Progress (4): 340/527 kB | 148 kB | 51 kB | 12/106 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 224 kB/s) Progress (3): 344/527 kB | 148 kB | 12/106 kB Progress (3): 348/527 kB | 148 kB | 12/106 kB Progress (3): 352/527 kB | 148 kB | 12/106 kB Progress (3): 356/527 kB | 148 kB | 12/106 kB Progress (3): 360/527 kB | 148 kB | 12/106 kB Progress (3): 364/527 kB | 148 kB | 12/106 kB Progress (3): 368/527 kB | 148 kB | 12/106 kB Progress (3): 372/527 kB | 148 kB | 12/106 kB Progress (3): 376/527 kB | 148 kB | 12/106 kB Progress (3): 376/527 kB | 148 kB | 16/106 kB Progress (3): 380/527 kB | 148 kB | 16/106 kB Progress (3): 384/527 kB | 148 kB | 16/106 kB Progress (3): 384/527 kB | 148 kB | 20/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 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 619 kB/s) 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): 384/527 kB | 20/106 kB | 4.1/14 kB Progress (3): 384/527 kB | 20/106 kB | 7.7/14 kB Progress (3): 384/527 kB | 20/106 kB | 12/14 kB Progress (3): 384/527 kB | 20/106 kB | 14 kB Progress (3): 384/527 kB | 24/106 kB | 14 kB Progress (3): 388/527 kB | 24/106 kB | 14 kB Progress (3): 388/527 kB | 28/106 kB | 14 kB Progress (3): 388/527 kB | 32/106 kB | 14 kB Progress (3): 392/527 kB | 32/106 kB | 14 kB Progress (3): 392/527 kB | 33/106 kB | 14 kB Progress (3): 392/527 kB | 37/106 kB | 14 kB Progress (3): 392/527 kB | 41/106 kB | 14 kB Progress (3): 392/527 kB | 45/106 kB | 14 kB Progress (3): 392/527 kB | 49/106 kB | 14 kB Progress (4): 392/527 kB | 49/106 kB | 14 kB | 4.1/108 kB Progress (4): 392/527 kB | 49/106 kB | 14 kB | 7.7/108 kB Progress (4): 392/527 kB | 49/106 kB | 14 kB | 12/108 kB Progress (4): 392/527 kB | 49/106 kB | 14 kB | 16/108 kB Progress (4): 392/527 kB | 49/106 kB | 14 kB | 20/108 kB Progress (4): 392/527 kB | 49/106 kB | 14 kB | 24/108 kB Progress (4): 392/527 kB | 49/106 kB | 14 kB | 28/108 kB Progress (4): 392/527 kB | 49/106 kB | 14 kB | 32/108 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 54 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): 396/527 kB | 49/106 kB | 32/108 kB Progress (3): 396/527 kB | 49/106 kB | 33/108 kB Progress (3): 400/527 kB | 49/106 kB | 33/108 kB Progress (3): 404/527 kB | 49/106 kB | 33/108 kB Progress (4): 404/527 kB | 49/106 kB | 33/108 kB | 4.1/74 kB Progress (4): 408/527 kB | 49/106 kB | 33/108 kB | 4.1/74 kB Progress (4): 412/527 kB | 49/106 kB | 33/108 kB | 4.1/74 kB Progress (4): 412/527 kB | 49/106 kB | 37/108 kB | 4.1/74 kB Progress (4): 412/527 kB | 49/106 kB | 41/108 kB | 4.1/74 kB Progress (4): 416/527 kB | 49/106 kB | 41/108 kB | 4.1/74 kB Progress (4): 420/527 kB | 49/106 kB | 41/108 kB | 4.1/74 kB Progress (4): 420/527 kB | 49/106 kB | 41/108 kB | 7.7/74 kB Progress (4): 424/527 kB | 49/106 kB | 41/108 kB | 7.7/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 7.7/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 12/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 16/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 20/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 24/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 28/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 32/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 33/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 37/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 41/74 kB Progress (4): 428/527 kB | 49/106 kB | 41/108 kB | 45/74 kB Progress (4): 428/527 kB | 49/106 kB | 45/108 kB | 45/74 kB Progress (4): 428/527 kB | 49/106 kB | 45/108 kB | 49/74 kB Progress (4): 428/527 kB | 53/106 kB | 45/108 kB | 49/74 kB Progress (4): 432/527 kB | 53/106 kB | 45/108 kB | 49/74 kB Progress (4): 432/527 kB | 57/106 kB | 45/108 kB | 49/74 kB Progress (4): 436/527 kB | 57/106 kB | 45/108 kB | 49/74 kB Progress (4): 436/527 kB | 57/106 kB | 49/108 kB | 49/74 kB Progress (4): 436/527 kB | 57/106 kB | 49/108 kB | 53/74 kB Progress (4): 440/527 kB | 57/106 kB | 49/108 kB | 53/74 kB Progress (4): 440/527 kB | 61/106 kB | 49/108 kB | 53/74 kB Progress (4): 444/527 kB | 61/106 kB | 49/108 kB | 53/74 kB Progress (4): 444/527 kB | 61/106 kB | 53/108 kB | 53/74 kB Progress (4): 444/527 kB | 61/106 kB | 53/108 kB | 57/74 kB Progress (4): 444/527 kB | 61/106 kB | 57/108 kB | 57/74 kB Progress (4): 448/527 kB | 61/106 kB | 57/108 kB | 57/74 kB Progress (4): 448/527 kB | 65/106 kB | 57/108 kB | 57/74 kB Progress (4): 448/527 kB | 65/106 kB | 61/108 kB | 57/74 kB Progress (4): 448/527 kB | 65/106 kB | 61/108 kB | 61/74 kB Progress (4): 452/527 kB | 65/106 kB | 61/108 kB | 61/74 kB Progress (4): 452/527 kB | 65/106 kB | 61/108 kB | 65/74 kB Progress (4): 452/527 kB | 66/106 kB | 61/108 kB | 65/74 kB Progress (4): 452/527 kB | 66/106 kB | 65/108 kB | 65/74 kB Progress (4): 452/527 kB | 66/106 kB | 66/108 kB | 65/74 kB Progress (4): 452/527 kB | 70/106 kB | 66/108 kB | 65/74 kB Progress (4): 452/527 kB | 74/106 kB | 66/108 kB | 65/74 kB Progress (4): 456/527 kB | 74/106 kB | 66/108 kB | 65/74 kB Progress (4): 456/527 kB | 78/106 kB | 66/108 kB | 65/74 kB Progress (4): 460/527 kB | 78/106 kB | 66/108 kB | 65/74 kB Progress (4): 464/527 kB | 78/106 kB | 66/108 kB | 65/74 kB Progress (4): 468/527 kB | 78/106 kB | 66/108 kB | 65/74 kB Progress (4): 472/527 kB | 78/106 kB | 66/108 kB | 65/74 kB Progress (4): 476/527 kB | 78/106 kB | 66/108 kB | 65/74 kB Progress (4): 476/527 kB | 78/106 kB | 66/108 kB | 66/74 kB Progress (4): 476/527 kB | 82/106 kB | 66/108 kB | 66/74 kB Progress (4): 476/527 kB | 82/106 kB | 70/108 kB | 66/74 kB Progress (4): 476/527 kB | 82/106 kB | 74/108 kB | 66/74 kB Progress (4): 476/527 kB | 82/106 kB | 78/108 kB | 66/74 kB Progress (4): 476/527 kB | 82/106 kB | 78/108 kB | 70/74 kB Progress (4): 476/527 kB | 82/106 kB | 78/108 kB | 74/74 kB Progress (4): 476/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 480/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 484/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 488/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 492/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 496/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 500/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 504/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 508/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 512/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 516/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 520/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 524/527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 527 kB | 82/106 kB | 78/108 kB | 74 kB Progress (4): 527 kB | 82/106 kB | 82/108 kB | 74 kB Progress (4): 527 kB | 86/106 kB | 82/108 kB | 74 kB Progress (4): 527 kB | 90/106 kB | 82/108 kB | 74 kB Progress (4): 527 kB | 94/106 kB | 82/108 kB | 74 kB Progress (4): 527 kB | 98/106 kB | 82/108 kB | 74 kB Progress (4): 527 kB | 102/106 kB | 82/108 kB | 74 kB Progress (4): 527 kB | 106/106 kB | 82/108 kB | 74 kB Progress (4): 527 kB | 106 kB | 82/108 kB | 74 kB Progress (5): 527 kB | 106 kB | 82/108 kB | 74 kB | 4.1/61 kB Progress (5): 527 kB | 106 kB | 86/108 kB | 74 kB | 4.1/61 kB Progress (5): 527 kB | 106 kB | 90/108 kB | 74 kB | 4.1/61 kB Progress (5): 527 kB | 106 kB | 94/108 kB | 74 kB | 4.1/61 kB Progress (5): 527 kB | 106 kB | 98/108 kB | 74 kB | 4.1/61 kB 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 262 kB/s) Progress (4): 527 kB | 106 kB | 98/108 kB | 7.7/61 kB 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 (4): 527 kB | 106 kB | 102/108 kB | 7.7/61 kB Progress (4): 527 kB | 106 kB | 106/108 kB | 7.7/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 7.7/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 12/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 16/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 20/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 24/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 28/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 32/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 33/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 37/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 41/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 45/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 49/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 53/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 57/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 61/61 kB Progress (4): 527 kB | 106 kB | 108 kB | 61 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.7 MB/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): 106 kB | 108 kB | 61 kB | 4.1/46 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 350 kB/s) Progress (3): 108 kB | 61 kB | 7.7/46 kB 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 Progress (3): 108 kB | 61 kB | 12/46 kB Progress (3): 108 kB | 61 kB | 16/46 kB Progress (3): 108 kB | 61 kB | 20/46 kB Progress (3): 108 kB | 61 kB | 24/46 kB Progress (3): 108 kB | 61 kB | 28/46 kB Progress (3): 108 kB | 61 kB | 32/46 kB Progress (3): 108 kB | 61 kB | 33/46 kB Progress (3): 108 kB | 61 kB | 37/46 kB Progress (3): 108 kB | 61 kB | 41/46 kB Progress (3): 108 kB | 61 kB | 45/46 kB Progress (3): 108 kB | 61 kB | 46 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 348 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 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) Progress (3): 61 kB | 46 kB | 4.1/4.3 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 185 kB/s) 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 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 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 141 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Progress (1): 4.3 kB 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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Progress (2): 4.3 kB | 4.1/262 kB Progress (2): 4.3 kB | 7.7/262 kB Progress (2): 4.3 kB | 12/262 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/plexus-container-default-1.0-alpha-9.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-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 13 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 (1): 16/262 kB 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 Progress (1): 20/262 kB Progress (1): 24/262 kB Progress (1): 28/262 kB Progress (1): 32/262 kB Progress (1): 33/262 kB Progress (1): 37/262 kB Progress (1): 41/262 kB Progress (1): 45/262 kB Progress (1): 49/262 kB Progress (2): 49/262 kB | 4.1/38 kB Progress (2): 53/262 kB | 4.1/38 kB Progress (3): 53/262 kB | 4.1/38 kB | 4.1/12 kB Progress (3): 53/262 kB | 7.7/38 kB | 4.1/12 kB Progress (3): 57/262 kB | 7.7/38 kB | 4.1/12 kB Progress (3): 57/262 kB | 12/38 kB | 4.1/12 kB Progress (3): 57/262 kB | 16/38 kB | 4.1/12 kB Progress (3): 57/262 kB | 20/38 kB | 4.1/12 kB Progress (3): 57/262 kB | 24/38 kB | 4.1/12 kB Progress (3): 57/262 kB | 24/38 kB | 7.7/12 kB Progress (3): 57/262 kB | 28/38 kB | 7.7/12 kB Progress (3): 61/262 kB | 28/38 kB | 7.7/12 kB Progress (3): 61/262 kB | 32/38 kB | 7.7/12 kB Progress (3): 65/262 kB | 32/38 kB | 7.7/12 kB Progress (3): 65/262 kB | 36/38 kB | 7.7/12 kB Progress (3): 66/262 kB | 36/38 kB | 7.7/12 kB Progress (3): 66/262 kB | 36/38 kB | 12 kB Progress (3): 66/262 kB | 38 kB | 12 kB Progress (3): 70/262 kB | 38 kB | 12 kB Progress (3): 74/262 kB | 38 kB | 12 kB Progress (3): 78/262 kB | 38 kB | 12 kB Progress (3): 82/262 kB | 38 kB | 12 kB Progress (3): 86/262 kB | 38 kB | 12 kB Progress (3): 90/262 kB | 38 kB | 12 kB Progress (3): 94/262 kB | 38 kB | 12 kB Progress (3): 98/262 kB | 38 kB | 12 kB Progress (4): 98/262 kB | 38 kB | 12 kB | 4.1/104 kB Progress (4): 98/262 kB | 38 kB | 12 kB | 4.1/104 kB Progress (4): 98/262 kB | 38 kB | 12 kB | 7.7/104 kB Progress (4): 102/262 kB | 38 kB | 12 kB | 7.7/104 kB Progress (4): 102/262 kB | 38 kB | 12 kB | 12/104 kB Progress (4): 106/262 kB | 38 kB | 12 kB | 12/104 kB Progress (4): 106/262 kB | 38 kB | 12 kB | 16/104 kB 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) Progress (4): 106/262 kB | 38 kB | 12 kB | 20/104 kB Progress (4): 110/262 kB | 38 kB | 12 kB | 20/104 kB Progress (4): 110/262 kB | 38 kB | 12 kB | 24/104 kB Progress (4): 114/262 kB | 38 kB | 12 kB | 24/104 kB 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 (4): 114/262 kB | 38 kB | 12 kB | 28/104 kB Progress (4): 114/262 kB | 38 kB | 12 kB | 32/104 kB Progress (4): 114/262 kB | 38 kB | 12 kB | 33/104 kB Progress (4): 114/262 kB | 38 kB | 12 kB | 37/104 kB Progress (4): 118/262 kB | 38 kB | 12 kB | 37/104 kB Progress (4): 118/262 kB | 38 kB | 12 kB | 41/104 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 32 kB/s) Progress (3): 118/262 kB | 38 kB | 45/104 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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 102 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Progress (2): 122/262 kB | 45/104 kB Progress (2): 122/262 kB | 49/104 kB Progress (2): 126/262 kB | 49/104 kB Progress (2): 130/262 kB | 49/104 kB Progress (2): 130/262 kB | 53/104 kB Progress (2): 131/262 kB | 53/104 kB Progress (2): 131/262 kB | 57/104 kB Progress (2): 135/262 kB | 57/104 kB Progress (2): 139/262 kB | 57/104 kB Progress (2): 139/262 kB | 61/104 kB Progress (2): 143/262 kB | 61/104 kB Progress (2): 143/262 kB | 65/104 kB Progress (2): 143/262 kB | 66/104 kB Progress (2): 147/262 kB | 66/104 kB Progress (2): 147/262 kB | 70/104 kB Progress (3): 147/262 kB | 70/104 kB | 4.1/164 kB Progress (3): 147/262 kB | 74/104 kB | 4.1/164 kB Progress (3): 147/262 kB | 74/104 kB | 7.7/164 kB Progress (3): 151/262 kB | 74/104 kB | 7.7/164 kB Progress (3): 151/262 kB | 78/104 kB | 7.7/164 kB Progress (3): 155/262 kB | 78/104 kB | 7.7/164 kB Progress (3): 155/262 kB | 82/104 kB | 7.7/164 kB Progress (3): 159/262 kB | 82/104 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) Progress (3): 159/262 kB | 82/104 kB | 12/164 kB 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): 163/262 kB | 82/104 kB | 12/164 kB Progress (3): 163/262 kB | 86/104 kB | 12/164 kB Progress (3): 163/262 kB | 86/104 kB | 16/164 kB Progress (3): 167/262 kB | 86/104 kB | 16/164 kB Progress (3): 167/262 kB | 90/104 kB | 16/164 kB Progress (3): 167/262 kB | 90/104 kB | 20/164 kB Progress (3): 167/262 kB | 90/104 kB | 24/164 kB Progress (3): 167/262 kB | 94/104 kB | 24/164 kB Progress (3): 167/262 kB | 94/104 kB | 28/164 kB Progress (3): 167/262 kB | 94/104 kB | 32/164 kB Progress (3): 167/262 kB | 94/104 kB | 33/164 kB Progress (3): 171/262 kB | 94/104 kB | 33/164 kB Progress (3): 171/262 kB | 98/104 kB | 33/164 kB Progress (3): 175/262 kB | 98/104 kB | 33/164 kB Progress (3): 175/262 kB | 102/104 kB | 33/164 kB Progress (3): 179/262 kB | 102/104 kB | 33/164 kB Progress (3): 179/262 kB | 104 kB | 33/164 kB Progress (3): 183/262 kB | 104 kB | 33/164 kB Progress (3): 187/262 kB | 104 kB | 33/164 kB Progress (3): 191/262 kB | 104 kB | 33/164 kB Progress (3): 195/262 kB | 104 kB | 33/164 kB Progress (3): 199/262 kB | 104 kB | 33/164 kB Progress (3): 203/262 kB | 104 kB | 33/164 kB Progress (3): 207/262 kB | 104 kB | 33/164 kB Progress (3): 211/262 kB | 104 kB | 33/164 kB Progress (3): 215/262 kB | 104 kB | 33/164 kB Progress (3): 219/262 kB | 104 kB | 33/164 kB Progress (3): 223/262 kB | 104 kB | 33/164 kB Progress (3): 227/262 kB | 104 kB | 33/164 kB Progress (3): 231/262 kB | 104 kB | 33/164 kB Progress (3): 235/262 kB | 104 kB | 33/164 kB Progress (3): 239/262 kB | 104 kB | 33/164 kB Progress (3): 243/262 kB | 104 kB | 33/164 kB Progress (3): 247/262 kB | 104 kB | 33/164 kB Progress (3): 251/262 kB | 104 kB | 33/164 kB Progress (3): 255/262 kB | 104 kB | 33/164 kB Progress (3): 259/262 kB | 104 kB | 33/164 kB Progress (3): 262 kB | 104 kB | 33/164 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 262 kB/s) 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 (3): 262 kB | 33/164 kB | 4.1/282 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 633 kB/s) Progress (2): 33/164 kB | 7.7/282 kB 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 (2): 33/164 kB | 12/282 kB Progress (2): 33/164 kB | 16/282 kB Progress (2): 33/164 kB | 20/282 kB Progress (2): 33/164 kB | 24/282 kB Progress (2): 33/164 kB | 28/282 kB Progress (2): 33/164 kB | 32/282 kB Progress (2): 33/164 kB | 33/282 kB Progress (2): 33/164 kB | 37/282 kB Progress (2): 33/164 kB | 41/282 kB Progress (2): 33/164 kB | 45/282 kB Progress (2): 33/164 kB | 49/282 kB Progress (2): 33/164 kB | 53/282 kB Progress (2): 33/164 kB | 57/282 kB Progress (3): 33/164 kB | 57/282 kB | 4.1/64 kB Progress (3): 33/164 kB | 61/282 kB | 4.1/64 kB Progress (3): 33/164 kB | 61/282 kB | 7.7/64 kB Progress (3): 33/164 kB | 65/282 kB | 7.7/64 kB Progress (3): 33/164 kB | 66/282 kB | 7.7/64 kB Progress (3): 33/164 kB | 66/282 kB | 12/64 kB Progress (3): 33/164 kB | 66/282 kB | 16/64 kB Progress (3): 33/164 kB | 70/282 kB | 16/64 kB Progress (3): 33/164 kB | 74/282 kB | 16/64 kB Progress (3): 33/164 kB | 74/282 kB | 20/64 kB Progress (3): 33/164 kB | 74/282 kB | 24/64 kB Progress (3): 33/164 kB | 74/282 kB | 28/64 kB Progress (3): 33/164 kB | 74/282 kB | 32/64 kB Progress (3): 33/164 kB | 74/282 kB | 33/64 kB Progress (3): 33/164 kB | 78/282 kB | 33/64 kB Progress (3): 33/164 kB | 78/282 kB | 37/64 kB Progress (3): 33/164 kB | 82/282 kB | 37/64 kB Progress (3): 33/164 kB | 82/282 kB | 41/64 kB Progress (3): 33/164 kB | 86/282 kB | 41/64 kB Progress (3): 33/164 kB | 86/282 kB | 45/64 kB Progress (3): 33/164 kB | 90/282 kB | 45/64 kB Progress (3): 33/164 kB | 90/282 kB | 49/64 kB Progress (3): 33/164 kB | 90/282 kB | 53/64 kB Progress (3): 33/164 kB | 90/282 kB | 57/64 kB Progress (3): 33/164 kB | 94/282 kB | 57/64 kB Progress (3): 33/164 kB | 98/282 kB | 57/64 kB Progress (3): 33/164 kB | 98/282 kB | 57/64 kB Progress (3): 33/164 kB | 102/282 kB | 57/64 kB Progress (3): 33/164 kB | 106/282 kB | 57/64 kB Progress (3): 33/164 kB | 106/282 kB | 61/64 kB Progress (3): 33/164 kB | 106/282 kB | 64 kB Progress (4): 33/164 kB | 106/282 kB | 64 kB | 4.1/285 kB Progress (4): 33/164 kB | 106/282 kB | 64 kB | 7.7/285 kB Progress (4): 33/164 kB | 106/282 kB | 64 kB | 12/285 kB Progress (4): 33/164 kB | 106/282 kB | 64 kB | 16/285 kB Progress (4): 33/164 kB | 106/282 kB | 64 kB | 20/285 kB Progress (4): 33/164 kB | 106/282 kB | 64 kB | 24/285 kB Progress (4): 33/164 kB | 110/282 kB | 64 kB | 24/285 kB Progress (4): 33/164 kB | 114/282 kB | 64 kB | 24/285 kB Progress (4): 33/164 kB | 114/282 kB | 64 kB | 28/285 kB Progress (4): 33/164 kB | 114/282 kB | 64 kB | 32/285 kB Progress (4): 33/164 kB | 114/282 kB | 64 kB | 33/285 kB Progress (4): 33/164 kB | 118/282 kB | 64 kB | 33/285 kB Progress (4): 33/164 kB | 122/282 kB | 64 kB | 33/285 kB Progress (4): 33/164 kB | 122/282 kB | 64 kB | 37/285 kB Progress (4): 33/164 kB | 122/282 kB | 64 kB | 41/285 kB Progress (4): 33/164 kB | 122/282 kB | 64 kB | 45/285 kB Progress (4): 33/164 kB | 122/282 kB | 64 kB | 49/285 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 145 kB/s) Progress (3): 33/164 kB | 126/282 kB | 49/285 kB Progress (3): 33/164 kB | 130/282 kB | 49/285 kB Progress (3): 33/164 kB | 131/282 kB | 49/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 Progress (3): 33/164 kB | 131/282 kB | 53/285 kB Progress (3): 33/164 kB | 135/282 kB | 53/285 kB Progress (3): 33/164 kB | 135/282 kB | 57/285 kB Progress (3): 33/164 kB | 139/282 kB | 57/285 kB Progress (3): 33/164 kB | 139/282 kB | 61/285 kB Progress (3): 33/164 kB | 143/282 kB | 61/285 kB Progress (3): 33/164 kB | 143/282 kB | 65/285 kB Progress (3): 33/164 kB | 147/282 kB | 65/285 kB Progress (3): 33/164 kB | 147/282 kB | 66/285 kB Progress (3): 33/164 kB | 151/282 kB | 66/285 kB Progress (3): 33/164 kB | 155/282 kB | 66/285 kB Progress (3): 33/164 kB | 155/282 kB | 70/285 kB Progress (3): 33/164 kB | 159/282 kB | 70/285 kB Progress (3): 33/164 kB | 159/282 kB | 74/285 kB Progress (3): 33/164 kB | 163/282 kB | 74/285 kB Progress (3): 33/164 kB | 163/282 kB | 78/285 kB Progress (3): 33/164 kB | 167/282 kB | 78/285 kB Progress (3): 33/164 kB | 167/282 kB | 82/285 kB Progress (3): 33/164 kB | 171/282 kB | 82/285 kB Progress (3): 33/164 kB | 171/282 kB | 86/285 kB Progress (3): 33/164 kB | 171/282 kB | 90/285 kB Progress (3): 33/164 kB | 171/282 kB | 94/285 kB Progress (3): 33/164 kB | 171/282 kB | 98/285 kB Progress (3): 33/164 kB | 175/282 kB | 98/285 kB Progress (3): 33/164 kB | 175/282 kB | 98/285 kB Progress (3): 33/164 kB | 179/282 kB | 98/285 kB Progress (3): 33/164 kB | 183/282 kB | 98/285 kB Progress (3): 33/164 kB | 187/282 kB | 98/285 kB Progress (3): 33/164 kB | 191/282 kB | 98/285 kB Progress (3): 33/164 kB | 195/282 kB | 98/285 kB Progress (3): 33/164 kB | 195/282 kB | 102/285 kB Progress (3): 33/164 kB | 199/282 kB | 102/285 kB Progress (3): 33/164 kB | 203/282 kB | 102/285 kB Progress (3): 33/164 kB | 203/282 kB | 106/285 kB Progress (3): 33/164 kB | 207/282 kB | 106/285 kB Progress (3): 33/164 kB | 211/282 kB | 106/285 kB Progress (3): 33/164 kB | 215/282 kB | 106/285 kB Progress (3): 33/164 kB | 219/282 kB | 106/285 kB Progress (3): 33/164 kB | 223/282 kB | 106/285 kB Progress (3): 33/164 kB | 227/282 kB | 106/285 kB Progress (3): 33/164 kB | 227/282 kB | 110/285 kB Progress (3): 33/164 kB | 231/282 kB | 110/285 kB Progress (3): 33/164 kB | 231/282 kB | 114/285 kB Progress (3): 33/164 kB | 235/282 kB | 114/285 kB Progress (4): 33/164 kB | 235/282 kB | 114/285 kB | 4.1/53 kB Progress (4): 33/164 kB | 235/282 kB | 114/285 kB | 7.7/53 kB Progress (4): 33/164 kB | 239/282 kB | 114/285 kB | 7.7/53 kB Progress (4): 33/164 kB | 239/282 kB | 118/285 kB | 7.7/53 kB Progress (4): 33/164 kB | 239/282 kB | 122/285 kB | 7.7/53 kB Progress (4): 33/164 kB | 239/282 kB | 122/285 kB | 12/53 kB Progress (4): 33/164 kB | 243/282 kB | 122/285 kB | 12/53 kB Progress (4): 33/164 kB | 243/282 kB | 122/285 kB | 16/53 kB Progress (4): 33/164 kB | 243/282 kB | 126/285 kB | 16/53 kB Progress (4): 33/164 kB | 243/282 kB | 126/285 kB | 20/53 kB Progress (4): 33/164 kB | 243/282 kB | 126/285 kB | 24/53 kB Progress (4): 33/164 kB | 243/282 kB | 130/285 kB | 24/53 kB Progress (4): 33/164 kB | 247/282 kB | 130/285 kB | 24/53 kB Progress (4): 33/164 kB | 247/282 kB | 130/285 kB | 28/53 kB Progress (4): 33/164 kB | 247/282 kB | 134/285 kB | 28/53 kB Progress (4): 33/164 kB | 247/282 kB | 134/285 kB | 32/53 kB Progress (4): 33/164 kB | 247/282 kB | 134/285 kB | 36/53 kB Progress (4): 33/164 kB | 247/282 kB | 134/285 kB | 40/53 kB Progress (4): 33/164 kB | 247/282 kB | 134/285 kB | 44/53 kB Progress (4): 33/164 kB | 247/282 kB | 134/285 kB | 48/53 kB Progress (4): 33/164 kB | 251/282 kB | 134/285 kB | 48/53 kB Progress (4): 33/164 kB | 251/282 kB | 138/285 kB | 48/53 kB Progress (4): 33/164 kB | 251/282 kB | 138/285 kB | 52/53 kB Progress (4): 33/164 kB | 251/282 kB | 142/285 kB | 52/53 kB Progress (4): 33/164 kB | 251/282 kB | 142/285 kB | 53 kB Progress (4): 33/164 kB | 255/282 kB | 142/285 kB | 53 kB Progress (4): 33/164 kB | 255/282 kB | 146/285 kB | 53 kB Progress (4): 33/164 kB | 259/282 kB | 146/285 kB | 53 kB Progress (4): 33/164 kB | 259/282 kB | 150/285 kB | 53 kB Progress (4): 33/164 kB | 259/282 kB | 154/285 kB | 53 kB Progress (4): 33/164 kB | 263/282 kB | 154/285 kB | 53 kB Progress (4): 33/164 kB | 267/282 kB | 154/285 kB | 53 kB Progress (4): 33/164 kB | 267/282 kB | 158/285 kB | 53 kB Progress (4): 33/164 kB | 267/282 kB | 162/285 kB | 53 kB Progress (4): 33/164 kB | 271/282 kB | 162/285 kB | 53 kB Progress (4): 33/164 kB | 275/282 kB | 162/285 kB | 53 kB Progress (4): 33/164 kB | 275/282 kB | 166/285 kB | 53 kB Progress (4): 33/164 kB | 275/282 kB | 170/285 kB | 53 kB Progress (4): 33/164 kB | 279/282 kB | 170/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 170/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 174/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 178/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 182/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 186/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 190/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 194/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 198/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 202/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 206/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 210/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 214/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 218/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 222/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 226/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 230/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 234/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 238/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 242/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 246/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 250/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 254/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 258/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 262/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 266/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 270/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 274/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 278/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 282/285 kB | 53 kB Progress (4): 33/164 kB | 282 kB | 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 107 kB/s) 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 549 kB/s) 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 529 kB/s) Progress (2): 33/164 kB | 4.1/480 kB Progress (2): 33/164 kB | 7.7/480 kB Progress (2): 37/164 kB | 7.7/480 kB Progress (2): 37/164 kB | 12/480 kB Progress (2): 41/164 kB | 12/480 kB Progress (2): 41/164 kB | 16/480 kB Progress (2): 45/164 kB | 16/480 kB Progress (2): 49/164 kB | 16/480 kB Progress (2): 49/164 kB | 20/480 kB Progress (2): 53/164 kB | 20/480 kB Progress (2): 57/164 kB | 20/480 kB Progress (2): 57/164 kB | 24/480 kB Progress (2): 61/164 kB | 24/480 kB Progress (2): 65/164 kB | 24/480 kB Progress (2): 66/164 kB | 24/480 kB Progress (2): 66/164 kB | 28/480 kB Progress (2): 70/164 kB | 28/480 kB Progress (2): 70/164 kB | 32/480 kB Progress (2): 74/164 kB | 32/480 kB Progress (2): 74/164 kB | 33/480 kB Progress (2): 78/164 kB | 33/480 kB Progress (2): 82/164 kB | 33/480 kB Progress (2): 82/164 kB | 37/480 kB Progress (2): 82/164 kB | 41/480 kB Progress (2): 82/164 kB | 45/480 kB Progress (2): 82/164 kB | 49/480 kB Progress (2): 86/164 kB | 49/480 kB Progress (2): 90/164 kB | 49/480 kB Progress (2): 90/164 kB | 53/480 kB Progress (2): 90/164 kB | 57/480 kB Progress (2): 94/164 kB | 57/480 kB Progress (2): 94/164 kB | 61/480 kB Progress (2): 98/164 kB | 61/480 kB Progress (2): 98/164 kB | 65/480 kB Progress (2): 98/164 kB | 66/480 kB Progress (2): 102/164 kB | 66/480 kB Progress (2): 102/164 kB | 70/480 kB Progress (2): 106/164 kB | 70/480 kB Progress (2): 106/164 kB | 74/480 kB Progress (2): 110/164 kB | 74/480 kB Progress (2): 110/164 kB | 78/480 kB Progress (2): 114/164 kB | 78/480 kB Progress (2): 114/164 kB | 82/480 kB Progress (2): 118/164 kB | 82/480 kB Progress (2): 118/164 kB | 86/480 kB Progress (2): 122/164 kB | 86/480 kB Progress (2): 122/164 kB | 90/480 kB Progress (2): 126/164 kB | 90/480 kB Progress (2): 126/164 kB | 94/480 kB Progress (2): 130/164 kB | 94/480 kB Progress (2): 130/164 kB | 98/480 kB Progress (2): 134/164 kB | 98/480 kB Progress (2): 138/164 kB | 98/480 kB Progress (2): 138/164 kB | 102/480 kB Progress (2): 138/164 kB | 106/480 kB Progress (2): 142/164 kB | 106/480 kB Progress (2): 146/164 kB | 106/480 kB Progress (2): 146/164 kB | 110/480 kB Progress (2): 146/164 kB | 114/480 kB Progress (2): 150/164 kB | 114/480 kB Progress (2): 154/164 kB | 114/480 kB Progress (2): 154/164 kB | 118/480 kB Progress (2): 154/164 kB | 122/480 kB Progress (2): 158/164 kB | 122/480 kB Progress (2): 162/164 kB | 122/480 kB Progress (2): 164 kB | 122/480 kB Progress (2): 164 kB | 126/480 kB Progress (2): 164 kB | 130/480 kB Progress (2): 164 kB | 134/480 kB Progress (2): 164 kB | 138/480 kB Progress (2): 164 kB | 142/480 kB Progress (2): 164 kB | 146/480 kB Progress (2): 164 kB | 150/480 kB Progress (2): 164 kB | 154/480 kB Progress (2): 164 kB | 158/480 kB Progress (2): 164 kB | 162/480 kB Progress (2): 164 kB | 166/480 kB Progress (2): 164 kB | 170/480 kB Progress (2): 164 kB | 174/480 kB Progress (2): 164 kB | 178/480 kB Progress (2): 164 kB | 182/480 kB Progress (2): 164 kB | 186/480 kB Progress (2): 164 kB | 190/480 kB Progress (2): 164 kB | 194/480 kB Progress (2): 164 kB | 198/480 kB Progress (2): 164 kB | 202/480 kB Progress (2): 164 kB | 206/480 kB Progress (2): 164 kB | 210/480 kB Progress (2): 164 kB | 214/480 kB Progress (2): 164 kB | 218/480 kB Progress (2): 164 kB | 222/480 kB Progress (2): 164 kB | 226/480 kB Progress (2): 164 kB | 230/480 kB Progress (2): 164 kB | 234/480 kB Progress (2): 164 kB | 238/480 kB Progress (2): 164 kB | 242/480 kB Progress (2): 164 kB | 246/480 kB Progress (2): 164 kB | 250/480 kB 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 264 kB/s) Progress (1): 254/480 kB Progress (1): 258/480 kB Progress (1): 262/480 kB Progress (1): 266/480 kB Progress (1): 270/480 kB Progress (1): 274/480 kB Progress (1): 278/480 kB Progress (1): 282/480 kB Progress (1): 286/480 kB Progress (1): 290/480 kB Progress (1): 294/480 kB Progress (1): 298/480 kB Progress (1): 302/480 kB Progress (1): 306/480 kB Progress (1): 310/480 kB Progress (1): 314/480 kB Progress (1): 318/480 kB Progress (1): 322/480 kB Progress (1): 326/480 kB Progress (1): 330/480 kB Progress (1): 334/480 kB Progress (1): 338/480 kB Progress (1): 342/480 kB Progress (1): 346/480 kB Progress (1): 350/480 kB Progress (1): 354/480 kB Progress (1): 358/480 kB Progress (1): 362/480 kB Progress (1): 366/480 kB Progress (1): 370/480 kB Progress (1): 374/480 kB Progress (1): 378/480 kB Progress (1): 382/480 kB Progress (1): 386/480 kB Progress (1): 390/480 kB Progress (1): 394/480 kB Progress (1): 398/480 kB Progress (1): 402/480 kB Progress (1): 406/480 kB Progress (1): 410/480 kB Progress (1): 414/480 kB Progress (1): 418/480 kB Progress (1): 422/480 kB Progress (1): 426/480 kB Progress (1): 430/480 kB Progress (1): 434/480 kB Progress (1): 438/480 kB Progress (1): 442/480 kB Progress (1): 446/480 kB Progress (1): 450/480 kB Progress (1): 454/480 kB Progress (1): 458/480 kB Progress (1): 462/480 kB Progress (1): 466/480 kB Progress (1): 470/480 kB Progress (1): 474/480 kB Progress (1): 478/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 725 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 28 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 487 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/222 kB Progress (1): 7.7/222 kB Progress (1): 12/222 kB Progress (1): 16/222 kB Progress (1): 20/222 kB Progress (1): 24/222 kB Progress (1): 28/222 kB Progress (1): 32/222 kB Progress (1): 33/222 kB Progress (1): 37/222 kB Progress (1): 41/222 kB Progress (1): 45/222 kB Progress (1): 49/222 kB Progress (1): 53/222 kB Progress (1): 57/222 kB Progress (1): 61/222 kB Progress (1): 65/222 kB Progress (1): 66/222 kB Progress (1): 70/222 kB Progress (1): 74/222 kB Progress (1): 78/222 kB Progress (1): 82/222 kB Progress (1): 86/222 kB Progress (1): 90/222 kB Progress (2): 90/222 kB | 4.1/14 kB Progress (2): 94/222 kB | 4.1/14 kB Progress (2): 98/222 kB | 4.1/14 kB Progress (2): 98/222 kB | 7.7/14 kB Progress (2): 98/222 kB | 7.7/14 kB Progress (2): 98/222 kB | 12/14 kB Progress (2): 102/222 kB | 12/14 kB Progress (2): 102/222 kB | 14 kB Progress (2): 106/222 kB | 14 kB Progress (2): 110/222 kB | 14 kB Progress (2): 114/222 kB | 14 kB Progress (2): 118/222 kB | 14 kB Progress (2): 122/222 kB | 14 kB Progress (2): 126/222 kB | 14 kB Progress (2): 130/222 kB | 14 kB Progress (2): 131/222 kB | 14 kB Progress (2): 135/222 kB | 14 kB Progress (2): 139/222 kB | 14 kB Progress (2): 143/222 kB | 14 kB Progress (2): 147/222 kB | 14 kB Progress (2): 151/222 kB | 14 kB Progress (2): 155/222 kB | 14 kB Progress (2): 159/222 kB | 14 kB Progress (2): 163/222 kB | 14 kB Progress (2): 167/222 kB | 14 kB Progress (2): 171/222 kB | 14 kB Progress (2): 175/222 kB | 14 kB Progress (2): 179/222 kB | 14 kB Progress (2): 183/222 kB | 14 kB Progress (2): 187/222 kB | 14 kB Progress (2): 191/222 kB | 14 kB Progress (2): 195/222 kB | 14 kB Progress (2): 199/222 kB | 14 kB Progress (2): 203/222 kB | 14 kB Progress (2): 207/222 kB | 14 kB Progress (2): 211/222 kB | 14 kB Progress (2): 215/222 kB | 14 kB Progress (2): 219/222 kB | 14 kB Progress (2): 222 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.5.1/maven-plugin-annotations-3.5.1.jar (14 kB at 154 kB/s) 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 2.1 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 167 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 183 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 139 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 75 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 48 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 733 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 105 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 215 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 165 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.2 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 525 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/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/file-management/3.0.0/file-management-3.0.0.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/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-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/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/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/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/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar 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) 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 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) Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB 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 (3): 41 kB | 4.1/35 kB | 4.1/54 kB Progress (3): 41 kB | 7.7/35 kB | 4.1/54 kB Progress (3): 41 kB | 7.7/35 kB | 7.7/54 kB Progress (4): 41 kB | 7.7/35 kB | 7.7/54 kB | 4.1/155 kB Progress (4): 41 kB | 12/35 kB | 7.7/54 kB | 4.1/155 kB Progress (4): 41 kB | 16/35 kB | 7.7/54 kB | 4.1/155 kB Progress (4): 41 kB | 20/35 kB | 7.7/54 kB | 4.1/155 kB Progress (4): 41 kB | 24/35 kB | 7.7/54 kB | 4.1/155 kB Progress (4): 41 kB | 28/35 kB | 7.7/54 kB | 4.1/155 kB Progress (4): 41 kB | 32/35 kB | 7.7/54 kB | 4.1/155 kB Progress (4): 41 kB | 35 kB | 7.7/54 kB | 4.1/155 kB Progress (4): 41 kB | 35 kB | 12/54 kB | 4.1/155 kB Progress (4): 41 kB | 35 kB | 12/54 kB | 7.7/155 kB Progress (4): 41 kB | 35 kB | 16/54 kB | 7.7/155 kB Progress (4): 41 kB | 35 kB | 20/54 kB | 7.7/155 kB Progress (4): 41 kB | 35 kB | 20/54 kB | 12/155 kB Progress (4): 41 kB | 35 kB | 20/54 kB | 16/155 kB Progress (4): 41 kB | 35 kB | 24/54 kB | 16/155 kB Progress (4): 41 kB | 35 kB | 24/54 kB | 20/155 kB Progress (4): 41 kB | 35 kB | 24/54 kB | 24/155 kB Progress (4): 41 kB | 35 kB | 28/54 kB | 24/155 kB Progress (4): 41 kB | 35 kB | 32/54 kB | 24/155 kB Progress (4): 41 kB | 35 kB | 32/54 kB | 28/155 kB Progress (4): 41 kB | 35 kB | 33/54 kB | 28/155 kB Progress (4): 41 kB | 35 kB | 33/54 kB | 32/155 kB Progress (4): 41 kB | 35 kB | 33/54 kB | 33/155 kB Progress (4): 41 kB | 35 kB | 37/54 kB | 33/155 kB Progress (4): 41 kB | 35 kB | 41/54 kB | 33/155 kB Progress (4): 41 kB | 35 kB | 41/54 kB | 37/155 kB Progress (4): 41 kB | 35 kB | 45/54 kB | 37/155 kB Progress (4): 41 kB | 35 kB | 45/54 kB | 41/155 kB Progress (4): 41 kB | 35 kB | 49/54 kB | 41/155 kB Progress (4): 41 kB | 35 kB | 49/54 kB | 45/155 kB Progress (4): 41 kB | 35 kB | 49/54 kB | 49/155 kB Progress (4): 41 kB | 35 kB | 53/54 kB | 49/155 kB Progress (4): 41 kB | 35 kB | 54 kB | 49/155 kB Progress (4): 41 kB | 35 kB | 54 kB | 53/155 kB Progress (4): 41 kB | 35 kB | 54 kB | 57/155 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 813 kB/s) Progress (3): 35 kB | 54 kB | 61/155 kB Progress (3): 35 kB | 54 kB | 65/155 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 631 kB/s) Progress (2): 54 kB | 66/155 kB Progress (2): 54 kB | 70/155 kB Progress (2): 54 kB | 74/155 kB Progress (2): 54 kB | 78/155 kB Progress (2): 54 kB | 82/155 kB Progress (2): 54 kB | 86/155 kB Progress (2): 54 kB | 90/155 kB Progress (2): 54 kB | 94/155 kB Progress (2): 54 kB | 98/155 kB Progress (2): 54 kB | 102/155 kB Progress (2): 54 kB | 106/155 kB Progress (2): 54 kB | 110/155 kB Progress (2): 54 kB | 114/155 kB Progress (2): 54 kB | 118/155 kB Progress (2): 54 kB | 122/155 kB Progress (2): 54 kB | 126/155 kB Progress (2): 54 kB | 130/155 kB Progress (2): 54 kB | 134/155 kB Progress (2): 54 kB | 138/155 kB Progress (2): 54 kB | 142/155 kB Progress (2): 54 kB | 146/155 kB Progress (2): 54 kB | 150/155 kB Progress (2): 54 kB | 154/155 kB Progress (2): 54 kB | 155 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.jar (54 kB at 850 kB/s) 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.2 MB/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 214 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 281 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 30 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 110 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 104 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 180 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 310 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 34 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 92 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 533 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-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-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-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-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-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 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-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 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 sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/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-artifact-manager/2.0.6/maven-artifact-manager-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-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 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-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/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/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/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/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/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-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-error-diagnostics/2.0.6/maven-error-diagnostics-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/commons-cli/commons-cli/1.0/commons-cli-1.0.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) 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-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/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/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/classworlds/classworlds/1.1/classworlds-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) 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-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/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/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/apache/maven/maven-model/2.0.6/maven-model-2.0.6.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/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-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-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (1): 4.1/194 kB Progress (1): 7.7/194 kB Progress (1): 12/194 kB Progress (1): 16/194 kB Progress (1): 20/194 kB Progress (1): 24/194 kB Progress (1): 28/194 kB Progress (1): 32/194 kB Progress (1): 33/194 kB Progress (1): 37/194 kB Progress (1): 41/194 kB Progress (1): 45/194 kB Progress (1): 49/194 kB Progress (1): 53/194 kB Progress (1): 57/194 kB Progress (1): 61/194 kB Progress (1): 65/194 kB Progress (1): 66/194 kB Progress (1): 70/194 kB Progress (1): 74/194 kB Progress (1): 78/194 kB Progress (1): 82/194 kB Progress (1): 86/194 kB Progress (1): 90/194 kB Progress (1): 94/194 kB Progress (1): 98/194 kB Progress (1): 98/194 kB Progress (1): 102/194 kB Progress (1): 106/194 kB Progress (1): 110/194 kB Progress (1): 114/194 kB Progress (1): 118/194 kB Progress (1): 122/194 kB Progress (1): 126/194 kB Progress (1): 130/194 kB Progress (1): 131/194 kB Progress (1): 135/194 kB Progress (1): 139/194 kB Progress (1): 143/194 kB Progress (1): 147/194 kB Progress (1): 151/194 kB Progress (1): 155/194 kB Progress (1): 159/194 kB Progress (1): 163/194 kB Progress (1): 167/194 kB Progress (1): 171/194 kB Progress (1): 175/194 kB Progress (1): 179/194 kB Progress (1): 183/194 kB Progress (1): 187/194 kB Progress (1): 191/194 kB Progress (1): 194 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 457 kB/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 Progress (1): 4.1/223 kB Progress (1): 7.7/223 kB Progress (1): 12/223 kB Progress (1): 16/223 kB Progress (1): 20/223 kB Progress (1): 24/223 kB Progress (1): 28/223 kB Progress (1): 32/223 kB Progress (1): 33/223 kB Progress (1): 37/223 kB Progress (1): 41/223 kB Progress (1): 45/223 kB Progress (1): 49/223 kB Progress (1): 53/223 kB Progress (1): 57/223 kB Progress (1): 61/223 kB Progress (1): 65/223 kB Progress (1): 66/223 kB Progress (1): 70/223 kB Progress (1): 74/223 kB Progress (1): 78/223 kB Progress (1): 82/223 kB Progress (1): 86/223 kB Progress (1): 90/223 kB Progress (1): 94/223 kB Progress (1): 98/223 kB Progress (1): 102/223 kB Progress (1): 106/223 kB Progress (1): 110/223 kB Progress (1): 114/223 kB Progress (1): 118/223 kB Progress (1): 122/223 kB Progress (1): 126/223 kB Progress (1): 130/223 kB Progress (1): 134/223 kB Progress (1): 138/223 kB Progress (1): 142/223 kB Progress (1): 146/223 kB Progress (1): 150/223 kB Progress (1): 154/223 kB Progress (1): 158/223 kB Progress (1): 162/223 kB Progress (1): 166/223 kB Progress (1): 170/223 kB Progress (1): 174/223 kB Progress (1): 178/223 kB Progress (1): 182/223 kB Progress (1): 186/223 kB Progress (1): 190/223 kB Progress (1): 194/223 kB Progress (1): 198/223 kB Progress (1): 202/223 kB Progress (1): 206/223 kB Progress (1): 210/223 kB Progress (1): 214/223 kB Progress (1): 218/223 kB Progress (1): 222/223 kB Progress (1): 223 kB 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 310 kB/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 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): 36/43 kB Progress (1): 40/43 kB Progress (1): 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 57 kB/s) 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/6.8 kB Progress (1): 6.8 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 8.2 kB/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 Progress (1): 4.1/61 kB Progress (1): 7.7/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 24/61 kB Progress (1): 28/61 kB Progress (1): 32/61 kB Progress (1): 36/61 kB Progress (1): 40/61 kB Progress (1): 44/61 kB Progress (1): 48/61 kB Progress (1): 52/61 kB Progress (1): 56/61 kB Progress (1): 60/61 kB Progress (1): 61 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 71 kB/s) 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) 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-profile/2.0.6/maven-profile-2.0.6.jar (0 B at 0 B/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 43 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 525 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 65 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 85 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 338 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 74 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 95 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 39 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 79 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 42 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 32 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 104 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 87 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 66 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 29 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 98 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 27 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 154 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 77 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 642 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 12 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 24 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 36 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-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-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-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-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-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-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-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-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 239 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/160 kB Progress (1): 7.7/160 kB Progress (2): 7.7/160 kB | 4.1/21 kB Progress (3): 7.7/160 kB | 4.1/21 kB | 4.1/89 kB Progress (3): 7.7/160 kB | 7.7/21 kB | 4.1/89 kB Progress (3): 7.7/160 kB | 7.7/21 kB | 7.7/89 kB Progress (3): 7.7/160 kB | 12/21 kB | 7.7/89 kB Progress (4): 7.7/160 kB | 12/21 kB | 7.7/89 kB | 4.1/49 kB Progress (4): 7.7/160 kB | 12/21 kB | 7.7/89 kB | 7.7/49 kB Progress (4): 12/160 kB | 12/21 kB | 7.7/89 kB | 7.7/49 kB Progress (4): 16/160 kB | 12/21 kB | 7.7/89 kB | 7.7/49 kB Progress (4): 20/160 kB | 12/21 kB | 7.7/89 kB | 7.7/49 kB Progress (4): 24/160 kB | 12/21 kB | 7.7/89 kB | 7.7/49 kB Progress (4): 24/160 kB | 12/21 kB | 7.7/89 kB | 12/49 kB Progress (4): 24/160 kB | 16/21 kB | 7.7/89 kB | 12/49 kB Progress (4): 24/160 kB | 20/21 kB | 7.7/89 kB | 12/49 kB Progress (4): 24/160 kB | 20/21 kB | 12/89 kB | 12/49 kB Progress (4): 24/160 kB | 21 kB | 12/89 kB | 12/49 kB Progress (4): 24/160 kB | 21 kB | 12/89 kB | 16/49 kB Progress (4): 24/160 kB | 21 kB | 12/89 kB | 20/49 kB Progress (4): 24/160 kB | 21 kB | 12/89 kB | 24/49 kB Progress (4): 28/160 kB | 21 kB | 12/89 kB | 24/49 kB Progress (5): 28/160 kB | 21 kB | 12/89 kB | 24/49 kB | 4.1/35 kB Progress (5): 32/160 kB | 21 kB | 12/89 kB | 24/49 kB | 4.1/35 kB Progress (5): 32/160 kB | 21 kB | 12/89 kB | 24/49 kB | 7.7/35 kB Progress (5): 36/160 kB | 21 kB | 12/89 kB | 24/49 kB | 7.7/35 kB Progress (5): 36/160 kB | 21 kB | 12/89 kB | 24/49 kB | 12/35 kB Progress (5): 36/160 kB | 21 kB | 12/89 kB | 24/49 kB | 16/35 kB Progress (5): 36/160 kB | 21 kB | 12/89 kB | 28/49 kB | 16/35 kB Progress (5): 36/160 kB | 21 kB | 16/89 kB | 28/49 kB | 16/35 kB Progress (5): 36/160 kB | 21 kB | 16/89 kB | 32/49 kB | 16/35 kB Progress (5): 36/160 kB | 21 kB | 16/89 kB | 32/49 kB | 20/35 kB Progress (5): 40/160 kB | 21 kB | 16/89 kB | 32/49 kB | 20/35 kB Progress (5): 40/160 kB | 21 kB | 20/89 kB | 32/49 kB | 20/35 kB Progress (5): 40/160 kB | 21 kB | 20/89 kB | 32/49 kB | 24/35 kB Progress (5): 40/160 kB | 21 kB | 24/89 kB | 32/49 kB | 24/35 kB Progress (5): 40/160 kB | 21 kB | 24/89 kB | 36/49 kB | 24/35 kB Progress (5): 44/160 kB | 21 kB | 24/89 kB | 36/49 kB | 24/35 kB Progress (5): 44/160 kB | 21 kB | 28/89 kB | 36/49 kB | 24/35 kB Progress (5): 44/160 kB | 21 kB | 28/89 kB | 40/49 kB | 24/35 kB Progress (5): 44/160 kB | 21 kB | 28/89 kB | 44/49 kB | 24/35 kB Progress (5): 44/160 kB | 21 kB | 28/89 kB | 48/49 kB | 24/35 kB Progress (5): 44/160 kB | 21 kB | 28/89 kB | 49 kB | 24/35 kB Progress (5): 44/160 kB | 21 kB | 28/89 kB | 49 kB | 28/35 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 252 kB/s) Progress (4): 44/160 kB | 32/89 kB | 49 kB | 28/35 kB Progress (4): 48/160 kB | 32/89 kB | 49 kB | 28/35 kB Progress (4): 48/160 kB | 33/89 kB | 49 kB | 28/35 kB Progress (4): 48/160 kB | 37/89 kB | 49 kB | 28/35 kB 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 (4): 48/160 kB | 37/89 kB | 49 kB | 32/35 kB Progress (4): 48/160 kB | 41/89 kB | 49 kB | 32/35 kB Progress (4): 52/160 kB | 41/89 kB | 49 kB | 32/35 kB Progress (4): 52/160 kB | 45/89 kB | 49 kB | 32/35 kB Progress (4): 52/160 kB | 45/89 kB | 49 kB | 33/35 kB Progress (4): 52/160 kB | 49/89 kB | 49 kB | 33/35 kB Progress (4): 56/160 kB | 49/89 kB | 49 kB | 33/35 kB Progress (4): 56/160 kB | 49/89 kB | 49 kB | 35 kB Progress (4): 56/160 kB | 53/89 kB | 49 kB | 35 kB Progress (4): 56/160 kB | 57/89 kB | 49 kB | 35 kB Progress (4): 60/160 kB | 57/89 kB | 49 kB | 35 kB Progress (4): 64/160 kB | 57/89 kB | 49 kB | 35 kB Progress (4): 64/160 kB | 61/89 kB | 49 kB | 35 kB Progress (4): 64/160 kB | 65/89 kB | 49 kB | 35 kB Progress (4): 68/160 kB | 65/89 kB | 49 kB | 35 kB Progress (4): 72/160 kB | 65/89 kB | 49 kB | 35 kB Progress (4): 72/160 kB | 69/89 kB | 49 kB | 35 kB Progress (4): 72/160 kB | 73/89 kB | 49 kB | 35 kB Progress (4): 76/160 kB | 73/89 kB | 49 kB | 35 kB Progress (4): 80/160 kB | 73/89 kB | 49 kB | 35 kB Progress (4): 80/160 kB | 77/89 kB | 49 kB | 35 kB Progress (4): 80/160 kB | 81/89 kB | 49 kB | 35 kB Progress (4): 84/160 kB | 81/89 kB | 49 kB | 35 kB Progress (4): 88/160 kB | 81/89 kB | 49 kB | 35 kB Progress (4): 88/160 kB | 85/89 kB | 49 kB | 35 kB Progress (4): 88/160 kB | 89/89 kB | 49 kB | 35 kB Progress (4): 92/160 kB | 89/89 kB | 49 kB | 35 kB Progress (4): 92/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 96/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 98/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 102/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 106/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 110/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 114/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 118/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 122/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 126/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 130/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 134/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 138/160 kB | 89 kB | 49 kB | 35 kB Progress (4): 142/160 kB | 89 kB | 49 kB | 35 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 808 kB/s) Progress (4): 142/160 kB | 49 kB | 35 kB | 4.1/87 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 321 kB/s) Progress (3): 142/160 kB | 49 kB | 7.7/87 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): 146/160 kB | 49 kB | 7.7/87 kB Progress (3): 150/160 kB | 49 kB | 7.7/87 kB Progress (3): 154/160 kB | 49 kB | 7.7/87 kB Progress (3): 158/160 kB | 49 kB | 7.7/87 kB Progress (3): 160 kB | 49 kB | 7.7/87 kB Progress (3): 160 kB | 49 kB | 12/87 kB Progress (3): 160 kB | 49 kB | 16/87 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): 160 kB | 49 kB | 20/87 kB Progress (3): 160 kB | 49 kB | 24/87 kB Progress (3): 160 kB | 49 kB | 28/87 kB Progress (3): 160 kB | 49 kB | 32/87 kB Progress (3): 160 kB | 49 kB | 33/87 kB Progress (3): 160 kB | 49 kB | 37/87 kB Progress (3): 160 kB | 49 kB | 41/87 kB Progress (3): 160 kB | 49 kB | 45/87 kB Progress (3): 160 kB | 49 kB | 49/87 kB Progress (3): 160 kB | 49 kB | 53/87 kB Progress (3): 160 kB | 49 kB | 57/87 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 384 kB/s) Progress (2): 160 kB | 61/87 kB 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 (2): 160 kB | 65/87 kB Progress (2): 160 kB | 66/87 kB Progress (2): 160 kB | 70/87 kB Progress (2): 160 kB | 74/87 kB Progress (2): 160 kB | 78/87 kB Progress (2): 160 kB | 82/87 kB Progress (2): 160 kB | 86/87 kB Progress (2): 160 kB | 87 kB Progress (3): 160 kB | 87 kB | 4.1/14 kB Progress (4): 160 kB | 87 kB | 4.1/14 kB | 4.1/122 kB Progress (4): 160 kB | 87 kB | 7.7/14 kB | 4.1/122 kB Progress (5): 160 kB | 87 kB | 7.7/14 kB | 4.1/122 kB | 4.1/25 kB Progress (5): 160 kB | 87 kB | 12/14 kB | 4.1/122 kB | 4.1/25 kB Progress (5): 160 kB | 87 kB | 12/14 kB | 4.1/122 kB | 7.7/25 kB Progress (5): 160 kB | 87 kB | 14 kB | 4.1/122 kB | 7.7/25 kB Progress (5): 160 kB | 87 kB | 14 kB | 4.1/122 kB | 12/25 kB Progress (5): 160 kB | 87 kB | 14 kB | 7.7/122 kB | 12/25 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 991 kB/s) Progress (4): 87 kB | 14 kB | 12/122 kB | 12/25 kB Progress (4): 87 kB | 14 kB | 12/122 kB | 16/25 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 539 kB/s) Progress (3): 14 kB | 16/122 kB | 16/25 kB 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): 14 kB | 16/122 kB | 20/25 kB Progress (3): 14 kB | 16/122 kB | 24/25 kB Progress (3): 14 kB | 16/122 kB | 25 kB 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 (3): 14 kB | 20/122 kB | 25 kB Progress (3): 14 kB | 24/122 kB | 25 kB Progress (3): 14 kB | 28/122 kB | 25 kB Progress (3): 14 kB | 32/122 kB | 25 kB Progress (3): 14 kB | 33/122 kB | 25 kB Progress (3): 14 kB | 37/122 kB | 25 kB Progress (3): 14 kB | 41/122 kB | 25 kB Progress (3): 14 kB | 45/122 kB | 25 kB Progress (3): 14 kB | 49/122 kB | 25 kB Progress (3): 14 kB | 53/122 kB | 25 kB Progress (3): 14 kB | 57/122 kB | 25 kB Progress (3): 14 kB | 61/122 kB | 25 kB Progress (3): 14 kB | 65/122 kB | 25 kB Progress (3): 14 kB | 66/122 kB | 25 kB Progress (3): 14 kB | 70/122 kB | 25 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 78 kB/s) 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 138 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 (2): 70/122 kB | 4.1/29 kB Progress (2): 70/122 kB | 7.7/29 kB Progress (2): 70/122 kB | 12/29 kB Progress (2): 70/122 kB | 16/29 kB Progress (2): 70/122 kB | 20/29 kB Progress (2): 70/122 kB | 24/29 kB Progress (2): 70/122 kB | 28/29 kB Progress (2): 70/122 kB | 29 kB Progress (2): 74/122 kB | 29 kB 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 (2): 78/122 kB | 29 kB Progress (2): 82/122 kB | 29 kB Progress (2): 86/122 kB | 29 kB Progress (2): 90/122 kB | 29 kB Progress (2): 94/122 kB | 29 kB Progress (2): 98/122 kB | 29 kB Progress (2): 102/122 kB | 29 kB Progress (2): 106/122 kB | 29 kB Progress (2): 110/122 kB | 29 kB Progress (2): 114/122 kB | 29 kB Progress (2): 118/122 kB | 29 kB Progress (2): 122/122 kB | 29 kB Progress (2): 122 kB | 29 kB Progress (3): 122 kB | 29 kB | 4.1/58 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.jar (29 kB at 148 kB/s) 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 Progress (2): 122 kB | 7.7/58 kB Progress (3): 122 kB | 7.7/58 kB | 4.1/37 kB Progress (4): 122 kB | 7.7/58 kB | 4.1/37 kB | 4.1/10 kB Progress (4): 122 kB | 12/58 kB | 4.1/37 kB | 4.1/10 kB Progress (4): 122 kB | 12/58 kB | 4.1/37 kB | 7.7/10 kB Progress (4): 122 kB | 12/58 kB | 7.7/37 kB | 7.7/10 kB Progress (4): 122 kB | 16/58 kB | 7.7/37 kB | 7.7/10 kB Progress (4): 122 kB | 16/58 kB | 7.7/37 kB | 10 kB Progress (4): 122 kB | 16/58 kB | 12/37 kB | 10 kB Progress (4): 122 kB | 20/58 kB | 12/37 kB | 10 kB Progress (4): 122 kB | 20/58 kB | 16/37 kB | 10 kB Progress (4): 122 kB | 24/58 kB | 16/37 kB | 10 kB Progress (4): 122 kB | 24/58 kB | 20/37 kB | 10 kB Progress (4): 122 kB | 28/58 kB | 20/37 kB | 10 kB Progress (4): 122 kB | 28/58 kB | 24/37 kB | 10 kB Progress (4): 122 kB | 32/58 kB | 24/37 kB | 10 kB Progress (4): 122 kB | 32/58 kB | 28/37 kB | 10 kB Progress (4): 122 kB | 36/58 kB | 28/37 kB | 10 kB Progress (4): 122 kB | 40/58 kB | 28/37 kB | 10 kB Progress (4): 122 kB | 44/58 kB | 28/37 kB | 10 kB Progress (4): 122 kB | 48/58 kB | 28/37 kB | 10 kB Progress (4): 122 kB | 48/58 kB | 32/37 kB | 10 kB Progress (4): 122 kB | 52/58 kB | 32/37 kB | 10 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 572 kB/s) Progress (3): 56/58 kB | 32/37 kB | 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 Progress (3): 56/58 kB | 33/37 kB | 10 kB Progress (3): 56/58 kB | 37/37 kB | 10 kB Progress (3): 56/58 kB | 37 kB | 10 kB Progress (4): 56/58 kB | 37 kB | 10 kB | 4.1/33 kB Progress (4): 56/58 kB | 37 kB | 10 kB | 7.7/33 kB Progress (4): 58 kB | 37 kB | 10 kB | 7.7/33 kB Progress (4): 58 kB | 37 kB | 10 kB | 12/33 kB Progress (4): 58 kB | 37 kB | 10 kB | 16/33 kB Progress (4): 58 kB | 37 kB | 10 kB | 20/33 kB Progress (4): 58 kB | 37 kB | 10 kB | 24/33 kB Progress (4): 58 kB | 37 kB | 10 kB | 28/33 kB Progress (4): 58 kB | 37 kB | 10 kB | 32/33 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.jar (10 kB at 46 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 (3): 58 kB | 37 kB | 33 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 158 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-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 244 kB/s) Progress (2): 33 kB | 4.1/4.6 kB Progress (2): 33 kB | 4.6 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.jar (33 kB at 133 kB/s) Progress (2): 4.6 kB | 4.1/21 kB Progress (2): 4.6 kB | 7.7/21 kB Progress (2): 4.6 kB | 12/21 kB Progress (3): 4.6 kB | 12/21 kB | 4.1/14 kB Progress (3): 4.6 kB | 16/21 kB | 4.1/14 kB Progress (3): 4.6 kB | 16/21 kB | 7.7/14 kB Progress (3): 4.6 kB | 20/21 kB | 7.7/14 kB Progress (3): 4.6 kB | 20/21 kB | 12/14 kB Progress (3): 4.6 kB | 20/21 kB | 14 kB 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 18 kB/s) Progress (2): 21 kB | 14 kB 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 52 kB/s) 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 77 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 2.5 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 52 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 81 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 364 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 70 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 94 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 377 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 39 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 127 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 90 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 85 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 27 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 61 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 70 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 56 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 35 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 82 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 357 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 65 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 266 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 53 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 83 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 140 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 47 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 27 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 28 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 43 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 73 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 185 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 31 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 229 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 122 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 74 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 708 kB/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 85 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 417 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 742 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 82 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 126 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 87 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 78 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 96 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 44 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 56 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 80 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 82 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.0 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 5.9 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 147 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 33 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/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/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/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-project/2.0.7/maven-project-2.0.7.jar Progress (1): 3.8/160 kB 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): 7.9/160 kB Progress (1): 12/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 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): 37/160 kB 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): 62/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): 103/160 kB Progress (1): 107/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): 144/160 kB Progress (1): 148/160 kB Progress (1): 152/160 kB Progress (1): 156/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 366 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/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/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/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/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): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Progress (2): 43 kB | 4.1/61 kB Progress (2): 43 kB | 7.7/61 kB Progress (2): 43 kB | 12/61 kB Progress (2): 43 kB | 16/61 kB Progress (2): 43 kB | 20/61 kB Progress (2): 43 kB | 24/61 kB Progress (2): 43 kB | 28/61 kB Progress (2): 43 kB | 32/61 kB Progress (2): 43 kB | 36/61 kB Progress (2): 43 kB | 40/61 kB Progress (2): 43 kB | 44/61 kB Progress (2): 43 kB | 48/61 kB Progress (3): 43 kB | 48/61 kB | 4.1/35 kB Progress (3): 43 kB | 52/61 kB | 4.1/35 kB Progress (3): 43 kB | 52/61 kB | 7.7/35 kB Progress (3): 43 kB | 56/61 kB | 7.7/35 kB Progress (4): 43 kB | 56/61 kB | 7.7/35 kB | 4.1/117 kB Progress (4): 43 kB | 56/61 kB | 12/35 kB | 4.1/117 kB Progress (4): 43 kB | 56/61 kB | 16/35 kB | 4.1/117 kB Progress (4): 43 kB | 56/61 kB | 16/35 kB | 7.7/117 kB Progress (5): 43 kB | 56/61 kB | 16/35 kB | 7.7/117 kB | 4.1/11 kB Progress (5): 43 kB | 60/61 kB | 16/35 kB | 7.7/117 kB | 4.1/11 kB Progress (5): 43 kB | 61 kB | 16/35 kB | 7.7/117 kB | 4.1/11 kB Progress (5): 43 kB | 61 kB | 16/35 kB | 12/117 kB | 4.1/11 kB Progress (5): 43 kB | 61 kB | 20/35 kB | 12/117 kB | 4.1/11 kB Progress (5): 43 kB | 61 kB | 24/35 kB | 12/117 kB | 4.1/11 kB Progress (5): 43 kB | 61 kB | 24/35 kB | 16/117 kB | 4.1/11 kB Progress (5): 43 kB | 61 kB | 24/35 kB | 16/117 kB | 7.7/11 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 528 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 (4): 61 kB | 24/35 kB | 16/117 kB | 11 kB Progress (4): 61 kB | 28/35 kB | 16/117 kB | 11 kB Progress (4): 61 kB | 28/35 kB | 20/117 kB | 11 kB Progress (4): 61 kB | 32/35 kB | 20/117 kB | 11 kB Progress (4): 61 kB | 35 kB | 20/117 kB | 11 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 615 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 (3): 35 kB | 24/117 kB | 11 kB Progress (3): 35 kB | 28/117 kB | 11 kB Progress (3): 35 kB | 32/117 kB | 11 kB Progress (3): 35 kB | 36/117 kB | 11 kB Progress (3): 35 kB | 40/117 kB | 11 kB Progress (4): 35 kB | 40/117 kB | 11 kB | 4.1/29 kB Progress (4): 35 kB | 44/117 kB | 11 kB | 4.1/29 kB Progress (4): 35 kB | 44/117 kB | 11 kB | 7.7/29 kB Progress (4): 35 kB | 48/117 kB | 11 kB | 7.7/29 kB Progress (4): 35 kB | 48/117 kB | 11 kB | 12/29 kB Progress (4): 35 kB | 48/117 kB | 11 kB | 16/29 kB Progress (4): 35 kB | 52/117 kB | 11 kB | 16/29 kB Progress (4): 35 kB | 56/117 kB | 11 kB | 16/29 kB Progress (4): 35 kB | 56/117 kB | 11 kB | 20/29 kB Progress (4): 35 kB | 56/117 kB | 11 kB | 24/29 kB Progress (4): 35 kB | 60/117 kB | 11 kB | 24/29 kB Progress (4): 35 kB | 64/117 kB | 11 kB | 24/29 kB Progress (4): 35 kB | 64/117 kB | 11 kB | 28/29 kB Progress (4): 35 kB | 64/117 kB | 11 kB | 29 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 94 kB/s) Progress (3): 35 kB | 68/117 kB | 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 | 72/117 kB | 29 kB Progress (3): 35 kB | 76/117 kB | 29 kB Progress (3): 35 kB | 80/117 kB | 29 kB Progress (4): 35 kB | 80/117 kB | 29 kB | 4.1/86 kB Progress (4): 35 kB | 84/117 kB | 29 kB | 4.1/86 kB Progress (4): 35 kB | 84/117 kB | 29 kB | 7.7/86 kB Progress (4): 35 kB | 88/117 kB | 29 kB | 7.7/86 kB Progress (4): 35 kB | 92/117 kB | 29 kB | 7.7/86 kB Progress (4): 35 kB | 96/117 kB | 29 kB | 7.7/86 kB Progress (4): 35 kB | 96/117 kB | 29 kB | 12/86 kB Progress (4): 35 kB | 100/117 kB | 29 kB | 12/86 kB Progress (4): 35 kB | 104/117 kB | 29 kB | 12/86 kB Progress (4): 35 kB | 108/117 kB | 29 kB | 12/86 kB Progress (4): 35 kB | 112/117 kB | 29 kB | 12/86 kB Progress (4): 35 kB | 116/117 kB | 29 kB | 12/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 12/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 16/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 20/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 24/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 28/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 32/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 33/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 37/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 41/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 45/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 49/86 kB Progress (4): 35 kB | 117 kB | 29 kB | 53/86 kB Progress (5): 35 kB | 117 kB | 29 kB | 53/86 kB | 4.1/13 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 204 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 (4): 35 kB | 117 kB | 57/86 kB | 4.1/13 kB Progress (4): 35 kB | 117 kB | 57/86 kB | 7.7/13 kB Progress (4): 35 kB | 117 kB | 61/86 kB | 7.7/13 kB Progress (4): 35 kB | 117 kB | 65/86 kB | 7.7/13 kB Progress (4): 35 kB | 117 kB | 65/86 kB | 12/13 kB Progress (4): 35 kB | 117 kB | 65/86 kB | 13 kB Progress (4): 35 kB | 117 kB | 69/86 kB | 13 kB Progress (4): 35 kB | 117 kB | 73/86 kB | 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 241 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 Progress (3): 117 kB | 77/86 kB | 13 kB Progress (3): 117 kB | 81/86 kB | 13 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 4.1/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 7.7/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 12/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 16/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 20/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 24/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 28/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 32/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 33/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 37/88 kB Progress (4): 117 kB | 81/86 kB | 13 kB | 41/88 kB Progress (4): 117 kB | 85/86 kB | 13 kB | 41/88 kB Progress (4): 117 kB | 86 kB | 13 kB | 41/88 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 77 kB/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 (3): 117 kB | 86 kB | 45/88 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.jar (117 kB at 674 kB/s) Progress (2): 86 kB | 49/88 kB Progress (2): 86 kB | 53/88 kB Progress (2): 86 kB | 57/88 kB Progress (2): 86 kB | 61/88 kB Progress (2): 86 kB | 65/88 kB Progress (2): 86 kB | 69/88 kB Progress (2): 86 kB | 73/88 kB Progress (2): 86 kB | 77/88 kB Progress (2): 86 kB | 81/88 kB Progress (2): 86 kB | 85/88 kB Progress (2): 86 kB | 88 kB Progress (3): 86 kB | 88 kB | 4.1/10 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.jar (86 kB at 478 kB/s) 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 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 (2): 88 kB | 7.7/10 kB Progress (2): 88 kB | 10 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 460 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 (2): 10 kB | 4.1/24 kB Progress (2): 10 kB | 7.7/24 kB Progress (3): 10 kB | 7.7/24 kB | 4.1/49 kB Progress (3): 10 kB | 12/24 kB | 4.1/49 kB Progress (3): 10 kB | 16/24 kB | 4.1/49 kB Progress (3): 10 kB | 16/24 kB | 7.7/49 kB Progress (3): 10 kB | 16/24 kB | 12/49 kB Progress (3): 10 kB | 16/24 kB | 16/49 kB Progress (3): 10 kB | 20/24 kB | 16/49 kB Progress (3): 10 kB | 20/24 kB | 20/49 kB Progress (3): 10 kB | 24/24 kB | 20/49 kB Progress (3): 10 kB | 24/24 kB | 24/49 kB Progress (3): 10 kB | 24/24 kB | 28/49 kB Progress (3): 10 kB | 24 kB | 28/49 kB Progress (3): 10 kB | 24 kB | 32/49 kB Progress (3): 10 kB | 24 kB | 33/49 kB Progress (3): 10 kB | 24 kB | 37/49 kB Progress (3): 10 kB | 24 kB | 41/49 kB Progress (3): 10 kB | 24 kB | 45/49 kB Progress (3): 10 kB | 24 kB | 49/49 kB Progress (3): 10 kB | 24 kB | 49 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 108 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 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 215 kB/s) Progress (2): 10 kB | 4.1/34 kB Progress (3): 10 kB | 4.1/34 kB | 4.1/57 kB Progress (3): 10 kB | 7.7/34 kB | 4.1/57 kB Progress (3): 10 kB | 7.7/34 kB | 7.7/57 kB Progress (3): 10 kB | 12/34 kB | 7.7/57 kB Progress (3): 10 kB | 12/34 kB | 12/57 kB Progress (3): 10 kB | 12/34 kB | 16/57 kB Progress (3): 10 kB | 12/34 kB | 20/57 kB Progress (3): 10 kB | 12/34 kB | 24/57 kB Progress (3): 10 kB | 12/34 kB | 28/57 kB Progress (3): 10 kB | 12/34 kB | 32/57 kB Progress (3): 10 kB | 12/34 kB | 36/57 kB Progress (3): 10 kB | 12/34 kB | 40/57 kB Progress (3): 10 kB | 12/34 kB | 44/57 kB Progress (3): 10 kB | 12/34 kB | 48/57 kB Progress (3): 10 kB | 12/34 kB | 52/57 kB Progress (3): 10 kB | 12/34 kB | 56/57 kB Progress (3): 10 kB | 12/34 kB | 57 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-2/wagon-provider-api-1.0-beta-2.jar Progress (3): 10 kB | 16/34 kB | 57 kB Progress (3): 10 kB | 20/34 kB | 57 kB Progress (3): 10 kB | 24/34 kB | 57 kB Progress (3): 10 kB | 28/34 kB | 57 kB Progress (3): 10 kB | 32/34 kB | 57 kB Progress (3): 10 kB | 34 kB | 57 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 231 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/maven-archiver/2.2/maven-archiver-2.2.jar (10 kB at 40 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 (2): 34 kB | 4.1/46 kB Progress (2): 34 kB | 7.7/46 kB Progress (2): 34 kB | 12/46 kB Progress (2): 34 kB | 16/46 kB Progress (2): 34 kB | 20/46 kB Progress (2): 34 kB | 24/46 kB Progress (2): 34 kB | 28/46 kB Progress (2): 34 kB | 32/46 kB Progress (3): 34 kB | 32/46 kB | 4.1/13 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.jar (34 kB at 132 kB/s) Progress (2): 32/46 kB | 7.7/13 kB Progress (2): 32/46 kB | 12/13 kB Progress (2): 32/46 kB | 13 kB Progress (2): 36/46 kB | 13 kB Progress (3): 36/46 kB | 13 kB | 4.1/142 kB Progress (3): 40/46 kB | 13 kB | 4.1/142 kB Progress (3): 40/46 kB | 13 kB | 7.7/142 kB Progress (3): 44/46 kB | 13 kB | 7.7/142 kB Progress (3): 46 kB | 13 kB | 7.7/142 kB Progress (3): 46 kB | 13 kB | 12/142 kB Progress (3): 46 kB | 13 kB | 16/142 kB Progress (3): 46 kB | 13 kB | 20/142 kB Progress (3): 46 kB | 13 kB | 24/142 kB Progress (3): 46 kB | 13 kB | 28/142 kB Progress (3): 46 kB | 13 kB | 32/142 kB Progress (3): 46 kB | 13 kB | 33/142 kB Progress (3): 46 kB | 13 kB | 37/142 kB Progress (3): 46 kB | 13 kB | 41/142 kB Progress (3): 46 kB | 13 kB | 45/142 kB Progress (4): 46 kB | 13 kB | 45/142 kB | 4.1/203 kB Progress (4): 46 kB | 13 kB | 45/142 kB | 7.7/203 kB Progress (4): 46 kB | 13 kB | 49/142 kB | 7.7/203 kB Progress (4): 46 kB | 13 kB | 49/142 kB | 12/203 kB Progress (4): 46 kB | 13 kB | 49/142 kB | 16/203 kB Progress (4): 46 kB | 13 kB | 53/142 kB | 16/203 kB Progress (4): 46 kB | 13 kB | 57/142 kB | 16/203 kB Progress (4): 46 kB | 13 kB | 57/142 kB | 20/203 kB Progress (4): 46 kB | 13 kB | 57/142 kB | 24/203 kB Progress (4): 46 kB | 13 kB | 61/142 kB | 24/203 kB Progress (4): 46 kB | 13 kB | 65/142 kB | 24/203 kB Progress (4): 46 kB | 13 kB | 65/142 kB | 28/203 kB Progress (4): 46 kB | 13 kB | 66/142 kB | 28/203 kB Progress (4): 46 kB | 13 kB | 66/142 kB | 32/203 kB Progress (4): 46 kB | 13 kB | 66/142 kB | 33/203 kB Progress (4): 46 kB | 13 kB | 70/142 kB | 33/203 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.jar (13 kB at 45 kB/s) Progress (3): 46 kB | 74/142 kB | 33/203 kB Progress (3): 46 kB | 74/142 kB | 37/203 kB Progress (3): 46 kB | 74/142 kB | 41/203 kB Progress (3): 46 kB | 78/142 kB | 41/203 kB Progress (3): 46 kB | 82/142 kB | 41/203 kB Progress (3): 46 kB | 82/142 kB | 45/203 kB Progress (3): 46 kB | 82/142 kB | 49/203 kB Progress (3): 46 kB | 86/142 kB | 49/203 kB Progress (3): 46 kB | 90/142 kB | 49/203 kB Progress (3): 46 kB | 94/142 kB | 49/203 kB Progress (3): 46 kB | 98/142 kB | 49/203 kB Progress (3): 46 kB | 98/142 kB | 49/203 kB Progress (3): 46 kB | 102/142 kB | 49/203 kB Progress (3): 46 kB | 106/142 kB | 49/203 kB Progress (3): 46 kB | 110/142 kB | 49/203 kB Progress (3): 46 kB | 114/142 kB | 49/203 kB Progress (3): 46 kB | 118/142 kB | 49/203 kB Progress (3): 46 kB | 118/142 kB | 53/203 kB Progress (3): 46 kB | 122/142 kB | 53/203 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-2/wagon-provider-api-1.0-beta-2.jar (46 kB at 164 kB/s) Progress (2): 122/142 kB | 57/203 kB Progress (2): 126/142 kB | 57/203 kB Progress (2): 130/142 kB | 57/203 kB Progress (2): 134/142 kB | 57/203 kB Progress (2): 134/142 kB | 61/203 kB Progress (2): 138/142 kB | 61/203 kB Progress (2): 138/142 kB | 65/203 kB Progress (2): 142 kB | 65/203 kB Progress (2): 142 kB | 66/203 kB Progress (2): 142 kB | 70/203 kB Progress (2): 142 kB | 74/203 kB Progress (2): 142 kB | 78/203 kB Progress (2): 142 kB | 82/203 kB Progress (2): 142 kB | 86/203 kB Progress (2): 142 kB | 90/203 kB Progress (2): 142 kB | 94/203 kB Progress (2): 142 kB | 98/203 kB Progress (2): 142 kB | 102/203 kB Progress (2): 142 kB | 106/203 kB Progress (2): 142 kB | 110/203 kB Progress (2): 142 kB | 114/203 kB Progress (2): 142 kB | 118/203 kB Progress (2): 142 kB | 122/203 kB Progress (2): 142 kB | 126/203 kB Progress (2): 142 kB | 130/203 kB Progress (2): 142 kB | 134/203 kB Progress (2): 142 kB | 138/203 kB Progress (2): 142 kB | 142/203 kB Progress (2): 142 kB | 146/203 kB Progress (2): 142 kB | 150/203 kB Progress (2): 142 kB | 154/203 kB Progress (2): 142 kB | 158/203 kB Progress (2): 142 kB | 162/203 kB Progress (2): 142 kB | 166/203 kB Progress (2): 142 kB | 170/203 kB Progress (2): 142 kB | 174/203 kB Progress (2): 142 kB | 178/203 kB Progress (2): 142 kB | 182/203 kB Progress (2): 142 kB | 186/203 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.jar (142 kB at 475 kB/s) Progress (1): 190/203 kB Progress (1): 194/203 kB Progress (1): 198/203 kB Progress (1): 202/203 kB Progress (1): 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 551 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 117 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 83 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 198 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 65 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 578 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 67 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 55 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 145 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 619 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 71 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 333 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 838 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/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/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/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/commons/commons-lang3/3.1/commons-lang3-3.1.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 Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (2): 7.7/35 kB | 4.1/316 kB Progress (2): 12/35 kB | 4.1/316 kB Progress (2): 12/35 kB | 7.7/316 kB Progress (2): 16/35 kB | 7.7/316 kB Progress (2): 16/35 kB | 12/316 kB Progress (2): 20/35 kB | 12/316 kB Progress (2): 20/35 kB | 16/316 kB Progress (2): 24/35 kB | 16/316 kB Progress (2): 28/35 kB | 16/316 kB Progress (2): 32/35 kB | 16/316 kB Progress (2): 35 kB | 16/316 kB Progress (3): 35 kB | 16/316 kB | 4.1/118 kB Progress (4): 35 kB | 16/316 kB | 4.1/118 kB | 4.1/263 kB Progress (4): 35 kB | 20/316 kB | 4.1/118 kB | 4.1/263 kB Progress (4): 35 kB | 20/316 kB | 4.1/118 kB | 7.7/263 kB Progress (4): 35 kB | 24/316 kB | 4.1/118 kB | 7.7/263 kB Progress (4): 35 kB | 24/316 kB | 7.7/118 kB | 7.7/263 kB Progress (4): 35 kB | 28/316 kB | 7.7/118 kB | 7.7/263 kB Progress (4): 35 kB | 28/316 kB | 12/118 kB | 7.7/263 kB Progress (4): 35 kB | 28/316 kB | 12/118 kB | 12/263 kB Progress (4): 35 kB | 28/316 kB | 12/118 kB | 16/263 kB Progress (4): 35 kB | 28/316 kB | 12/118 kB | 20/263 kB Progress (4): 35 kB | 28/316 kB | 12/118 kB | 24/263 kB Progress (4): 35 kB | 28/316 kB | 16/118 kB | 24/263 kB Progress (4): 35 kB | 32/316 kB | 16/118 kB | 24/263 kB Progress (4): 35 kB | 32/316 kB | 16/118 kB | 28/263 kB Progress (4): 35 kB | 33/316 kB | 16/118 kB | 28/263 kB Progress (4): 35 kB | 33/316 kB | 20/118 kB | 28/263 kB Progress (4): 35 kB | 33/316 kB | 20/118 kB | 32/263 kB Progress (4): 35 kB | 33/316 kB | 20/118 kB | 33/263 kB Progress (4): 35 kB | 33/316 kB | 24/118 kB | 33/263 kB Progress (4): 35 kB | 37/316 kB | 24/118 kB | 33/263 kB Progress (4): 35 kB | 37/316 kB | 24/118 kB | 37/263 kB Progress (4): 35 kB | 41/316 kB | 24/118 kB | 37/263 kB Progress (4): 35 kB | 41/316 kB | 28/118 kB | 37/263 kB Progress (4): 35 kB | 41/316 kB | 28/118 kB | 41/263 kB Progress (4): 35 kB | 45/316 kB | 28/118 kB | 41/263 kB Progress (4): 35 kB | 45/316 kB | 28/118 kB | 45/263 kB Progress (4): 35 kB | 49/316 kB | 28/118 kB | 45/263 kB Progress (4): 35 kB | 49/316 kB | 28/118 kB | 49/263 kB Progress (4): 35 kB | 53/316 kB | 28/118 kB | 49/263 kB Progress (4): 35 kB | 53/316 kB | 32/118 kB | 49/263 kB Progress (4): 35 kB | 57/316 kB | 32/118 kB | 49/263 kB Progress (4): 35 kB | 57/316 kB | 32/118 kB | 53/263 kB Progress (4): 35 kB | 57/316 kB | 32/118 kB | 57/263 kB Progress (4): 35 kB | 61/316 kB | 32/118 kB | 57/263 kB Progress (4): 35 kB | 65/316 kB | 32/118 kB | 57/263 kB Progress (4): 35 kB | 65/316 kB | 33/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 33/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 37/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 41/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 45/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 49/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 53/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 57/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 61/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 65/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 66/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 70/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 74/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 78/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 82/118 kB | 57/263 kB Progress (4): 35 kB | 66/316 kB | 82/118 kB | 61/263 kB Progress (4): 35 kB | 66/316 kB | 86/118 kB | 61/263 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 654 kB/s) Progress (3): 70/316 kB | 86/118 kB | 61/263 kB Progress (3): 74/316 kB | 86/118 kB | 61/263 kB Progress (3): 78/316 kB | 86/118 kB | 61/263 kB Progress (3): 82/316 kB | 86/118 kB | 61/263 kB Progress (3): 86/316 kB | 86/118 kB | 61/263 kB 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 (3): 86/316 kB | 86/118 kB | 65/263 kB Progress (3): 86/316 kB | 90/118 kB | 65/263 kB Progress (3): 86/316 kB | 90/118 kB | 66/263 kB Progress (3): 86/316 kB | 94/118 kB | 66/263 kB Progress (3): 90/316 kB | 94/118 kB | 66/263 kB Progress (3): 90/316 kB | 98/118 kB | 66/263 kB Progress (3): 90/316 kB | 98/118 kB | 66/263 kB Progress (3): 90/316 kB | 102/118 kB | 66/263 kB Progress (3): 90/316 kB | 106/118 kB | 66/263 kB Progress (3): 90/316 kB | 110/118 kB | 66/263 kB Progress (3): 90/316 kB | 114/118 kB | 66/263 kB Progress (3): 90/316 kB | 118 kB | 66/263 kB Progress (3): 90/316 kB | 118 kB | 70/263 kB Progress (3): 90/316 kB | 118 kB | 74/263 kB Progress (3): 94/316 kB | 118 kB | 74/263 kB Progress (3): 98/316 kB | 118 kB | 74/263 kB Progress (3): 98/316 kB | 118 kB | 78/263 kB Progress (3): 98/316 kB | 118 kB | 82/263 kB Progress (3): 98/316 kB | 118 kB | 86/263 kB Progress (3): 98/316 kB | 118 kB | 90/263 kB Progress (3): 98/316 kB | 118 kB | 94/263 kB Progress (3): 98/316 kB | 118 kB | 94/263 kB Progress (3): 98/316 kB | 118 kB | 98/263 kB Progress (3): 98/316 kB | 118 kB | 98/263 kB Progress (3): 102/316 kB | 118 kB | 98/263 kB Progress (3): 102/316 kB | 118 kB | 102/263 kB Progress (3): 106/316 kB | 118 kB | 102/263 kB Progress (3): 106/316 kB | 118 kB | 106/263 kB Progress (3): 110/316 kB | 118 kB | 106/263 kB Progress (3): 110/316 kB | 118 kB | 110/263 kB Progress (3): 114/316 kB | 118 kB | 110/263 kB Progress (3): 114/316 kB | 118 kB | 114/263 kB Progress (3): 118/316 kB | 118 kB | 114/263 kB Progress (3): 118/316 kB | 118 kB | 118/263 kB Progress (3): 122/316 kB | 118 kB | 118/263 kB Progress (3): 126/316 kB | 118 kB | 118/263 kB Progress (3): 130/316 kB | 118 kB | 118/263 kB Progress (3): 131/316 kB | 118 kB | 118/263 kB Progress (3): 135/316 kB | 118 kB | 118/263 kB Progress (3): 139/316 kB | 118 kB | 118/263 kB Progress (3): 143/316 kB | 118 kB | 118/263 kB Progress (3): 147/316 kB | 118 kB | 118/263 kB Progress (3): 151/316 kB | 118 kB | 118/263 kB Progress (3): 155/316 kB | 118 kB | 118/263 kB Progress (3): 159/316 kB | 118 kB | 118/263 kB Progress (3): 159/316 kB | 118 kB | 122/263 kB Progress (3): 163/316 kB | 118 kB | 122/263 kB Progress (4): 163/316 kB | 118 kB | 122/263 kB | 4.1/10 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 1.5 MB/s) Progress (4): 163/316 kB | 122/263 kB | 4.1/10 kB | 4.1/31 kB 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 (4): 163/316 kB | 122/263 kB | 7.7/10 kB | 4.1/31 kB Progress (4): 167/316 kB | 122/263 kB | 7.7/10 kB | 4.1/31 kB Progress (4): 171/316 kB | 122/263 kB | 7.7/10 kB | 4.1/31 kB Progress (4): 171/316 kB | 126/263 kB | 7.7/10 kB | 4.1/31 kB Progress (4): 171/316 kB | 126/263 kB | 10 kB | 4.1/31 kB Progress (4): 171/316 kB | 126/263 kB | 10 kB | 7.7/31 kB Progress (4): 175/316 kB | 126/263 kB | 10 kB | 7.7/31 kB Progress (4): 175/316 kB | 126/263 kB | 10 kB | 12/31 kB Progress (4): 179/316 kB | 126/263 kB | 10 kB | 12/31 kB Progress (4): 179/316 kB | 130/263 kB | 10 kB | 12/31 kB Progress (4): 183/316 kB | 130/263 kB | 10 kB | 12/31 kB Progress (4): 187/316 kB | 130/263 kB | 10 kB | 12/31 kB Progress (4): 187/316 kB | 130/263 kB | 10 kB | 16/31 kB Progress (4): 191/316 kB | 130/263 kB | 10 kB | 16/31 kB Progress (4): 195/316 kB | 130/263 kB | 10 kB | 16/31 kB Progress (4): 195/316 kB | 130/263 kB | 10 kB | 20/31 kB Progress (4): 195/316 kB | 130/263 kB | 10 kB | 24/31 kB Progress (4): 195/316 kB | 130/263 kB | 10 kB | 28/31 kB Progress (4): 195/316 kB | 130/263 kB | 10 kB | 31 kB Progress (4): 195/316 kB | 134/263 kB | 10 kB | 31 kB Progress (4): 199/316 kB | 134/263 kB | 10 kB | 31 kB Progress (4): 199/316 kB | 138/263 kB | 10 kB | 31 kB Progress (4): 199/316 kB | 142/263 kB | 10 kB | 31 kB Progress (4): 199/316 kB | 146/263 kB | 10 kB | 31 kB Progress (4): 203/316 kB | 146/263 kB | 10 kB | 31 kB Progress (4): 203/316 kB | 150/263 kB | 10 kB | 31 kB Progress (4): 203/316 kB | 154/263 kB | 10 kB | 31 kB Progress (4): 207/316 kB | 154/263 kB | 10 kB | 31 kB Progress (4): 207/316 kB | 158/263 kB | 10 kB | 31 kB Progress (4): 211/316 kB | 158/263 kB | 10 kB | 31 kB Progress (4): 211/316 kB | 162/263 kB | 10 kB | 31 kB Progress (4): 215/316 kB | 162/263 kB | 10 kB | 31 kB Progress (4): 215/316 kB | 166/263 kB | 10 kB | 31 kB Progress (4): 219/316 kB | 166/263 kB | 10 kB | 31 kB Progress (4): 219/316 kB | 170/263 kB | 10 kB | 31 kB Progress (4): 223/316 kB | 170/263 kB | 10 kB | 31 kB Progress (4): 227/316 kB | 170/263 kB | 10 kB | 31 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 109 kB/s) Progress (3): 231/316 kB | 170/263 kB | 31 kB Progress (3): 235/316 kB | 170/263 kB | 31 kB Progress (3): 239/316 kB | 170/263 kB | 31 kB Progress (3): 243/316 kB | 170/263 kB | 31 kB Progress (3): 247/316 kB | 170/263 kB | 31 kB Progress (3): 251/316 kB | 170/263 kB | 31 kB Progress (3): 255/316 kB | 170/263 kB | 31 kB Progress (3): 259/316 kB | 170/263 kB | 31 kB Progress (3): 263/316 kB | 170/263 kB | 31 kB Progress (3): 263/316 kB | 174/263 kB | 31 kB Progress (3): 263/316 kB | 178/263 kB | 31 kB Progress (3): 263/316 kB | 182/263 kB | 31 kB Progress (3): 263/316 kB | 186/263 kB | 31 kB Progress (4): 263/316 kB | 186/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 190/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 194/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 198/263 kB | 31 kB | 4.1/38 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 (4): 263/316 kB | 202/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 206/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 210/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 214/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 218/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 222/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 226/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 230/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 234/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 238/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 242/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 246/263 kB | 31 kB | 4.1/38 kB Progress (4): 263/316 kB | 250/263 kB | 31 kB | 4.1/38 kB Progress (4): 267/316 kB | 250/263 kB | 31 kB | 4.1/38 kB Progress (4): 267/316 kB | 250/263 kB | 31 kB | 7.7/38 kB Progress (4): 271/316 kB | 250/263 kB | 31 kB | 7.7/38 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 288 kB/s) Progress (3): 271/316 kB | 250/263 kB | 12/38 kB Progress (3): 275/316 kB | 250/263 kB | 12/38 kB Progress (3): 275/316 kB | 254/263 kB | 12/38 kB Progress (3): 275/316 kB | 258/263 kB | 12/38 kB Progress (3): 275/316 kB | 262/263 kB | 12/38 kB Progress (3): 275/316 kB | 262/263 kB | 16/38 kB Progress (3): 275/316 kB | 262/263 kB | 20/38 kB Progress (3): 275/316 kB | 263 kB | 20/38 kB Progress (4): 275/316 kB | 263 kB | 20/38 kB | 4.1/14 kB Progress (4): 275/316 kB | 263 kB | 20/38 kB | 7.7/14 kB Progress (4): 275/316 kB | 263 kB | 20/38 kB | 12/14 kB Progress (4): 275/316 kB | 263 kB | 20/38 kB | 14 kB Progress (4): 279/316 kB | 263 kB | 20/38 kB | 14 kB Progress (4): 279/316 kB | 263 kB | 24/38 kB | 14 kB Progress (4): 283/316 kB | 263 kB | 24/38 kB | 14 kB Progress (4): 283/316 kB | 263 kB | 28/38 kB | 14 kB Progress (4): 283/316 kB | 263 kB | 32/38 kB | 14 kB Progress (4): 287/316 kB | 263 kB | 32/38 kB | 14 kB Progress (4): 287/316 kB | 263 kB | 36/38 kB | 14 kB Progress (4): 291/316 kB | 263 kB | 36/38 kB | 14 kB Progress (4): 291/316 kB | 263 kB | 38 kB | 14 kB Progress (4): 295/316 kB | 263 kB | 38 kB | 14 kB Progress (4): 299/316 kB | 263 kB | 38 kB | 14 kB Progress (4): 303/316 kB | 263 kB | 38 kB | 14 kB Progress (4): 307/316 kB | 263 kB | 38 kB | 14 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 2.0 MB/s) 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 110 kB/s) Progress (2): 311/316 kB | 38 kB Progress (2): 315/316 kB | 38 kB Progress (2): 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 281 kB/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 2.1 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 197 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 108 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 72 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 112 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 216 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/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.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 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-archiver/2.1/plexus-archiver-2.1.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/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (2): 7.7/22 kB | 4.1/208 kB Progress (3): 7.7/22 kB | 4.1/208 kB | 4.1/58 kB Progress (3): 12/22 kB | 4.1/208 kB | 4.1/58 kB Progress (3): 16/22 kB | 4.1/208 kB | 4.1/58 kB Progress (3): 16/22 kB | 7.7/208 kB | 4.1/58 kB Progress (3): 16/22 kB | 7.7/208 kB | 7.7/58 kB Progress (3): 16/22 kB | 12/208 kB | 7.7/58 kB Progress (3): 20/22 kB | 12/208 kB | 7.7/58 kB Progress (3): 22 kB | 12/208 kB | 7.7/58 kB Progress (4): 22 kB | 12/208 kB | 7.7/58 kB | 4.1/184 kB Progress (4): 22 kB | 12/208 kB | 12/58 kB | 4.1/184 kB Progress (4): 22 kB | 12/208 kB | 16/58 kB | 4.1/184 kB Progress (4): 22 kB | 12/208 kB | 20/58 kB | 4.1/184 kB Progress (4): 22 kB | 12/208 kB | 24/58 kB | 4.1/184 kB Progress (4): 22 kB | 12/208 kB | 24/58 kB | 7.7/184 kB Progress (4): 22 kB | 16/208 kB | 24/58 kB | 7.7/184 kB Progress (4): 22 kB | 16/208 kB | 24/58 kB | 12/184 kB Progress (4): 22 kB | 16/208 kB | 24/58 kB | 16/184 kB Progress (4): 22 kB | 16/208 kB | 28/58 kB | 16/184 kB Progress (4): 22 kB | 16/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 20/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 24/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 28/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 32/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 33/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 37/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 41/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 45/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 49/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 53/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 57/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 61/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 65/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 66/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 70/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 74/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 78/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 82/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 86/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 90/208 kB | 28/58 kB | 20/184 kB Progress (4): 22 kB | 90/208 kB | 28/58 kB | 24/184 kB Progress (4): 22 kB | 94/208 kB | 28/58 kB | 24/184 kB Progress (4): 22 kB | 94/208 kB | 32/58 kB | 24/184 kB Progress (4): 22 kB | 94/208 kB | 32/58 kB | 28/184 kB Progress (4): 22 kB | 94/208 kB | 33/58 kB | 28/184 kB Progress (4): 22 kB | 94/208 kB | 37/58 kB | 28/184 kB Progress (4): 22 kB | 98/208 kB | 37/58 kB | 28/184 kB Progress (4): 22 kB | 102/208 kB | 37/58 kB | 28/184 kB Progress (4): 22 kB | 106/208 kB | 37/58 kB | 28/184 kB Progress (4): 22 kB | 110/208 kB | 37/58 kB | 28/184 kB Progress (4): 22 kB | 114/208 kB | 37/58 kB | 28/184 kB Progress (4): 22 kB | 118/208 kB | 37/58 kB | 28/184 kB Progress (4): 22 kB | 122/208 kB | 37/58 kB | 28/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 346 kB/s) Progress (3): 126/208 kB | 37/58 kB | 28/184 kB Progress (3): 126/208 kB | 41/58 kB | 28/184 kB Progress (3): 130/208 kB | 41/58 kB | 28/184 kB Progress (3): 130/208 kB | 45/58 kB | 28/184 kB Progress (3): 130/208 kB | 49/58 kB | 28/184 kB Progress (3): 130/208 kB | 53/58 kB | 28/184 kB Progress (3): 130/208 kB | 57/58 kB | 28/184 kB Progress (3): 130/208 kB | 58 kB | 28/184 kB Progress (3): 130/208 kB | 58 kB | 32/184 kB Progress (3): 134/208 kB | 58 kB | 32/184 kB Progress (3): 138/208 kB | 58 kB | 32/184 kB Progress (3): 138/208 kB | 58 kB | 33/184 kB Progress (3): 142/208 kB | 58 kB | 33/184 kB Progress (3): 142/208 kB | 58 kB | 37/184 kB Progress (3): 142/208 kB | 58 kB | 41/184 kB Progress (3): 142/208 kB | 58 kB | 45/184 kB Progress (3): 142/208 kB | 58 kB | 49/184 kB Progress (3): 142/208 kB | 58 kB | 53/184 kB Progress (3): 142/208 kB | 58 kB | 57/184 kB Progress (3): 142/208 kB | 58 kB | 61/184 kB Progress (3): 142/208 kB | 58 kB | 65/184 kB Progress (3): 142/208 kB | 58 kB | 69/184 kB Progress (3): 142/208 kB | 58 kB | 73/184 kB Progress (3): 142/208 kB | 58 kB | 77/184 kB Progress (3): 142/208 kB | 58 kB | 81/184 kB Progress (3): 146/208 kB | 58 kB | 81/184 kB Progress (3): 146/208 kB | 58 kB | 85/184 kB Progress (3): 146/208 kB | 58 kB | 89/184 kB Progress (3): 150/208 kB | 58 kB | 89/184 kB Progress (3): 154/208 kB | 58 kB | 89/184 kB Progress (3): 158/208 kB | 58 kB | 89/184 kB Progress (3): 158/208 kB | 58 kB | 93/184 kB Progress (3): 158/208 kB | 58 kB | 97/184 kB Progress (3): 158/208 kB | 58 kB | 101/184 kB Progress (3): 158/208 kB | 58 kB | 105/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 747 kB/s) Progress (2): 162/208 kB | 105/184 kB Progress (2): 162/208 kB | 109/184 kB Progress (2): 162/208 kB | 113/184 kB Progress (2): 166/208 kB | 113/184 kB Progress (2): 170/208 kB | 113/184 kB Progress (2): 170/208 kB | 117/184 kB Progress (2): 170/208 kB | 121/184 kB Progress (2): 174/208 kB | 121/184 kB Progress (2): 178/208 kB | 121/184 kB Progress (2): 178/208 kB | 125/184 kB Progress (2): 178/208 kB | 129/184 kB Progress (2): 182/208 kB | 129/184 kB Progress (2): 182/208 kB | 133/184 kB Progress (2): 186/208 kB | 133/184 kB Progress (2): 186/208 kB | 137/184 kB Progress (2): 190/208 kB | 137/184 kB Progress (2): 194/208 kB | 137/184 kB Progress (2): 198/208 kB | 137/184 kB Progress (2): 202/208 kB | 137/184 kB Progress (2): 202/208 kB | 141/184 kB Progress (2): 206/208 kB | 141/184 kB Progress (2): 206/208 kB | 145/184 kB Progress (2): 208 kB | 145/184 kB Progress (2): 208 kB | 149/184 kB Progress (2): 208 kB | 153/184 kB Progress (2): 208 kB | 157/184 kB Progress (2): 208 kB | 161/184 kB Progress (2): 208 kB | 165/184 kB Progress (2): 208 kB | 169/184 kB Progress (2): 208 kB | 173/184 kB Progress (2): 208 kB | 177/184 kB Progress (2): 208 kB | 181/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.1 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 66 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 53 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 24 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 45 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 21 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 54 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 31 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 43 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 35 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 42 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 52 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 64 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 104 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 42 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 46 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-io/1.0-alpha-1/plexus-io-1.0-alpha-1.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 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-interpolation/1.6/plexus-interpolation-1.6.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-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 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 kB Progress (2): 20 kB | 4.1/12 kB Progress (2): 20 kB | 7.7/12 kB Progress (2): 20 kB | 12/12 kB Progress (2): 20 kB | 12 kB Progress (3): 20 kB | 12 kB | 4.1/157 kB Progress (3): 20 kB | 12 kB | 7.7/157 kB Progress (3): 20 kB | 12 kB | 12/157 kB Progress (3): 20 kB | 12 kB | 16/157 kB Progress (3): 20 kB | 12 kB | 20/157 kB Progress (3): 20 kB | 12 kB | 24/157 kB Progress (3): 20 kB | 12 kB | 28/157 kB Progress (3): 20 kB | 12 kB | 32/157 kB Progress (4): 20 kB | 12 kB | 32/157 kB | 4.1/51 kB Progress (4): 20 kB | 12 kB | 32/157 kB | 7.7/51 kB Progress (4): 20 kB | 12 kB | 32/157 kB | 12/51 kB Progress (4): 20 kB | 12 kB | 32/157 kB | 16/51 kB Progress (4): 20 kB | 12 kB | 32/157 kB | 20/51 kB Progress (4): 20 kB | 12 kB | 32/157 kB | 24/51 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 159 kB/s) Progress (3): 20 kB | 36/157 kB | 24/51 kB Progress (3): 20 kB | 40/157 kB | 24/51 kB Progress (3): 20 kB | 40/157 kB | 28/51 kB Progress (4): 20 kB | 40/157 kB | 28/51 kB | 4.1/268 kB Progress (4): 20 kB | 40/157 kB | 28/51 kB | 7.7/268 kB Progress (4): 20 kB | 44/157 kB | 28/51 kB | 7.7/268 kB Progress (4): 20 kB | 48/157 kB | 28/51 kB | 7.7/268 kB Progress (4): 20 kB | 48/157 kB | 32/51 kB | 7.7/268 kB Progress (4): 20 kB | 52/157 kB | 32/51 kB | 7.7/268 kB Progress (4): 20 kB | 56/157 kB | 32/51 kB | 7.7/268 kB Progress (4): 20 kB | 56/157 kB | 32/51 kB | 12/268 kB Progress (4): 20 kB | 56/157 kB | 32/51 kB | 16/268 kB Progress (4): 20 kB | 60/157 kB | 32/51 kB | 16/268 kB Progress (4): 20 kB | 60/157 kB | 36/51 kB | 16/268 kB Progress (4): 20 kB | 60/157 kB | 36/51 kB | 20/268 kB Progress (4): 20 kB | 60/157 kB | 40/51 kB | 20/268 kB Progress (4): 20 kB | 64/157 kB | 40/51 kB | 20/268 kB Progress (4): 20 kB | 64/157 kB | 40/51 kB | 24/268 kB Progress (4): 20 kB | 64/157 kB | 44/51 kB | 24/268 kB Progress (4): 20 kB | 64/157 kB | 48/51 kB | 24/268 kB Progress (4): 20 kB | 68/157 kB | 48/51 kB | 24/268 kB Progress (4): 20 kB | 68/157 kB | 51 kB | 24/268 kB Progress (4): 20 kB | 68/157 kB | 51 kB | 28/268 kB Progress (4): 20 kB | 68/157 kB | 51 kB | 32/268 kB Progress (4): 20 kB | 68/157 kB | 51 kB | 36/268 kB Progress (4): 20 kB | 68/157 kB | 51 kB | 40/268 kB Progress (4): 20 kB | 72/157 kB | 51 kB | 40/268 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 200 kB/s) Progress (3): 72/157 kB | 51 kB | 44/268 kB Progress (3): 72/157 kB | 51 kB | 48/268 kB Progress (3): 72/157 kB | 51 kB | 52/268 kB Progress (3): 72/157 kB | 51 kB | 56/268 kB Progress (3): 72/157 kB | 51 kB | 60/268 kB Progress (3): 72/157 kB | 51 kB | 64/268 kB Progress (3): 72/157 kB | 51 kB | 68/268 kB Progress (3): 72/157 kB | 51 kB | 72/268 kB Progress (3): 76/157 kB | 51 kB | 72/268 kB Progress (3): 76/157 kB | 51 kB | 76/268 kB Progress (3): 80/157 kB | 51 kB | 76/268 kB Progress (3): 80/157 kB | 51 kB | 80/268 kB Progress (3): 84/157 kB | 51 kB | 80/268 kB Progress (3): 88/157 kB | 51 kB | 80/268 kB Progress (3): 88/157 kB | 51 kB | 84/268 kB Progress (3): 92/157 kB | 51 kB | 84/268 kB Progress (3): 92/157 kB | 51 kB | 88/268 kB Progress (3): 96/157 kB | 51 kB | 88/268 kB Progress (3): 98/157 kB | 51 kB | 88/268 kB Progress (3): 98/157 kB | 51 kB | 92/268 kB Progress (3): 98/157 kB | 51 kB | 96/268 kB Progress (3): 102/157 kB | 51 kB | 96/268 kB Progress (3): 106/157 kB | 51 kB | 96/268 kB Progress (3): 106/157 kB | 51 kB | 100/268 kB Progress (3): 106/157 kB | 51 kB | 104/268 kB Progress (3): 110/157 kB | 51 kB | 104/268 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 486 kB/s) Progress (2): 114/157 kB | 104/268 kB Progress (2): 114/157 kB | 108/268 kB Progress (2): 114/157 kB | 112/268 kB Progress (2): 118/157 kB | 112/268 kB Progress (2): 122/157 kB | 112/268 kB Progress (2): 122/157 kB | 116/268 kB Progress (2): 122/157 kB | 120/268 kB Progress (2): 126/157 kB | 120/268 kB Progress (2): 130/157 kB | 120/268 kB Progress (2): 130/157 kB | 124/268 kB Progress (2): 130/157 kB | 128/268 kB Progress (2): 134/157 kB | 128/268 kB Progress (2): 138/157 kB | 128/268 kB Progress (2): 138/157 kB | 132/268 kB Progress (2): 138/157 kB | 136/268 kB Progress (2): 142/157 kB | 136/268 kB Progress (2): 146/157 kB | 136/268 kB Progress (2): 146/157 kB | 140/268 kB Progress (2): 146/157 kB | 144/268 kB Progress (2): 150/157 kB | 144/268 kB Progress (2): 154/157 kB | 144/268 kB Progress (2): 154/157 kB | 148/268 kB Progress (2): 157 kB | 148/268 kB Progress (2): 157 kB | 152/268 kB Progress (2): 157 kB | 156/268 kB Progress (2): 157 kB | 160/268 kB Progress (2): 157 kB | 164/268 kB Progress (2): 157 kB | 168/268 kB Progress (2): 157 kB | 172/268 kB Progress (2): 157 kB | 176/268 kB Progress (2): 157 kB | 180/268 kB Progress (2): 157 kB | 184/268 kB Progress (2): 157 kB | 188/268 kB Progress (2): 157 kB | 192/268 kB Progress (2): 157 kB | 196/268 kB Progress (2): 157 kB | 200/268 kB Progress (2): 157 kB | 204/268 kB Progress (2): 157 kB | 208/268 kB Progress (2): 157 kB | 212/268 kB Progress (2): 157 kB | 216/268 kB Progress (2): 157 kB | 220/268 kB Progress (2): 157 kB | 224/268 kB Progress (2): 157 kB | 228/268 kB Progress (2): 157 kB | 232/268 kB Progress (2): 157 kB | 236/268 kB Progress (2): 157 kB | 240/268 kB Progress (2): 157 kB | 244/268 kB Progress (2): 157 kB | 248/268 kB Progress (2): 157 kB | 252/268 kB Progress (2): 157 kB | 256/268 kB Progress (2): 157 kB | 260/268 kB Progress (2): 157 kB | 264/268 kB Progress (2): 157 kB | 268/268 kB Progress (2): 157 kB | 268 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 1.3 MB/s) 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.0 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 101 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 199 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 135 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 55 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 177 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 369 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 83 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 56 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 34 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 235 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 131 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 90 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 100 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 100 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 80 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 67 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 441 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): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.6 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 189 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 153 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 16 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): 3.8/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 97 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 122 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 105 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 62 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 93 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-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-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-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 Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar 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 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): 4.1/367 kB Progress (1): 7.8/367 kB Progress (1): 12/367 kB Progress (1): 16/367 kB Progress (1): 16/367 kB Progress (2): 16/367 kB | 3.8/180 kB Progress (2): 20/367 kB | 3.8/180 kB Progress (2): 24/367 kB | 3.8/180 kB Progress (2): 28/367 kB | 3.8/180 kB Progress (2): 32/367 kB | 3.8/180 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 (2): 37/367 kB | 3.8/180 kB Progress (2): 41/367 kB | 3.8/180 kB Progress (2): 45/367 kB | 3.8/180 kB Progress (2): 49/367 kB | 3.8/180 kB Progress (2): 53/367 kB | 3.8/180 kB Progress (2): 57/367 kB | 3.8/180 kB Progress (2): 61/367 kB | 3.8/180 kB Progress (2): 61/367 kB | 7.9/180 kB Progress (2): 65/367 kB | 7.9/180 kB Progress (2): 65/367 kB | 12/180 kB Progress (2): 65/367 kB | 16/180 kB Progress (2): 65/367 kB | 20/180 kB Progress (2): 69/367 kB | 20/180 kB Progress (2): 73/367 kB | 20/180 kB Progress (2): 77/367 kB | 20/180 kB Progress (2): 82/367 kB | 20/180 kB Progress (2): 82/367 kB | 24/180 kB Progress (2): 82/367 kB | 28/180 kB Progress (2): 82/367 kB | 32/180 kB Progress (2): 82/367 kB | 37/180 kB Progress (2): 86/367 kB | 37/180 kB Progress (2): 90/367 kB | 37/180 kB Progress (2): 94/367 kB | 37/180 kB Progress (2): 98/367 kB | 37/180 kB Progress (2): 102/367 kB | 37/180 kB Progress (2): 106/367 kB | 37/180 kB Progress (2): 110/367 kB | 37/180 kB Progress (2): 110/367 kB | 41/180 kB Progress (2): 114/367 kB | 41/180 kB Progress (2): 114/367 kB | 45/180 kB Progress (2): 114/367 kB | 49/180 kB Progress (2): 114/367 kB | 53/180 kB Progress (2): 118/367 kB | 53/180 kB Progress (2): 123/367 kB | 53/180 kB Progress (2): 127/367 kB | 53/180 kB Progress (2): 127/367 kB | 57/180 kB Progress (2): 127/367 kB | 61/180 kB Progress (2): 127/367 kB | 65/180 kB Progress (2): 127/367 kB | 69/180 kB Progress (2): 127/367 kB | 73/180 kB Progress (2): 127/367 kB | 77/180 kB Progress (2): 127/367 kB | 82/180 kB Progress (2): 127/367 kB | 86/180 kB Progress (2): 131/367 kB | 86/180 kB Progress (2): 135/367 kB | 86/180 kB Progress (2): 139/367 kB | 86/180 kB Progress (2): 143/367 kB | 86/180 kB Progress (2): 147/367 kB | 86/180 kB Progress (2): 151/367 kB | 86/180 kB Progress (2): 155/367 kB | 86/180 kB Progress (2): 159/367 kB | 86/180 kB Progress (2): 164/367 kB | 86/180 kB Progress (2): 168/367 kB | 86/180 kB Progress (2): 172/367 kB | 86/180 kB Progress (2): 176/367 kB | 86/180 kB Progress (2): 180/367 kB | 86/180 kB Progress (2): 184/367 kB | 86/180 kB Progress (2): 188/367 kB | 86/180 kB Progress (2): 192/367 kB | 86/180 kB Progress (2): 196/367 kB | 86/180 kB Progress (2): 200/367 kB | 86/180 kB Progress (2): 204/367 kB | 86/180 kB Progress (2): 209/367 kB | 86/180 kB Progress (2): 213/367 kB | 86/180 kB Progress (2): 217/367 kB | 86/180 kB Progress (2): 221/367 kB | 86/180 kB Progress (2): 225/367 kB | 86/180 kB Progress (2): 229/367 kB | 86/180 kB Progress (2): 233/367 kB | 86/180 kB Progress (2): 237/367 kB | 86/180 kB Progress (2): 241/367 kB | 86/180 kB Progress (2): 245/367 kB | 86/180 kB Progress (2): 245/367 kB | 90/180 kB Progress (2): 245/367 kB | 94/180 kB Progress (2): 245/367 kB | 98/180 kB Progress (2): 250/367 kB | 98/180 kB Progress (2): 250/367 kB | 102/180 kB Progress (2): 254/367 kB | 102/180 kB Progress (2): 258/367 kB | 102/180 kB Progress (2): 262/367 kB | 102/180 kB Progress (2): 262/367 kB | 106/180 kB Progress (2): 262/367 kB | 110/180 kB Progress (2): 262/367 kB | 114/180 kB Progress (2): 262/367 kB | 118/180 kB Progress (2): 266/367 kB | 118/180 kB Progress (2): 270/367 kB | 118/180 kB Progress (2): 274/367 kB | 118/180 kB Progress (2): 278/367 kB | 118/180 kB Progress (2): 278/367 kB | 123/180 kB Progress (2): 278/367 kB | 127/180 kB Progress (2): 278/367 kB | 131/180 kB Progress (2): 278/367 kB | 135/180 kB Progress (2): 282/367 kB | 135/180 kB Progress (2): 286/367 kB | 135/180 kB Progress (2): 290/367 kB | 135/180 kB Progress (2): 290/367 kB | 139/180 kB Progress (2): 295/367 kB | 139/180 kB Progress (2): 295/367 kB | 143/180 kB Progress (2): 295/367 kB | 147/180 kB Progress (2): 295/367 kB | 151/180 kB Progress (2): 299/367 kB | 151/180 kB Progress (2): 299/367 kB | 155/180 kB Progress (2): 303/367 kB | 155/180 kB Progress (2): 303/367 kB | 159/180 kB Progress (2): 307/367 kB | 159/180 kB Progress (2): 307/367 kB | 164/180 kB Progress (2): 311/367 kB | 164/180 kB Progress (2): 311/367 kB | 168/180 kB Progress (2): 311/367 kB | 172/180 kB Progress (2): 311/367 kB | 176/180 kB Progress (2): 311/367 kB | 180 kB Progress (2): 315/367 kB | 180 kB Progress (2): 319/367 kB | 180 kB Progress (2): 323/367 kB | 180 kB Progress (2): 327/367 kB | 180 kB Progress (2): 331/367 kB | 180 kB Progress (2): 336/367 kB | 180 kB Progress (2): 340/367 kB | 180 kB Progress (2): 344/367 kB | 180 kB Progress (2): 348/367 kB | 180 kB Progress (2): 352/367 kB | 180 kB Progress (2): 356/367 kB | 180 kB Progress (2): 360/367 kB | 180 kB Progress (2): 364/367 kB | 180 kB Progress (2): 367 kB | 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 160 kB/s) 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 78 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-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-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-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-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/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-repository-metadata/2.2.1/maven-repository-metadata-2.2.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-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/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-monitor/2.2.1/maven-monitor-2.2.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-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/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.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-settings/2.2.1/maven-settings-2.2.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-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/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/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/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/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-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar 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/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/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/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.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) 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/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.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/doxia/doxia-core/1.0/doxia-core-1.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (2): 16/28 kB | 4.1/38 kB 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 (2): 16/28 kB | 7.7/38 kB Progress (2): 20/28 kB | 7.7/38 kB Progress (2): 20/28 kB | 12/38 kB Progress (2): 24/28 kB | 12/38 kB Progress (2): 24/28 kB | 16/38 kB Progress (2): 28/28 kB | 16/38 kB Progress (2): 28/28 kB | 20/38 kB Progress (2): 28 kB | 20/38 kB Progress (2): 28 kB | 24/38 kB Progress (2): 28 kB | 28/38 kB Progress (2): 28 kB | 32/38 kB Progress (2): 28 kB | 33/38 kB Progress (3): 28 kB | 33/38 kB | 4.1/47 kB Progress (3): 28 kB | 37/38 kB | 4.1/47 kB Progress (3): 28 kB | 37/38 kB | 7.7/47 kB Progress (3): 28 kB | 38 kB | 7.7/47 kB Progress (3): 28 kB | 38 kB | 12/47 kB Progress (3): 28 kB | 38 kB | 16/47 kB Progress (3): 28 kB | 38 kB | 20/47 kB Progress (3): 28 kB | 38 kB | 24/47 kB Progress (3): 28 kB | 38 kB | 28/47 kB Progress (3): 28 kB | 38 kB | 32/47 kB Progress (3): 28 kB | 38 kB | 36/47 kB Progress (3): 28 kB | 38 kB | 40/47 kB Progress (3): 28 kB | 38 kB | 44/47 kB Progress (3): 28 kB | 38 kB | 47 kB Progress (4): 28 kB | 38 kB | 47 kB | 4.1/10 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 5.5 kB/s) Progress (4): 38 kB | 47 kB | 4.1/10 kB | 4.1/55 kB Progress (4): 38 kB | 47 kB | 7.7/10 kB | 4.1/55 kB Progress (4): 38 kB | 47 kB | 7.7/10 kB | 7.7/55 kB 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 (4): 38 kB | 47 kB | 7.7/10 kB | 12/55 kB Progress (4): 38 kB | 47 kB | 10 kB | 12/55 kB Progress (4): 38 kB | 47 kB | 10 kB | 16/55 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 7.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 9.0 kB/s) Progress (2): 10 kB | 20/55 kB Progress (2): 10 kB | 24/55 kB Progress (2): 10 kB | 28/55 kB Progress (2): 10 kB | 32/55 kB Progress (2): 10 kB | 33/55 kB 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 (2): 10 kB | 37/55 kB Progress (2): 10 kB | 41/55 kB Progress (2): 10 kB | 45/55 kB Progress (2): 10 kB | 49/55 kB Progress (2): 10 kB | 53/55 kB Progress (2): 10 kB | 55 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 2.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar 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/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Progress (2): 55 kB | 4.1/11 kB Progress (2): 55 kB | 7.7/11 kB Progress (2): 55 kB | 11 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 11 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 (2): 11 kB | 4.1/392 kB Progress (2): 11 kB | 7.7/392 kB Progress (2): 11 kB | 12/392 kB Progress (2): 11 kB | 16/392 kB Progress (2): 11 kB | 20/392 kB Progress (2): 11 kB | 24/392 kB Progress (2): 11 kB | 28/392 kB Progress (2): 11 kB | 32/392 kB Progress (2): 11 kB | 33/392 kB Progress (2): 11 kB | 37/392 kB Progress (2): 11 kB | 41/392 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 2.0 kB/s) 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-module-fml/1.0/doxia-module-fml-1.0.jar Progress (1): 45/392 kB 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 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 (2): 82/392 kB | 4.1/571 kB Progress (3): 82/392 kB | 4.1/571 kB | 4.1/49 kB Progress (3): 82/392 kB | 7.7/571 kB | 4.1/49 kB Progress (3): 86/392 kB | 7.7/571 kB | 4.1/49 kB Progress (3): 86/392 kB | 7.7/571 kB | 7.7/49 kB Progress (3): 90/392 kB | 7.7/571 kB | 7.7/49 kB Progress (3): 90/392 kB | 12/571 kB | 7.7/49 kB Progress (3): 90/392 kB | 12/571 kB | 12/49 kB Progress (3): 90/392 kB | 16/571 kB | 12/49 kB Progress (3): 90/392 kB | 16/571 kB | 16/49 kB Progress (3): 90/392 kB | 20/571 kB | 16/49 kB Progress (3): 94/392 kB | 20/571 kB | 16/49 kB Progress (3): 94/392 kB | 20/571 kB | 20/49 kB Progress (3): 98/392 kB | 20/571 kB | 20/49 kB Progress (3): 98/392 kB | 24/571 kB | 20/49 kB Progress (3): 98/392 kB | 24/571 kB | 20/49 kB Progress (3): 98/392 kB | 28/571 kB | 20/49 kB Progress (3): 98/392 kB | 32/571 kB | 20/49 kB Progress (3): 98/392 kB | 33/571 kB | 20/49 kB Progress (3): 98/392 kB | 33/571 kB | 24/49 kB Progress (3): 98/392 kB | 37/571 kB | 24/49 kB Progress (3): 98/392 kB | 41/571 kB | 24/49 kB Progress (3): 98/392 kB | 41/571 kB | 28/49 kB Progress (4): 98/392 kB | 41/571 kB | 28/49 kB | 4.1/19 kB Progress (4): 102/392 kB | 41/571 kB | 28/49 kB | 4.1/19 kB Progress (4): 102/392 kB | 41/571 kB | 28/49 kB | 7.7/19 kB Progress (4): 102/392 kB | 41/571 kB | 32/49 kB | 7.7/19 kB Progress (4): 102/392 kB | 41/571 kB | 33/49 kB | 7.7/19 kB Progress (4): 102/392 kB | 45/571 kB | 33/49 kB | 7.7/19 kB Progress (5): 102/392 kB | 45/571 kB | 33/49 kB | 7.7/19 kB | 4.1/47 kB Progress (5): 102/392 kB | 45/571 kB | 33/49 kB | 7.7/19 kB | 7.7/47 kB Progress (5): 102/392 kB | 45/571 kB | 33/49 kB | 7.7/19 kB | 12/47 kB Progress (5): 102/392 kB | 45/571 kB | 37/49 kB | 7.7/19 kB | 12/47 kB Progress (5): 102/392 kB | 49/571 kB | 37/49 kB | 7.7/19 kB | 12/47 kB Progress (5): 102/392 kB | 49/571 kB | 37/49 kB | 12/19 kB | 12/47 kB Progress (5): 106/392 kB | 49/571 kB | 37/49 kB | 12/19 kB | 12/47 kB Progress (5): 106/392 kB | 53/571 kB | 37/49 kB | 12/19 kB | 12/47 kB Progress (5): 106/392 kB | 53/571 kB | 37/49 kB | 16/19 kB | 12/47 kB Progress (5): 106/392 kB | 53/571 kB | 41/49 kB | 16/19 kB | 12/47 kB Progress (5): 106/392 kB | 53/571 kB | 41/49 kB | 16/19 kB | 16/47 kB Progress (5): 106/392 kB | 53/571 kB | 41/49 kB | 19 kB | 16/47 kB Progress (5): 110/392 kB | 53/571 kB | 41/49 kB | 19 kB | 16/47 kB Progress (5): 110/392 kB | 57/571 kB | 41/49 kB | 19 kB | 16/47 kB Progress (5): 114/392 kB | 57/571 kB | 41/49 kB | 19 kB | 16/47 kB Progress (5): 114/392 kB | 57/571 kB | 41/49 kB | 19 kB | 20/47 kB Progress (5): 114/392 kB | 57/571 kB | 45/49 kB | 19 kB | 20/47 kB Progress (5): 118/392 kB | 57/571 kB | 45/49 kB | 19 kB | 20/47 kB Progress (5): 118/392 kB | 57/571 kB | 49/49 kB | 19 kB | 20/47 kB Progress (5): 118/392 kB | 57/571 kB | 49/49 kB | 19 kB | 24/47 kB Progress (5): 118/392 kB | 61/571 kB | 49/49 kB | 19 kB | 24/47 kB Progress (5): 118/392 kB | 61/571 kB | 49/49 kB | 19 kB | 28/47 kB Progress (5): 118/392 kB | 61/571 kB | 49 kB | 19 kB | 28/47 kB Progress (5): 122/392 kB | 61/571 kB | 49 kB | 19 kB | 28/47 kB Progress (5): 122/392 kB | 61/571 kB | 49 kB | 19 kB | 32/47 kB Progress (5): 122/392 kB | 65/571 kB | 49 kB | 19 kB | 32/47 kB Progress (5): 122/392 kB | 65/571 kB | 49 kB | 19 kB | 33/47 kB Progress (5): 126/392 kB | 65/571 kB | 49 kB | 19 kB | 33/47 kB Progress (5): 126/392 kB | 66/571 kB | 49 kB | 19 kB | 33/47 kB Progress (5): 126/392 kB | 66/571 kB | 49 kB | 19 kB | 37/47 kB Progress (5): 130/392 kB | 66/571 kB | 49 kB | 19 kB | 37/47 kB Progress (5): 130/392 kB | 70/571 kB | 49 kB | 19 kB | 37/47 kB Progress (5): 130/392 kB | 70/571 kB | 49 kB | 19 kB | 41/47 kB Progress (5): 130/392 kB | 74/571 kB | 49 kB | 19 kB | 41/47 kB Progress (5): 130/392 kB | 74/571 kB | 49 kB | 19 kB | 45/47 kB Progress (5): 130/392 kB | 74/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 130/392 kB | 78/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 130/392 kB | 82/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 130/392 kB | 86/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 130/392 kB | 90/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 130/392 kB | 94/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 130/392 kB | 98/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 130/392 kB | 98/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 131/392 kB | 98/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 131/392 kB | 102/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 135/392 kB | 102/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 135/392 kB | 106/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 139/392 kB | 106/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 139/392 kB | 110/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 139/392 kB | 114/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 143/392 kB | 114/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 147/392 kB | 114/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 147/392 kB | 118/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 147/392 kB | 122/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 151/392 kB | 122/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 155/392 kB | 122/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 155/392 kB | 126/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 155/392 kB | 130/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 159/392 kB | 130/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 159/392 kB | 134/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 159/392 kB | 138/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 138/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 142/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 146/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 150/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 154/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 158/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 162/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 166/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 170/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 174/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 178/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 182/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 186/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 190/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 194/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 198/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 202/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 206/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 210/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 214/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 218/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 222/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 226/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 230/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 234/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 238/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 163/392 kB | 242/571 kB | 49 kB | 19 kB | 47 kB Progress (5): 164/392 kB | 242/571 kB | 49 kB | 19 kB | 47 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.jar (47 kB at 9.0 kB/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 Progress (4): 164/392 kB | 246/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 250/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 254/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 258/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 262/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 266/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 270/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 274/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 278/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 282/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 286/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 290/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 294/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 298/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 302/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 306/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 310/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 314/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 318/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 322/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 326/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 330/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 334/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 338/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 342/571 kB | 49 kB | 19 kB Progress (4): 164/392 kB | 346/571 kB | 49 kB | 19 kB Progress (4): 168/392 kB | 346/571 kB | 49 kB | 19 kB Progress (4): 168/392 kB | 350/571 kB | 49 kB | 19 kB Progress (4): 172/392 kB | 350/571 kB | 49 kB | 19 kB Progress (4): 172/392 kB | 354/571 kB | 49 kB | 19 kB Progress (4): 176/392 kB | 354/571 kB | 49 kB | 19 kB Progress (4): 176/392 kB | 358/571 kB | 49 kB | 19 kB Progress (4): 180/392 kB | 358/571 kB | 49 kB | 19 kB Progress (4): 180/392 kB | 362/571 kB | 49 kB | 19 kB Progress (4): 184/392 kB | 362/571 kB | 49 kB | 19 kB Progress (4): 188/392 kB | 362/571 kB | 49 kB | 19 kB Progress (4): 188/392 kB | 366/571 kB | 49 kB | 19 kB Progress (4): 192/392 kB | 366/571 kB | 49 kB | 19 kB Progress (4): 192/392 kB | 370/571 kB | 49 kB | 19 kB Progress (4): 192/392 kB | 374/571 kB | 49 kB | 19 kB Progress (4): 192/392 kB | 378/571 kB | 49 kB | 19 kB Progress (4): 192/392 kB | 382/571 kB | 49 kB | 19 kB Progress (4): 192/392 kB | 386/571 kB | 49 kB | 19 kB Progress (4): 192/392 kB | 390/571 kB | 49 kB | 19 kB Progress (4): 192/392 kB | 394/571 kB | 49 kB | 19 kB Progress (5): 192/392 kB | 394/571 kB | 49 kB | 19 kB | 4.1/28 kB Progress (5): 196/392 kB | 394/571 kB | 49 kB | 19 kB | 4.1/28 kB Progress (5): 196/392 kB | 394/571 kB | 49 kB | 19 kB | 7.7/28 kB Progress (5): 196/392 kB | 398/571 kB | 49 kB | 19 kB | 7.7/28 kB Progress (5): 200/392 kB | 398/571 kB | 49 kB | 19 kB | 7.7/28 kB Progress (5): 200/392 kB | 402/571 kB | 49 kB | 19 kB | 7.7/28 kB Progress (5): 200/392 kB | 402/571 kB | 49 kB | 19 kB | 12/28 kB Progress (5): 200/392 kB | 402/571 kB | 49 kB | 19 kB | 16/28 kB Progress (5): 200/392 kB | 406/571 kB | 49 kB | 19 kB | 16/28 kB Progress (5): 200/392 kB | 410/571 kB | 49 kB | 19 kB | 16/28 kB Progress (5): 204/392 kB | 410/571 kB | 49 kB | 19 kB | 16/28 kB Progress (5): 204/392 kB | 410/571 kB | 49 kB | 19 kB | 20/28 kB Progress (5): 204/392 kB | 414/571 kB | 49 kB | 19 kB | 20/28 kB Progress (5): 208/392 kB | 414/571 kB | 49 kB | 19 kB | 20/28 kB Progress (5): 208/392 kB | 414/571 kB | 49 kB | 19 kB | 24/28 kB Progress (5): 208/392 kB | 414/571 kB | 49 kB | 19 kB | 28/28 kB Progress (5): 208/392 kB | 414/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 208/392 kB | 418/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 212/392 kB | 418/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 212/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 216/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 220/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 224/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 228/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 232/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 236/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 240/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 244/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 248/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 252/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 256/392 kB | 422/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 256/392 kB | 426/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 260/392 kB | 426/571 kB | 49 kB | 19 kB | 28 kB Progress (5): 264/392 kB | 426/571 kB | 49 kB | 19 kB | 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.5 kB/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 Progress (4): 264/392 kB | 430/571 kB | 49 kB | 28 kB Progress (4): 268/392 kB | 430/571 kB | 49 kB | 28 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 9.3 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 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.3 kB/s) Progress (2): 272/392 kB | 430/571 kB 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): 272/392 kB | 434/571 kB Progress (2): 272/392 kB | 438/571 kB Progress (2): 272/392 kB | 442/571 kB Progress (2): 272/392 kB | 446/571 kB Progress (2): 272/392 kB | 450/571 kB Progress (2): 276/392 kB | 450/571 kB Progress (2): 276/392 kB | 454/571 kB Progress (2): 276/392 kB | 458/571 kB Progress (2): 280/392 kB | 458/571 kB Progress (2): 284/392 kB | 458/571 kB Progress (2): 284/392 kB | 462/571 kB Progress (2): 288/392 kB | 462/571 kB Progress (2): 292/392 kB | 462/571 kB Progress (2): 296/392 kB | 462/571 kB Progress (2): 300/392 kB | 462/571 kB Progress (2): 304/392 kB | 462/571 kB Progress (2): 308/392 kB | 462/571 kB Progress (2): 312/392 kB | 462/571 kB Progress (2): 316/392 kB | 462/571 kB Progress (2): 316/392 kB | 466/571 kB Progress (2): 320/392 kB | 466/571 kB Progress (2): 324/392 kB | 466/571 kB Progress (2): 324/392 kB | 470/571 kB Progress (2): 328/392 kB | 470/571 kB Progress (2): 332/392 kB | 470/571 kB Progress (2): 336/392 kB | 470/571 kB Progress (2): 340/392 kB | 470/571 kB Progress (2): 344/392 kB | 470/571 kB Progress (2): 348/392 kB | 470/571 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-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Progress (2): 348/392 kB | 474/571 kB Progress (3): 348/392 kB | 474/571 kB | 4.1/174 kB Progress (3): 348/392 kB | 478/571 kB | 4.1/174 kB Progress (4): 348/392 kB | 478/571 kB | 4.1/174 kB | 4.1/22 kB Progress (4): 352/392 kB | 478/571 kB | 4.1/174 kB | 4.1/22 kB Progress (4): 352/392 kB | 478/571 kB | 4.1/174 kB | 7.7/22 kB Progress (4): 352/392 kB | 478/571 kB | 4.1/174 kB | 12/22 kB Progress (4): 352/392 kB | 478/571 kB | 4.1/174 kB | 16/22 kB Progress (4): 352/392 kB | 478/571 kB | 4.1/174 kB | 20/22 kB Progress (4): 352/392 kB | 478/571 kB | 4.1/174 kB | 22 kB Progress (4): 352/392 kB | 482/571 kB | 4.1/174 kB | 22 kB Progress (4): 352/392 kB | 486/571 kB | 4.1/174 kB | 22 kB Progress (4): 352/392 kB | 490/571 kB | 4.1/174 kB | 22 kB Progress (4): 352/392 kB | 490/571 kB | 7.7/174 kB | 22 kB Progress (4): 352/392 kB | 494/571 kB | 7.7/174 kB | 22 kB Progress (4): 356/392 kB | 494/571 kB | 7.7/174 kB | 22 kB Progress (4): 356/392 kB | 498/571 kB | 7.7/174 kB | 22 kB Progress (4): 356/392 kB | 498/571 kB | 12/174 kB | 22 kB Progress (4): 356/392 kB | 502/571 kB | 12/174 kB | 22 kB Progress (4): 360/392 kB | 502/571 kB | 12/174 kB | 22 kB Progress (4): 360/392 kB | 506/571 kB | 12/174 kB | 22 kB Progress (4): 360/392 kB | 506/571 kB | 16/174 kB | 22 kB Progress (4): 364/392 kB | 506/571 kB | 16/174 kB | 22 kB Progress (4): 364/392 kB | 506/571 kB | 20/174 kB | 22 kB Progress (4): 364/392 kB | 510/571 kB | 20/174 kB | 22 kB Progress (4): 364/392 kB | 510/571 kB | 24/174 kB | 22 kB Progress (4): 368/392 kB | 510/571 kB | 24/174 kB | 22 kB Progress (4): 368/392 kB | 514/571 kB | 24/174 kB | 22 kB Progress (4): 368/392 kB | 514/571 kB | 28/174 kB | 22 kB Progress (4): 368/392 kB | 514/571 kB | 32/174 kB | 22 kB Progress (4): 368/392 kB | 514/571 kB | 33/174 kB | 22 kB Progress (4): 372/392 kB | 514/571 kB | 33/174 kB | 22 kB Progress (4): 372/392 kB | 514/571 kB | 37/174 kB | 22 kB Progress (4): 372/392 kB | 514/571 kB | 41/174 kB | 22 kB Progress (4): 376/392 kB | 514/571 kB | 41/174 kB | 22 kB Progress (4): 380/392 kB | 514/571 kB | 41/174 kB | 22 kB Progress (4): 384/392 kB | 514/571 kB | 41/174 kB | 22 kB Progress (4): 388/392 kB | 514/571 kB | 41/174 kB | 22 kB Progress (4): 392/392 kB | 514/571 kB | 41/174 kB | 22 kB Progress (4): 392 kB | 514/571 kB | 41/174 kB | 22 kB Progress (4): 392 kB | 518/571 kB | 41/174 kB | 22 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.jar (22 kB at 4.1 kB/s) Progress (3): 392 kB | 518/571 kB | 45/174 kB 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 (3): 392 kB | 522/571 kB | 45/174 kB Progress (3): 392 kB | 526/571 kB | 45/174 kB Progress (3): 392 kB | 530/571 kB | 45/174 kB Progress (3): 392 kB | 534/571 kB | 45/174 kB Progress (3): 392 kB | 538/571 kB | 45/174 kB Progress (3): 392 kB | 542/571 kB | 45/174 kB Progress (3): 392 kB | 546/571 kB | 45/174 kB Progress (3): 392 kB | 550/571 kB | 45/174 kB Progress (4): 392 kB | 550/571 kB | 45/174 kB | 4.1/305 kB Progress (4): 392 kB | 550/571 kB | 49/174 kB | 4.1/305 kB Progress (4): 392 kB | 554/571 kB | 49/174 kB | 4.1/305 kB Progress (4): 392 kB | 554/571 kB | 53/174 kB | 4.1/305 kB Progress (4): 392 kB | 554/571 kB | 57/174 kB | 4.1/305 kB Progress (4): 392 kB | 554/571 kB | 61/174 kB | 4.1/305 kB Progress (4): 392 kB | 554/571 kB | 65/174 kB | 4.1/305 kB Progress (4): 392 kB | 554/571 kB | 66/174 kB | 4.1/305 kB Progress (4): 392 kB | 554/571 kB | 66/174 kB | 7.7/305 kB Progress (4): 392 kB | 554/571 kB | 70/174 kB | 7.7/305 kB Progress (4): 392 kB | 554/571 kB | 74/174 kB | 7.7/305 kB Progress (4): 392 kB | 554/571 kB | 74/174 kB | 12/305 kB Progress (4): 392 kB | 554/571 kB | 74/174 kB | 16/305 kB Progress (4): 392 kB | 558/571 kB | 74/174 kB | 16/305 kB Progress (4): 392 kB | 558/571 kB | 78/174 kB | 16/305 kB Progress (4): 392 kB | 558/571 kB | 82/174 kB | 16/305 kB Progress (4): 392 kB | 558/571 kB | 82/174 kB | 20/305 kB Progress (4): 392 kB | 558/571 kB | 82/174 kB | 24/305 kB Progress (4): 392 kB | 562/571 kB | 82/174 kB | 24/305 kB Progress (4): 392 kB | 562/571 kB | 82/174 kB | 28/305 kB Progress (4): 392 kB | 562/571 kB | 86/174 kB | 28/305 kB Progress (4): 392 kB | 566/571 kB | 86/174 kB | 28/305 kB Progress (4): 392 kB | 570/571 kB | 86/174 kB | 28/305 kB Progress (4): 392 kB | 571 kB | 86/174 kB | 28/305 kB Progress (4): 392 kB | 571 kB | 86/174 kB | 32/305 kB Progress (4): 392 kB | 571 kB | 90/174 kB | 32/305 kB Progress (4): 392 kB | 571 kB | 90/174 kB | 33/305 kB Progress (4): 392 kB | 571 kB | 94/174 kB | 33/305 kB Progress (4): 392 kB | 571 kB | 94/174 kB | 37/305 kB Progress (4): 392 kB | 571 kB | 98/174 kB | 37/305 kB Progress (4): 392 kB | 571 kB | 98/174 kB | 41/305 kB Progress (4): 392 kB | 571 kB | 98/174 kB | 45/305 kB Progress (4): 392 kB | 571 kB | 98/174 kB | 49/305 kB Progress (4): 392 kB | 571 kB | 98/174 kB | 53/305 kB Progress (4): 392 kB | 571 kB | 98/174 kB | 57/305 kB Progress (4): 392 kB | 571 kB | 98/174 kB | 57/305 kB Progress (4): 392 kB | 571 kB | 98/174 kB | 61/305 kB Progress (4): 392 kB | 571 kB | 98/174 kB | 65/305 kB Progress (4): 392 kB | 571 kB | 102/174 kB | 65/305 kB Progress (4): 392 kB | 571 kB | 102/174 kB | 66/305 kB Progress (4): 392 kB | 571 kB | 106/174 kB | 66/305 kB Progress (4): 392 kB | 571 kB | 106/174 kB | 70/305 kB Progress (4): 392 kB | 571 kB | 106/174 kB | 74/305 kB Progress (4): 392 kB | 571 kB | 110/174 kB | 74/305 kB Progress (4): 392 kB | 571 kB | 110/174 kB | 78/305 kB Progress (4): 392 kB | 571 kB | 114/174 kB | 78/305 kB Progress (4): 392 kB | 571 kB | 114/174 kB | 82/305 kB Progress (4): 392 kB | 571 kB | 118/174 kB | 82/305 kB Progress (4): 392 kB | 571 kB | 122/174 kB | 82/305 kB Progress (4): 392 kB | 571 kB | 122/174 kB | 86/305 kB Progress (4): 392 kB | 571 kB | 126/174 kB | 86/305 kB Progress (4): 392 kB | 571 kB | 130/174 kB | 86/305 kB Progress (4): 392 kB | 571 kB | 134/174 kB | 86/305 kB Progress (4): 392 kB | 571 kB | 138/174 kB | 86/305 kB Progress (4): 392 kB | 571 kB | 138/174 kB | 90/305 kB Progress (4): 392 kB | 571 kB | 142/174 kB | 90/305 kB Progress (4): 392 kB | 571 kB | 146/174 kB | 90/305 kB Progress (4): 392 kB | 571 kB | 146/174 kB | 94/305 kB Progress (4): 392 kB | 571 kB | 146/174 kB | 98/305 kB Progress (4): 392 kB | 571 kB | 150/174 kB | 98/305 kB Progress (4): 392 kB | 571 kB | 154/174 kB | 98/305 kB Progress (4): 392 kB | 571 kB | 158/174 kB | 98/305 kB Progress (4): 392 kB | 571 kB | 162/174 kB | 98/305 kB Progress (4): 392 kB | 571 kB | 166/174 kB | 98/305 kB Progress (4): 392 kB | 571 kB | 170/174 kB | 98/305 kB Progress (4): 392 kB | 571 kB | 174 kB | 98/305 kB Progress (4): 392 kB | 571 kB | 174 kB | 102/305 kB Progress (4): 392 kB | 571 kB | 174 kB | 106/305 kB Progress (4): 392 kB | 571 kB | 174 kB | 110/305 kB Progress (4): 392 kB | 571 kB | 174 kB | 114/305 kB Progress (4): 392 kB | 571 kB | 174 kB | 118/305 kB Progress (4): 392 kB | 571 kB | 174 kB | 122/305 kB Progress (4): 392 kB | 571 kB | 174 kB | 126/305 kB Progress (4): 392 kB | 571 kB | 174 kB | 130/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 107 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 (4): 392 kB | 174 kB | 130/305 kB | 4.1/30 kB Progress (4): 392 kB | 174 kB | 130/305 kB | 7.7/30 kB Progress (4): 392 kB | 174 kB | 134/305 kB | 7.7/30 kB Progress (4): 392 kB | 174 kB | 138/305 kB | 7.7/30 kB Progress (4): 392 kB | 174 kB | 138/305 kB | 12/30 kB Progress (4): 392 kB | 174 kB | 142/305 kB | 12/30 kB Progress (4): 392 kB | 174 kB | 142/305 kB | 16/30 kB Progress (4): 392 kB | 174 kB | 146/305 kB | 16/30 kB Progress (4): 392 kB | 174 kB | 150/305 kB | 16/30 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 32 kB/s) Progress (3): 392 kB | 150/305 kB | 20/30 kB Progress (3): 392 kB | 154/305 kB | 20/30 kB 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 (3): 392 kB | 154/305 kB | 24/30 kB Progress (3): 392 kB | 158/305 kB | 24/30 kB Progress (3): 392 kB | 158/305 kB | 28/30 kB Progress (3): 392 kB | 158/305 kB | 30 kB Progress (3): 392 kB | 162/305 kB | 30 kB Progress (3): 392 kB | 166/305 kB | 30 kB Progress (3): 392 kB | 170/305 kB | 30 kB Progress (3): 392 kB | 174/305 kB | 30 kB Progress (3): 392 kB | 178/305 kB | 30 kB Progress (3): 392 kB | 182/305 kB | 30 kB Progress (3): 392 kB | 186/305 kB | 30 kB Progress (3): 392 kB | 190/305 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (0 B at 0 B/s) Progress (3): 392 kB | 194/305 kB | 30 kB Progress (3): 392 kB | 198/305 kB | 30 kB Progress (3): 392 kB | 202/305 kB | 30 kB Progress (3): 392 kB | 206/305 kB | 30 kB Progress (3): 392 kB | 210/305 kB | 30 kB Progress (3): 392 kB | 214/305 kB | 30 kB Progress (3): 392 kB | 218/305 kB | 30 kB Progress (3): 392 kB | 222/305 kB | 30 kB Progress (3): 392 kB | 226/305 kB | 30 kB Progress (3): 392 kB | 230/305 kB | 30 kB Progress (3): 392 kB | 234/305 kB | 30 kB Progress (3): 392 kB | 238/305 kB | 30 kB Progress (3): 392 kB | 242/305 kB | 30 kB 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/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 73 kB/s) Progress (2): 246/305 kB | 30 kB Progress (2): 250/305 kB | 30 kB 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 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.6 kB/s) Progress (2): 250/305 kB | 4.1/185 kB Progress (2): 250/305 kB | 7.7/185 kB Progress (2): 250/305 kB | 12/185 kB Progress (2): 250/305 kB | 16/185 kB Progress (2): 254/305 kB | 16/185 kB Progress (2): 254/305 kB | 20/185 kB Progress (2): 258/305 kB | 20/185 kB Progress (2): 258/305 kB | 24/185 kB Progress (3): 258/305 kB | 24/185 kB | 4.1/58 kB Progress (3): 262/305 kB | 24/185 kB | 4.1/58 kB Progress (3): 262/305 kB | 24/185 kB | 7.7/58 kB Progress (3): 262/305 kB | 24/185 kB | 12/58 kB Progress (3): 262/305 kB | 24/185 kB | 16/58 kB Progress (3): 262/305 kB | 28/185 kB | 16/58 kB Progress (3): 262/305 kB | 32/185 kB | 16/58 kB Progress (3): 266/305 kB | 32/185 kB | 16/58 kB Progress (3): 266/305 kB | 32/185 kB | 20/58 kB Progress (3): 266/305 kB | 32/185 kB | 24/58 kB Progress (3): 266/305 kB | 32/185 kB | 28/58 kB Progress (4): 266/305 kB | 32/185 kB | 28/58 kB | 4.1/230 kB Progress (4): 266/305 kB | 33/185 kB | 28/58 kB | 4.1/230 kB Progress (4): 266/305 kB | 33/185 kB | 28/58 kB | 7.7/230 kB Progress (4): 266/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 270/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 274/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 278/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 282/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 286/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 290/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 294/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 298/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 302/305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 305 kB | 33/185 kB | 32/58 kB | 7.7/230 kB Progress (4): 305 kB | 33/185 kB | 33/58 kB | 7.7/230 kB Progress (4): 305 kB | 37/185 kB | 33/58 kB | 7.7/230 kB Progress (4): 305 kB | 37/185 kB | 37/58 kB | 7.7/230 kB Progress (4): 305 kB | 37/185 kB | 41/58 kB | 7.7/230 kB Progress (4): 305 kB | 37/185 kB | 45/58 kB | 7.7/230 kB Progress (4): 305 kB | 37/185 kB | 49/58 kB | 7.7/230 kB Progress (4): 305 kB | 37/185 kB | 53/58 kB | 7.7/230 kB Progress (4): 305 kB | 37/185 kB | 57/58 kB | 7.7/230 kB Progress (4): 305 kB | 37/185 kB | 58 kB | 7.7/230 kB Progress (4): 305 kB | 37/185 kB | 58 kB | 12/230 kB Progress (4): 305 kB | 41/185 kB | 58 kB | 12/230 kB Progress (4): 305 kB | 41/185 kB | 58 kB | 16/230 kB Progress (4): 305 kB | 41/185 kB | 58 kB | 20/230 kB Progress (4): 305 kB | 41/185 kB | 58 kB | 24/230 kB Progress (4): 305 kB | 41/185 kB | 58 kB | 28/230 kB Progress (4): 305 kB | 45/185 kB | 58 kB | 28/230 kB Progress (4): 305 kB | 45/185 kB | 58 kB | 32/230 kB Progress (4): 305 kB | 49/185 kB | 58 kB | 32/230 kB Progress (4): 305 kB | 49/185 kB | 58 kB | 33/230 kB Progress (4): 305 kB | 49/185 kB | 58 kB | 37/230 kB Progress (4): 305 kB | 53/185 kB | 58 kB | 37/230 kB Progress (4): 305 kB | 53/185 kB | 58 kB | 41/230 kB Progress (4): 305 kB | 57/185 kB | 58 kB | 41/230 kB Progress (4): 305 kB | 57/185 kB | 58 kB | 45/230 kB Progress (4): 305 kB | 57/185 kB | 58 kB | 49/230 kB Progress (4): 305 kB | 61/185 kB | 58 kB | 49/230 kB Progress (4): 305 kB | 65/185 kB | 58 kB | 49/230 kB Progress (4): 305 kB | 65/185 kB | 58 kB | 53/230 kB Progress (4): 305 kB | 65/185 kB | 58 kB | 57/230 kB Progress (4): 305 kB | 69/185 kB | 58 kB | 57/230 kB Progress (4): 305 kB | 73/185 kB | 58 kB | 57/230 kB Progress (4): 305 kB | 73/185 kB | 58 kB | 61/230 kB Progress (4): 305 kB | 77/185 kB | 58 kB | 61/230 kB Progress (4): 305 kB | 77/185 kB | 58 kB | 65/230 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 56 kB/s) Progress (3): 77/185 kB | 58 kB | 66/230 kB Progress (3): 77/185 kB | 58 kB | 70/230 kB Progress (3): 77/185 kB | 58 kB | 74/230 kB Progress (3): 81/185 kB | 58 kB | 74/230 kB Progress (3): 85/185 kB | 58 kB | 74/230 kB Progress (3): 89/185 kB | 58 kB | 74/230 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 (2): 89/185 kB | 78/230 kB Progress (2): 89/185 kB | 82/230 kB Progress (2): 89/185 kB | 86/230 kB Progress (2): 89/185 kB | 90/230 kB Progress (2): 89/185 kB | 94/230 kB Progress (2): 89/185 kB | 98/230 kB Progress (2): 89/185 kB | 98/230 kB Progress (2): 93/185 kB | 98/230 kB Progress (2): 97/185 kB | 98/230 kB Progress (2): 97/185 kB | 102/230 kB Progress (2): 97/185 kB | 106/230 kB Progress (2): 97/185 kB | 110/230 kB Progress (2): 97/185 kB | 114/230 kB Progress (2): 97/185 kB | 118/230 kB Progress (2): 97/185 kB | 122/230 kB Progress (2): 97/185 kB | 126/230 kB Progress (2): 97/185 kB | 130/230 kB Progress (2): 97/185 kB | 134/230 kB Progress (2): 97/185 kB | 138/230 kB Progress (2): 97/185 kB | 142/230 kB Progress (2): 97/185 kB | 146/230 kB Progress (2): 97/185 kB | 150/230 kB Progress (2): 97/185 kB | 154/230 kB Progress (2): 97/185 kB | 158/230 kB Progress (2): 97/185 kB | 162/230 kB Progress (2): 97/185 kB | 166/230 kB Progress (2): 97/185 kB | 170/230 kB Progress (2): 97/185 kB | 174/230 kB Progress (2): 97/185 kB | 178/230 kB Progress (2): 97/185 kB | 182/230 kB Progress (2): 97/185 kB | 186/230 kB Progress (2): 97/185 kB | 190/230 kB Progress (2): 97/185 kB | 194/230 kB Progress (2): 97/185 kB | 198/230 kB Progress (2): 97/185 kB | 202/230 kB Progress (2): 97/185 kB | 206/230 kB Progress (2): 97/185 kB | 210/230 kB Progress (2): 97/185 kB | 214/230 kB Progress (2): 97/185 kB | 218/230 kB Progress (2): 97/185 kB | 222/230 kB Progress (2): 97/185 kB | 226/230 kB Progress (2): 97/185 kB | 230/230 kB Progress (2): 97/185 kB | 230 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 42 kB/s) Progress (1): 101/185 kB Progress (1): 105/185 kB Progress (1): 109/185 kB Progress (1): 113/185 kB Progress (1): 117/185 kB Progress (1): 121/185 kB Progress (1): 125/185 kB Progress (1): 129/185 kB Progress (1): 133/185 kB Progress (1): 137/185 kB Progress (1): 141/185 kB Progress (1): 145/185 kB Progress (1): 149/185 kB Progress (1): 153/185 kB Progress (1): 157/185 kB Progress (1): 161/185 kB Progress (1): 165/185 kB Progress (1): 169/185 kB Progress (1): 173/185 kB Progress (1): 177/185 kB Progress (1): 181/185 kB Progress (1): 185/185 kB Progress (1): 185 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.jar (185 kB at 33 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): 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): 134/243 kB Progress (1): 138/243 kB Progress (1): 142/243 kB Progress (1): 146/243 kB Progress (1): 150/243 kB Progress (1): 154/243 kB Progress (1): 158/243 kB Progress (1): 162/243 kB Progress (1): 166/243 kB Progress (1): 170/243 kB Progress (1): 174/243 kB Progress (1): 178/243 kB Progress (1): 182/243 kB Progress (1): 186/243 kB Progress (1): 190/243 kB Progress (1): 194/243 kB Progress (1): 198/243 kB Progress (1): 202/243 kB Progress (1): 206/243 kB Progress (1): 210/243 kB Progress (1): 214/243 kB Progress (1): 218/243 kB Progress (1): 222/243 kB Progress (1): 226/243 kB Progress (1): 230/243 kB Progress (1): 234/243 kB Progress (1): 238/243 kB Progress (1): 242/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 5.3 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 41 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 207 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 474 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): 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): 134/251 kB Progress (1): 138/251 kB Progress (1): 142/251 kB Progress (1): 146/251 kB Progress (1): 150/251 kB Progress (1): 154/251 kB Progress (1): 158/251 kB Progress (1): 162/251 kB Progress (1): 166/251 kB Progress (1): 170/251 kB Progress (1): 174/251 kB Progress (1): 178/251 kB Progress (1): 182/251 kB Progress (1): 186/251 kB Progress (1): 190/251 kB Progress (1): 194/251 kB Progress (1): 198/251 kB Progress (1): 202/251 kB Progress (1): 206/251 kB Progress (1): 210/251 kB Progress (1): 214/251 kB Progress (1): 218/251 kB Progress (1): 222/251 kB Progress (1): 226/251 kB Progress (1): 230/251 kB Progress (1): 234/251 kB Progress (1): 238/251 kB Progress (1): 242/251 kB Progress (1): 246/251 kB Progress (1): 250/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.4 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 696 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.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 23 kB/s) Downloading from ossrh: https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/transaction/jakarta.transaction-api/maven-metadata.xml 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 90 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 7.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 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 5.6 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.5 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 12 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 3.5 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.7 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 3.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.7 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 4.3 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.1 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:20 min [INFO] Finished at: 2018-12-13T12:12:57Z [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: 4.087 s [INFO] Finished at: 2018-12-13T12:13:05Z [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' [EE4J_8 852bea8] 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 fatal: The current branch EE4J_8 has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin EE4J_8 Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 86 killed; [ssh-agent] Stopped. Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Finished: FAILURE