Started by user Tomas Kraus Agent default-java-0wfw2 is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (): [EnvInject] - Loading node environment variables. Building remotely on default-java-0wfw2 in workspace /home/jenkins/workspace/jaxb-external [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-8DYos5T96iTt/agent.86 SSH_AGENT_PID=88 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/workspace/jaxb-external@tmp/private_key_4460575542662662018.key (/home/jenkins/workspace/jaxb-external@tmp/private_key_4460575542662662018.key) [ssh-agent] Using credentials eclipse-jaxb-impl-bot (GitHub bot SSH) Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jaxb-ri.git > git init /home/jenkins/workspace/jaxb-external # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-ri.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --progress git@github.com:eclipse-ee4j/jaxb-ri.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-ri.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-ri.git # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-ri.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --progress git@github.com:eclipse-ee4j/jaxb-ri.git +refs/heads/EE4J_8:refs/remotes/origin/EE4J_8 > git rev-parse refs/remotes/origin/EE4J_8^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/EE4J_8^{commit} # timeout=10 Checking out Revision 5220fc66ab90750337460664a0d4e3a126c7380e (refs/remotes/origin/EE4J_8) > git config core.sparsecheckout # timeout=10 > git checkout -f 5220fc66ab90750337460664a0d4e3a126c7380e Commit message: "SchemaGenTask fails without fork." > git rev-list --no-walk 5220fc66ab90750337460664a0d4e3a126c7380e # timeout=10 provisioning config files... copy managed file [settings-jaxb-impl.xml] to file:/home/jenkins/.m2/settings.xml copy managed file [settings-security.xml] to file:/home/jenkins/.m2/settings-security.xml [jaxb-external] $ /bin/bash -ex /tmp/jenkins6723299692112073773.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/openjdk + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7 + HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.1.0 + BUILD_DIR=/home/jenkins/workspace/jaxb-external/jaxb-ri/external + cd /home/jenkins/workspace/jaxb-external/jaxb-ri/external + grep '' pom.xml + grep SNAPSHOT 2.3.2-SNAPSHOT ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version ++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$' + SNAPSHOT_VERSION=2.3.2-SNAPSHOT + '[' -z '' ']' + '[' -z 2.3.2-SNAPSHOT ']' ++ echo 2.3.2-SNAPSHOT ++ sed -e s/-SNAPSHOT// + RELEASE_VERSION=2.3.2 + '[' -z '' ']' ++ echo 2.3.2 ++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/' + NEXT_VERSION=2.3 + set -f + NEXT_COMPONENTS=(${RELEASE_VERSION//\./ }) + LAST_INDEX=2 + NEXT_COMPONENTS[${LAST_INDEX}]=3 ++ echo 2 3 3 ++ tr ' ' . + NEXT_VERSION=2.3.3-SNAPSHOT + RELEASE_TAG=2.3.2-External + RELEASE_BRANCH=2.3.2-External-RELEASE + echo 'Current version: 2.3.2-SNAPSHOT' Current version: 2.3.2-SNAPSHOT + echo 'Release version: 2.3.2' Release version: 2.3.2 + echo 'Next version: 2.3.3-SNAPSHOT' Next version: 2.3.3-SNAPSHOT + echo 'Release branch: 2.3.2-External-RELEASE' Release branch: 2.3.2-External-RELEASE + echo 'Release tag: 2.3.2-External' Release tag: 2.3.2-External + '[' -z 2.3.2-SNAPSHOT -o -z 2.3.2 -o -z 2.3.3-SNAPSHOT ']' + '[' false = true ']' + MVN_DEPLOY_ARGS=nexus-staging:deploy ++ git remote + GIT_ORIGIN=origin + echo '-[ Prepare branch ]-------------------------------------------------------------' -[ Prepare branch ]------------------------------------------------------------- ++ git branch -r ++ grep origin/2.3.2-External-RELEASE + [[ -n '' ]] + echo '-[ Release tag cleanup ]--------------------------------------------------------' -[ Release tag cleanup ]-------------------------------------------------------- ++ git ls-remote --tags origin ++ grep 2.3.2-External 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 '' ]] + cd /home/jenkins/workspace/jaxb-external + git branch --delete 2.3.2-External-RELEASE error: branch '2.3.2-External-RELEASE' not found. + git checkout -b 2.3.2-External-RELEASE Switched to a new branch '2.3.2-External-RELEASE' + git tag --delete 2.3.2-External error: tag '2.3.2-External' not found. + git config --global user.email jaxb-impl-bot@eclipse.org + git config --global user.name 'Eclipse JAXBimpl Bot' + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key CE8B1D1D2530EDC5: public key "Eclipse Implementation of JAXB Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key CE8B1D1D2530EDC5: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key 04543577D6A9CC626239C50C7ECBD740FF06AEB5 trust Secret subkeys are available. pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: unknown validity: unknown ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ unknown] (1). Eclipse Implementation of JAXB Project pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: unknown validity: unknown ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ unknown] (1). Eclipse Implementation of JAXB Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ unknown] (1). Eclipse Implementation of JAXB Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key 06A4D15D9FA796BA5DECF592CE8B1D1D2530EDC5 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2023-09-10 pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ultimate] (1). Eclipse Implementation of JAXB Project pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ultimate] (1). Eclipse Implementation of JAXB Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2023-09-10 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2023-09-10 usage: S [ultimate] (1). Eclipse Implementation of JAXB Project + cd /home/jenkins/workspace/jaxb-external/jaxb-ri/external ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId ++ grep -Ev '(^\[)' + ARTIFACT_ID=jaxb-external-parent ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId ++ grep -Ev '(^\[)' + GROUP_ID=com.sun.xml.bind.mvn + STAGING_DESC=com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2 ++ echo com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2 ++ sed -e 's/\./\\\./g' + STAGING_KEY='com\.sun\.xml\.bind\.mvn:jaxb-external-parent:2\.3\.2' + echo '-[ Set release version ]--------------------------------------------------------' -[ Set release version ]-------------------------------------------------------- + mvn -U -C -DnewVersion=2.3.2 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.sun.xml.bind.external:rngom:jar:2.3.2-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ com.sun.xml.bind.external:rngom:[unknown-version], /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/pom.xml, line 39, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.sun.xml.bind.mvn:jaxb-external-parent:pom:2.3.2-SNAPSHOT [WARNING] 'parent.relativePath' of POM com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2-SNAPSHOT (/home/jenkins/workspace/jaxb-external/jaxb-ri/external/pom.xml) points at com.sun.xml.bind.mvn:jaxb-parent instead of org.eclipse.ee4j:project, please verify your project structure @ line 18, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JAXB External parent [pom] [INFO] RelaxNG Datatype [jar] [INFO] RNGOM [jar] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom (17 kB at 3.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom Progress (1): 4.1/34 kB Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 934 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar Progress (1): 4.1/310 kB Progress (1): 7.7/310 kB Progress (1): 12/310 kB Progress (1): 16/310 kB Progress (1): 20/310 kB Progress (1): 24/310 kB Progress (1): 28/310 kB Progress (1): 32/310 kB Progress (1): 33/310 kB Progress (1): 37/310 kB Progress (1): 41/310 kB Progress (1): 45/310 kB Progress (1): 49/310 kB Progress (1): 53/310 kB Progress (1): 57/310 kB Progress (1): 61/310 kB Progress (1): 65/310 kB Progress (1): 66/310 kB Progress (1): 70/310 kB Progress (1): 74/310 kB Progress (1): 78/310 kB Progress (1): 82/310 kB Progress (1): 86/310 kB Progress (1): 90/310 kB Progress (1): 94/310 kB Progress (1): 98/310 kB Progress (1): 98/310 kB Progress (1): 102/310 kB Progress (1): 106/310 kB Progress (1): 110/310 kB Progress (1): 114/310 kB Progress (1): 118/310 kB Progress (1): 122/310 kB Progress (1): 126/310 kB Progress (1): 130/310 kB Progress (1): 134/310 kB Progress (1): 138/310 kB Progress (1): 142/310 kB Progress (1): 146/310 kB Progress (1): 150/310 kB Progress (1): 154/310 kB Progress (1): 158/310 kB Progress (1): 162/310 kB Progress (1): 166/310 kB Progress (1): 170/310 kB Progress (1): 174/310 kB Progress (1): 178/310 kB Progress (1): 182/310 kB Progress (1): 186/310 kB Progress (1): 190/310 kB Progress (1): 194/310 kB Progress (1): 198/310 kB Progress (1): 202/310 kB Progress (1): 206/310 kB Progress (1): 210/310 kB Progress (1): 214/310 kB Progress (1): 218/310 kB Progress (1): 222/310 kB Progress (1): 226/310 kB Progress (1): 230/310 kB Progress (1): 234/310 kB Progress (1): 238/310 kB Progress (1): 242/310 kB Progress (1): 246/310 kB Progress (1): 250/310 kB Progress (1): 254/310 kB Progress (1): 258/310 kB Progress (1): 262/310 kB Progress (1): 266/310 kB Progress (1): 270/310 kB Progress (1): 274/310 kB Progress (1): 278/310 kB Progress (1): 282/310 kB Progress (1): 286/310 kB Progress (1): 290/310 kB Progress (1): 294/310 kB Progress (1): 298/310 kB Progress (1): 302/310 kB Progress (1): 306/310 kB Progress (1): 310 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar (310 kB at 3.2 MB/s) [INFO] [INFO] -------------< com.sun.xml.bind.mvn:jaxb-external-parent >-------------- [INFO] Building JAXB External parent 2.3.2-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-external-parent --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 54 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 377 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 525 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 163 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 127 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 220 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 380 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB Progress (2): 13 kB | 7.7/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 24/226 kB Progress (2): 13 kB | 28/226 kB Progress (2): 13 kB | 32/226 kB Progress (2): 13 kB | 36/226 kB Progress (2): 13 kB | 40/226 kB Progress (2): 13 kB | 44/226 kB Progress (2): 13 kB | 48/226 kB Progress (2): 13 kB | 52/226 kB Progress (2): 13 kB | 56/226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 204 kB/s) Progress (1): 60/226 kB Progress (1): 64/226 kB Progress (1): 66/226 kB Progress (1): 70/226 kB Progress (1): 74/226 kB Progress (1): 78/226 kB Progress (1): 82/226 kB Progress (1): 86/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/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): 130/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): 175/226 kB Progress (1): 179/226 kB Progress (1): 183/226 kB Progress (1): 187/226 kB Progress (1): 191/226 kB Progress (1): 195/226 kB Progress (1): 199/226 kB Progress (1): 203/226 kB Progress (1): 207/226 kB Progress (1): 211/226 kB Progress (1): 215/226 kB Progress (1): 219/226 kB Progress (1): 223/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 2.2 MB/s) [INFO] [INFO] -------------< com.sun.xml.bind.external:relaxng-datatype >------------- [INFO] Building RelaxNG Datatype 2.3.2-SNAPSHOT [2/3] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.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/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 541 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.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/32/maven-plugins-32.pom (11 kB at 534 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/32/maven-parent-32.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): 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/maven-parent/32/maven-parent-32.pom (43 kB at 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.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/apache/20/apache-20.pom (16 kB at 721 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.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): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 2.3 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ relaxng-datatype --- [INFO] [INFO] ------------------< com.sun.xml.bind.external:rngom >------------------- [INFO] Building RNGOM 2.3.2-SNAPSHOT [3/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rngom --- [INFO] [INFO] -------------< com.sun.xml.bind.mvn:jaxb-external-parent >-------------- [INFO] Building JAXB External parent 2.3.2-SNAPSHOT [4/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ jaxb-external-parent --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 163 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 53 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom Progress (1): 4.1/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/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 36 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 86 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 388 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 109 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 278 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 95 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1/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/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 417 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 166 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 108 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 103 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 63 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 107 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 759 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 79 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 94 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 86 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 126 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 179 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 114 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 61 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 111 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 107 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Progress (1): 4.1/8.0 kB Progress (1): 7.7/8.0 kB Progress (1): 8.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 249 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 45 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 193 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 867 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 103 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 394 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 70 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 185 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 381 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 39 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 236 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 258 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 803 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 77 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 154 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 762 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 42 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 222 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 213 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 203 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 357 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 472 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 862 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 163 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Progress (1): 4.1/9.4 kB Progress (1): 7.7/9.4 kB Progress (1): 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 407 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 690 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 557 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 891 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 339 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 161 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 318 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 159 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 91 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 114 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 167 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 106 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 157 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 140 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 910 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 19 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 48 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 334 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 325 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 8.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom Progress (1): 147 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 8.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom Progress (1): 167 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 5.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom Progress (1): 156 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 6.5 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 301 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 128 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 9.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 9.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 63 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 125 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 552 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 451 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 292 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom Progress (1): 142 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 7.5 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom Progress (1): 653 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 187 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 547 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 623 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 213 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 6.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 181 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 161 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 590 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 83 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 991 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom (1.8 kB at 99 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 134 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom (6.6 kB at 365 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom (14 kB at 589 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom (3.1 kB at 164 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom (2.9 kB at 163 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom (4.6 kB at 258 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 89 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 153 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 228 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 283 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 813 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 249 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 848 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 138 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 86 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 115 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom (1.8 kB at 95 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom Progress (1): 962 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 48 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 83 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 972 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Progress (1): 4.1/80 kB Progress (1): 7.7/80 kB Progress (1): 12/80 kB Progress (1): 16/80 kB Progress (1): 20/80 kB Progress (1): 24/80 kB Progress (1): 28/80 kB Progress (1): 32/80 kB Progress (1): 33/80 kB Progress (1): 37/80 kB Progress (1): 41/80 kB Progress (1): 45/80 kB Progress (1): 49/80 kB Progress (1): 53/80 kB Progress (1): 57/80 kB Progress (1): 61/80 kB Progress (1): 65/80 kB Progress (1): 69/80 kB Progress (1): 73/80 kB Progress (1): 77/80 kB Progress (1): 80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (2): 12/26 kB | 4.1/22 kB Progress (2): 16/26 kB | 4.1/22 kB Progress (3): 16/26 kB | 4.1/22 kB | 4.1/332 kB Progress (3): 16/26 kB | 7.7/22 kB | 4.1/332 kB Progress (4): 16/26 kB | 7.7/22 kB | 4.1/332 kB | 4.1/68 kB Progress (4): 16/26 kB | 7.7/22 kB | 7.7/332 kB | 4.1/68 kB Progress (4): 20/26 kB | 7.7/22 kB | 7.7/332 kB | 4.1/68 kB Progress (4): 20/26 kB | 7.7/22 kB | 12/332 kB | 4.1/68 kB Progress (4): 20/26 kB | 7.7/22 kB | 12/332 kB | 7.7/68 kB Progress (4): 20/26 kB | 12/22 kB | 12/332 kB | 7.7/68 kB Progress (4): 20/26 kB | 12/22 kB | 16/332 kB | 7.7/68 kB Progress (4): 24/26 kB | 12/22 kB | 16/332 kB | 7.7/68 kB Progress (4): 24/26 kB | 12/22 kB | 20/332 kB | 7.7/68 kB Progress (4): 24/26 kB | 16/22 kB | 20/332 kB | 7.7/68 kB Progress (4): 24/26 kB | 16/22 kB | 20/332 kB | 12/68 kB Progress (4): 24/26 kB | 16/22 kB | 24/332 kB | 12/68 kB Progress (4): 26 kB | 16/22 kB | 24/332 kB | 12/68 kB Progress (4): 26 kB | 20/22 kB | 24/332 kB | 12/68 kB Progress (4): 26 kB | 22 kB | 24/332 kB | 12/68 kB Progress (4): 26 kB | 22 kB | 24/332 kB | 16/68 kB Progress (4): 26 kB | 22 kB | 28/332 kB | 16/68 kB Progress (4): 26 kB | 22 kB | 32/332 kB | 16/68 kB Progress (4): 26 kB | 22 kB | 36/332 kB | 16/68 kB Progress (4): 26 kB | 22 kB | 40/332 kB | 16/68 kB Progress (5): 26 kB | 22 kB | 40/332 kB | 16/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 44/332 kB | 16/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 44/332 kB | 20/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 44/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 48/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 52/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 56/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 60/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 64/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 68/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 72/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 76/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 80/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 84/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 88/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 92/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 96/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 100/332 kB | 24/68 kB | 4.1/178 kB Progress (5): 26 kB | 22 kB | 100/332 kB | 24/68 kB | 7.7/178 kB Progress (5): 26 kB | 22 kB | 104/332 kB | 24/68 kB | 7.7/178 kB Progress (5): 26 kB | 22 kB | 104/332 kB | 28/68 kB | 7.7/178 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 341 kB/s) Progress (4): 26 kB | 104/332 kB | 28/68 kB | 12/178 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 367 kB/s) Progress (3): 104/332 kB | 28/68 kB | 16/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Progress (3): 104/332 kB | 32/68 kB | 16/178 kB Progress (3): 108/332 kB | 32/68 kB | 16/178 kB Progress (3): 112/332 kB | 32/68 kB | 16/178 kB Progress (3): 112/332 kB | 32/68 kB | 20/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Progress (3): 116/332 kB | 32/68 kB | 20/178 kB Progress (3): 116/332 kB | 32/68 kB | 24/178 kB Progress (3): 116/332 kB | 36/68 kB | 24/178 kB Progress (3): 120/332 kB | 36/68 kB | 24/178 kB Progress (3): 120/332 kB | 36/68 kB | 28/178 kB Progress (3): 120/332 kB | 36/68 kB | 32/178 kB Progress (3): 120/332 kB | 36/68 kB | 36/178 kB Progress (3): 120/332 kB | 36/68 kB | 40/178 kB Progress (3): 120/332 kB | 36/68 kB | 44/178 kB Progress (3): 120/332 kB | 36/68 kB | 48/178 kB Progress (3): 120/332 kB | 40/68 kB | 48/178 kB Progress (3): 120/332 kB | 40/68 kB | 52/178 kB Progress (3): 124/332 kB | 40/68 kB | 52/178 kB Progress (3): 124/332 kB | 44/68 kB | 52/178 kB Progress (3): 124/332 kB | 44/68 kB | 56/178 kB Progress (3): 124/332 kB | 48/68 kB | 56/178 kB Progress (3): 128/332 kB | 48/68 kB | 56/178 kB Progress (3): 128/332 kB | 48/68 kB | 60/178 kB Progress (3): 128/332 kB | 52/68 kB | 60/178 kB Progress (3): 132/332 kB | 52/68 kB | 60/178 kB Progress (3): 132/332 kB | 52/68 kB | 64/178 kB Progress (3): 136/332 kB | 52/68 kB | 64/178 kB Progress (3): 136/332 kB | 56/68 kB | 64/178 kB Progress (3): 140/332 kB | 56/68 kB | 64/178 kB Progress (3): 140/332 kB | 56/68 kB | 66/178 kB Progress (3): 140/332 kB | 60/68 kB | 66/178 kB Progress (3): 144/332 kB | 60/68 kB | 66/178 kB Progress (3): 144/332 kB | 64/68 kB | 66/178 kB Progress (3): 148/332 kB | 64/68 kB | 66/178 kB Progress (3): 148/332 kB | 64/68 kB | 70/178 kB Progress (3): 152/332 kB | 64/68 kB | 70/178 kB Progress (4): 152/332 kB | 64/68 kB | 70/178 kB | 4.1/8.8 kB Progress (4): 152/332 kB | 68 kB | 70/178 kB | 4.1/8.8 kB Progress (4): 152/332 kB | 68 kB | 70/178 kB | 7.7/8.8 kB Progress (4): 156/332 kB | 68 kB | 70/178 kB | 7.7/8.8 kB Progress (4): 160/332 kB | 68 kB | 70/178 kB | 7.7/8.8 kB Progress (5): 160/332 kB | 68 kB | 70/178 kB | 7.7/8.8 kB | 4.1/22 kB Progress (5): 160/332 kB | 68 kB | 74/178 kB | 7.7/8.8 kB | 4.1/22 kB Progress (5): 160/332 kB | 68 kB | 74/178 kB | 7.7/8.8 kB | 7.7/22 kB Progress (5): 164/332 kB | 68 kB | 74/178 kB | 7.7/8.8 kB | 7.7/22 kB Progress (5): 164/332 kB | 68 kB | 74/178 kB | 7.7/8.8 kB | 12/22 kB Progress (5): 164/332 kB | 68 kB | 74/178 kB | 8.8 kB | 12/22 kB Progress (5): 164/332 kB | 68 kB | 74/178 kB | 8.8 kB | 16/22 kB Progress (5): 168/332 kB | 68 kB | 74/178 kB | 8.8 kB | 16/22 kB Progress (5): 168/332 kB | 68 kB | 78/178 kB | 8.8 kB | 16/22 kB Progress (5): 172/332 kB | 68 kB | 78/178 kB | 8.8 kB | 16/22 kB Progress (5): 172/332 kB | 68 kB | 78/178 kB | 8.8 kB | 20/22 kB Progress (5): 176/332 kB | 68 kB | 78/178 kB | 8.8 kB | 20/22 kB Progress (5): 176/332 kB | 68 kB | 82/178 kB | 8.8 kB | 20/22 kB Progress (5): 180/332 kB | 68 kB | 82/178 kB | 8.8 kB | 20/22 kB Progress (5): 180/332 kB | 68 kB | 82/178 kB | 8.8 kB | 22 kB Progress (5): 184/332 kB | 68 kB | 82/178 kB | 8.8 kB | 22 kB Progress (5): 184/332 kB | 68 kB | 86/178 kB | 8.8 kB | 22 kB Progress (5): 188/332 kB | 68 kB | 86/178 kB | 8.8 kB | 22 kB Progress (5): 188/332 kB | 68 kB | 90/178 kB | 8.8 kB | 22 kB Progress (5): 192/332 kB | 68 kB | 90/178 kB | 8.8 kB | 22 kB Progress (5): 192/332 kB | 68 kB | 94/178 kB | 8.8 kB | 22 kB Progress (5): 196/332 kB | 68 kB | 94/178 kB | 8.8 kB | 22 kB Progress (5): 196/332 kB | 68 kB | 98/178 kB | 8.8 kB | 22 kB Progress (5): 200/332 kB | 68 kB | 98/178 kB | 8.8 kB | 22 kB Progress (5): 200/332 kB | 68 kB | 102/178 kB | 8.8 kB | 22 kB Progress (5): 204/332 kB | 68 kB | 102/178 kB | 8.8 kB | 22 kB Progress (5): 204/332 kB | 68 kB | 106/178 kB | 8.8 kB | 22 kB Progress (5): 208/332 kB | 68 kB | 106/178 kB | 8.8 kB | 22 kB Progress (5): 208/332 kB | 68 kB | 110/178 kB | 8.8 kB | 22 kB Progress (5): 212/332 kB | 68 kB | 110/178 kB | 8.8 kB | 22 kB Progress (5): 212/332 kB | 68 kB | 114/178 kB | 8.8 kB | 22 kB Progress (5): 216/332 kB | 68 kB | 114/178 kB | 8.8 kB | 22 kB Progress (5): 216/332 kB | 68 kB | 118/178 kB | 8.8 kB | 22 kB Progress (5): 220/332 kB | 68 kB | 118/178 kB | 8.8 kB | 22 kB Progress (5): 220/332 kB | 68 kB | 122/178 kB | 8.8 kB | 22 kB Progress (5): 224/332 kB | 68 kB | 122/178 kB | 8.8 kB | 22 kB Progress (5): 224/332 kB | 68 kB | 126/178 kB | 8.8 kB | 22 kB Progress (5): 228/332 kB | 68 kB | 126/178 kB | 8.8 kB | 22 kB Progress (5): 228/332 kB | 68 kB | 130/178 kB | 8.8 kB | 22 kB Progress (5): 232/332 kB | 68 kB | 130/178 kB | 8.8 kB | 22 kB Progress (5): 232/332 kB | 68 kB | 134/178 kB | 8.8 kB | 22 kB Progress (5): 236/332 kB | 68 kB | 134/178 kB | 8.8 kB | 22 kB Progress (5): 236/332 kB | 68 kB | 138/178 kB | 8.8 kB | 22 kB Progress (5): 240/332 kB | 68 kB | 138/178 kB | 8.8 kB | 22 kB Progress (5): 240/332 kB | 68 kB | 142/178 kB | 8.8 kB | 22 kB Progress (5): 244/332 kB | 68 kB | 142/178 kB | 8.8 kB | 22 kB Progress (5): 244/332 kB | 68 kB | 146/178 kB | 8.8 kB | 22 kB Progress (5): 248/332 kB | 68 kB | 146/178 kB | 8.8 kB | 22 kB Progress (5): 248/332 kB | 68 kB | 150/178 kB | 8.8 kB | 22 kB Progress (5): 252/332 kB | 68 kB | 150/178 kB | 8.8 kB | 22 kB Progress (5): 252/332 kB | 68 kB | 154/178 kB | 8.8 kB | 22 kB Progress (5): 256/332 kB | 68 kB | 154/178 kB | 8.8 kB | 22 kB Progress (5): 256/332 kB | 68 kB | 158/178 kB | 8.8 kB | 22 kB Progress (5): 260/332 kB | 68 kB | 158/178 kB | 8.8 kB | 22 kB Progress (5): 260/332 kB | 68 kB | 162/178 kB | 8.8 kB | 22 kB Progress (5): 264/332 kB | 68 kB | 162/178 kB | 8.8 kB | 22 kB Progress (5): 264/332 kB | 68 kB | 166/178 kB | 8.8 kB | 22 kB Progress (5): 268/332 kB | 68 kB | 166/178 kB | 8.8 kB | 22 kB Progress (5): 268/332 kB | 68 kB | 170/178 kB | 8.8 kB | 22 kB Progress (5): 272/332 kB | 68 kB | 170/178 kB | 8.8 kB | 22 kB Progress (5): 272/332 kB | 68 kB | 174/178 kB | 8.8 kB | 22 kB Progress (5): 276/332 kB | 68 kB | 174/178 kB | 8.8 kB | 22 kB Progress (5): 276/332 kB | 68 kB | 178/178 kB | 8.8 kB | 22 kB Progress (5): 280/332 kB | 68 kB | 178/178 kB | 8.8 kB | 22 kB Progress (5): 280/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 284/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 288/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 292/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 296/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 300/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 304/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 308/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 312/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 316/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 320/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 324/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 328/332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Progress (5): 332 kB | 68 kB | 178 kB | 8.8 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 198 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 508 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Progress (2): 8.8 kB | 4.1/17 kB Progress (2): 8.8 kB | 7.7/17 kB Progress (2): 8.8 kB | 12/17 kB Progress (2): 8.8 kB | 16/17 kB Progress (2): 8.8 kB | 17 kB Progress (3): 8.8 kB | 17 kB | 4.1/35 kB Progress (4): 8.8 kB | 17 kB | 4.1/35 kB | 4.1/13 kB Progress (4): 8.8 kB | 17 kB | 4.1/35 kB | 7.7/13 kB Progress (4): 8.8 kB | 17 kB | 7.7/35 kB | 7.7/13 kB Progress (4): 8.8 kB | 17 kB | 7.7/35 kB | 12/13 kB Progress (4): 8.8 kB | 17 kB | 7.7/35 kB | 13 kB Progress (4): 8.8 kB | 17 kB | 12/35 kB | 13 kB Progress (4): 8.8 kB | 17 kB | 16/35 kB | 13 kB Progress (4): 8.8 kB | 17 kB | 20/35 kB | 13 kB Progress (4): 8.8 kB | 17 kB | 24/35 kB | 13 kB Progress (4): 8.8 kB | 17 kB | 28/35 kB | 13 kB Progress (4): 8.8 kB | 17 kB | 32/35 kB | 13 kB Progress (4): 8.8 kB | 17 kB | 35 kB | 13 kB Progress (5): 8.8 kB | 17 kB | 35 kB | 13 kB | 4.1/41 kB Progress (5): 8.8 kB | 17 kB | 35 kB | 13 kB | 7.7/41 kB Progress (5): 8.8 kB | 17 kB | 35 kB | 13 kB | 12/41 kB Progress (5): 8.8 kB | 17 kB | 35 kB | 13 kB | 16/41 kB Progress (5): 8.8 kB | 17 kB | 35 kB | 13 kB | 20/41 kB Progress (5): 8.8 kB | 17 kB | 35 kB | 13 kB | 24/41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 93 kB/s) Progress (4): 8.8 kB | 17 kB | 35 kB | 28/41 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 8.8 kB | 17 kB | 35 kB | 32/41 kB Progress (4): 8.8 kB | 17 kB | 35 kB | 33/41 kB Progress (4): 8.8 kB | 17 kB | 35 kB | 37/41 kB Progress (4): 8.8 kB | 17 kB | 35 kB | 41/41 kB Progress (4): 8.8 kB | 17 kB | 35 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 111 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Progress (4): 8.8 kB | 35 kB | 41 kB | 4.1/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 7.7/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 12/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 16/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 20/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 24/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 28/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 32/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 33/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 37/39 kB Progress (4): 8.8 kB | 35 kB | 41 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 54 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 254 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 218 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 240 kB/s) Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Progress (2): 10 kB | 4.1/12 kB Progress (2): 10 kB | 7.7/12 kB Progress (2): 10 kB | 12/12 kB Progress (2): 10 kB | 12 kB Progress (3): 10 kB | 12 kB | 4.1/49 kB Progress (4): 10 kB | 12 kB | 4.1/49 kB | 4.1/38 kB Progress (4): 10 kB | 12 kB | 7.7/49 kB | 4.1/38 kB Progress (4): 10 kB | 12 kB | 7.7/49 kB | 7.7/38 kB Progress (4): 10 kB | 12 kB | 12/49 kB | 7.7/38 kB Progress (4): 10 kB | 12 kB | 16/49 kB | 7.7/38 kB Progress (4): 10 kB | 12 kB | 16/49 kB | 12/38 kB Progress (4): 10 kB | 12 kB | 20/49 kB | 12/38 kB Progress (4): 10 kB | 12 kB | 20/49 kB | 16/38 kB Progress (4): 10 kB | 12 kB | 24/49 kB | 16/38 kB Progress (4): 10 kB | 12 kB | 24/49 kB | 20/38 kB Progress (4): 10 kB | 12 kB | 28/49 kB | 20/38 kB Progress (4): 10 kB | 12 kB | 32/49 kB | 20/38 kB Progress (4): 10 kB | 12 kB | 33/49 kB | 20/38 kB Progress (4): 10 kB | 12 kB | 33/49 kB | 24/38 kB Progress (4): 10 kB | 12 kB | 33/49 kB | 28/38 kB Progress (4): 10 kB | 12 kB | 33/49 kB | 32/38 kB Progress (4): 10 kB | 12 kB | 37/49 kB | 32/38 kB Progress (5): 10 kB | 12 kB | 37/49 kB | 32/38 kB | 4.1/88 kB Progress (5): 10 kB | 12 kB | 41/49 kB | 32/38 kB | 4.1/88 kB Progress (5): 10 kB | 12 kB | 45/49 kB | 32/38 kB | 4.1/88 kB Progress (5): 10 kB | 12 kB | 49/49 kB | 32/38 kB | 4.1/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 32/38 kB | 4.1/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 36/38 kB | 4.1/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 36/38 kB | 7.7/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 7.7/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 12/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 16/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 20/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 24/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 28/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 32/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 33/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 37/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 41/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 45/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 49/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 53/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 57/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 61/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 65/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 66/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 70/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 74/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 78/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 82/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 86/88 kB Progress (5): 10 kB | 12 kB | 49 kB | 38 kB | 88 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 62 kB/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 (49 kB at 243 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar 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-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 50 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (3): 38 kB | 88 kB | 4.1/51 kB Progress (3): 38 kB | 88 kB | 7.7/51 kB Progress (4): 38 kB | 88 kB | 7.7/51 kB | 4.1/156 kB Progress (4): 38 kB | 88 kB | 12/51 kB | 4.1/156 kB Progress (4): 38 kB | 88 kB | 12/51 kB | 7.7/156 kB Progress (4): 38 kB | 88 kB | 16/51 kB | 7.7/156 kB Progress (4): 38 kB | 88 kB | 16/51 kB | 12/156 kB Progress (4): 38 kB | 88 kB | 20/51 kB | 12/156 kB Progress (4): 38 kB | 88 kB | 20/51 kB | 16/156 kB Progress (4): 38 kB | 88 kB | 24/51 kB | 16/156 kB Progress (4): 38 kB | 88 kB | 24/51 kB | 20/156 kB Progress (4): 38 kB | 88 kB | 28/51 kB | 20/156 kB Progress (4): 38 kB | 88 kB | 28/51 kB | 24/156 kB Progress (4): 38 kB | 88 kB | 32/51 kB | 24/156 kB Progress (4): 38 kB | 88 kB | 32/51 kB | 28/156 kB Progress (4): 38 kB | 88 kB | 33/51 kB | 28/156 kB Progress (4): 38 kB | 88 kB | 33/51 kB | 32/156 kB Progress (4): 38 kB | 88 kB | 37/51 kB | 32/156 kB Progress (4): 38 kB | 88 kB | 37/51 kB | 33/156 kB Progress (4): 38 kB | 88 kB | 41/51 kB | 33/156 kB Progress (4): 38 kB | 88 kB | 41/51 kB | 37/156 kB Progress (4): 38 kB | 88 kB | 45/51 kB | 37/156 kB Progress (4): 38 kB | 88 kB | 45/51 kB | 41/156 kB Progress (4): 38 kB | 88 kB | 49/51 kB | 41/156 kB Progress (4): 38 kB | 88 kB | 49/51 kB | 45/156 kB Progress (4): 38 kB | 88 kB | 51 kB | 45/156 kB Progress (4): 38 kB | 88 kB | 51 kB | 49/156 kB Progress (4): 38 kB | 88 kB | 51 kB | 53/156 kB Progress (4): 38 kB | 88 kB | 51 kB | 57/156 kB Progress (4): 38 kB | 88 kB | 51 kB | 61/156 kB Progress (4): 38 kB | 88 kB | 51 kB | 65/156 kB Progress (4): 38 kB | 88 kB | 51 kB | 66/156 kB Progress (4): 38 kB | 88 kB | 51 kB | 70/156 kB Progress (4): 38 kB | 88 kB | 51 kB | 74/156 kB Progress (5): 38 kB | 88 kB | 51 kB | 74/156 kB | 4.1/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 78/156 kB | 4.1/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 78/156 kB | 7.7/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 82/156 kB | 7.7/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 82/156 kB | 12/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 86/156 kB | 12/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 86/156 kB | 16/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 90/156 kB | 16/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 90/156 kB | 20/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 94/156 kB | 20/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 98/156 kB | 20/30 kB Progress (5): 38 kB | 88 kB | 51 kB | 98/156 kB | 20/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 224 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar Progress (4): 38 kB | 88 kB | 98/156 kB | 24/30 kB Progress (4): 38 kB | 88 kB | 102/156 kB | 24/30 kB Progress (4): 38 kB | 88 kB | 102/156 kB | 28/30 kB Progress (4): 38 kB | 88 kB | 102/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 106/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 110/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 114/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 118/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 122/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 126/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 130/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 134/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 138/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 142/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 146/156 kB | 30 kB Progress (4): 38 kB | 88 kB | 150/156 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 160 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 370 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (3): 150/156 kB | 30 kB | 4.1/18 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar Progress (3): 154/156 kB | 30 kB | 4.1/18 kB Progress (3): 154/156 kB | 30 kB | 7.7/18 kB Progress (3): 156 kB | 30 kB | 7.7/18 kB Progress (3): 156 kB | 30 kB | 12/18 kB Progress (3): 156 kB | 30 kB | 16/18 kB Progress (3): 156 kB | 30 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 119 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 73 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar Progress (2): 156 kB | 4.1/209 kB Progress (2): 156 kB | 7.7/209 kB Progress (2): 156 kB | 12/209 kB Progress (2): 156 kB | 16/209 kB Progress (3): 156 kB | 16/209 kB | 4.1/165 kB Progress (3): 156 kB | 16/209 kB | 7.7/165 kB Progress (3): 156 kB | 20/209 kB | 7.7/165 kB Progress (3): 156 kB | 24/209 kB | 7.7/165 kB Progress (3): 156 kB | 24/209 kB | 12/165 kB Progress (3): 156 kB | 24/209 kB | 16/165 kB Progress (3): 156 kB | 28/209 kB | 16/165 kB Progress (3): 156 kB | 32/209 kB | 16/165 kB Progress (3): 156 kB | 32/209 kB | 20/165 kB Progress (3): 156 kB | 33/209 kB | 20/165 kB Progress (3): 156 kB | 33/209 kB | 24/165 kB Progress (3): 156 kB | 37/209 kB | 24/165 kB Progress (3): 156 kB | 37/209 kB | 28/165 kB Progress (3): 156 kB | 41/209 kB | 28/165 kB Progress (3): 156 kB | 41/209 kB | 32/165 kB Progress (3): 156 kB | 41/209 kB | 33/165 kB Progress (3): 156 kB | 45/209 kB | 33/165 kB Progress (3): 156 kB | 49/209 kB | 33/165 kB Progress (3): 156 kB | 49/209 kB | 37/165 kB Progress (3): 156 kB | 53/209 kB | 37/165 kB Progress (3): 156 kB | 53/209 kB | 41/165 kB Progress (4): 156 kB | 53/209 kB | 41/165 kB | 4.1/61 kB Progress (4): 156 kB | 57/209 kB | 41/165 kB | 4.1/61 kB Progress (4): 156 kB | 57/209 kB | 41/165 kB | 7.7/61 kB Progress (4): 156 kB | 61/209 kB | 41/165 kB | 7.7/61 kB Progress (4): 156 kB | 65/209 kB | 41/165 kB | 7.7/61 kB Progress (5): 156 kB | 65/209 kB | 41/165 kB | 7.7/61 kB | 4.1/55 kB Progress (5): 156 kB | 65/209 kB | 45/165 kB | 7.7/61 kB | 4.1/55 kB Progress (5): 156 kB | 65/209 kB | 45/165 kB | 7.7/61 kB | 7.7/55 kB Progress (5): 156 kB | 66/209 kB | 45/165 kB | 7.7/61 kB | 7.7/55 kB Progress (5): 156 kB | 66/209 kB | 45/165 kB | 12/61 kB | 7.7/55 kB Progress (5): 156 kB | 70/209 kB | 45/165 kB | 12/61 kB | 7.7/55 kB Progress (5): 156 kB | 70/209 kB | 45/165 kB | 12/61 kB | 12/55 kB Progress (5): 156 kB | 70/209 kB | 49/165 kB | 12/61 kB | 12/55 kB Progress (5): 156 kB | 70/209 kB | 49/165 kB | 12/61 kB | 16/55 kB Progress (5): 156 kB | 70/209 kB | 53/165 kB | 12/61 kB | 16/55 kB Progress (5): 156 kB | 74/209 kB | 53/165 kB | 12/61 kB | 16/55 kB Progress (5): 156 kB | 74/209 kB | 53/165 kB | 16/61 kB | 16/55 kB Progress (5): 156 kB | 78/209 kB | 53/165 kB | 16/61 kB | 16/55 kB Progress (5): 156 kB | 78/209 kB | 57/165 kB | 16/61 kB | 16/55 kB Progress (5): 156 kB | 78/209 kB | 57/165 kB | 16/61 kB | 20/55 kB Progress (5): 156 kB | 78/209 kB | 61/165 kB | 16/61 kB | 20/55 kB Progress (5): 156 kB | 78/209 kB | 65/165 kB | 16/61 kB | 20/55 kB Progress (5): 156 kB | 78/209 kB | 66/165 kB | 16/61 kB | 20/55 kB Progress (5): 156 kB | 78/209 kB | 70/165 kB | 16/61 kB | 20/55 kB Progress (5): 156 kB | 78/209 kB | 74/165 kB | 16/61 kB | 20/55 kB Progress (5): 156 kB | 78/209 kB | 78/165 kB | 16/61 kB | 20/55 kB Progress (5): 156 kB | 78/209 kB | 82/165 kB | 16/61 kB | 20/55 kB Progress (5): 156 kB | 78/209 kB | 86/165 kB | 16/61 kB | 20/55 kB Progress (5): 156 kB | 78/209 kB | 86/165 kB | 20/61 kB | 20/55 kB Progress (5): 156 kB | 82/209 kB | 86/165 kB | 20/61 kB | 20/55 kB Progress (5): 156 kB | 82/209 kB | 86/165 kB | 24/61 kB | 20/55 kB Progress (5): 156 kB | 82/209 kB | 90/165 kB | 24/61 kB | 20/55 kB Progress (5): 156 kB | 82/209 kB | 90/165 kB | 24/61 kB | 24/55 kB Progress (5): 156 kB | 82/209 kB | 94/165 kB | 24/61 kB | 24/55 kB Progress (5): 156 kB | 82/209 kB | 94/165 kB | 28/61 kB | 24/55 kB Progress (5): 156 kB | 86/209 kB | 94/165 kB | 28/61 kB | 24/55 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 562 kB/s) Progress (4): 86/209 kB | 94/165 kB | 32/61 kB | 24/55 kB Progress (4): 86/209 kB | 98/165 kB | 32/61 kB | 24/55 kB Progress (4): 86/209 kB | 98/165 kB | 32/61 kB | 28/55 kB Progress (4): 86/209 kB | 98/165 kB | 32/61 kB | 28/55 kB Progress (4): 86/209 kB | 98/165 kB | 33/61 kB | 28/55 kB Progress (4): 86/209 kB | 102/165 kB | 33/61 kB | 28/55 kB Progress (4): 86/209 kB | 102/165 kB | 37/61 kB | 28/55 kB Progress (4): 86/209 kB | 102/165 kB | 41/61 kB | 28/55 kB Progress (4): 86/209 kB | 102/165 kB | 45/61 kB | 28/55 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar Progress (4): 90/209 kB | 102/165 kB | 45/61 kB | 28/55 kB Progress (4): 94/209 kB | 102/165 kB | 45/61 kB | 28/55 kB Progress (4): 98/209 kB | 102/165 kB | 45/61 kB | 28/55 kB Progress (4): 98/209 kB | 102/165 kB | 45/61 kB | 28/55 kB Progress (4): 98/209 kB | 102/165 kB | 49/61 kB | 28/55 kB Progress (4): 102/209 kB | 102/165 kB | 49/61 kB | 28/55 kB Progress (4): 102/209 kB | 102/165 kB | 53/61 kB | 28/55 kB Progress (4): 102/209 kB | 102/165 kB | 57/61 kB | 28/55 kB Progress (4): 102/209 kB | 106/165 kB | 57/61 kB | 28/55 kB Progress (4): 102/209 kB | 106/165 kB | 57/61 kB | 32/55 kB Progress (4): 102/209 kB | 110/165 kB | 57/61 kB | 32/55 kB Progress (4): 102/209 kB | 110/165 kB | 57/61 kB | 36/55 kB Progress (4): 102/209 kB | 110/165 kB | 57/61 kB | 40/55 kB Progress (4): 102/209 kB | 110/165 kB | 57/61 kB | 44/55 kB Progress (4): 102/209 kB | 110/165 kB | 57/61 kB | 48/55 kB Progress (4): 102/209 kB | 110/165 kB | 61 kB | 48/55 kB Progress (4): 106/209 kB | 110/165 kB | 61 kB | 48/55 kB Progress (4): 110/209 kB | 110/165 kB | 61 kB | 48/55 kB Progress (4): 114/209 kB | 110/165 kB | 61 kB | 48/55 kB Progress (4): 118/209 kB | 110/165 kB | 61 kB | 48/55 kB Progress (4): 122/209 kB | 110/165 kB | 61 kB | 48/55 kB Progress (4): 126/209 kB | 110/165 kB | 61 kB | 48/55 kB Progress (4): 126/209 kB | 114/165 kB | 61 kB | 48/55 kB Progress (4): 130/209 kB | 114/165 kB | 61 kB | 48/55 kB Progress (4): 130/209 kB | 118/165 kB | 61 kB | 48/55 kB Progress (4): 134/209 kB | 118/165 kB | 61 kB | 48/55 kB Progress (4): 138/209 kB | 118/165 kB | 61 kB | 48/55 kB Progress (4): 142/209 kB | 118/165 kB | 61 kB | 48/55 kB Progress (4): 146/209 kB | 118/165 kB | 61 kB | 48/55 kB Progress (4): 146/209 kB | 122/165 kB | 61 kB | 48/55 kB Progress (4): 150/209 kB | 122/165 kB | 61 kB | 48/55 kB Progress (4): 154/209 kB | 122/165 kB | 61 kB | 48/55 kB Progress (4): 154/209 kB | 126/165 kB | 61 kB | 48/55 kB Progress (4): 158/209 kB | 126/165 kB | 61 kB | 48/55 kB Progress (4): 158/209 kB | 130/165 kB | 61 kB | 48/55 kB Progress (4): 162/209 kB | 130/165 kB | 61 kB | 48/55 kB Progress (4): 162/209 kB | 134/165 kB | 61 kB | 48/55 kB Progress (4): 166/209 kB | 134/165 kB | 61 kB | 48/55 kB Progress (4): 166/209 kB | 138/165 kB | 61 kB | 48/55 kB Progress (4): 170/209 kB | 138/165 kB | 61 kB | 48/55 kB Progress (4): 170/209 kB | 142/165 kB | 61 kB | 48/55 kB Progress (4): 174/209 kB | 142/165 kB | 61 kB | 48/55 kB Progress (4): 174/209 kB | 146/165 kB | 61 kB | 48/55 kB Progress (4): 178/209 kB | 146/165 kB | 61 kB | 48/55 kB Progress (4): 178/209 kB | 150/165 kB | 61 kB | 48/55 kB Progress (4): 182/209 kB | 150/165 kB | 61 kB | 48/55 kB Progress (4): 186/209 kB | 150/165 kB | 61 kB | 48/55 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 205 kB/s) Progress (3): 186/209 kB | 154/165 kB | 48/55 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar Progress (3): 190/209 kB | 154/165 kB | 48/55 kB Progress (3): 194/209 kB | 154/165 kB | 48/55 kB Progress (3): 198/209 kB | 154/165 kB | 48/55 kB Progress (4): 198/209 kB | 154/165 kB | 48/55 kB | 4.1/12 kB Progress (4): 198/209 kB | 154/165 kB | 48/55 kB | 7.7/12 kB Progress (4): 198/209 kB | 154/165 kB | 48/55 kB | 12 kB Progress (4): 202/209 kB | 154/165 kB | 48/55 kB | 12 kB Progress (4): 206/209 kB | 154/165 kB | 48/55 kB | 12 kB Progress (4): 209 kB | 154/165 kB | 48/55 kB | 12 kB Progress (4): 209 kB | 158/165 kB | 48/55 kB | 12 kB Progress (4): 209 kB | 162/165 kB | 48/55 kB | 12 kB Progress (4): 209 kB | 165 kB | 48/55 kB | 12 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 (209 kB at 678 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 533 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (3): 48/55 kB | 12 kB | 4.1/167 kB Progress (3): 48/55 kB | 12 kB | 7.7/167 kB Progress (3): 48/55 kB | 12 kB | 12/167 kB Progress (3): 48/55 kB | 12 kB | 16/167 kB Progress (3): 48/55 kB | 12 kB | 20/167 kB Progress (3): 48/55 kB | 12 kB | 24/167 kB Progress (3): 48/55 kB | 12 kB | 28/167 kB Progress (3): 48/55 kB | 12 kB | 32/167 kB Progress (3): 48/55 kB | 12 kB | 33/167 kB Progress (3): 48/55 kB | 12 kB | 37/167 kB Progress (3): 48/55 kB | 12 kB | 41/167 kB Progress (3): 48/55 kB | 12 kB | 45/167 kB Progress (3): 48/55 kB | 12 kB | 49/167 kB Progress (3): 48/55 kB | 12 kB | 53/167 kB Progress (3): 48/55 kB | 12 kB | 57/167 kB Progress (3): 48/55 kB | 12 kB | 61/167 kB Progress (3): 48/55 kB | 12 kB | 65/167 kB Progress (3): 48/55 kB | 12 kB | 66/167 kB Progress (3): 48/55 kB | 12 kB | 70/167 kB Progress (3): 48/55 kB | 12 kB | 74/167 kB Progress (3): 48/55 kB | 12 kB | 78/167 kB Progress (3): 48/55 kB | 12 kB | 82/167 kB Progress (3): 48/55 kB | 12 kB | 86/167 kB Progress (3): 48/55 kB | 12 kB | 90/167 kB Progress (3): 48/55 kB | 12 kB | 94/167 kB Progress (3): 48/55 kB | 12 kB | 98/167 kB Progress (3): 48/55 kB | 12 kB | 98/167 kB Progress (3): 48/55 kB | 12 kB | 102/167 kB Progress (3): 48/55 kB | 12 kB | 106/167 kB Progress (4): 48/55 kB | 12 kB | 106/167 kB | 4.1/12 kB Progress (4): 48/55 kB | 12 kB | 110/167 kB | 4.1/12 kB Progress (4): 48/55 kB | 12 kB | 110/167 kB | 7.7/12 kB Progress (5): 48/55 kB | 12 kB | 110/167 kB | 7.7/12 kB | 4.1/4.2 kB Progress (5): 48/55 kB | 12 kB | 114/167 kB | 7.7/12 kB | 4.1/4.2 kB Progress (5): 48/55 kB | 12 kB | 114/167 kB | 7.7/12 kB | 4.2 kB Progress (5): 48/55 kB | 12 kB | 114/167 kB | 12 kB | 4.2 kB Progress (5): 48/55 kB | 12 kB | 118/167 kB | 12 kB | 4.2 kB Progress (5): 48/55 kB | 12 kB | 122/167 kB | 12 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar (12 kB at 35 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar Progress (4): 48/55 kB | 126/167 kB | 12 kB | 4.2 kB Progress (4): 48/55 kB | 130/167 kB | 12 kB | 4.2 kB Progress (4): 48/55 kB | 131/167 kB | 12 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 13 kB/s) Progress (3): 48/55 kB | 135/167 kB | 12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Progress (3): 48/55 kB | 139/167 kB | 12 kB Progress (3): 48/55 kB | 143/167 kB | 12 kB Progress (3): 48/55 kB | 147/167 kB | 12 kB Progress (3): 48/55 kB | 151/167 kB | 12 kB Progress (3): 48/55 kB | 155/167 kB | 12 kB Progress (3): 48/55 kB | 159/167 kB | 12 kB Progress (3): 48/55 kB | 163/167 kB | 12 kB Progress (3): 48/55 kB | 167/167 kB | 12 kB Progress (3): 48/55 kB | 167 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 35 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Progress (3): 48/55 kB | 167 kB | 4.1/293 kB Progress (3): 48/55 kB | 167 kB | 7.7/293 kB Progress (3): 48/55 kB | 167 kB | 12/293 kB Progress (3): 48/55 kB | 167 kB | 16/293 kB Progress (3): 48/55 kB | 167 kB | 20/293 kB Progress (3): 48/55 kB | 167 kB | 24/293 kB Progress (3): 48/55 kB | 167 kB | 28/293 kB Progress (4): 48/55 kB | 167 kB | 28/293 kB | 4.1/61 kB Progress (4): 48/55 kB | 167 kB | 32/293 kB | 4.1/61 kB Progress (4): 48/55 kB | 167 kB | 32/293 kB | 7.7/61 kB Progress (4): 48/55 kB | 167 kB | 33/293 kB | 7.7/61 kB Progress (4): 48/55 kB | 167 kB | 33/293 kB | 12/61 kB Progress (4): 48/55 kB | 167 kB | 37/293 kB | 12/61 kB Progress (4): 48/55 kB | 167 kB | 37/293 kB | 16/61 kB Progress (4): 48/55 kB | 167 kB | 41/293 kB | 16/61 kB Progress (4): 48/55 kB | 167 kB | 41/293 kB | 20/61 kB Progress (4): 48/55 kB | 167 kB | 41/293 kB | 24/61 kB Progress (4): 48/55 kB | 167 kB | 45/293 kB | 24/61 kB Progress (4): 48/55 kB | 167 kB | 45/293 kB | 28/61 kB Progress (4): 48/55 kB | 167 kB | 49/293 kB | 28/61 kB Progress (4): 48/55 kB | 167 kB | 49/293 kB | 32/61 kB Progress (4): 48/55 kB | 167 kB | 53/293 kB | 32/61 kB Progress (4): 48/55 kB | 167 kB | 53/293 kB | 36/61 kB Progress (4): 48/55 kB | 167 kB | 57/293 kB | 36/61 kB Progress (5): 48/55 kB | 167 kB | 57/293 kB | 36/61 kB | 4.1/47 kB Progress (5): 48/55 kB | 167 kB | 57/293 kB | 40/61 kB | 4.1/47 kB Progress (5): 48/55 kB | 167 kB | 57/293 kB | 40/61 kB | 7.7/47 kB Progress (5): 48/55 kB | 167 kB | 61/293 kB | 40/61 kB | 7.7/47 kB Progress (5): 48/55 kB | 167 kB | 61/293 kB | 40/61 kB | 12/47 kB Progress (5): 48/55 kB | 167 kB | 61/293 kB | 44/61 kB | 12/47 kB Progress (5): 48/55 kB | 167 kB | 61/293 kB | 44/61 kB | 16/47 kB Progress (5): 48/55 kB | 167 kB | 65/293 kB | 44/61 kB | 16/47 kB Progress (5): 48/55 kB | 167 kB | 65/293 kB | 48/61 kB | 16/47 kB Progress (5): 48/55 kB | 167 kB | 66/293 kB | 48/61 kB | 16/47 kB Progress (5): 48/55 kB | 167 kB | 66/293 kB | 48/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 70/293 kB | 48/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 70/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 74/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 78/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 82/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 86/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 90/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 94/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 98/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 102/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 106/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 110/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 114/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 118/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 122/293 kB | 52/61 kB | 20/47 kB Progress (5): 48/55 kB | 167 kB | 122/293 kB | 52/61 kB | 24/47 kB Progress (5): 48/55 kB | 167 kB | 126/293 kB | 52/61 kB | 24/47 kB Progress (5): 48/55 kB | 167 kB | 126/293 kB | 56/61 kB | 24/47 kB Progress (5): 48/55 kB | 167 kB | 126/293 kB | 56/61 kB | 28/47 kB Progress (5): 48/55 kB | 167 kB | 126/293 kB | 60/61 kB | 28/47 kB Progress (5): 48/55 kB | 167 kB | 130/293 kB | 60/61 kB | 28/47 kB Progress (5): 48/55 kB | 167 kB | 130/293 kB | 61 kB | 28/47 kB Progress (5): 48/55 kB | 167 kB | 130/293 kB | 61 kB | 32/47 kB Progress (5): 48/55 kB | 167 kB | 131/293 kB | 61 kB | 32/47 kB Progress (5): 48/55 kB | 167 kB | 131/293 kB | 61 kB | 33/47 kB Progress (5): 48/55 kB | 167 kB | 135/293 kB | 61 kB | 33/47 kB Progress (5): 48/55 kB | 167 kB | 135/293 kB | 61 kB | 37/47 kB Progress (5): 48/55 kB | 167 kB | 139/293 kB | 61 kB | 37/47 kB Progress (5): 48/55 kB | 167 kB | 139/293 kB | 61 kB | 41/47 kB Progress (5): 48/55 kB | 167 kB | 143/293 kB | 61 kB | 41/47 kB Progress (5): 48/55 kB | 167 kB | 143/293 kB | 61 kB | 45/47 kB Progress (5): 48/55 kB | 167 kB | 147/293 kB | 61 kB | 45/47 kB Progress (5): 48/55 kB | 167 kB | 147/293 kB | 61 kB | 47 kB Progress (5): 48/55 kB | 167 kB | 151/293 kB | 61 kB | 47 kB Progress (5): 48/55 kB | 167 kB | 155/293 kB | 61 kB | 47 kB Progress (5): 48/55 kB | 167 kB | 159/293 kB | 61 kB | 47 kB Progress (5): 48/55 kB | 167 kB | 163/293 kB | 61 kB | 47 kB Progress (5): 48/55 kB | 167 kB | 167/293 kB | 61 kB | 47 kB Progress (5): 48/55 kB | 167 kB | 171/293 kB | 61 kB | 47 kB Progress (5): 48/55 kB | 167 kB | 175/293 kB | 61 kB | 47 kB Progress (5): 48/55 kB | 167 kB | 179/293 kB | 61 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 167 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar Progress (4): 48/55 kB | 167 kB | 183/293 kB | 47 kB Progress (4): 48/55 kB | 167 kB | 187/293 kB | 47 kB Progress (4): 48/55 kB | 167 kB | 191/293 kB | 47 kB Progress (4): 48/55 kB | 167 kB | 195/293 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 456 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar Progress (3): 48/55 kB | 199/293 kB | 47 kB Progress (3): 48/55 kB | 203/293 kB | 47 kB Progress (3): 48/55 kB | 207/293 kB | 47 kB Progress (3): 48/55 kB | 211/293 kB | 47 kB Progress (3): 48/55 kB | 215/293 kB | 47 kB Progress (3): 48/55 kB | 219/293 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 126 kB/s) Progress (2): 48/55 kB | 223/293 kB Progress (2): 48/55 kB | 227/293 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar Progress (2): 48/55 kB | 231/293 kB Progress (2): 48/55 kB | 235/293 kB Progress (2): 48/55 kB | 239/293 kB Progress (2): 48/55 kB | 243/293 kB Progress (3): 48/55 kB | 243/293 kB | 4.1/173 kB Progress (3): 48/55 kB | 243/293 kB | 7.7/173 kB Progress (3): 48/55 kB | 247/293 kB | 7.7/173 kB Progress (3): 48/55 kB | 247/293 kB | 12/173 kB Progress (3): 48/55 kB | 251/293 kB | 12/173 kB Progress (3): 48/55 kB | 251/293 kB | 16/173 kB Progress (3): 48/55 kB | 255/293 kB | 16/173 kB Progress (3): 48/55 kB | 259/293 kB | 16/173 kB Progress (3): 48/55 kB | 263/293 kB | 16/173 kB Progress (3): 48/55 kB | 267/293 kB | 16/173 kB Progress (3): 48/55 kB | 271/293 kB | 16/173 kB Progress (3): 48/55 kB | 275/293 kB | 16/173 kB Progress (3): 48/55 kB | 279/293 kB | 16/173 kB Progress (3): 48/55 kB | 283/293 kB | 16/173 kB Progress (3): 48/55 kB | 283/293 kB | 20/173 kB Progress (3): 48/55 kB | 287/293 kB | 20/173 kB Progress (3): 48/55 kB | 287/293 kB | 24/173 kB Progress (3): 48/55 kB | 291/293 kB | 24/173 kB Progress (3): 48/55 kB | 293 kB | 24/173 kB Progress (3): 48/55 kB | 293 kB | 28/173 kB Progress (3): 48/55 kB | 293 kB | 32/173 kB Progress (3): 48/55 kB | 293 kB | 33/173 kB Progress (3): 48/55 kB | 293 kB | 37/173 kB Progress (3): 48/55 kB | 293 kB | 41/173 kB Progress (3): 48/55 kB | 293 kB | 45/173 kB Progress (3): 48/55 kB | 293 kB | 49/173 kB Progress (3): 48/55 kB | 293 kB | 53/173 kB Progress (3): 48/55 kB | 293 kB | 57/173 kB Progress (3): 48/55 kB | 293 kB | 61/173 kB Progress (3): 48/55 kB | 293 kB | 65/173 kB Progress (3): 48/55 kB | 293 kB | 66/173 kB Progress (4): 48/55 kB | 293 kB | 66/173 kB | 4.1/11 kB Progress (4): 48/55 kB | 293 kB | 70/173 kB | 4.1/11 kB Progress (4): 48/55 kB | 293 kB | 70/173 kB | 7.7/11 kB Progress (4): 48/55 kB | 293 kB | 70/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 74/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 78/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 82/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 86/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 90/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 94/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 98/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 102/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 106/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 110/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 114/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 118/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 122/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 126/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 130/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 134/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 138/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 142/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 146/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 150/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 154/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 158/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 162/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 166/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 170/173 kB | 11 kB Progress (4): 48/55 kB | 293 kB | 173 kB | 11 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 4.1/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 7.7/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 12/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 16/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 20/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 24/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 28/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 32/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 36/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 40/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 44/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 48/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 52/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 56/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 60/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 64/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 68/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 72/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 76/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 80/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 84/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 88/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 92/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 96/98 kB Progress (5): 48/55 kB | 293 kB | 173 kB | 11 kB | 98 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 414 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 230 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 688 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar Progress (2): 48/55 kB | 4.1/62 kB Progress (2): 48/55 kB | 7.7/62 kB Progress (2): 48/55 kB | 12/62 kB Progress (2): 48/55 kB | 16/62 kB Progress (2): 48/55 kB | 20/62 kB Progress (2): 48/55 kB | 24/62 kB Progress (2): 48/55 kB | 28/62 kB Progress (2): 48/55 kB | 32/62 kB Progress (2): 48/55 kB | 33/62 kB Progress (2): 48/55 kB | 37/62 kB Progress (2): 48/55 kB | 41/62 kB Progress (2): 48/55 kB | 45/62 kB Progress (2): 48/55 kB | 49/62 kB Progress (2): 48/55 kB | 53/62 kB Progress (2): 48/55 kB | 57/62 kB Progress (3): 48/55 kB | 57/62 kB | 4.1/16 kB Progress (3): 48/55 kB | 61/62 kB | 4.1/16 kB Progress (3): 48/55 kB | 61/62 kB | 7.7/16 kB Progress (3): 48/55 kB | 62 kB | 7.7/16 kB Progress (3): 48/55 kB | 62 kB | 12/16 kB Progress (3): 48/55 kB | 62 kB | 16/16 kB Progress (3): 48/55 kB | 62 kB | 16 kB Progress (4): 48/55 kB | 62 kB | 16 kB | 4.1/39 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 4.1/39 kB | 4.1/17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 7.7/39 kB | 4.1/17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 7.7/39 kB | 7.7/17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 12/39 kB | 7.7/17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 12/39 kB | 12/17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 16/39 kB | 12/17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 16/39 kB | 16/17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 20/39 kB | 16/17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 20/39 kB | 17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 24/39 kB | 17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 28/39 kB | 17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 32/39 kB | 17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 36/39 kB | 17 kB Progress (5): 48/55 kB | 62 kB | 16 kB | 39 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 139 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar (16 kB at 35 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 38 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (3): 48/55 kB | 39 kB | 4.1/347 kB Progress (3): 48/55 kB | 39 kB | 7.7/347 kB Progress (3): 48/55 kB | 39 kB | 12/347 kB Progress (3): 48/55 kB | 39 kB | 16/347 kB Progress (3): 48/55 kB | 39 kB | 20/347 kB Progress (3): 48/55 kB | 39 kB | 24/347 kB Progress (3): 48/55 kB | 39 kB | 28/347 kB Progress (3): 48/55 kB | 39 kB | 32/347 kB Progress (3): 48/55 kB | 39 kB | 33/347 kB Progress (3): 48/55 kB | 39 kB | 37/347 kB Progress (3): 48/55 kB | 39 kB | 41/347 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar (39 kB at 83 kB/s) Progress (2): 48/55 kB | 45/347 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar Progress (2): 48/55 kB | 49/347 kB Progress (3): 48/55 kB | 49/347 kB | 4.1/7.7 kB Progress (3): 48/55 kB | 53/347 kB | 4.1/7.7 kB Progress (3): 48/55 kB | 53/347 kB | 7.7 kB Progress (3): 48/55 kB | 57/347 kB | 7.7 kB Progress (3): 48/55 kB | 61/347 kB | 7.7 kB Progress (3): 48/55 kB | 65/347 kB | 7.7 kB Progress (3): 48/55 kB | 66/347 kB | 7.7 kB Progress (3): 48/55 kB | 70/347 kB | 7.7 kB Progress (3): 48/55 kB | 74/347 kB | 7.7 kB Progress (4): 48/55 kB | 74/347 kB | 7.7 kB | 4.1/189 kB Progress (4): 48/55 kB | 78/347 kB | 7.7 kB | 4.1/189 kB Progress (4): 48/55 kB | 78/347 kB | 7.7 kB | 7.7/189 kB Progress (4): 48/55 kB | 82/347 kB | 7.7 kB | 7.7/189 kB Progress (4): 48/55 kB | 82/347 kB | 7.7 kB | 12/189 kB Progress (4): 52/55 kB | 82/347 kB | 7.7 kB | 12/189 kB Progress (4): 52/55 kB | 86/347 kB | 7.7 kB | 12/189 kB Progress (4): 55 kB | 86/347 kB | 7.7 kB | 12/189 kB Progress (4): 55 kB | 86/347 kB | 7.7 kB | 16/189 kB Progress (4): 55 kB | 90/347 kB | 7.7 kB | 16/189 kB Progress (4): 55 kB | 90/347 kB | 7.7 kB | 20/189 kB Progress (4): 55 kB | 94/347 kB | 7.7 kB | 20/189 kB Progress (4): 55 kB | 94/347 kB | 7.7 kB | 24/189 kB Progress (4): 55 kB | 98/347 kB | 7.7 kB | 24/189 kB Progress (4): 55 kB | 98/347 kB | 7.7 kB | 24/189 kB Progress (4): 55 kB | 98/347 kB | 7.7 kB | 28/189 kB Progress (4): 55 kB | 102/347 kB | 7.7 kB | 28/189 kB Progress (4): 55 kB | 106/347 kB | 7.7 kB | 28/189 kB Progress (4): 55 kB | 106/347 kB | 7.7 kB | 32/189 kB Progress (4): 55 kB | 110/347 kB | 7.7 kB | 32/189 kB Progress (4): 55 kB | 110/347 kB | 7.7 kB | 33/189 kB Progress (4): 55 kB | 114/347 kB | 7.7 kB | 33/189 kB Progress (4): 55 kB | 114/347 kB | 7.7 kB | 37/189 kB Progress (4): 55 kB | 118/347 kB | 7.7 kB | 37/189 kB Progress (4): 55 kB | 118/347 kB | 7.7 kB | 41/189 kB Progress (4): 55 kB | 122/347 kB | 7.7 kB | 41/189 kB Progress (4): 55 kB | 122/347 kB | 7.7 kB | 45/189 kB Progress (4): 55 kB | 126/347 kB | 7.7 kB | 45/189 kB Progress (4): 55 kB | 126/347 kB | 7.7 kB | 49/189 kB Progress (4): 55 kB | 130/347 kB | 7.7 kB | 49/189 kB Progress (4): 55 kB | 130/347 kB | 7.7 kB | 53/189 kB Progress (4): 55 kB | 134/347 kB | 7.7 kB | 53/189 kB Progress (4): 55 kB | 134/347 kB | 7.7 kB | 57/189 kB Progress (4): 55 kB | 138/347 kB | 7.7 kB | 57/189 kB Progress (4): 55 kB | 138/347 kB | 7.7 kB | 61/189 kB Progress (4): 55 kB | 142/347 kB | 7.7 kB | 61/189 kB Progress (4): 55 kB | 142/347 kB | 7.7 kB | 65/189 kB Progress (4): 55 kB | 146/347 kB | 7.7 kB | 65/189 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 16 kB/s) Progress (3): 55 kB | 146/347 kB | 66/189 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar Progress (3): 55 kB | 150/347 kB | 66/189 kB Progress (3): 55 kB | 150/347 kB | 70/189 kB Progress (3): 55 kB | 154/347 kB | 70/189 kB Progress (3): 55 kB | 154/347 kB | 74/189 kB Progress (3): 55 kB | 158/347 kB | 74/189 kB Progress (3): 55 kB | 158/347 kB | 78/189 kB Progress (3): 55 kB | 162/347 kB | 78/189 kB Progress (3): 55 kB | 162/347 kB | 82/189 kB Progress (3): 55 kB | 166/347 kB | 82/189 kB Progress (3): 55 kB | 166/347 kB | 86/189 kB Progress (3): 55 kB | 170/347 kB | 86/189 kB Progress (4): 55 kB | 170/347 kB | 86/189 kB | 4.1/144 kB Progress (4): 55 kB | 170/347 kB | 90/189 kB | 4.1/144 kB Progress (4): 55 kB | 170/347 kB | 90/189 kB | 7.7/144 kB Progress (4): 55 kB | 174/347 kB | 90/189 kB | 7.7/144 kB Progress (4): 55 kB | 174/347 kB | 94/189 kB | 7.7/144 kB Progress (4): 55 kB | 174/347 kB | 94/189 kB | 12/144 kB Progress (4): 55 kB | 178/347 kB | 94/189 kB | 12/144 kB Progress (4): 55 kB | 178/347 kB | 94/189 kB | 16/144 kB Progress (4): 55 kB | 182/347 kB | 94/189 kB | 16/144 kB Progress (4): 55 kB | 186/347 kB | 94/189 kB | 16/144 kB Progress (4): 55 kB | 186/347 kB | 98/189 kB | 16/144 kB Progress (4): 55 kB | 190/347 kB | 98/189 kB | 16/144 kB Progress (4): 55 kB | 190/347 kB | 98/189 kB | 20/144 kB Progress (4): 55 kB | 194/347 kB | 98/189 kB | 20/144 kB Progress (4): 55 kB | 194/347 kB | 98/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 98/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 102/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 106/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 110/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 114/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 118/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 122/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 126/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 130/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 131/189 kB | 20/144 kB Progress (4): 55 kB | 198/347 kB | 131/189 kB | 24/144 kB Progress (4): 55 kB | 198/347 kB | 135/189 kB | 24/144 kB Progress (4): 55 kB | 202/347 kB | 135/189 kB | 24/144 kB Progress (4): 55 kB | 202/347 kB | 135/189 kB | 28/144 kB Progress (4): 55 kB | 202/347 kB | 139/189 kB | 28/144 kB Progress (4): 55 kB | 202/347 kB | 139/189 kB | 32/144 kB Progress (4): 55 kB | 206/347 kB | 139/189 kB | 32/144 kB Progress (4): 55 kB | 206/347 kB | 139/189 kB | 33/144 kB Progress (4): 55 kB | 206/347 kB | 143/189 kB | 33/144 kB Progress (4): 55 kB | 210/347 kB | 143/189 kB | 33/144 kB Progress (4): 55 kB | 210/347 kB | 147/189 kB | 33/144 kB Progress (4): 55 kB | 210/347 kB | 147/189 kB | 37/144 kB Progress (4): 55 kB | 214/347 kB | 147/189 kB | 37/144 kB Progress (4): 55 kB | 214/347 kB | 147/189 kB | 41/144 kB Progress (4): 55 kB | 214/347 kB | 151/189 kB | 41/144 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 112 kB/s) Progress (3): 218/347 kB | 151/189 kB | 41/144 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar Progress (3): 218/347 kB | 151/189 kB | 45/144 kB Progress (3): 218/347 kB | 155/189 kB | 45/144 kB Progress (3): 218/347 kB | 155/189 kB | 49/144 kB Progress (3): 222/347 kB | 155/189 kB | 49/144 kB Progress (3): 222/347 kB | 159/189 kB | 49/144 kB Progress (3): 222/347 kB | 159/189 kB | 53/144 kB Progress (3): 226/347 kB | 159/189 kB | 53/144 kB Progress (3): 226/347 kB | 159/189 kB | 57/144 kB Progress (3): 226/347 kB | 163/189 kB | 57/144 kB Progress (3): 230/347 kB | 163/189 kB | 57/144 kB Progress (3): 234/347 kB | 163/189 kB | 57/144 kB Progress (3): 234/347 kB | 163/189 kB | 61/144 kB Progress (3): 234/347 kB | 167/189 kB | 61/144 kB Progress (3): 234/347 kB | 167/189 kB | 65/144 kB Progress (3): 238/347 kB | 167/189 kB | 65/144 kB Progress (3): 238/347 kB | 167/189 kB | 66/144 kB Progress (3): 238/347 kB | 171/189 kB | 66/144 kB Progress (3): 242/347 kB | 171/189 kB | 66/144 kB Progress (3): 242/347 kB | 171/189 kB | 70/144 kB Progress (3): 242/347 kB | 175/189 kB | 70/144 kB Progress (3): 242/347 kB | 175/189 kB | 74/144 kB Progress (3): 246/347 kB | 175/189 kB | 74/144 kB Progress (3): 250/347 kB | 175/189 kB | 74/144 kB Progress (3): 254/347 kB | 175/189 kB | 74/144 kB Progress (3): 258/347 kB | 175/189 kB | 74/144 kB Progress (3): 262/347 kB | 175/189 kB | 74/144 kB Progress (3): 266/347 kB | 175/189 kB | 74/144 kB Progress (3): 270/347 kB | 175/189 kB | 74/144 kB Progress (3): 274/347 kB | 175/189 kB | 74/144 kB Progress (3): 278/347 kB | 175/189 kB | 74/144 kB Progress (3): 282/347 kB | 175/189 kB | 74/144 kB Progress (3): 286/347 kB | 175/189 kB | 74/144 kB Progress (3): 290/347 kB | 175/189 kB | 74/144 kB Progress (3): 294/347 kB | 175/189 kB | 74/144 kB Progress (3): 294/347 kB | 179/189 kB | 74/144 kB Progress (3): 298/347 kB | 179/189 kB | 74/144 kB Progress (3): 298/347 kB | 179/189 kB | 78/144 kB Progress (3): 298/347 kB | 183/189 kB | 78/144 kB Progress (3): 298/347 kB | 183/189 kB | 82/144 kB Progress (3): 302/347 kB | 183/189 kB | 82/144 kB Progress (3): 302/347 kB | 187/189 kB | 82/144 kB Progress (3): 306/347 kB | 187/189 kB | 82/144 kB Progress (3): 306/347 kB | 189 kB | 82/144 kB Progress (3): 306/347 kB | 189 kB | 86/144 kB Progress (3): 310/347 kB | 189 kB | 86/144 kB Progress (3): 314/347 kB | 189 kB | 86/144 kB Progress (3): 318/347 kB | 189 kB | 86/144 kB Progress (3): 322/347 kB | 189 kB | 86/144 kB Progress (3): 326/347 kB | 189 kB | 86/144 kB Progress (3): 330/347 kB | 189 kB | 86/144 kB Progress (3): 334/347 kB | 189 kB | 86/144 kB Progress (3): 338/347 kB | 189 kB | 86/144 kB Progress (3): 342/347 kB | 189 kB | 86/144 kB Progress (3): 346/347 kB | 189 kB | 86/144 kB Progress (3): 347 kB | 189 kB | 86/144 kB Progress (3): 347 kB | 189 kB | 90/144 kB Progress (3): 347 kB | 189 kB | 94/144 kB Progress (3): 347 kB | 189 kB | 98/144 kB Progress (3): 347 kB | 189 kB | 98/144 kB Progress (4): 347 kB | 189 kB | 98/144 kB | 4.1/90 kB Progress (4): 347 kB | 189 kB | 102/144 kB | 4.1/90 kB Progress (4): 347 kB | 189 kB | 102/144 kB | 7.7/90 kB Progress (4): 347 kB | 189 kB | 106/144 kB | 7.7/90 kB Progress (4): 347 kB | 189 kB | 106/144 kB | 12/90 kB Progress (4): 347 kB | 189 kB | 110/144 kB | 12/90 kB Progress (4): 347 kB | 189 kB | 110/144 kB | 16/90 kB Progress (4): 347 kB | 189 kB | 114/144 kB | 16/90 kB Progress (4): 347 kB | 189 kB | 114/144 kB | 20/90 kB Progress (4): 347 kB | 189 kB | 114/144 kB | 24/90 kB Progress (4): 347 kB | 189 kB | 118/144 kB | 24/90 kB Progress (4): 347 kB | 189 kB | 118/144 kB | 28/90 kB Progress (4): 347 kB | 189 kB | 122/144 kB | 28/90 kB Progress (4): 347 kB | 189 kB | 122/144 kB | 32/90 kB Progress (4): 347 kB | 189 kB | 122/144 kB | 33/90 kB Progress (4): 347 kB | 189 kB | 126/144 kB | 33/90 kB Progress (4): 347 kB | 189 kB | 130/144 kB | 33/90 kB Progress (4): 347 kB | 189 kB | 134/144 kB | 33/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 33/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 37/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 41/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 45/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 49/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 53/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 57/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 61/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 65/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 69/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 73/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 77/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 81/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 85/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 89/90 kB Progress (4): 347 kB | 189 kB | 138/144 kB | 90 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 361 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar Progress (3): 347 kB | 142/144 kB | 90 kB Progress (4): 347 kB | 142/144 kB | 90 kB | 4.1/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 4.1/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 7.7/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 12/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 16/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 20/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 24/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 28/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 32/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 33/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 37/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 41/139 kB Progress (4): 347 kB | 144 kB | 90 kB | 45/139 kB Progress (5): 347 kB | 144 kB | 90 kB | 45/139 kB | 4.1/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 49/139 kB | 4.1/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 49/139 kB | 7.7/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 53/139 kB | 7.7/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 53/139 kB | 12/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 57/139 kB | 12/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 61/139 kB | 12/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 65/139 kB | 12/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 66/139 kB | 12/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 66/139 kB | 16/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 70/139 kB | 16/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 70/139 kB | 20/457 kB Progress (5): 347 kB | 144 kB | 90 kB | 74/139 kB | 20/457 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 647 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 267 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar Progress (3): 90 kB | 74/139 kB | 24/457 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 167 kB/s) Progress (2): 78/139 kB | 24/457 kB Progress (2): 78/139 kB | 28/457 kB Progress (2): 82/139 kB | 28/457 kB Progress (2): 86/139 kB | 28/457 kB Progress (2): 90/139 kB | 28/457 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar Progress (2): 90/139 kB | 32/457 kB Progress (2): 94/139 kB | 32/457 kB Progress (2): 94/139 kB | 33/457 kB Progress (2): 94/139 kB | 37/457 kB Progress (2): 94/139 kB | 41/457 kB Progress (2): 94/139 kB | 45/457 kB Progress (2): 94/139 kB | 49/457 kB Progress (2): 98/139 kB | 49/457 kB Progress (2): 98/139 kB | 53/457 kB Progress (2): 98/139 kB | 57/457 kB Progress (2): 98/139 kB | 61/457 kB Progress (2): 98/139 kB | 65/457 kB Progress (2): 98/139 kB | 66/457 kB Progress (2): 98/139 kB | 70/457 kB Progress (2): 98/139 kB | 74/457 kB Progress (2): 102/139 kB | 74/457 kB Progress (2): 102/139 kB | 78/457 kB Progress (2): 102/139 kB | 82/457 kB Progress (2): 102/139 kB | 86/457 kB Progress (2): 102/139 kB | 90/457 kB Progress (2): 106/139 kB | 90/457 kB Progress (2): 106/139 kB | 94/457 kB Progress (2): 106/139 kB | 98/457 kB Progress (2): 110/139 kB | 98/457 kB Progress (2): 110/139 kB | 98/457 kB Progress (2): 114/139 kB | 98/457 kB Progress (2): 114/139 kB | 102/457 kB Progress (2): 114/139 kB | 106/457 kB Progress (2): 118/139 kB | 106/457 kB Progress (2): 122/139 kB | 106/457 kB Progress (2): 122/139 kB | 110/457 kB Progress (2): 122/139 kB | 114/457 kB Progress (2): 122/139 kB | 118/457 kB Progress (2): 126/139 kB | 118/457 kB Progress (2): 126/139 kB | 122/457 kB Progress (2): 130/139 kB | 122/457 kB Progress (2): 130/139 kB | 126/457 kB Progress (2): 130/139 kB | 130/457 kB Progress (2): 130/139 kB | 134/457 kB Progress (2): 130/139 kB | 138/457 kB Progress (2): 134/139 kB | 138/457 kB Progress (2): 134/139 kB | 142/457 kB Progress (3): 134/139 kB | 142/457 kB | 4.1/26 kB Progress (3): 134/139 kB | 146/457 kB | 4.1/26 kB Progress (3): 138/139 kB | 146/457 kB | 4.1/26 kB Progress (3): 138/139 kB | 146/457 kB | 7.7/26 kB Progress (3): 139 kB | 146/457 kB | 7.7/26 kB Progress (3): 139 kB | 150/457 kB | 7.7/26 kB Progress (3): 139 kB | 150/457 kB | 12/26 kB Progress (3): 139 kB | 154/457 kB | 12/26 kB Progress (4): 139 kB | 154/457 kB | 12/26 kB | 4.1/65 kB Progress (4): 139 kB | 154/457 kB | 16/26 kB | 4.1/65 kB Progress (4): 139 kB | 154/457 kB | 16/26 kB | 7.7/65 kB Progress (4): 139 kB | 154/457 kB | 20/26 kB | 7.7/65 kB Progress (5): 139 kB | 154/457 kB | 20/26 kB | 7.7/65 kB | 4.1/329 kB Progress (5): 139 kB | 158/457 kB | 20/26 kB | 7.7/65 kB | 4.1/329 kB Progress (5): 139 kB | 158/457 kB | 20/26 kB | 7.7/65 kB | 7.7/329 kB Progress (5): 139 kB | 158/457 kB | 24/26 kB | 7.7/65 kB | 7.7/329 kB Progress (5): 139 kB | 158/457 kB | 24/26 kB | 7.7/65 kB | 12/329 kB Progress (5): 139 kB | 158/457 kB | 24/26 kB | 12/65 kB | 12/329 kB Progress (5): 139 kB | 158/457 kB | 24/26 kB | 12/65 kB | 16/329 kB Progress (5): 139 kB | 158/457 kB | 26 kB | 12/65 kB | 16/329 kB Progress (5): 139 kB | 158/457 kB | 26 kB | 12/65 kB | 20/329 kB Progress (5): 139 kB | 158/457 kB | 26 kB | 12/65 kB | 24/329 kB Progress (5): 139 kB | 158/457 kB | 26 kB | 12/65 kB | 28/329 kB Progress (5): 139 kB | 162/457 kB | 26 kB | 12/65 kB | 28/329 kB Progress (5): 139 kB | 162/457 kB | 26 kB | 12/65 kB | 32/329 kB Progress (5): 139 kB | 166/457 kB | 26 kB | 12/65 kB | 32/329 kB Progress (5): 139 kB | 166/457 kB | 26 kB | 16/65 kB | 32/329 kB Progress (5): 139 kB | 170/457 kB | 26 kB | 16/65 kB | 32/329 kB Progress (5): 139 kB | 170/457 kB | 26 kB | 20/65 kB | 32/329 kB Progress (5): 139 kB | 170/457 kB | 26 kB | 20/65 kB | 33/329 kB Progress (5): 139 kB | 170/457 kB | 26 kB | 24/65 kB | 33/329 kB Progress (5): 139 kB | 170/457 kB | 26 kB | 24/65 kB | 37/329 kB Progress (5): 139 kB | 174/457 kB | 26 kB | 24/65 kB | 37/329 kB Progress (5): 139 kB | 174/457 kB | 26 kB | 24/65 kB | 41/329 kB Progress (5): 139 kB | 174/457 kB | 26 kB | 28/65 kB | 41/329 kB Progress (5): 139 kB | 174/457 kB | 26 kB | 28/65 kB | 45/329 kB Progress (5): 139 kB | 178/457 kB | 26 kB | 28/65 kB | 45/329 kB Progress (5): 139 kB | 178/457 kB | 26 kB | 28/65 kB | 49/329 kB Progress (5): 139 kB | 182/457 kB | 26 kB | 28/65 kB | 49/329 kB Progress (5): 139 kB | 182/457 kB | 26 kB | 28/65 kB | 53/329 kB Progress (5): 139 kB | 182/457 kB | 26 kB | 28/65 kB | 57/329 kB Progress (5): 139 kB | 182/457 kB | 26 kB | 32/65 kB | 57/329 kB Progress (5): 139 kB | 182/457 kB | 26 kB | 32/65 kB | 61/329 kB Progress (5): 139 kB | 186/457 kB | 26 kB | 32/65 kB | 61/329 kB Progress (5): 139 kB | 186/457 kB | 26 kB | 32/65 kB | 65/329 kB Progress (5): 139 kB | 190/457 kB | 26 kB | 32/65 kB | 65/329 kB Progress (5): 139 kB | 190/457 kB | 26 kB | 33/65 kB | 65/329 kB Progress (5): 139 kB | 194/457 kB | 26 kB | 33/65 kB | 65/329 kB Progress (5): 139 kB | 194/457 kB | 26 kB | 37/65 kB | 65/329 kB Progress (5): 139 kB | 198/457 kB | 26 kB | 37/65 kB | 65/329 kB Progress (5): 139 kB | 202/457 kB | 26 kB | 37/65 kB | 65/329 kB Progress (5): 139 kB | 202/457 kB | 26 kB | 37/65 kB | 66/329 kB Progress (5): 139 kB | 206/457 kB | 26 kB | 37/65 kB | 66/329 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 46 kB/s) Progress (4): 139 kB | 206/457 kB | 41/65 kB | 66/329 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar Progress (4): 139 kB | 206/457 kB | 41/65 kB | 70/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 74/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 78/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 82/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 86/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 90/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 94/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 98/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 102/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 106/329 kB Progress (4): 139 kB | 206/457 kB | 41/65 kB | 110/329 kB Progress (4): 139 kB | 210/457 kB | 41/65 kB | 110/329 kB Progress (4): 139 kB | 210/457 kB | 41/65 kB | 114/329 kB Progress (4): 139 kB | 210/457 kB | 45/65 kB | 114/329 kB Progress (4): 139 kB | 210/457 kB | 45/65 kB | 118/329 kB Progress (4): 139 kB | 214/457 kB | 45/65 kB | 118/329 kB Progress (4): 139 kB | 214/457 kB | 45/65 kB | 122/329 kB Progress (4): 139 kB | 214/457 kB | 49/65 kB | 122/329 kB Progress (4): 139 kB | 214/457 kB | 49/65 kB | 126/329 kB Progress (4): 139 kB | 214/457 kB | 53/65 kB | 126/329 kB Progress (4): 139 kB | 214/457 kB | 57/65 kB | 126/329 kB Progress (4): 139 kB | 214/457 kB | 61/65 kB | 126/329 kB Progress (4): 139 kB | 214/457 kB | 65/65 kB | 126/329 kB Progress (4): 139 kB | 214/457 kB | 65 kB | 126/329 kB Progress (4): 139 kB | 218/457 kB | 65 kB | 126/329 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 243 kB/s) Progress (3): 218/457 kB | 65 kB | 130/329 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar Progress (3): 222/457 kB | 65 kB | 130/329 kB Progress (3): 222/457 kB | 65 kB | 134/329 kB Progress (3): 226/457 kB | 65 kB | 134/329 kB Progress (3): 226/457 kB | 65 kB | 138/329 kB Progress (3): 230/457 kB | 65 kB | 138/329 kB Progress (3): 230/457 kB | 65 kB | 142/329 kB Progress (4): 230/457 kB | 65 kB | 142/329 kB | 4.1/358 kB Progress (4): 234/457 kB | 65 kB | 142/329 kB | 4.1/358 kB Progress (4): 234/457 kB | 65 kB | 142/329 kB | 7.7/358 kB Progress (4): 234/457 kB | 65 kB | 146/329 kB | 7.7/358 kB Progress (4): 234/457 kB | 65 kB | 146/329 kB | 12/358 kB Progress (4): 238/457 kB | 65 kB | 146/329 kB | 12/358 kB Progress (4): 238/457 kB | 65 kB | 146/329 kB | 16/358 kB Progress (4): 238/457 kB | 65 kB | 150/329 kB | 16/358 kB Progress (4): 238/457 kB | 65 kB | 154/329 kB | 16/358 kB Progress (4): 238/457 kB | 65 kB | 158/329 kB | 16/358 kB Progress (4): 238/457 kB | 65 kB | 162/329 kB | 16/358 kB Progress (4): 242/457 kB | 65 kB | 162/329 kB | 16/358 kB Progress (4): 242/457 kB | 65 kB | 166/329 kB | 16/358 kB Progress (4): 246/457 kB | 65 kB | 166/329 kB | 16/358 kB Progress (4): 246/457 kB | 65 kB | 166/329 kB | 20/358 kB Progress (4): 250/457 kB | 65 kB | 166/329 kB | 20/358 kB Progress (4): 250/457 kB | 65 kB | 170/329 kB | 20/358 kB Progress (4): 254/457 kB | 65 kB | 170/329 kB | 20/358 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 113 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar Progress (4): 254/457 kB | 170/329 kB | 20/358 kB | 4.1/252 kB Progress (4): 254/457 kB | 170/329 kB | 24/358 kB | 4.1/252 kB Progress (4): 254/457 kB | 170/329 kB | 24/358 kB | 7.7/252 kB Progress (4): 254/457 kB | 170/329 kB | 28/358 kB | 7.7/252 kB Progress (4): 254/457 kB | 170/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 170/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 174/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 178/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 182/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 186/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 190/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 194/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 198/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 202/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 206/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 210/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 214/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 218/329 kB | 32/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 218/329 kB | 33/358 kB | 7.7/252 kB Progress (4): 258/457 kB | 218/329 kB | 33/358 kB | 12/252 kB Progress (5): 258/457 kB | 218/329 kB | 33/358 kB | 12/252 kB | 4.1/120 kB Progress (5): 258/457 kB | 222/329 kB | 33/358 kB | 12/252 kB | 4.1/120 kB Progress (5): 262/457 kB | 222/329 kB | 33/358 kB | 12/252 kB | 4.1/120 kB Progress (5): 262/457 kB | 226/329 kB | 33/358 kB | 12/252 kB | 4.1/120 kB Progress (5): 262/457 kB | 226/329 kB | 33/358 kB | 12/252 kB | 7.7/120 kB Progress (5): 262/457 kB | 226/329 kB | 37/358 kB | 12/252 kB | 7.7/120 kB Progress (5): 262/457 kB | 226/329 kB | 37/358 kB | 16/252 kB | 7.7/120 kB Progress (5): 262/457 kB | 226/329 kB | 41/358 kB | 16/252 kB | 7.7/120 kB Progress (5): 262/457 kB | 226/329 kB | 41/358 kB | 16/252 kB | 12/120 kB Progress (5): 262/457 kB | 230/329 kB | 41/358 kB | 16/252 kB | 12/120 kB Progress (5): 266/457 kB | 230/329 kB | 41/358 kB | 16/252 kB | 12/120 kB Progress (5): 266/457 kB | 234/329 kB | 41/358 kB | 16/252 kB | 12/120 kB Progress (5): 266/457 kB | 234/329 kB | 45/358 kB | 16/252 kB | 12/120 kB Progress (5): 266/457 kB | 234/329 kB | 45/358 kB | 16/252 kB | 16/120 kB Progress (5): 266/457 kB | 234/329 kB | 45/358 kB | 20/252 kB | 16/120 kB Progress (5): 266/457 kB | 234/329 kB | 45/358 kB | 20/252 kB | 20/120 kB Progress (5): 266/457 kB | 234/329 kB | 49/358 kB | 20/252 kB | 20/120 kB Progress (5): 266/457 kB | 238/329 kB | 49/358 kB | 20/252 kB | 20/120 kB Progress (5): 270/457 kB | 238/329 kB | 49/358 kB | 20/252 kB | 20/120 kB Progress (5): 270/457 kB | 242/329 kB | 49/358 kB | 20/252 kB | 20/120 kB Progress (5): 270/457 kB | 242/329 kB | 53/358 kB | 20/252 kB | 20/120 kB Progress (5): 270/457 kB | 242/329 kB | 53/358 kB | 20/252 kB | 24/120 kB Progress (5): 270/457 kB | 242/329 kB | 53/358 kB | 24/252 kB | 24/120 kB Progress (5): 270/457 kB | 242/329 kB | 53/358 kB | 24/252 kB | 28/120 kB Progress (5): 270/457 kB | 242/329 kB | 57/358 kB | 24/252 kB | 28/120 kB Progress (5): 270/457 kB | 246/329 kB | 57/358 kB | 24/252 kB | 28/120 kB Progress (5): 274/457 kB | 246/329 kB | 57/358 kB | 24/252 kB | 28/120 kB Progress (5): 274/457 kB | 250/329 kB | 57/358 kB | 24/252 kB | 28/120 kB Progress (5): 274/457 kB | 250/329 kB | 61/358 kB | 24/252 kB | 28/120 kB Progress (5): 274/457 kB | 250/329 kB | 61/358 kB | 24/252 kB | 32/120 kB Progress (5): 274/457 kB | 250/329 kB | 61/358 kB | 28/252 kB | 32/120 kB Progress (5): 274/457 kB | 250/329 kB | 61/358 kB | 28/252 kB | 33/120 kB Progress (5): 274/457 kB | 250/329 kB | 65/358 kB | 28/252 kB | 33/120 kB Progress (5): 274/457 kB | 254/329 kB | 65/358 kB | 28/252 kB | 33/120 kB Progress (5): 278/457 kB | 254/329 kB | 65/358 kB | 28/252 kB | 33/120 kB Progress (5): 278/457 kB | 258/329 kB | 65/358 kB | 28/252 kB | 33/120 kB Progress (5): 278/457 kB | 258/329 kB | 66/358 kB | 28/252 kB | 33/120 kB Progress (5): 278/457 kB | 258/329 kB | 66/358 kB | 28/252 kB | 37/120 kB Progress (5): 278/457 kB | 258/329 kB | 66/358 kB | 32/252 kB | 37/120 kB Progress (5): 278/457 kB | 258/329 kB | 70/358 kB | 32/252 kB | 37/120 kB Progress (5): 278/457 kB | 258/329 kB | 70/358 kB | 32/252 kB | 41/120 kB Progress (5): 278/457 kB | 262/329 kB | 70/358 kB | 32/252 kB | 41/120 kB Progress (5): 282/457 kB | 262/329 kB | 70/358 kB | 32/252 kB | 41/120 kB Progress (5): 282/457 kB | 266/329 kB | 70/358 kB | 32/252 kB | 41/120 kB Progress (5): 282/457 kB | 266/329 kB | 70/358 kB | 32/252 kB | 45/120 kB Progress (5): 282/457 kB | 270/329 kB | 70/358 kB | 32/252 kB | 45/120 kB Progress (5): 282/457 kB | 270/329 kB | 74/358 kB | 32/252 kB | 45/120 kB Progress (5): 282/457 kB | 270/329 kB | 74/358 kB | 33/252 kB | 45/120 kB Progress (5): 282/457 kB | 270/329 kB | 78/358 kB | 33/252 kB | 45/120 kB Progress (5): 282/457 kB | 274/329 kB | 78/358 kB | 33/252 kB | 45/120 kB Progress (5): 282/457 kB | 274/329 kB | 78/358 kB | 33/252 kB | 49/120 kB Progress (5): 282/457 kB | 278/329 kB | 78/358 kB | 33/252 kB | 49/120 kB Progress (5): 286/457 kB | 278/329 kB | 78/358 kB | 33/252 kB | 49/120 kB Progress (5): 286/457 kB | 282/329 kB | 78/358 kB | 33/252 kB | 49/120 kB Progress (5): 286/457 kB | 282/329 kB | 78/358 kB | 33/252 kB | 53/120 kB Progress (5): 286/457 kB | 282/329 kB | 82/358 kB | 33/252 kB | 53/120 kB Progress (5): 286/457 kB | 282/329 kB | 82/358 kB | 37/252 kB | 53/120 kB Progress (5): 286/457 kB | 282/329 kB | 86/358 kB | 37/252 kB | 53/120 kB Progress (5): 286/457 kB | 282/329 kB | 86/358 kB | 37/252 kB | 57/120 kB Progress (5): 286/457 kB | 286/329 kB | 86/358 kB | 37/252 kB | 57/120 kB Progress (5): 290/457 kB | 286/329 kB | 86/358 kB | 37/252 kB | 57/120 kB Progress (5): 290/457 kB | 290/329 kB | 86/358 kB | 37/252 kB | 57/120 kB Progress (5): 290/457 kB | 290/329 kB | 86/358 kB | 37/252 kB | 61/120 kB Progress (5): 290/457 kB | 294/329 kB | 86/358 kB | 37/252 kB | 61/120 kB Progress (5): 290/457 kB | 294/329 kB | 90/358 kB | 37/252 kB | 61/120 kB Progress (5): 290/457 kB | 294/329 kB | 90/358 kB | 41/252 kB | 61/120 kB Progress (5): 290/457 kB | 294/329 kB | 94/358 kB | 41/252 kB | 61/120 kB Progress (5): 290/457 kB | 298/329 kB | 94/358 kB | 41/252 kB | 61/120 kB Progress (5): 290/457 kB | 298/329 kB | 94/358 kB | 41/252 kB | 65/120 kB Progress (5): 294/457 kB | 298/329 kB | 94/358 kB | 41/252 kB | 65/120 kB Progress (5): 294/457 kB | 298/329 kB | 94/358 kB | 41/252 kB | 66/120 kB Progress (5): 294/457 kB | 302/329 kB | 94/358 kB | 41/252 kB | 66/120 kB Progress (5): 294/457 kB | 302/329 kB | 94/358 kB | 45/252 kB | 66/120 kB Progress (5): 294/457 kB | 302/329 kB | 98/358 kB | 45/252 kB | 66/120 kB Progress (5): 294/457 kB | 302/329 kB | 98/358 kB | 49/252 kB | 66/120 kB Progress (5): 294/457 kB | 306/329 kB | 98/358 kB | 49/252 kB | 66/120 kB Progress (5): 294/457 kB | 306/329 kB | 98/358 kB | 49/252 kB | 70/120 kB Progress (5): 298/457 kB | 306/329 kB | 98/358 kB | 49/252 kB | 70/120 kB Progress (5): 298/457 kB | 306/329 kB | 98/358 kB | 49/252 kB | 74/120 kB Progress (5): 298/457 kB | 310/329 kB | 98/358 kB | 49/252 kB | 74/120 kB Progress (5): 298/457 kB | 310/329 kB | 98/358 kB | 53/252 kB | 74/120 kB Progress (5): 298/457 kB | 310/329 kB | 102/358 kB | 53/252 kB | 74/120 kB Progress (5): 298/457 kB | 310/329 kB | 102/358 kB | 57/252 kB | 74/120 kB Progress (5): 298/457 kB | 314/329 kB | 102/358 kB | 57/252 kB | 74/120 kB Progress (5): 298/457 kB | 314/329 kB | 102/358 kB | 57/252 kB | 78/120 kB Progress (5): 302/457 kB | 314/329 kB | 102/358 kB | 57/252 kB | 78/120 kB Progress (5): 302/457 kB | 314/329 kB | 102/358 kB | 57/252 kB | 82/120 kB Progress (5): 302/457 kB | 318/329 kB | 102/358 kB | 57/252 kB | 82/120 kB Progress (5): 302/457 kB | 318/329 kB | 102/358 kB | 57/252 kB | 86/120 kB Progress (5): 302/457 kB | 318/329 kB | 102/358 kB | 61/252 kB | 86/120 kB Progress (5): 302/457 kB | 318/329 kB | 106/358 kB | 61/252 kB | 86/120 kB Progress (5): 302/457 kB | 318/329 kB | 106/358 kB | 65/252 kB | 86/120 kB Progress (5): 302/457 kB | 318/329 kB | 106/358 kB | 65/252 kB | 90/120 kB Progress (5): 302/457 kB | 322/329 kB | 106/358 kB | 65/252 kB | 90/120 kB Progress (5): 306/457 kB | 322/329 kB | 106/358 kB | 65/252 kB | 90/120 kB Progress (5): 306/457 kB | 326/329 kB | 106/358 kB | 65/252 kB | 90/120 kB Progress (5): 306/457 kB | 326/329 kB | 106/358 kB | 65/252 kB | 94/120 kB Progress (5): 306/457 kB | 326/329 kB | 110/358 kB | 65/252 kB | 94/120 kB Progress (5): 306/457 kB | 326/329 kB | 110/358 kB | 66/252 kB | 94/120 kB Progress (5): 306/457 kB | 326/329 kB | 114/358 kB | 66/252 kB | 94/120 kB Progress (5): 306/457 kB | 326/329 kB | 114/358 kB | 66/252 kB | 98/120 kB Progress (5): 306/457 kB | 326/329 kB | 118/358 kB | 66/252 kB | 98/120 kB Progress (5): 306/457 kB | 329 kB | 118/358 kB | 66/252 kB | 98/120 kB Progress (5): 310/457 kB | 329 kB | 118/358 kB | 66/252 kB | 98/120 kB Progress (5): 310/457 kB | 329 kB | 122/358 kB | 66/252 kB | 98/120 kB Progress (5): 310/457 kB | 329 kB | 122/358 kB | 66/252 kB | 102/120 kB Progress (5): 310/457 kB | 329 kB | 122/358 kB | 70/252 kB | 102/120 kB Progress (5): 310/457 kB | 329 kB | 122/358 kB | 70/252 kB | 106/120 kB Progress (5): 310/457 kB | 329 kB | 126/358 kB | 70/252 kB | 106/120 kB Progress (5): 314/457 kB | 329 kB | 126/358 kB | 70/252 kB | 106/120 kB Progress (5): 314/457 kB | 329 kB | 130/358 kB | 70/252 kB | 106/120 kB Progress (5): 314/457 kB | 329 kB | 130/358 kB | 70/252 kB | 110/120 kB Progress (5): 314/457 kB | 329 kB | 130/358 kB | 74/252 kB | 110/120 kB Progress (5): 314/457 kB | 329 kB | 130/358 kB | 74/252 kB | 114/120 kB Progress (5): 314/457 kB | 329 kB | 131/358 kB | 74/252 kB | 114/120 kB Progress (5): 318/457 kB | 329 kB | 131/358 kB | 74/252 kB | 114/120 kB Progress (5): 318/457 kB | 329 kB | 135/358 kB | 74/252 kB | 114/120 kB Progress (5): 318/457 kB | 329 kB | 135/358 kB | 74/252 kB | 118/120 kB Progress (5): 318/457 kB | 329 kB | 135/358 kB | 78/252 kB | 118/120 kB Progress (5): 318/457 kB | 329 kB | 135/358 kB | 78/252 kB | 120 kB Progress (5): 318/457 kB | 329 kB | 139/358 kB | 78/252 kB | 120 kB Progress (5): 322/457 kB | 329 kB | 139/358 kB | 78/252 kB | 120 kB Progress (5): 322/457 kB | 329 kB | 139/358 kB | 82/252 kB | 120 kB Progress (5): 322/457 kB | 329 kB | 143/358 kB | 82/252 kB | 120 kB Progress (5): 326/457 kB | 329 kB | 143/358 kB | 82/252 kB | 120 kB Progress (5): 326/457 kB | 329 kB | 147/358 kB | 82/252 kB | 120 kB Progress (5): 326/457 kB | 329 kB | 147/358 kB | 86/252 kB | 120 kB Progress (5): 330/457 kB | 329 kB | 147/358 kB | 86/252 kB | 120 kB Progress (5): 330/457 kB | 329 kB | 147/358 kB | 90/252 kB | 120 kB Progress (5): 330/457 kB | 329 kB | 151/358 kB | 90/252 kB | 120 kB Progress (5): 334/457 kB | 329 kB | 151/358 kB | 90/252 kB | 120 kB Progress (5): 334/457 kB | 329 kB | 155/358 kB | 90/252 kB | 120 kB Progress (5): 334/457 kB | 329 kB | 155/358 kB | 94/252 kB | 120 kB Progress (5): 334/457 kB | 329 kB | 159/358 kB | 94/252 kB | 120 kB Progress (5): 338/457 kB | 329 kB | 159/358 kB | 94/252 kB | 120 kB Progress (5): 338/457 kB | 329 kB | 163/358 kB | 94/252 kB | 120 kB Progress (5): 342/457 kB | 329 kB | 163/358 kB | 94/252 kB | 120 kB Progress (5): 342/457 kB | 329 kB | 163/358 kB | 98/252 kB | 120 kB Progress (5): 346/457 kB | 329 kB | 163/358 kB | 98/252 kB | 120 kB Progress (5): 346/457 kB | 329 kB | 163/358 kB | 102/252 kB | 120 kB Progress (5): 346/457 kB | 329 kB | 164/358 kB | 102/252 kB | 120 kB Progress (5): 346/457 kB | 329 kB | 164/358 kB | 106/252 kB | 120 kB Progress (5): 346/457 kB | 329 kB | 168/358 kB | 106/252 kB | 120 kB Progress (5): 346/457 kB | 329 kB | 168/358 kB | 110/252 kB | 120 kB Progress (5): 346/457 kB | 329 kB | 168/358 kB | 114/252 kB | 120 kB Progress (5): 350/457 kB | 329 kB | 168/358 kB | 114/252 kB | 120 kB Progress (5): 350/457 kB | 329 kB | 168/358 kB | 118/252 kB | 120 kB Progress (5): 350/457 kB | 329 kB | 172/358 kB | 118/252 kB | 120 kB Progress (5): 350/457 kB | 329 kB | 172/358 kB | 122/252 kB | 120 kB Progress (5): 354/457 kB | 329 kB | 172/358 kB | 122/252 kB | 120 kB Progress (5): 354/457 kB | 329 kB | 172/358 kB | 126/252 kB | 120 kB Progress (5): 354/457 kB | 329 kB | 176/358 kB | 126/252 kB | 120 kB Progress (5): 358/457 kB | 329 kB | 176/358 kB | 126/252 kB | 120 kB Progress (5): 358/457 kB | 329 kB | 176/358 kB | 130/252 kB | 120 kB Progress (5): 362/457 kB | 329 kB | 176/358 kB | 130/252 kB | 120 kB Progress (5): 362/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 366/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 370/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 374/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 378/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 382/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 386/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 390/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 394/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 398/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 402/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 406/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 410/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 414/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 418/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 422/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 426/457 kB | 329 kB | 176/358 kB | 134/252 kB | 120 kB Progress (5): 426/457 kB | 329 kB | 180/358 kB | 134/252 kB | 120 kB Progress (5): 430/457 kB | 329 kB | 180/358 kB | 134/252 kB | 120 kB Progress (5): 430/457 kB | 329 kB | 184/358 kB | 134/252 kB | 120 kB Progress (5): 430/457 kB | 329 kB | 184/358 kB | 138/252 kB | 120 kB Progress (5): 430/457 kB | 329 kB | 188/358 kB | 138/252 kB | 120 kB Progress (5): 434/457 kB | 329 kB | 188/358 kB | 138/252 kB | 120 kB Progress (5): 434/457 kB | 329 kB | 192/358 kB | 138/252 kB | 120 kB Progress (5): 434/457 kB | 329 kB | 192/358 kB | 142/252 kB | 120 kB Progress (5): 434/457 kB | 329 kB | 196/358 kB | 142/252 kB | 120 kB Progress (5): 438/457 kB | 329 kB | 196/358 kB | 142/252 kB | 120 kB Progress (5): 438/457 kB | 329 kB | 200/358 kB | 142/252 kB | 120 kB Progress (5): 438/457 kB | 329 kB | 200/358 kB | 146/252 kB | 120 kB Progress (5): 438/457 kB | 329 kB | 204/358 kB | 146/252 kB | 120 kB Progress (5): 438/457 kB | 329 kB | 204/358 kB | 150/252 kB | 120 kB Progress (5): 438/457 kB | 329 kB | 208/358 kB | 150/252 kB | 120 kB Progress (5): 442/457 kB | 329 kB | 208/358 kB | 150/252 kB | 120 kB Progress (5): 442/457 kB | 329 kB | 212/358 kB | 150/252 kB | 120 kB Progress (5): 442/457 kB | 329 kB | 212/358 kB | 154/252 kB | 120 kB Progress (5): 446/457 kB | 329 kB | 212/358 kB | 154/252 kB | 120 kB Progress (5): 446/457 kB | 329 kB | 212/358 kB | 158/252 kB | 120 kB Progress (5): 446/457 kB | 329 kB | 212/358 kB | 162/252 kB | 120 kB Progress (5): 446/457 kB | 329 kB | 216/358 kB | 162/252 kB | 120 kB Progress (5): 446/457 kB | 329 kB | 216/358 kB | 166/252 kB | 120 kB Progress (5): 450/457 kB | 329 kB | 216/358 kB | 166/252 kB | 120 kB Progress (5): 450/457 kB | 329 kB | 216/358 kB | 170/252 kB | 120 kB Progress (5): 454/457 kB | 329 kB | 216/358 kB | 170/252 kB | 120 kB Progress (5): 454/457 kB | 329 kB | 220/358 kB | 170/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 220/358 kB | 170/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 220/358 kB | 174/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 224/358 kB | 174/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 224/358 kB | 178/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 228/358 kB | 178/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 228/358 kB | 182/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 232/358 kB | 182/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 232/358 kB | 186/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 236/358 kB | 186/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 236/358 kB | 190/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 190/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 194/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 198/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 202/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 206/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 210/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 214/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 218/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 222/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 226/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 230/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 234/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 238/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 242/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 246/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 250/252 kB | 120 kB Progress (5): 457 kB | 329 kB | 240/358 kB | 252 kB | 120 kB Progress (5): 457 kB | 329 kB | 244/358 kB | 252 kB | 120 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 704 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (4): 329 kB | 248/358 kB | 252 kB | 120 kB Progress (4): 329 kB | 252/358 kB | 252 kB | 120 kB Progress (4): 329 kB | 256/358 kB | 252 kB | 120 kB Progress (4): 329 kB | 260/358 kB | 252 kB | 120 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 505 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Progress (3): 264/358 kB | 252 kB | 120 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 183 kB/s) Progress (2): 268/358 kB | 252 kB Progress (2): 272/358 kB | 252 kB Progress (2): 276/358 kB | 252 kB Progress (2): 280/358 kB | 252 kB Progress (2): 284/358 kB | 252 kB Progress (2): 288/358 kB | 252 kB Progress (2): 292/358 kB | 252 kB Progress (2): 296/358 kB | 252 kB Progress (2): 300/358 kB | 252 kB Progress (2): 304/358 kB | 252 kB Progress (2): 308/358 kB | 252 kB Progress (2): 312/358 kB | 252 kB Progress (2): 316/358 kB | 252 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar Progress (2): 320/358 kB | 252 kB Progress (2): 324/358 kB | 252 kB Progress (2): 328/358 kB | 252 kB Progress (2): 332/358 kB | 252 kB Progress (2): 336/358 kB | 252 kB Progress (2): 340/358 kB | 252 kB Progress (2): 344/358 kB | 252 kB Progress (2): 348/358 kB | 252 kB Progress (2): 352/358 kB | 252 kB Progress (2): 356/358 kB | 252 kB Progress (2): 358 kB | 252 kB Progress (3): 358 kB | 252 kB | 4.1/575 kB Progress (3): 358 kB | 252 kB | 7.7/575 kB Progress (3): 358 kB | 252 kB | 12/575 kB Progress (3): 358 kB | 252 kB | 16/575 kB Progress (3): 358 kB | 252 kB | 20/575 kB Progress (3): 358 kB | 252 kB | 24/575 kB Progress (3): 358 kB | 252 kB | 28/575 kB Progress (3): 358 kB | 252 kB | 32/575 kB Progress (3): 358 kB | 252 kB | 33/575 kB Progress (3): 358 kB | 252 kB | 37/575 kB Progress (3): 358 kB | 252 kB | 41/575 kB Progress (3): 358 kB | 252 kB | 45/575 kB Progress (3): 358 kB | 252 kB | 49/575 kB Progress (3): 358 kB | 252 kB | 53/575 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 376 kB/s) Progress (2): 358 kB | 57/575 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Progress (2): 358 kB | 61/575 kB Progress (2): 358 kB | 65/575 kB Progress (2): 358 kB | 66/575 kB Progress (2): 358 kB | 70/575 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 534 kB/s) Progress (1): 74/575 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar Progress (2): 74/575 kB | 4.1/247 kB Progress (2): 78/575 kB | 4.1/247 kB Progress (2): 78/575 kB | 7.7/247 kB Progress (2): 78/575 kB | 12/247 kB Progress (2): 78/575 kB | 16/247 kB Progress (2): 78/575 kB | 20/247 kB Progress (2): 78/575 kB | 24/247 kB Progress (2): 82/575 kB | 24/247 kB Progress (2): 82/575 kB | 28/247 kB Progress (3): 82/575 kB | 28/247 kB | 4.1/231 kB Progress (3): 82/575 kB | 32/247 kB | 4.1/231 kB Progress (3): 82/575 kB | 32/247 kB | 7.7/231 kB Progress (3): 82/575 kB | 33/247 kB | 7.7/231 kB Progress (3): 82/575 kB | 33/247 kB | 12/231 kB Progress (3): 82/575 kB | 37/247 kB | 12/231 kB Progress (3): 82/575 kB | 37/247 kB | 16/231 kB Progress (3): 82/575 kB | 41/247 kB | 16/231 kB Progress (3): 82/575 kB | 41/247 kB | 20/231 kB Progress (3): 82/575 kB | 41/247 kB | 24/231 kB Progress (3): 82/575 kB | 45/247 kB | 24/231 kB Progress (3): 82/575 kB | 45/247 kB | 28/231 kB Progress (3): 82/575 kB | 49/247 kB | 28/231 kB Progress (3): 86/575 kB | 49/247 kB | 28/231 kB Progress (3): 86/575 kB | 49/247 kB | 32/231 kB Progress (3): 90/575 kB | 49/247 kB | 32/231 kB Progress (3): 90/575 kB | 53/247 kB | 32/231 kB Progress (3): 90/575 kB | 53/247 kB | 33/231 kB Progress (3): 94/575 kB | 53/247 kB | 33/231 kB Progress (3): 94/575 kB | 57/247 kB | 33/231 kB Progress (3): 94/575 kB | 57/247 kB | 37/231 kB Progress (3): 98/575 kB | 57/247 kB | 37/231 kB Progress (3): 98/575 kB | 61/247 kB | 37/231 kB Progress (3): 98/575 kB | 61/247 kB | 41/231 kB Progress (3): 98/575 kB | 65/247 kB | 41/231 kB Progress (3): 98/575 kB | 65/247 kB | 41/231 kB Progress (3): 98/575 kB | 66/247 kB | 41/231 kB Progress (3): 98/575 kB | 66/247 kB | 45/231 kB Progress (3): 102/575 kB | 66/247 kB | 45/231 kB Progress (3): 102/575 kB | 70/247 kB | 45/231 kB Progress (3): 102/575 kB | 70/247 kB | 49/231 kB Progress (3): 102/575 kB | 74/247 kB | 49/231 kB Progress (3): 106/575 kB | 74/247 kB | 49/231 kB Progress (3): 106/575 kB | 74/247 kB | 53/231 kB Progress (3): 106/575 kB | 78/247 kB | 53/231 kB Progress (3): 110/575 kB | 78/247 kB | 53/231 kB Progress (3): 110/575 kB | 78/247 kB | 57/231 kB Progress (3): 114/575 kB | 78/247 kB | 57/231 kB Progress (3): 114/575 kB | 82/247 kB | 57/231 kB Progress (3): 114/575 kB | 82/247 kB | 61/231 kB Progress (3): 118/575 kB | 82/247 kB | 61/231 kB Progress (3): 118/575 kB | 86/247 kB | 61/231 kB Progress (3): 118/575 kB | 86/247 kB | 65/231 kB Progress (3): 118/575 kB | 90/247 kB | 65/231 kB Progress (3): 122/575 kB | 90/247 kB | 65/231 kB Progress (3): 122/575 kB | 90/247 kB | 66/231 kB Progress (3): 122/575 kB | 94/247 kB | 66/231 kB Progress (3): 126/575 kB | 94/247 kB | 66/231 kB Progress (3): 126/575 kB | 98/247 kB | 66/231 kB Progress (4): 126/575 kB | 98/247 kB | 66/231 kB | 4.1/50 kB Progress (4): 126/575 kB | 98/247 kB | 70/231 kB | 4.1/50 kB Progress (4): 126/575 kB | 98/247 kB | 70/231 kB | 7.7/50 kB Progress (4): 126/575 kB | 98/247 kB | 70/231 kB | 7.7/50 kB Progress (4): 130/575 kB | 98/247 kB | 70/231 kB | 7.7/50 kB Progress (4): 130/575 kB | 98/247 kB | 70/231 kB | 12/50 kB Progress (5): 130/575 kB | 98/247 kB | 70/231 kB | 12/50 kB | 4.1/148 kB Progress (5): 130/575 kB | 98/247 kB | 74/231 kB | 12/50 kB | 4.1/148 kB Progress (5): 130/575 kB | 98/247 kB | 74/231 kB | 12/50 kB | 7.7/148 kB Progress (5): 130/575 kB | 98/247 kB | 74/231 kB | 16/50 kB | 7.7/148 kB Progress (5): 131/575 kB | 98/247 kB | 74/231 kB | 16/50 kB | 7.7/148 kB Progress (5): 131/575 kB | 102/247 kB | 74/231 kB | 16/50 kB | 7.7/148 kB Progress (5): 135/575 kB | 102/247 kB | 74/231 kB | 16/50 kB | 7.7/148 kB Progress (5): 135/575 kB | 102/247 kB | 74/231 kB | 20/50 kB | 7.7/148 kB Progress (5): 135/575 kB | 102/247 kB | 74/231 kB | 20/50 kB | 12/148 kB Progress (5): 135/575 kB | 102/247 kB | 78/231 kB | 20/50 kB | 12/148 kB Progress (5): 135/575 kB | 102/247 kB | 78/231 kB | 20/50 kB | 16/148 kB Progress (5): 135/575 kB | 102/247 kB | 78/231 kB | 24/50 kB | 16/148 kB Progress (5): 139/575 kB | 102/247 kB | 78/231 kB | 24/50 kB | 16/148 kB Progress (5): 139/575 kB | 102/247 kB | 78/231 kB | 28/50 kB | 16/148 kB Progress (5): 139/575 kB | 106/247 kB | 78/231 kB | 28/50 kB | 16/148 kB Progress (5): 139/575 kB | 106/247 kB | 78/231 kB | 32/50 kB | 16/148 kB Progress (5): 143/575 kB | 106/247 kB | 78/231 kB | 32/50 kB | 16/148 kB Progress (5): 143/575 kB | 106/247 kB | 78/231 kB | 36/50 kB | 16/148 kB Progress (5): 143/575 kB | 106/247 kB | 78/231 kB | 36/50 kB | 20/148 kB Progress (5): 143/575 kB | 106/247 kB | 82/231 kB | 36/50 kB | 20/148 kB Progress (5): 143/575 kB | 106/247 kB | 82/231 kB | 36/50 kB | 24/148 kB Progress (5): 143/575 kB | 106/247 kB | 82/231 kB | 40/50 kB | 24/148 kB Progress (5): 147/575 kB | 106/247 kB | 82/231 kB | 40/50 kB | 24/148 kB Progress (5): 147/575 kB | 110/247 kB | 82/231 kB | 40/50 kB | 24/148 kB Progress (5): 151/575 kB | 110/247 kB | 82/231 kB | 40/50 kB | 24/148 kB Progress (5): 151/575 kB | 110/247 kB | 82/231 kB | 44/50 kB | 24/148 kB Progress (5): 151/575 kB | 110/247 kB | 82/231 kB | 44/50 kB | 28/148 kB Progress (5): 151/575 kB | 110/247 kB | 86/231 kB | 44/50 kB | 28/148 kB Progress (5): 151/575 kB | 110/247 kB | 86/231 kB | 44/50 kB | 32/148 kB Progress (5): 151/575 kB | 110/247 kB | 86/231 kB | 48/50 kB | 32/148 kB Progress (5): 155/575 kB | 110/247 kB | 86/231 kB | 48/50 kB | 32/148 kB Progress (5): 155/575 kB | 114/247 kB | 86/231 kB | 48/50 kB | 32/148 kB Progress (5): 159/575 kB | 114/247 kB | 86/231 kB | 48/50 kB | 32/148 kB Progress (5): 159/575 kB | 118/247 kB | 86/231 kB | 48/50 kB | 32/148 kB Progress (5): 159/575 kB | 118/247 kB | 86/231 kB | 50 kB | 32/148 kB Progress (5): 159/575 kB | 118/247 kB | 86/231 kB | 50 kB | 33/148 kB Progress (5): 159/575 kB | 118/247 kB | 90/231 kB | 50 kB | 33/148 kB Progress (5): 159/575 kB | 118/247 kB | 90/231 kB | 50 kB | 37/148 kB Progress (5): 159/575 kB | 118/247 kB | 90/231 kB | 50 kB | 41/148 kB Progress (5): 159/575 kB | 118/247 kB | 90/231 kB | 50 kB | 45/148 kB Progress (5): 159/575 kB | 118/247 kB | 90/231 kB | 50 kB | 49/148 kB Progress (5): 159/575 kB | 118/247 kB | 90/231 kB | 50 kB | 53/148 kB Progress (5): 159/575 kB | 118/247 kB | 90/231 kB | 50 kB | 57/148 kB Progress (5): 159/575 kB | 122/247 kB | 90/231 kB | 50 kB | 57/148 kB Progress (5): 159/575 kB | 122/247 kB | 90/231 kB | 50 kB | 61/148 kB Progress (5): 163/575 kB | 122/247 kB | 90/231 kB | 50 kB | 61/148 kB Progress (5): 163/575 kB | 126/247 kB | 90/231 kB | 50 kB | 61/148 kB Progress (5): 163/575 kB | 126/247 kB | 90/231 kB | 50 kB | 65/148 kB Progress (5): 163/575 kB | 126/247 kB | 94/231 kB | 50 kB | 65/148 kB Progress (5): 163/575 kB | 126/247 kB | 94/231 kB | 50 kB | 66/148 kB Progress (5): 163/575 kB | 130/247 kB | 94/231 kB | 50 kB | 66/148 kB Progress (5): 163/575 kB | 130/247 kB | 94/231 kB | 50 kB | 70/148 kB Progress (5): 164/575 kB | 130/247 kB | 94/231 kB | 50 kB | 70/148 kB Progress (5): 164/575 kB | 130/247 kB | 94/231 kB | 50 kB | 74/148 kB Progress (5): 164/575 kB | 131/247 kB | 94/231 kB | 50 kB | 74/148 kB Progress (5): 164/575 kB | 131/247 kB | 94/231 kB | 50 kB | 78/148 kB Progress (5): 164/575 kB | 131/247 kB | 98/231 kB | 50 kB | 78/148 kB Progress (5): 164/575 kB | 131/247 kB | 98/231 kB | 50 kB | 82/148 kB Progress (5): 164/575 kB | 135/247 kB | 98/231 kB | 50 kB | 82/148 kB Progress (5): 168/575 kB | 135/247 kB | 98/231 kB | 50 kB | 82/148 kB Progress (5): 168/575 kB | 139/247 kB | 98/231 kB | 50 kB | 82/148 kB Progress (5): 168/575 kB | 139/247 kB | 98/231 kB | 50 kB | 86/148 kB Progress (5): 168/575 kB | 143/247 kB | 98/231 kB | 50 kB | 86/148 kB Progress (5): 168/575 kB | 143/247 kB | 102/231 kB | 50 kB | 86/148 kB Progress (5): 168/575 kB | 147/247 kB | 102/231 kB | 50 kB | 86/148 kB Progress (5): 168/575 kB | 147/247 kB | 102/231 kB | 50 kB | 90/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 71 kB/s) Progress (4): 172/575 kB | 147/247 kB | 102/231 kB | 90/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar Progress (4): 172/575 kB | 147/247 kB | 102/231 kB | 94/148 kB Progress (4): 172/575 kB | 151/247 kB | 102/231 kB | 94/148 kB Progress (4): 172/575 kB | 151/247 kB | 106/231 kB | 94/148 kB Progress (4): 172/575 kB | 155/247 kB | 106/231 kB | 94/148 kB Progress (4): 172/575 kB | 155/247 kB | 110/231 kB | 94/148 kB Progress (4): 172/575 kB | 155/247 kB | 110/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 110/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 110/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 114/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 118/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 122/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 126/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 130/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 134/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 138/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 142/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 146/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 150/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 154/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 158/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 162/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 166/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 170/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 174/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 178/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 182/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 186/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 190/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 194/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 198/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 202/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 206/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 210/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 214/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 218/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 222/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 226/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 230/231 kB | 98/148 kB Progress (4): 176/575 kB | 155/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 159/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 163/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 164/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 168/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 172/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 176/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 180/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 184/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 188/247 kB | 231 kB | 98/148 kB Progress (4): 176/575 kB | 188/247 kB | 231 kB | 102/148 kB Progress (4): 180/575 kB | 188/247 kB | 231 kB | 102/148 kB Progress (4): 180/575 kB | 188/247 kB | 231 kB | 106/148 kB Progress (4): 180/575 kB | 192/247 kB | 231 kB | 106/148 kB Progress (4): 184/575 kB | 192/247 kB | 231 kB | 106/148 kB Progress (4): 184/575 kB | 196/247 kB | 231 kB | 106/148 kB Progress (4): 184/575 kB | 196/247 kB | 231 kB | 110/148 kB Progress (4): 184/575 kB | 197/247 kB | 231 kB | 110/148 kB Progress (4): 188/575 kB | 197/247 kB | 231 kB | 110/148 kB Progress (4): 188/575 kB | 197/247 kB | 231 kB | 114/148 kB Progress (4): 192/575 kB | 197/247 kB | 231 kB | 114/148 kB Progress (4): 192/575 kB | 201/247 kB | 231 kB | 114/148 kB Progress (4): 196/575 kB | 201/247 kB | 231 kB | 114/148 kB Progress (4): 196/575 kB | 201/247 kB | 231 kB | 118/148 kB Progress (5): 196/575 kB | 201/247 kB | 231 kB | 118/148 kB | 4.1/640 kB Progress (5): 197/575 kB | 201/247 kB | 231 kB | 118/148 kB | 4.1/640 kB Progress (5): 197/575 kB | 205/247 kB | 231 kB | 118/148 kB | 4.1/640 kB Progress (5): 201/575 kB | 205/247 kB | 231 kB | 118/148 kB | 4.1/640 kB Progress (5): 201/575 kB | 209/247 kB | 231 kB | 118/148 kB | 4.1/640 kB Progress (5): 201/575 kB | 213/247 kB | 231 kB | 118/148 kB | 4.1/640 kB Progress (5): 201/575 kB | 213/247 kB | 231 kB | 118/148 kB | 7.7/640 kB Progress (5): 201/575 kB | 213/247 kB | 231 kB | 122/148 kB | 7.7/640 kB Progress (5): 201/575 kB | 217/247 kB | 231 kB | 122/148 kB | 7.7/640 kB Progress (5): 205/575 kB | 217/247 kB | 231 kB | 122/148 kB | 7.7/640 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 318 kB/s) Progress (4): 209/575 kB | 217/247 kB | 122/148 kB | 7.7/640 kB Progress (4): 209/575 kB | 221/247 kB | 122/148 kB | 7.7/640 kB Progress (4): 209/575 kB | 221/247 kB | 126/148 kB | 7.7/640 kB Progress (4): 209/575 kB | 221/247 kB | 126/148 kB | 12/640 kB Progress (4): 209/575 kB | 221/247 kB | 130/148 kB | 12/640 kB Progress (4): 209/575 kB | 225/247 kB | 130/148 kB | 12/640 kB Progress (4): 213/575 kB | 225/247 kB | 130/148 kB | 12/640 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar Progress (4): 217/575 kB | 225/247 kB | 130/148 kB | 12/640 kB Progress (4): 217/575 kB | 229/247 kB | 130/148 kB | 12/640 kB Progress (4): 217/575 kB | 229/247 kB | 131/148 kB | 12/640 kB Progress (4): 217/575 kB | 229/247 kB | 131/148 kB | 16/640 kB Progress (4): 217/575 kB | 233/247 kB | 131/148 kB | 16/640 kB Progress (4): 221/575 kB | 233/247 kB | 131/148 kB | 16/640 kB Progress (4): 221/575 kB | 237/247 kB | 131/148 kB | 16/640 kB Progress (4): 221/575 kB | 237/247 kB | 131/148 kB | 20/640 kB Progress (4): 221/575 kB | 237/247 kB | 135/148 kB | 20/640 kB Progress (4): 221/575 kB | 237/247 kB | 135/148 kB | 24/640 kB Progress (4): 221/575 kB | 241/247 kB | 135/148 kB | 24/640 kB Progress (4): 221/575 kB | 245/247 kB | 135/148 kB | 24/640 kB Progress (4): 221/575 kB | 247 kB | 135/148 kB | 24/640 kB Progress (4): 225/575 kB | 247 kB | 135/148 kB | 24/640 kB Progress (4): 225/575 kB | 247 kB | 135/148 kB | 28/640 kB Progress (4): 225/575 kB | 247 kB | 139/148 kB | 28/640 kB Progress (4): 225/575 kB | 247 kB | 143/148 kB | 28/640 kB Progress (4): 225/575 kB | 247 kB | 147/148 kB | 28/640 kB Progress (4): 225/575 kB | 247 kB | 148 kB | 28/640 kB Progress (4): 225/575 kB | 247 kB | 148 kB | 32/640 kB Progress (4): 229/575 kB | 247 kB | 148 kB | 32/640 kB Progress (4): 229/575 kB | 247 kB | 148 kB | 33/640 kB Progress (4): 229/575 kB | 247 kB | 148 kB | 33/640 kB Progress (4): 229/575 kB | 247 kB | 148 kB | 37/640 kB Progress (4): 233/575 kB | 247 kB | 148 kB | 37/640 kB Progress (4): 233/575 kB | 247 kB | 148 kB | 41/640 kB Progress (4): 237/575 kB | 247 kB | 148 kB | 41/640 kB Progress (4): 237/575 kB | 247 kB | 148 kB | 45/640 kB Progress (4): 241/575 kB | 247 kB | 148 kB | 45/640 kB Progress (4): 241/575 kB | 247 kB | 148 kB | 49/640 kB Progress (4): 245/575 kB | 247 kB | 148 kB | 49/640 kB Progress (4): 245/575 kB | 247 kB | 148 kB | 53/640 kB Progress (4): 249/575 kB | 247 kB | 148 kB | 53/640 kB Progress (4): 249/575 kB | 247 kB | 148 kB | 57/640 kB Progress (4): 253/575 kB | 247 kB | 148 kB | 57/640 kB Progress (4): 253/575 kB | 247 kB | 148 kB | 61/640 kB Progress (4): 257/575 kB | 247 kB | 148 kB | 61/640 kB Progress (4): 261/575 kB | 247 kB | 148 kB | 61/640 kB Progress (4): 262/575 kB | 247 kB | 148 kB | 61/640 kB Progress (4): 266/575 kB | 247 kB | 148 kB | 61/640 kB Progress (4): 270/575 kB | 247 kB | 148 kB | 61/640 kB Progress (4): 274/575 kB | 247 kB | 148 kB | 61/640 kB Progress (4): 278/575 kB | 247 kB | 148 kB | 61/640 kB Progress (4): 278/575 kB | 247 kB | 148 kB | 65/640 kB Progress (4): 282/575 kB | 247 kB | 148 kB | 65/640 kB Progress (4): 282/575 kB | 247 kB | 148 kB | 66/640 kB Progress (4): 286/575 kB | 247 kB | 148 kB | 66/640 kB Progress (4): 286/575 kB | 247 kB | 148 kB | 70/640 kB Progress (4): 290/575 kB | 247 kB | 148 kB | 70/640 kB Progress (4): 290/575 kB | 247 kB | 148 kB | 74/640 kB Progress (4): 294/575 kB | 247 kB | 148 kB | 74/640 kB Progress (4): 295/575 kB | 247 kB | 148 kB | 74/640 kB Progress (4): 295/575 kB | 247 kB | 148 kB | 78/640 kB Progress (4): 299/575 kB | 247 kB | 148 kB | 78/640 kB Progress (4): 299/575 kB | 247 kB | 148 kB | 82/640 kB Progress (4): 303/575 kB | 247 kB | 148 kB | 82/640 kB Progress (4): 303/575 kB | 247 kB | 148 kB | 86/640 kB Progress (4): 307/575 kB | 247 kB | 148 kB | 86/640 kB Progress (4): 307/575 kB | 247 kB | 148 kB | 90/640 kB Progress (4): 311/575 kB | 247 kB | 148 kB | 90/640 kB Progress (4): 311/575 kB | 247 kB | 148 kB | 94/640 kB Progress (4): 315/575 kB | 247 kB | 148 kB | 94/640 kB Progress (5): 315/575 kB | 247 kB | 148 kB | 94/640 kB | 4.1/12 kB Progress (5): 315/575 kB | 247 kB | 148 kB | 98/640 kB | 4.1/12 kB Progress (5): 315/575 kB | 247 kB | 148 kB | 98/640 kB | 7.7/12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 199 kB/s) Progress (4): 319/575 kB | 247 kB | 98/640 kB | 7.7/12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar Progress (4): 319/575 kB | 247 kB | 98/640 kB | 12/12 kB Progress (4): 319/575 kB | 247 kB | 98/640 kB | 12/12 kB Progress (4): 319/575 kB | 247 kB | 98/640 kB | 12 kB Progress (4): 323/575 kB | 247 kB | 98/640 kB | 12 kB Progress (4): 323/575 kB | 247 kB | 102/640 kB | 12 kB Progress (4): 327/575 kB | 247 kB | 102/640 kB | 12 kB Progress (4): 327/575 kB | 247 kB | 106/640 kB | 12 kB Progress (4): 328/575 kB | 247 kB | 106/640 kB | 12 kB Progress (4): 328/575 kB | 247 kB | 110/640 kB | 12 kB Progress (4): 328/575 kB | 247 kB | 114/640 kB | 12 kB Progress (4): 332/575 kB | 247 kB | 114/640 kB | 12 kB Progress (4): 332/575 kB | 247 kB | 118/640 kB | 12 kB Progress (4): 336/575 kB | 247 kB | 118/640 kB | 12 kB Progress (4): 336/575 kB | 247 kB | 122/640 kB | 12 kB Progress (4): 340/575 kB | 247 kB | 122/640 kB | 12 kB Progress (4): 340/575 kB | 247 kB | 126/640 kB | 12 kB Progress (4): 344/575 kB | 247 kB | 126/640 kB | 12 kB Progress (4): 344/575 kB | 247 kB | 130/640 kB | 12 kB Progress (4): 348/575 kB | 247 kB | 130/640 kB | 12 kB Progress (4): 348/575 kB | 247 kB | 134/640 kB | 12 kB Progress (4): 352/575 kB | 247 kB | 134/640 kB | 12 kB Progress (4): 352/575 kB | 247 kB | 138/640 kB | 12 kB Progress (4): 356/575 kB | 247 kB | 138/640 kB | 12 kB Progress (4): 356/575 kB | 247 kB | 142/640 kB | 12 kB Progress (4): 356/575 kB | 247 kB | 146/640 kB | 12 kB Progress (4): 360/575 kB | 247 kB | 146/640 kB | 12 kB Progress (4): 360/575 kB | 247 kB | 150/640 kB | 12 kB Progress (4): 360/575 kB | 247 kB | 150/640 kB | 12 kB Progress (4): 360/575 kB | 247 kB | 154/640 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 328 kB/s) Progress (3): 360/575 kB | 158/640 kB | 12 kB Progress (3): 365/575 kB | 158/640 kB | 12 kB Progress (3): 365/575 kB | 162/640 kB | 12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar Progress (3): 365/575 kB | 166/640 kB | 12 kB Progress (3): 368/575 kB | 166/640 kB | 12 kB Progress (4): 368/575 kB | 166/640 kB | 12 kB | 4.1/482 kB Progress (4): 368/575 kB | 170/640 kB | 12 kB | 4.1/482 kB Progress (4): 368/575 kB | 170/640 kB | 12 kB | 7.7/482 kB Progress (4): 373/575 kB | 170/640 kB | 12 kB | 7.7/482 kB Progress (4): 373/575 kB | 170/640 kB | 12 kB | 12/482 kB Progress (4): 373/575 kB | 174/640 kB | 12 kB | 12/482 kB Progress (4): 373/575 kB | 174/640 kB | 12 kB | 16/482 kB Progress (4): 376/575 kB | 174/640 kB | 12 kB | 16/482 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 16 kB/s) Progress (3): 376/575 kB | 178/640 kB | 16/482 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar Progress (3): 381/575 kB | 178/640 kB | 16/482 kB Progress (3): 381/575 kB | 178/640 kB | 20/482 kB Progress (3): 384/575 kB | 178/640 kB | 20/482 kB Progress (3): 384/575 kB | 182/640 kB | 20/482 kB Progress (3): 384/575 kB | 182/640 kB | 24/482 kB Progress (3): 384/575 kB | 186/640 kB | 24/482 kB Progress (3): 389/575 kB | 186/640 kB | 24/482 kB Progress (3): 389/575 kB | 186/640 kB | 28/482 kB Progress (3): 389/575 kB | 190/640 kB | 28/482 kB Progress (3): 392/575 kB | 190/640 kB | 28/482 kB Progress (3): 392/575 kB | 194/640 kB | 28/482 kB Progress (3): 392/575 kB | 194/640 kB | 32/482 kB Progress (3): 393/575 kB | 194/640 kB | 32/482 kB Progress (3): 393/575 kB | 198/640 kB | 32/482 kB Progress (3): 393/575 kB | 198/640 kB | 33/482 kB Progress (3): 393/575 kB | 202/640 kB | 33/482 kB Progress (3): 397/575 kB | 202/640 kB | 33/482 kB Progress (3): 397/575 kB | 202/640 kB | 37/482 kB Progress (3): 397/575 kB | 206/640 kB | 37/482 kB Progress (3): 401/575 kB | 206/640 kB | 37/482 kB Progress (3): 401/575 kB | 210/640 kB | 37/482 kB Progress (3): 401/575 kB | 210/640 kB | 41/482 kB Progress (3): 405/575 kB | 210/640 kB | 41/482 kB Progress (3): 405/575 kB | 214/640 kB | 41/482 kB Progress (3): 405/575 kB | 214/640 kB | 45/482 kB Progress (3): 409/575 kB | 214/640 kB | 45/482 kB Progress (3): 409/575 kB | 214/640 kB | 49/482 kB Progress (3): 409/575 kB | 218/640 kB | 49/482 kB Progress (3): 413/575 kB | 218/640 kB | 49/482 kB Progress (3): 413/575 kB | 218/640 kB | 53/482 kB Progress (3): 417/575 kB | 218/640 kB | 53/482 kB Progress (3): 417/575 kB | 218/640 kB | 57/482 kB Progress (3): 417/575 kB | 222/640 kB | 57/482 kB Progress (3): 421/575 kB | 222/640 kB | 57/482 kB Progress (3): 421/575 kB | 222/640 kB | 61/482 kB Progress (3): 421/575 kB | 226/640 kB | 61/482 kB Progress (3): 421/575 kB | 226/640 kB | 65/482 kB Progress (3): 425/575 kB | 226/640 kB | 65/482 kB Progress (3): 425/575 kB | 230/640 kB | 65/482 kB Progress (3): 425/575 kB | 230/640 kB | 66/482 kB Progress (3): 425/575 kB | 234/640 kB | 66/482 kB Progress (3): 429/575 kB | 234/640 kB | 66/482 kB Progress (3): 429/575 kB | 234/640 kB | 70/482 kB Progress (3): 429/575 kB | 238/640 kB | 70/482 kB Progress (3): 433/575 kB | 238/640 kB | 70/482 kB Progress (3): 433/575 kB | 242/640 kB | 70/482 kB Progress (3): 433/575 kB | 242/640 kB | 74/482 kB Progress (3): 433/575 kB | 246/640 kB | 74/482 kB Progress (3): 437/575 kB | 246/640 kB | 74/482 kB Progress (3): 437/575 kB | 250/640 kB | 74/482 kB Progress (4): 437/575 kB | 250/640 kB | 74/482 kB | 4.1/23 kB Progress (4): 441/575 kB | 250/640 kB | 74/482 kB | 4.1/23 kB Progress (4): 441/575 kB | 250/640 kB | 78/482 kB | 4.1/23 kB Progress (4): 441/575 kB | 250/640 kB | 78/482 kB | 7.7/23 kB Progress (4): 441/575 kB | 254/640 kB | 78/482 kB | 7.7/23 kB Progress (4): 441/575 kB | 254/640 kB | 82/482 kB | 7.7/23 kB Progress (4): 445/575 kB | 254/640 kB | 82/482 kB | 7.7/23 kB Progress (4): 449/575 kB | 254/640 kB | 82/482 kB | 7.7/23 kB Progress (4): 453/575 kB | 254/640 kB | 82/482 kB | 7.7/23 kB Progress (4): 457/575 kB | 254/640 kB | 82/482 kB | 7.7/23 kB Progress (5): 457/575 kB | 254/640 kB | 82/482 kB | 7.7/23 kB | 4.1/182 kB Progress (5): 457/575 kB | 258/640 kB | 82/482 kB | 7.7/23 kB | 4.1/182 kB Progress (5): 457/575 kB | 258/640 kB | 82/482 kB | 12/23 kB | 4.1/182 kB Progress (5): 457/575 kB | 258/640 kB | 82/482 kB | 12/23 kB | 7.7/182 kB Progress (5): 461/575 kB | 258/640 kB | 82/482 kB | 12/23 kB | 7.7/182 kB Progress (5): 461/575 kB | 258/640 kB | 82/482 kB | 12/23 kB | 12/182 kB Progress (5): 461/575 kB | 258/640 kB | 86/482 kB | 12/23 kB | 12/182 kB Progress (5): 461/575 kB | 258/640 kB | 86/482 kB | 12/23 kB | 16/182 kB Progress (5): 465/575 kB | 258/640 kB | 86/482 kB | 12/23 kB | 16/182 kB Progress (5): 465/575 kB | 258/640 kB | 86/482 kB | 16/23 kB | 16/182 kB Progress (5): 465/575 kB | 258/640 kB | 86/482 kB | 16/23 kB | 20/182 kB Progress (5): 465/575 kB | 262/640 kB | 86/482 kB | 16/23 kB | 20/182 kB Progress (5): 465/575 kB | 262/640 kB | 86/482 kB | 16/23 kB | 24/182 kB Progress (5): 465/575 kB | 262/640 kB | 86/482 kB | 20/23 kB | 24/182 kB Progress (5): 469/575 kB | 262/640 kB | 86/482 kB | 20/23 kB | 24/182 kB Progress (5): 469/575 kB | 262/640 kB | 90/482 kB | 20/23 kB | 24/182 kB Progress (5): 473/575 kB | 262/640 kB | 90/482 kB | 20/23 kB | 24/182 kB Progress (5): 473/575 kB | 262/640 kB | 90/482 kB | 20/23 kB | 28/182 kB Progress (5): 473/575 kB | 262/640 kB | 90/482 kB | 23 kB | 28/182 kB Progress (5): 473/575 kB | 266/640 kB | 90/482 kB | 23 kB | 28/182 kB Progress (5): 473/575 kB | 266/640 kB | 90/482 kB | 23 kB | 32/182 kB Progress (5): 477/575 kB | 266/640 kB | 90/482 kB | 23 kB | 32/182 kB Progress (5): 477/575 kB | 266/640 kB | 94/482 kB | 23 kB | 32/182 kB Progress (5): 481/575 kB | 266/640 kB | 94/482 kB | 23 kB | 32/182 kB Progress (5): 481/575 kB | 266/640 kB | 94/482 kB | 23 kB | 33/182 kB Progress (5): 481/575 kB | 270/640 kB | 94/482 kB | 23 kB | 33/182 kB Progress (5): 485/575 kB | 270/640 kB | 94/482 kB | 23 kB | 33/182 kB Progress (5): 485/575 kB | 270/640 kB | 98/482 kB | 23 kB | 33/182 kB Progress (5): 489/575 kB | 270/640 kB | 98/482 kB | 23 kB | 33/182 kB Progress (5): 489/575 kB | 270/640 kB | 98/482 kB | 23 kB | 37/182 kB Progress (5): 489/575 kB | 274/640 kB | 98/482 kB | 23 kB | 37/182 kB Progress (5): 489/575 kB | 274/640 kB | 98/482 kB | 23 kB | 41/182 kB Progress (5): 493/575 kB | 274/640 kB | 98/482 kB | 23 kB | 41/182 kB Progress (5): 493/575 kB | 274/640 kB | 98/482 kB | 23 kB | 41/182 kB Progress (5): 497/575 kB | 274/640 kB | 98/482 kB | 23 kB | 41/182 kB Progress (5): 497/575 kB | 278/640 kB | 98/482 kB | 23 kB | 41/182 kB Progress (5): 501/575 kB | 278/640 kB | 98/482 kB | 23 kB | 41/182 kB Progress (5): 501/575 kB | 278/640 kB | 102/482 kB | 23 kB | 41/182 kB Progress (5): 501/575 kB | 278/640 kB | 102/482 kB | 23 kB | 45/182 kB Progress (5): 501/575 kB | 278/640 kB | 106/482 kB | 23 kB | 45/182 kB Progress (5): 505/575 kB | 278/640 kB | 106/482 kB | 23 kB | 45/182 kB Progress (5): 505/575 kB | 278/640 kB | 110/482 kB | 23 kB | 45/182 kB Progress (5): 505/575 kB | 282/640 kB | 110/482 kB | 23 kB | 45/182 kB Progress (5): 505/575 kB | 282/640 kB | 114/482 kB | 23 kB | 45/182 kB Progress (5): 509/575 kB | 282/640 kB | 114/482 kB | 23 kB | 45/182 kB Progress (5): 509/575 kB | 282/640 kB | 118/482 kB | 23 kB | 45/182 kB Progress (5): 509/575 kB | 282/640 kB | 118/482 kB | 23 kB | 49/182 kB Progress (5): 509/575 kB | 282/640 kB | 122/482 kB | 23 kB | 49/182 kB Progress (5): 509/575 kB | 286/640 kB | 122/482 kB | 23 kB | 49/182 kB Progress (5): 513/575 kB | 286/640 kB | 122/482 kB | 23 kB | 49/182 kB Progress (5): 513/575 kB | 290/640 kB | 122/482 kB | 23 kB | 49/182 kB Progress (5): 513/575 kB | 290/640 kB | 126/482 kB | 23 kB | 49/182 kB Progress (5): 513/575 kB | 290/640 kB | 126/482 kB | 23 kB | 53/182 kB Progress (5): 513/575 kB | 294/640 kB | 126/482 kB | 23 kB | 53/182 kB Progress (5): 513/575 kB | 294/640 kB | 130/482 kB | 23 kB | 53/182 kB Progress (5): 517/575 kB | 294/640 kB | 130/482 kB | 23 kB | 53/182 kB Progress (5): 517/575 kB | 294/640 kB | 131/482 kB | 23 kB | 53/182 kB Progress (5): 517/575 kB | 298/640 kB | 131/482 kB | 23 kB | 53/182 kB Progress (5): 517/575 kB | 298/640 kB | 131/482 kB | 23 kB | 57/182 kB Progress (5): 517/575 kB | 298/640 kB | 135/482 kB | 23 kB | 57/182 kB Progress (5): 517/575 kB | 298/640 kB | 135/482 kB | 23 kB | 61/182 kB Progress (5): 521/575 kB | 298/640 kB | 135/482 kB | 23 kB | 61/182 kB Progress (5): 521/575 kB | 298/640 kB | 135/482 kB | 23 kB | 65/182 kB Progress (5): 525/575 kB | 298/640 kB | 135/482 kB | 23 kB | 65/182 kB Progress (5): 525/575 kB | 298/640 kB | 139/482 kB | 23 kB | 65/182 kB Progress (5): 525/575 kB | 302/640 kB | 139/482 kB | 23 kB | 65/182 kB Progress (5): 525/575 kB | 302/640 kB | 143/482 kB | 23 kB | 65/182 kB Progress (5): 529/575 kB | 302/640 kB | 143/482 kB | 23 kB | 65/182 kB Progress (5): 529/575 kB | 302/640 kB | 143/482 kB | 23 kB | 66/182 kB Progress (5): 533/575 kB | 302/640 kB | 143/482 kB | 23 kB | 66/182 kB Progress (5): 533/575 kB | 302/640 kB | 147/482 kB | 23 kB | 66/182 kB Progress (5): 533/575 kB | 306/640 kB | 147/482 kB | 23 kB | 66/182 kB Progress (5): 537/575 kB | 306/640 kB | 147/482 kB | 23 kB | 66/182 kB Progress (5): 537/575 kB | 306/640 kB | 147/482 kB | 23 kB | 70/182 kB Progress (5): 537/575 kB | 310/640 kB | 147/482 kB | 23 kB | 70/182 kB Progress (5): 537/575 kB | 310/640 kB | 151/482 kB | 23 kB | 70/182 kB Progress (5): 541/575 kB | 310/640 kB | 151/482 kB | 23 kB | 70/182 kB Progress (5): 541/575 kB | 314/640 kB | 151/482 kB | 23 kB | 70/182 kB Progress (5): 541/575 kB | 314/640 kB | 151/482 kB | 23 kB | 74/182 kB Progress (5): 545/575 kB | 314/640 kB | 151/482 kB | 23 kB | 74/182 kB Progress (5): 545/575 kB | 314/640 kB | 155/482 kB | 23 kB | 74/182 kB Progress (5): 545/575 kB | 314/640 kB | 155/482 kB | 23 kB | 78/182 kB Progress (5): 545/575 kB | 314/640 kB | 159/482 kB | 23 kB | 78/182 kB Progress (5): 545/575 kB | 318/640 kB | 159/482 kB | 23 kB | 78/182 kB Progress (5): 545/575 kB | 318/640 kB | 163/482 kB | 23 kB | 78/182 kB Progress (5): 545/575 kB | 318/640 kB | 163/482 kB | 23 kB | 82/182 kB Progress (5): 549/575 kB | 318/640 kB | 163/482 kB | 23 kB | 82/182 kB Progress (5): 549/575 kB | 318/640 kB | 163/482 kB | 23 kB | 86/182 kB Progress (5): 549/575 kB | 318/640 kB | 164/482 kB | 23 kB | 86/182 kB Progress (5): 549/575 kB | 322/640 kB | 164/482 kB | 23 kB | 86/182 kB Progress (5): 549/575 kB | 322/640 kB | 168/482 kB | 23 kB | 86/182 kB Progress (5): 549/575 kB | 322/640 kB | 168/482 kB | 23 kB | 90/182 kB Progress (5): 553/575 kB | 322/640 kB | 168/482 kB | 23 kB | 90/182 kB Progress (5): 553/575 kB | 322/640 kB | 172/482 kB | 23 kB | 90/182 kB Progress (5): 553/575 kB | 326/640 kB | 172/482 kB | 23 kB | 90/182 kB Progress (5): 557/575 kB | 326/640 kB | 172/482 kB | 23 kB | 90/182 kB Progress (5): 557/575 kB | 326/640 kB | 172/482 kB | 23 kB | 94/182 kB Progress (5): 561/575 kB | 326/640 kB | 172/482 kB | 23 kB | 94/182 kB Progress (5): 561/575 kB | 326/640 kB | 176/482 kB | 23 kB | 94/182 kB Progress (5): 561/575 kB | 330/640 kB | 176/482 kB | 23 kB | 94/182 kB Progress (5): 561/575 kB | 330/640 kB | 180/482 kB | 23 kB | 94/182 kB Progress (5): 565/575 kB | 330/640 kB | 180/482 kB | 23 kB | 94/182 kB Progress (5): 565/575 kB | 330/640 kB | 180/482 kB | 23 kB | 98/182 kB Progress (5): 565/575 kB | 330/640 kB | 184/482 kB | 23 kB | 98/182 kB Progress (5): 569/575 kB | 330/640 kB | 184/482 kB | 23 kB | 98/182 kB Progress (5): 569/575 kB | 334/640 kB | 184/482 kB | 23 kB | 98/182 kB Progress (5): 573/575 kB | 334/640 kB | 184/482 kB | 23 kB | 98/182 kB Progress (5): 575 kB | 334/640 kB | 184/482 kB | 23 kB | 98/182 kB Progress (5): 575 kB | 334/640 kB | 188/482 kB | 23 kB | 98/182 kB Progress (5): 575 kB | 334/640 kB | 188/482 kB | 23 kB | 98/182 kB Progress (5): 575 kB | 338/640 kB | 188/482 kB | 23 kB | 98/182 kB Progress (5): 575 kB | 338/640 kB | 188/482 kB | 23 kB | 102/182 kB Progress (5): 575 kB | 338/640 kB | 188/482 kB | 23 kB | 106/182 kB Progress (5): 575 kB | 338/640 kB | 192/482 kB | 23 kB | 106/182 kB Progress (5): 575 kB | 342/640 kB | 192/482 kB | 23 kB | 106/182 kB Progress (5): 575 kB | 342/640 kB | 196/482 kB | 23 kB | 106/182 kB Progress (5): 575 kB | 342/640 kB | 196/482 kB | 23 kB | 110/182 kB Progress (5): 575 kB | 342/640 kB | 197/482 kB | 23 kB | 110/182 kB Progress (5): 575 kB | 346/640 kB | 197/482 kB | 23 kB | 110/182 kB Progress (5): 575 kB | 346/640 kB | 197/482 kB | 23 kB | 114/182 kB Progress (5): 575 kB | 346/640 kB | 201/482 kB | 23 kB | 114/182 kB Progress (5): 575 kB | 350/640 kB | 201/482 kB | 23 kB | 114/182 kB Progress (5): 575 kB | 350/640 kB | 205/482 kB | 23 kB | 114/182 kB Progress (5): 575 kB | 350/640 kB | 205/482 kB | 23 kB | 118/182 kB Progress (5): 575 kB | 354/640 kB | 205/482 kB | 23 kB | 118/182 kB Progress (5): 575 kB | 354/640 kB | 205/482 kB | 23 kB | 122/182 kB Progress (5): 575 kB | 354/640 kB | 209/482 kB | 23 kB | 122/182 kB Progress (5): 575 kB | 358/640 kB | 209/482 kB | 23 kB | 122/182 kB Progress (5): 575 kB | 358/640 kB | 213/482 kB | 23 kB | 122/182 kB Progress (5): 575 kB | 358/640 kB | 213/482 kB | 23 kB | 126/182 kB Progress (5): 575 kB | 362/640 kB | 213/482 kB | 23 kB | 126/182 kB Progress (5): 575 kB | 362/640 kB | 213/482 kB | 23 kB | 130/182 kB Progress (5): 575 kB | 362/640 kB | 217/482 kB | 23 kB | 130/182 kB Progress (5): 575 kB | 362/640 kB | 217/482 kB | 23 kB | 134/182 kB Progress (5): 575 kB | 366/640 kB | 217/482 kB | 23 kB | 134/182 kB Progress (5): 575 kB | 366/640 kB | 217/482 kB | 23 kB | 138/182 kB Progress (5): 575 kB | 366/640 kB | 221/482 kB | 23 kB | 138/182 kB Progress (5): 575 kB | 366/640 kB | 221/482 kB | 23 kB | 142/182 kB Progress (5): 575 kB | 370/640 kB | 221/482 kB | 23 kB | 142/182 kB Progress (5): 575 kB | 370/640 kB | 225/482 kB | 23 kB | 142/182 kB Progress (5): 575 kB | 370/640 kB | 225/482 kB | 23 kB | 146/182 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 29 kB/s) Progress (4): 575 kB | 370/640 kB | 225/482 kB | 150/182 kB Progress (4): 575 kB | 374/640 kB | 225/482 kB | 150/182 kB Progress (4): 575 kB | 378/640 kB | 225/482 kB | 150/182 kB Progress (4): 575 kB | 378/640 kB | 229/482 kB | 150/182 kB Progress (4): 575 kB | 378/640 kB | 229/482 kB | 154/182 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (4): 575 kB | 378/640 kB | 229/482 kB | 158/182 kB Progress (4): 575 kB | 378/640 kB | 233/482 kB | 158/182 kB Progress (4): 575 kB | 382/640 kB | 233/482 kB | 158/182 kB Progress (4): 575 kB | 382/640 kB | 237/482 kB | 158/182 kB Progress (4): 575 kB | 382/640 kB | 237/482 kB | 162/182 kB Progress (4): 575 kB | 382/640 kB | 241/482 kB | 162/182 kB Progress (4): 575 kB | 386/640 kB | 241/482 kB | 162/182 kB Progress (4): 575 kB | 386/640 kB | 241/482 kB | 166/182 kB Progress (4): 575 kB | 386/640 kB | 245/482 kB | 166/182 kB Progress (4): 575 kB | 390/640 kB | 245/482 kB | 166/182 kB Progress (4): 575 kB | 390/640 kB | 245/482 kB | 170/182 kB Progress (4): 575 kB | 390/640 kB | 249/482 kB | 170/182 kB Progress (4): 575 kB | 394/640 kB | 249/482 kB | 170/182 kB Progress (4): 575 kB | 394/640 kB | 253/482 kB | 170/182 kB Progress (4): 575 kB | 394/640 kB | 253/482 kB | 174/182 kB Progress (4): 575 kB | 394/640 kB | 257/482 kB | 174/182 kB Progress (4): 575 kB | 398/640 kB | 257/482 kB | 174/182 kB Progress (4): 575 kB | 402/640 kB | 257/482 kB | 174/182 kB Progress (4): 575 kB | 406/640 kB | 257/482 kB | 174/182 kB Progress (4): 575 kB | 406/640 kB | 261/482 kB | 174/182 kB Progress (4): 575 kB | 406/640 kB | 261/482 kB | 178/182 kB Progress (4): 575 kB | 410/640 kB | 261/482 kB | 178/182 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 709 kB/s) Progress (3): 414/640 kB | 261/482 kB | 178/182 kB Progress (3): 414/640 kB | 265/482 kB | 178/182 kB Progress (3): 414/640 kB | 265/482 kB | 182 kB Progress (3): 414/640 kB | 269/482 kB | 182 kB Progress (3): 418/640 kB | 269/482 kB | 182 kB Progress (3): 418/640 kB | 273/482 kB | 182 kB Progress (3): 422/640 kB | 273/482 kB | 182 kB Progress (3): 422/640 kB | 277/482 kB | 182 kB Progress (3): 426/640 kB | 277/482 kB | 182 kB Progress (3): 426/640 kB | 281/482 kB | 182 kB Progress (3): 430/640 kB | 281/482 kB | 182 kB Progress (3): 430/640 kB | 285/482 kB | 182 kB Progress (3): 434/640 kB | 285/482 kB | 182 kB Progress (3): 434/640 kB | 289/482 kB | 182 kB Progress (3): 438/640 kB | 289/482 kB | 182 kB Progress (3): 438/640 kB | 293/482 kB | 182 kB Progress (3): 442/640 kB | 293/482 kB | 182 kB Progress (3): 442/640 kB | 297/482 kB | 182 kB Progress (3): 446/640 kB | 297/482 kB | 182 kB Progress (3): 446/640 kB | 301/482 kB | 182 kB Progress (3): 450/640 kB | 301/482 kB | 182 kB Progress (3): 450/640 kB | 305/482 kB | 182 kB Progress (3): 454/640 kB | 305/482 kB | 182 kB Progress (3): 454/640 kB | 309/482 kB | 182 kB Progress (3): 458/640 kB | 309/482 kB | 182 kB Progress (3): 458/640 kB | 313/482 kB | 182 kB Progress (3): 462/640 kB | 313/482 kB | 182 kB Progress (3): 462/640 kB | 317/482 kB | 182 kB Progress (3): 466/640 kB | 317/482 kB | 182 kB Progress (3): 466/640 kB | 321/482 kB | 182 kB Progress (3): 470/640 kB | 321/482 kB | 182 kB Progress (3): 470/640 kB | 325/482 kB | 182 kB Progress (3): 474/640 kB | 325/482 kB | 182 kB Progress (3): 474/640 kB | 329/482 kB | 182 kB Progress (3): 478/640 kB | 329/482 kB | 182 kB Progress (3): 478/640 kB | 333/482 kB | 182 kB Progress (3): 482/640 kB | 333/482 kB | 182 kB Progress (3): 482/640 kB | 337/482 kB | 182 kB Progress (3): 482/640 kB | 341/482 kB | 182 kB Progress (3): 486/640 kB | 341/482 kB | 182 kB Progress (3): 490/640 kB | 341/482 kB | 182 kB Progress (3): 490/640 kB | 345/482 kB | 182 kB Progress (3): 490/640 kB | 349/482 kB | 182 kB Progress (3): 494/640 kB | 349/482 kB | 182 kB Progress (3): 498/640 kB | 349/482 kB | 182 kB Progress (3): 498/640 kB | 353/482 kB | 182 kB Progress (3): 498/640 kB | 357/482 kB | 182 kB Progress (3): 502/640 kB | 357/482 kB | 182 kB Progress (3): 506/640 kB | 357/482 kB | 182 kB Progress (3): 506/640 kB | 361/482 kB | 182 kB Progress (3): 506/640 kB | 365/482 kB | 182 kB Progress (3): 510/640 kB | 365/482 kB | 182 kB Progress (3): 514/640 kB | 365/482 kB | 182 kB Progress (4): 514/640 kB | 365/482 kB | 182 kB | 4.1/284 kB Progress (4): 514/640 kB | 369/482 kB | 182 kB | 4.1/284 kB Progress (4): 518/640 kB | 369/482 kB | 182 kB | 4.1/284 kB Progress (4): 518/640 kB | 373/482 kB | 182 kB | 4.1/284 kB Progress (4): 518/640 kB | 373/482 kB | 182 kB | 7.7/284 kB Progress (4): 518/640 kB | 377/482 kB | 182 kB | 7.7/284 kB Progress (4): 522/640 kB | 377/482 kB | 182 kB | 7.7/284 kB Progress (4): 522/640 kB | 381/482 kB | 182 kB | 7.7/284 kB Progress (4): 522/640 kB | 381/482 kB | 182 kB | 12/284 kB Progress (4): 522/640 kB | 385/482 kB | 182 kB | 12/284 kB Progress (4): 526/640 kB | 385/482 kB | 182 kB | 12/284 kB Progress (4): 526/640 kB | 389/482 kB | 182 kB | 12/284 kB Progress (4): 526/640 kB | 389/482 kB | 182 kB | 16/284 kB Progress (4): 526/640 kB | 393/482 kB | 182 kB | 16/284 kB Progress (4): 530/640 kB | 393/482 kB | 182 kB | 16/284 kB Progress (4): 530/640 kB | 397/482 kB | 182 kB | 16/284 kB Progress (4): 530/640 kB | 397/482 kB | 182 kB | 20/284 kB Progress (4): 530/640 kB | 401/482 kB | 182 kB | 20/284 kB Progress (4): 534/640 kB | 401/482 kB | 182 kB | 20/284 kB Progress (4): 534/640 kB | 405/482 kB | 182 kB | 20/284 kB Progress (4): 534/640 kB | 405/482 kB | 182 kB | 24/284 kB Progress (4): 534/640 kB | 409/482 kB | 182 kB | 24/284 kB Progress (4): 538/640 kB | 409/482 kB | 182 kB | 24/284 kB Progress (4): 538/640 kB | 413/482 kB | 182 kB | 24/284 kB Progress (4): 538/640 kB | 413/482 kB | 182 kB | 28/284 kB Progress (4): 538/640 kB | 417/482 kB | 182 kB | 28/284 kB Progress (4): 542/640 kB | 417/482 kB | 182 kB | 28/284 kB Progress (4): 542/640 kB | 421/482 kB | 182 kB | 28/284 kB Progress (4): 542/640 kB | 421/482 kB | 182 kB | 32/284 kB Progress (4): 542/640 kB | 425/482 kB | 182 kB | 32/284 kB Progress (4): 546/640 kB | 425/482 kB | 182 kB | 32/284 kB Progress (4): 546/640 kB | 429/482 kB | 182 kB | 32/284 kB Progress (4): 546/640 kB | 429/482 kB | 182 kB | 33/284 kB Progress (4): 546/640 kB | 433/482 kB | 182 kB | 33/284 kB Progress (4): 550/640 kB | 433/482 kB | 182 kB | 33/284 kB Progress (4): 550/640 kB | 437/482 kB | 182 kB | 33/284 kB Progress (4): 550/640 kB | 437/482 kB | 182 kB | 37/284 kB Progress (4): 554/640 kB | 437/482 kB | 182 kB | 37/284 kB Progress (4): 554/640 kB | 437/482 kB | 182 kB | 41/284 kB Progress (4): 554/640 kB | 441/482 kB | 182 kB | 41/284 kB Progress (4): 558/640 kB | 441/482 kB | 182 kB | 41/284 kB Progress (4): 558/640 kB | 445/482 kB | 182 kB | 41/284 kB Progress (4): 562/640 kB | 445/482 kB | 182 kB | 41/284 kB Progress (4): 562/640 kB | 445/482 kB | 182 kB | 45/284 kB Progress (4): 566/640 kB | 445/482 kB | 182 kB | 45/284 kB Progress (4): 566/640 kB | 449/482 kB | 182 kB | 45/284 kB Progress (4): 570/640 kB | 449/482 kB | 182 kB | 45/284 kB Progress (4): 570/640 kB | 449/482 kB | 182 kB | 49/284 kB Progress (4): 574/640 kB | 449/482 kB | 182 kB | 49/284 kB Progress (4): 574/640 kB | 453/482 kB | 182 kB | 49/284 kB Progress (4): 574/640 kB | 453/482 kB | 182 kB | 53/284 kB Progress (4): 578/640 kB | 453/482 kB | 182 kB | 53/284 kB Progress (4): 578/640 kB | 453/482 kB | 182 kB | 57/284 kB Progress (4): 578/640 kB | 457/482 kB | 182 kB | 57/284 kB Progress (4): 582/640 kB | 457/482 kB | 182 kB | 57/284 kB Progress (4): 582/640 kB | 461/482 kB | 182 kB | 57/284 kB Progress (4): 586/640 kB | 461/482 kB | 182 kB | 57/284 kB Progress (4): 586/640 kB | 461/482 kB | 182 kB | 61/284 kB Progress (4): 590/640 kB | 461/482 kB | 182 kB | 61/284 kB Progress (4): 590/640 kB | 465/482 kB | 182 kB | 61/284 kB Progress (4): 594/640 kB | 465/482 kB | 182 kB | 61/284 kB Progress (4): 594/640 kB | 465/482 kB | 182 kB | 65/284 kB Progress (4): 598/640 kB | 465/482 kB | 182 kB | 65/284 kB Progress (4): 598/640 kB | 469/482 kB | 182 kB | 65/284 kB Progress (4): 602/640 kB | 469/482 kB | 182 kB | 65/284 kB Progress (4): 602/640 kB | 469/482 kB | 182 kB | 66/284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar (182 kB at 218 kB/s) Progress (3): 602/640 kB | 469/482 kB | 70/284 kB Progress (3): 602/640 kB | 473/482 kB | 70/284 kB Progress (3): 606/640 kB | 473/482 kB | 70/284 kB Progress (3): 606/640 kB | 477/482 kB | 70/284 kB Progress (3): 606/640 kB | 477/482 kB | 74/284 kB Progress (3): 606/640 kB | 481/482 kB | 74/284 kB Progress (3): 610/640 kB | 481/482 kB | 74/284 kB Progress (3): 610/640 kB | 482 kB | 74/284 kB Progress (3): 614/640 kB | 482 kB | 74/284 kB Progress (3): 614/640 kB | 482 kB | 78/284 kB Progress (3): 618/640 kB | 482 kB | 78/284 kB Progress (3): 618/640 kB | 482 kB | 82/284 kB Progress (3): 622/640 kB | 482 kB | 82/284 kB Progress (3): 622/640 kB | 482 kB | 86/284 kB Progress (3): 626/640 kB | 482 kB | 86/284 kB Progress (3): 626/640 kB | 482 kB | 90/284 kB Progress (3): 630/640 kB | 482 kB | 90/284 kB Progress (3): 630/640 kB | 482 kB | 94/284 kB Progress (3): 634/640 kB | 482 kB | 94/284 kB Progress (3): 638/640 kB | 482 kB | 94/284 kB Progress (3): 640 kB | 482 kB | 94/284 kB Progress (3): 640 kB | 482 kB | 98/284 kB Progress (3): 640 kB | 482 kB | 98/284 kB Progress (3): 640 kB | 482 kB | 102/284 kB Progress (3): 640 kB | 482 kB | 106/284 kB Progress (3): 640 kB | 482 kB | 110/284 kB Progress (3): 640 kB | 482 kB | 114/284 kB Progress (3): 640 kB | 482 kB | 118/284 kB Progress (3): 640 kB | 482 kB | 122/284 kB Progress (3): 640 kB | 482 kB | 126/284 kB Progress (3): 640 kB | 482 kB | 130/284 kB Progress (3): 640 kB | 482 kB | 134/284 kB Progress (3): 640 kB | 482 kB | 138/284 kB Progress (3): 640 kB | 482 kB | 142/284 kB Progress (3): 640 kB | 482 kB | 146/284 kB Progress (3): 640 kB | 482 kB | 150/284 kB Progress (3): 640 kB | 482 kB | 154/284 kB Progress (3): 640 kB | 482 kB | 158/284 kB Progress (3): 640 kB | 482 kB | 162/284 kB Progress (3): 640 kB | 482 kB | 166/284 kB Progress (3): 640 kB | 482 kB | 170/284 kB Progress (3): 640 kB | 482 kB | 174/284 kB Progress (3): 640 kB | 482 kB | 178/284 kB Progress (3): 640 kB | 482 kB | 182/284 kB Progress (3): 640 kB | 482 kB | 186/284 kB Progress (3): 640 kB | 482 kB | 190/284 kB Progress (3): 640 kB | 482 kB | 194/284 kB Progress (3): 640 kB | 482 kB | 198/284 kB Progress (3): 640 kB | 482 kB | 202/284 kB Progress (3): 640 kB | 482 kB | 206/284 kB Progress (3): 640 kB | 482 kB | 210/284 kB Progress (3): 640 kB | 482 kB | 214/284 kB Progress (3): 640 kB | 482 kB | 218/284 kB Progress (3): 640 kB | 482 kB | 222/284 kB Progress (3): 640 kB | 482 kB | 226/284 kB Progress (3): 640 kB | 482 kB | 230/284 kB Progress (3): 640 kB | 482 kB | 234/284 kB Progress (3): 640 kB | 482 kB | 238/284 kB Progress (3): 640 kB | 482 kB | 242/284 kB Progress (3): 640 kB | 482 kB | 246/284 kB Progress (3): 640 kB | 482 kB | 250/284 kB Progress (3): 640 kB | 482 kB | 254/284 kB Progress (3): 640 kB | 482 kB | 258/284 kB Progress (3): 640 kB | 482 kB | 262/284 kB Progress (3): 640 kB | 482 kB | 266/284 kB Progress (3): 640 kB | 482 kB | 270/284 kB Progress (3): 640 kB | 482 kB | 274/284 kB Progress (3): 640 kB | 482 kB | 278/284 kB Progress (3): 640 kB | 482 kB | 282/284 kB Progress (3): 640 kB | 482 kB | 284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar (482 kB at 561 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 740 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 325 kB/s) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/workspace/jaxb-external/jaxb-ri/external [INFO] Processing change of com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2-SNAPSHOT -> 2.3.2 [INFO] Processing com.sun.xml.bind.mvn:jaxb-external-parent [INFO] Updating project com.sun.xml.bind.mvn:jaxb-external-parent [INFO] from version 2.3.2-SNAPSHOT to 2.3.2 [INFO] [INFO] Processing com.sun.xml.bind.external:relaxng-datatype [INFO] Updating parent com.sun.xml.bind.mvn:jaxb-external-parent [INFO] from version 2.3.2-SNAPSHOT to 2.3.2 [INFO] [INFO] Processing com.sun.xml.bind.external:rngom [INFO] Updating parent com.sun.xml.bind.mvn:jaxb-external-parent [INFO] from version 2.3.2-SNAPSHOT to 2.3.2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] JAXB External parent 2.3.2-SNAPSHOT ................ SUCCESS [ 10.659 s] [INFO] RelaxNG Datatype ................................... SUCCESS [ 0.315 s] [INFO] RNGOM 2.3.2-SNAPSHOT ............................... SUCCESS [ 0.006 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17.878 s [INFO] Finished at: 2018-12-27T13:35:34Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/workspace/jaxb-external + echo '-[ Commit modified pom.xml files ]----------------------------------------------' -[ Commit modified pom.xml files ]---------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + POM_FILES='jaxb-ri/external/pom.xml jaxb-ri/external/relaxng-datatype/pom.xml jaxb-ri/external/rngom/pom.xml' + git add jaxb-ri/external/pom.xml jaxb-ri/external/relaxng-datatype/pom.xml jaxb-ri/external/rngom/pom.xml + git commit -m 'Prepare release com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2' [2.3.2-External-RELEASE 8c64388] Prepare release com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2 3 files changed, 3 insertions(+), 3 deletions(-) + cd /home/jenkins/workspace/jaxb-external/jaxb-ri/external + echo '-[ Drop old staging repository deployments ]------------------------------------' -[ Drop old staging repository deployments ]------------------------------------ ++ mvn -B nexus-staging:rc-list ++ egrep '^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+com\.sun\.xml\.bind\.mvn:jaxb-external-parent:2\.3\.2' ++ awk '{print $2}' WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release + for staging_key in $(mvn -B nexus-staging:rc-list | egrep "^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+${STAGING_KEY}" | awk '{print $2}') + echo 'Repository ID: comsunxmlbind-1032' Repository ID: comsunxmlbind-1032 + mvn -U -C -B -DstagingRepositoryId=comsunxmlbind-1032 nexus-staging::rc-drop [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.sun.xml.bind.external:rngom:jar:2.3.2 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ com.sun.xml.bind.external:rngom:[unknown-version], /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/pom.xml, line 39, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.sun.xml.bind.mvn:jaxb-external-parent:pom:2.3.2 [WARNING] 'parent.relativePath' of POM com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2 (/home/jenkins/workspace/jaxb-external/jaxb-ri/external/pom.xml) points at com.sun.xml.bind.mvn:jaxb-parent instead of org.eclipse.ee4j:project, please verify your project structure @ line 18, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JAXB External parent [pom] [INFO] RelaxNG Datatype [jar] [INFO] RNGOM [jar] [INFO] [INFO] -------------< com.sun.xml.bind.mvn:jaxb-external-parent >-------------- [INFO] Building JAXB External parent 2.3.2 [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) @ jaxb-external-parent --- [INFO] + Using server credentials "ossrh" from Maven settings. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.11-01 and edition "Professional" [INFO] RC-Dropping staging repository with IDs=[comsunxmlbind-1032] Waiting for operation to complete... ... [INFO] Dropped [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] JAXB External parent 2.3.2 ......................... SUCCESS [ 23.851 s] [INFO] RelaxNG Datatype ................................... SKIPPED [INFO] RNGOM 2.3.2 ........................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24.483 s [INFO] Finished at: 2018-12-27T13:36:31Z [INFO] ------------------------------------------------------------------------ + echo '-[ Deploy artifacts to staging repository ]-------------------------------------' -[ Deploy artifacts to staging repository ]------------------------------------- + mvn -U -C -DskipTests -Ddoclint=none -Poss-release,staging -DstagingDescription=com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2 clean package source:jar javadoc:jar gpg:sign install:install nexus-staging:deploy [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.sun.xml.bind.external:rngom:jar:2.3.2 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ com.sun.xml.bind.external:rngom:[unknown-version], /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/pom.xml, line 39, column 21 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 183, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-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 195, column 29 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.sun.xml.bind.external:relaxng-datatype:jar:2.3.2 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 183, column 29 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.sun.xml.bind.mvn:jaxb-external-parent:pom:2.3.2 [WARNING] 'parent.relativePath' of POM com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2 (/home/jenkins/workspace/jaxb-external/jaxb-ri/external/pom.xml) points at com.sun.xml.bind.mvn:jaxb-parent instead of org.eclipse.ee4j:project, please verify your project structure @ line 18, column 13 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 183, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-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 195, 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 3 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 3 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JAXB External parent [pom] [INFO] RelaxNG Datatype [jar] [INFO] RNGOM [jar] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml Progress (1): 812 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml (812 B at 152 B/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom (5.7 kB at 111 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 363 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar (31 kB at 683 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml (1.0 kB at 37 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-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/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.pom (19 kB at 461 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.jar Progress (1): 4.1/421 kB Progress (1): 7.7/421 kB Progress (1): 12/421 kB Progress (1): 16/421 kB Progress (1): 20/421 kB Progress (1): 24/421 kB Progress (1): 28/421 kB Progress (1): 32/421 kB Progress (1): 33/421 kB Progress (1): 37/421 kB Progress (1): 41/421 kB Progress (1): 45/421 kB Progress (1): 49/421 kB Progress (1): 53/421 kB Progress (1): 57/421 kB Progress (1): 61/421 kB Progress (1): 65/421 kB Progress (1): 66/421 kB Progress (1): 70/421 kB Progress (1): 74/421 kB Progress (1): 78/421 kB Progress (1): 82/421 kB Progress (1): 86/421 kB Progress (1): 90/421 kB Progress (1): 94/421 kB Progress (1): 98/421 kB Progress (1): 98/421 kB Progress (1): 102/421 kB Progress (1): 106/421 kB Progress (1): 110/421 kB Progress (1): 114/421 kB Progress (1): 118/421 kB Progress (1): 122/421 kB Progress (1): 126/421 kB Progress (1): 130/421 kB Progress (1): 134/421 kB Progress (1): 138/421 kB Progress (1): 142/421 kB Progress (1): 146/421 kB Progress (1): 150/421 kB Progress (1): 154/421 kB Progress (1): 158/421 kB Progress (1): 162/421 kB Progress (1): 166/421 kB Progress (1): 170/421 kB Progress (1): 174/421 kB Progress (1): 178/421 kB Progress (1): 182/421 kB Progress (1): 186/421 kB Progress (1): 190/421 kB Progress (1): 194/421 kB Progress (1): 198/421 kB Progress (1): 202/421 kB Progress (1): 206/421 kB Progress (1): 210/421 kB Progress (1): 214/421 kB Progress (1): 218/421 kB Progress (1): 222/421 kB Progress (1): 226/421 kB Progress (1): 230/421 kB Progress (1): 234/421 kB Progress (1): 238/421 kB Progress (1): 242/421 kB Progress (1): 246/421 kB Progress (1): 250/421 kB Progress (1): 254/421 kB Progress (1): 258/421 kB Progress (1): 262/421 kB Progress (1): 266/421 kB Progress (1): 270/421 kB Progress (1): 274/421 kB Progress (1): 278/421 kB Progress (1): 282/421 kB Progress (1): 286/421 kB Progress (1): 290/421 kB Progress (1): 294/421 kB Progress (1): 298/421 kB Progress (1): 302/421 kB Progress (1): 306/421 kB Progress (1): 310/421 kB Progress (1): 314/421 kB Progress (1): 318/421 kB Progress (1): 322/421 kB Progress (1): 326/421 kB Progress (1): 330/421 kB Progress (1): 334/421 kB Progress (1): 338/421 kB Progress (1): 342/421 kB Progress (1): 346/421 kB Progress (1): 350/421 kB Progress (1): 354/421 kB Progress (1): 358/421 kB Progress (1): 362/421 kB Progress (1): 366/421 kB Progress (1): 370/421 kB Progress (1): 374/421 kB Progress (1): 378/421 kB Progress (1): 382/421 kB Progress (1): 386/421 kB Progress (1): 390/421 kB Progress (1): 394/421 kB Progress (1): 398/421 kB Progress (1): 402/421 kB Progress (1): 406/421 kB Progress (1): 410/421 kB Progress (1): 414/421 kB Progress (1): 418/421 kB Progress (1): 421 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.jar (421 kB at 4.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 239 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 494 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.5 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 33/47 kB Progress (1): 37/47 kB Progress (1): 41/47 kB Progress (1): 45/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 1.3 MB/s) [INFO] [INFO] -------------< com.sun.xml.bind.mvn:jaxb-external-parent >-------------- [INFO] Building JAXB External parent 2.3.2 [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-external-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jaxb-external-parent --- 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 145 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 Progress (1): 1.2 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.pom (1.2 kB at 56 kB/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 9.0 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 197 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/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 1.1 MB/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 2.4 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 66 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 74 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 234 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 109 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): 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/24/maven-parent-24.pom (37 kB at 1.4 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/14/apache-14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 699 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 191 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 39 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 563 kB/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.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/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar Progress (1): 3.8/245 kB Progress (1): 7.9/245 kB Progress (1): 12/245 kB Progress (1): 16/245 kB Progress (1): 20/245 kB Progress (1): 24/245 kB Progress (1): 28/245 kB Progress (1): 32/245 kB Progress (1): 37/245 kB Progress (1): 41/245 kB Progress (2): 41/245 kB | 4.1/45 kB 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 Progress (2): 41/245 kB | 7.8/45 kB Progress (2): 41/245 kB | 12/45 kB Progress (2): 41/245 kB | 16/45 kB Progress (2): 41/245 kB | 20/45 kB Progress (2): 41/245 kB | 21/45 kB Progress (2): 41/245 kB | 25/45 kB Progress (2): 41/245 kB | 29/45 kB Progress (2): 41/245 kB | 33/45 kB Progress (2): 41/245 kB | 37/45 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Progress (2): 45/245 kB | 37/45 kB Progress (2): 49/245 kB | 37/45 kB Progress (2): 50/245 kB | 37/45 kB Progress (2): 54/245 kB | 37/45 kB Progress (2): 58/245 kB | 37/45 kB Progress (2): 62/245 kB | 37/45 kB Progress (2): 66/245 kB | 37/45 kB Progress (2): 67/245 kB | 37/45 kB Progress (2): 72/245 kB | 37/45 kB Progress (2): 76/245 kB | 37/45 kB Progress (2): 80/245 kB | 37/45 kB Progress (2): 84/245 kB | 37/45 kB Progress (2): 84/245 kB | 41/45 kB Progress (2): 84/245 kB | 45 kB Progress (2): 88/245 kB | 45 kB Progress (2): 92/245 kB | 45 kB Progress (2): 96/245 kB | 45 kB Progress (2): 100/245 kB | 45 kB Progress (2): 104/245 kB | 45 kB Progress (2): 108/245 kB | 45 kB Progress (2): 113/245 kB | 45 kB Progress (2): 117/245 kB | 45 kB Progress (2): 121/245 kB | 45 kB Progress (2): 125/245 kB | 45 kB Progress (2): 129/245 kB | 45 kB Progress (2): 133/245 kB | 45 kB Progress (2): 137/245 kB | 45 kB Progress (2): 141/245 kB | 45 kB Progress (2): 145/245 kB | 45 kB Progress (2): 149/245 kB | 45 kB Progress (2): 153/245 kB | 45 kB Progress (2): 158/245 kB | 45 kB Progress (2): 162/245 kB | 45 kB Progress (2): 166/245 kB | 45 kB Progress (2): 170/245 kB | 45 kB Progress (2): 174/245 kB | 45 kB Progress (2): 178/245 kB | 45 kB Progress (2): 182/245 kB | 45 kB Progress (2): 186/245 kB | 45 kB Progress (2): 190/245 kB | 45 kB Progress (2): 194/245 kB | 45 kB Progress (2): 199/245 kB | 45 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 134 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.jar Progress (1): 203/245 kB Progress (1): 207/245 kB Progress (1): 211/245 kB Progress (1): 215/245 kB Progress (1): 219/245 kB Progress (1): 223/245 kB Progress (1): 227/245 kB Progress (1): 231/245 kB Progress (1): 235/245 kB Progress (1): 240/245 kB Progress (1): 244/245 kB Progress (1): 245 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.jar (245 kB at 605 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.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar 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-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 451 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Progress (1): 4.1/282 kB Progress (1): 7.7/282 kB Progress (1): 12/282 kB Progress (1): 16/282 kB Progress (1): 20/282 kB Progress (1): 24/282 kB Progress (1): 28/282 kB Progress (1): 32/282 kB Progress (1): 33/282 kB Progress (1): 37/282 kB Progress (1): 41/282 kB Progress (1): 45/282 kB Progress (1): 49/282 kB Progress (1): 53/282 kB Progress (1): 57/282 kB Progress (1): 61/282 kB Progress (1): 65/282 kB Progress (1): 66/282 kB Progress (1): 70/282 kB Progress (1): 74/282 kB Progress (1): 78/282 kB Progress (1): 82/282 kB Progress (1): 86/282 kB Progress (1): 90/282 kB Progress (2): 90/282 kB | 4.1/164 kB Progress (3): 90/282 kB | 4.1/164 kB | 4.1/195 kB Progress (3): 94/282 kB | 4.1/164 kB | 4.1/195 kB Progress (3): 94/282 kB | 4.1/164 kB | 7.7/195 kB Progress (3): 94/282 kB | 7.7/164 kB | 7.7/195 kB Progress (3): 98/282 kB | 7.7/164 kB | 7.7/195 kB Progress (3): 98/282 kB | 7.7/164 kB | 12/195 kB Progress (4): 98/282 kB | 7.7/164 kB | 12/195 kB | 4.1/104 kB Progress (4): 98/282 kB | 7.7/164 kB | 12/195 kB | 4.1/104 kB Progress (4): 98/282 kB | 12/164 kB | 12/195 kB | 4.1/104 kB Progress (4): 102/282 kB | 12/164 kB | 12/195 kB | 4.1/104 kB Progress (4): 106/282 kB | 12/164 kB | 12/195 kB | 4.1/104 kB Progress (4): 106/282 kB | 12/164 kB | 12/195 kB | 7.7/104 kB Progress (4): 106/282 kB | 12/164 kB | 16/195 kB | 7.7/104 kB Progress (4): 106/282 kB | 12/164 kB | 16/195 kB | 12/104 kB Progress (5): 106/282 kB | 12/164 kB | 16/195 kB | 12/104 kB | 4.1/480 kB Progress (5): 110/282 kB | 12/164 kB | 16/195 kB | 12/104 kB | 4.1/480 kB Progress (5): 110/282 kB | 16/164 kB | 16/195 kB | 12/104 kB | 4.1/480 kB Progress (5): 114/282 kB | 16/164 kB | 16/195 kB | 12/104 kB | 4.1/480 kB Progress (5): 114/282 kB | 16/164 kB | 16/195 kB | 12/104 kB | 7.7/480 kB Progress (5): 118/282 kB | 16/164 kB | 16/195 kB | 12/104 kB | 7.7/480 kB Progress (5): 118/282 kB | 16/164 kB | 16/195 kB | 16/104 kB | 7.7/480 kB Progress (5): 118/282 kB | 16/164 kB | 20/195 kB | 16/104 kB | 7.7/480 kB Progress (5): 118/282 kB | 16/164 kB | 20/195 kB | 20/104 kB | 7.7/480 kB Progress (5): 122/282 kB | 16/164 kB | 20/195 kB | 20/104 kB | 7.7/480 kB Progress (5): 122/282 kB | 16/164 kB | 20/195 kB | 20/104 kB | 12/480 kB Progress (5): 122/282 kB | 16/164 kB | 20/195 kB | 20/104 kB | 16/480 kB Progress (5): 122/282 kB | 16/164 kB | 20/195 kB | 20/104 kB | 20/480 kB Progress (5): 122/282 kB | 20/164 kB | 20/195 kB | 20/104 kB | 20/480 kB Progress (5): 122/282 kB | 20/164 kB | 20/195 kB | 20/104 kB | 24/480 kB Progress (5): 126/282 kB | 20/164 kB | 20/195 kB | 20/104 kB | 24/480 kB Progress (5): 126/282 kB | 20/164 kB | 20/195 kB | 20/104 kB | 28/480 kB Progress (5): 126/282 kB | 20/164 kB | 20/195 kB | 24/104 kB | 28/480 kB Progress (5): 126/282 kB | 20/164 kB | 24/195 kB | 24/104 kB | 28/480 kB Progress (5): 126/282 kB | 20/164 kB | 24/195 kB | 28/104 kB | 28/480 kB Progress (5): 126/282 kB | 20/164 kB | 24/195 kB | 28/104 kB | 32/480 kB Progress (5): 130/282 kB | 20/164 kB | 24/195 kB | 28/104 kB | 32/480 kB Progress (5): 130/282 kB | 24/164 kB | 24/195 kB | 28/104 kB | 32/480 kB Progress (5): 131/282 kB | 24/164 kB | 24/195 kB | 28/104 kB | 32/480 kB Progress (5): 131/282 kB | 24/164 kB | 24/195 kB | 28/104 kB | 36/480 kB Progress (5): 131/282 kB | 24/164 kB | 24/195 kB | 28/104 kB | 40/480 kB Progress (5): 131/282 kB | 24/164 kB | 24/195 kB | 28/104 kB | 44/480 kB Progress (5): 131/282 kB | 24/164 kB | 24/195 kB | 28/104 kB | 48/480 kB Progress (5): 131/282 kB | 24/164 kB | 24/195 kB | 32/104 kB | 48/480 kB Progress (5): 131/282 kB | 24/164 kB | 28/195 kB | 32/104 kB | 48/480 kB Progress (5): 131/282 kB | 24/164 kB | 28/195 kB | 32/104 kB | 52/480 kB Progress (5): 135/282 kB | 24/164 kB | 28/195 kB | 32/104 kB | 52/480 kB Progress (5): 139/282 kB | 24/164 kB | 28/195 kB | 32/104 kB | 52/480 kB Progress (5): 139/282 kB | 28/164 kB | 28/195 kB | 32/104 kB | 52/480 kB Progress (5): 143/282 kB | 28/164 kB | 28/195 kB | 32/104 kB | 52/480 kB Progress (5): 143/282 kB | 28/164 kB | 28/195 kB | 32/104 kB | 56/480 kB Progress (5): 143/282 kB | 28/164 kB | 32/195 kB | 32/104 kB | 56/480 kB Progress (5): 143/282 kB | 28/164 kB | 32/195 kB | 36/104 kB | 56/480 kB Progress (5): 143/282 kB | 28/164 kB | 36/195 kB | 36/104 kB | 56/480 kB Progress (5): 143/282 kB | 28/164 kB | 36/195 kB | 36/104 kB | 60/480 kB Progress (5): 147/282 kB | 28/164 kB | 36/195 kB | 36/104 kB | 60/480 kB Progress (5): 147/282 kB | 32/164 kB | 36/195 kB | 36/104 kB | 60/480 kB Progress (5): 151/282 kB | 32/164 kB | 36/195 kB | 36/104 kB | 60/480 kB Progress (5): 151/282 kB | 32/164 kB | 36/195 kB | 36/104 kB | 64/480 kB Progress (5): 151/282 kB | 32/164 kB | 40/195 kB | 36/104 kB | 64/480 kB Progress (5): 151/282 kB | 32/164 kB | 40/195 kB | 40/104 kB | 64/480 kB Progress (5): 151/282 kB | 32/164 kB | 44/195 kB | 40/104 kB | 64/480 kB Progress (5): 151/282 kB | 32/164 kB | 44/195 kB | 40/104 kB | 68/480 kB Progress (5): 155/282 kB | 32/164 kB | 44/195 kB | 40/104 kB | 68/480 kB Progress (5): 155/282 kB | 36/164 kB | 44/195 kB | 40/104 kB | 68/480 kB Progress (5): 159/282 kB | 36/164 kB | 44/195 kB | 40/104 kB | 68/480 kB Progress (5): 159/282 kB | 36/164 kB | 44/195 kB | 40/104 kB | 72/480 kB Progress (5): 159/282 kB | 36/164 kB | 48/195 kB | 40/104 kB | 72/480 kB Progress (5): 159/282 kB | 36/164 kB | 48/195 kB | 40/104 kB | 76/480 kB Progress (5): 159/282 kB | 36/164 kB | 48/195 kB | 44/104 kB | 76/480 kB Progress (5): 159/282 kB | 36/164 kB | 48/195 kB | 44/104 kB | 80/480 kB Progress (5): 159/282 kB | 36/164 kB | 52/195 kB | 44/104 kB | 80/480 kB Progress (5): 159/282 kB | 36/164 kB | 56/195 kB | 44/104 kB | 80/480 kB Progress (5): 163/282 kB | 36/164 kB | 56/195 kB | 44/104 kB | 80/480 kB Progress (5): 163/282 kB | 40/164 kB | 56/195 kB | 44/104 kB | 80/480 kB Progress (5): 164/282 kB | 40/164 kB | 56/195 kB | 44/104 kB | 80/480 kB Progress (5): 164/282 kB | 40/164 kB | 60/195 kB | 44/104 kB | 80/480 kB Progress (5): 164/282 kB | 40/164 kB | 64/195 kB | 44/104 kB | 80/480 kB Progress (5): 164/282 kB | 40/164 kB | 68/195 kB | 44/104 kB | 80/480 kB Progress (5): 164/282 kB | 40/164 kB | 72/195 kB | 44/104 kB | 80/480 kB Progress (5): 164/282 kB | 40/164 kB | 72/195 kB | 44/104 kB | 84/480 kB Progress (5): 164/282 kB | 40/164 kB | 72/195 kB | 48/104 kB | 84/480 kB Progress (5): 164/282 kB | 40/164 kB | 72/195 kB | 48/104 kB | 88/480 kB Progress (5): 164/282 kB | 40/164 kB | 76/195 kB | 48/104 kB | 88/480 kB Progress (5): 164/282 kB | 40/164 kB | 80/195 kB | 48/104 kB | 88/480 kB Progress (5): 168/282 kB | 40/164 kB | 80/195 kB | 48/104 kB | 88/480 kB Progress (5): 168/282 kB | 44/164 kB | 80/195 kB | 48/104 kB | 88/480 kB Progress (5): 172/282 kB | 44/164 kB | 80/195 kB | 48/104 kB | 88/480 kB Progress (5): 172/282 kB | 44/164 kB | 84/195 kB | 48/104 kB | 88/480 kB Progress (5): 172/282 kB | 44/164 kB | 84/195 kB | 48/104 kB | 92/480 kB Progress (5): 172/282 kB | 44/164 kB | 84/195 kB | 52/104 kB | 92/480 kB Progress (5): 172/282 kB | 44/164 kB | 84/195 kB | 52/104 kB | 96/480 kB Progress (5): 172/282 kB | 44/164 kB | 88/195 kB | 52/104 kB | 96/480 kB Progress (5): 176/282 kB | 44/164 kB | 88/195 kB | 52/104 kB | 96/480 kB Progress (5): 176/282 kB | 48/164 kB | 88/195 kB | 52/104 kB | 96/480 kB Progress (5): 180/282 kB | 48/164 kB | 88/195 kB | 52/104 kB | 96/480 kB Progress (5): 180/282 kB | 48/164 kB | 92/195 kB | 52/104 kB | 96/480 kB Progress (5): 180/282 kB | 48/164 kB | 92/195 kB | 52/104 kB | 100/480 kB Progress (5): 180/282 kB | 48/164 kB | 92/195 kB | 56/104 kB | 100/480 kB Progress (5): 180/282 kB | 48/164 kB | 92/195 kB | 56/104 kB | 104/480 kB Progress (5): 180/282 kB | 48/164 kB | 96/195 kB | 56/104 kB | 104/480 kB Progress (5): 184/282 kB | 48/164 kB | 96/195 kB | 56/104 kB | 104/480 kB Progress (5): 184/282 kB | 52/164 kB | 96/195 kB | 56/104 kB | 104/480 kB Progress (5): 188/282 kB | 52/164 kB | 96/195 kB | 56/104 kB | 104/480 kB Progress (5): 188/282 kB | 52/164 kB | 100/195 kB | 56/104 kB | 104/480 kB Progress (5): 188/282 kB | 52/164 kB | 100/195 kB | 56/104 kB | 108/480 kB Progress (5): 188/282 kB | 52/164 kB | 100/195 kB | 60/104 kB | 108/480 kB Progress (5): 188/282 kB | 52/164 kB | 100/195 kB | 60/104 kB | 112/480 kB Progress (5): 188/282 kB | 52/164 kB | 104/195 kB | 60/104 kB | 112/480 kB Progress (5): 192/282 kB | 52/164 kB | 104/195 kB | 60/104 kB | 112/480 kB Progress (5): 192/282 kB | 56/164 kB | 104/195 kB | 60/104 kB | 112/480 kB Progress (5): 196/282 kB | 56/164 kB | 104/195 kB | 60/104 kB | 112/480 kB Progress (5): 196/282 kB | 56/164 kB | 108/195 kB | 60/104 kB | 112/480 kB Progress (5): 196/282 kB | 56/164 kB | 108/195 kB | 60/104 kB | 116/480 kB Progress (5): 196/282 kB | 56/164 kB | 108/195 kB | 64/104 kB | 116/480 kB Progress (5): 196/282 kB | 56/164 kB | 108/195 kB | 64/104 kB | 120/480 kB Progress (5): 196/282 kB | 56/164 kB | 112/195 kB | 64/104 kB | 120/480 kB Progress (5): 197/282 kB | 56/164 kB | 112/195 kB | 64/104 kB | 120/480 kB Progress (5): 197/282 kB | 60/164 kB | 112/195 kB | 64/104 kB | 120/480 kB Progress (5): 201/282 kB | 60/164 kB | 112/195 kB | 64/104 kB | 120/480 kB Progress (5): 201/282 kB | 60/164 kB | 116/195 kB | 64/104 kB | 120/480 kB Progress (5): 201/282 kB | 60/164 kB | 120/195 kB | 64/104 kB | 120/480 kB Progress (5): 201/282 kB | 60/164 kB | 120/195 kB | 64/104 kB | 124/480 kB Progress (5): 201/282 kB | 60/164 kB | 120/195 kB | 68/104 kB | 124/480 kB Progress (5): 201/282 kB | 60/164 kB | 120/195 kB | 68/104 kB | 128/480 kB Progress (5): 201/282 kB | 60/164 kB | 124/195 kB | 68/104 kB | 128/480 kB Progress (5): 205/282 kB | 60/164 kB | 124/195 kB | 68/104 kB | 128/480 kB Progress (5): 205/282 kB | 64/164 kB | 124/195 kB | 68/104 kB | 128/480 kB Progress (5): 209/282 kB | 64/164 kB | 124/195 kB | 68/104 kB | 128/480 kB Progress (5): 209/282 kB | 64/164 kB | 124/195 kB | 68/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 128/195 kB | 68/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 132/195 kB | 68/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 136/195 kB | 68/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 140/195 kB | 68/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 144/195 kB | 68/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 148/195 kB | 68/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 152/195 kB | 68/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 152/195 kB | 72/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 156/195 kB | 72/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 156/195 kB | 76/104 kB | 132/480 kB Progress (5): 209/282 kB | 64/164 kB | 156/195 kB | 76/104 kB | 136/480 kB Progress (5): 213/282 kB | 64/164 kB | 156/195 kB | 76/104 kB | 136/480 kB Progress (5): 213/282 kB | 68/164 kB | 156/195 kB | 76/104 kB | 136/480 kB Progress (5): 217/282 kB | 68/164 kB | 156/195 kB | 76/104 kB | 136/480 kB Progress (5): 217/282 kB | 68/164 kB | 156/195 kB | 80/104 kB | 136/480 kB Progress (5): 217/282 kB | 68/164 kB | 160/195 kB | 80/104 kB | 136/480 kB Progress (5): 217/282 kB | 68/164 kB | 160/195 kB | 80/104 kB | 140/480 kB Progress (5): 217/282 kB | 68/164 kB | 160/195 kB | 84/104 kB | 140/480 kB Progress (5): 221/282 kB | 68/164 kB | 160/195 kB | 84/104 kB | 140/480 kB Progress (5): 221/282 kB | 72/164 kB | 160/195 kB | 84/104 kB | 140/480 kB Progress (5): 225/282 kB | 72/164 kB | 160/195 kB | 84/104 kB | 140/480 kB Progress (5): 225/282 kB | 72/164 kB | 160/195 kB | 88/104 kB | 140/480 kB Progress (5): 225/282 kB | 72/164 kB | 160/195 kB | 88/104 kB | 144/480 kB Progress (5): 225/282 kB | 72/164 kB | 164/195 kB | 88/104 kB | 144/480 kB Progress (5): 225/282 kB | 72/164 kB | 164/195 kB | 92/104 kB | 144/480 kB Progress (5): 229/282 kB | 72/164 kB | 164/195 kB | 92/104 kB | 144/480 kB Progress (5): 229/282 kB | 76/164 kB | 164/195 kB | 92/104 kB | 144/480 kB Progress (5): 229/282 kB | 76/164 kB | 164/195 kB | 92/104 kB | 144/480 kB Progress (5): 229/282 kB | 76/164 kB | 164/195 kB | 96/104 kB | 144/480 kB Progress (5): 229/282 kB | 76/164 kB | 164/195 kB | 96/104 kB | 148/480 kB Progress (5): 229/282 kB | 76/164 kB | 168/195 kB | 96/104 kB | 148/480 kB Progress (5): 229/282 kB | 76/164 kB | 168/195 kB | 96/104 kB | 152/480 kB Progress (5): 229/282 kB | 76/164 kB | 168/195 kB | 100/104 kB | 152/480 kB Progress (5): 233/282 kB | 76/164 kB | 168/195 kB | 100/104 kB | 152/480 kB Progress (5): 233/282 kB | 80/164 kB | 168/195 kB | 100/104 kB | 152/480 kB Progress (5): 237/282 kB | 80/164 kB | 168/195 kB | 100/104 kB | 152/480 kB Progress (5): 237/282 kB | 84/164 kB | 168/195 kB | 100/104 kB | 152/480 kB Progress (5): 237/282 kB | 84/164 kB | 168/195 kB | 100/104 kB | 156/480 kB Progress (5): 237/282 kB | 84/164 kB | 168/195 kB | 104/104 kB | 156/480 kB Progress (5): 237/282 kB | 84/164 kB | 172/195 kB | 104/104 kB | 156/480 kB Progress (5): 237/282 kB | 84/164 kB | 172/195 kB | 104 kB | 156/480 kB Progress (5): 237/282 kB | 84/164 kB | 172/195 kB | 104 kB | 160/480 kB Progress (5): 237/282 kB | 88/164 kB | 172/195 kB | 104 kB | 160/480 kB Progress (5): 241/282 kB | 88/164 kB | 172/195 kB | 104 kB | 160/480 kB Progress (5): 241/282 kB | 92/164 kB | 172/195 kB | 104 kB | 160/480 kB Progress (5): 241/282 kB | 92/164 kB | 172/195 kB | 104 kB | 164/480 kB Progress (5): 241/282 kB | 92/164 kB | 176/195 kB | 104 kB | 164/480 kB Progress (5): 241/282 kB | 92/164 kB | 176/195 kB | 104 kB | 168/480 kB Progress (5): 241/282 kB | 96/164 kB | 176/195 kB | 104 kB | 168/480 kB Progress (5): 241/282 kB | 96/164 kB | 176/195 kB | 104 kB | 172/480 kB Progress (5): 245/282 kB | 96/164 kB | 176/195 kB | 104 kB | 172/480 kB Progress (5): 245/282 kB | 96/164 kB | 176/195 kB | 104 kB | 176/480 kB Progress (5): 245/282 kB | 100/164 kB | 176/195 kB | 104 kB | 176/480 kB Progress (5): 245/282 kB | 100/164 kB | 180/195 kB | 104 kB | 176/480 kB Progress (5): 245/282 kB | 104/164 kB | 180/195 kB | 104 kB | 176/480 kB Progress (5): 245/282 kB | 104/164 kB | 180/195 kB | 104 kB | 180/480 kB Progress (5): 249/282 kB | 104/164 kB | 180/195 kB | 104 kB | 180/480 kB Progress (5): 249/282 kB | 104/164 kB | 180/195 kB | 104 kB | 184/480 kB Progress (5): 249/282 kB | 108/164 kB | 180/195 kB | 104 kB | 184/480 kB Progress (5): 249/282 kB | 108/164 kB | 184/195 kB | 104 kB | 184/480 kB Progress (5): 249/282 kB | 112/164 kB | 184/195 kB | 104 kB | 184/480 kB Progress (5): 249/282 kB | 112/164 kB | 184/195 kB | 104 kB | 188/480 kB Progress (5): 249/282 kB | 116/164 kB | 184/195 kB | 104 kB | 188/480 kB Progress (5): 253/282 kB | 116/164 kB | 184/195 kB | 104 kB | 188/480 kB Progress (5): 253/282 kB | 120/164 kB | 184/195 kB | 104 kB | 188/480 kB Progress (5): 253/282 kB | 120/164 kB | 184/195 kB | 104 kB | 192/480 kB Progress (5): 253/282 kB | 120/164 kB | 188/195 kB | 104 kB | 192/480 kB Progress (5): 253/282 kB | 120/164 kB | 188/195 kB | 104 kB | 196/480 kB Progress (5): 253/282 kB | 124/164 kB | 188/195 kB | 104 kB | 196/480 kB Progress (5): 257/282 kB | 124/164 kB | 188/195 kB | 104 kB | 196/480 kB Progress (5): 261/282 kB | 124/164 kB | 188/195 kB | 104 kB | 196/480 kB Progress (5): 265/282 kB | 124/164 kB | 188/195 kB | 104 kB | 196/480 kB Progress (5): 265/282 kB | 128/164 kB | 188/195 kB | 104 kB | 196/480 kB Progress (5): 265/282 kB | 128/164 kB | 188/195 kB | 104 kB | 200/480 kB Progress (5): 265/282 kB | 128/164 kB | 192/195 kB | 104 kB | 200/480 kB Progress (5): 265/282 kB | 128/164 kB | 192/195 kB | 104 kB | 204/480 kB Progress (5): 265/282 kB | 128/164 kB | 192/195 kB | 104 kB | 208/480 kB Progress (5): 265/282 kB | 128/164 kB | 192/195 kB | 104 kB | 212/480 kB Progress (5): 265/282 kB | 128/164 kB | 192/195 kB | 104 kB | 216/480 kB Progress (5): 265/282 kB | 128/164 kB | 192/195 kB | 104 kB | 220/480 kB Progress (5): 265/282 kB | 128/164 kB | 192/195 kB | 104 kB | 224/480 kB Progress (5): 265/282 kB | 132/164 kB | 192/195 kB | 104 kB | 224/480 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 822 kB/s) Progress (4): 269/282 kB | 132/164 kB | 192/195 kB | 224/480 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Progress (4): 269/282 kB | 136/164 kB | 192/195 kB | 224/480 kB Progress (4): 269/282 kB | 136/164 kB | 192/195 kB | 228/480 kB Progress (4): 269/282 kB | 136/164 kB | 192/195 kB | 232/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 232/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 236/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 240/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 244/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 248/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 252/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 256/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 260/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 264/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 268/480 kB Progress (4): 269/282 kB | 136/164 kB | 195 kB | 272/480 kB Progress (4): 269/282 kB | 140/164 kB | 195 kB | 272/480 kB Progress (4): 273/282 kB | 140/164 kB | 195 kB | 272/480 kB Progress (4): 273/282 kB | 144/164 kB | 195 kB | 272/480 kB Progress (4): 273/282 kB | 144/164 kB | 195 kB | 276/480 kB Progress (4): 273/282 kB | 148/164 kB | 195 kB | 276/480 kB Progress (4): 277/282 kB | 148/164 kB | 195 kB | 276/480 kB Progress (4): 277/282 kB | 152/164 kB | 195 kB | 276/480 kB Progress (4): 277/282 kB | 152/164 kB | 195 kB | 280/480 kB Progress (4): 277/282 kB | 156/164 kB | 195 kB | 280/480 kB Progress (4): 277/282 kB | 156/164 kB | 195 kB | 284/480 kB Progress (4): 281/282 kB | 156/164 kB | 195 kB | 284/480 kB Progress (4): 281/282 kB | 156/164 kB | 195 kB | 288/480 kB Progress (4): 281/282 kB | 160/164 kB | 195 kB | 288/480 kB Progress (4): 281/282 kB | 160/164 kB | 195 kB | 292/480 kB Progress (4): 282 kB | 160/164 kB | 195 kB | 292/480 kB Progress (5): 282 kB | 160/164 kB | 195 kB | 292/480 kB | 4.1/64 kB Progress (5): 282 kB | 160/164 kB | 195 kB | 292/480 kB | 7.7/64 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 (195 kB at 1.4 MB/s) Progress (4): 282 kB | 164 kB | 292/480 kB | 7.7/64 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 (4): 282 kB | 164 kB | 296/480 kB | 7.7/64 kB Progress (4): 282 kB | 164 kB | 296/480 kB | 12/64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.9 MB/s) Progress (3): 164 kB | 300/480 kB | 12/64 kB Progress (3): 164 kB | 304/480 kB | 12/64 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): 164 kB | 304/480 kB | 16/64 kB Progress (3): 164 kB | 308/480 kB | 16/64 kB Progress (3): 164 kB | 308/480 kB | 20/64 kB Progress (3): 164 kB | 308/480 kB | 24/64 kB Progress (3): 164 kB | 308/480 kB | 28/64 kB Progress (3): 164 kB | 308/480 kB | 32/64 kB Progress (3): 164 kB | 308/480 kB | 33/64 kB Progress (3): 164 kB | 308/480 kB | 37/64 kB Progress (3): 164 kB | 308/480 kB | 41/64 kB Progress (3): 164 kB | 312/480 kB | 41/64 kB Progress (3): 164 kB | 312/480 kB | 45/64 kB Progress (3): 164 kB | 316/480 kB | 45/64 kB Progress (3): 164 kB | 316/480 kB | 49/64 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 1.0 MB/s) Progress (2): 320/480 kB | 49/64 kB Progress (2): 320/480 kB | 53/64 kB Progress (2): 324/480 kB | 53/64 kB Progress (2): 324/480 kB | 57/64 kB Progress (2): 328/480 kB | 57/64 kB Progress (2): 328/480 kB | 61/64 kB Progress (2): 328/480 kB | 64 kB Progress (2): 332/480 kB | 64 kB Progress (2): 336/480 kB | 64 kB Progress (2): 340/480 kB | 64 kB Progress (2): 344/480 kB | 64 kB Progress (2): 348/480 kB | 64 kB Progress (2): 352/480 kB | 64 kB Progress (2): 356/480 kB | 64 kB Progress (2): 360/480 kB | 64 kB Progress (2): 364/480 kB | 64 kB Progress (2): 368/480 kB | 64 kB Progress (2): 372/480 kB | 64 kB Progress (2): 376/480 kB | 64 kB Progress (3): 376/480 kB | 64 kB | 4.1/285 kB Progress (3): 380/480 kB | 64 kB | 4.1/285 kB Progress (3): 380/480 kB | 64 kB | 7.7/285 kB Progress (3): 384/480 kB | 64 kB | 7.7/285 kB Progress (3): 388/480 kB | 64 kB | 7.7/285 kB Progress (3): 392/480 kB | 64 kB | 7.7/285 kB Progress (3): 396/480 kB | 64 kB | 7.7/285 kB Progress (3): 400/480 kB | 64 kB | 7.7/285 kB Progress (3): 404/480 kB | 64 kB | 7.7/285 kB Progress (3): 408/480 kB | 64 kB | 7.7/285 kB Progress (3): 412/480 kB | 64 kB | 7.7/285 kB Progress (3): 416/480 kB | 64 kB | 7.7/285 kB Progress (3): 420/480 kB | 64 kB | 7.7/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 388 kB/s) Progress (2): 420/480 kB | 12/285 kB Progress (2): 424/480 kB | 12/285 kB Progress (3): 424/480 kB | 12/285 kB | 4.1/53 kB Progress (3): 424/480 kB | 16/285 kB | 4.1/53 kB Progress (3): 424/480 kB | 16/285 kB | 7.7/53 kB Progress (3): 428/480 kB | 16/285 kB | 7.7/53 kB Progress (3): 428/480 kB | 16/285 kB | 12/53 kB Progress (3): 428/480 kB | 20/285 kB | 12/53 kB Progress (3): 428/480 kB | 20/285 kB | 16/53 kB Progress (3): 432/480 kB | 20/285 kB | 16/53 kB Progress (3): 432/480 kB | 20/285 kB | 20/53 kB Progress (3): 432/480 kB | 24/285 kB | 20/53 kB Progress (3): 436/480 kB | 24/285 kB | 20/53 kB Progress (3): 436/480 kB | 24/285 kB | 24/53 kB Progress (3): 440/480 kB | 24/285 kB | 24/53 kB Progress (3): 440/480 kB | 28/285 kB | 24/53 kB Progress (3): 440/480 kB | 28/285 kB | 28/53 kB Progress (3): 444/480 kB | 28/285 kB | 28/53 kB Progress (3): 444/480 kB | 32/285 kB | 28/53 kB Progress (3): 448/480 kB | 32/285 kB | 28/53 kB Progress (3): 448/480 kB | 32/285 kB | 32/53 kB Progress (3): 448/480 kB | 33/285 kB | 32/53 kB Progress (3): 452/480 kB | 33/285 kB | 32/53 kB Progress (3): 452/480 kB | 33/285 kB | 33/53 kB Progress (3): 452/480 kB | 37/285 kB | 33/53 kB Progress (3): 456/480 kB | 37/285 kB | 33/53 kB Progress (3): 456/480 kB | 37/285 kB | 37/53 kB Progress (3): 460/480 kB | 37/285 kB | 37/53 kB Progress (3): 460/480 kB | 41/285 kB | 37/53 kB Progress (3): 464/480 kB | 41/285 kB | 37/53 kB Progress (3): 464/480 kB | 41/285 kB | 41/53 kB Progress (3): 468/480 kB | 41/285 kB | 41/53 kB Progress (3): 468/480 kB | 45/285 kB | 41/53 kB Progress (3): 468/480 kB | 45/285 kB | 45/53 kB Progress (3): 472/480 kB | 45/285 kB | 45/53 kB Progress (3): 472/480 kB | 45/285 kB | 49/53 kB Progress (3): 472/480 kB | 45/285 kB | 53/53 kB Progress (3): 472/480 kB | 49/285 kB | 53/53 kB Progress (3): 472/480 kB | 49/285 kB | 53 kB Progress (3): 472/480 kB | 53/285 kB | 53 kB Progress (3): 476/480 kB | 53/285 kB | 53 kB Progress (3): 476/480 kB | 57/285 kB | 53 kB Progress (3): 480/480 kB | 57/285 kB | 53 kB Progress (3): 480 kB | 57/285 kB | 53 kB Progress (3): 480 kB | 61/285 kB | 53 kB Progress (3): 480 kB | 65/285 kB | 53 kB Progress (3): 480 kB | 66/285 kB | 53 kB Progress (3): 480 kB | 70/285 kB | 53 kB Progress (3): 480 kB | 74/285 kB | 53 kB Progress (3): 480 kB | 78/285 kB | 53 kB Progress (3): 480 kB | 82/285 kB | 53 kB Progress (3): 480 kB | 86/285 kB | 53 kB Progress (3): 480 kB | 90/285 kB | 53 kB Progress (3): 480 kB | 94/285 kB | 53 kB Progress (3): 480 kB | 98/285 kB | 53 kB Progress (3): 480 kB | 98/285 kB | 53 kB Progress (3): 480 kB | 102/285 kB | 53 kB Progress (3): 480 kB | 106/285 kB | 53 kB Progress (3): 480 kB | 110/285 kB | 53 kB Progress (3): 480 kB | 114/285 kB | 53 kB Progress (3): 480 kB | 118/285 kB | 53 kB Progress (3): 480 kB | 122/285 kB | 53 kB Progress (3): 480 kB | 126/285 kB | 53 kB Progress (3): 480 kB | 130/285 kB | 53 kB Progress (3): 480 kB | 134/285 kB | 53 kB Progress (3): 480 kB | 138/285 kB | 53 kB Progress (3): 480 kB | 142/285 kB | 53 kB Progress (3): 480 kB | 146/285 kB | 53 kB Progress (3): 480 kB | 150/285 kB | 53 kB Progress (3): 480 kB | 154/285 kB | 53 kB Progress (3): 480 kB | 158/285 kB | 53 kB Progress (3): 480 kB | 162/285 kB | 53 kB Progress (3): 480 kB | 166/285 kB | 53 kB Progress (3): 480 kB | 170/285 kB | 53 kB Progress (3): 480 kB | 174/285 kB | 53 kB Progress (3): 480 kB | 178/285 kB | 53 kB Progress (3): 480 kB | 182/285 kB | 53 kB Progress (3): 480 kB | 186/285 kB | 53 kB Progress (3): 480 kB | 190/285 kB | 53 kB Progress (3): 480 kB | 194/285 kB | 53 kB Progress (3): 480 kB | 198/285 kB | 53 kB Progress (3): 480 kB | 202/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 281 kB/s) 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 2.5 MB/s) Progress (1): 206/285 kB Progress (1): 210/285 kB Progress (1): 214/285 kB Progress (1): 218/285 kB Progress (1): 222/285 kB Progress (1): 226/285 kB Progress (1): 230/285 kB Progress (1): 234/285 kB Progress (1): 238/285 kB Progress (1): 242/285 kB Progress (1): 246/285 kB Progress (1): 250/285 kB Progress (1): 254/285 kB Progress (1): 258/285 kB Progress (1): 262/285 kB Progress (1): 266/285 kB Progress (1): 270/285 kB Progress (1): 274/285 kB Progress (1): 278/285 kB Progress (1): 282/285 kB Progress (1): 285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 1.4 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jaxb-external-parent --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jaxb-external-parent --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom (4.3 kB at 256 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom (4.6 kB at 153 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.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/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom (5.3 kB at 280 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 259 kB/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 581 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 33/47 kB Progress (1): 37/47 kB Progress (1): 41/47 kB Progress (1): 45/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 598 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 3.8/15 kB Progress (1): 7.9/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 45 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 15 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 44 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 139 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 266 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.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.5/xz-1.5.jar Progress (1): 3.8/58 kB Progress (1): 7.9/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 37/58 kB Progress (1): 41/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 107 kB/s) Progress (1): 3.8/100 kB Progress (1): 7.9/100 kB Progress (1): 12/100 kB Progress (1): 16/100 kB Progress (1): 20/100 kB Progress (1): 24/100 kB Progress (1): 28/100 kB Progress (1): 32/100 kB Progress (1): 37/100 kB Progress (1): 41/100 kB Progress (1): 45/100 kB Progress (1): 49/100 kB Progress (1): 53/100 kB Progress (1): 57/100 kB Progress (1): 59/100 kB Progress (1): 63/100 kB Progress (1): 67/100 kB Progress (1): 72/100 kB Progress (1): 76/100 kB Progress (1): 80/100 kB Progress (1): 84/100 kB Progress (1): 88/100 kB Progress (1): 92/100 kB Progress (1): 96/100 kB Progress (1): 100 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 116 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar 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 Progress (2): 24 kB | 4.1/86 kB Progress (2): 24 kB | 7.7/86 kB Progress (2): 24 kB | 12/86 kB Progress (2): 24 kB | 16/86 kB Progress (2): 24 kB | 20/86 kB Progress (2): 24 kB | 24/86 kB Progress (2): 24 kB | 28/86 kB Progress (2): 24 kB | 32/86 kB Progress (2): 24 kB | 33/86 kB Progress (2): 24 kB | 37/86 kB Progress (2): 24 kB | 41/86 kB Progress (3): 24 kB | 41/86 kB | 4.1/4.3 kB Progress (3): 24 kB | 45/86 kB | 4.1/4.3 kB Progress (3): 24 kB | 45/86 kB | 4.3 kB Progress (3): 24 kB | 49/86 kB | 4.3 kB Progress (3): 24 kB | 53/86 kB | 4.3 kB Progress (3): 24 kB | 57/86 kB | 4.3 kB Progress (3): 24 kB | 61/86 kB | 4.3 kB Progress (3): 24 kB | 65/86 kB | 4.3 kB Progress (3): 24 kB | 66/86 kB | 4.3 kB Progress (3): 24 kB | 70/86 kB | 4.3 kB Progress (3): 24 kB | 74/86 kB | 4.3 kB Progress (3): 24 kB | 78/86 kB | 4.3 kB Progress (3): 24 kB | 82/86 kB | 4.3 kB Progress (3): 24 kB | 86/86 kB | 4.3 kB Progress (3): 24 kB | 86 kB | 4.3 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 4.1/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 7.7/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 12/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 16/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 20/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 24/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 28/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 32/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 33/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 37/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 41/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 45/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 49/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 53/187 kB Progress (4): 24 kB | 86 kB | 4.3 kB | 57/187 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 kB at 296 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 51 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 2.1 MB/s) Progress (2): 57/187 kB | 4.1/154 kB Progress (2): 61/187 kB | 4.1/154 kB Progress (2): 61/187 kB | 7.7/154 kB Progress (2): 65/187 kB | 7.7/154 kB Progress (2): 66/187 kB | 7.7/154 kB Progress (2): 66/187 kB | 12/154 kB Progress (2): 70/187 kB | 12/154 kB Progress (2): 70/187 kB | 16/154 kB Progress (2): 74/187 kB | 16/154 kB Progress (2): 74/187 kB | 20/154 kB Progress (2): 78/187 kB | 20/154 kB Progress (2): 78/187 kB | 24/154 kB Progress (2): 82/187 kB | 24/154 kB Progress (2): 86/187 kB | 24/154 kB Progress (2): 86/187 kB | 28/154 kB Progress (2): 90/187 kB | 28/154 kB Progress (2): 90/187 kB | 32/154 kB Progress (2): 90/187 kB | 33/154 kB Progress (2): 94/187 kB | 33/154 kB Progress (2): 98/187 kB | 33/154 kB Progress (2): 98/187 kB | 37/154 kB Progress (2): 98/187 kB | 37/154 kB Progress (2): 98/187 kB | 41/154 kB Progress (2): 102/187 kB | 41/154 kB Progress (2): 106/187 kB | 41/154 kB Progress (2): 106/187 kB | 45/154 kB Progress (2): 110/187 kB | 45/154 kB Progress (2): 110/187 kB | 49/154 kB Progress (2): 114/187 kB | 49/154 kB Progress (2): 118/187 kB | 49/154 kB Progress (2): 122/187 kB | 49/154 kB Progress (2): 122/187 kB | 53/154 kB Progress (2): 126/187 kB | 53/154 kB Progress (2): 126/187 kB | 57/154 kB Progress (2): 130/187 kB | 57/154 kB Progress (2): 131/187 kB | 57/154 kB Progress (2): 131/187 kB | 61/154 kB Progress (2): 135/187 kB | 61/154 kB Progress (2): 135/187 kB | 65/154 kB Progress (3): 135/187 kB | 65/154 kB | 4.1/426 kB Progress (3): 139/187 kB | 65/154 kB | 4.1/426 kB Progress (3): 139/187 kB | 65/154 kB | 7.7/426 kB Progress (3): 143/187 kB | 65/154 kB | 7.7/426 kB Progress (3): 143/187 kB | 66/154 kB | 7.7/426 kB Progress (3): 147/187 kB | 66/154 kB | 7.7/426 kB Progress (3): 147/187 kB | 70/154 kB | 7.7/426 kB Progress (3): 147/187 kB | 70/154 kB | 12/426 kB Progress (3): 151/187 kB | 70/154 kB | 12/426 kB Progress (3): 151/187 kB | 74/154 kB | 12/426 kB Progress (3): 155/187 kB | 74/154 kB | 12/426 kB Progress (3): 155/187 kB | 74/154 kB | 16/426 kB Progress (3): 155/187 kB | 78/154 kB | 16/426 kB Progress (3): 159/187 kB | 78/154 kB | 16/426 kB Progress (3): 159/187 kB | 78/154 kB | 20/426 kB Progress (3): 159/187 kB | 82/154 kB | 20/426 kB Progress (3): 159/187 kB | 82/154 kB | 24/426 kB Progress (3): 163/187 kB | 82/154 kB | 24/426 kB Progress (3): 163/187 kB | 82/154 kB | 28/426 kB Progress (3): 163/187 kB | 86/154 kB | 28/426 kB Progress (3): 167/187 kB | 86/154 kB | 28/426 kB Progress (3): 167/187 kB | 86/154 kB | 32/426 kB Progress (3): 171/187 kB | 86/154 kB | 32/426 kB Progress (3): 171/187 kB | 90/154 kB | 32/426 kB Progress (3): 171/187 kB | 90/154 kB | 33/426 kB Progress (3): 175/187 kB | 90/154 kB | 33/426 kB Progress (3): 175/187 kB | 90/154 kB | 37/426 kB Progress (3): 175/187 kB | 94/154 kB | 37/426 kB Progress (3): 175/187 kB | 94/154 kB | 41/426 kB Progress (3): 179/187 kB | 94/154 kB | 41/426 kB Progress (3): 179/187 kB | 98/154 kB | 41/426 kB Progress (3): 179/187 kB | 98/154 kB | 45/426 kB Progress (3): 183/187 kB | 98/154 kB | 45/426 kB Progress (3): 183/187 kB | 98/154 kB | 49/426 kB Progress (3): 183/187 kB | 102/154 kB | 49/426 kB Progress (3): 187 kB | 102/154 kB | 49/426 kB Progress (3): 187 kB | 106/154 kB | 49/426 kB Progress (3): 187 kB | 106/154 kB | 53/426 kB Progress (3): 187 kB | 110/154 kB | 53/426 kB Progress (3): 187 kB | 110/154 kB | 57/426 kB Progress (3): 187 kB | 114/154 kB | 57/426 kB Progress (3): 187 kB | 114/154 kB | 61/426 kB Progress (3): 187 kB | 118/154 kB | 61/426 kB Progress (3): 187 kB | 118/154 kB | 65/426 kB Progress (3): 187 kB | 122/154 kB | 65/426 kB Progress (3): 187 kB | 122/154 kB | 66/426 kB Progress (3): 187 kB | 126/154 kB | 66/426 kB Progress (3): 187 kB | 126/154 kB | 70/426 kB Progress (3): 187 kB | 130/154 kB | 70/426 kB Progress (3): 187 kB | 130/154 kB | 74/426 kB Progress (3): 187 kB | 134/154 kB | 74/426 kB Progress (3): 187 kB | 134/154 kB | 78/426 kB Progress (3): 187 kB | 138/154 kB | 78/426 kB Progress (3): 187 kB | 138/154 kB | 82/426 kB Progress (3): 187 kB | 142/154 kB | 82/426 kB Progress (3): 187 kB | 146/154 kB | 82/426 kB Progress (3): 187 kB | 146/154 kB | 86/426 kB Progress (3): 187 kB | 150/154 kB | 86/426 kB Progress (3): 187 kB | 150/154 kB | 90/426 kB Progress (3): 187 kB | 154/154 kB | 90/426 kB Progress (3): 187 kB | 154/154 kB | 94/426 kB Progress (3): 187 kB | 154/154 kB | 98/426 kB Progress (3): 187 kB | 154/154 kB | 98/426 kB Progress (3): 187 kB | 154/154 kB | 102/426 kB Progress (3): 187 kB | 154/154 kB | 106/426 kB Progress (3): 187 kB | 154 kB | 106/426 kB Progress (3): 187 kB | 154 kB | 110/426 kB Progress (3): 187 kB | 154 kB | 114/426 kB Progress (3): 187 kB | 154 kB | 118/426 kB Progress (3): 187 kB | 154 kB | 122/426 kB Progress (3): 187 kB | 154 kB | 126/426 kB Progress (3): 187 kB | 154 kB | 130/426 kB Progress (3): 187 kB | 154 kB | 131/426 kB Progress (3): 187 kB | 154 kB | 135/426 kB Progress (3): 187 kB | 154 kB | 139/426 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 2.7 MB/s) Progress (2): 154 kB | 143/426 kB Progress (2): 154 kB | 147/426 kB Progress (2): 154 kB | 151/426 kB Progress (2): 154 kB | 155/426 kB Progress (2): 154 kB | 159/426 kB Progress (2): 154 kB | 163/426 kB Progress (2): 154 kB | 167/426 kB Progress (2): 154 kB | 171/426 kB Progress (2): 154 kB | 175/426 kB Progress (2): 154 kB | 179/426 kB Progress (2): 154 kB | 183/426 kB Progress (2): 154 kB | 187/426 kB Progress (2): 154 kB | 191/426 kB Progress (2): 154 kB | 195/426 kB Progress (2): 154 kB | 199/426 kB Progress (2): 154 kB | 203/426 kB Progress (2): 154 kB | 207/426 kB Progress (2): 154 kB | 211/426 kB Progress (2): 154 kB | 215/426 kB Progress (2): 154 kB | 219/426 kB Progress (2): 154 kB | 223/426 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (154 kB at 2.0 MB/s) Progress (1): 227/426 kB Progress (1): 231/426 kB Progress (1): 235/426 kB Progress (1): 239/426 kB Progress (1): 243/426 kB Progress (1): 247/426 kB Progress (1): 251/426 kB Progress (1): 255/426 kB Progress (1): 259/426 kB Progress (1): 263/426 kB Progress (1): 267/426 kB Progress (1): 271/426 kB Progress (1): 275/426 kB Progress (1): 279/426 kB Progress (1): 283/426 kB Progress (1): 287/426 kB Progress (1): 291/426 kB Progress (1): 295/426 kB Progress (1): 299/426 kB Progress (1): 303/426 kB Progress (1): 307/426 kB Progress (1): 311/426 kB Progress (1): 315/426 kB Progress (1): 319/426 kB Progress (1): 323/426 kB Progress (1): 327/426 kB Progress (1): 331/426 kB Progress (1): 335/426 kB Progress (1): 339/426 kB Progress (1): 343/426 kB Progress (1): 347/426 kB Progress (1): 351/426 kB Progress (1): 355/426 kB Progress (1): 359/426 kB Progress (1): 363/426 kB Progress (1): 367/426 kB Progress (1): 371/426 kB Progress (1): 375/426 kB Progress (1): 379/426 kB Progress (1): 383/426 kB Progress (1): 387/426 kB Progress (1): 391/426 kB Progress (1): 395/426 kB Progress (1): 399/426 kB Progress (1): 403/426 kB Progress (1): 407/426 kB Progress (1): 411/426 kB Progress (1): 415/426 kB Progress (1): 419/426 kB Progress (1): 423/426 kB Progress (1): 426 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 4.5 MB/s) [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ jaxb-external-parent --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom (4.3 kB at 205 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.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/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom (4.8 kB at 240 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.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/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 853 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.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/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 239 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom (13 kB at 730 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.6/xz-1.6.pom Progress (1): 1.9 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 7.6 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.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/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 279 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.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.0/maven-common-artifact-filters-3.0.0.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/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 253 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 131 kB/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 160 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 146 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): 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/25/maven-parent-25.pom (37 kB at 1.6 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/15/apache-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 762 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 103 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 304 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.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/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 461 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.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/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 307 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 645 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.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/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 711 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 4.1/56 kB Progress (1): 7.7/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 24/56 kB Progress (1): 28/56 kB Progress (1): 32/56 kB Progress (1): 36/56 kB Progress (1): 40/56 kB Progress (1): 44/56 kB Progress (1): 48/56 kB Progress (1): 52/56 kB Progress (1): 56/56 kB Progress (1): 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.5 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 444 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 4.1/16 kB Progress (1): 7.9/16 kB Progress (1): 7.9/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 55 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 48 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 118 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 110 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 140 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.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/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 591 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.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/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 267 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.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/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 267 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 750 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.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/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 823 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/43/commons-parent-43.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom Progress (1): 4.1/70 kB Progress (1): 7.7/70 kB Progress (1): 12/70 kB Progress (1): 16/70 kB Progress (1): 20/70 kB Progress (1): 24/70 kB Progress (1): 28/70 kB Progress (1): 32/70 kB Progress (1): 33/70 kB Progress (1): 37/70 kB Progress (1): 41/70 kB Progress (1): 45/70 kB Progress (1): 49/70 kB Progress (1): 53/70 kB Progress (1): 57/70 kB Progress (1): 61/70 kB Progress (1): 65/70 kB Progress (1): 69/70 kB Progress (1): 70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 2.5 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 12 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 3.8/17 kB Progress (1): 7.9/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 98 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.pom Progress (1): 1.9 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 14 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar 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.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar 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.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-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar Progress (1): 4.1/315 kB Progress (1): 7.8/315 kB Progress (1): 7.9/315 kB Progress (1): 12/315 kB Progress (1): 16/315 kB Progress (1): 20/315 kB Progress (1): 24/315 kB Progress (1): 28/315 kB Progress (1): 32/315 kB Progress (1): 37/315 kB Progress (1): 41/315 kB Progress (1): 45/315 kB Progress (1): 49/315 kB Progress (1): 53/315 kB Progress (1): 57/315 kB Progress (1): 61/315 kB Progress (1): 63/315 kB Progress (1): 67/315 kB Progress (1): 71/315 kB Progress (1): 72/315 kB Progress (1): 76/315 kB Progress (1): 79/315 kB Progress (1): 83/315 kB Progress (1): 87/315 kB Progress (1): 91/315 kB Progress (1): 95/315 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (1): 99/315 kB Progress (1): 104/315 kB Progress (1): 104/315 kB Progress (1): 108/315 kB Progress (1): 113/315 kB Progress (1): 117/315 kB Progress (1): 121/315 kB Progress (1): 125/315 kB Progress (1): 129/315 kB Progress (1): 133/315 kB Progress (1): 137/315 kB Progress (1): 141/315 kB Progress (1): 145/315 kB Progress (1): 149/315 kB Progress (1): 153/315 kB Progress (1): 158/315 kB Progress (1): 162/315 kB Progress (1): 166/315 kB Progress (1): 170/315 kB Progress (1): 174/315 kB Progress (1): 178/315 kB Progress (1): 182/315 kB Progress (1): 186/315 kB Progress (1): 190/315 kB Progress (1): 194/315 kB Progress (1): 199/315 kB Progress (1): 203/315 kB Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.jar Progress (1): 207/315 kB Progress (1): 211/315 kB Progress (1): 215/315 kB Progress (1): 219/315 kB Progress (1): 223/315 kB Progress (1): 227/315 kB Progress (1): 231/315 kB Progress (1): 235/315 kB Progress (1): 240/315 kB Progress (1): 244/315 kB Progress (1): 248/315 kB Progress (1): 252/315 kB Progress (1): 256/315 kB Progress (1): 260/315 kB Progress (1): 264/315 kB Progress (1): 268/315 kB Progress (1): 272/315 kB Progress (1): 276/315 kB Progress (1): 280/315 kB Progress (1): 285/315 kB Progress (1): 289/315 kB Progress (1): 293/315 kB Progress (1): 297/315 kB Progress (1): 301/315 kB Progress (2): 301/315 kB | 4.1/56 kB Progress (2): 301/315 kB | 7.8/56 kB Progress (2): 301/315 kB | 7.9/56 kB Progress (3): 301/315 kB | 7.9/56 kB | 3.8/109 kB Progress (3): 301/315 kB | 12/56 kB | 3.8/109 kB Progress (3): 301/315 kB | 16/56 kB | 3.8/109 kB Progress (3): 301/315 kB | 20/56 kB | 3.8/109 kB Progress (3): 301/315 kB | 24/56 kB | 3.8/109 kB Progress (3): 301/315 kB | 28/56 kB | 3.8/109 kB Progress (3): 301/315 kB | 32/56 kB | 3.8/109 kB Progress (3): 301/315 kB | 37/56 kB | 3.8/109 kB Progress (3): 301/315 kB | 37/56 kB | 7.9/109 kB Progress (3): 301/315 kB | 37/56 kB | 12/109 kB Progress (3): 301/315 kB | 37/56 kB | 16/109 kB Progress (3): 301/315 kB | 37/56 kB | 20/109 kB Progress (3): 301/315 kB | 37/56 kB | 24/109 kB Progress (3): 301/315 kB | 37/56 kB | 28/109 kB Progress (3): 301/315 kB | 37/56 kB | 32/109 kB Progress (3): 301/315 kB | 37/56 kB | 33/109 kB Progress (3): 301/315 kB | 41/56 kB | 33/109 kB Progress (3): 301/315 kB | 45/56 kB | 33/109 kB Progress (3): 301/315 kB | 49/56 kB | 33/109 kB Progress (3): 301/315 kB | 53/56 kB | 33/109 kB Progress (3): 301/315 kB | 56 kB | 33/109 kB Progress (3): 301/315 kB | 56 kB | 37/109 kB Progress (3): 301/315 kB | 56 kB | 41/109 kB Progress (3): 301/315 kB | 56 kB | 45/109 kB Progress (3): 301/315 kB | 56 kB | 49/109 kB Progress (3): 301/315 kB | 56 kB | 53/109 kB Progress (3): 301/315 kB | 56 kB | 57/109 kB Progress (3): 301/315 kB | 56 kB | 61/109 kB Progress (3): 301/315 kB | 56 kB | 66/109 kB Progress (3): 301/315 kB | 56 kB | 70/109 kB Progress (3): 301/315 kB | 56 kB | 74/109 kB Progress (3): 301/315 kB | 56 kB | 78/109 kB Progress (3): 301/315 kB | 56 kB | 82/109 kB Progress (3): 301/315 kB | 56 kB | 86/109 kB Progress (3): 301/315 kB | 56 kB | 90/109 kB Progress (3): 301/315 kB | 56 kB | 94/109 kB Progress (3): 305/315 kB | 56 kB | 94/109 kB Progress (3): 309/315 kB | 56 kB | 94/109 kB Progress (3): 313/315 kB | 56 kB | 94/109 kB Progress (3): 315 kB | 56 kB | 94/109 kB Progress (3): 315 kB | 56 kB | 98/109 kB Progress (3): 315 kB | 56 kB | 102/109 kB Progress (3): 315 kB | 56 kB | 106/109 kB Progress (3): 315 kB | 56 kB | 109 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 49 kB/s) Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 267 kB/s) Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 92 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar Progress (1): 4.1/24 kB Progress (2): 4.1/24 kB | 4.1/57 kB Progress (2): 7.7/24 kB | 4.1/57 kB Progress (2): 12/24 kB | 4.1/57 kB Progress (2): 16/24 kB | 4.1/57 kB Progress (2): 16/24 kB | 7.7/57 kB Progress (2): 20/24 kB | 7.7/57 kB Progress (2): 20/24 kB | 12/57 kB Progress (2): 24/24 kB | 12/57 kB Progress (2): 24/24 kB | 16/57 kB Progress (2): 24 kB | 16/57 kB Progress (2): 24 kB | 20/57 kB Progress (2): 24 kB | 24/57 kB Progress (3): 24 kB | 24/57 kB | 4.1/33 kB Progress (4): 24 kB | 24/57 kB | 4.1/33 kB | 4.1/16 kB Progress (4): 24 kB | 28/57 kB | 4.1/33 kB | 4.1/16 kB Progress (4): 24 kB | 28/57 kB | 7.7/33 kB | 4.1/16 kB Progress (4): 24 kB | 32/57 kB | 7.7/33 kB | 4.1/16 kB Progress (4): 24 kB | 32/57 kB | 7.7/33 kB | 7.7/16 kB Progress (4): 24 kB | 32/57 kB | 12/33 kB | 7.7/16 kB Progress (4): 24 kB | 36/57 kB | 12/33 kB | 7.7/16 kB Progress (4): 24 kB | 36/57 kB | 12/33 kB | 12/16 kB Progress (4): 24 kB | 36/57 kB | 16/33 kB | 12/16 kB Progress (5): 24 kB | 36/57 kB | 16/33 kB | 12/16 kB | 4.1/64 kB Progress (5): 24 kB | 36/57 kB | 20/33 kB | 12/16 kB | 4.1/64 kB Progress (5): 24 kB | 36/57 kB | 20/33 kB | 16/16 kB | 4.1/64 kB Progress (5): 24 kB | 40/57 kB | 20/33 kB | 16/16 kB | 4.1/64 kB Progress (5): 24 kB | 40/57 kB | 20/33 kB | 16 kB | 4.1/64 kB Progress (5): 24 kB | 40/57 kB | 24/33 kB | 16 kB | 4.1/64 kB Progress (5): 24 kB | 40/57 kB | 24/33 kB | 16 kB | 7.7/64 kB Progress (5): 24 kB | 44/57 kB | 24/33 kB | 16 kB | 7.7/64 kB Progress (5): 24 kB | 44/57 kB | 24/33 kB | 16 kB | 12/64 kB Progress (5): 24 kB | 44/57 kB | 28/33 kB | 16 kB | 12/64 kB Progress (5): 24 kB | 44/57 kB | 28/33 kB | 16 kB | 16/64 kB Progress (5): 24 kB | 48/57 kB | 28/33 kB | 16 kB | 16/64 kB Progress (5): 24 kB | 48/57 kB | 28/33 kB | 16 kB | 20/64 kB Progress (5): 24 kB | 48/57 kB | 32/33 kB | 16 kB | 20/64 kB Progress (5): 24 kB | 52/57 kB | 32/33 kB | 16 kB | 20/64 kB Progress (5): 24 kB | 52/57 kB | 32/33 kB | 16 kB | 24/64 kB Progress (5): 24 kB | 56/57 kB | 32/33 kB | 16 kB | 24/64 kB Progress (5): 24 kB | 56/57 kB | 33 kB | 16 kB | 24/64 kB Progress (5): 24 kB | 57 kB | 33 kB | 16 kB | 24/64 kB Progress (5): 24 kB | 57 kB | 33 kB | 16 kB | 28/64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar (24 kB at 765 kB/s) Progress (4): 57 kB | 33 kB | 16 kB | 32/64 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): 57 kB | 33 kB | 16 kB | 33/64 kB Progress (4): 57 kB | 33 kB | 16 kB | 37/64 kB Progress (4): 57 kB | 33 kB | 16 kB | 41/64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar (16 kB at 485 kB/s) Progress (3): 57 kB | 33 kB | 45/64 kB 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.jar Progress (3): 57 kB | 33 kB | 49/64 kB Progress (3): 57 kB | 33 kB | 53/64 kB Progress (3): 57 kB | 33 kB | 57/64 kB Progress (3): 57 kB | 33 kB | 61/64 kB Progress (3): 57 kB | 33 kB | 64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 801 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar (64 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar Progress (2): 57 kB | 4.1/11 kB Progress (2): 57 kB | 7.7/11 kB Progress (2): 57 kB | 11 kB Progress (3): 57 kB | 11 kB | 4.1/737 kB Progress (3): 57 kB | 11 kB | 7.7/737 kB Progress (4): 57 kB | 11 kB | 7.7/737 kB | 4.1/8.1 kB Progress (4): 57 kB | 11 kB | 12/737 kB | 4.1/8.1 kB Progress (4): 57 kB | 11 kB | 12/737 kB | 7.7/8.1 kB Progress (4): 57 kB | 11 kB | 16/737 kB | 7.7/8.1 kB Progress (4): 57 kB | 11 kB | 16/737 kB | 8.1 kB Progress (4): 57 kB | 11 kB | 20/737 kB | 8.1 kB Progress (4): 57 kB | 11 kB | 24/737 kB | 8.1 kB Progress (4): 57 kB | 11 kB | 28/737 kB | 8.1 kB Progress (4): 57 kB | 11 kB | 32/737 kB | 8.1 kB Progress (4): 57 kB | 11 kB | 33/737 kB | 8.1 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.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 1.1 MB/s) Progress (3): 11 kB | 37/737 kB | 8.1 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar Progress (3): 11 kB | 41/737 kB | 8.1 kB Progress (3): 11 kB | 45/737 kB | 8.1 kB Progress (3): 11 kB | 49/737 kB | 8.1 kB Progress (3): 11 kB | 53/737 kB | 8.1 kB Progress (3): 11 kB | 57/737 kB | 8.1 kB Progress (3): 11 kB | 61/737 kB | 8.1 kB Progress (3): 11 kB | 65/737 kB | 8.1 kB Progress (3): 11 kB | 66/737 kB | 8.1 kB Progress (3): 11 kB | 70/737 kB | 8.1 kB Progress (3): 11 kB | 74/737 kB | 8.1 kB Progress (3): 11 kB | 78/737 kB | 8.1 kB Progress (3): 11 kB | 82/737 kB | 8.1 kB Progress (3): 11 kB | 86/737 kB | 8.1 kB Progress (3): 11 kB | 90/737 kB | 8.1 kB Progress (3): 11 kB | 94/737 kB | 8.1 kB Progress (3): 11 kB | 98/737 kB | 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 142 kB/s) Progress (2): 11 kB | 98/737 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (2): 11 kB | 102/737 kB Progress (2): 11 kB | 106/737 kB Progress (2): 11 kB | 110/737 kB Progress (2): 11 kB | 114/737 kB Progress (2): 11 kB | 118/737 kB Progress (2): 11 kB | 122/737 kB Progress (2): 11 kB | 126/737 kB Progress (2): 11 kB | 130/737 kB Progress (2): 11 kB | 131/737 kB Progress (2): 11 kB | 135/737 kB Progress (2): 11 kB | 139/737 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 172 kB/s) Progress (1): 143/737 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (2): 143/737 kB | 4.1/237 kB Progress (2): 147/737 kB | 4.1/237 kB Progress (2): 147/737 kB | 7.7/237 kB Progress (2): 151/737 kB | 7.7/237 kB Progress (2): 155/737 kB | 7.7/237 kB Progress (2): 155/737 kB | 12/237 kB Progress (2): 155/737 kB | 16/237 kB Progress (2): 159/737 kB | 16/237 kB Progress (2): 163/737 kB | 16/237 kB Progress (2): 163/737 kB | 20/237 kB Progress (2): 164/737 kB | 20/237 kB Progress (2): 164/737 kB | 24/237 kB Progress (3): 164/737 kB | 24/237 kB | 4.1/327 kB Progress (3): 168/737 kB | 24/237 kB | 4.1/327 kB Progress (3): 168/737 kB | 28/237 kB | 4.1/327 kB Progress (3): 168/737 kB | 28/237 kB | 7.7/327 kB Progress (3): 168/737 kB | 32/237 kB | 7.7/327 kB Progress (3): 172/737 kB | 32/237 kB | 7.7/327 kB Progress (3): 172/737 kB | 33/237 kB | 7.7/327 kB Progress (3): 172/737 kB | 33/237 kB | 12/327 kB Progress (3): 176/737 kB | 33/237 kB | 12/327 kB Progress (3): 176/737 kB | 37/237 kB | 12/327 kB Progress (3): 176/737 kB | 37/237 kB | 16/327 kB Progress (3): 176/737 kB | 41/237 kB | 16/327 kB Progress (3): 180/737 kB | 41/237 kB | 16/327 kB Progress (3): 180/737 kB | 41/237 kB | 20/327 kB Progress (3): 180/737 kB | 41/237 kB | 24/327 kB Progress (3): 184/737 kB | 41/237 kB | 24/327 kB Progress (3): 184/737 kB | 41/237 kB | 28/327 kB Progress (3): 184/737 kB | 45/237 kB | 28/327 kB Progress (3): 184/737 kB | 45/237 kB | 32/327 kB Progress (3): 188/737 kB | 45/237 kB | 32/327 kB Progress (3): 188/737 kB | 45/237 kB | 33/327 kB Progress (3): 188/737 kB | 49/237 kB | 33/327 kB Progress (3): 188/737 kB | 49/237 kB | 37/327 kB Progress (3): 192/737 kB | 49/237 kB | 37/327 kB Progress (3): 192/737 kB | 53/237 kB | 37/327 kB Progress (3): 192/737 kB | 53/237 kB | 41/327 kB Progress (3): 192/737 kB | 57/237 kB | 41/327 kB Progress (3): 196/737 kB | 57/237 kB | 41/327 kB Progress (3): 196/737 kB | 57/237 kB | 45/327 kB Progress (3): 196/737 kB | 61/237 kB | 45/327 kB Progress (3): 200/737 kB | 61/237 kB | 45/327 kB Progress (3): 200/737 kB | 61/237 kB | 49/327 kB Progress (3): 204/737 kB | 61/237 kB | 49/327 kB Progress (3): 204/737 kB | 65/237 kB | 49/327 kB Progress (3): 208/737 kB | 65/237 kB | 49/327 kB Progress (3): 208/737 kB | 65/237 kB | 53/327 kB Progress (3): 212/737 kB | 65/237 kB | 53/327 kB Progress (3): 212/737 kB | 66/237 kB | 53/327 kB Progress (3): 216/737 kB | 66/237 kB | 53/327 kB Progress (3): 220/737 kB | 66/237 kB | 53/327 kB Progress (4): 220/737 kB | 66/237 kB | 53/327 kB | 4.1/35 kB Progress (4): 220/737 kB | 66/237 kB | 57/327 kB | 4.1/35 kB Progress (4): 220/737 kB | 66/237 kB | 57/327 kB | 7.7/35 kB Progress (4): 224/737 kB | 66/237 kB | 57/327 kB | 7.7/35 kB Progress (4): 224/737 kB | 70/237 kB | 57/327 kB | 7.7/35 kB Progress (4): 224/737 kB | 70/237 kB | 57/327 kB | 12/35 kB Progress (4): 228/737 kB | 70/237 kB | 57/327 kB | 12/35 kB Progress (4): 228/737 kB | 70/237 kB | 57/327 kB | 16/35 kB Progress (4): 232/737 kB | 70/237 kB | 57/327 kB | 16/35 kB Progress (4): 236/737 kB | 70/237 kB | 57/327 kB | 16/35 kB Progress (5): 236/737 kB | 70/237 kB | 57/327 kB | 16/35 kB | 4.1/62 kB Progress (5): 236/737 kB | 70/237 kB | 61/327 kB | 16/35 kB | 4.1/62 kB Progress (5): 236/737 kB | 70/237 kB | 61/327 kB | 16/35 kB | 7.7/62 kB Progress (5): 240/737 kB | 70/237 kB | 61/327 kB | 16/35 kB | 7.7/62 kB Progress (5): 240/737 kB | 70/237 kB | 61/327 kB | 20/35 kB | 7.7/62 kB Progress (5): 240/737 kB | 74/237 kB | 61/327 kB | 20/35 kB | 7.7/62 kB Progress (5): 240/737 kB | 74/237 kB | 61/327 kB | 24/35 kB | 7.7/62 kB Progress (5): 240/737 kB | 78/237 kB | 61/327 kB | 24/35 kB | 7.7/62 kB Progress (5): 240/737 kB | 82/237 kB | 61/327 kB | 24/35 kB | 7.7/62 kB Progress (5): 240/737 kB | 82/237 kB | 61/327 kB | 24/35 kB | 12/62 kB Progress (5): 244/737 kB | 82/237 kB | 61/327 kB | 24/35 kB | 12/62 kB Progress (5): 244/737 kB | 86/237 kB | 61/327 kB | 24/35 kB | 12/62 kB Progress (5): 244/737 kB | 86/237 kB | 65/327 kB | 24/35 kB | 12/62 kB Progress (5): 248/737 kB | 86/237 kB | 65/327 kB | 24/35 kB | 12/62 kB Progress (5): 248/737 kB | 86/237 kB | 66/327 kB | 24/35 kB | 12/62 kB Progress (5): 248/737 kB | 86/237 kB | 66/327 kB | 24/35 kB | 16/62 kB Progress (5): 248/737 kB | 90/237 kB | 66/327 kB | 24/35 kB | 16/62 kB Progress (5): 248/737 kB | 90/237 kB | 66/327 kB | 24/35 kB | 20/62 kB Progress (5): 248/737 kB | 90/237 kB | 66/327 kB | 28/35 kB | 20/62 kB Progress (5): 248/737 kB | 90/237 kB | 66/327 kB | 28/35 kB | 24/62 kB Progress (5): 248/737 kB | 94/237 kB | 66/327 kB | 28/35 kB | 24/62 kB Progress (5): 248/737 kB | 94/237 kB | 70/327 kB | 28/35 kB | 24/62 kB Progress (5): 252/737 kB | 94/237 kB | 70/327 kB | 28/35 kB | 24/62 kB Progress (5): 256/737 kB | 94/237 kB | 70/327 kB | 28/35 kB | 24/62 kB Progress (5): 260/737 kB | 94/237 kB | 70/327 kB | 28/35 kB | 24/62 kB Progress (5): 264/737 kB | 94/237 kB | 70/327 kB | 28/35 kB | 24/62 kB Progress (5): 268/737 kB | 94/237 kB | 70/327 kB | 28/35 kB | 24/62 kB Progress (5): 268/737 kB | 94/237 kB | 74/327 kB | 28/35 kB | 24/62 kB Progress (5): 268/737 kB | 98/237 kB | 74/327 kB | 28/35 kB | 24/62 kB Progress (5): 268/737 kB | 98/237 kB | 74/327 kB | 28/35 kB | 28/62 kB Progress (5): 268/737 kB | 98/237 kB | 74/327 kB | 28/35 kB | 32/62 kB Progress (5): 268/737 kB | 98/237 kB | 74/327 kB | 28/35 kB | 33/62 kB Progress (5): 268/737 kB | 98/237 kB | 74/327 kB | 28/35 kB | 37/62 kB Progress (5): 268/737 kB | 98/237 kB | 74/327 kB | 32/35 kB | 37/62 kB Progress (5): 268/737 kB | 98/237 kB | 74/327 kB | 32/35 kB | 41/62 kB Progress (5): 268/737 kB | 98/237 kB | 74/327 kB | 32/35 kB | 41/62 kB Progress (5): 268/737 kB | 98/237 kB | 78/327 kB | 32/35 kB | 41/62 kB Progress (5): 272/737 kB | 98/237 kB | 78/327 kB | 32/35 kB | 41/62 kB Progress (5): 272/737 kB | 98/237 kB | 82/327 kB | 32/35 kB | 41/62 kB Progress (5): 272/737 kB | 102/237 kB | 82/327 kB | 32/35 kB | 41/62 kB Progress (5): 272/737 kB | 102/237 kB | 82/327 kB | 32/35 kB | 45/62 kB Progress (5): 272/737 kB | 102/237 kB | 82/327 kB | 35 kB | 45/62 kB Progress (5): 272/737 kB | 102/237 kB | 82/327 kB | 35 kB | 49/62 kB Progress (5): 272/737 kB | 102/237 kB | 86/327 kB | 35 kB | 49/62 kB Progress (5): 272/737 kB | 102/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 272/737 kB | 106/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 106/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 110/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 114/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 118/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 122/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 126/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 130/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 131/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 135/237 kB | 86/327 kB | 35 kB | 53/62 kB Progress (5): 276/737 kB | 135/237 kB | 86/327 kB | 35 kB | 57/62 kB Progress (5): 276/737 kB | 135/237 kB | 86/327 kB | 35 kB | 61/62 kB Progress (5): 276/737 kB | 135/237 kB | 86/327 kB | 35 kB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 354 kB/s) Progress (4): 276/737 kB | 135/237 kB | 90/327 kB | 62 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (4): 276/737 kB | 139/237 kB | 90/327 kB | 62 kB Progress (4): 280/737 kB | 139/237 kB | 90/327 kB | 62 kB Progress (4): 280/737 kB | 143/237 kB | 90/327 kB | 62 kB Progress (4): 280/737 kB | 143/237 kB | 94/327 kB | 62 kB Progress (4): 280/737 kB | 147/237 kB | 94/327 kB | 62 kB Progress (4): 284/737 kB | 147/237 kB | 94/327 kB | 62 kB Progress (4): 284/737 kB | 151/237 kB | 94/327 kB | 62 kB Progress (4): 284/737 kB | 151/237 kB | 98/327 kB | 62 kB Progress (4): 284/737 kB | 155/237 kB | 98/327 kB | 62 kB Progress (4): 288/737 kB | 155/237 kB | 98/327 kB | 62 kB Progress (4): 288/737 kB | 159/237 kB | 98/327 kB | 62 kB Progress (4): 288/737 kB | 159/237 kB | 102/327 kB | 62 kB Progress (4): 288/737 kB | 163/237 kB | 102/327 kB | 62 kB Progress (4): 292/737 kB | 163/237 kB | 102/327 kB | 62 kB Progress (4): 295/737 kB | 163/237 kB | 102/327 kB | 62 kB Progress (4): 299/737 kB | 163/237 kB | 102/327 kB | 62 kB Progress (4): 303/737 kB | 163/237 kB | 102/327 kB | 62 kB Progress (4): 307/737 kB | 163/237 kB | 102/327 kB | 62 kB Progress (4): 311/737 kB | 163/237 kB | 102/327 kB | 62 kB Progress (4): 311/737 kB | 167/237 kB | 102/327 kB | 62 kB Progress (4): 311/737 kB | 167/237 kB | 106/327 kB | 62 kB Progress (4): 311/737 kB | 171/237 kB | 106/327 kB | 62 kB Progress (4): 315/737 kB | 171/237 kB | 106/327 kB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 578 kB/s) Progress (3): 319/737 kB | 171/237 kB | 106/327 kB Progress (3): 319/737 kB | 175/237 kB | 106/327 kB Progress (3): 319/737 kB | 175/237 kB | 110/327 kB Progress (3): 319/737 kB | 179/237 kB | 110/327 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar Progress (4): 319/737 kB | 179/237 kB | 110/327 kB | 4.1/108 kB Progress (4): 319/737 kB | 179/237 kB | 110/327 kB | 7.7/108 kB Progress (4): 319/737 kB | 183/237 kB | 110/327 kB | 7.7/108 kB Progress (4): 319/737 kB | 187/237 kB | 110/327 kB | 7.7/108 kB Progress (4): 323/737 kB | 187/237 kB | 110/327 kB | 7.7/108 kB Progress (4): 323/737 kB | 191/237 kB | 110/327 kB | 7.7/108 kB Progress (4): 323/737 kB | 191/237 kB | 114/327 kB | 7.7/108 kB Progress (4): 323/737 kB | 195/237 kB | 114/327 kB | 7.7/108 kB Progress (4): 323/737 kB | 195/237 kB | 118/327 kB | 7.7/108 kB Progress (4): 327/737 kB | 195/237 kB | 118/327 kB | 7.7/108 kB Progress (4): 327/737 kB | 195/237 kB | 118/327 kB | 12/108 kB Progress (4): 328/737 kB | 195/237 kB | 118/327 kB | 12/108 kB Progress (4): 328/737 kB | 195/237 kB | 122/327 kB | 12/108 kB Progress (4): 332/737 kB | 195/237 kB | 122/327 kB | 12/108 kB Progress (4): 332/737 kB | 195/237 kB | 126/327 kB | 12/108 kB Progress (4): 332/737 kB | 195/237 kB | 130/327 kB | 12/108 kB Progress (4): 332/737 kB | 199/237 kB | 130/327 kB | 12/108 kB Progress (4): 336/737 kB | 199/237 kB | 130/327 kB | 12/108 kB Progress (4): 336/737 kB | 199/237 kB | 130/327 kB | 16/108 kB Progress (4): 336/737 kB | 199/237 kB | 134/327 kB | 16/108 kB Progress (4): 336/737 kB | 199/237 kB | 138/327 kB | 16/108 kB Progress (4): 336/737 kB | 203/237 kB | 138/327 kB | 16/108 kB Progress (4): 336/737 kB | 203/237 kB | 142/327 kB | 16/108 kB Progress (4): 336/737 kB | 207/237 kB | 142/327 kB | 16/108 kB Progress (4): 336/737 kB | 211/237 kB | 142/327 kB | 16/108 kB Progress (4): 336/737 kB | 215/237 kB | 142/327 kB | 16/108 kB Progress (4): 336/737 kB | 215/237 kB | 142/327 kB | 20/108 kB Progress (4): 340/737 kB | 215/237 kB | 142/327 kB | 20/108 kB Progress (4): 340/737 kB | 215/237 kB | 142/327 kB | 24/108 kB Progress (4): 340/737 kB | 219/237 kB | 142/327 kB | 24/108 kB Progress (4): 340/737 kB | 219/237 kB | 146/327 kB | 24/108 kB Progress (4): 340/737 kB | 219/237 kB | 146/327 kB | 28/108 kB Progress (4): 344/737 kB | 219/237 kB | 146/327 kB | 28/108 kB Progress (4): 344/737 kB | 219/237 kB | 146/327 kB | 32/108 kB Progress (4): 344/737 kB | 219/237 kB | 150/327 kB | 32/108 kB Progress (4): 344/737 kB | 223/237 kB | 150/327 kB | 32/108 kB Progress (4): 344/737 kB | 223/237 kB | 154/327 kB | 32/108 kB Progress (4): 344/737 kB | 223/237 kB | 154/327 kB | 33/108 kB Progress (4): 348/737 kB | 223/237 kB | 154/327 kB | 33/108 kB Progress (4): 348/737 kB | 223/237 kB | 158/327 kB | 33/108 kB Progress (4): 348/737 kB | 227/237 kB | 158/327 kB | 33/108 kB Progress (4): 348/737 kB | 227/237 kB | 162/327 kB | 33/108 kB Progress (4): 348/737 kB | 231/237 kB | 162/327 kB | 33/108 kB Progress (4): 352/737 kB | 231/237 kB | 162/327 kB | 33/108 kB Progress (5): 352/737 kB | 231/237 kB | 162/327 kB | 33/108 kB | 4.1/191 kB Progress (5): 352/737 kB | 231/237 kB | 162/327 kB | 37/108 kB | 4.1/191 kB Progress (5): 352/737 kB | 231/237 kB | 162/327 kB | 37/108 kB | 7.7/191 kB Progress (5): 356/737 kB | 231/237 kB | 162/327 kB | 37/108 kB | 7.7/191 kB Progress (5): 356/737 kB | 235/237 kB | 162/327 kB | 37/108 kB | 7.7/191 kB Progress (5): 356/737 kB | 235/237 kB | 166/327 kB | 37/108 kB | 7.7/191 kB Progress (5): 356/737 kB | 237 kB | 166/327 kB | 37/108 kB | 7.7/191 kB Progress (5): 356/737 kB | 237 kB | 166/327 kB | 37/108 kB | 12/191 kB Progress (5): 360/737 kB | 237 kB | 166/327 kB | 37/108 kB | 12/191 kB Progress (5): 360/737 kB | 237 kB | 166/327 kB | 41/108 kB | 12/191 kB Progress (5): 360/737 kB | 237 kB | 166/327 kB | 41/108 kB | 12/191 kB Progress (5): 360/737 kB | 237 kB | 166/327 kB | 45/108 kB | 12/191 kB Progress (5): 360/737 kB | 237 kB | 166/327 kB | 45/108 kB | 16/191 kB Progress (5): 360/737 kB | 237 kB | 170/327 kB | 45/108 kB | 16/191 kB Progress (5): 360/737 kB | 237 kB | 170/327 kB | 49/108 kB | 16/191 kB Progress (5): 365/737 kB | 237 kB | 170/327 kB | 49/108 kB | 16/191 kB Progress (5): 365/737 kB | 237 kB | 170/327 kB | 53/108 kB | 16/191 kB Progress (5): 365/737 kB | 237 kB | 170/327 kB | 57/108 kB | 16/191 kB Progress (5): 365/737 kB | 237 kB | 170/327 kB | 57/108 kB | 20/191 kB Progress (5): 365/737 kB | 237 kB | 174/327 kB | 57/108 kB | 20/191 kB Progress (5): 365/737 kB | 237 kB | 174/327 kB | 57/108 kB | 24/191 kB Progress (5): 365/737 kB | 237 kB | 174/327 kB | 61/108 kB | 24/191 kB Progress (5): 368/737 kB | 237 kB | 174/327 kB | 61/108 kB | 24/191 kB Progress (5): 368/737 kB | 237 kB | 174/327 kB | 65/108 kB | 24/191 kB Progress (5): 368/737 kB | 237 kB | 178/327 kB | 65/108 kB | 24/191 kB Progress (5): 373/737 kB | 237 kB | 178/327 kB | 65/108 kB | 24/191 kB Progress (5): 373/737 kB | 237 kB | 178/327 kB | 66/108 kB | 24/191 kB Progress (5): 373/737 kB | 237 kB | 178/327 kB | 66/108 kB | 28/191 kB Progress (5): 376/737 kB | 237 kB | 178/327 kB | 66/108 kB | 28/191 kB Progress (5): 376/737 kB | 237 kB | 182/327 kB | 66/108 kB | 28/191 kB Progress (5): 381/737 kB | 237 kB | 182/327 kB | 66/108 kB | 28/191 kB Progress (5): 381/737 kB | 237 kB | 182/327 kB | 70/108 kB | 28/191 kB Progress (5): 381/737 kB | 237 kB | 182/327 kB | 70/108 kB | 32/191 kB Progress (5): 381/737 kB | 237 kB | 182/327 kB | 74/108 kB | 32/191 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.8 MB/s) Progress (4): 384/737 kB | 182/327 kB | 74/108 kB | 32/191 kB Progress (4): 384/737 kB | 186/327 kB | 74/108 kB | 32/191 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar Progress (4): 384/737 kB | 186/327 kB | 78/108 kB | 32/191 kB Progress (4): 384/737 kB | 186/327 kB | 78/108 kB | 33/191 kB Progress (4): 384/737 kB | 186/327 kB | 82/108 kB | 33/191 kB Progress (4): 384/737 kB | 190/327 kB | 82/108 kB | 33/191 kB Progress (4): 389/737 kB | 190/327 kB | 82/108 kB | 33/191 kB Progress (4): 389/737 kB | 190/327 kB | 86/108 kB | 33/191 kB Progress (4): 389/737 kB | 194/327 kB | 86/108 kB | 33/191 kB Progress (4): 389/737 kB | 194/327 kB | 86/108 kB | 37/191 kB Progress (4): 389/737 kB | 194/327 kB | 90/108 kB | 37/191 kB Progress (4): 392/737 kB | 194/327 kB | 90/108 kB | 37/191 kB Progress (4): 392/737 kB | 194/327 kB | 90/108 kB | 41/191 kB Progress (4): 392/737 kB | 198/327 kB | 90/108 kB | 41/191 kB Progress (4): 393/737 kB | 198/327 kB | 90/108 kB | 41/191 kB Progress (4): 393/737 kB | 198/327 kB | 94/108 kB | 41/191 kB Progress (4): 393/737 kB | 202/327 kB | 94/108 kB | 41/191 kB Progress (4): 393/737 kB | 202/327 kB | 94/108 kB | 45/191 kB Progress (4): 393/737 kB | 202/327 kB | 98/108 kB | 45/191 kB Progress (4): 397/737 kB | 202/327 kB | 98/108 kB | 45/191 kB Progress (4): 397/737 kB | 202/327 kB | 98/108 kB | 45/191 kB Progress (4): 397/737 kB | 202/327 kB | 98/108 kB | 49/191 kB Progress (4): 397/737 kB | 206/327 kB | 98/108 kB | 49/191 kB Progress (4): 397/737 kB | 206/327 kB | 98/108 kB | 53/191 kB Progress (4): 397/737 kB | 206/327 kB | 102/108 kB | 53/191 kB Progress (4): 401/737 kB | 206/327 kB | 102/108 kB | 53/191 kB Progress (4): 401/737 kB | 206/327 kB | 106/108 kB | 53/191 kB Progress (4): 401/737 kB | 206/327 kB | 106/108 kB | 57/191 kB Progress (4): 401/737 kB | 210/327 kB | 106/108 kB | 57/191 kB Progress (4): 401/737 kB | 210/327 kB | 108 kB | 57/191 kB Progress (4): 405/737 kB | 210/327 kB | 108 kB | 57/191 kB Progress (4): 405/737 kB | 214/327 kB | 108 kB | 57/191 kB Progress (4): 405/737 kB | 214/327 kB | 108 kB | 61/191 kB Progress (4): 405/737 kB | 218/327 kB | 108 kB | 61/191 kB Progress (4): 409/737 kB | 218/327 kB | 108 kB | 61/191 kB Progress (4): 409/737 kB | 218/327 kB | 108 kB | 65/191 kB Progress (4): 409/737 kB | 222/327 kB | 108 kB | 65/191 kB Progress (4): 409/737 kB | 222/327 kB | 108 kB | 66/191 kB Progress (4): 413/737 kB | 222/327 kB | 108 kB | 66/191 kB Progress (4): 413/737 kB | 222/327 kB | 108 kB | 70/191 kB Progress (4): 413/737 kB | 226/327 kB | 108 kB | 70/191 kB Progress (4): 413/737 kB | 226/327 kB | 108 kB | 74/191 kB Progress (4): 417/737 kB | 226/327 kB | 108 kB | 74/191 kB Progress (5): 417/737 kB | 226/327 kB | 108 kB | 74/191 kB | 4.1/74 kB Progress (5): 421/737 kB | 226/327 kB | 108 kB | 74/191 kB | 4.1/74 kB Progress (5): 421/737 kB | 230/327 kB | 108 kB | 74/191 kB | 4.1/74 kB Progress (5): 425/737 kB | 230/327 kB | 108 kB | 74/191 kB | 4.1/74 kB Progress (5): 425/737 kB | 230/327 kB | 108 kB | 74/191 kB | 7.7/74 kB Progress (5): 425/737 kB | 230/327 kB | 108 kB | 78/191 kB | 7.7/74 kB Progress (5): 426/737 kB | 230/327 kB | 108 kB | 78/191 kB | 7.7/74 kB Progress (5): 426/737 kB | 234/327 kB | 108 kB | 78/191 kB | 7.7/74 kB Progress (5): 430/737 kB | 234/327 kB | 108 kB | 78/191 kB | 7.7/74 kB Progress (5): 430/737 kB | 234/327 kB | 108 kB | 82/191 kB | 7.7/74 kB Progress (5): 430/737 kB | 234/327 kB | 108 kB | 82/191 kB | 12/74 kB Progress (5): 430/737 kB | 234/327 kB | 108 kB | 86/191 kB | 12/74 kB Progress (5): 434/737 kB | 234/327 kB | 108 kB | 86/191 kB | 12/74 kB Progress (5): 434/737 kB | 238/327 kB | 108 kB | 86/191 kB | 12/74 kB Progress (5): 434/737 kB | 238/327 kB | 108 kB | 90/191 kB | 12/74 kB Progress (5): 434/737 kB | 238/327 kB | 108 kB | 90/191 kB | 16/74 kB Progress (5): 438/737 kB | 238/327 kB | 108 kB | 90/191 kB | 16/74 kB Progress (5): 438/737 kB | 238/327 kB | 108 kB | 90/191 kB | 20/74 kB Progress (5): 438/737 kB | 242/327 kB | 108 kB | 90/191 kB | 20/74 kB Progress (5): 438/737 kB | 242/327 kB | 108 kB | 90/191 kB | 24/74 kB Progress (5): 442/737 kB | 242/327 kB | 108 kB | 90/191 kB | 24/74 kB Progress (5): 442/737 kB | 242/327 kB | 108 kB | 94/191 kB | 24/74 kB Progress (5): 446/737 kB | 242/327 kB | 108 kB | 94/191 kB | 24/74 kB Progress (5): 446/737 kB | 242/327 kB | 108 kB | 94/191 kB | 28/74 kB Progress (5): 446/737 kB | 246/327 kB | 108 kB | 94/191 kB | 28/74 kB Progress (5): 446/737 kB | 246/327 kB | 108 kB | 94/191 kB | 32/74 kB Progress (5): 450/737 kB | 246/327 kB | 108 kB | 94/191 kB | 32/74 kB Progress (5): 450/737 kB | 246/327 kB | 108 kB | 98/191 kB | 32/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 741 kB/s) Progress (4): 450/737 kB | 246/327 kB | 98/191 kB | 33/74 kB Progress (4): 450/737 kB | 250/327 kB | 98/191 kB | 33/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar Progress (4): 450/737 kB | 250/327 kB | 98/191 kB | 33/74 kB Progress (4): 454/737 kB | 250/327 kB | 98/191 kB | 33/74 kB Progress (4): 454/737 kB | 250/327 kB | 102/191 kB | 33/74 kB Progress (4): 454/737 kB | 254/327 kB | 102/191 kB | 33/74 kB Progress (4): 454/737 kB | 254/327 kB | 102/191 kB | 37/74 kB Progress (4): 454/737 kB | 258/327 kB | 102/191 kB | 37/74 kB Progress (4): 454/737 kB | 258/327 kB | 106/191 kB | 37/74 kB Progress (4): 454/737 kB | 258/327 kB | 110/191 kB | 37/74 kB Progress (4): 454/737 kB | 258/327 kB | 114/191 kB | 37/74 kB Progress (4): 454/737 kB | 258/327 kB | 118/191 kB | 37/74 kB Progress (4): 454/737 kB | 258/327 kB | 122/191 kB | 37/74 kB Progress (4): 458/737 kB | 258/327 kB | 122/191 kB | 37/74 kB Progress (4): 458/737 kB | 258/327 kB | 126/191 kB | 37/74 kB Progress (4): 458/737 kB | 262/327 kB | 126/191 kB | 37/74 kB Progress (4): 458/737 kB | 262/327 kB | 126/191 kB | 41/74 kB Progress (4): 458/737 kB | 266/327 kB | 126/191 kB | 41/74 kB Progress (4): 458/737 kB | 266/327 kB | 126/191 kB | 45/74 kB Progress (4): 458/737 kB | 270/327 kB | 126/191 kB | 45/74 kB Progress (4): 462/737 kB | 270/327 kB | 126/191 kB | 45/74 kB Progress (4): 462/737 kB | 270/327 kB | 130/191 kB | 45/74 kB Progress (4): 466/737 kB | 270/327 kB | 130/191 kB | 45/74 kB Progress (4): 470/737 kB | 270/327 kB | 130/191 kB | 45/74 kB Progress (4): 474/737 kB | 270/327 kB | 130/191 kB | 45/74 kB Progress (4): 474/737 kB | 274/327 kB | 130/191 kB | 45/74 kB Progress (4): 474/737 kB | 274/327 kB | 130/191 kB | 49/74 kB Progress (4): 478/737 kB | 274/327 kB | 130/191 kB | 49/74 kB Progress (4): 478/737 kB | 274/327 kB | 130/191 kB | 53/74 kB Progress (4): 478/737 kB | 274/327 kB | 131/191 kB | 53/74 kB Progress (4): 478/737 kB | 274/327 kB | 131/191 kB | 57/74 kB Progress (4): 482/737 kB | 274/327 kB | 131/191 kB | 57/74 kB Progress (4): 482/737 kB | 278/327 kB | 131/191 kB | 57/74 kB Progress (4): 482/737 kB | 278/327 kB | 131/191 kB | 61/74 kB Progress (4): 482/737 kB | 278/327 kB | 135/191 kB | 61/74 kB Progress (4): 482/737 kB | 278/327 kB | 135/191 kB | 65/74 kB Progress (4): 482/737 kB | 282/327 kB | 135/191 kB | 65/74 kB Progress (4): 486/737 kB | 282/327 kB | 135/191 kB | 65/74 kB Progress (4): 486/737 kB | 282/327 kB | 135/191 kB | 66/74 kB Progress (4): 486/737 kB | 282/327 kB | 139/191 kB | 66/74 kB Progress (4): 490/737 kB | 282/327 kB | 139/191 kB | 66/74 kB Progress (4): 490/737 kB | 286/327 kB | 139/191 kB | 66/74 kB Progress (4): 490/737 kB | 286/327 kB | 143/191 kB | 66/74 kB Progress (4): 490/737 kB | 286/327 kB | 143/191 kB | 70/74 kB Progress (4): 490/737 kB | 286/327 kB | 147/191 kB | 70/74 kB Progress (4): 490/737 kB | 290/327 kB | 147/191 kB | 70/74 kB Progress (4): 490/737 kB | 290/327 kB | 151/191 kB | 70/74 kB Progress (4): 494/737 kB | 290/327 kB | 151/191 kB | 70/74 kB Progress (4): 494/737 kB | 290/327 kB | 155/191 kB | 70/74 kB Progress (4): 494/737 kB | 294/327 kB | 155/191 kB | 70/74 kB Progress (4): 494/737 kB | 294/327 kB | 159/191 kB | 70/74 kB Progress (4): 494/737 kB | 294/327 kB | 159/191 kB | 74/74 kB Progress (4): 494/737 kB | 294/327 kB | 163/191 kB | 74/74 kB Progress (4): 494/737 kB | 298/327 kB | 163/191 kB | 74/74 kB Progress (4): 498/737 kB | 298/327 kB | 163/191 kB | 74/74 kB Progress (4): 498/737 kB | 298/327 kB | 167/191 kB | 74/74 kB Progress (4): 502/737 kB | 298/327 kB | 167/191 kB | 74/74 kB Progress (4): 502/737 kB | 298/327 kB | 167/191 kB | 74 kB Progress (4): 506/737 kB | 298/327 kB | 167/191 kB | 74 kB Progress (4): 506/737 kB | 298/327 kB | 171/191 kB | 74 kB Progress (4): 510/737 kB | 298/327 kB | 171/191 kB | 74 kB Progress (4): 510/737 kB | 302/327 kB | 171/191 kB | 74 kB Progress (4): 514/737 kB | 302/327 kB | 171/191 kB | 74 kB Progress (4): 514/737 kB | 302/327 kB | 175/191 kB | 74 kB Progress (4): 514/737 kB | 306/327 kB | 175/191 kB | 74 kB Progress (4): 514/737 kB | 306/327 kB | 179/191 kB | 74 kB Progress (4): 518/737 kB | 306/327 kB | 179/191 kB | 74 kB Progress (4): 518/737 kB | 306/327 kB | 183/191 kB | 74 kB Progress (4): 518/737 kB | 310/327 kB | 183/191 kB | 74 kB Progress (4): 518/737 kB | 310/327 kB | 187/191 kB | 74 kB Progress (4): 522/737 kB | 310/327 kB | 187/191 kB | 74 kB Progress (4): 522/737 kB | 310/327 kB | 191/191 kB | 74 kB Progress (4): 522/737 kB | 314/327 kB | 191/191 kB | 74 kB Progress (4): 526/737 kB | 314/327 kB | 191/191 kB | 74 kB Progress (4): 526/737 kB | 314/327 kB | 191 kB | 74 kB Progress (4): 530/737 kB | 314/327 kB | 191 kB | 74 kB Progress (4): 530/737 kB | 318/327 kB | 191 kB | 74 kB Progress (4): 530/737 kB | 322/327 kB | 191 kB | 74 kB Progress (4): 534/737 kB | 322/327 kB | 191 kB | 74 kB Progress (4): 534/737 kB | 326/327 kB | 191 kB | 74 kB Progress (4): 538/737 kB | 326/327 kB | 191 kB | 74 kB Progress (4): 538/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 542/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 546/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 550/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 554/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 558/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 562/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 566/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 570/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 574/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 578/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 582/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 586/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 590/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 594/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 598/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 602/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 606/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 610/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 614/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 618/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 622/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 626/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 630/737 kB | 327 kB | 191 kB | 74 kB Progress (4): 634/737 kB | 327 kB | 191 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 1.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 423 kB/s) Progress (2): 638/737 kB | 327 kB Progress (2): 642/737 kB | 327 kB Progress (2): 646/737 kB | 327 kB Progress (2): 650/737 kB | 327 kB Progress (2): 654/737 kB | 327 kB Progress (2): 658/737 kB | 327 kB Progress (2): 662/737 kB | 327 kB Progress (2): 666/737 kB | 327 kB Progress (2): 670/737 kB | 327 kB Progress (2): 674/737 kB | 327 kB Progress (2): 678/737 kB | 327 kB Progress (2): 682/737 kB | 327 kB Progress (2): 686/737 kB | 327 kB Progress (2): 690/737 kB | 327 kB Progress (2): 694/737 kB | 327 kB Progress (2): 698/737 kB | 327 kB Progress (2): 702/737 kB | 327 kB Progress (2): 706/737 kB | 327 kB Progress (2): 710/737 kB | 327 kB Progress (2): 714/737 kB | 327 kB Progress (2): 718/737 kB | 327 kB Progress (2): 722/737 kB | 327 kB Progress (2): 726/737 kB | 327 kB Progress (2): 730/737 kB | 327 kB Progress (2): 734/737 kB | 327 kB Progress (2): 737 kB | 327 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar (327 kB at 1.7 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar (737 kB at 3.7 MB/s) Progress (1): 4.1/560 kB Progress (1): 7.7/560 kB Progress (1): 12/560 kB Progress (1): 16/560 kB Progress (1): 20/560 kB Progress (1): 24/560 kB Progress (1): 28/560 kB Progress (1): 32/560 kB Progress (1): 33/560 kB Progress (1): 37/560 kB Progress (1): 41/560 kB Progress (1): 45/560 kB Progress (1): 49/560 kB Progress (1): 53/560 kB Progress (1): 57/560 kB Progress (1): 61/560 kB Progress (1): 65/560 kB Progress (1): 66/560 kB Progress (1): 70/560 kB Progress (1): 74/560 kB Progress (1): 78/560 kB Progress (1): 82/560 kB Progress (1): 86/560 kB Progress (1): 90/560 kB Progress (1): 94/560 kB Progress (1): 98/560 kB Progress (1): 102/560 kB Progress (1): 106/560 kB Progress (1): 110/560 kB Progress (1): 114/560 kB Progress (1): 118/560 kB Progress (1): 122/560 kB Progress (1): 126/560 kB Progress (1): 130/560 kB Progress (1): 134/560 kB Progress (1): 138/560 kB Progress (1): 142/560 kB Progress (1): 146/560 kB Progress (1): 150/560 kB Progress (1): 154/560 kB Progress (1): 158/560 kB Progress (1): 162/560 kB Progress (1): 166/560 kB Progress (1): 170/560 kB Progress (1): 174/560 kB Progress (1): 178/560 kB Progress (1): 182/560 kB Progress (1): 186/560 kB Progress (1): 190/560 kB Progress (1): 194/560 kB Progress (1): 198/560 kB Progress (1): 202/560 kB Progress (1): 206/560 kB Progress (1): 210/560 kB Progress (1): 214/560 kB Progress (1): 218/560 kB Progress (1): 222/560 kB Progress (1): 226/560 kB Progress (1): 230/560 kB Progress (1): 234/560 kB Progress (1): 238/560 kB Progress (1): 242/560 kB Progress (1): 246/560 kB Progress (1): 250/560 kB Progress (1): 254/560 kB Progress (1): 258/560 kB Progress (1): 262/560 kB Progress (1): 266/560 kB Progress (1): 270/560 kB Progress (1): 274/560 kB Progress (1): 278/560 kB Progress (1): 282/560 kB Progress (1): 286/560 kB Progress (1): 290/560 kB Progress (1): 294/560 kB Progress (1): 298/560 kB Progress (1): 302/560 kB Progress (1): 306/560 kB Progress (1): 310/560 kB Progress (1): 314/560 kB Progress (1): 318/560 kB Progress (1): 322/560 kB Progress (1): 326/560 kB Progress (1): 330/560 kB Progress (1): 334/560 kB Progress (1): 338/560 kB Progress (1): 342/560 kB Progress (1): 346/560 kB Progress (1): 350/560 kB Progress (1): 354/560 kB Progress (1): 358/560 kB Progress (1): 362/560 kB Progress (1): 366/560 kB Progress (1): 370/560 kB Progress (1): 374/560 kB Progress (1): 378/560 kB Progress (1): 382/560 kB Progress (1): 386/560 kB Progress (1): 390/560 kB Progress (1): 394/560 kB Progress (1): 398/560 kB Progress (1): 402/560 kB Progress (1): 406/560 kB Progress (1): 410/560 kB Progress (1): 414/560 kB Progress (1): 418/560 kB Progress (1): 422/560 kB Progress (1): 426/560 kB Progress (1): 430/560 kB Progress (1): 434/560 kB Progress (1): 438/560 kB Progress (1): 442/560 kB Progress (1): 446/560 kB Progress (1): 450/560 kB Progress (1): 454/560 kB Progress (1): 458/560 kB Progress (1): 462/560 kB Progress (1): 466/560 kB Progress (1): 470/560 kB Progress (1): 474/560 kB Progress (1): 478/560 kB Progress (1): 482/560 kB Progress (1): 486/560 kB Progress (1): 490/560 kB Progress (1): 494/560 kB Progress (1): 498/560 kB Progress (1): 502/560 kB Progress (1): 506/560 kB Progress (1): 510/560 kB Progress (1): 514/560 kB Progress (1): 518/560 kB Progress (1): 522/560 kB Progress (1): 526/560 kB Progress (1): 530/560 kB Progress (1): 534/560 kB Progress (1): 538/560 kB Progress (1): 542/560 kB Progress (1): 546/560 kB Progress (1): 550/560 kB Progress (1): 554/560 kB Progress (1): 558/560 kB Progress (1): 560 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 2.3 MB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (default-cli) > generate-sources @ jaxb-external-parent >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jaxb-external-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jaxb-external-parent --- [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (default-cli) < generate-sources @ jaxb-external-parent <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (default-cli) @ jaxb-external-parent --- [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default-cli) @ jaxb-external-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (default-cli) @ jaxb-external-parent --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Progress (1): 4.1/243 kB Progress (1): 7.7/243 kB Progress (1): 12/243 kB Progress (1): 16/243 kB Progress (1): 20/243 kB Progress (1): 24/243 kB Progress (1): 28/243 kB Progress (1): 32/243 kB Progress (1): 33/243 kB Progress (1): 37/243 kB Progress (1): 41/243 kB Progress (1): 45/243 kB Progress (1): 49/243 kB Progress (1): 53/243 kB Progress (1): 57/243 kB Progress (1): 61/243 kB Progress (1): 65/243 kB Progress (1): 66/243 kB Progress (1): 70/243 kB Progress (1): 74/243 kB Progress (1): 78/243 kB Progress (1): 82/243 kB Progress (1): 86/243 kB Progress (1): 90/243 kB Progress (1): 94/243 kB Progress (1): 98/243 kB Progress (1): 98/243 kB Progress (1): 102/243 kB Progress (1): 106/243 kB Progress (1): 110/243 kB Progress (1): 114/243 kB Progress (1): 118/243 kB Progress (1): 122/243 kB Progress (1): 126/243 kB Progress (1): 130/243 kB Progress (1): 131/243 kB Progress (1): 135/243 kB Progress (1): 139/243 kB Progress (1): 143/243 kB Progress (1): 147/243 kB Progress (1): 151/243 kB Progress (1): 155/243 kB Progress (1): 159/243 kB Progress (1): 163/243 kB Progress (1): 164/243 kB Progress (1): 168/243 kB Progress (1): 172/243 kB Progress (1): 176/243 kB Progress (1): 180/243 kB Progress (1): 184/243 kB Progress (1): 188/243 kB Progress (1): 192/243 kB Progress (1): 196/243 kB Progress (1): 197/243 kB Progress (1): 201/243 kB Progress (1): 205/243 kB Progress (1): 209/243 kB Progress (1): 213/243 kB Progress (1): 217/243 kB Progress (1): 221/243 kB Progress (1): 225/243 kB Progress (1): 229/243 kB Progress (1): 233/243 kB Progress (1): 237/243 kB Progress (1): 241/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 6.8 MB/s) [INFO] [INFO] --- maven-install-plugin:2.4:install (default-cli) @ jaxb-external-parent --- 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 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.6/maven-project-2.0.6.pom (2.6 kB at 146 kB/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 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.6/maven-settings-2.0.6.pom (2.0 kB at 111 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.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 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.6/maven-model-2.0.6.pom (3.0 kB at 138 kB/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 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.6/maven-profile-2.0.6.pom (2.0 kB at 110 kB/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 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.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 61 kB/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 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.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 32 kB/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 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.6/maven-artifact-2.0.6.pom (1.6 kB at 72 kB/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 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.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 46 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 120 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 980 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.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 53 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 276 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 362 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-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 404 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-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-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-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-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-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-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-artifact/2.0.6/maven-artifact-2.0.6.jar 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 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/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-settings/2.0.6/maven-settings-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-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-model/2.0.6/maven-model-2.0.6.jar Progress (1): 4.1/86 kB Progress (2): 4.1/86 kB | 4.1/116 kB Progress (2): 7.7/86 kB | 4.1/116 kB Progress (2): 7.7/86 kB | 7.7/116 kB Progress (2): 12/86 kB | 7.7/116 kB Progress (2): 12/86 kB | 12/116 kB Progress (2): 12/86 kB | 16/116 kB Progress (2): 12/86 kB | 20/116 kB Progress (2): 16/86 kB | 20/116 kB Progress (2): 16/86 kB | 24/116 kB Progress (2): 20/86 kB | 24/116 kB Progress (3): 20/86 kB | 24/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 24/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 28/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 32/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 33/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 37/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 41/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 45/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 49/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 53/116 kB | 4.1/35 kB Progress (3): 24/86 kB | 53/116 kB | 7.7/35 kB Progress (3): 24/86 kB | 57/116 kB | 7.7/35 kB Progress (3): 24/86 kB | 61/116 kB | 7.7/35 kB Progress (3): 28/86 kB | 61/116 kB | 7.7/35 kB Progress (3): 28/86 kB | 65/116 kB | 7.7/35 kB Progress (3): 28/86 kB | 65/116 kB | 12/35 kB Progress (3): 28/86 kB | 66/116 kB | 12/35 kB Progress (3): 32/86 kB | 66/116 kB | 12/35 kB Progress (3): 32/86 kB | 70/116 kB | 12/35 kB Progress (3): 32/86 kB | 70/116 kB | 16/35 kB Progress (3): 32/86 kB | 74/116 kB | 16/35 kB Progress (3): 33/86 kB | 74/116 kB | 16/35 kB Progress (3): 33/86 kB | 78/116 kB | 16/35 kB Progress (3): 33/86 kB | 78/116 kB | 20/35 kB Progress (3): 33/86 kB | 82/116 kB | 20/35 kB Progress (3): 37/86 kB | 82/116 kB | 20/35 kB Progress (3): 37/86 kB | 82/116 kB | 24/35 kB Progress (3): 41/86 kB | 82/116 kB | 24/35 kB Progress (3): 41/86 kB | 86/116 kB | 24/35 kB Progress (3): 41/86 kB | 86/116 kB | 28/35 kB Progress (3): 45/86 kB | 86/116 kB | 28/35 kB Progress (3): 45/86 kB | 90/116 kB | 28/35 kB Progress (3): 49/86 kB | 90/116 kB | 28/35 kB Progress (3): 49/86 kB | 90/116 kB | 32/35 kB Progress (3): 49/86 kB | 94/116 kB | 32/35 kB Progress (4): 49/86 kB | 94/116 kB | 32/35 kB | 4.1/29 kB Progress (4): 53/86 kB | 94/116 kB | 32/35 kB | 4.1/29 kB Progress (4): 53/86 kB | 98/116 kB | 32/35 kB | 4.1/29 kB Progress (4): 53/86 kB | 98/116 kB | 35 kB | 4.1/29 kB Progress (4): 53/86 kB | 102/116 kB | 35 kB | 4.1/29 kB Progress (5): 53/86 kB | 102/116 kB | 35 kB | 4.1/29 kB | 4.1/49 kB Progress (5): 57/86 kB | 102/116 kB | 35 kB | 4.1/29 kB | 4.1/49 kB Progress (5): 57/86 kB | 102/116 kB | 35 kB | 7.7/29 kB | 4.1/49 kB Progress (5): 57/86 kB | 102/116 kB | 35 kB | 7.7/29 kB | 7.7/49 kB Progress (5): 57/86 kB | 102/116 kB | 35 kB | 12/29 kB | 7.7/49 kB Progress (5): 57/86 kB | 102/116 kB | 35 kB | 12/29 kB | 12/49 kB Progress (5): 57/86 kB | 106/116 kB | 35 kB | 12/29 kB | 12/49 kB Progress (5): 57/86 kB | 106/116 kB | 35 kB | 12/29 kB | 16/49 kB Progress (5): 57/86 kB | 106/116 kB | 35 kB | 16/29 kB | 16/49 kB Progress (5): 57/86 kB | 106/116 kB | 35 kB | 16/29 kB | 20/49 kB Progress (5): 61/86 kB | 106/116 kB | 35 kB | 16/29 kB | 20/49 kB Progress (5): 61/86 kB | 106/116 kB | 35 kB | 16/29 kB | 24/49 kB Progress (5): 61/86 kB | 106/116 kB | 35 kB | 20/29 kB | 24/49 kB Progress (5): 61/86 kB | 106/116 kB | 35 kB | 20/29 kB | 28/49 kB Progress (5): 61/86 kB | 110/116 kB | 35 kB | 20/29 kB | 28/49 kB Progress (5): 61/86 kB | 110/116 kB | 35 kB | 20/29 kB | 32/49 kB Progress (5): 61/86 kB | 110/116 kB | 35 kB | 24/29 kB | 32/49 kB Progress (5): 65/86 kB | 110/116 kB | 35 kB | 24/29 kB | 32/49 kB Progress (5): 65/86 kB | 110/116 kB | 35 kB | 28/29 kB | 32/49 kB Progress (5): 65/86 kB | 110/116 kB | 35 kB | 28/29 kB | 33/49 kB Progress (5): 65/86 kB | 114/116 kB | 35 kB | 28/29 kB | 33/49 kB Progress (5): 65/86 kB | 114/116 kB | 35 kB | 28/29 kB | 37/49 kB Progress (5): 65/86 kB | 114/116 kB | 35 kB | 29 kB | 37/49 kB Progress (5): 66/86 kB | 114/116 kB | 35 kB | 29 kB | 37/49 kB Progress (5): 66/86 kB | 114/116 kB | 35 kB | 29 kB | 41/49 kB Progress (5): 66/86 kB | 116 kB | 35 kB | 29 kB | 41/49 kB Progress (5): 70/86 kB | 116 kB | 35 kB | 29 kB | 41/49 kB Progress (5): 70/86 kB | 116 kB | 35 kB | 29 kB | 45/49 kB Progress (5): 74/86 kB | 116 kB | 35 kB | 29 kB | 45/49 kB Progress (5): 74/86 kB | 116 kB | 35 kB | 29 kB | 49/49 kB Progress (5): 74/86 kB | 116 kB | 35 kB | 29 kB | 49 kB Progress (5): 78/86 kB | 116 kB | 35 kB | 29 kB | 49 kB Progress (5): 82/86 kB | 116 kB | 35 kB | 29 kB | 49 kB Progress (5): 86/86 kB | 116 kB | 35 kB | 29 kB | 49 kB Progress (5): 86 kB | 116 kB | 35 kB | 29 kB | 49 kB 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 (35 kB at 904 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.9 MB/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-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 1.2 MB/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 (29 kB at 723 kB/s) 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 (86 kB at 2.1 MB/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 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 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 Progress (1): 4.1/87 kB Progress (1): 7.7/87 kB Progress (2): 7.7/87 kB | 4.1/12 kB Progress (2): 7.7/87 kB | 7.7/12 kB Progress (2): 12/87 kB | 7.7/12 kB Progress (2): 12/87 kB | 12/12 kB Progress (2): 16/87 kB | 12/12 kB Progress (2): 16/87 kB | 12 kB Progress (2): 20/87 kB | 12 kB Progress (2): 24/87 kB | 12 kB Progress (2): 28/87 kB | 12 kB Progress (2): 32/87 kB | 12 kB Progress (3): 32/87 kB | 12 kB | 4.1/24 kB Progress (3): 33/87 kB | 12 kB | 4.1/24 kB Progress (3): 33/87 kB | 12 kB | 7.7/24 kB Progress (4): 33/87 kB | 12 kB | 7.7/24 kB | 4.1/57 kB Progress (4): 33/87 kB | 12 kB | 12/24 kB | 4.1/57 kB Progress (4): 37/87 kB | 12 kB | 12/24 kB | 4.1/57 kB Progress (4): 37/87 kB | 12 kB | 16/24 kB | 4.1/57 kB Progress (4): 37/87 kB | 12 kB | 16/24 kB | 7.7/57 kB Progress (4): 41/87 kB | 12 kB | 16/24 kB | 7.7/57 kB Progress (4): 41/87 kB | 12 kB | 20/24 kB | 7.7/57 kB Progress (4): 41/87 kB | 12 kB | 20/24 kB | 12/57 kB Progress (4): 45/87 kB | 12 kB | 20/24 kB | 12/57 kB Progress (4): 45/87 kB | 12 kB | 24/24 kB | 12/57 kB Progress (4): 49/87 kB | 12 kB | 24/24 kB | 12/57 kB Progress (4): 49/87 kB | 12 kB | 24/24 kB | 16/57 kB Progress (4): 49/87 kB | 12 kB | 24 kB | 16/57 kB Progress (4): 53/87 kB | 12 kB | 24 kB | 16/57 kB Progress (4): 57/87 kB | 12 kB | 24 kB | 16/57 kB Progress (4): 61/87 kB | 12 kB | 24 kB | 16/57 kB Progress (4): 65/87 kB | 12 kB | 24 kB | 16/57 kB Progress (4): 65/87 kB | 12 kB | 24 kB | 20/57 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 208 kB/s) Progress (3): 69/87 kB | 24 kB | 20/57 kB Progress (4): 69/87 kB | 24 kB | 20/57 kB | 4.1/230 kB Progress (4): 73/87 kB | 24 kB | 20/57 kB | 4.1/230 kB Progress (4): 73/87 kB | 24 kB | 24/57 kB | 4.1/230 kB Progress (4): 77/87 kB | 24 kB | 24/57 kB | 4.1/230 kB Progress (4): 77/87 kB | 24 kB | 24/57 kB | 7.7/230 kB Progress (4): 77/87 kB | 24 kB | 28/57 kB | 7.7/230 kB Progress (4): 81/87 kB | 24 kB | 28/57 kB | 7.7/230 kB Progress (4): 81/87 kB | 24 kB | 28/57 kB | 12/230 kB Progress (4): 81/87 kB | 24 kB | 32/57 kB | 12/230 kB Progress (4): 81/87 kB | 24 kB | 32/57 kB | 16/230 kB Progress (4): 85/87 kB | 24 kB | 32/57 kB | 16/230 kB Progress (4): 85/87 kB | 24 kB | 32/57 kB | 20/230 kB Progress (4): 85/87 kB | 24 kB | 33/57 kB | 20/230 kB Progress (4): 85/87 kB | 24 kB | 33/57 kB | 24/230 kB Progress (4): 87 kB | 24 kB | 33/57 kB | 24/230 kB Progress (4): 87 kB | 24 kB | 33/57 kB | 28/230 kB Progress (4): 87 kB | 24 kB | 37/57 kB | 28/230 kB 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 (24 kB at 401 kB/s) Progress (3): 87 kB | 41/57 kB | 28/230 kB Progress (3): 87 kB | 41/57 kB | 32/230 kB Progress (3): 87 kB | 45/57 kB | 32/230 kB Progress (3): 87 kB | 45/57 kB | 33/230 kB Progress (3): 87 kB | 49/57 kB | 33/230 kB Progress (3): 87 kB | 49/57 kB | 37/230 kB Progress (3): 87 kB | 53/57 kB | 37/230 kB Progress (3): 87 kB | 53/57 kB | 41/230 kB Progress (3): 87 kB | 57 kB | 41/230 kB Progress (3): 87 kB | 57 kB | 45/230 kB Progress (3): 87 kB | 57 kB | 49/230 kB Progress (3): 87 kB | 57 kB | 53/230 kB Progress (3): 87 kB | 57 kB | 57/230 kB Progress (3): 87 kB | 57 kB | 61/230 kB Progress (3): 87 kB | 57 kB | 65/230 kB Progress (3): 87 kB | 57 kB | 66/230 kB Progress (3): 87 kB | 57 kB | 70/230 kB Progress (3): 87 kB | 57 kB | 74/230 kB Progress (3): 87 kB | 57 kB | 78/230 kB Progress (3): 87 kB | 57 kB | 82/230 kB Progress (3): 87 kB | 57 kB | 86/230 kB Progress (3): 87 kB | 57 kB | 90/230 kB Progress (3): 87 kB | 57 kB | 94/230 kB Progress (3): 87 kB | 57 kB | 98/230 kB 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 (87 kB at 1.3 MB/s) Progress (2): 57 kB | 98/230 kB Progress (2): 57 kB | 102/230 kB Progress (2): 57 kB | 106/230 kB Progress (2): 57 kB | 110/230 kB Progress (2): 57 kB | 114/230 kB 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 (57 kB at 807 kB/s) Progress (1): 118/230 kB Progress (1): 122/230 kB Progress (1): 126/230 kB Progress (1): 130/230 kB Progress (1): 131/230 kB Progress (1): 135/230 kB Progress (1): 139/230 kB Progress (1): 143/230 kB Progress (1): 147/230 kB Progress (1): 151/230 kB Progress (1): 155/230 kB Progress (1): 159/230 kB Progress (1): 163/230 kB Progress (1): 164/230 kB Progress (1): 168/230 kB Progress (1): 172/230 kB Progress (1): 176/230 kB Progress (1): 180/230 kB Progress (1): 184/230 kB Progress (1): 188/230 kB Progress (1): 192/230 kB Progress (1): 196/230 kB Progress (1): 200/230 kB Progress (1): 204/230 kB Progress (1): 208/230 kB Progress (1): 212/230 kB Progress (1): 216/230 kB Progress (1): 220/230 kB Progress (1): 224/230 kB Progress (1): 228/230 kB Progress (1): 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 2.8 MB/s) [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/jaxb-external-parent-2.3.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (default-cli) @ jaxb-external-parent --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.11-01 and edition "Professional" [INFO] * Using staging profile ID "6f755b311e3233" (matched by Nexus). [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/pom.xml to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/jaxb-external-parent-2.3.2.pom.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< com.sun.xml.bind.external:relaxng-datatype >------------- [INFO] Building RelaxNG Datatype 2.3.2 [2/3] [INFO] --------------------------------[ jar ]--------------------------------- 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 Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB 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 (5.8 kB at 24 kB/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 Progress (1): 4.1/64 kB Progress (1): 7.8/64 kB Progress (1): 12/64 kB Progress (1): 16/64 kB Progress (1): 20/64 kB Progress (1): 21/64 kB Progress (1): 25/64 kB Progress (1): 29/64 kB Progress (1): 33/64 kB Progress (1): 37/64 kB Progress (1): 41/64 kB Progress (1): 45/64 kB Progress (1): 50/64 kB Progress (1): 54/64 kB Progress (1): 58/64 kB Progress (1): 62/64 kB Progress (1): 64 kB 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 (64 kB at 327 kB/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 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/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 69 kB/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 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 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 (30 kB at 922 kB/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 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/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 278 kB/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 Progress (1): 4.1/34 kB Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 33/34 kB Progress (1): 34 kB 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 (34 kB at 830 kB/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 Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 299 kB/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 Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 657 kB/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 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 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 (30 kB at 952 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ relaxng-datatype --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ relaxng-datatype --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ relaxng-datatype --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-resource) @ relaxng-datatype --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 234 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-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 208 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 96 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 789 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 185 kB/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.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-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 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/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Progress (1): 4.1/35 kB Progress (2): 4.1/35 kB | 4.1/41 kB Progress (2): 7.7/35 kB | 4.1/41 kB Progress (2): 7.7/35 kB | 7.7/41 kB Progress (2): 12/35 kB | 7.7/41 kB Progress (2): 16/35 kB | 7.7/41 kB Progress (2): 16/35 kB | 12/41 kB Progress (2): 20/35 kB | 12/41 kB Progress (2): 20/35 kB | 16/41 kB Progress (2): 24/35 kB | 16/41 kB Progress (2): 28/35 kB | 16/41 kB Progress (2): 28/35 kB | 20/41 kB Progress (2): 28/35 kB | 24/41 kB Progress (2): 28/35 kB | 28/41 kB Progress (2): 32/35 kB | 28/41 kB Progress (2): 32/35 kB | 32/41 kB Progress (2): 35 kB | 32/41 kB Progress (2): 35 kB | 36/41 kB Progress (2): 35 kB | 40/41 kB Progress (2): 35 kB | 41 kB Progress (3): 35 kB | 41 kB | 4.1/54 kB Progress (3): 35 kB | 41 kB | 7.7/54 kB Progress (3): 35 kB | 41 kB | 12/54 kB Progress (3): 35 kB | 41 kB | 16/54 kB Progress (3): 35 kB | 41 kB | 20/54 kB Progress (3): 35 kB | 41 kB | 24/54 kB Progress (3): 35 kB | 41 kB | 28/54 kB Progress (3): 35 kB | 41 kB | 32/54 kB Progress (3): 35 kB | 41 kB | 33/54 kB Progress (3): 35 kB | 41 kB | 37/54 kB Progress (3): 35 kB | 41 kB | 41/54 kB Progress (3): 35 kB | 41 kB | 45/54 kB Progress (3): 35 kB | 41 kB | 49/54 kB Progress (3): 35 kB | 41 kB | 53/54 kB Progress (3): 35 kB | 41 kB | 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 1.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 1.3 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 1.6 MB/s) Progress (1): 4.1/155 kB Progress (1): 7.7/155 kB Progress (1): 12/155 kB Progress (1): 16/155 kB Progress (1): 20/155 kB Progress (1): 24/155 kB Progress (1): 28/155 kB Progress (1): 32/155 kB Progress (1): 33/155 kB Progress (1): 37/155 kB Progress (1): 41/155 kB Progress (1): 45/155 kB Progress (1): 49/155 kB Progress (1): 53/155 kB Progress (1): 57/155 kB Progress (1): 61/155 kB Progress (1): 65/155 kB Progress (1): 66/155 kB Progress (1): 70/155 kB Progress (1): 74/155 kB Progress (1): 78/155 kB Progress (1): 82/155 kB Progress (1): 86/155 kB Progress (1): 90/155 kB Progress (1): 94/155 kB Progress (1): 98/155 kB Progress (1): 98/155 kB Progress (1): 102/155 kB Progress (1): 106/155 kB Progress (1): 110/155 kB Progress (1): 114/155 kB Progress (1): 118/155 kB Progress (1): 122/155 kB Progress (1): 126/155 kB Progress (1): 130/155 kB Progress (1): 134/155 kB Progress (1): 138/155 kB Progress (1): 142/155 kB Progress (1): 146/155 kB Progress (1): 150/155 kB Progress (1): 154/155 kB Progress (1): 155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 3.2 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ relaxng-datatype --- 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 Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 395 kB/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 Progress (1): 1.9 kB 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 (1.9 kB at 106 kB/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 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.6/maven-reporting-api-2.0.6.pom (1.8 kB at 60 kB/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 Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 80 kB/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 Progress (1): 424 B 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 (424 B at 13 kB/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 Progress (1): 3.9 kB 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 (3.9 kB at 206 kB/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 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.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 47 kB/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 Progress (1): 2.1 kB 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 (2.1 kB at 117 kB/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 Progress (1): 2.0 kB 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 (2.0 kB at 7.9 kB/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 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.6/maven-monitor-2.0.6.pom (1.3 kB at 70 kB/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 305 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 242 kB/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 23 kB/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 143 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 229 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 366 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 22 kB/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.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/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/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/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/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/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-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-core/2.0.6/maven-core-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar 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 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 Progress (1): 4.1/14 kB Progress (2): 4.1/14 kB | 4.1/152 kB Progress (3): 4.1/14 kB | 4.1/152 kB | 4.1/21 kB Progress (3): 7.7/14 kB | 4.1/152 kB | 4.1/21 kB Progress (3): 7.7/14 kB | 7.7/152 kB | 4.1/21 kB Progress (4): 7.7/14 kB | 7.7/152 kB | 4.1/21 kB | 4.1/5.9 kB Progress (4): 7.7/14 kB | 7.7/152 kB | 7.7/21 kB | 4.1/5.9 kB Progress (4): 7.7/14 kB | 12/152 kB | 7.7/21 kB | 4.1/5.9 kB Progress (4): 7.7/14 kB | 12/152 kB | 7.7/21 kB | 5.9 kB Progress (4): 12/14 kB | 12/152 kB | 7.7/21 kB | 5.9 kB Progress (4): 12/14 kB | 16/152 kB | 7.7/21 kB | 5.9 kB Progress (5): 12/14 kB | 16/152 kB | 7.7/21 kB | 5.9 kB | 4.1/9.9 kB Progress (5): 12/14 kB | 16/152 kB | 12/21 kB | 5.9 kB | 4.1/9.9 kB Progress (5): 12/14 kB | 16/152 kB | 12/21 kB | 5.9 kB | 7.7/9.9 kB Progress (5): 12/14 kB | 20/152 kB | 12/21 kB | 5.9 kB | 7.7/9.9 kB Progress (5): 14 kB | 20/152 kB | 12/21 kB | 5.9 kB | 7.7/9.9 kB Progress (5): 14 kB | 24/152 kB | 12/21 kB | 5.9 kB | 7.7/9.9 kB Progress (5): 14 kB | 24/152 kB | 12/21 kB | 5.9 kB | 9.9 kB Progress (5): 14 kB | 24/152 kB | 16/21 kB | 5.9 kB | 9.9 kB Progress (5): 14 kB | 28/152 kB | 16/21 kB | 5.9 kB | 9.9 kB Progress (5): 14 kB | 28/152 kB | 20/21 kB | 5.9 kB | 9.9 kB Progress (5): 14 kB | 32/152 kB | 20/21 kB | 5.9 kB | 9.9 kB Progress (5): 14 kB | 32/152 kB | 21 kB | 5.9 kB | 9.9 kB Progress (5): 14 kB | 33/152 kB | 21 kB | 5.9 kB | 9.9 kB Progress (5): 14 kB | 37/152 kB | 21 kB | 5.9 kB | 9.9 kB 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 (5.9 kB at 228 kB/s) Progress (4): 14 kB | 41/152 kB | 21 kB | 9.9 kB 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 Progress (4): 14 kB | 45/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 49/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 53/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 57/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 61/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 65/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 66/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 70/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 74/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 78/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 82/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 86/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 90/152 kB | 21 kB | 9.9 kB Progress (4): 14 kB | 94/152 kB | 21 kB | 9.9 kB 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 (9.9 kB at 301 kB/s) Progress (3): 14 kB | 98/152 kB | 21 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 412 kB/s) Progress (2): 98/152 kB | 21 kB 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 (21 kB at 593 kB/s) Progress (1): 102/152 kB Progress (1): 106/152 kB Progress (1): 110/152 kB Progress (1): 114/152 kB Progress (1): 118/152 kB Progress (1): 122/152 kB Progress (1): 126/152 kB Progress (1): 130/152 kB Progress (1): 134/152 kB Progress (1): 138/152 kB 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 Progress (1): 142/152 kB 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 Progress (1): 146/152 kB Progress (1): 150/152 kB Progress (1): 152 kB Progress (2): 152 kB | 4.1/30 kB Progress (2): 152 kB | 7.7/30 kB Progress (2): 152 kB | 12/30 kB Progress (2): 152 kB | 16/30 kB Progress (2): 152 kB | 20/30 kB Progress (2): 152 kB | 24/30 kB Progress (2): 152 kB | 28/30 kB Progress (2): 152 kB | 30 kB Progress (3): 152 kB | 30 kB | 4.1/37 kB Progress (3): 152 kB | 30 kB | 7.7/37 kB Progress (3): 152 kB | 30 kB | 12/37 kB Progress (3): 152 kB | 30 kB | 16/37 kB Progress (3): 152 kB | 30 kB | 20/37 kB Progress (3): 152 kB | 30 kB | 24/37 kB Progress (3): 152 kB | 30 kB | 28/37 kB Progress (3): 152 kB | 30 kB | 32/37 kB Progress (3): 152 kB | 30 kB | 33/37 kB Progress (3): 152 kB | 30 kB | 37/37 kB Progress (3): 152 kB | 30 kB | 37 kB 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 (30 kB at 627 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 (3): 152 kB | 37 kB | 4.1/10 kB 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 (152 kB at 3.0 MB/s) Progress (2): 37 kB | 7.7/10 kB 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 (3): 37 kB | 7.7/10 kB | 4.1/13 kB Progress (3): 37 kB | 7.7/10 kB | 7.7/13 kB Progress (3): 37 kB | 7.7/10 kB | 12/13 kB Progress (3): 37 kB | 7.7/10 kB | 13 kB Progress (3): 37 kB | 10 kB | 13 kB 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 (37 kB at 709 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 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 (13 kB at 231 kB/s) Progress (2): 10 kB | 4.1/223 kB 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 (10 kB at 174 kB/s) Progress (2): 4.1/223 kB | 4.1/43 kB Progress (2): 7.7/223 kB | 4.1/43 kB 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 (2): 12/223 kB | 4.1/43 kB Progress (2): 12/223 kB | 7.7/43 kB Progress (2): 16/223 kB | 7.7/43 kB Progress (2): 16/223 kB | 12/43 kB Progress (2): 20/223 kB | 12/43 kB Progress (2): 20/223 kB | 16/43 kB Progress (2): 24/223 kB | 16/43 kB Progress (2): 24/223 kB | 20/43 kB Progress (2): 28/223 kB | 20/43 kB Progress (3): 28/223 kB | 20/43 kB | 4.1/6.8 kB Progress (3): 28/223 kB | 24/43 kB | 4.1/6.8 kB Progress (3): 28/223 kB | 24/43 kB | 6.8 kB Progress (3): 32/223 kB | 24/43 kB | 6.8 kB Progress (3): 32/223 kB | 28/43 kB | 6.8 kB Progress (3): 33/223 kB | 28/43 kB | 6.8 kB Progress (3): 33/223 kB | 32/43 kB | 6.8 kB Progress (3): 33/223 kB | 33/43 kB | 6.8 kB Progress (3): 37/223 kB | 33/43 kB | 6.8 kB Progress (3): 37/223 kB | 37/43 kB | 6.8 kB Progress (3): 41/223 kB | 37/43 kB | 6.8 kB Progress (3): 41/223 kB | 41/43 kB | 6.8 kB Progress (3): 45/223 kB | 41/43 kB | 6.8 kB Progress (3): 45/223 kB | 43 kB | 6.8 kB Progress (3): 49/223 kB | 43 kB | 6.8 kB Progress (3): 53/223 kB | 43 kB | 6.8 kB Progress (3): 57/223 kB | 43 kB | 6.8 kB Progress (3): 61/223 kB | 43 kB | 6.8 kB Progress (3): 65/223 kB | 43 kB | 6.8 kB Progress (3): 66/223 kB | 43 kB | 6.8 kB Progress (3): 70/223 kB | 43 kB | 6.8 kB Progress (3): 74/223 kB | 43 kB | 6.8 kB Progress (3): 78/223 kB | 43 kB | 6.8 kB Progress (3): 82/223 kB | 43 kB | 6.8 kB Progress (3): 86/223 kB | 43 kB | 6.8 kB Progress (3): 90/223 kB | 43 kB | 6.8 kB Progress (3): 94/223 kB | 43 kB | 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 99 kB/s) Progress (2): 98/223 kB | 43 kB Progress (2): 98/223 kB | 43 kB Progress (2): 102/223 kB | 43 kB Progress (2): 106/223 kB | 43 kB Progress (2): 110/223 kB | 43 kB Progress (2): 114/223 kB | 43 kB Progress (2): 118/223 kB | 43 kB Progress (2): 122/223 kB | 43 kB Progress (2): 126/223 kB | 43 kB Progress (2): 130/223 kB | 43 kB Progress (2): 134/223 kB | 43 kB Progress (3): 134/223 kB | 43 kB | 4.1/61 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 583 kB/s) Progress (2): 134/223 kB | 7.7/61 kB Progress (2): 138/223 kB | 7.7/61 kB Progress (2): 138/223 kB | 12/61 kB Progress (2): 138/223 kB | 16/61 kB Progress (2): 142/223 kB | 16/61 kB Progress (2): 142/223 kB | 20/61 kB Progress (2): 146/223 kB | 20/61 kB Progress (2): 146/223 kB | 24/61 kB Progress (2): 150/223 kB | 24/61 kB Progress (2): 150/223 kB | 28/61 kB Progress (2): 154/223 kB | 28/61 kB Progress (2): 154/223 kB | 32/61 kB Progress (2): 154/223 kB | 33/61 kB Progress (2): 158/223 kB | 33/61 kB Progress (2): 158/223 kB | 37/61 kB Progress (2): 162/223 kB | 37/61 kB Progress (2): 162/223 kB | 41/61 kB Progress (2): 166/223 kB | 41/61 kB Progress (2): 166/223 kB | 45/61 kB Progress (2): 170/223 kB | 45/61 kB Progress (2): 170/223 kB | 49/61 kB Progress (2): 170/223 kB | 53/61 kB Progress (2): 174/223 kB | 53/61 kB Progress (2): 174/223 kB | 57/61 kB Progress (2): 178/223 kB | 57/61 kB Progress (2): 178/223 kB | 61/61 kB Progress (2): 178/223 kB | 61 kB Progress (2): 182/223 kB | 61 kB Progress (2): 186/223 kB | 61 kB Progress (2): 190/223 kB | 61 kB Progress (2): 194/223 kB | 61 kB Progress (2): 198/223 kB | 61 kB Progress (2): 202/223 kB | 61 kB Progress (2): 206/223 kB | 61 kB Progress (2): 210/223 kB | 61 kB Progress (2): 214/223 kB | 61 kB Progress (2): 218/223 kB | 61 kB Progress (2): 222/223 kB | 61 kB Progress (2): 223 kB | 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 694 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 2.1 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ relaxng-datatype --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.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.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 201 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.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/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 128 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 212 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 238 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.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/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 300 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 244 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/6.2/asm-6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 173 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom Progress (1): 4.1/16 kB Progress (1): 7.9/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 55 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.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/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 27 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.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/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 287 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.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/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 22 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Progress (1): 771 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 24 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 67 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.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/6.2/asm-6.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Progress (1): 4.1/317 kB Progress (1): 7.8/317 kB Progress (1): 12/317 kB Progress (1): 16/317 kB Progress (1): 20/317 kB Progress (1): 24/317 kB Progress (1): 28/317 kB Progress (1): 32/317 kB Progress (1): 37/317 kB Progress (1): 41/317 kB Progress (1): 45/317 kB Progress (1): 49/317 kB Progress (1): 53/317 kB Progress (1): 57/317 kB Progress (1): 61/317 kB Progress (1): 65/317 kB Progress (1): 69/317 kB Progress (1): 73/317 kB Progress (1): 77/317 kB Progress (1): 82/317 kB Progress (1): 86/317 kB Progress (1): 90/317 kB Progress (1): 94/317 kB Progress (1): 98/317 kB Progress (1): 102/317 kB Progress (1): 106/317 kB Progress (1): 110/317 kB Progress (1): 114/317 kB Progress (1): 118/317 kB Progress (1): 123/317 kB Progress (1): 127/317 kB Progress (1): 131/317 kB Progress (1): 135/317 kB Progress (1): 139/317 kB Progress (1): 143/317 kB Progress (1): 147/317 kB Progress (1): 151/317 kB Progress (1): 155/317 kB Progress (1): 159/317 kB Progress (1): 163/317 kB Progress (1): 168/317 kB Progress (1): 172/317 kB Progress (1): 176/317 kB Progress (1): 180/317 kB Progress (1): 184/317 kB Progress (1): 188/317 kB Progress (1): 192/317 kB Progress (1): 196/317 kB Progress (1): 200/317 kB Progress (1): 204/317 kB Progress (1): 209/317 kB Progress (1): 213/317 kB Progress (1): 217/317 kB Progress (1): 221/317 kB Progress (1): 225/317 kB Progress (1): 229/317 kB Progress (1): 233/317 kB Progress (1): 237/317 kB Progress (1): 241/317 kB Progress (1): 245/317 kB Progress (1): 250/317 kB Progress (1): 254/317 kB Progress (1): 258/317 kB Progress (1): 262/317 kB Progress (1): 266/317 kB Progress (1): 270/317 kB Progress (1): 274/317 kB Progress (1): 278/317 kB Progress (1): 282/317 kB Progress (1): 286/317 kB Progress (1): 290/317 kB Progress (1): 295/317 kB Progress (1): 299/317 kB Progress (1): 303/317 kB Progress (1): 307/317 kB Progress (1): 311/317 kB Progress (1): 315/317 kB Progress (1): 317 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 514 kB/s) 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar Progress (1): 4.1/111 kB Progress (2): 4.1/111 kB | 4.1/222 kB Progress (2): 7.7/111 kB | 4.1/222 kB Progress (2): 7.7/111 kB | 7.7/222 kB Progress (2): 7.7/111 kB | 12/222 kB Progress (3): 7.7/111 kB | 12/222 kB | 4.1/14 kB Progress (3): 12/111 kB | 12/222 kB | 4.1/14 kB Progress (3): 12/111 kB | 12/222 kB | 7.7/14 kB Progress (3): 12/111 kB | 16/222 kB | 7.7/14 kB Progress (4): 12/111 kB | 16/222 kB | 7.7/14 kB | 4.1/167 kB Progress (4): 16/111 kB | 16/222 kB | 7.7/14 kB | 4.1/167 kB Progress (4): 16/111 kB | 16/222 kB | 7.7/14 kB | 7.7/167 kB Progress (4): 16/111 kB | 20/222 kB | 7.7/14 kB | 7.7/167 kB Progress (4): 16/111 kB | 20/222 kB | 7.7/14 kB | 12/167 kB Progress (4): 16/111 kB | 20/222 kB | 12/14 kB | 12/167 kB Progress (4): 16/111 kB | 20/222 kB | 12/14 kB | 16/167 kB Progress (4): 16/111 kB | 24/222 kB | 12/14 kB | 16/167 kB Progress (4): 20/111 kB | 24/222 kB | 12/14 kB | 16/167 kB Progress (4): 20/111 kB | 24/222 kB | 12/14 kB | 20/167 kB Progress (4): 20/111 kB | 24/222 kB | 14 kB | 20/167 kB Progress (4): 20/111 kB | 24/222 kB | 14 kB | 24/167 kB Progress (4): 24/111 kB | 24/222 kB | 14 kB | 24/167 kB Progress (4): 24/111 kB | 28/222 kB | 14 kB | 24/167 kB Progress (4): 24/111 kB | 28/222 kB | 14 kB | 28/167 kB Progress (4): 24/111 kB | 32/222 kB | 14 kB | 28/167 kB Progress (4): 28/111 kB | 32/222 kB | 14 kB | 28/167 kB Progress (4): 28/111 kB | 33/222 kB | 14 kB | 28/167 kB Progress (4): 28/111 kB | 33/222 kB | 14 kB | 32/167 kB Progress (4): 32/111 kB | 33/222 kB | 14 kB | 32/167 kB Progress (4): 32/111 kB | 33/222 kB | 14 kB | 33/167 kB Progress (4): 32/111 kB | 37/222 kB | 14 kB | 33/167 kB Progress (4): 32/111 kB | 37/222 kB | 14 kB | 37/167 kB Progress (4): 33/111 kB | 37/222 kB | 14 kB | 37/167 kB Progress (4): 33/111 kB | 37/222 kB | 14 kB | 41/167 kB Progress (4): 37/111 kB | 37/222 kB | 14 kB | 41/167 kB Progress (4): 37/111 kB | 41/222 kB | 14 kB | 41/167 kB Progress (4): 37/111 kB | 41/222 kB | 14 kB | 45/167 kB Progress (4): 41/111 kB | 41/222 kB | 14 kB | 45/167 kB Progress (4): 41/111 kB | 41/222 kB | 14 kB | 49/167 kB Progress (4): 41/111 kB | 45/222 kB | 14 kB | 49/167 kB Progress (4): 45/111 kB | 45/222 kB | 14 kB | 49/167 kB Progress (4): 45/111 kB | 45/222 kB | 14 kB | 53/167 kB Progress (4): 45/111 kB | 49/222 kB | 14 kB | 53/167 kB Progress (4): 45/111 kB | 49/222 kB | 14 kB | 57/167 kB Progress (4): 45/111 kB | 53/222 kB | 14 kB | 57/167 kB Progress (4): 49/111 kB | 53/222 kB | 14 kB | 57/167 kB Progress (4): 49/111 kB | 53/222 kB | 14 kB | 61/167 kB Progress (4): 53/111 kB | 53/222 kB | 14 kB | 61/167 kB Progress (4): 53/111 kB | 57/222 kB | 14 kB | 61/167 kB Progress (4): 57/111 kB | 57/222 kB | 14 kB | 61/167 kB Progress (4): 57/111 kB | 57/222 kB | 14 kB | 65/167 kB Progress (4): 61/111 kB | 57/222 kB | 14 kB | 65/167 kB Progress (4): 61/111 kB | 61/222 kB | 14 kB | 65/167 kB Progress (4): 65/111 kB | 61/222 kB | 14 kB | 65/167 kB Progress (4): 65/111 kB | 61/222 kB | 14 kB | 66/167 kB Progress (4): 66/111 kB | 61/222 kB | 14 kB | 66/167 kB Progress (4): 66/111 kB | 65/222 kB | 14 kB | 66/167 kB Progress (4): 66/111 kB | 65/222 kB | 14 kB | 70/167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 484 kB/s) Progress (3): 66/111 kB | 66/222 kB | 70/167 kB Progress (3): 70/111 kB | 66/222 kB | 70/167 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Progress (3): 70/111 kB | 66/222 kB | 74/167 kB Progress (3): 70/111 kB | 70/222 kB | 74/167 kB Progress (3): 74/111 kB | 70/222 kB | 74/167 kB Progress (3): 74/111 kB | 70/222 kB | 78/167 kB Progress (3): 74/111 kB | 74/222 kB | 78/167 kB Progress (3): 74/111 kB | 74/222 kB | 82/167 kB Progress (3): 78/111 kB | 74/222 kB | 82/167 kB Progress (3): 78/111 kB | 78/222 kB | 82/167 kB Progress (3): 78/111 kB | 78/222 kB | 86/167 kB Progress (3): 82/111 kB | 78/222 kB | 86/167 kB Progress (3): 82/111 kB | 78/222 kB | 90/167 kB Progress (3): 82/111 kB | 82/222 kB | 90/167 kB Progress (3): 86/111 kB | 82/222 kB | 90/167 kB Progress (3): 86/111 kB | 82/222 kB | 94/167 kB Progress (3): 86/111 kB | 86/222 kB | 94/167 kB Progress (3): 90/111 kB | 86/222 kB | 94/167 kB Progress (3): 90/111 kB | 90/222 kB | 94/167 kB Progress (3): 90/111 kB | 90/222 kB | 98/167 kB Progress (3): 94/111 kB | 90/222 kB | 98/167 kB Progress (3): 94/111 kB | 90/222 kB | 98/167 kB Progress (3): 94/111 kB | 94/222 kB | 98/167 kB Progress (3): 98/111 kB | 94/222 kB | 98/167 kB Progress (3): 98/111 kB | 94/222 kB | 102/167 kB Progress (3): 98/111 kB | 98/222 kB | 102/167 kB Progress (3): 98/111 kB | 98/222 kB | 106/167 kB Progress (3): 102/111 kB | 98/222 kB | 106/167 kB Progress (3): 102/111 kB | 98/222 kB | 106/167 kB Progress (3): 102/111 kB | 98/222 kB | 110/167 kB Progress (3): 106/111 kB | 98/222 kB | 110/167 kB Progress (3): 106/111 kB | 98/222 kB | 114/167 kB Progress (3): 110/111 kB | 98/222 kB | 114/167 kB Progress (3): 110/111 kB | 102/222 kB | 114/167 kB Progress (3): 110/111 kB | 102/222 kB | 118/167 kB Progress (3): 111 kB | 102/222 kB | 118/167 kB Progress (3): 111 kB | 102/222 kB | 122/167 kB Progress (3): 111 kB | 106/222 kB | 122/167 kB Progress (3): 111 kB | 106/222 kB | 126/167 kB Progress (3): 111 kB | 106/222 kB | 130/167 kB Progress (3): 111 kB | 110/222 kB | 130/167 kB Progress (3): 111 kB | 110/222 kB | 131/167 kB Progress (3): 111 kB | 114/222 kB | 131/167 kB Progress (3): 111 kB | 114/222 kB | 135/167 kB Progress (3): 111 kB | 118/222 kB | 135/167 kB Progress (3): 111 kB | 118/222 kB | 139/167 kB Progress (3): 111 kB | 122/222 kB | 139/167 kB Progress (3): 111 kB | 122/222 kB | 143/167 kB Progress (3): 111 kB | 126/222 kB | 143/167 kB Progress (3): 111 kB | 126/222 kB | 147/167 kB Progress (3): 111 kB | 130/222 kB | 147/167 kB Progress (3): 111 kB | 131/222 kB | 147/167 kB Progress (3): 111 kB | 131/222 kB | 151/167 kB Progress (3): 111 kB | 131/222 kB | 155/167 kB Progress (3): 111 kB | 135/222 kB | 155/167 kB Progress (3): 111 kB | 139/222 kB | 155/167 kB Progress (3): 111 kB | 139/222 kB | 159/167 kB Progress (3): 111 kB | 139/222 kB | 163/167 kB Progress (3): 111 kB | 143/222 kB | 163/167 kB Progress (3): 111 kB | 143/222 kB | 167 kB Progress (3): 111 kB | 147/222 kB | 167 kB Progress (3): 111 kB | 151/222 kB | 167 kB Progress (3): 111 kB | 155/222 kB | 167 kB Progress (4): 111 kB | 155/222 kB | 167 kB | 4.1/27 kB Progress (4): 111 kB | 159/222 kB | 167 kB | 4.1/27 kB Progress (4): 111 kB | 159/222 kB | 167 kB | 7.7/27 kB Progress (4): 111 kB | 163/222 kB | 167 kB | 7.7/27 kB Progress (4): 111 kB | 164/222 kB | 167 kB | 7.7/27 kB Progress (4): 111 kB | 164/222 kB | 167 kB | 12/27 kB Progress (4): 111 kB | 168/222 kB | 167 kB | 12/27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 2.7 MB/s) Progress (3): 172/222 kB | 167 kB | 12/27 kB Progress (3): 172/222 kB | 167 kB | 16/27 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Progress (3): 172/222 kB | 167 kB | 20/27 kB Progress (3): 176/222 kB | 167 kB | 20/27 kB Progress (3): 176/222 kB | 167 kB | 24/27 kB Progress (3): 180/222 kB | 167 kB | 24/27 kB Progress (3): 180/222 kB | 167 kB | 27 kB Progress (3): 184/222 kB | 167 kB | 27 kB Progress (3): 188/222 kB | 167 kB | 27 kB Progress (3): 192/222 kB | 167 kB | 27 kB Progress (3): 196/222 kB | 167 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 3.6 MB/s) Progress (2): 200/222 kB | 27 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Progress (2): 204/222 kB | 27 kB Progress (2): 208/222 kB | 27 kB Progress (2): 212/222 kB | 27 kB Progress (2): 216/222 kB | 27 kB Progress (2): 220/222 kB | 27 kB Progress (2): 222 kB | 27 kB Progress (3): 222 kB | 27 kB | 4.1/4.7 kB Progress (3): 222 kB | 27 kB | 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 4.0 MB/s) Progress (3): 27 kB | 4.7 kB | 4.1/21 kB Progress (3): 27 kB | 4.7 kB | 7.7/21 kB Progress (3): 27 kB | 4.7 kB | 12/21 kB Progress (3): 27 kB | 4.7 kB | 16/21 kB Progress (3): 27 kB | 4.7 kB | 20/21 kB Progress (3): 27 kB | 4.7 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 74 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 322 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 5.4 kB/s) 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 7.8 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/classes [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.java: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.java uses or overrides a deprecated API. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.java: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.java uses unchecked or unsafe operations. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ relaxng-datatype --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/classes [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.java: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.java uses unchecked or unsafe operations. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ relaxng-datatype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ relaxng-datatype --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ relaxng-datatype --- 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 79 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 995 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 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/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.3 MB/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.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 168 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 131 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 73 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 56 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 771 kB/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 95 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 151 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 121 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 174 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-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 114 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 150 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-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 56 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 53 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 432 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 109 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 98 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 43 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 65 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 68 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 204 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 836 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 112 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 292 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 1.1 MB/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/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/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/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/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/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-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-settings/2.0.9/maven-settings-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-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-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-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-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/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-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-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-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/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/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/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 Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/35 kB Progress (2): 13 kB | 7.7/35 kB Progress (2): 13 kB | 12/35 kB Progress (2): 13 kB | 16/35 kB Progress (2): 13 kB | 20/35 kB Progress (2): 13 kB | 24/35 kB Progress (2): 13 kB | 28/35 kB Progress (2): 13 kB | 32/35 kB Progress (2): 13 kB | 33/35 kB Progress (2): 13 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 430 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Progress (2): 35 kB | 4.1/263 kB Progress (2): 35 kB | 7.7/263 kB Progress (2): 35 kB | 12/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 1.1 MB/s) Progress (1): 16/263 kB 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 Progress (1): 20/263 kB Progress (1): 24/263 kB Progress (1): 28/263 kB Progress (1): 32/263 kB Progress (1): 36/263 kB Progress (1): 40/263 kB Progress (1): 44/263 kB Progress (1): 48/263 kB Progress (1): 52/263 kB Progress (2): 52/263 kB | 4.1/118 kB Progress (2): 56/263 kB | 4.1/118 kB Progress (2): 56/263 kB | 7.7/118 kB Progress (2): 60/263 kB | 7.7/118 kB Progress (2): 60/263 kB | 12/118 kB Progress (2): 64/263 kB | 12/118 kB Progress (2): 64/263 kB | 16/118 kB Progress (2): 68/263 kB | 16/118 kB Progress (2): 72/263 kB | 16/118 kB Progress (2): 76/263 kB | 16/118 kB Progress (2): 80/263 kB | 16/118 kB Progress (2): 80/263 kB | 20/118 kB Progress (3): 80/263 kB | 20/118 kB | 4.1/316 kB Progress (3): 84/263 kB | 20/118 kB | 4.1/316 kB Progress (3): 84/263 kB | 24/118 kB | 4.1/316 kB Progress (3): 88/263 kB | 24/118 kB | 4.1/316 kB Progress (3): 88/263 kB | 28/118 kB | 4.1/316 kB Progress (3): 92/263 kB | 28/118 kB | 4.1/316 kB Progress (3): 92/263 kB | 28/118 kB | 7.7/316 kB Progress (3): 96/263 kB | 28/118 kB | 7.7/316 kB Progress (3): 96/263 kB | 28/118 kB | 12/316 kB Progress (3): 96/263 kB | 28/118 kB | 16/316 kB Progress (3): 96/263 kB | 32/118 kB | 16/316 kB Progress (3): 96/263 kB | 32/118 kB | 20/316 kB Progress (3): 100/263 kB | 32/118 kB | 20/316 kB Progress (3): 100/263 kB | 36/118 kB | 20/316 kB Progress (3): 100/263 kB | 36/118 kB | 24/316 kB Progress (3): 100/263 kB | 40/118 kB | 24/316 kB Progress (3): 104/263 kB | 40/118 kB | 24/316 kB Progress (3): 104/263 kB | 40/118 kB | 28/316 kB Progress (3): 104/263 kB | 44/118 kB | 28/316 kB Progress (3): 108/263 kB | 44/118 kB | 28/316 kB Progress (3): 108/263 kB | 44/118 kB | 32/316 kB Progress (3): 112/263 kB | 44/118 kB | 32/316 kB Progress (3): 112/263 kB | 48/118 kB | 32/316 kB Progress (3): 112/263 kB | 48/118 kB | 36/316 kB Progress (3): 116/263 kB | 48/118 kB | 36/316 kB Progress (3): 116/263 kB | 52/118 kB | 36/316 kB Progress (3): 116/263 kB | 52/118 kB | 40/316 kB Progress (3): 116/263 kB | 56/118 kB | 40/316 kB Progress (3): 120/263 kB | 56/118 kB | 40/316 kB Progress (3): 120/263 kB | 56/118 kB | 44/316 kB Progress (3): 120/263 kB | 60/118 kB | 44/316 kB Progress (3): 124/263 kB | 60/118 kB | 44/316 kB Progress (3): 124/263 kB | 60/118 kB | 48/316 kB Progress (3): 128/263 kB | 60/118 kB | 48/316 kB Progress (3): 128/263 kB | 64/118 kB | 48/316 kB Progress (3): 128/263 kB | 64/118 kB | 52/316 kB Progress (3): 132/263 kB | 64/118 kB | 52/316 kB Progress (3): 132/263 kB | 64/118 kB | 56/316 kB Progress (3): 136/263 kB | 64/118 kB | 56/316 kB Progress (3): 136/263 kB | 68/118 kB | 56/316 kB Progress (3): 140/263 kB | 68/118 kB | 56/316 kB Progress (3): 140/263 kB | 68/118 kB | 60/316 kB Progress (3): 144/263 kB | 68/118 kB | 60/316 kB Progress (3): 144/263 kB | 72/118 kB | 60/316 kB Progress (3): 144/263 kB | 72/118 kB | 64/316 kB Progress (3): 148/263 kB | 72/118 kB | 64/316 kB Progress (3): 148/263 kB | 76/118 kB | 64/316 kB Progress (3): 148/263 kB | 76/118 kB | 68/316 kB Progress (3): 152/263 kB | 76/118 kB | 68/316 kB Progress (3): 152/263 kB | 76/118 kB | 72/316 kB Progress (3): 152/263 kB | 80/118 kB | 72/316 kB Progress (3): 156/263 kB | 80/118 kB | 72/316 kB Progress (3): 156/263 kB | 80/118 kB | 76/316 kB Progress (3): 156/263 kB | 84/118 kB | 76/316 kB Progress (3): 160/263 kB | 84/118 kB | 76/316 kB Progress (3): 160/263 kB | 88/118 kB | 76/316 kB Progress (3): 160/263 kB | 88/118 kB | 80/316 kB Progress (3): 164/263 kB | 88/118 kB | 80/316 kB Progress (3): 164/263 kB | 92/118 kB | 80/316 kB Progress (3): 164/263 kB | 92/118 kB | 84/316 kB Progress (3): 168/263 kB | 92/118 kB | 84/316 kB Progress (3): 168/263 kB | 92/118 kB | 88/316 kB Progress (3): 168/263 kB | 96/118 kB | 88/316 kB Progress (3): 168/263 kB | 96/118 kB | 92/316 kB Progress (3): 172/263 kB | 96/118 kB | 92/316 kB Progress (3): 172/263 kB | 100/118 kB | 92/316 kB Progress (3): 172/263 kB | 100/118 kB | 96/316 kB Progress (3): 172/263 kB | 104/118 kB | 96/316 kB Progress (3): 172/263 kB | 104/118 kB | 100/316 kB Progress (3): 176/263 kB | 104/118 kB | 100/316 kB Progress (3): 176/263 kB | 104/118 kB | 104/316 kB Progress (3): 176/263 kB | 108/118 kB | 104/316 kB Progress (3): 180/263 kB | 108/118 kB | 104/316 kB Progress (3): 180/263 kB | 108/118 kB | 108/316 kB Progress (3): 180/263 kB | 112/118 kB | 108/316 kB Progress (3): 180/263 kB | 112/118 kB | 112/316 kB Progress (3): 184/263 kB | 112/118 kB | 112/316 kB Progress (3): 184/263 kB | 116/118 kB | 112/316 kB Progress (3): 184/263 kB | 116/118 kB | 116/316 kB Progress (3): 188/263 kB | 116/118 kB | 116/316 kB Progress (3): 188/263 kB | 118 kB | 116/316 kB Progress (3): 192/263 kB | 118 kB | 116/316 kB Progress (3): 192/263 kB | 118 kB | 120/316 kB Progress (3): 196/263 kB | 118 kB | 120/316 kB Progress (3): 196/263 kB | 118 kB | 124/316 kB Progress (3): 200/263 kB | 118 kB | 124/316 kB Progress (3): 200/263 kB | 118 kB | 128/316 kB Progress (3): 204/263 kB | 118 kB | 128/316 kB Progress (3): 204/263 kB | 118 kB | 132/316 kB Progress (3): 208/263 kB | 118 kB | 132/316 kB Progress (3): 208/263 kB | 118 kB | 136/316 kB Progress (3): 212/263 kB | 118 kB | 136/316 kB Progress (3): 212/263 kB | 118 kB | 140/316 kB Progress (3): 216/263 kB | 118 kB | 140/316 kB Progress (3): 216/263 kB | 118 kB | 144/316 kB Progress (3): 220/263 kB | 118 kB | 144/316 kB Progress (3): 220/263 kB | 118 kB | 148/316 kB Progress (3): 224/263 kB | 118 kB | 148/316 kB Progress (3): 224/263 kB | 118 kB | 152/316 kB Progress (3): 228/263 kB | 118 kB | 152/316 kB Progress (3): 228/263 kB | 118 kB | 156/316 kB Progress (3): 232/263 kB | 118 kB | 156/316 kB Progress (3): 232/263 kB | 118 kB | 160/316 kB Progress (3): 236/263 kB | 118 kB | 160/316 kB Progress (3): 236/263 kB | 118 kB | 164/316 kB Progress (3): 240/263 kB | 118 kB | 164/316 kB Progress (3): 240/263 kB | 118 kB | 168/316 kB Progress (3): 244/263 kB | 118 kB | 168/316 kB Progress (3): 244/263 kB | 118 kB | 172/316 kB Progress (3): 248/263 kB | 118 kB | 172/316 kB Progress (3): 248/263 kB | 118 kB | 176/316 kB Progress (3): 252/263 kB | 118 kB | 176/316 kB Progress (3): 252/263 kB | 118 kB | 180/316 kB Progress (3): 256/263 kB | 118 kB | 180/316 kB Progress (3): 256/263 kB | 118 kB | 184/316 kB Progress (3): 260/263 kB | 118 kB | 184/316 kB Progress (3): 260/263 kB | 118 kB | 188/316 kB Progress (3): 263 kB | 118 kB | 188/316 kB Progress (3): 263 kB | 118 kB | 192/316 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 2.1 MB/s) Progress (2): 263 kB | 196/316 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 (3): 263 kB | 196/316 kB | 4.1/31 kB Progress (3): 263 kB | 200/316 kB | 4.1/31 kB Progress (3): 263 kB | 200/316 kB | 7.7/31 kB Progress (4): 263 kB | 200/316 kB | 7.7/31 kB | 4.1/89 kB Progress (4): 263 kB | 204/316 kB | 7.7/31 kB | 4.1/89 kB Progress (4): 263 kB | 204/316 kB | 7.7/31 kB | 7.7/89 kB Progress (4): 263 kB | 204/316 kB | 12/31 kB | 7.7/89 kB Progress (4): 263 kB | 204/316 kB | 12/31 kB | 12/89 kB Progress (4): 263 kB | 208/316 kB | 12/31 kB | 12/89 kB Progress (4): 263 kB | 208/316 kB | 12/31 kB | 16/89 kB Progress (4): 263 kB | 208/316 kB | 16/31 kB | 16/89 kB Progress (4): 263 kB | 212/316 kB | 16/31 kB | 16/89 kB Progress (4): 263 kB | 212/316 kB | 16/31 kB | 20/89 kB Progress (4): 263 kB | 216/316 kB | 16/31 kB | 20/89 kB Progress (4): 263 kB | 216/316 kB | 20/31 kB | 20/89 kB Progress (4): 263 kB | 220/316 kB | 20/31 kB | 20/89 kB Progress (4): 263 kB | 220/316 kB | 20/31 kB | 24/89 kB Progress (4): 263 kB | 224/316 kB | 20/31 kB | 24/89 kB Progress (4): 263 kB | 224/316 kB | 24/31 kB | 24/89 kB Progress (4): 263 kB | 228/316 kB | 24/31 kB | 24/89 kB Progress (4): 263 kB | 228/316 kB | 28/31 kB | 24/89 kB Progress (4): 263 kB | 228/316 kB | 28/31 kB | 28/89 kB Progress (4): 263 kB | 228/316 kB | 31 kB | 28/89 kB Progress (4): 263 kB | 232/316 kB | 31 kB | 28/89 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 4.1 MB/s) Progress (3): 232/316 kB | 31 kB | 32/89 kB 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 Progress (3): 236/316 kB | 31 kB | 32/89 kB Progress (3): 236/316 kB | 31 kB | 33/89 kB Progress (3): 240/316 kB | 31 kB | 33/89 kB Progress (3): 240/316 kB | 31 kB | 37/89 kB Progress (3): 244/316 kB | 31 kB | 37/89 kB Progress (3): 244/316 kB | 31 kB | 41/89 kB Progress (3): 248/316 kB | 31 kB | 41/89 kB Progress (3): 248/316 kB | 31 kB | 45/89 kB Progress (3): 252/316 kB | 31 kB | 45/89 kB Progress (3): 252/316 kB | 31 kB | 49/89 kB Progress (3): 256/316 kB | 31 kB | 49/89 kB Progress (3): 256/316 kB | 31 kB | 53/89 kB Progress (3): 260/316 kB | 31 kB | 53/89 kB Progress (3): 260/316 kB | 31 kB | 57/89 kB Progress (3): 264/316 kB | 31 kB | 57/89 kB Progress (3): 264/316 kB | 31 kB | 61/89 kB Progress (3): 264/316 kB | 31 kB | 65/89 kB Progress (3): 268/316 kB | 31 kB | 65/89 kB Progress (3): 268/316 kB | 31 kB | 69/89 kB Progress (3): 272/316 kB | 31 kB | 69/89 kB Progress (4): 272/316 kB | 31 kB | 69/89 kB | 4.1/122 kB Progress (4): 272/316 kB | 31 kB | 73/89 kB | 4.1/122 kB Progress (4): 272/316 kB | 31 kB | 73/89 kB | 7.7/122 kB Progress (4): 272/316 kB | 31 kB | 77/89 kB | 7.7/122 kB Progress (4): 276/316 kB | 31 kB | 77/89 kB | 7.7/122 kB Progress (4): 276/316 kB | 31 kB | 77/89 kB | 12/122 kB Progress (4): 276/316 kB | 31 kB | 81/89 kB | 12/122 kB Progress (4): 276/316 kB | 31 kB | 81/89 kB | 16/122 kB Progress (4): 280/316 kB | 31 kB | 81/89 kB | 16/122 kB Progress (4): 280/316 kB | 31 kB | 81/89 kB | 20/122 kB Progress (4): 280/316 kB | 31 kB | 85/89 kB | 20/122 kB Progress (4): 284/316 kB | 31 kB | 85/89 kB | 20/122 kB Progress (4): 284/316 kB | 31 kB | 85/89 kB | 24/122 kB Progress (4): 288/316 kB | 31 kB | 85/89 kB | 24/122 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 431 kB/s) Progress (3): 288/316 kB | 89/89 kB | 24/122 kB 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 (3): 292/316 kB | 89/89 kB | 24/122 kB Progress (3): 292/316 kB | 89/89 kB | 28/122 kB Progress (3): 296/316 kB | 89/89 kB | 28/122 kB Progress (4): 296/316 kB | 89/89 kB | 28/122 kB | 4.1/49 kB Progress (4): 296/316 kB | 89 kB | 28/122 kB | 4.1/49 kB Progress (4): 296/316 kB | 89 kB | 28/122 kB | 7.7/49 kB Progress (4): 300/316 kB | 89 kB | 28/122 kB | 7.7/49 kB Progress (4): 300/316 kB | 89 kB | 32/122 kB | 7.7/49 kB Progress (4): 300/316 kB | 89 kB | 32/122 kB | 12/49 kB Progress (4): 304/316 kB | 89 kB | 32/122 kB | 12/49 kB Progress (4): 304/316 kB | 89 kB | 33/122 kB | 12/49 kB Progress (4): 304/316 kB | 89 kB | 33/122 kB | 16/49 kB Progress (4): 308/316 kB | 89 kB | 33/122 kB | 16/49 kB Progress (4): 308/316 kB | 89 kB | 37/122 kB | 16/49 kB Progress (4): 308/316 kB | 89 kB | 37/122 kB | 20/49 kB Progress (4): 312/316 kB | 89 kB | 37/122 kB | 20/49 kB Progress (4): 312/316 kB | 89 kB | 37/122 kB | 24/49 kB Progress (4): 312/316 kB | 89 kB | 41/122 kB | 24/49 kB Progress (4): 312/316 kB | 89 kB | 41/122 kB | 28/49 kB Progress (4): 312/316 kB | 89 kB | 41/122 kB | 32/49 kB Progress (4): 316/316 kB | 89 kB | 41/122 kB | 32/49 kB Progress (4): 316/316 kB | 89 kB | 41/122 kB | 36/49 kB Progress (4): 316/316 kB | 89 kB | 45/122 kB | 36/49 kB Progress (4): 316/316 kB | 89 kB | 45/122 kB | 40/49 kB Progress (4): 316 kB | 89 kB | 45/122 kB | 40/49 kB Progress (4): 316 kB | 89 kB | 45/122 kB | 44/49 kB Progress (4): 316 kB | 89 kB | 49/122 kB | 44/49 kB Progress (4): 316 kB | 89 kB | 49/122 kB | 48/49 kB Progress (4): 316 kB | 89 kB | 53/122 kB | 48/49 kB Progress (4): 316 kB | 89 kB | 53/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 57/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 61/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 65/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 66/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 70/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 74/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 78/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 82/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 86/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 90/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 94/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 98/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 98/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 102/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 106/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 110/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 114/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 118/122 kB | 49 kB Progress (4): 316 kB | 89 kB | 122 kB | 49 kB Progress (5): 316 kB | 89 kB | 122 kB | 49 kB | 4.1/35 kB Progress (5): 316 kB | 89 kB | 122 kB | 49 kB | 7.7/35 kB Progress (5): 316 kB | 89 kB | 122 kB | 49 kB | 12/35 kB Progress (5): 316 kB | 89 kB | 122 kB | 49 kB | 16/35 kB Progress (5): 316 kB | 89 kB | 122 kB | 49 kB | 20/35 kB Progress (5): 316 kB | 89 kB | 122 kB | 49 kB | 24/35 kB Progress (5): 316 kB | 89 kB | 122 kB | 49 kB | 28/35 kB Progress (5): 316 kB | 89 kB | 122 kB | 49 kB | 32/35 kB Progress (5): 316 kB | 89 kB | 122 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 956 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar 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 3.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar 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 496 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar 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 354 kB/s) 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 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 1.2 MB/s) 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/87 kB Progress (1): 7.7/87 kB Progress (1): 12/87 kB Progress (1): 16/87 kB Progress (1): 20/87 kB Progress (1): 24/87 kB Progress (1): 28/87 kB Progress (1): 32/87 kB Progress (1): 33/87 kB Progress (1): 37/87 kB Progress (1): 41/87 kB Progress (2): 41/87 kB | 4.1/58 kB Progress (2): 41/87 kB | 7.7/58 kB Progress (2): 45/87 kB | 7.7/58 kB Progress (2): 49/87 kB | 7.7/58 kB Progress (2): 49/87 kB | 12/58 kB Progress (2): 49/87 kB | 16/58 kB Progress (2): 53/87 kB | 16/58 kB Progress (2): 57/87 kB | 16/58 kB Progress (2): 57/87 kB | 20/58 kB Progress (2): 57/87 kB | 24/58 kB Progress (2): 61/87 kB | 24/58 kB Progress (2): 65/87 kB | 24/58 kB Progress (2): 66/87 kB | 24/58 kB Progress (2): 66/87 kB | 28/58 kB Progress (2): 66/87 kB | 32/58 kB Progress (3): 66/87 kB | 32/58 kB | 4.1/21 kB Progress (3): 66/87 kB | 32/58 kB | 7.7/21 kB Progress (4): 66/87 kB | 32/58 kB | 7.7/21 kB | 4.1/29 kB Progress (4): 70/87 kB | 32/58 kB | 7.7/21 kB | 4.1/29 kB Progress (4): 70/87 kB | 32/58 kB | 7.7/21 kB | 7.7/29 kB Progress (4): 70/87 kB | 32/58 kB | 12/21 kB | 7.7/29 kB Progress (4): 70/87 kB | 32/58 kB | 16/21 kB | 7.7/29 kB Progress (4): 70/87 kB | 32/58 kB | 20/21 kB | 7.7/29 kB Progress (4): 70/87 kB | 32/58 kB | 21 kB | 7.7/29 kB Progress (5): 70/87 kB | 32/58 kB | 21 kB | 7.7/29 kB | 4.1/160 kB Progress (5): 70/87 kB | 36/58 kB | 21 kB | 7.7/29 kB | 4.1/160 kB Progress (5): 70/87 kB | 40/58 kB | 21 kB | 7.7/29 kB | 4.1/160 kB Progress (5): 70/87 kB | 44/58 kB | 21 kB | 7.7/29 kB | 4.1/160 kB Progress (5): 70/87 kB | 48/58 kB | 21 kB | 7.7/29 kB | 4.1/160 kB Progress (5): 70/87 kB | 48/58 kB | 21 kB | 7.7/29 kB | 7.7/160 kB Progress (5): 70/87 kB | 52/58 kB | 21 kB | 7.7/29 kB | 7.7/160 kB Progress (5): 70/87 kB | 52/58 kB | 21 kB | 7.7/29 kB | 12/160 kB Progress (5): 70/87 kB | 52/58 kB | 21 kB | 7.7/29 kB | 16/160 kB Progress (5): 70/87 kB | 52/58 kB | 21 kB | 12/29 kB | 16/160 kB Progress (5): 74/87 kB | 52/58 kB | 21 kB | 12/29 kB | 16/160 kB Progress (5): 74/87 kB | 52/58 kB | 21 kB | 16/29 kB | 16/160 kB Progress (5): 78/87 kB | 52/58 kB | 21 kB | 16/29 kB | 16/160 kB Progress (5): 78/87 kB | 52/58 kB | 21 kB | 16/29 kB | 20/160 kB Progress (5): 78/87 kB | 56/58 kB | 21 kB | 16/29 kB | 20/160 kB Progress (5): 78/87 kB | 56/58 kB | 21 kB | 16/29 kB | 24/160 kB Progress (5): 82/87 kB | 56/58 kB | 21 kB | 16/29 kB | 24/160 kB Progress (5): 82/87 kB | 56/58 kB | 21 kB | 16/29 kB | 28/160 kB Progress (5): 82/87 kB | 56/58 kB | 21 kB | 16/29 kB | 32/160 kB Progress (5): 82/87 kB | 56/58 kB | 21 kB | 16/29 kB | 33/160 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 174 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Progress (4): 82/87 kB | 56/58 kB | 20/29 kB | 33/160 kB Progress (4): 82/87 kB | 56/58 kB | 24/29 kB | 33/160 kB Progress (4): 82/87 kB | 56/58 kB | 28/29 kB | 33/160 kB Progress (4): 82/87 kB | 56/58 kB | 29 kB | 33/160 kB Progress (4): 82/87 kB | 56/58 kB | 29 kB | 37/160 kB Progress (4): 86/87 kB | 56/58 kB | 29 kB | 37/160 kB Progress (4): 86/87 kB | 58 kB | 29 kB | 37/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 37/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 41/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 45/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 49/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 53/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 57/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 61/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 65/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 66/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 70/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 74/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 78/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 82/160 kB Progress (4): 87 kB | 58 kB | 29 kB | 86/160 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.jar (58 kB at 452 kB/s) 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): 87 kB | 29 kB | 90/160 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 672 kB/s) 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 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 222 kB/s) Progress (2): 90/160 kB | 4.1/10 kB Progress (2): 94/160 kB | 4.1/10 kB Progress (2): 98/160 kB | 4.1/10 kB Progress (2): 98/160 kB | 4.1/10 kB Progress (2): 102/160 kB | 4.1/10 kB Progress (2): 106/160 kB | 4.1/10 kB Progress (2): 110/160 kB | 4.1/10 kB Progress (2): 114/160 kB | 4.1/10 kB Progress (2): 118/160 kB | 4.1/10 kB Progress (2): 122/160 kB | 4.1/10 kB Progress (2): 126/160 kB | 4.1/10 kB Progress (2): 130/160 kB | 4.1/10 kB Progress (2): 134/160 kB | 4.1/10 kB Progress (2): 138/160 kB | 4.1/10 kB Progress (2): 142/160 kB | 4.1/10 kB Progress (2): 146/160 kB | 4.1/10 kB Progress (2): 150/160 kB | 4.1/10 kB Progress (2): 154/160 kB | 4.1/10 kB Progress (2): 154/160 kB | 7.7/10 kB Progress (2): 158/160 kB | 7.7/10 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 (2): 160 kB | 7.7/10 kB Progress (2): 160 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Progress (2): 10 kB | 4.1/37 kB Progress (2): 10 kB | 7.7/37 kB Progress (2): 10 kB | 12/37 kB Progress (2): 10 kB | 16/37 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 69 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Progress (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-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 234 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 33/38 kB Progress (1): 37/38 kB Progress (1): 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 222 kB/s) Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (2): 12/14 kB | 4.1/14 kB Progress (2): 12/14 kB | 7.7/14 kB Progress (2): 12/14 kB | 12/14 kB Progress (2): 12/14 kB | 14 kB Progress (2): 14 kB | 14 kB Progress (3): 14 kB | 14 kB | 4.1/25 kB Progress (3): 14 kB | 14 kB | 7.7/25 kB Progress (4): 14 kB | 14 kB | 7.7/25 kB | 4.1/10 kB Progress (4): 14 kB | 14 kB | 7.7/25 kB | 7.7/10 kB Progress (4): 14 kB | 14 kB | 12/25 kB | 7.7/10 kB Progress (4): 14 kB | 14 kB | 12/25 kB | 10 kB Progress (4): 14 kB | 14 kB | 16/25 kB | 10 kB Progress (4): 14 kB | 14 kB | 20/25 kB | 10 kB Progress (4): 14 kB | 14 kB | 24/25 kB | 10 kB Progress (4): 14 kB | 14 kB | 25 kB | 10 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 75 kB/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 76 kB/s) 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 56 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 132 kB/s) [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ relaxng-datatype --- 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 267 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 83 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 108 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 159 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 552 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-io/2.0.2/plexus-io-2.0.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading from 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/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/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Progress (2): 22 kB | 4.1/58 kB Progress (2): 22 kB | 7.7/58 kB Progress (2): 22 kB | 12/58 kB Progress (2): 22 kB | 16/58 kB Progress (2): 22 kB | 20/58 kB Progress (2): 22 kB | 24/58 kB Progress (2): 22 kB | 28/58 kB Progress (2): 22 kB | 32/58 kB Progress (2): 22 kB | 33/58 kB Progress (2): 22 kB | 37/58 kB Progress (2): 22 kB | 41/58 kB Progress (2): 22 kB | 45/58 kB Progress (2): 22 kB | 49/58 kB Progress (2): 22 kB | 53/58 kB Progress (2): 22 kB | 57/58 kB Progress (2): 22 kB | 58 kB Progress (3): 22 kB | 58 kB | 4.1/208 kB Progress (3): 22 kB | 58 kB | 7.7/208 kB Progress (3): 22 kB | 58 kB | 12/208 kB Progress (3): 22 kB | 58 kB | 16/208 kB Progress (3): 22 kB | 58 kB | 20/208 kB Progress (4): 22 kB | 58 kB | 20/208 kB | 4.1/184 kB Progress (4): 22 kB | 58 kB | 24/208 kB | 4.1/184 kB Progress (4): 22 kB | 58 kB | 24/208 kB | 7.7/184 kB Progress (4): 22 kB | 58 kB | 28/208 kB | 7.7/184 kB Progress (4): 22 kB | 58 kB | 28/208 kB | 12/184 kB Progress (4): 22 kB | 58 kB | 32/208 kB | 12/184 kB Progress (4): 22 kB | 58 kB | 32/208 kB | 16/184 kB Progress (4): 22 kB | 58 kB | 33/208 kB | 16/184 kB Progress (4): 22 kB | 58 kB | 33/208 kB | 20/184 kB Progress (4): 22 kB | 58 kB | 37/208 kB | 20/184 kB Progress (4): 22 kB | 58 kB | 37/208 kB | 24/184 kB Progress (4): 22 kB | 58 kB | 41/208 kB | 24/184 kB Progress (4): 22 kB | 58 kB | 41/208 kB | 28/184 kB Progress (4): 22 kB | 58 kB | 45/208 kB | 28/184 kB Progress (4): 22 kB | 58 kB | 45/208 kB | 32/184 kB Progress (4): 22 kB | 58 kB | 49/208 kB | 32/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 909 kB/s) Progress (3): 58 kB | 53/208 kB | 32/184 kB Progress (3): 58 kB | 53/208 kB | 36/184 kB Progress (3): 58 kB | 57/208 kB | 36/184 kB Progress (3): 58 kB | 57/208 kB | 40/184 kB Progress (3): 58 kB | 61/208 kB | 40/184 kB Progress (3): 58 kB | 65/208 kB | 40/184 kB Progress (3): 58 kB | 65/208 kB | 44/184 kB Progress (3): 58 kB | 66/208 kB | 44/184 kB Progress (3): 58 kB | 66/208 kB | 48/184 kB Progress (3): 58 kB | 70/208 kB | 48/184 kB Progress (3): 58 kB | 70/208 kB | 52/184 kB Progress (3): 58 kB | 74/208 kB | 52/184 kB Progress (3): 58 kB | 74/208 kB | 56/184 kB Progress (3): 58 kB | 78/208 kB | 56/184 kB Progress (3): 58 kB | 78/208 kB | 60/184 kB Progress (3): 58 kB | 82/208 kB | 60/184 kB Progress (3): 58 kB | 82/208 kB | 64/184 kB Progress (3): 58 kB | 86/208 kB | 64/184 kB Progress (3): 58 kB | 86/208 kB | 68/184 kB Progress (3): 58 kB | 90/208 kB | 68/184 kB Progress (3): 58 kB | 90/208 kB | 72/184 kB Progress (3): 58 kB | 94/208 kB | 72/184 kB Progress (3): 58 kB | 94/208 kB | 76/184 kB Progress (3): 58 kB | 98/208 kB | 76/184 kB Progress (3): 58 kB | 98/208 kB | 80/184 kB Progress (3): 58 kB | 98/208 kB | 80/184 kB Progress (3): 58 kB | 98/208 kB | 84/184 kB Progress (3): 58 kB | 102/208 kB | 84/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 2.1 MB/s) Progress (2): 106/208 kB | 84/184 kB Progress (2): 106/208 kB | 88/184 kB Progress (2): 110/208 kB | 88/184 kB Progress (2): 114/208 kB | 88/184 kB Progress (2): 114/208 kB | 92/184 kB Progress (2): 114/208 kB | 96/184 kB Progress (2): 118/208 kB | 96/184 kB Progress (2): 118/208 kB | 98/184 kB Progress (2): 122/208 kB | 98/184 kB Progress (2): 122/208 kB | 102/184 kB Progress (2): 126/208 kB | 102/184 kB Progress (2): 126/208 kB | 106/184 kB Progress (2): 130/208 kB | 106/184 kB Progress (2): 131/208 kB | 106/184 kB Progress (2): 131/208 kB | 110/184 kB Progress (2): 131/208 kB | 114/184 kB Progress (2): 135/208 kB | 114/184 kB Progress (2): 139/208 kB | 114/184 kB Progress (2): 139/208 kB | 118/184 kB Progress (2): 139/208 kB | 122/184 kB Progress (2): 143/208 kB | 122/184 kB Progress (2): 147/208 kB | 122/184 kB Progress (2): 147/208 kB | 126/184 kB Progress (2): 147/208 kB | 130/184 kB Progress (2): 151/208 kB | 130/184 kB Progress (2): 155/208 kB | 130/184 kB Progress (2): 155/208 kB | 134/184 kB Progress (2): 155/208 kB | 138/184 kB Progress (2): 159/208 kB | 138/184 kB Progress (2): 163/208 kB | 138/184 kB Progress (2): 163/208 kB | 142/184 kB Progress (2): 164/208 kB | 142/184 kB Progress (2): 164/208 kB | 146/184 kB Progress (2): 168/208 kB | 146/184 kB Progress (2): 168/208 kB | 150/184 kB Progress (2): 172/208 kB | 150/184 kB Progress (2): 172/208 kB | 154/184 kB Progress (2): 176/208 kB | 154/184 kB Progress (2): 176/208 kB | 158/184 kB Progress (2): 180/208 kB | 158/184 kB Progress (2): 180/208 kB | 162/184 kB Progress (2): 184/208 kB | 162/184 kB Progress (2): 184/208 kB | 166/184 kB Progress (2): 188/208 kB | 166/184 kB Progress (2): 188/208 kB | 170/184 kB Progress (2): 192/208 kB | 170/184 kB Progress (2): 192/208 kB | 174/184 kB Progress (2): 196/208 kB | 174/184 kB Progress (2): 196/208 kB | 178/184 kB Progress (2): 200/208 kB | 178/184 kB Progress (2): 200/208 kB | 182/184 kB Progress (2): 204/208 kB | 182/184 kB Progress (2): 204/208 kB | 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 4.7 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 4.1 MB/s) [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ relaxng-datatype --- [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ relaxng-datatype --- [INFO] Loading source file /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/module-info.java... Loading source files for package com.sun.tools.rngdatatype... Loading source files for package com.sun.tools.rngdatatype.helpers... Constructing Javadoc information... Standard Doclet version 11 Building tree for all the packages and classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/Datatype.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeLibrary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeStreamingValidator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/ValidationContext.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/ParameterlessDatatypeBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/StreamingValidatorImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/module-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/serialized-form.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/Datatype.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeLibrary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeStreamingValidator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/ValidationContext.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/class-use/DatatypeLibraryLoader.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/class-use/ParameterlessDatatypeBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/class-use/StreamingValidatorImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/allclasses-index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/allpackages-index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/allclasses.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/allclasses.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (default-cli) > generate-sources @ relaxng-datatype >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ relaxng-datatype --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ relaxng-datatype --- [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (default-cli) < generate-sources @ relaxng-datatype <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (default-cli) @ relaxng-datatype --- [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default-cli) @ relaxng-datatype --- [INFO] Loading source file /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/src/main/java/module-info.java... Loading source files for package com.sun.tools.rngdatatype... Loading source files for package com.sun.tools.rngdatatype.helpers... Constructing Javadoc information... Standard Doclet version 11 Building tree for all the packages and classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/Datatype.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeLibrary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/DatatypeStreamingValidator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/ValidationContext.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/DatatypeLibraryLoader.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/ParameterlessDatatypeBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/StreamingValidatorImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/module-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/serialized-form.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/Datatype.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeLibrary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/DatatypeStreamingValidator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/class-use/ValidationContext.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/class-use/DatatypeLibraryLoader.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/class-use/ParameterlessDatatypeBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/class-use/StreamingValidatorImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/com.sun.tools.rngdatatype/com/sun/tools/rngdatatype/helpers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/allclasses-index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/allpackages-index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/allclasses.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/allclasses.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (default-cli) @ relaxng-datatype --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-cli) @ relaxng-datatype --- [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (default-cli) @ relaxng-datatype --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.11-01 and edition "Professional" [INFO] * Using staging profile ID "6f755b311e3233" (matched by Nexus). [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/pom.xml to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2.pom.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-sources.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/relaxng-datatype-2.3.2-javadoc.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------< com.sun.xml.bind.external:rngom >------------------- [INFO] Building RNGOM 2.3.2 [3/3] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.3/xmlunit-1.3.pom Progress (1): 2.7 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.3/xmlunit-1.3.pom (2.7 kB at 10.0 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.3/xmlunit-1.3.jar Progress (1): 4.1/315 kB Progress (1): 7.8/315 kB Progress (1): 12/315 kB Progress (1): 16/315 kB Progress (1): 20/315 kB Progress (1): 24/315 kB Progress (1): 28/315 kB Progress (1): 32/315 kB Progress (1): 37/315 kB Progress (1): 41/315 kB Progress (1): 45/315 kB Progress (1): 49/315 kB Progress (1): 53/315 kB Progress (1): 57/315 kB Progress (1): 61/315 kB Progress (1): 65/315 kB Progress (1): 69/315 kB Progress (1): 73/315 kB Progress (1): 77/315 kB Progress (1): 82/315 kB Progress (1): 86/315 kB Progress (1): 90/315 kB Progress (1): 94/315 kB Progress (1): 98/315 kB Progress (1): 102/315 kB Progress (1): 106/315 kB Progress (1): 110/315 kB Progress (1): 114/315 kB Progress (1): 118/315 kB Progress (1): 123/315 kB Progress (1): 127/315 kB Progress (1): 131/315 kB Progress (1): 135/315 kB Progress (1): 139/315 kB Progress (1): 143/315 kB Progress (1): 147/315 kB Progress (1): 151/315 kB Progress (1): 155/315 kB Progress (1): 159/315 kB Progress (1): 163/315 kB Progress (1): 168/315 kB Progress (1): 172/315 kB Progress (1): 176/315 kB Progress (1): 180/315 kB Progress (1): 184/315 kB Progress (1): 188/315 kB Progress (1): 192/315 kB Progress (1): 196/315 kB Progress (1): 200/315 kB Progress (1): 204/315 kB Progress (1): 209/315 kB Progress (1): 213/315 kB Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/315 kB Progress (1): 229/315 kB Progress (1): 233/315 kB Progress (1): 237/315 kB Progress (1): 241/315 kB Progress (1): 245/315 kB Progress (1): 250/315 kB Progress (1): 254/315 kB Progress (1): 258/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 278/315 kB Progress (1): 282/315 kB Progress (1): 286/315 kB Progress (1): 290/315 kB Progress (1): 295/315 kB Progress (1): 299/315 kB Progress (1): 303/315 kB Progress (1): 307/315 kB Progress (1): 311/315 kB Progress (1): 315 kB Progress (2): 315 kB | 3.8/97 kB Progress (2): 315 kB | 7.9/97 kB Progress (2): 315 kB | 12/97 kB Progress (2): 315 kB | 16/97 kB Progress (2): 315 kB | 20/97 kB Progress (2): 315 kB | 24/97 kB Progress (2): 315 kB | 28/97 kB Progress (2): 315 kB | 32/97 kB Progress (2): 315 kB | 37/97 kB Progress (2): 315 kB | 37/97 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.jar (315 kB at 1.1 MB/s) Progress (1): 41/97 kB Progress (1): 45/97 kB Progress (1): 49/97 kB Progress (1): 53/97 kB Progress (1): 57/97 kB Progress (1): 61/97 kB Progress (1): 64/97 kB Progress (1): 68/97 kB Progress (1): 72/97 kB Progress (1): 76/97 kB Progress (1): 80/97 kB Progress (1): 84/97 kB Progress (1): 88/97 kB Progress (1): 92/97 kB Progress (1): 96/97 kB Progress (1): 97 kB Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.3/xmlunit-1.3.jar (97 kB at 261 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rngom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ rngom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ rngom --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-resource) @ rngom --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rngom --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ rngom --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 149 source files to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/classes [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/digested/DXMLPrinter.java: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/digested/DXMLPrinter.java uses or overrides a deprecated API. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/digested/DXMLPrinter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/binary/DuplicateAttributeDetector.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/binary/DuplicateAttributeDetector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ rngom --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 148 source files to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/classes [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/digested/DXMLPrinter.java: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/digested/DXMLPrinter.java uses or overrides a deprecated API. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/digested/DXMLPrinter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/binary/DuplicateAttributeDetector.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/com/sun/tools/rngom/binary/DuplicateAttributeDetector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rngom --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ rngom --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/test-classes [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/test/java/com/sun/tools/rngom/dump/Printer.java: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/test/java/com/sun/tools/rngom/dump/Printer.java uses or overrides a deprecated API. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/test/java/com/sun/tools/rngom/dump/Printer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/test/java/Main.java: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/test/java/Main.java uses unchecked or unsafe operations. [INFO] /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/test/java/Main.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rngom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rngom --- [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ rngom --- [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ rngom --- [ERROR] Error fetching link: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/package-list. Ignored it. [INFO] Loading source file /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/module-info.java... Loading source files for package com.sun.tools.rngom.ast.builder... Loading source files for package com.sun.tools.rngom.ast.om... Loading source files for package com.sun.tools.rngom.ast.util... Loading source files for package com.sun.tools.rngom.binary... Loading source files for package com.sun.tools.rngom.binary.visitor... Loading source files for package com.sun.tools.rngom.digested... Loading source files for package com.sun.tools.rngom.dt... Loading source files for package com.sun.tools.rngom.dt.builtin... Loading source files for package com.sun.tools.rngom.nc... Loading source files for package com.sun.tools.rngom.parse... Loading source files for package com.sun.tools.rngom.parse.compact... Loading source files for package com.sun.tools.rngom.parse.host... Loading source files for package com.sun.tools.rngom.parse.xml... Loading source files for package com.sun.tools.rngom.util... Loading source files for package com.sun.tools.rngom.xml.sax... Loading source files for package com.sun.tools.rngom.xml.util... Constructing Javadoc information... Standard Doclet version 11 Building tree for all the packages and classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Annotations.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/BuildException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/CommentList.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/DataPatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Div.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/ElementAnnotationBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Grammar.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/GrammarSection.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/GrammarSection.Combine.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Include.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/IncludedGrammar.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/NameClassBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/SchemaBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Scope.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/Location.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/ParsedElementAnnotation.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/ParsedNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/ParsedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/CheckingSchemaBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/LocatorImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/AfterPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/AttributePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/BinaryPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ChoicePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/DataExceptPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/DataPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ElementPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/EmptyPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ErrorPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/GroupPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/InterleavePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ListPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/NotAllowedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/OneOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/Pattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/PatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/RefPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/SchemaBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/SchemaPatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/TextPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ValuePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/ChildElementFinder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/ChildElementFinder.Element.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/PatternFunction.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/PatternVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/PatternWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DAnnotation.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DAnnotation.Attribute.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DAttributePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DChoicePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DContainerPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DDataPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DDataPattern.Param.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DDefine.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DElementPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DEmptyPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DGrammarPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DGroupPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DInterleavePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DListPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DMixedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DNotAllowedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DOneOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DOptionalPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DPatternVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DPatternWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DRefPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DSchemaBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DTextPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DUnaryPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DValuePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.DXMLPrinterVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.NameClassXMLPrinterVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.XMLWriter.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.XMLWriterException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXmlTokenPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DZeroOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/Main.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/CachedDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/CascadingDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/DoNothingDatatypeLibraryFactoryImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/BuiltinDatatypeLibrary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/BuiltinDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/AnyNameExceptNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/ChoiceNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NameClassBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NameClassVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NameClassWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NsNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NsNameExceptNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/SimpleNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/Context.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/IllegalSchemaException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/Parseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/CompactParseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/CompactSyntax.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/CompactSyntaxConstants.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/CompactSyntaxTokenManager.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/EOFException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/JavaCharStream.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/ParseException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/Token.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/TokenMgrError.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/UCode_UCodeESC_CharStream.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/Base.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/DivHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/GrammarHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/GrammarSectionHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/IncludeHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/ParsedPatternHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/SchemaBuilderHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/ScopeHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/DtdContext.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/SAXParseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/Localizer.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/Uri.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/Utf16.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/AbstractLexicalHandler.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/JAXPXMLReaderCreator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/XmlBaseHandler.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/XMLReaderCreator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/EncodingMap.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/Naming.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/WellKnownNamespaces.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/module-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/serialized-form.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Annotations.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/BuildException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/CommentList.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/DataPatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Div.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/ElementAnnotationBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Grammar.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/GrammarSection.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/GrammarSection.Combine.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Include.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/IncludedGrammar.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/NameClassBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/SchemaBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Scope.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/class-use/Location.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/class-use/ParsedElementAnnotation.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/class-use/ParsedNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/class-use/ParsedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/class-use/CheckingSchemaBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/class-use/LocatorImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/AfterPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/AttributePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/BinaryPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ChoicePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/DataExceptPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/DataPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ElementPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/EmptyPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ErrorPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/GroupPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/InterleavePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ListPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/NotAllowedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/OneOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/Pattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/PatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/RefPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/SchemaBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/SchemaPatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/TextPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ValuePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/ChildElementFinder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/ChildElementFinder.Element.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/PatternFunction.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/PatternVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/PatternWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DAnnotation.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DAnnotation.Attribute.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DAttributePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DChoicePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DContainerPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DDataPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DDataPattern.Param.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DDefine.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DElementPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DEmptyPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DGrammarPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DGroupPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DInterleavePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DListPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DMixedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DNotAllowedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DOneOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DOptionalPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DPatternVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DPatternWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DRefPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DSchemaBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DTextPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DUnaryPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DValuePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.NameClassXMLPrinterVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.DXMLPrinterVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.XMLWriter.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.XMLWriterException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXmlTokenPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DZeroOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/Main.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/class-use/CachedDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/class-use/CascadingDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/class-use/DoNothingDatatypeLibraryFactoryImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/class-use/BuiltinDatatypeLibrary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/class-use/BuiltinDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/AnyNameExceptNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/ChoiceNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NameClassBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NameClassVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NameClassWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NsNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NsNameExceptNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/SimpleNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/class-use/Context.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/class-use/IllegalSchemaException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/class-use/Parseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/CompactParseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/CompactSyntax.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/CompactSyntaxConstants.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/CompactSyntaxTokenManager.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/EOFException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/JavaCharStream.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/ParseException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/Token.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/TokenMgrError.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/UCode_UCodeESC_CharStream.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/Base.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/DivHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/GrammarHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/GrammarSectionHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/IncludeHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/ParsedPatternHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/SchemaBuilderHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/ScopeHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/class-use/DtdContext.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/class-use/SAXParseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/class-use/Localizer.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/class-use/Uri.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/class-use/Utf16.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/class-use/AbstractLexicalHandler.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/class-use/JAXPXMLReaderCreator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/class-use/XMLReaderCreator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/class-use/XmlBaseHandler.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/class-use/EncodingMap.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/class-use/Naming.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/class-use/WellKnownNamespaces.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/allclasses-index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/allpackages-index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/allclasses.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/allclasses.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (default-cli) > generate-sources @ rngom >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ rngom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ rngom --- [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (default-cli) < generate-sources @ rngom <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (default-cli) @ rngom --- [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default-cli) @ rngom --- [ERROR] Error fetching link: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target/apidocs/package-list. Ignored it. [INFO] Loading source file /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/src/main/java/module-info.java... Loading source files for package com.sun.tools.rngom.ast.builder... Loading source files for package com.sun.tools.rngom.ast.om... Loading source files for package com.sun.tools.rngom.ast.util... Loading source files for package com.sun.tools.rngom.binary... Loading source files for package com.sun.tools.rngom.binary.visitor... Loading source files for package com.sun.tools.rngom.digested... Loading source files for package com.sun.tools.rngom.dt... Loading source files for package com.sun.tools.rngom.dt.builtin... Loading source files for package com.sun.tools.rngom.nc... Loading source files for package com.sun.tools.rngom.parse... Loading source files for package com.sun.tools.rngom.parse.compact... Loading source files for package com.sun.tools.rngom.parse.host... Loading source files for package com.sun.tools.rngom.parse.xml... Loading source files for package com.sun.tools.rngom.util... Loading source files for package com.sun.tools.rngom.xml.sax... Loading source files for package com.sun.tools.rngom.xml.util... Constructing Javadoc information... Standard Doclet version 11 Building tree for all the packages and classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Annotations.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/BuildException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/CommentList.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/DataPatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Div.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/ElementAnnotationBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Grammar.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/GrammarSection.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/GrammarSection.Combine.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Include.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/IncludedGrammar.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/NameClassBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/SchemaBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/Scope.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/Location.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/ParsedElementAnnotation.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/ParsedNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/ParsedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/CheckingSchemaBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/LocatorImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/AfterPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/AttributePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/BinaryPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ChoicePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/DataExceptPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/DataPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ElementPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/EmptyPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ErrorPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/GroupPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/InterleavePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ListPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/NotAllowedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/OneOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/Pattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/PatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/RefPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/SchemaBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/SchemaPatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/TextPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/ValuePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/ChildElementFinder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/ChildElementFinder.Element.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/PatternFunction.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/PatternVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/PatternWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DAnnotation.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DAnnotation.Attribute.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DAttributePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DChoicePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DContainerPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DDataPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DDataPattern.Param.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DDefine.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DElementPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DEmptyPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DGrammarPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DGroupPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DInterleavePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DListPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DMixedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DNotAllowedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DOneOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DOptionalPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DPatternVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DPatternWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DRefPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DSchemaBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DTextPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DUnaryPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DValuePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.DXMLPrinterVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.NameClassXMLPrinterVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.XMLWriter.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXMLPrinter.XMLWriterException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DXmlTokenPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/DZeroOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/Main.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/CachedDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/CascadingDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/DoNothingDatatypeLibraryFactoryImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/BuiltinDatatypeLibrary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/BuiltinDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/AnyNameExceptNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/ChoiceNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NameClassBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NameClassVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NameClassWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NsNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/NsNameExceptNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/SimpleNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/Context.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/IllegalSchemaException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/Parseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/CompactParseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/CompactSyntax.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/CompactSyntaxConstants.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/CompactSyntaxTokenManager.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/EOFException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/JavaCharStream.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/ParseException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/Token.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/TokenMgrError.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/UCode_UCodeESC_CharStream.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/Base.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/DivHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/GrammarHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/GrammarSectionHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/IncludeHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/ParsedPatternHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/SchemaBuilderHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/ScopeHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/DtdContext.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/SAXParseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/Localizer.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/Uri.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/Utf16.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/AbstractLexicalHandler.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/JAXPXMLReaderCreator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/XmlBaseHandler.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/XMLReaderCreator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/EncodingMap.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/Naming.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/WellKnownNamespaces.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/package-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/package-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/module-summary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/serialized-form.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Annotations.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/BuildException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/CommentList.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/DataPatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Div.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/ElementAnnotationBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Grammar.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/GrammarSection.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/GrammarSection.Combine.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Include.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/IncludedGrammar.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/NameClassBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/SchemaBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/class-use/Scope.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/class-use/Location.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/class-use/ParsedElementAnnotation.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/class-use/ParsedNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/class-use/ParsedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/class-use/CheckingSchemaBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/class-use/LocatorImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/AfterPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/AttributePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/BinaryPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ChoicePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/DataExceptPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/DataPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ElementPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/EmptyPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ErrorPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/GroupPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/InterleavePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ListPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/NotAllowedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/OneOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/Pattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/PatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/RefPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/SchemaBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/SchemaPatternBuilder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/TextPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/class-use/ValuePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/ChildElementFinder.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/ChildElementFinder.Element.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/PatternFunction.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/PatternVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/class-use/PatternWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DAnnotation.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DAnnotation.Attribute.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DAttributePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DChoicePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DContainerPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DDataPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DDataPattern.Param.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DDefine.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DElementPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DEmptyPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DGrammarPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DGroupPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DInterleavePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DListPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DMixedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DNotAllowedPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DOneOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DOptionalPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DPatternVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DPatternWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DRefPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DSchemaBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DTextPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DUnaryPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DValuePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.NameClassXMLPrinterVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.DXMLPrinterVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.XMLWriter.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXMLPrinter.XMLWriterException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DXmlTokenPattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/DZeroOrMorePattern.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/class-use/Main.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/class-use/CachedDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/class-use/CascadingDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/class-use/DoNothingDatatypeLibraryFactoryImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/class-use/BuiltinDatatypeLibrary.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/class-use/BuiltinDatatypeLibraryFactory.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/AnyNameExceptNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/ChoiceNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NameClassBuilderImpl.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NameClassVisitor.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NameClassWalker.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NsNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/NsNameExceptNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/class-use/SimpleNameClass.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/class-use/Context.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/class-use/IllegalSchemaException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/class-use/Parseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/CompactParseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/CompactSyntax.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/CompactSyntaxConstants.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/CompactSyntaxTokenManager.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/EOFException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/JavaCharStream.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/ParseException.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/Token.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/TokenMgrError.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/class-use/UCode_UCodeESC_CharStream.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/Base.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/DivHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/GrammarHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/GrammarSectionHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/IncludeHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/ParsedPatternHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/SchemaBuilderHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/class-use/ScopeHost.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/class-use/DtdContext.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/class-use/SAXParseable.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/class-use/Localizer.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/class-use/Uri.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/class-use/Utf16.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/class-use/AbstractLexicalHandler.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/class-use/JAXPXMLReaderCreator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/class-use/XMLReaderCreator.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/class-use/XmlBaseHandler.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/class-use/EncodingMap.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/class-use/Naming.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/class-use/WellKnownNamespaces.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/builder/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/om/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/ast/util/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/binary/visitor/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/digested/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/dt/builtin/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/nc/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/compact/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/host/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/parse/xml/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/util/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/sax/package-use.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/com.sun.tools.rngom/com/sun/tools/rngom/xml/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/allclasses-index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/allpackages-index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/allclasses.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/allclasses.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/index.html... Generating /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (default-cli) @ rngom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-cli) @ rngom --- [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (default-cli) @ rngom --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.11-01 and edition "Professional" [INFO] * Using staging profile ID "6f755b311e3233" (matched by Nexus). [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/pom.xml to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2.pom.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-sources.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar.asc [INFO] Installing /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target/rngom-2.3.2-javadoc.jar.asc to /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target/nexus-staging/staging/6f755b311e3233/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "6f755b311e3233" [INFO] * Created staging repository with ID "comsunxmlbind-1035". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035 [INFO] * Uploading locally staged artifacts to profile com.sun.xml.bind Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom.asc (833 B at 6.7 kB/s) Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/mvn/jaxb-external-parent/maven-metadata.xml Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/mvn/jaxb-external-parent/maven-metadata.xml Progress (1): 320 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/mvn/jaxb-external-parent/maven-metadata.xml (320 B at 1.2 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.1/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.2/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.3/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.4/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.5/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.6/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.7/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.8/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 0.9/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.0/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.1/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.2/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3/1.3 MB Progress (1): 1.3 MB Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar (1.3 MB at 2.6 MB/s) Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/maven-metadata.xml Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/maven-metadata.xml Progress (1): 310 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/maven-metadata.xml (310 B at 778 B/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar.asc (833 B at 9.6 kB/s) Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/maven-metadata.xml Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/maven-metadata.xml Progress (1): 321 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/maven-metadata.xml (321 B at 914 B/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.jar.asc (833 B at 11 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar.asc (833 B at 10 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom (2.3 kB at 9.4 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.jar Progress (1): 2.0/316 kB Progress (1): 4.1/316 kB Progress (1): 6.1/316 kB Progress (1): 8.2/316 kB Progress (1): 10/316 kB Progress (1): 12/316 kB Progress (1): 14/316 kB Progress (1): 16/316 kB Progress (1): 18/316 kB Progress (1): 20/316 kB Progress (1): 23/316 kB Progress (1): 25/316 kB Progress (1): 27/316 kB Progress (1): 29/316 kB Progress (1): 31/316 kB Progress (1): 33/316 kB Progress (1): 35/316 kB Progress (1): 37/316 kB Progress (1): 39/316 kB Progress (1): 41/316 kB Progress (1): 43/316 kB Progress (1): 45/316 kB Progress (1): 47/316 kB Progress (1): 49/316 kB Progress (1): 51/316 kB Progress (1): 53/316 kB Progress (1): 55/316 kB Progress (1): 57/316 kB Progress (1): 59/316 kB Progress (1): 61/316 kB Progress (1): 63/316 kB Progress (1): 66/316 kB Progress (1): 68/316 kB Progress (1): 70/316 kB Progress (1): 72/316 kB Progress (1): 74/316 kB Progress (1): 76/316 kB Progress (1): 78/316 kB Progress (1): 80/316 kB Progress (1): 82/316 kB Progress (1): 84/316 kB Progress (1): 86/316 kB Progress (1): 88/316 kB Progress (1): 90/316 kB Progress (1): 92/316 kB Progress (1): 94/316 kB Progress (1): 96/316 kB Progress (1): 98/316 kB Progress (1): 100/316 kB Progress (1): 102/316 kB Progress (1): 104/316 kB Progress (1): 106/316 kB Progress (1): 109/316 kB Progress (1): 111/316 kB Progress (1): 113/316 kB Progress (1): 115/316 kB Progress (1): 117/316 kB Progress (1): 119/316 kB Progress (1): 121/316 kB Progress (1): 123/316 kB Progress (1): 125/316 kB Progress (1): 127/316 kB Progress (1): 129/316 kB Progress (1): 131/316 kB Progress (1): 133/316 kB Progress (1): 135/316 kB Progress (1): 137/316 kB Progress (1): 139/316 kB Progress (1): 141/316 kB Progress (1): 143/316 kB Progress (1): 145/316 kB Progress (1): 147/316 kB Progress (1): 150/316 kB Progress (1): 152/316 kB Progress (1): 154/316 kB Progress (1): 156/316 kB Progress (1): 158/316 kB Progress (1): 160/316 kB Progress (1): 162/316 kB Progress (1): 164/316 kB Progress (1): 166/316 kB Progress (1): 168/316 kB Progress (1): 170/316 kB Progress (1): 172/316 kB Progress (1): 174/316 kB Progress (1): 176/316 kB Progress (1): 178/316 kB Progress (1): 180/316 kB Progress (1): 182/316 kB Progress (1): 184/316 kB Progress (1): 186/316 kB Progress (1): 188/316 kB Progress (1): 190/316 kB Progress (1): 193/316 kB Progress (1): 195/316 kB Progress (1): 197/316 kB Progress (1): 199/316 kB Progress (1): 201/316 kB Progress (1): 203/316 kB Progress (1): 205/316 kB Progress (1): 207/316 kB Progress (1): 209/316 kB Progress (1): 211/316 kB Progress (1): 213/316 kB Progress (1): 215/316 kB Progress (1): 217/316 kB Progress (1): 219/316 kB Progress (1): 221/316 kB Progress (1): 223/316 kB Progress (1): 225/316 kB Progress (1): 227/316 kB Progress (1): 229/316 kB Progress (1): 231/316 kB Progress (1): 233/316 kB Progress (1): 236/316 kB Progress (1): 238/316 kB Progress (1): 240/316 kB Progress (1): 242/316 kB Progress (1): 244/316 kB Progress (1): 246/316 kB Progress (1): 248/316 kB Progress (1): 250/316 kB Progress (1): 252/316 kB Progress (1): 254/316 kB Progress (1): 256/316 kB Progress (1): 258/316 kB Progress (1): 260/316 kB Progress (1): 262/316 kB Progress (1): 264/316 kB Progress (1): 266/316 kB Progress (1): 268/316 kB Progress (1): 270/316 kB Progress (1): 272/316 kB Progress (1): 274/316 kB Progress (1): 276/316 kB Progress (1): 279/316 kB Progress (1): 281/316 kB Progress (1): 283/316 kB Progress (1): 285/316 kB Progress (1): 287/316 kB Progress (1): 289/316 kB Progress (1): 291/316 kB Progress (1): 293/316 kB Progress (1): 295/316 kB Progress (1): 297/316 kB Progress (1): 299/316 kB Progress (1): 301/316 kB Progress (1): 303/316 kB Progress (1): 305/316 kB Progress (1): 307/316 kB Progress (1): 309/316 kB Progress (1): 311/316 kB Progress (1): 313/316 kB Progress (1): 315/316 kB Progress (1): 316 kB Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.jar (316 kB at 761 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom Progress (1): 2.0/4.7 kB Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom (4.7 kB at 17 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar Progress (1): 2.0/26 kB Progress (1): 4.1/26 kB Progress (1): 6.1/26 kB Progress (1): 8.2/26 kB Progress (1): 10/26 kB Progress (1): 12/26 kB Progress (1): 14/26 kB Progress (1): 16/26 kB Progress (1): 18/26 kB Progress (1): 20/26 kB Progress (1): 23/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-sources.jar (26 kB at 110 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom.asc (833 B at 10 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar.asc (833 B at 10 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar Progress (1): 2.0/264 kB Progress (1): 4.1/264 kB Progress (1): 6.1/264 kB Progress (1): 8.2/264 kB Progress (1): 10/264 kB Progress (1): 12/264 kB Progress (1): 14/264 kB Progress (1): 16/264 kB Progress (1): 18/264 kB Progress (1): 20/264 kB Progress (1): 23/264 kB Progress (1): 25/264 kB Progress (1): 27/264 kB Progress (1): 29/264 kB Progress (1): 31/264 kB Progress (1): 33/264 kB Progress (1): 35/264 kB Progress (1): 37/264 kB Progress (1): 39/264 kB Progress (1): 41/264 kB Progress (1): 43/264 kB Progress (1): 45/264 kB Progress (1): 47/264 kB Progress (1): 49/264 kB Progress (1): 51/264 kB Progress (1): 53/264 kB Progress (1): 55/264 kB Progress (1): 57/264 kB Progress (1): 59/264 kB Progress (1): 61/264 kB Progress (1): 63/264 kB Progress (1): 66/264 kB Progress (1): 68/264 kB Progress (1): 70/264 kB Progress (1): 72/264 kB Progress (1): 74/264 kB Progress (1): 76/264 kB Progress (1): 78/264 kB Progress (1): 80/264 kB Progress (1): 82/264 kB Progress (1): 84/264 kB Progress (1): 86/264 kB Progress (1): 88/264 kB Progress (1): 90/264 kB Progress (1): 92/264 kB Progress (1): 94/264 kB Progress (1): 96/264 kB Progress (1): 98/264 kB Progress (1): 100/264 kB Progress (1): 102/264 kB Progress (1): 104/264 kB Progress (1): 106/264 kB Progress (1): 109/264 kB Progress (1): 111/264 kB Progress (1): 113/264 kB Progress (1): 115/264 kB Progress (1): 117/264 kB Progress (1): 119/264 kB Progress (1): 121/264 kB Progress (1): 123/264 kB Progress (1): 125/264 kB Progress (1): 127/264 kB Progress (1): 129/264 kB Progress (1): 131/264 kB Progress (1): 133/264 kB Progress (1): 135/264 kB Progress (1): 137/264 kB Progress (1): 139/264 kB Progress (1): 141/264 kB Progress (1): 143/264 kB Progress (1): 145/264 kB Progress (1): 147/264 kB Progress (1): 150/264 kB Progress (1): 152/264 kB Progress (1): 154/264 kB Progress (1): 156/264 kB Progress (1): 158/264 kB Progress (1): 160/264 kB Progress (1): 162/264 kB Progress (1): 164/264 kB Progress (1): 166/264 kB Progress (1): 168/264 kB Progress (1): 170/264 kB Progress (1): 172/264 kB Progress (1): 174/264 kB Progress (1): 176/264 kB Progress (1): 178/264 kB Progress (1): 180/264 kB Progress (1): 182/264 kB Progress (1): 184/264 kB Progress (1): 186/264 kB Progress (1): 188/264 kB Progress (1): 190/264 kB Progress (1): 193/264 kB Progress (1): 195/264 kB Progress (1): 197/264 kB Progress (1): 199/264 kB Progress (1): 201/264 kB Progress (1): 203/264 kB Progress (1): 205/264 kB Progress (1): 207/264 kB Progress (1): 209/264 kB Progress (1): 211/264 kB Progress (1): 213/264 kB Progress (1): 215/264 kB Progress (1): 217/264 kB Progress (1): 219/264 kB Progress (1): 221/264 kB Progress (1): 223/264 kB Progress (1): 225/264 kB Progress (1): 227/264 kB Progress (1): 229/264 kB Progress (1): 231/264 kB Progress (1): 233/264 kB Progress (1): 236/264 kB Progress (1): 238/264 kB Progress (1): 240/264 kB Progress (1): 242/264 kB Progress (1): 244/264 kB Progress (1): 246/264 kB Progress (1): 248/264 kB Progress (1): 250/264 kB Progress (1): 252/264 kB Progress (1): 254/264 kB Progress (1): 256/264 kB Progress (1): 258/264 kB Progress (1): 260/264 kB Progress (1): 262/264 kB Progress (1): 264 kB Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-sources.jar (264 kB at 1.0 MB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom.asc (833 B at 10 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar Progress (1): 2.0/20 kB Progress (1): 4.1/20 kB Progress (1): 6.1/20 kB Progress (1): 8.2/20 kB Progress (1): 10/20 kB Progress (1): 12/20 kB Progress (1): 14/20 kB Progress (1): 16/20 kB Progress (1): 18/20 kB Progress (1): 20 kB Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.jar (20 kB at 82 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom Progress (1): 2.0/3.8 kB Progress (1): 3.8 kB Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom (3.8 kB at 15 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar.asc (833 B at 8.0 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar.asc Progress (1): 833 B Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2-javadoc.jar.asc (833 B at 10 kB/s) Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar Progress (1): 2.0/471 kB Progress (1): 4.1/471 kB Progress (1): 6.1/471 kB Progress (1): 8.2/471 kB Progress (1): 10/471 kB Progress (1): 12/471 kB Progress (1): 14/471 kB Progress (1): 16/471 kB Progress (1): 18/471 kB Progress (1): 20/471 kB Progress (1): 23/471 kB Progress (1): 25/471 kB Progress (1): 27/471 kB Progress (1): 29/471 kB Progress (1): 31/471 kB Progress (1): 33/471 kB Progress (1): 35/471 kB Progress (1): 37/471 kB Progress (1): 39/471 kB Progress (1): 41/471 kB Progress (1): 43/471 kB Progress (1): 45/471 kB Progress (1): 47/471 kB Progress (1): 49/471 kB Progress (1): 51/471 kB Progress (1): 53/471 kB Progress (1): 55/471 kB Progress (1): 57/471 kB Progress (1): 59/471 kB Progress (1): 61/471 kB Progress (1): 63/471 kB Progress (1): 66/471 kB Progress (1): 68/471 kB Progress (1): 70/471 kB Progress (1): 72/471 kB Progress (1): 74/471 kB Progress (1): 76/471 kB Progress (1): 78/471 kB Progress (1): 80/471 kB Progress (1): 82/471 kB Progress (1): 84/471 kB Progress (1): 86/471 kB Progress (1): 88/471 kB Progress (1): 90/471 kB Progress (1): 92/471 kB Progress (1): 94/471 kB Progress (1): 96/471 kB Progress (1): 98/471 kB Progress (1): 100/471 kB Progress (1): 102/471 kB Progress (1): 104/471 kB Progress (1): 106/471 kB Progress (1): 109/471 kB Progress (1): 111/471 kB Progress (1): 113/471 kB Progress (1): 115/471 kB Progress (1): 117/471 kB Progress (1): 119/471 kB Progress (1): 121/471 kB Progress (1): 123/471 kB Progress (1): 125/471 kB Progress (1): 127/471 kB Progress (1): 129/471 kB Progress (1): 131/471 kB Progress (1): 133/471 kB Progress (1): 135/471 kB Progress (1): 137/471 kB Progress (1): 139/471 kB Progress (1): 141/471 kB Progress (1): 143/471 kB Progress (1): 145/471 kB Progress (1): 147/471 kB Progress (1): 150/471 kB Progress (1): 152/471 kB Progress (1): 154/471 kB Progress (1): 156/471 kB Progress (1): 158/471 kB Progress (1): 160/471 kB Progress (1): 162/471 kB Progress (1): 164/471 kB Progress (1): 166/471 kB Progress (1): 168/471 kB Progress (1): 170/471 kB Progress (1): 172/471 kB Progress (1): 174/471 kB Progress (1): 176/471 kB Progress (1): 178/471 kB Progress (1): 180/471 kB Progress (1): 182/471 kB Progress (1): 184/471 kB Progress (1): 186/471 kB Progress (1): 188/471 kB Progress (1): 190/471 kB Progress (1): 193/471 kB Progress (1): 195/471 kB Progress (1): 197/471 kB Progress (1): 199/471 kB Progress (1): 201/471 kB Progress (1): 203/471 kB Progress (1): 205/471 kB Progress (1): 207/471 kB Progress (1): 209/471 kB Progress (1): 211/471 kB Progress (1): 213/471 kB Progress (1): 215/471 kB Progress (1): 217/471 kB Progress (1): 219/471 kB Progress (1): 221/471 kB Progress (1): 223/471 kB Progress (1): 225/471 kB Progress (1): 227/471 kB Progress (1): 229/471 kB Progress (1): 231/471 kB Progress (1): 233/471 kB Progress (1): 236/471 kB Progress (1): 238/471 kB Progress (1): 240/471 kB Progress (1): 242/471 kB Progress (1): 244/471 kB Progress (1): 246/471 kB Progress (1): 248/471 kB Progress (1): 250/471 kB Progress (1): 252/471 kB Progress (1): 254/471 kB Progress (1): 256/471 kB Progress (1): 258/471 kB Progress (1): 260/471 kB Progress (1): 262/471 kB Progress (1): 264/471 kB Progress (1): 266/471 kB Progress (1): 268/471 kB Progress (1): 270/471 kB Progress (1): 272/471 kB Progress (1): 274/471 kB Progress (1): 276/471 kB Progress (1): 279/471 kB Progress (1): 281/471 kB Progress (1): 283/471 kB Progress (1): 285/471 kB Progress (1): 287/471 kB Progress (1): 289/471 kB Progress (1): 291/471 kB Progress (1): 293/471 kB Progress (1): 295/471 kB Progress (1): 297/471 kB Progress (1): 299/471 kB Progress (1): 301/471 kB Progress (1): 303/471 kB Progress (1): 305/471 kB Progress (1): 307/471 kB Progress (1): 309/471 kB Progress (1): 311/471 kB Progress (1): 313/471 kB Progress (1): 315/471 kB Progress (1): 317/471 kB Progress (1): 319/471 kB Progress (1): 322/471 kB Progress (1): 324/471 kB Progress (1): 326/471 kB Progress (1): 328/471 kB Progress (1): 330/471 kB Progress (1): 332/471 kB Progress (1): 334/471 kB Progress (1): 336/471 kB Progress (1): 338/471 kB Progress (1): 340/471 kB Progress (1): 342/471 kB Progress (1): 344/471 kB Progress (1): 346/471 kB Progress (1): 348/471 kB Progress (1): 350/471 kB Progress (1): 352/471 kB Progress (1): 354/471 kB Progress (1): 356/471 kB Progress (1): 358/471 kB Progress (1): 360/471 kB Progress (1): 362/471 kB Progress (1): 365/471 kB Progress (1): 367/471 kB Progress (1): 369/471 kB Progress (1): 371/471 kB Progress (1): 373/471 kB Progress (1): 375/471 kB Progress (1): 377/471 kB Progress (1): 379/471 kB Progress (1): 381/471 kB Progress (1): 383/471 kB Progress (1): 385/471 kB Progress (1): 387/471 kB Progress (1): 389/471 kB Progress (1): 391/471 kB Progress (1): 393/471 kB Progress (1): 395/471 kB Progress (1): 397/471 kB Progress (1): 399/471 kB Progress (1): 401/471 kB Progress (1): 403/471 kB Progress (1): 406/471 kB Progress (1): 408/471 kB Progress (1): 410/471 kB Progress (1): 412/471 kB Progress (1): 414/471 kB Progress (1): 416/471 kB Progress (1): 418/471 kB Progress (1): 420/471 kB Progress (1): 422/471 kB Progress (1): 424/471 kB Progress (1): 426/471 kB Progress (1): 428/471 kB Progress (1): 430/471 kB Progress (1): 432/471 kB Progress (1): 434/471 kB Progress (1): 436/471 kB Progress (1): 438/471 kB Progress (1): 440/471 kB Progress (1): 442/471 kB Progress (1): 444/471 kB Progress (1): 446/471 kB Progress (1): 449/471 kB Progress (1): 451/471 kB Progress (1): 453/471 kB Progress (1): 455/471 kB Progress (1): 457/471 kB Progress (1): 459/471 kB Progress (1): 461/471 kB Progress (1): 463/471 kB Progress (1): 465/471 kB Progress (1): 467/471 kB Progress (1): 469/471 kB Progress (1): 471 kB Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlbind-1035/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2-javadoc.jar (471 kB at 1.6 MB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "comsunxmlbind-1035". Waiting for operation to complete... ....... [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] JAXB External parent 2.3.2 ......................... SUCCESS [ 38.290 s] [INFO] RelaxNG Datatype ................................... SUCCESS [ 44.083 s] [INFO] RNGOM 2.3.2 ........................................ SUCCESS [ 50.246 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:23 min [INFO] Finished at: 2018-12-27T13:38:55Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/workspace/jaxb-external + echo '-[ Tag release ]----------------------------------------------------------------' -[ Tag release ]---------------------------------------------------------------- + git tag 2.3.2-External -m 'Release com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2' + cd /home/jenkins/workspace/jaxb-external/jaxb-ri/external + echo '-[ Set next snapshot version ]--------------------------------------------------' -[ Set next snapshot version ]-------------------------------------------------- + mvn -U -C -DnewVersion=2.3.3-SNAPSHOT -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.sun.xml.bind.external:rngom:jar:2.3.2 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ com.sun.xml.bind.external:rngom:[unknown-version], /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/pom.xml, line 39, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.sun.xml.bind.mvn:jaxb-external-parent:pom:2.3.2 [WARNING] 'parent.relativePath' of POM com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2 (/home/jenkins/workspace/jaxb-external/jaxb-ri/external/pom.xml) points at com.sun.xml.bind.mvn:jaxb-parent instead of org.eclipse.ee4j:project, please verify your project structure @ line 18, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JAXB External parent [pom] [INFO] RelaxNG Datatype [jar] [INFO] RNGOM [jar] [INFO] [INFO] -------------< com.sun.xml.bind.mvn:jaxb-external-parent >-------------- [INFO] Building JAXB External parent 2.3.2 [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-external-parent --- [INFO] Deleting /home/jenkins/workspace/jaxb-external/jaxb-ri/external/target [INFO] [INFO] -------------< com.sun.xml.bind.external:relaxng-datatype >------------- [INFO] Building RelaxNG Datatype 2.3.2 [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ relaxng-datatype --- [INFO] Deleting /home/jenkins/workspace/jaxb-external/jaxb-ri/external/relaxng-datatype/target [INFO] [INFO] ------------------< com.sun.xml.bind.external:rngom >------------------- [INFO] Building RNGOM 2.3.2 [3/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rngom --- [INFO] Deleting /home/jenkins/workspace/jaxb-external/jaxb-ri/external/rngom/target [INFO] [INFO] -------------< com.sun.xml.bind.mvn:jaxb-external-parent >-------------- [INFO] Building JAXB External parent 2.3.2 [4/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ jaxb-external-parent --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/workspace/jaxb-external/jaxb-ri/external [INFO] Processing change of com.sun.xml.bind.mvn:jaxb-external-parent:2.3.2 -> 2.3.3-SNAPSHOT [INFO] Processing com.sun.xml.bind.mvn:jaxb-external-parent [INFO] Updating project com.sun.xml.bind.mvn:jaxb-external-parent [INFO] from version 2.3.2 to 2.3.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.bind.external:relaxng-datatype [INFO] Updating parent com.sun.xml.bind.mvn:jaxb-external-parent [INFO] from version 2.3.2 to 2.3.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.bind.external:rngom [INFO] Updating parent com.sun.xml.bind.mvn:jaxb-external-parent [INFO] from version 2.3.2 to 2.3.3-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] JAXB External parent 2.3.2 ......................... SUCCESS [ 1.066 s] [INFO] RelaxNG Datatype ................................... SUCCESS [ 0.047 s] [INFO] RNGOM 2.3.2 ........................................ SUCCESS [ 0.064 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.792 s [INFO] Finished at: 2018-12-27T13:38:59Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/workspace/jaxb-external + echo '-[ Commit modified pom.xml files ]----------------------------------------------' -[ Commit modified pom.xml files ]---------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + POM_FILES='jaxb-ri/external/pom.xml jaxb-ri/external/relaxng-datatype/pom.xml jaxb-ri/external/rngom/pom.xml' + git add jaxb-ri/external/pom.xml jaxb-ri/external/relaxng-datatype/pom.xml jaxb-ri/external/rngom/pom.xml + git commit -m 'Prepare next development cycle for 2.3.3-SNAPSHOT' [2.3.2-External-RELEASE 089d3de] Prepare next development cycle for 2.3.3-SNAPSHOT 3 files changed, 3 insertions(+), 3 deletions(-) + '[' false = true ']' + echo '-[ Push branch and tag to GitHub ]----------------------------------------------' -[ Push branch and tag to GitHub ]---------------------------------------------- + git push origin 2.3.2-External-RELEASE Failed to add the RSA host key for IP address '192.30.253.112' to the list of known hosts (/home/jenkins/.ssh/known_hosts). remote: remote: Create a pull request for '2.3.2-External-RELEASE' on GitHub by visiting: remote: https://github.com/eclipse-ee4j/jaxb-ri/pull/new/2.3.2-External-RELEASE remote: To github.com:eclipse-ee4j/jaxb-ri.git * [new branch] 2.3.2-External-RELEASE -> 2.3.2-External-RELEASE + git push origin 2.3.2-External Failed to add the RSA host key for IP address '192.30.253.113' to the list of known hosts (/home/jenkins/.ssh/known_hosts). To github.com:eclipse-ee4j/jaxb-ri.git * [new tag] 2.3.2-External -> 2.3.2-External $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 88 killed; [ssh-agent] Stopped. Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Finished: SUCCESS