Started by user Dmitry Kornilov Running as Dmitry Kornilov Agent default-agent-gctkz is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-gctkz" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.metro.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-gctkz" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-gctkz" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.metro.svc.cluster.local/metro/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-metro" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on default-agent-gctkz in workspace /home/jenkins/agent/workspace/package-rename-task-ee4j8-build No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/metro-package-rename-task.git > git init /home/jenkins/agent/workspace/package-rename-task-ee4j8-build # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/metro-package-rename-task.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/metro-package-rename-task.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/eclipse-ee4j/metro-package-rename-task.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/metro-package-rename-task.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/metro-package-rename-task.git > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/metro-package-rename-task.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 9c69f4c75f6293636f0f4002761238f411801ec1 (refs/remotes/origin/EE4J_8) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c69f4c75f6293636f0f4002761238f411801ec1 Commit message: "Merge 1.5.2 release information into EE4J_8. Update SNAPSHOT version. (#13)" > git rev-list --no-walk 9c69f4c75f6293636f0f4002761238f411801ec1 # timeout=10 [package-rename-task-ee4j8-build] $ /bin/sh -ex /tmp/jenkins6133967855998771332.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 + echo '-[ Package Rename Ant Task Build ]----------------------------------------------' -[ Package Rename Ant Task Build ]---------------------------------------------- + cd package-rename-task + mvn -s /home/jenkins/.m2/settings.xml clean install -Pstaging Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.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/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 44 kB/s) [INFO] [INFO] -------------< com.sun.wts.tools.ant:package-rename-task >-------------- [INFO] Building Package rename ant task 1.5.3-SNAPSHOT [INFO] ----------------------------[ maven-plugin ]---------------------------- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 196 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 621 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.0 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/10/apache-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom 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/10/apache-10.pom (15 kB at 529 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar 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/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 724 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.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 304 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom 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 1.6 MB/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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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.7/64 kB Progress (1): 12/64 kB Progress (1): 16/64 kB Progress (1): 20/64 kB Progress (1): 24/64 kB Progress (1): 28/64 kB Progress (1): 32/64 kB Progress (1): 36/64 kB Progress (1): 40/64 kB Progress (1): 44/64 kB Progress (1): 48/64 kB Progress (1): 52/64 kB Progress (1): 56/64 kB Progress (1): 60/64 kB Progress (1): 64/64 kB Progress (1): 64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 278 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 427 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Progress (1): 4.1/9.2 kB Progress (1): 7.7/9.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 484 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/22/maven-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom 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/maven-parent/22/maven-parent-22.pom (30 kB at 1.5 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/11/apache-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom 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/11/apache-11.pom (15 kB at 823 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 820 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom 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 565 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom 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 594 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/32/maven-parent-32.pom 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.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/20/apache-20.pom 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 sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.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.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.2 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom (12 kB at 53 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.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/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 kB at 612 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 33/48 kB Progress (1): 37/48 kB Progress (1): 41/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar (48 kB at 142 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 455 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 690 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 1.3 MB/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 265 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): 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 1.2 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom 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/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 399 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 1.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ant/ant/1.6/ant-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6/ant-1.6.pom Progress (1): 182 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6/ant-1.6.pom (182 B at 9.6 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.pom (2.9 kB at 173 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.5.2/maven-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.2/maven-3.5.2.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/maven/maven/3.5.2/maven-3.5.2.pom (25 kB at 1.2 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/27/maven-parent-27.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.4 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/17/apache-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom 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/17/apache-17.pom (16 kB at 595 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.pom (4.0 kB at 237 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 133 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom 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/4.0/plexus-4.0.pom (22 kB at 1.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 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/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 678 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): 36/65 kB Progress (1): 40/65 kB Progress (1): 44/65 kB Progress (1): 48/65 kB Progress (1): 52/65 kB Progress (1): 56/65 kB Progress (1): 60/65 kB Progress (1): 64/65 kB Progress (1): 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.7 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom 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/apache/18/apache-18.pom (16 kB at 746 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.pom (2.1 kB at 117 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom Progress (1): 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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 219 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom Progress (1): 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/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 763 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 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/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 346 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 68 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 118 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 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/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 439 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 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/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 60 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 16 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 91 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom Progress (1): 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/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 800 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 48 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 265 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.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/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 824 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Progress (1): 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-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 457 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 398 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 89 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.pom Progress (1): 4.1/8.8 kB Progress (1): 7.7/8.8 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.pom (8.8 kB at 549 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.pom (1.8 kB at 92 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.pom (2.6 kB at 154 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.pom (1.5 kB at 80 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 101 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 28 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 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-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 314 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 185 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 425 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.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/4/forge-parent-4.pom (8.4 kB at 525 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom 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-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 322 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 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/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 528 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 57 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.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/3.5.2/maven-repository-metadata-3.5.2.pom (1.9 kB at 111 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.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-builder/3.5.2/maven-model-builder-3.5.2.pom (3.1 kB at 185 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava/20.0/guava-20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 285 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.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/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 396 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 219 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.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/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.pom (4.2 kB at 262 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.pom (1.9 kB at 86 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.1.0/maven-resolver-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.0/maven-resolver-1.1.0.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/resolver/maven-resolver/1.1.0/maven-resolver-1.1.0.pom (16 kB at 928 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.pom (2.1 kB at 109 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.pom (2.2 kB at 101 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.pom (3.5 kB at 173 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom 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-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 293 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 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-components/30/maven-shared-components-30.pom (4.6 kB at 327 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.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/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 699 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom 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/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.5 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom 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/16/apache-16.pom (15 kB at 906 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.0/guice-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.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/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 506 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.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/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 738 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/google/5/google-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 154 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 21 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava/16.0.1/guava-16.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.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/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 26 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.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/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 432 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.pom 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.5 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom 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 51 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom 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 116 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/ant/ant/1.6/ant-1.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.0/guice-4.0-no_aop.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/guava/guava/20.0/guava-20.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6/ant-1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.jar Progress (1): 4.1/952 kB Progress (1): 7.7/952 kB Progress (1): 12/952 kB Progress (1): 16/952 kB Progress (1): 20/952 kB Progress (1): 24/952 kB Progress (1): 28/952 kB Progress (1): 32/952 kB Progress (1): 33/952 kB Progress (1): 37/952 kB Progress (1): 41/952 kB Progress (1): 45/952 kB Progress (1): 49/952 kB Progress (1): 53/952 kB Progress (1): 57/952 kB Progress (1): 61/952 kB Progress (1): 65/952 kB Progress (1): 66/952 kB Progress (1): 70/952 kB Progress (1): 74/952 kB Progress (1): 78/952 kB Progress (1): 82/952 kB Progress (1): 86/952 kB Progress (1): 90/952 kB Progress (1): 94/952 kB Progress (1): 98/952 kB Progress (1): 98/952 kB Progress (1): 102/952 kB Progress (1): 106/952 kB Progress (1): 110/952 kB Progress (1): 114/952 kB Progress (1): 118/952 kB Progress (1): 122/952 kB Progress (1): 126/952 kB Progress (1): 130/952 kB Progress (1): 131/952 kB Progress (1): 135/952 kB Progress (1): 139/952 kB Progress (1): 143/952 kB Progress (1): 147/952 kB Progress (1): 151/952 kB Progress (1): 155/952 kB Progress (1): 159/952 kB Progress (1): 163/952 kB Progress (1): 164/952 kB Progress (1): 168/952 kB Progress (1): 172/952 kB Progress (1): 176/952 kB Progress (1): 180/952 kB Progress (1): 184/952 kB Progress (1): 188/952 kB Progress (1): 192/952 kB Progress (1): 196/952 kB Progress (1): 197/952 kB Progress (1): 201/952 kB Progress (1): 205/952 kB Progress (1): 209/952 kB Progress (1): 213/952 kB Progress (1): 217/952 kB Progress (1): 221/952 kB Progress (1): 225/952 kB Progress (1): 229/952 kB Progress (1): 229/952 kB Progress (1): 233/952 kB Progress (1): 237/952 kB Progress (1): 241/952 kB Progress (1): 245/952 kB Progress (1): 249/952 kB Progress (1): 253/952 kB Progress (1): 257/952 kB Progress (1): 261/952 kB Progress (1): 262/952 kB Progress (1): 266/952 kB Progress (1): 270/952 kB Progress (1): 274/952 kB Progress (1): 278/952 kB Progress (1): 282/952 kB Progress (1): 286/952 kB Progress (1): 290/952 kB Progress (1): 294/952 kB Progress (1): 295/952 kB Progress (1): 299/952 kB Progress (1): 303/952 kB Progress (2): 303/952 kB | 4.1/48 kB Progress (3): 303/952 kB | 4.1/48 kB | 4.1/55 kB Progress (3): 307/952 kB | 4.1/48 kB | 4.1/55 kB Progress (3): 307/952 kB | 4.1/48 kB | 7.7/55 kB Progress (3): 307/952 kB | 7.7/48 kB | 7.7/55 kB Progress (3): 311/952 kB | 7.7/48 kB | 7.7/55 kB Progress (3): 311/952 kB | 7.7/48 kB | 12/55 kB Progress (3): 311/952 kB | 12/48 kB | 12/55 kB Progress (3): 315/952 kB | 12/48 kB | 12/55 kB Progress (4): 315/952 kB | 12/48 kB | 12/55 kB | 4.1/165 kB Progress (4): 315/952 kB | 12/48 kB | 16/55 kB | 4.1/165 kB Progress (4): 315/952 kB | 12/48 kB | 16/55 kB | 7.7/165 kB Progress (4): 319/952 kB | 12/48 kB | 16/55 kB | 7.7/165 kB Progress (4): 319/952 kB | 16/48 kB | 16/55 kB | 7.7/165 kB Progress (4): 319/952 kB | 16/48 kB | 16/55 kB | 12/165 kB Progress (4): 319/952 kB | 16/48 kB | 20/55 kB | 12/165 kB Progress (5): 319/952 kB | 16/48 kB | 20/55 kB | 12/165 kB | 4.1/205 kB Progress (5): 319/952 kB | 16/48 kB | 24/55 kB | 12/165 kB | 4.1/205 kB Progress (5): 319/952 kB | 20/48 kB | 24/55 kB | 12/165 kB | 4.1/205 kB Progress (5): 319/952 kB | 20/48 kB | 28/55 kB | 12/165 kB | 4.1/205 kB Progress (5): 319/952 kB | 20/48 kB | 32/55 kB | 12/165 kB | 4.1/205 kB Progress (5): 319/952 kB | 20/48 kB | 32/55 kB | 16/165 kB | 4.1/205 kB Progress (5): 323/952 kB | 20/48 kB | 32/55 kB | 16/165 kB | 4.1/205 kB Progress (5): 323/952 kB | 20/48 kB | 32/55 kB | 20/165 kB | 4.1/205 kB Progress (5): 323/952 kB | 20/48 kB | 36/55 kB | 20/165 kB | 4.1/205 kB Progress (5): 323/952 kB | 24/48 kB | 36/55 kB | 20/165 kB | 4.1/205 kB Progress (5): 323/952 kB | 24/48 kB | 36/55 kB | 20/165 kB | 7.7/205 kB Progress (5): 323/952 kB | 28/48 kB | 36/55 kB | 20/165 kB | 7.7/205 kB Progress (5): 323/952 kB | 28/48 kB | 40/55 kB | 20/165 kB | 7.7/205 kB Progress (5): 323/952 kB | 28/48 kB | 40/55 kB | 24/165 kB | 7.7/205 kB Progress (5): 327/952 kB | 28/48 kB | 40/55 kB | 24/165 kB | 7.7/205 kB Progress (5): 327/952 kB | 28/48 kB | 40/55 kB | 28/165 kB | 7.7/205 kB Progress (5): 327/952 kB | 28/48 kB | 44/55 kB | 28/165 kB | 7.7/205 kB Progress (5): 327/952 kB | 32/48 kB | 44/55 kB | 28/165 kB | 7.7/205 kB Progress (5): 327/952 kB | 32/48 kB | 44/55 kB | 28/165 kB | 12/205 kB Progress (5): 327/952 kB | 32/48 kB | 48/55 kB | 28/165 kB | 12/205 kB Progress (5): 327/952 kB | 32/48 kB | 48/55 kB | 32/165 kB | 12/205 kB Progress (5): 328/952 kB | 32/48 kB | 48/55 kB | 32/165 kB | 12/205 kB Progress (5): 328/952 kB | 32/48 kB | 48/55 kB | 36/165 kB | 12/205 kB Progress (5): 328/952 kB | 32/48 kB | 52/55 kB | 36/165 kB | 12/205 kB Progress (5): 328/952 kB | 32/48 kB | 52/55 kB | 36/165 kB | 16/205 kB Progress (5): 328/952 kB | 36/48 kB | 52/55 kB | 36/165 kB | 16/205 kB Progress (5): 328/952 kB | 36/48 kB | 52/55 kB | 36/165 kB | 20/205 kB Progress (5): 328/952 kB | 36/48 kB | 55 kB | 36/165 kB | 20/205 kB Progress (5): 328/952 kB | 36/48 kB | 55 kB | 40/165 kB | 20/205 kB Progress (5): 332/952 kB | 36/48 kB | 55 kB | 40/165 kB | 20/205 kB Progress (5): 332/952 kB | 36/48 kB | 55 kB | 44/165 kB | 20/205 kB Progress (5): 332/952 kB | 36/48 kB | 55 kB | 44/165 kB | 24/205 kB Progress (5): 332/952 kB | 40/48 kB | 55 kB | 44/165 kB | 24/205 kB Progress (5): 332/952 kB | 40/48 kB | 55 kB | 44/165 kB | 28/205 kB Progress (5): 332/952 kB | 40/48 kB | 55 kB | 48/165 kB | 28/205 kB Progress (5): 336/952 kB | 40/48 kB | 55 kB | 48/165 kB | 28/205 kB Progress (5): 336/952 kB | 40/48 kB | 55 kB | 52/165 kB | 28/205 kB Progress (5): 336/952 kB | 40/48 kB | 55 kB | 52/165 kB | 32/205 kB Progress (5): 336/952 kB | 44/48 kB | 55 kB | 52/165 kB | 32/205 kB Progress (5): 336/952 kB | 44/48 kB | 55 kB | 52/165 kB | 36/205 kB Progress (5): 340/952 kB | 44/48 kB | 55 kB | 52/165 kB | 36/205 kB Progress (5): 340/952 kB | 44/48 kB | 55 kB | 56/165 kB | 36/205 kB Progress (5): 344/952 kB | 44/48 kB | 55 kB | 56/165 kB | 36/205 kB Progress (5): 344/952 kB | 44/48 kB | 55 kB | 56/165 kB | 40/205 kB Progress (5): 344/952 kB | 48 kB | 55 kB | 56/165 kB | 40/205 kB Progress (5): 348/952 kB | 48 kB | 55 kB | 56/165 kB | 40/205 kB Progress (5): 348/952 kB | 48 kB | 55 kB | 60/165 kB | 40/205 kB Progress (5): 352/952 kB | 48 kB | 55 kB | 60/165 kB | 40/205 kB Progress (5): 352/952 kB | 48 kB | 55 kB | 60/165 kB | 44/205 kB Progress (5): 352/952 kB | 48 kB | 55 kB | 64/165 kB | 44/205 kB Progress (5): 356/952 kB | 48 kB | 55 kB | 64/165 kB | 44/205 kB Progress (5): 356/952 kB | 48 kB | 55 kB | 64/165 kB | 48/205 kB Progress (5): 360/952 kB | 48 kB | 55 kB | 64/165 kB | 48/205 kB Progress (5): 360/952 kB | 48 kB | 55 kB | 68/165 kB | 48/205 kB Progress (5): 364/952 kB | 48 kB | 55 kB | 68/165 kB | 48/205 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.jar (55 kB at 999 kB/s) Progress (4): 364/952 kB | 48 kB | 68/165 kB | 52/205 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (4): 368/952 kB | 48 kB | 68/165 kB | 52/205 kB Progress (4): 368/952 kB | 48 kB | 72/165 kB | 52/205 kB Progress (4): 372/952 kB | 48 kB | 72/165 kB | 52/205 kB Progress (4): 372/952 kB | 48 kB | 72/165 kB | 56/205 kB Progress (4): 376/952 kB | 48 kB | 72/165 kB | 56/205 kB Progress (4): 376/952 kB | 48 kB | 76/165 kB | 56/205 kB Progress (4): 380/952 kB | 48 kB | 76/165 kB | 56/205 kB Progress (4): 380/952 kB | 48 kB | 76/165 kB | 60/205 kB Progress (4): 384/952 kB | 48 kB | 76/165 kB | 60/205 kB Progress (4): 384/952 kB | 48 kB | 80/165 kB | 60/205 kB Progress (4): 388/952 kB | 48 kB | 80/165 kB | 60/205 kB Progress (4): 388/952 kB | 48 kB | 80/165 kB | 64/205 kB Progress (4): 388/952 kB | 48 kB | 84/165 kB | 64/205 kB Progress (4): 392/952 kB | 48 kB | 84/165 kB | 64/205 kB Progress (4): 392/952 kB | 48 kB | 88/165 kB | 64/205 kB Progress (4): 392/952 kB | 48 kB | 88/165 kB | 68/205 kB Progress (4): 396/952 kB | 48 kB | 88/165 kB | 68/205 kB Progress (4): 396/952 kB | 48 kB | 88/165 kB | 72/205 kB Progress (4): 396/952 kB | 48 kB | 92/165 kB | 72/205 kB Progress (4): 396/952 kB | 48 kB | 92/165 kB | 76/205 kB Progress (4): 400/952 kB | 48 kB | 92/165 kB | 76/205 kB Progress (4): 400/952 kB | 48 kB | 92/165 kB | 80/205 kB Progress (4): 400/952 kB | 48 kB | 96/165 kB | 80/205 kB Progress (4): 400/952 kB | 48 kB | 96/165 kB | 84/205 kB Progress (4): 404/952 kB | 48 kB | 96/165 kB | 84/205 kB Progress (4): 404/952 kB | 48 kB | 100/165 kB | 84/205 kB Progress (4): 404/952 kB | 48 kB | 100/165 kB | 88/205 kB Progress (4): 404/952 kB | 48 kB | 104/165 kB | 88/205 kB Progress (4): 408/952 kB | 48 kB | 104/165 kB | 88/205 kB Progress (4): 408/952 kB | 48 kB | 108/165 kB | 88/205 kB Progress (4): 408/952 kB | 48 kB | 108/165 kB | 92/205 kB Progress (4): 412/952 kB | 48 kB | 108/165 kB | 92/205 kB Progress (4): 412/952 kB | 48 kB | 112/165 kB | 92/205 kB Progress (4): 416/952 kB | 48 kB | 112/165 kB | 92/205 kB Progress (4): 416/952 kB | 48 kB | 112/165 kB | 96/205 kB Progress (4): 420/952 kB | 48 kB | 112/165 kB | 96/205 kB Progress (4): 420/952 kB | 48 kB | 116/165 kB | 96/205 kB Progress (4): 420/952 kB | 48 kB | 116/165 kB | 100/205 kB Progress (4): 424/952 kB | 48 kB | 116/165 kB | 100/205 kB Progress (4): 424/952 kB | 48 kB | 116/165 kB | 104/205 kB Progress (4): 424/952 kB | 48 kB | 120/165 kB | 104/205 kB Progress (4): 428/952 kB | 48 kB | 120/165 kB | 104/205 kB Progress (4): 428/952 kB | 48 kB | 120/165 kB | 108/205 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.jar (48 kB at 733 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Progress (3): 432/952 kB | 120/165 kB | 108/205 kB Progress (3): 432/952 kB | 124/165 kB | 108/205 kB Progress (3): 432/952 kB | 124/165 kB | 112/205 kB Progress (3): 432/952 kB | 128/165 kB | 112/205 kB Progress (3): 436/952 kB | 128/165 kB | 112/205 kB Progress (3): 436/952 kB | 128/165 kB | 116/205 kB Progress (3): 436/952 kB | 132/165 kB | 116/205 kB Progress (3): 440/952 kB | 132/165 kB | 116/205 kB Progress (3): 440/952 kB | 136/165 kB | 116/205 kB Progress (3): 440/952 kB | 136/165 kB | 120/205 kB Progress (3): 444/952 kB | 136/165 kB | 120/205 kB Progress (4): 444/952 kB | 136/165 kB | 120/205 kB | 4.1/45 kB Progress (4): 444/952 kB | 140/165 kB | 120/205 kB | 4.1/45 kB Progress (4): 444/952 kB | 140/165 kB | 120/205 kB | 7.7/45 kB Progress (4): 444/952 kB | 140/165 kB | 124/205 kB | 7.7/45 kB Progress (4): 444/952 kB | 140/165 kB | 124/205 kB | 12/45 kB Progress (4): 448/952 kB | 140/165 kB | 124/205 kB | 12/45 kB Progress (4): 448/952 kB | 140/165 kB | 124/205 kB | 16/45 kB Progress (4): 448/952 kB | 140/165 kB | 128/205 kB | 16/45 kB Progress (4): 448/952 kB | 144/165 kB | 128/205 kB | 16/45 kB Progress (4): 448/952 kB | 144/165 kB | 132/205 kB | 16/45 kB Progress (4): 448/952 kB | 144/165 kB | 132/205 kB | 20/45 kB Progress (4): 452/952 kB | 144/165 kB | 132/205 kB | 20/45 kB Progress (4): 452/952 kB | 144/165 kB | 132/205 kB | 24/45 kB Progress (4): 452/952 kB | 144/165 kB | 136/205 kB | 24/45 kB Progress (4): 452/952 kB | 148/165 kB | 136/205 kB | 24/45 kB Progress (4): 452/952 kB | 148/165 kB | 136/205 kB | 28/45 kB Progress (4): 456/952 kB | 148/165 kB | 136/205 kB | 28/45 kB Progress (4): 456/952 kB | 148/165 kB | 136/205 kB | 32/45 kB Progress (4): 456/952 kB | 152/165 kB | 136/205 kB | 32/45 kB Progress (4): 456/952 kB | 152/165 kB | 136/205 kB | 36/45 kB Progress (4): 456/952 kB | 152/165 kB | 140/205 kB | 36/45 kB Progress (4): 456/952 kB | 156/165 kB | 140/205 kB | 36/45 kB Progress (4): 456/952 kB | 156/165 kB | 140/205 kB | 40/45 kB Progress (4): 459/952 kB | 156/165 kB | 140/205 kB | 40/45 kB Progress (4): 459/952 kB | 156/165 kB | 140/205 kB | 44/45 kB Progress (4): 459/952 kB | 160/165 kB | 140/205 kB | 44/45 kB Progress (4): 459/952 kB | 160/165 kB | 144/205 kB | 44/45 kB Progress (4): 459/952 kB | 164/165 kB | 144/205 kB | 44/45 kB Progress (4): 463/952 kB | 164/165 kB | 144/205 kB | 44/45 kB Progress (4): 463/952 kB | 164/165 kB | 144/205 kB | 45 kB Progress (4): 467/952 kB | 164/165 kB | 144/205 kB | 45 kB Progress (4): 467/952 kB | 164/165 kB | 148/205 kB | 45 kB Progress (4): 467/952 kB | 165 kB | 148/205 kB | 45 kB Progress (5): 467/952 kB | 165 kB | 148/205 kB | 45 kB | 4.1/5.8 kB Progress (5): 467/952 kB | 165 kB | 148/205 kB | 45 kB | 5.8 kB Progress (5): 471/952 kB | 165 kB | 148/205 kB | 45 kB | 5.8 kB Progress (5): 471/952 kB | 165 kB | 152/205 kB | 45 kB | 5.8 kB Progress (5): 475/952 kB | 165 kB | 152/205 kB | 45 kB | 5.8 kB Progress (5): 475/952 kB | 165 kB | 156/205 kB | 45 kB | 5.8 kB Progress (5): 479/952 kB | 165 kB | 156/205 kB | 45 kB | 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 303 kB/s) Progress (4): 479/952 kB | 165 kB | 160/205 kB | 5.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Progress (4): 483/952 kB | 165 kB | 160/205 kB | 5.8 kB Progress (4): 483/952 kB | 165 kB | 164/205 kB | 5.8 kB Progress (4): 487/952 kB | 165 kB | 164/205 kB | 5.8 kB Progress (4): 487/952 kB | 165 kB | 168/205 kB | 5.8 kB Progress (4): 491/952 kB | 165 kB | 168/205 kB | 5.8 kB Progress (4): 491/952 kB | 165 kB | 172/205 kB | 5.8 kB Progress (4): 492/952 kB | 165 kB | 172/205 kB | 5.8 kB Progress (4): 492/952 kB | 165 kB | 176/205 kB | 5.8 kB Progress (4): 496/952 kB | 165 kB | 176/205 kB | 5.8 kB Progress (4): 496/952 kB | 165 kB | 180/205 kB | 5.8 kB Progress (4): 500/952 kB | 165 kB | 180/205 kB | 5.8 kB Progress (4): 500/952 kB | 165 kB | 184/205 kB | 5.8 kB Progress (4): 504/952 kB | 165 kB | 184/205 kB | 5.8 kB Progress (4): 504/952 kB | 165 kB | 188/205 kB | 5.8 kB Progress (4): 508/952 kB | 165 kB | 188/205 kB | 5.8 kB Progress (4): 508/952 kB | 165 kB | 192/205 kB | 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 38 kB/s) Progress (3): 508/952 kB | 165 kB | 196/205 kB Progress (3): 512/952 kB | 165 kB | 196/205 kB Progress (3): 512/952 kB | 165 kB | 200/205 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Progress (3): 512/952 kB | 165 kB | 204/205 kB Progress (3): 516/952 kB | 165 kB | 204/205 kB Progress (3): 516/952 kB | 165 kB | 205 kB Progress (3): 520/952 kB | 165 kB | 205 kB Progress (3): 524/952 kB | 165 kB | 205 kB Progress (3): 524/952 kB | 165 kB | 205 kB Progress (3): 528/952 kB | 165 kB | 205 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.jar (165 kB at 1.1 MB/s) Progress (2): 532/952 kB | 205 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.jar Progress (2): 536/952 kB | 205 kB Progress (2): 540/952 kB | 205 kB Progress (2): 544/952 kB | 205 kB Progress (2): 548/952 kB | 205 kB Progress (2): 552/952 kB | 205 kB Progress (2): 556/952 kB | 205 kB Progress (2): 557/952 kB | 205 kB Progress (2): 561/952 kB | 205 kB Progress (2): 565/952 kB | 205 kB Progress (2): 569/952 kB | 205 kB Progress (2): 573/952 kB | 205 kB Progress (2): 577/952 kB | 205 kB Progress (2): 581/952 kB | 205 kB Progress (2): 585/952 kB | 205 kB Progress (2): 589/952 kB | 205 kB Progress (2): 590/952 kB | 205 kB Progress (2): 594/952 kB | 205 kB Progress (2): 598/952 kB | 205 kB Progress (2): 602/952 kB | 205 kB Progress (2): 606/952 kB | 205 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 1.3 MB/s) Progress (2): 606/952 kB | 4.1/262 kB Progress (2): 610/952 kB | 4.1/262 kB Progress (2): 610/952 kB | 7.7/262 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.jar Progress (2): 610/952 kB | 12/262 kB Progress (2): 614/952 kB | 12/262 kB Progress (2): 614/952 kB | 16/262 kB Progress (2): 618/952 kB | 16/262 kB Progress (2): 618/952 kB | 20/262 kB Progress (2): 622/952 kB | 20/262 kB Progress (2): 622/952 kB | 24/262 kB Progress (2): 626/952 kB | 24/262 kB Progress (2): 626/952 kB | 28/262 kB Progress (2): 630/952 kB | 28/262 kB Progress (2): 630/952 kB | 32/262 kB Progress (3): 630/952 kB | 32/262 kB | 4.1/53 kB Progress (3): 634/952 kB | 32/262 kB | 4.1/53 kB Progress (3): 634/952 kB | 36/262 kB | 4.1/53 kB Progress (3): 634/952 kB | 36/262 kB | 7.7/53 kB Progress (3): 634/952 kB | 40/262 kB | 7.7/53 kB Progress (3): 638/952 kB | 40/262 kB | 7.7/53 kB Progress (3): 638/952 kB | 40/262 kB | 12/53 kB Progress (3): 638/952 kB | 44/262 kB | 12/53 kB Progress (3): 642/952 kB | 44/262 kB | 12/53 kB Progress (3): 642/952 kB | 44/262 kB | 16/53 kB Progress (3): 646/952 kB | 44/262 kB | 16/53 kB Progress (3): 646/952 kB | 48/262 kB | 16/53 kB Progress (3): 646/952 kB | 48/262 kB | 20/53 kB Progress (3): 650/952 kB | 48/262 kB | 20/53 kB Progress (3): 650/952 kB | 52/262 kB | 20/53 kB Progress (3): 650/952 kB | 52/262 kB | 24/53 kB Progress (3): 650/952 kB | 56/262 kB | 24/53 kB Progress (3): 654/952 kB | 56/262 kB | 24/53 kB Progress (3): 654/952 kB | 56/262 kB | 28/53 kB Progress (3): 654/952 kB | 60/262 kB | 28/53 kB Progress (3): 658/952 kB | 60/262 kB | 28/53 kB Progress (3): 658/952 kB | 60/262 kB | 32/53 kB Progress (3): 662/952 kB | 60/262 kB | 32/53 kB Progress (3): 662/952 kB | 64/262 kB | 32/53 kB Progress (3): 662/952 kB | 64/262 kB | 36/53 kB Progress (3): 666/952 kB | 64/262 kB | 36/53 kB Progress (3): 666/952 kB | 68/262 kB | 36/53 kB Progress (3): 666/952 kB | 68/262 kB | 40/53 kB Progress (3): 666/952 kB | 72/262 kB | 40/53 kB Progress (3): 670/952 kB | 72/262 kB | 40/53 kB Progress (3): 670/952 kB | 72/262 kB | 44/53 kB Progress (4): 670/952 kB | 72/262 kB | 44/53 kB | 4.1/630 kB Progress (4): 674/952 kB | 72/262 kB | 44/53 kB | 4.1/630 kB Progress (4): 674/952 kB | 72/262 kB | 48/53 kB | 4.1/630 kB Progress (4): 674/952 kB | 76/262 kB | 48/53 kB | 4.1/630 kB Progress (4): 674/952 kB | 76/262 kB | 52/53 kB | 4.1/630 kB Progress (4): 678/952 kB | 76/262 kB | 52/53 kB | 4.1/630 kB Progress (4): 678/952 kB | 76/262 kB | 52/53 kB | 7.7/630 kB Progress (4): 682/952 kB | 76/262 kB | 52/53 kB | 7.7/630 kB Progress (4): 682/952 kB | 76/262 kB | 52/53 kB | 12/630 kB Progress (4): 682/952 kB | 76/262 kB | 53 kB | 12/630 kB Progress (4): 682/952 kB | 80/262 kB | 53 kB | 12/630 kB Progress (4): 682/952 kB | 80/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 80/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 84/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 88/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 92/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 96/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 100/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 104/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 108/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 112/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 116/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 120/262 kB | 53 kB | 16/630 kB Progress (4): 686/952 kB | 124/262 kB | 53 kB | 16/630 kB Progress (5): 686/952 kB | 124/262 kB | 53 kB | 16/630 kB | 4.1/45 kB Progress (5): 686/952 kB | 128/262 kB | 53 kB | 16/630 kB | 4.1/45 kB Progress (5): 690/952 kB | 128/262 kB | 53 kB | 16/630 kB | 4.1/45 kB Progress (5): 690/952 kB | 132/262 kB | 53 kB | 16/630 kB | 4.1/45 kB Progress (5): 690/952 kB | 132/262 kB | 53 kB | 20/630 kB | 4.1/45 kB Progress (5): 690/952 kB | 136/262 kB | 53 kB | 20/630 kB | 4.1/45 kB Progress (5): 694/952 kB | 136/262 kB | 53 kB | 20/630 kB | 4.1/45 kB Progress (5): 694/952 kB | 136/262 kB | 53 kB | 20/630 kB | 7.7/45 kB Progress (5): 694/952 kB | 140/262 kB | 53 kB | 20/630 kB | 7.7/45 kB Progress (5): 694/952 kB | 140/262 kB | 53 kB | 24/630 kB | 7.7/45 kB Progress (5): 694/952 kB | 144/262 kB | 53 kB | 24/630 kB | 7.7/45 kB Progress (5): 694/952 kB | 144/262 kB | 53 kB | 24/630 kB | 12/45 kB Progress (5): 698/952 kB | 144/262 kB | 53 kB | 24/630 kB | 12/45 kB Progress (5): 698/952 kB | 144/262 kB | 53 kB | 24/630 kB | 16/45 kB Progress (5): 698/952 kB | 148/262 kB | 53 kB | 24/630 kB | 16/45 kB Progress (5): 698/952 kB | 148/262 kB | 53 kB | 28/630 kB | 16/45 kB Progress (5): 698/952 kB | 152/262 kB | 53 kB | 28/630 kB | 16/45 kB Progress (5): 698/952 kB | 152/262 kB | 53 kB | 28/630 kB | 20/45 kB Progress (5): 702/952 kB | 152/262 kB | 53 kB | 28/630 kB | 20/45 kB Progress (5): 702/952 kB | 152/262 kB | 53 kB | 28/630 kB | 24/45 kB Progress (5): 702/952 kB | 156/262 kB | 53 kB | 28/630 kB | 24/45 kB Progress (5): 702/952 kB | 156/262 kB | 53 kB | 32/630 kB | 24/45 kB Progress (5): 702/952 kB | 160/262 kB | 53 kB | 32/630 kB | 24/45 kB Progress (5): 702/952 kB | 160/262 kB | 53 kB | 32/630 kB | 28/45 kB Progress (5): 706/952 kB | 160/262 kB | 53 kB | 32/630 kB | 28/45 kB Progress (5): 706/952 kB | 160/262 kB | 53 kB | 32/630 kB | 32/45 kB Progress (5): 706/952 kB | 164/262 kB | 53 kB | 32/630 kB | 32/45 kB Progress (5): 706/952 kB | 164/262 kB | 53 kB | 36/630 kB | 32/45 kB Progress (5): 706/952 kB | 168/262 kB | 53 kB | 36/630 kB | 32/45 kB Progress (5): 706/952 kB | 168/262 kB | 53 kB | 36/630 kB | 36/45 kB Progress (5): 710/952 kB | 168/262 kB | 53 kB | 36/630 kB | 36/45 kB Progress (5): 710/952 kB | 168/262 kB | 53 kB | 36/630 kB | 40/45 kB Progress (5): 710/952 kB | 172/262 kB | 53 kB | 36/630 kB | 40/45 kB Progress (5): 710/952 kB | 172/262 kB | 53 kB | 40/630 kB | 40/45 kB Progress (5): 710/952 kB | 176/262 kB | 53 kB | 40/630 kB | 40/45 kB Progress (5): 710/952 kB | 176/262 kB | 53 kB | 40/630 kB | 44/45 kB Progress (5): 714/952 kB | 176/262 kB | 53 kB | 40/630 kB | 44/45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 208 kB/s) Progress (4): 718/952 kB | 176/262 kB | 40/630 kB | 44/45 kB Progress (4): 718/952 kB | 176/262 kB | 40/630 kB | 45 kB Progress (4): 718/952 kB | 180/262 kB | 40/630 kB | 45 kB Progress (4): 718/952 kB | 180/262 kB | 44/630 kB | 45 kB Progress (4): 718/952 kB | 184/262 kB | 44/630 kB | 45 kB Progress (4): 722/952 kB | 184/262 kB | 44/630 kB | 45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.jar Progress (4): 726/952 kB | 184/262 kB | 44/630 kB | 45 kB Progress (4): 726/952 kB | 188/262 kB | 44/630 kB | 45 kB Progress (4): 726/952 kB | 188/262 kB | 48/630 kB | 45 kB Progress (4): 726/952 kB | 192/262 kB | 48/630 kB | 45 kB Progress (4): 730/952 kB | 192/262 kB | 48/630 kB | 45 kB Progress (4): 730/952 kB | 196/262 kB | 48/630 kB | 45 kB Progress (4): 730/952 kB | 196/262 kB | 52/630 kB | 45 kB Progress (4): 730/952 kB | 200/262 kB | 52/630 kB | 45 kB Progress (4): 734/952 kB | 200/262 kB | 52/630 kB | 45 kB Progress (4): 734/952 kB | 204/262 kB | 52/630 kB | 45 kB Progress (4): 734/952 kB | 204/262 kB | 56/630 kB | 45 kB Progress (4): 734/952 kB | 208/262 kB | 56/630 kB | 45 kB Progress (4): 734/952 kB | 208/262 kB | 60/630 kB | 45 kB Progress (4): 738/952 kB | 208/262 kB | 60/630 kB | 45 kB Progress (4): 738/952 kB | 208/262 kB | 64/630 kB | 45 kB Progress (4): 738/952 kB | 212/262 kB | 64/630 kB | 45 kB Progress (4): 742/952 kB | 212/262 kB | 64/630 kB | 45 kB Progress (4): 742/952 kB | 216/262 kB | 64/630 kB | 45 kB Progress (4): 742/952 kB | 216/262 kB | 68/630 kB | 45 kB Progress (4): 742/952 kB | 220/262 kB | 68/630 kB | 45 kB Progress (4): 746/952 kB | 220/262 kB | 68/630 kB | 45 kB Progress (4): 746/952 kB | 224/262 kB | 68/630 kB | 45 kB Progress (4): 746/952 kB | 224/262 kB | 72/630 kB | 45 kB Progress (4): 746/952 kB | 228/262 kB | 72/630 kB | 45 kB Progress (4): 750/952 kB | 228/262 kB | 72/630 kB | 45 kB Progress (4): 750/952 kB | 228/262 kB | 76/630 kB | 45 kB Progress (4): 750/952 kB | 232/262 kB | 76/630 kB | 45 kB Progress (4): 750/952 kB | 232/262 kB | 80/630 kB | 45 kB Progress (4): 754/952 kB | 232/262 kB | 80/630 kB | 45 kB Progress (4): 754/952 kB | 232/262 kB | 84/630 kB | 45 kB Progress (4): 754/952 kB | 236/262 kB | 84/630 kB | 45 kB Progress (4): 754/952 kB | 236/262 kB | 88/630 kB | 45 kB Progress (4): 758/952 kB | 236/262 kB | 88/630 kB | 45 kB Progress (4): 758/952 kB | 236/262 kB | 92/630 kB | 45 kB Progress (4): 758/952 kB | 240/262 kB | 92/630 kB | 45 kB Progress (4): 762/952 kB | 240/262 kB | 92/630 kB | 45 kB Progress (4): 762/952 kB | 240/262 kB | 96/630 kB | 45 kB Progress (4): 766/952 kB | 240/262 kB | 96/630 kB | 45 kB Progress (4): 766/952 kB | 244/262 kB | 96/630 kB | 45 kB Progress (4): 766/952 kB | 244/262 kB | 100/630 kB | 45 kB Progress (4): 766/952 kB | 248/262 kB | 100/630 kB | 45 kB Progress (4): 770/952 kB | 248/262 kB | 100/630 kB | 45 kB Progress (4): 770/952 kB | 248/262 kB | 104/630 kB | 45 kB Progress (4): 774/952 kB | 248/262 kB | 104/630 kB | 45 kB Progress (4): 774/952 kB | 252/262 kB | 104/630 kB | 45 kB Progress (4): 778/952 kB | 252/262 kB | 104/630 kB | 45 kB Progress (4): 778/952 kB | 252/262 kB | 108/630 kB | 45 kB Progress (4): 782/952 kB | 252/262 kB | 108/630 kB | 45 kB Progress (4): 782/952 kB | 256/262 kB | 108/630 kB | 45 kB Progress (4): 782/952 kB | 256/262 kB | 112/630 kB | 45 kB Progress (4): 782/952 kB | 260/262 kB | 112/630 kB | 45 kB Progress (4): 786/952 kB | 260/262 kB | 112/630 kB | 45 kB Progress (4): 786/952 kB | 262 kB | 112/630 kB | 45 kB Progress (4): 786/952 kB | 262 kB | 116/630 kB | 45 kB Progress (4): 790/952 kB | 262 kB | 116/630 kB | 45 kB Progress (4): 790/952 kB | 262 kB | 120/630 kB | 45 kB Progress (4): 794/952 kB | 262 kB | 120/630 kB | 45 kB Progress (4): 798/952 kB | 262 kB | 120/630 kB | 45 kB Progress (4): 798/952 kB | 262 kB | 124/630 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.jar (45 kB at 167 kB/s) Progress (3): 798/952 kB | 262 kB | 128/630 kB Progress (3): 802/952 kB | 262 kB | 128/630 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Progress (3): 806/952 kB | 262 kB | 128/630 kB Progress (3): 806/952 kB | 262 kB | 132/630 kB Progress (3): 806/952 kB | 262 kB | 136/630 kB Progress (3): 810/952 kB | 262 kB | 136/630 kB Progress (3): 814/952 kB | 262 kB | 136/630 kB Progress (3): 814/952 kB | 262 kB | 140/630 kB Progress (3): 818/952 kB | 262 kB | 140/630 kB Progress (3): 818/952 kB | 262 kB | 144/630 kB Progress (4): 818/952 kB | 262 kB | 144/630 kB | 4.1/43 kB Progress (4): 818/952 kB | 262 kB | 148/630 kB | 4.1/43 kB Progress (4): 822/952 kB | 262 kB | 148/630 kB | 4.1/43 kB Progress (4): 822/952 kB | 262 kB | 152/630 kB | 4.1/43 kB Progress (4): 822/952 kB | 262 kB | 152/630 kB | 7.7/43 kB Progress (4): 826/952 kB | 262 kB | 152/630 kB | 7.7/43 kB Progress (4): 826/952 kB | 262 kB | 156/630 kB | 7.7/43 kB Progress (4): 826/952 kB | 262 kB | 156/630 kB | 12/43 kB Progress (4): 830/952 kB | 262 kB | 156/630 kB | 12/43 kB Progress (4): 830/952 kB | 262 kB | 156/630 kB | 16/43 kB Progress (4): 830/952 kB | 262 kB | 160/630 kB | 16/43 kB Progress (4): 834/952 kB | 262 kB | 160/630 kB | 16/43 kB Progress (4): 834/952 kB | 262 kB | 164/630 kB | 16/43 kB Progress (4): 834/952 kB | 262 kB | 168/630 kB | 16/43 kB Progress (4): 834/952 kB | 262 kB | 172/630 kB | 16/43 kB Progress (4): 838/952 kB | 262 kB | 172/630 kB | 16/43 kB Progress (4): 838/952 kB | 262 kB | 176/630 kB | 16/43 kB Progress (4): 838/952 kB | 262 kB | 176/630 kB | 20/43 kB Progress (4): 838/952 kB | 262 kB | 180/630 kB | 20/43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 758 kB/s) Progress (3): 842/952 kB | 180/630 kB | 20/43 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Progress (4): 842/952 kB | 180/630 kB | 20/43 kB | 4.1/79 kB Progress (4): 842/952 kB | 184/630 kB | 20/43 kB | 4.1/79 kB Progress (4): 842/952 kB | 184/630 kB | 24/43 kB | 4.1/79 kB Progress (4): 842/952 kB | 188/630 kB | 24/43 kB | 4.1/79 kB Progress (4): 842/952 kB | 188/630 kB | 24/43 kB | 7.7/79 kB Progress (4): 846/952 kB | 188/630 kB | 24/43 kB | 7.7/79 kB Progress (4): 846/952 kB | 192/630 kB | 24/43 kB | 7.7/79 kB Progress (4): 850/952 kB | 192/630 kB | 24/43 kB | 7.7/79 kB Progress (4): 850/952 kB | 192/630 kB | 28/43 kB | 7.7/79 kB Progress (4): 850/952 kB | 196/630 kB | 28/43 kB | 7.7/79 kB Progress (4): 854/952 kB | 196/630 kB | 28/43 kB | 7.7/79 kB Progress (4): 854/952 kB | 196/630 kB | 28/43 kB | 12/79 kB Progress (4): 858/952 kB | 196/630 kB | 28/43 kB | 12/79 kB Progress (4): 858/952 kB | 200/630 kB | 28/43 kB | 12/79 kB Progress (4): 858/952 kB | 200/630 kB | 32/43 kB | 12/79 kB Progress (4): 862/952 kB | 200/630 kB | 32/43 kB | 12/79 kB Progress (4): 862/952 kB | 200/630 kB | 36/43 kB | 12/79 kB Progress (4): 862/952 kB | 200/630 kB | 36/43 kB | 16/79 kB Progress (4): 862/952 kB | 200/630 kB | 40/43 kB | 16/79 kB Progress (4): 866/952 kB | 200/630 kB | 40/43 kB | 16/79 kB Progress (4): 866/952 kB | 204/630 kB | 40/43 kB | 16/79 kB Progress (4): 870/952 kB | 204/630 kB | 40/43 kB | 16/79 kB Progress (4): 870/952 kB | 204/630 kB | 43 kB | 16/79 kB Progress (4): 870/952 kB | 204/630 kB | 43 kB | 20/79 kB Progress (4): 874/952 kB | 204/630 kB | 43 kB | 20/79 kB Progress (4): 874/952 kB | 208/630 kB | 43 kB | 20/79 kB Progress (4): 878/952 kB | 208/630 kB | 43 kB | 20/79 kB Progress (4): 878/952 kB | 208/630 kB | 43 kB | 24/79 kB Progress (4): 878/952 kB | 212/630 kB | 43 kB | 24/79 kB Progress (4): 882/952 kB | 212/630 kB | 43 kB | 24/79 kB Progress (4): 882/952 kB | 216/630 kB | 43 kB | 24/79 kB Progress (4): 882/952 kB | 216/630 kB | 43 kB | 28/79 kB Progress (4): 886/952 kB | 216/630 kB | 43 kB | 28/79 kB Progress (4): 886/952 kB | 216/630 kB | 43 kB | 32/79 kB Progress (4): 886/952 kB | 220/630 kB | 43 kB | 32/79 kB Progress (4): 890/952 kB | 220/630 kB | 43 kB | 32/79 kB Progress (4): 890/952 kB | 220/630 kB | 43 kB | 33/79 kB Progress (4): 894/952 kB | 220/630 kB | 43 kB | 33/79 kB Progress (4): 894/952 kB | 224/630 kB | 43 kB | 33/79 kB Progress (4): 894/952 kB | 224/630 kB | 43 kB | 37/79 kB Progress (4): 894/952 kB | 228/630 kB | 43 kB | 37/79 kB Progress (4): 898/952 kB | 228/630 kB | 43 kB | 37/79 kB Progress (4): 898/952 kB | 232/630 kB | 43 kB | 37/79 kB Progress (4): 898/952 kB | 232/630 kB | 43 kB | 41/79 kB Progress (4): 902/952 kB | 232/630 kB | 43 kB | 41/79 kB Progress (4): 902/952 kB | 236/630 kB | 43 kB | 41/79 kB Progress (4): 902/952 kB | 236/630 kB | 43 kB | 45/79 kB Progress (4): 902/952 kB | 240/630 kB | 43 kB | 45/79 kB Progress (4): 906/952 kB | 240/630 kB | 43 kB | 45/79 kB Progress (4): 906/952 kB | 244/630 kB | 43 kB | 45/79 kB Progress (4): 906/952 kB | 244/630 kB | 43 kB | 49/79 kB Progress (4): 906/952 kB | 248/630 kB | 43 kB | 49/79 kB Progress (4): 910/952 kB | 248/630 kB | 43 kB | 49/79 kB Progress (4): 910/952 kB | 248/630 kB | 43 kB | 53/79 kB Progress (4): 910/952 kB | 252/630 kB | 43 kB | 53/79 kB Progress (5): 910/952 kB | 252/630 kB | 43 kB | 53/79 kB | 4.1/28 kB Progress (5): 914/952 kB | 252/630 kB | 43 kB | 53/79 kB | 4.1/28 kB Progress (5): 914/952 kB | 252/630 kB | 43 kB | 57/79 kB | 4.1/28 kB Progress (5): 918/952 kB | 252/630 kB | 43 kB | 57/79 kB | 4.1/28 kB Progress (5): 918/952 kB | 252/630 kB | 43 kB | 57/79 kB | 7.7/28 kB Progress (5): 922/952 kB | 252/630 kB | 43 kB | 57/79 kB | 7.7/28 kB Progress (5): 922/952 kB | 256/630 kB | 43 kB | 57/79 kB | 7.7/28 kB Progress (5): 926/952 kB | 256/630 kB | 43 kB | 57/79 kB | 7.7/28 kB Progress (5): 926/952 kB | 256/630 kB | 43 kB | 57/79 kB | 12/28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.jar (43 kB at 117 kB/s) Progress (4): 926/952 kB | 256/630 kB | 61/79 kB | 12/28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (4): 926/952 kB | 256/630 kB | 61/79 kB | 16/28 kB Progress (4): 930/952 kB | 256/630 kB | 61/79 kB | 16/28 kB Progress (4): 930/952 kB | 260/630 kB | 61/79 kB | 16/28 kB Progress (4): 934/952 kB | 260/630 kB | 61/79 kB | 16/28 kB Progress (4): 934/952 kB | 260/630 kB | 61/79 kB | 20/28 kB Progress (4): 934/952 kB | 260/630 kB | 65/79 kB | 20/28 kB Progress (4): 934/952 kB | 260/630 kB | 65/79 kB | 24/28 kB Progress (4): 938/952 kB | 260/630 kB | 65/79 kB | 24/28 kB Progress (4): 938/952 kB | 264/630 kB | 65/79 kB | 24/28 kB Progress (4): 942/952 kB | 264/630 kB | 65/79 kB | 24/28 kB Progress (4): 942/952 kB | 264/630 kB | 65/79 kB | 28 kB Progress (4): 942/952 kB | 264/630 kB | 69/79 kB | 28 kB Progress (4): 946/952 kB | 264/630 kB | 69/79 kB | 28 kB Progress (4): 946/952 kB | 268/630 kB | 69/79 kB | 28 kB Progress (4): 950/952 kB | 268/630 kB | 69/79 kB | 28 kB Progress (4): 950/952 kB | 268/630 kB | 73/79 kB | 28 kB Progress (4): 952 kB | 268/630 kB | 73/79 kB | 28 kB Progress (4): 952 kB | 272/630 kB | 73/79 kB | 28 kB Progress (4): 952 kB | 272/630 kB | 77/79 kB | 28 kB Progress (4): 952 kB | 276/630 kB | 77/79 kB | 28 kB Progress (4): 952 kB | 276/630 kB | 79 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6/ant-1.6.jar (952 kB at 2.5 MB/s) Progress (3): 280/630 kB | 79 kB | 28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.jar Progress (4): 280/630 kB | 79 kB | 28 kB | 4.1/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 177 kB/s) Progress (3): 284/630 kB | 28 kB | 4.1/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.jar Progress (3): 284/630 kB | 28 kB | 7.7/13 kB Progress (3): 288/630 kB | 28 kB | 7.7/13 kB Progress (3): 288/630 kB | 28 kB | 12/13 kB Progress (3): 288/630 kB | 28 kB | 13 kB Progress (3): 292/630 kB | 28 kB | 13 kB Progress (3): 296/630 kB | 28 kB | 13 kB Progress (3): 300/630 kB | 28 kB | 13 kB Progress (3): 304/630 kB | 28 kB | 13 kB Progress (3): 308/630 kB | 28 kB | 13 kB Progress (3): 312/630 kB | 28 kB | 13 kB Progress (3): 316/630 kB | 28 kB | 13 kB Progress (3): 320/630 kB | 28 kB | 13 kB Progress (3): 324/630 kB | 28 kB | 13 kB Progress (3): 328/630 kB | 28 kB | 13 kB Progress (3): 332/630 kB | 28 kB | 13 kB Progress (3): 336/630 kB | 28 kB | 13 kB Progress (3): 340/630 kB | 28 kB | 13 kB Progress (3): 344/630 kB | 28 kB | 13 kB Progress (3): 348/630 kB | 28 kB | 13 kB Progress (3): 352/630 kB | 28 kB | 13 kB Progress (3): 356/630 kB | 28 kB | 13 kB Progress (3): 360/630 kB | 28 kB | 13 kB Progress (3): 364/630 kB | 28 kB | 13 kB Progress (3): 368/630 kB | 28 kB | 13 kB Progress (3): 372/630 kB | 28 kB | 13 kB Progress (3): 376/630 kB | 28 kB | 13 kB Progress (3): 380/630 kB | 28 kB | 13 kB Progress (3): 384/630 kB | 28 kB | 13 kB Progress (3): 388/630 kB | 28 kB | 13 kB Progress (3): 392/630 kB | 28 kB | 13 kB Progress (3): 396/630 kB | 28 kB | 13 kB Progress (3): 400/630 kB | 28 kB | 13 kB Progress (3): 404/630 kB | 28 kB | 13 kB Progress (3): 408/630 kB | 28 kB | 13 kB Progress (3): 412/630 kB | 28 kB | 13 kB Progress (3): 416/630 kB | 28 kB | 13 kB Progress (3): 420/630 kB | 28 kB | 13 kB Progress (3): 424/630 kB | 28 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 60 kB/s) Progress (2): 428/630 kB | 13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 29 kB/s) Progress (1): 432/630 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.jar Progress (1): 436/630 kB Progress (1): 440/630 kB Progress (1): 444/630 kB Progress (1): 448/630 kB Progress (1): 452/630 kB Progress (1): 456/630 kB Progress (2): 456/630 kB | 4.1/15 kB Progress (3): 456/630 kB | 4.1/15 kB | 4.1/27 kB Progress (3): 456/630 kB | 7.7/15 kB | 4.1/27 kB Progress (3): 460/630 kB | 7.7/15 kB | 4.1/27 kB Progress (3): 460/630 kB | 7.7/15 kB | 7.7/27 kB Progress (3): 464/630 kB | 7.7/15 kB | 7.7/27 kB Progress (3): 464/630 kB | 12/15 kB | 7.7/27 kB Progress (3): 464/630 kB | 12/15 kB | 12/27 kB Progress (3): 464/630 kB | 15 kB | 12/27 kB Progress (3): 468/630 kB | 15 kB | 12/27 kB Progress (3): 468/630 kB | 15 kB | 16/27 kB Progress (3): 472/630 kB | 15 kB | 16/27 kB Progress (3): 472/630 kB | 15 kB | 20/27 kB Progress (3): 476/630 kB | 15 kB | 20/27 kB Progress (3): 476/630 kB | 15 kB | 24/27 kB Progress (3): 480/630 kB | 15 kB | 24/27 kB Progress (3): 480/630 kB | 15 kB | 27 kB Progress (3): 484/630 kB | 15 kB | 27 kB Progress (3): 488/630 kB | 15 kB | 27 kB Progress (3): 492/630 kB | 15 kB | 27 kB Progress (3): 496/630 kB | 15 kB | 27 kB Progress (3): 500/630 kB | 15 kB | 27 kB Progress (3): 504/630 kB | 15 kB | 27 kB Progress (3): 508/630 kB | 15 kB | 27 kB Progress (3): 512/630 kB | 15 kB | 27 kB Progress (3): 516/630 kB | 15 kB | 27 kB Progress (3): 520/630 kB | 15 kB | 27 kB Progress (3): 524/630 kB | 15 kB | 27 kB Progress (3): 528/630 kB | 15 kB | 27 kB Progress (3): 532/630 kB | 15 kB | 27 kB Progress (3): 536/630 kB | 15 kB | 27 kB Progress (3): 540/630 kB | 15 kB | 27 kB Progress (3): 544/630 kB | 15 kB | 27 kB Progress (3): 548/630 kB | 15 kB | 27 kB Progress (3): 552/630 kB | 15 kB | 27 kB Progress (3): 556/630 kB | 15 kB | 27 kB Progress (3): 560/630 kB | 15 kB | 27 kB Progress (3): 564/630 kB | 15 kB | 27 kB Progress (3): 568/630 kB | 15 kB | 27 kB Progress (3): 572/630 kB | 15 kB | 27 kB Progress (3): 576/630 kB | 15 kB | 27 kB Progress (3): 580/630 kB | 15 kB | 27 kB Progress (3): 584/630 kB | 15 kB | 27 kB Progress (3): 588/630 kB | 15 kB | 27 kB Progress (3): 592/630 kB | 15 kB | 27 kB Progress (3): 596/630 kB | 15 kB | 27 kB Progress (3): 600/630 kB | 15 kB | 27 kB Progress (3): 604/630 kB | 15 kB | 27 kB Progress (3): 608/630 kB | 15 kB | 27 kB Progress (3): 612/630 kB | 15 kB | 27 kB Progress (3): 616/630 kB | 15 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.jar (15 kB at 31 kB/s) Progress (2): 620/630 kB | 27 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.jar Progress (2): 624/630 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.jar (27 kB at 58 kB/s) Progress (1): 628/630 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.jar Progress (2): 628/630 kB | 4.1/180 kB Progress (2): 630 kB | 4.1/180 kB Progress (2): 630 kB | 7.7/180 kB Progress (2): 630 kB | 12/180 kB Progress (2): 630 kB | 16/180 kB Progress (2): 630 kB | 20/180 kB Progress (2): 630 kB | 24/180 kB Progress (2): 630 kB | 28/180 kB Progress (3): 630 kB | 28/180 kB | 4.1/68 kB Progress (3): 630 kB | 32/180 kB | 4.1/68 kB Progress (3): 630 kB | 32/180 kB | 7.7/68 kB Progress (3): 630 kB | 33/180 kB | 7.7/68 kB Progress (4): 630 kB | 33/180 kB | 7.7/68 kB | 4.1/185 kB Progress (4): 630 kB | 37/180 kB | 7.7/68 kB | 4.1/185 kB Progress (4): 630 kB | 37/180 kB | 12/68 kB | 4.1/185 kB Progress (4): 630 kB | 41/180 kB | 12/68 kB | 4.1/185 kB Progress (4): 630 kB | 41/180 kB | 12/68 kB | 7.7/185 kB Progress (4): 630 kB | 41/180 kB | 16/68 kB | 7.7/185 kB Progress (4): 630 kB | 45/180 kB | 16/68 kB | 7.7/185 kB Progress (4): 630 kB | 45/180 kB | 16/68 kB | 12/185 kB Progress (4): 630 kB | 49/180 kB | 16/68 kB | 12/185 kB Progress (4): 630 kB | 49/180 kB | 20/68 kB | 12/185 kB Progress (4): 630 kB | 49/180 kB | 20/68 kB | 16/185 kB Progress (4): 630 kB | 49/180 kB | 24/68 kB | 16/185 kB Progress (4): 630 kB | 53/180 kB | 24/68 kB | 16/185 kB Progress (4): 630 kB | 53/180 kB | 24/68 kB | 20/185 kB Progress (4): 630 kB | 57/180 kB | 24/68 kB | 20/185 kB Progress (4): 630 kB | 57/180 kB | 28/68 kB | 20/185 kB Progress (4): 630 kB | 57/180 kB | 28/68 kB | 24/185 kB Progress (4): 630 kB | 57/180 kB | 32/68 kB | 24/185 kB Progress (4): 630 kB | 61/180 kB | 32/68 kB | 24/185 kB Progress (4): 630 kB | 61/180 kB | 33/68 kB | 24/185 kB Progress (4): 630 kB | 61/180 kB | 33/68 kB | 28/185 kB Progress (4): 630 kB | 65/180 kB | 33/68 kB | 28/185 kB Progress (4): 630 kB | 65/180 kB | 33/68 kB | 32/185 kB Progress (4): 630 kB | 65/180 kB | 37/68 kB | 32/185 kB Progress (4): 630 kB | 65/180 kB | 37/68 kB | 33/185 kB Progress (4): 630 kB | 66/180 kB | 37/68 kB | 33/185 kB Progress (4): 630 kB | 66/180 kB | 41/68 kB | 33/185 kB Progress (4): 630 kB | 66/180 kB | 41/68 kB | 37/185 kB Progress (4): 630 kB | 70/180 kB | 41/68 kB | 37/185 kB Progress (4): 630 kB | 70/180 kB | 41/68 kB | 41/185 kB Progress (4): 630 kB | 70/180 kB | 45/68 kB | 41/185 kB Progress (4): 630 kB | 74/180 kB | 45/68 kB | 41/185 kB Progress (4): 630 kB | 74/180 kB | 49/68 kB | 41/185 kB Progress (4): 630 kB | 74/180 kB | 49/68 kB | 45/185 kB Progress (4): 630 kB | 74/180 kB | 53/68 kB | 45/185 kB Progress (4): 630 kB | 78/180 kB | 53/68 kB | 45/185 kB Progress (4): 630 kB | 78/180 kB | 57/68 kB | 45/185 kB Progress (4): 630 kB | 78/180 kB | 57/68 kB | 49/185 kB Progress (4): 630 kB | 82/180 kB | 57/68 kB | 49/185 kB Progress (4): 630 kB | 82/180 kB | 61/68 kB | 49/185 kB Progress (4): 630 kB | 82/180 kB | 61/68 kB | 53/185 kB Progress (4): 630 kB | 82/180 kB | 65/68 kB | 53/185 kB Progress (4): 630 kB | 86/180 kB | 65/68 kB | 53/185 kB Progress (4): 630 kB | 86/180 kB | 68 kB | 53/185 kB Progress (4): 630 kB | 86/180 kB | 68 kB | 57/185 kB Progress (4): 630 kB | 90/180 kB | 68 kB | 57/185 kB Progress (4): 630 kB | 90/180 kB | 68 kB | 61/185 kB Progress (4): 630 kB | 94/180 kB | 68 kB | 61/185 kB Progress (4): 630 kB | 94/180 kB | 68 kB | 65/185 kB Progress (4): 630 kB | 98/180 kB | 68 kB | 65/185 kB Progress (4): 630 kB | 98/180 kB | 68 kB | 66/185 kB Progress (4): 630 kB | 98/180 kB | 68 kB | 66/185 kB Progress (4): 630 kB | 98/180 kB | 68 kB | 70/185 kB Progress (4): 630 kB | 102/180 kB | 68 kB | 70/185 kB Progress (4): 630 kB | 102/180 kB | 68 kB | 74/185 kB Progress (4): 630 kB | 106/180 kB | 68 kB | 74/185 kB Progress (4): 630 kB | 106/180 kB | 68 kB | 78/185 kB Progress (4): 630 kB | 110/180 kB | 68 kB | 78/185 kB Progress (4): 630 kB | 110/180 kB | 68 kB | 82/185 kB Progress (4): 630 kB | 114/180 kB | 68 kB | 82/185 kB Progress (4): 630 kB | 114/180 kB | 68 kB | 86/185 kB Progress (4): 630 kB | 118/180 kB | 68 kB | 86/185 kB Progress (4): 630 kB | 118/180 kB | 68 kB | 90/185 kB Progress (4): 630 kB | 122/180 kB | 68 kB | 90/185 kB Progress (4): 630 kB | 122/180 kB | 68 kB | 94/185 kB Progress (4): 630 kB | 126/180 kB | 68 kB | 94/185 kB Progress (4): 630 kB | 126/180 kB | 68 kB | 98/185 kB Progress (4): 630 kB | 130/180 kB | 68 kB | 98/185 kB Progress (4): 630 kB | 130/180 kB | 68 kB | 98/185 kB Progress (4): 630 kB | 131/180 kB | 68 kB | 98/185 kB Progress (4): 630 kB | 131/180 kB | 68 kB | 102/185 kB Progress (4): 630 kB | 135/180 kB | 68 kB | 102/185 kB Progress (4): 630 kB | 135/180 kB | 68 kB | 106/185 kB Progress (4): 630 kB | 139/180 kB | 68 kB | 106/185 kB Progress (4): 630 kB | 139/180 kB | 68 kB | 110/185 kB Progress (4): 630 kB | 143/180 kB | 68 kB | 110/185 kB Progress (4): 630 kB | 143/180 kB | 68 kB | 114/185 kB Progress (4): 630 kB | 147/180 kB | 68 kB | 114/185 kB Progress (4): 630 kB | 147/180 kB | 68 kB | 118/185 kB Progress (4): 630 kB | 151/180 kB | 68 kB | 118/185 kB Progress (4): 630 kB | 151/180 kB | 68 kB | 122/185 kB Progress (4): 630 kB | 155/180 kB | 68 kB | 122/185 kB Progress (4): 630 kB | 155/180 kB | 68 kB | 126/185 kB Progress (4): 630 kB | 159/180 kB | 68 kB | 126/185 kB Progress (4): 630 kB | 159/180 kB | 68 kB | 130/185 kB Progress (4): 630 kB | 163/180 kB | 68 kB | 130/185 kB Progress (4): 630 kB | 163/180 kB | 68 kB | 131/185 kB Progress (4): 630 kB | 167/180 kB | 68 kB | 131/185 kB Progress (4): 630 kB | 171/180 kB | 68 kB | 131/185 kB Progress (4): 630 kB | 171/180 kB | 68 kB | 135/185 kB Progress (4): 630 kB | 175/180 kB | 68 kB | 135/185 kB Progress (4): 630 kB | 175/180 kB | 68 kB | 139/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.jar (68 kB at 121 kB/s) Progress (3): 630 kB | 179/180 kB | 139/185 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.jar Progress (3): 630 kB | 179/180 kB | 143/185 kB Progress (4): 630 kB | 179/180 kB | 143/185 kB | 4.1/146 kB Progress (4): 630 kB | 180 kB | 143/185 kB | 4.1/146 kB Progress (4): 630 kB | 180 kB | 143/185 kB | 7.7/146 kB Progress (4): 630 kB | 180 kB | 147/185 kB | 7.7/146 kB Progress (4): 630 kB | 180 kB | 147/185 kB | 12/146 kB Progress (4): 630 kB | 180 kB | 147/185 kB | 16/146 kB Progress (4): 630 kB | 180 kB | 151/185 kB | 16/146 kB Progress (4): 630 kB | 180 kB | 151/185 kB | 20/146 kB Progress (4): 630 kB | 180 kB | 155/185 kB | 20/146 kB Progress (4): 630 kB | 180 kB | 155/185 kB | 24/146 kB Progress (4): 630 kB | 180 kB | 159/185 kB | 24/146 kB Progress (4): 630 kB | 180 kB | 159/185 kB | 28/146 kB Progress (4): 630 kB | 180 kB | 163/185 kB | 28/146 kB Progress (4): 630 kB | 180 kB | 163/185 kB | 32/146 kB Progress (4): 630 kB | 180 kB | 167/185 kB | 32/146 kB Progress (4): 630 kB | 180 kB | 167/185 kB | 33/146 kB Progress (4): 630 kB | 180 kB | 171/185 kB | 33/146 kB Progress (4): 630 kB | 180 kB | 171/185 kB | 37/146 kB Progress (4): 630 kB | 180 kB | 171/185 kB | 41/146 kB Progress (4): 630 kB | 180 kB | 175/185 kB | 41/146 kB Progress (4): 630 kB | 180 kB | 175/185 kB | 45/146 kB Progress (4): 630 kB | 180 kB | 179/185 kB | 45/146 kB Progress (4): 630 kB | 180 kB | 179/185 kB | 49/146 kB Progress (4): 630 kB | 180 kB | 183/185 kB | 49/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 49/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 53/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 57/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 61/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 65/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 69/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 73/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 77/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 81/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 85/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 89/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 93/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 97/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 101/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 105/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 109/146 kB Progress (4): 630 kB | 180 kB | 185 kB | 113/146 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.jar (630 kB at 1.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.jar (180 kB at 315 kB/s) Progress (2): 185 kB | 117/146 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.jar Progress (2): 185 kB | 121/146 kB Progress (2): 185 kB | 125/146 kB Progress (2): 185 kB | 129/146 kB Progress (2): 185 kB | 133/146 kB Progress (2): 185 kB | 137/146 kB Progress (2): 185 kB | 141/146 kB Progress (2): 185 kB | 145/146 kB Progress (2): 185 kB | 146 kB Progress (3): 185 kB | 146 kB | 4.1/36 kB Progress (3): 185 kB | 146 kB | 7.7/36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.jar (185 kB at 286 kB/s) Progress (2): 146 kB | 12/36 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (2): 146 kB | 16/36 kB Progress (2): 146 kB | 20/36 kB Progress (2): 146 kB | 24/36 kB Progress (2): 146 kB | 28/36 kB Progress (2): 146 kB | 32/36 kB Progress (2): 146 kB | 36/36 kB Progress (2): 146 kB | 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.jar (36 kB at 55 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.jar (146 kB at 223 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar Progress (1): 4.1/159 kB Progress (2): 4.1/159 kB | 4.1/164 kB Progress (2): 7.7/159 kB | 4.1/164 kB Progress (2): 7.7/159 kB | 7.7/164 kB Progress (2): 12/159 kB | 7.7/164 kB Progress (3): 12/159 kB | 7.7/164 kB | 4.1/209 kB Progress (3): 16/159 kB | 7.7/164 kB | 4.1/209 kB Progress (3): 16/159 kB | 12/164 kB | 4.1/209 kB Progress (3): 16/159 kB | 12/164 kB | 7.7/209 kB Progress (3): 20/159 kB | 12/164 kB | 7.7/209 kB Progress (3): 20/159 kB | 16/164 kB | 7.7/209 kB Progress (3): 24/159 kB | 16/164 kB | 7.7/209 kB Progress (3): 24/159 kB | 16/164 kB | 12/209 kB Progress (3): 24/159 kB | 20/164 kB | 12/209 kB Progress (3): 28/159 kB | 20/164 kB | 12/209 kB Progress (3): 28/159 kB | 20/164 kB | 16/209 kB Progress (3): 32/159 kB | 20/164 kB | 16/209 kB Progress (3): 32/159 kB | 24/164 kB | 16/209 kB Progress (3): 33/159 kB | 24/164 kB | 16/209 kB Progress (3): 33/159 kB | 24/164 kB | 20/209 kB Progress (3): 33/159 kB | 28/164 kB | 20/209 kB Progress (3): 37/159 kB | 28/164 kB | 20/209 kB Progress (3): 37/159 kB | 28/164 kB | 24/209 kB Progress (3): 41/159 kB | 28/164 kB | 24/209 kB Progress (3): 41/159 kB | 32/164 kB | 24/209 kB Progress (3): 41/159 kB | 32/164 kB | 28/209 kB Progress (3): 41/159 kB | 33/164 kB | 28/209 kB Progress (3): 45/159 kB | 33/164 kB | 28/209 kB Progress (3): 45/159 kB | 33/164 kB | 32/209 kB Progress (3): 45/159 kB | 37/164 kB | 32/209 kB Progress (3): 49/159 kB | 37/164 kB | 32/209 kB Progress (3): 49/159 kB | 41/164 kB | 32/209 kB Progress (3): 49/159 kB | 41/164 kB | 33/209 kB Progress (3): 53/159 kB | 41/164 kB | 33/209 kB Progress (3): 53/159 kB | 45/164 kB | 33/209 kB Progress (3): 57/159 kB | 45/164 kB | 33/209 kB Progress (3): 57/159 kB | 45/164 kB | 37/209 kB Progress (3): 57/159 kB | 49/164 kB | 37/209 kB Progress (3): 61/159 kB | 49/164 kB | 37/209 kB Progress (3): 61/159 kB | 49/164 kB | 41/209 kB Progress (3): 65/159 kB | 49/164 kB | 41/209 kB Progress (3): 65/159 kB | 53/164 kB | 41/209 kB Progress (3): 66/159 kB | 53/164 kB | 41/209 kB Progress (3): 66/159 kB | 53/164 kB | 45/209 kB Progress (3): 66/159 kB | 57/164 kB | 45/209 kB Progress (3): 70/159 kB | 57/164 kB | 45/209 kB Progress (3): 70/159 kB | 57/164 kB | 49/209 kB Progress (3): 74/159 kB | 57/164 kB | 49/209 kB Progress (3): 74/159 kB | 61/164 kB | 49/209 kB Progress (3): 74/159 kB | 61/164 kB | 53/209 kB Progress (3): 74/159 kB | 65/164 kB | 53/209 kB Progress (3): 78/159 kB | 65/164 kB | 53/209 kB Progress (3): 78/159 kB | 65/164 kB | 57/209 kB Progress (3): 82/159 kB | 65/164 kB | 57/209 kB Progress (3): 82/159 kB | 66/164 kB | 57/209 kB Progress (3): 82/159 kB | 66/164 kB | 61/209 kB Progress (3): 86/159 kB | 66/164 kB | 61/209 kB Progress (3): 86/159 kB | 66/164 kB | 65/209 kB Progress (3): 86/159 kB | 70/164 kB | 65/209 kB Progress (3): 86/159 kB | 70/164 kB | 66/209 kB Progress (3): 90/159 kB | 70/164 kB | 66/209 kB Progress (3): 90/159 kB | 74/164 kB | 66/209 kB Progress (4): 90/159 kB | 74/164 kB | 66/209 kB | 4.1/424 kB Progress (4): 90/159 kB | 74/164 kB | 70/209 kB | 4.1/424 kB Progress (4): 90/159 kB | 74/164 kB | 70/209 kB | 7.7/424 kB Progress (4): 90/159 kB | 78/164 kB | 70/209 kB | 7.7/424 kB Progress (4): 94/159 kB | 78/164 kB | 70/209 kB | 7.7/424 kB Progress (4): 94/159 kB | 82/164 kB | 70/209 kB | 7.7/424 kB Progress (4): 94/159 kB | 82/164 kB | 70/209 kB | 12/424 kB Progress (4): 94/159 kB | 82/164 kB | 74/209 kB | 12/424 kB Progress (4): 94/159 kB | 82/164 kB | 74/209 kB | 16/424 kB Progress (4): 94/159 kB | 86/164 kB | 74/209 kB | 16/424 kB Progress (4): 98/159 kB | 86/164 kB | 74/209 kB | 16/424 kB Progress (4): 98/159 kB | 90/164 kB | 74/209 kB | 16/424 kB Progress (4): 98/159 kB | 90/164 kB | 74/209 kB | 20/424 kB Progress (4): 98/159 kB | 90/164 kB | 78/209 kB | 20/424 kB Progress (4): 98/159 kB | 94/164 kB | 78/209 kB | 20/424 kB Progress (4): 98/159 kB | 94/164 kB | 78/209 kB | 24/424 kB Progress (4): 98/159 kB | 94/164 kB | 78/209 kB | 24/424 kB Progress (4): 98/159 kB | 98/164 kB | 78/209 kB | 24/424 kB Progress (4): 102/159 kB | 98/164 kB | 78/209 kB | 24/424 kB Progress (4): 102/159 kB | 98/164 kB | 82/209 kB | 24/424 kB Progress (4): 106/159 kB | 98/164 kB | 82/209 kB | 24/424 kB Progress (4): 106/159 kB | 98/164 kB | 82/209 kB | 24/424 kB Progress (4): 106/159 kB | 98/164 kB | 82/209 kB | 28/424 kB Progress (4): 106/159 kB | 102/164 kB | 82/209 kB | 28/424 kB Progress (4): 110/159 kB | 102/164 kB | 82/209 kB | 28/424 kB Progress (4): 110/159 kB | 102/164 kB | 86/209 kB | 28/424 kB Progress (4): 114/159 kB | 102/164 kB | 86/209 kB | 28/424 kB Progress (4): 114/159 kB | 106/164 kB | 86/209 kB | 28/424 kB Progress (4): 114/159 kB | 106/164 kB | 86/209 kB | 32/424 kB Progress (4): 118/159 kB | 106/164 kB | 86/209 kB | 32/424 kB Progress (4): 118/159 kB | 106/164 kB | 90/209 kB | 32/424 kB Progress (4): 122/159 kB | 106/164 kB | 90/209 kB | 32/424 kB Progress (4): 122/159 kB | 106/164 kB | 94/209 kB | 32/424 kB Progress (4): 122/159 kB | 106/164 kB | 94/209 kB | 33/424 kB Progress (4): 122/159 kB | 110/164 kB | 94/209 kB | 33/424 kB Progress (4): 122/159 kB | 110/164 kB | 94/209 kB | 37/424 kB Progress (4): 126/159 kB | 110/164 kB | 94/209 kB | 37/424 kB Progress (4): 126/159 kB | 110/164 kB | 98/209 kB | 37/424 kB Progress (4): 130/159 kB | 110/164 kB | 98/209 kB | 37/424 kB Progress (4): 130/159 kB | 110/164 kB | 98/209 kB | 41/424 kB Progress (4): 130/159 kB | 114/164 kB | 98/209 kB | 41/424 kB Progress (4): 134/159 kB | 114/164 kB | 98/209 kB | 41/424 kB Progress (4): 134/159 kB | 114/164 kB | 98/209 kB | 41/424 kB Progress (4): 134/159 kB | 114/164 kB | 98/209 kB | 45/424 kB Progress (4): 138/159 kB | 114/164 kB | 98/209 kB | 45/424 kB Progress (4): 138/159 kB | 118/164 kB | 98/209 kB | 45/424 kB Progress (4): 138/159 kB | 118/164 kB | 98/209 kB | 49/424 kB Progress (5): 138/159 kB | 118/164 kB | 98/209 kB | 49/424 kB | 4.1/379 kB Progress (5): 138/159 kB | 118/164 kB | 102/209 kB | 49/424 kB | 4.1/379 kB Progress (5): 138/159 kB | 118/164 kB | 102/209 kB | 49/424 kB | 7.7/379 kB Progress (5): 138/159 kB | 122/164 kB | 102/209 kB | 49/424 kB | 7.7/379 kB Progress (5): 142/159 kB | 122/164 kB | 102/209 kB | 49/424 kB | 7.7/379 kB Progress (5): 142/159 kB | 126/164 kB | 102/209 kB | 49/424 kB | 7.7/379 kB Progress (5): 142/159 kB | 126/164 kB | 102/209 kB | 49/424 kB | 12/379 kB Progress (5): 142/159 kB | 126/164 kB | 106/209 kB | 49/424 kB | 12/379 kB Progress (5): 142/159 kB | 126/164 kB | 106/209 kB | 49/424 kB | 16/379 kB Progress (5): 142/159 kB | 130/164 kB | 106/209 kB | 49/424 kB | 16/379 kB Progress (5): 142/159 kB | 130/164 kB | 106/209 kB | 53/424 kB | 16/379 kB Progress (5): 146/159 kB | 130/164 kB | 106/209 kB | 53/424 kB | 16/379 kB Progress (5): 146/159 kB | 130/164 kB | 106/209 kB | 57/424 kB | 16/379 kB Progress (5): 146/159 kB | 134/164 kB | 106/209 kB | 57/424 kB | 16/379 kB Progress (5): 146/159 kB | 134/164 kB | 106/209 kB | 57/424 kB | 20/379 kB Progress (5): 146/159 kB | 134/164 kB | 110/209 kB | 57/424 kB | 20/379 kB Progress (5): 146/159 kB | 134/164 kB | 110/209 kB | 57/424 kB | 24/379 kB Progress (5): 146/159 kB | 138/164 kB | 110/209 kB | 57/424 kB | 24/379 kB Progress (5): 146/159 kB | 138/164 kB | 110/209 kB | 61/424 kB | 24/379 kB Progress (5): 150/159 kB | 138/164 kB | 110/209 kB | 61/424 kB | 24/379 kB Progress (5): 150/159 kB | 138/164 kB | 110/209 kB | 65/424 kB | 24/379 kB Progress (5): 150/159 kB | 142/164 kB | 110/209 kB | 65/424 kB | 24/379 kB Progress (5): 150/159 kB | 142/164 kB | 110/209 kB | 65/424 kB | 28/379 kB Progress (5): 150/159 kB | 142/164 kB | 114/209 kB | 65/424 kB | 28/379 kB Progress (5): 150/159 kB | 142/164 kB | 114/209 kB | 65/424 kB | 32/379 kB Progress (5): 150/159 kB | 146/164 kB | 114/209 kB | 65/424 kB | 32/379 kB Progress (5): 150/159 kB | 146/164 kB | 114/209 kB | 65/424 kB | 36/379 kB Progress (5): 150/159 kB | 146/164 kB | 114/209 kB | 66/424 kB | 36/379 kB Progress (5): 154/159 kB | 146/164 kB | 114/209 kB | 66/424 kB | 36/379 kB Progress (5): 154/159 kB | 146/164 kB | 114/209 kB | 70/424 kB | 36/379 kB Progress (5): 154/159 kB | 146/164 kB | 114/209 kB | 70/424 kB | 40/379 kB Progress (5): 154/159 kB | 150/164 kB | 114/209 kB | 70/424 kB | 40/379 kB Progress (5): 154/159 kB | 150/164 kB | 118/209 kB | 70/424 kB | 40/379 kB Progress (5): 154/159 kB | 154/164 kB | 118/209 kB | 70/424 kB | 40/379 kB Progress (5): 154/159 kB | 154/164 kB | 118/209 kB | 70/424 kB | 44/379 kB Progress (5): 154/159 kB | 154/164 kB | 118/209 kB | 74/424 kB | 44/379 kB Progress (5): 158/159 kB | 154/164 kB | 118/209 kB | 74/424 kB | 44/379 kB Progress (5): 158/159 kB | 154/164 kB | 118/209 kB | 78/424 kB | 44/379 kB Progress (5): 158/159 kB | 154/164 kB | 118/209 kB | 78/424 kB | 48/379 kB Progress (5): 158/159 kB | 158/164 kB | 118/209 kB | 78/424 kB | 48/379 kB Progress (5): 158/159 kB | 158/164 kB | 122/209 kB | 78/424 kB | 48/379 kB Progress (5): 158/159 kB | 162/164 kB | 122/209 kB | 78/424 kB | 48/379 kB Progress (5): 158/159 kB | 162/164 kB | 122/209 kB | 78/424 kB | 52/379 kB Progress (5): 158/159 kB | 162/164 kB | 122/209 kB | 82/424 kB | 52/379 kB Progress (5): 159 kB | 162/164 kB | 122/209 kB | 82/424 kB | 52/379 kB Progress (5): 159 kB | 162/164 kB | 122/209 kB | 86/424 kB | 52/379 kB Progress (5): 159 kB | 162/164 kB | 122/209 kB | 86/424 kB | 56/379 kB Progress (5): 159 kB | 164 kB | 122/209 kB | 86/424 kB | 56/379 kB Progress (5): 159 kB | 164 kB | 126/209 kB | 86/424 kB | 56/379 kB Progress (5): 159 kB | 164 kB | 126/209 kB | 86/424 kB | 60/379 kB Progress (5): 159 kB | 164 kB | 126/209 kB | 90/424 kB | 60/379 kB Progress (5): 159 kB | 164 kB | 126/209 kB | 90/424 kB | 64/379 kB Progress (5): 159 kB | 164 kB | 130/209 kB | 90/424 kB | 64/379 kB Progress (5): 159 kB | 164 kB | 130/209 kB | 94/424 kB | 64/379 kB Progress (5): 159 kB | 164 kB | 131/209 kB | 94/424 kB | 64/379 kB Progress (5): 159 kB | 164 kB | 131/209 kB | 94/424 kB | 68/379 kB Progress (5): 159 kB | 164 kB | 135/209 kB | 94/424 kB | 68/379 kB Progress (5): 159 kB | 164 kB | 135/209 kB | 98/424 kB | 68/379 kB Progress (5): 159 kB | 164 kB | 139/209 kB | 98/424 kB | 68/379 kB Progress (5): 159 kB | 164 kB | 139/209 kB | 98/424 kB | 72/379 kB Progress (5): 159 kB | 164 kB | 143/209 kB | 98/424 kB | 72/379 kB Progress (5): 159 kB | 164 kB | 143/209 kB | 98/424 kB | 72/379 kB Progress (5): 159 kB | 164 kB | 147/209 kB | 98/424 kB | 72/379 kB Progress (5): 159 kB | 164 kB | 147/209 kB | 98/424 kB | 76/379 kB Progress (5): 159 kB | 164 kB | 147/209 kB | 102/424 kB | 76/379 kB Progress (5): 159 kB | 164 kB | 147/209 kB | 102/424 kB | 80/379 kB Progress (5): 159 kB | 164 kB | 151/209 kB | 102/424 kB | 80/379 kB Progress (5): 159 kB | 164 kB | 151/209 kB | 106/424 kB | 80/379 kB Progress (5): 159 kB | 164 kB | 155/209 kB | 106/424 kB | 80/379 kB Progress (5): 159 kB | 164 kB | 155/209 kB | 106/424 kB | 84/379 kB Progress (5): 159 kB | 164 kB | 155/209 kB | 110/424 kB | 84/379 kB Progress (5): 159 kB | 164 kB | 155/209 kB | 110/424 kB | 88/379 kB Progress (5): 159 kB | 164 kB | 159/209 kB | 110/424 kB | 88/379 kB Progress (5): 159 kB | 164 kB | 159/209 kB | 114/424 kB | 88/379 kB Progress (5): 159 kB | 164 kB | 163/209 kB | 114/424 kB | 88/379 kB Progress (5): 159 kB | 164 kB | 163/209 kB | 114/424 kB | 92/379 kB Progress (5): 159 kB | 164 kB | 163/209 kB | 118/424 kB | 92/379 kB Progress (5): 159 kB | 164 kB | 163/209 kB | 118/424 kB | 96/379 kB Progress (5): 159 kB | 164 kB | 167/209 kB | 118/424 kB | 96/379 kB Progress (5): 159 kB | 164 kB | 167/209 kB | 122/424 kB | 96/379 kB Progress (5): 159 kB | 164 kB | 171/209 kB | 122/424 kB | 96/379 kB Progress (5): 159 kB | 164 kB | 171/209 kB | 122/424 kB | 100/379 kB Progress (5): 159 kB | 164 kB | 171/209 kB | 126/424 kB | 100/379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.jar (159 kB at 209 kB/s) Progress (4): 164 kB | 171/209 kB | 130/424 kB | 100/379 kB Progress (4): 164 kB | 171/209 kB | 130/424 kB | 104/379 kB Progress (4): 164 kB | 175/209 kB | 130/424 kB | 104/379 kB Progress (4): 164 kB | 175/209 kB | 131/424 kB | 104/379 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Progress (4): 164 kB | 175/209 kB | 135/424 kB | 104/379 kB Progress (4): 164 kB | 175/209 kB | 135/424 kB | 108/379 kB Progress (4): 164 kB | 179/209 kB | 135/424 kB | 108/379 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 215 kB/s) Progress (3): 179/209 kB | 135/424 kB | 112/379 kB Progress (3): 179/209 kB | 139/424 kB | 112/379 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar Progress (3): 183/209 kB | 139/424 kB | 112/379 kB Progress (3): 183/209 kB | 143/424 kB | 112/379 kB Progress (3): 183/209 kB | 143/424 kB | 116/379 kB Progress (3): 183/209 kB | 147/424 kB | 116/379 kB Progress (3): 187/209 kB | 147/424 kB | 116/379 kB Progress (3): 187/209 kB | 147/424 kB | 120/379 kB Progress (3): 187/209 kB | 151/424 kB | 120/379 kB Progress (3): 191/209 kB | 151/424 kB | 120/379 kB Progress (3): 191/209 kB | 155/424 kB | 120/379 kB Progress (3): 191/209 kB | 155/424 kB | 124/379 kB Progress (3): 195/209 kB | 155/424 kB | 124/379 kB Progress (3): 195/209 kB | 159/424 kB | 124/379 kB Progress (3): 195/209 kB | 159/424 kB | 128/379 kB Progress (3): 195/209 kB | 163/424 kB | 128/379 kB Progress (3): 199/209 kB | 163/424 kB | 128/379 kB Progress (3): 199/209 kB | 164/424 kB | 128/379 kB Progress (3): 199/209 kB | 164/424 kB | 132/379 kB Progress (3): 203/209 kB | 164/424 kB | 132/379 kB Progress (3): 203/209 kB | 168/424 kB | 132/379 kB Progress (3): 203/209 kB | 168/424 kB | 136/379 kB Progress (3): 203/209 kB | 172/424 kB | 136/379 kB Progress (3): 207/209 kB | 172/424 kB | 136/379 kB Progress (3): 207/209 kB | 172/424 kB | 140/379 kB Progress (3): 207/209 kB | 176/424 kB | 140/379 kB Progress (3): 209 kB | 176/424 kB | 140/379 kB Progress (3): 209 kB | 180/424 kB | 140/379 kB Progress (3): 209 kB | 180/424 kB | 144/379 kB Progress (3): 209 kB | 184/424 kB | 144/379 kB Progress (3): 209 kB | 184/424 kB | 148/379 kB Progress (3): 209 kB | 188/424 kB | 148/379 kB Progress (3): 209 kB | 188/424 kB | 152/379 kB Progress (3): 209 kB | 192/424 kB | 152/379 kB Progress (3): 209 kB | 192/424 kB | 156/379 kB Progress (3): 209 kB | 196/424 kB | 156/379 kB Progress (3): 209 kB | 196/424 kB | 160/379 kB Progress (3): 209 kB | 197/424 kB | 160/379 kB Progress (3): 209 kB | 197/424 kB | 164/379 kB Progress (3): 209 kB | 201/424 kB | 164/379 kB Progress (3): 209 kB | 201/424 kB | 168/379 kB Progress (3): 209 kB | 205/424 kB | 168/379 kB Progress (3): 209 kB | 205/424 kB | 172/379 kB Progress (3): 209 kB | 209/424 kB | 172/379 kB Progress (3): 209 kB | 209/424 kB | 176/379 kB Progress (3): 209 kB | 213/424 kB | 176/379 kB Progress (4): 209 kB | 213/424 kB | 176/379 kB | 4.1/4.5 kB Progress (4): 209 kB | 217/424 kB | 176/379 kB | 4.1/4.5 kB Progress (4): 209 kB | 217/424 kB | 180/379 kB | 4.1/4.5 kB Progress (4): 209 kB | 221/424 kB | 180/379 kB | 4.1/4.5 kB Progress (4): 209 kB | 221/424 kB | 180/379 kB | 4.5 kB Progress (4): 209 kB | 221/424 kB | 184/379 kB | 4.5 kB Progress (4): 209 kB | 225/424 kB | 184/379 kB | 4.5 kB Progress (4): 209 kB | 229/424 kB | 184/379 kB | 4.5 kB Progress (4): 209 kB | 229/424 kB | 188/379 kB | 4.5 kB Progress (4): 209 kB | 229/424 kB | 192/379 kB | 4.5 kB Progress (4): 209 kB | 229/424 kB | 196/379 kB | 4.5 kB Progress (4): 209 kB | 229/424 kB | 200/379 kB | 4.5 kB Progress (4): 209 kB | 233/424 kB | 200/379 kB | 4.5 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 247 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (3): 233/424 kB | 204/379 kB | 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 5.3 kB/s) Progress (3): 233/424 kB | 204/379 kB | 0/2.4 MB Progress (3): 237/424 kB | 204/379 kB | 0/2.4 MB Progress (3): 237/424 kB | 204/379 kB | 0/2.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (3): 237/424 kB | 208/379 kB | 0/2.4 MB Progress (3): 237/424 kB | 208/379 kB | 0/2.4 MB Progress (3): 241/424 kB | 208/379 kB | 0/2.4 MB Progress (3): 241/424 kB | 212/379 kB | 0/2.4 MB Progress (3): 241/424 kB | 212/379 kB | 0/2.4 MB Progress (3): 241/424 kB | 216/379 kB | 0/2.4 MB Progress (3): 245/424 kB | 216/379 kB | 0/2.4 MB Progress (3): 245/424 kB | 216/379 kB | 0/2.4 MB Progress (3): 245/424 kB | 220/379 kB | 0/2.4 MB Progress (3): 249/424 kB | 220/379 kB | 0/2.4 MB Progress (3): 249/424 kB | 220/379 kB | 0/2.4 MB Progress (3): 253/424 kB | 220/379 kB | 0/2.4 MB Progress (3): 253/424 kB | 224/379 kB | 0/2.4 MB Progress (3): 257/424 kB | 224/379 kB | 0/2.4 MB Progress (3): 257/424 kB | 224/379 kB | 0/2.4 MB Progress (3): 261/424 kB | 224/379 kB | 0/2.4 MB Progress (3): 261/424 kB | 224/379 kB | 0/2.4 MB Progress (3): 261/424 kB | 228/379 kB | 0/2.4 MB Progress (3): 261/424 kB | 228/379 kB | 0/2.4 MB Progress (3): 262/424 kB | 228/379 kB | 0/2.4 MB Progress (3): 262/424 kB | 232/379 kB | 0/2.4 MB Progress (3): 266/424 kB | 232/379 kB | 0/2.4 MB Progress (3): 266/424 kB | 232/379 kB | 0/2.4 MB Progress (3): 266/424 kB | 236/379 kB | 0/2.4 MB Progress (3): 266/424 kB | 236/379 kB | 0/2.4 MB Progress (3): 270/424 kB | 236/379 kB | 0/2.4 MB Progress (3): 270/424 kB | 240/379 kB | 0/2.4 MB Progress (3): 270/424 kB | 240/379 kB | 0/2.4 MB Progress (3): 274/424 kB | 240/379 kB | 0/2.4 MB Progress (3): 274/424 kB | 244/379 kB | 0/2.4 MB Progress (3): 274/424 kB | 244/379 kB | 0/2.4 MB Progress (3): 274/424 kB | 248/379 kB | 0/2.4 MB Progress (3): 278/424 kB | 248/379 kB | 0/2.4 MB Progress (3): 278/424 kB | 248/379 kB | 0.1/2.4 MB Progress (3): 282/424 kB | 248/379 kB | 0.1/2.4 MB Progress (3): 282/424 kB | 252/379 kB | 0.1/2.4 MB Progress (3): 286/424 kB | 252/379 kB | 0.1/2.4 MB Progress (3): 286/424 kB | 252/379 kB | 0.1/2.4 MB Progress (3): 286/424 kB | 256/379 kB | 0.1/2.4 MB Progress (3): 290/424 kB | 256/379 kB | 0.1/2.4 MB Progress (3): 290/424 kB | 256/379 kB | 0.1/2.4 MB Progress (3): 290/424 kB | 260/379 kB | 0.1/2.4 MB Progress (3): 294/424 kB | 260/379 kB | 0.1/2.4 MB Progress (3): 294/424 kB | 264/379 kB | 0.1/2.4 MB Progress (3): 294/424 kB | 264/379 kB | 0.1/2.4 MB Progress (3): 295/424 kB | 264/379 kB | 0.1/2.4 MB Progress (3): 295/424 kB | 264/379 kB | 0.1/2.4 MB Progress (3): 295/424 kB | 268/379 kB | 0.1/2.4 MB Progress (3): 295/424 kB | 268/379 kB | 0.1/2.4 MB Progress (3): 299/424 kB | 268/379 kB | 0.1/2.4 MB Progress (3): 299/424 kB | 268/379 kB | 0.1/2.4 MB Progress (3): 299/424 kB | 272/379 kB | 0.1/2.4 MB Progress (3): 299/424 kB | 272/379 kB | 0.1/2.4 MB Progress (3): 303/424 kB | 272/379 kB | 0.1/2.4 MB Progress (3): 303/424 kB | 272/379 kB | 0.1/2.4 MB Progress (3): 303/424 kB | 276/379 kB | 0.1/2.4 MB Progress (3): 303/424 kB | 276/379 kB | 0.1/2.4 MB Progress (3): 307/424 kB | 276/379 kB | 0.1/2.4 MB Progress (3): 307/424 kB | 276/379 kB | 0.1/2.4 MB Progress (3): 307/424 kB | 280/379 kB | 0.1/2.4 MB Progress (3): 307/424 kB | 280/379 kB | 0.1/2.4 MB Progress (3): 311/424 kB | 280/379 kB | 0.1/2.4 MB Progress (3): 311/424 kB | 284/379 kB | 0.1/2.4 MB Progress (3): 311/424 kB | 284/379 kB | 0.1/2.4 MB Progress (3): 311/424 kB | 288/379 kB | 0.1/2.4 MB Progress (3): 315/424 kB | 288/379 kB | 0.1/2.4 MB Progress (4): 315/424 kB | 288/379 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 315/424 kB | 292/379 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 319/424 kB | 292/379 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 319/424 kB | 292/379 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 323/424 kB | 292/379 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 323/424 kB | 296/379 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 327/424 kB | 296/379 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 327/424 kB | 296/379 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 327/424 kB | 300/379 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 328/424 kB | 300/379 kB | 0.1/2.4 MB | 2.5 kB Progress (5): 328/424 kB | 300/379 kB | 0.1/2.4 MB | 2.5 kB | 4.1/4.3 kB Progress (5): 328/424 kB | 304/379 kB | 0.1/2.4 MB | 2.5 kB | 4.1/4.3 kB Progress (5): 328/424 kB | 304/379 kB | 0.1/2.4 MB | 2.5 kB | 4.1/4.3 kB Progress (5): 328/424 kB | 304/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 332/424 kB | 304/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 332/424 kB | 304/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 332/424 kB | 308/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 332/424 kB | 308/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 336/424 kB | 308/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 336/424 kB | 308/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 340/424 kB | 308/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 340/424 kB | 312/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 344/424 kB | 312/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 344/424 kB | 312/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 348/424 kB | 312/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 348/424 kB | 316/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 352/424 kB | 316/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 352/424 kB | 316/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 356/424 kB | 316/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 356/424 kB | 320/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 360/424 kB | 320/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 360/424 kB | 320/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 360/424 kB | 324/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Progress (5): 360/424 kB | 324/379 kB | 0.1/2.4 MB | 2.5 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 2.9 kB/s) Progress (4): 365/424 kB | 324/379 kB | 0.1/2.4 MB | 4.3 kB Progress (4): 365/424 kB | 328/379 kB | 0.1/2.4 MB | 4.3 kB Progress (4): 365/424 kB | 328/379 kB | 0.1/2.4 MB | 4.3 kB Progress (4): 368/424 kB | 328/379 kB | 0.1/2.4 MB | 4.3 kB 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 (4): 373/424 kB | 328/379 kB | 0.1/2.4 MB | 4.3 kB Progress (4): 373/424 kB | 328/379 kB | 0.1/2.4 MB | 4.3 kB Progress (4): 373/424 kB | 332/379 kB | 0.1/2.4 MB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 4.9 kB/s) Progress (3): 373/424 kB | 332/379 kB | 0.1/2.4 MB Progress (3): 376/424 kB | 332/379 kB | 0.1/2.4 MB Progress (3): 376/424 kB | 332/379 kB | 0.1/2.4 MB Progress (3): 381/424 kB | 332/379 kB | 0.1/2.4 MB Progress (3): 384/424 kB | 332/379 kB | 0.1/2.4 MB Progress (3): 389/424 kB | 332/379 kB | 0.1/2.4 MB Progress (3): 392/424 kB | 332/379 kB | 0.1/2.4 MB Progress (4): 392/424 kB | 332/379 kB | 0.1/2.4 MB | 4.1/480 kB Progress (4): 392/424 kB | 332/379 kB | 0.1/2.4 MB | 7.7/480 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar Progress (4): 392/424 kB | 336/379 kB | 0.1/2.4 MB | 7.7/480 kB Progress (4): 397/424 kB | 336/379 kB | 0.1/2.4 MB | 7.7/480 kB Progress (4): 397/424 kB | 336/379 kB | 0.1/2.4 MB | 12/480 kB Progress (4): 397/424 kB | 336/379 kB | 0.1/2.4 MB | 12/480 kB Progress (4): 397/424 kB | 336/379 kB | 0.1/2.4 MB | 16/480 kB Progress (4): 400/424 kB | 336/379 kB | 0.1/2.4 MB | 16/480 kB Progress (4): 400/424 kB | 340/379 kB | 0.1/2.4 MB | 16/480 kB Progress (4): 405/424 kB | 340/379 kB | 0.1/2.4 MB | 16/480 kB Progress (4): 405/424 kB | 340/379 kB | 0.1/2.4 MB | 20/480 kB Progress (4): 405/424 kB | 340/379 kB | 0.2/2.4 MB | 20/480 kB Progress (4): 405/424 kB | 340/379 kB | 0.2/2.4 MB | 24/480 kB Progress (4): 408/424 kB | 340/379 kB | 0.2/2.4 MB | 24/480 kB Progress (4): 408/424 kB | 344/379 kB | 0.2/2.4 MB | 24/480 kB Progress (4): 413/424 kB | 344/379 kB | 0.2/2.4 MB | 24/480 kB Progress (4): 413/424 kB | 344/379 kB | 0.2/2.4 MB | 28/480 kB Progress (4): 413/424 kB | 344/379 kB | 0.2/2.4 MB | 28/480 kB Progress (4): 413/424 kB | 344/379 kB | 0.2/2.4 MB | 32/480 kB Progress (4): 416/424 kB | 344/379 kB | 0.2/2.4 MB | 32/480 kB Progress (4): 416/424 kB | 348/379 kB | 0.2/2.4 MB | 32/480 kB Progress (4): 421/424 kB | 348/379 kB | 0.2/2.4 MB | 32/480 kB Progress (4): 421/424 kB | 348/379 kB | 0.2/2.4 MB | 33/480 kB Progress (4): 421/424 kB | 348/379 kB | 0.2/2.4 MB | 33/480 kB Progress (4): 424 kB | 348/379 kB | 0.2/2.4 MB | 33/480 kB Progress (4): 424 kB | 352/379 kB | 0.2/2.4 MB | 33/480 kB Progress (4): 424 kB | 352/379 kB | 0.2/2.4 MB | 37/480 kB Progress (4): 424 kB | 352/379 kB | 0.2/2.4 MB | 37/480 kB Progress (4): 424 kB | 352/379 kB | 0.2/2.4 MB | 41/480 kB Progress (4): 424 kB | 356/379 kB | 0.2/2.4 MB | 41/480 kB Progress (4): 424 kB | 356/379 kB | 0.2/2.4 MB | 45/480 kB Progress (4): 424 kB | 356/379 kB | 0.2/2.4 MB | 45/480 kB Progress (4): 424 kB | 356/379 kB | 0.2/2.4 MB | 49/480 kB Progress (4): 424 kB | 360/379 kB | 0.2/2.4 MB | 49/480 kB Progress (4): 424 kB | 360/379 kB | 0.2/2.4 MB | 49/480 kB Progress (4): 424 kB | 360/379 kB | 0.2/2.4 MB | 53/480 kB Progress (5): 424 kB | 360/379 kB | 0.2/2.4 MB | 53/480 kB | 4.1/315 kB Progress (5): 424 kB | 360/379 kB | 0.2/2.4 MB | 53/480 kB | 4.1/315 kB Progress (5): 424 kB | 364/379 kB | 0.2/2.4 MB | 53/480 kB | 4.1/315 kB Progress (5): 424 kB | 364/379 kB | 0.2/2.4 MB | 53/480 kB | 7.7/315 kB Progress (5): 424 kB | 364/379 kB | 0.2/2.4 MB | 57/480 kB | 7.7/315 kB Progress (5): 424 kB | 364/379 kB | 0.2/2.4 MB | 57/480 kB | 12/315 kB Progress (5): 424 kB | 364/379 kB | 0.2/2.4 MB | 57/480 kB | 12/315 kB Progress (5): 424 kB | 368/379 kB | 0.2/2.4 MB | 57/480 kB | 12/315 kB Progress (5): 424 kB | 368/379 kB | 0.2/2.4 MB | 57/480 kB | 12/315 kB Progress (5): 424 kB | 368/379 kB | 0.2/2.4 MB | 61/480 kB | 12/315 kB Progress (5): 424 kB | 368/379 kB | 0.2/2.4 MB | 61/480 kB | 16/315 kB Progress (5): 424 kB | 368/379 kB | 0.2/2.4 MB | 65/480 kB | 16/315 kB Progress (5): 424 kB | 368/379 kB | 0.2/2.4 MB | 65/480 kB | 16/315 kB Progress (5): 424 kB | 372/379 kB | 0.2/2.4 MB | 65/480 kB | 16/315 kB Progress (5): 424 kB | 372/379 kB | 0.2/2.4 MB | 65/480 kB | 16/315 kB Progress (5): 424 kB | 372/379 kB | 0.2/2.4 MB | 66/480 kB | 16/315 kB Progress (5): 424 kB | 372/379 kB | 0.2/2.4 MB | 66/480 kB | 20/315 kB Progress (5): 424 kB | 372/379 kB | 0.2/2.4 MB | 66/480 kB | 20/315 kB Progress (5): 424 kB | 376/379 kB | 0.2/2.4 MB | 66/480 kB | 20/315 kB Progress (5): 424 kB | 376/379 kB | 0.2/2.4 MB | 66/480 kB | 20/315 kB Progress (5): 424 kB | 376/379 kB | 0.2/2.4 MB | 70/480 kB | 20/315 kB Progress (5): 424 kB | 376/379 kB | 0.2/2.4 MB | 70/480 kB | 24/315 kB Progress (5): 424 kB | 376/379 kB | 0.2/2.4 MB | 74/480 kB | 24/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 443 kB/s) Progress (4): 376/379 kB | 0.2/2.4 MB | 74/480 kB | 24/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 74/480 kB | 24/315 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Progress (4): 379 kB | 0.2/2.4 MB | 78/480 kB | 24/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 78/480 kB | 28/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 82/480 kB | 28/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 82/480 kB | 28/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 86/480 kB | 28/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 86/480 kB | 32/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 90/480 kB | 32/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 90/480 kB | 32/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 90/480 kB | 33/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 94/480 kB | 33/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 94/480 kB | 37/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 94/480 kB | 37/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 94/480 kB | 41/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 98/480 kB | 41/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 98/480 kB | 45/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 98/480 kB | 45/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 98/480 kB | 49/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 98/480 kB | 49/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 98/480 kB | 53/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 98/480 kB | 53/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 102/480 kB | 53/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 102/480 kB | 57/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 106/480 kB | 57/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 106/480 kB | 57/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 106/480 kB | 61/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 110/480 kB | 61/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 110/480 kB | 61/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 110/480 kB | 65/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 110/480 kB | 65/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 114/480 kB | 65/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 114/480 kB | 65/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 114/480 kB | 66/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 118/480 kB | 66/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 118/480 kB | 70/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 118/480 kB | 70/315 kB Progress (4): 379 kB | 0.2/2.4 MB | 118/480 kB | 74/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 392 kB/s) Progress (3): 0.2/2.4 MB | 122/480 kB | 74/315 kB Progress (3): 0.2/2.4 MB | 122/480 kB | 78/315 kB Progress (3): 0.2/2.4 MB | 122/480 kB | 78/315 kB Progress (3): 0.2/2.4 MB | 126/480 kB | 78/315 kB Progress (3): 0.2/2.4 MB | 126/480 kB | 82/315 kB Progress (3): 0.2/2.4 MB | 130/480 kB | 82/315 kB Progress (3): 0.2/2.4 MB | 130/480 kB | 82/315 kB Progress (3): 0.2/2.4 MB | 131/480 kB | 82/315 kB Progress (3): 0.2/2.4 MB | 131/480 kB | 86/315 kB Progress (3): 0.2/2.4 MB | 131/480 kB | 86/315 kB Progress (3): 0.2/2.4 MB | 135/480 kB | 86/315 kB Progress (3): 0.2/2.4 MB | 135/480 kB | 90/315 kB Progress (3): 0.2/2.4 MB | 135/480 kB | 90/315 kB Progress (3): 0.2/2.4 MB | 139/480 kB | 90/315 kB Progress (3): 0.3/2.4 MB | 139/480 kB | 90/315 kB Progress (3): 0.3/2.4 MB | 139/480 kB | 94/315 kB Progress (3): 0.3/2.4 MB | 143/480 kB | 94/315 kB Progress (4): 0.3/2.4 MB | 143/480 kB | 94/315 kB | 4.1/45 kB Progress (4): 0.3/2.4 MB | 147/480 kB | 94/315 kB | 4.1/45 kB Progress (4): 0.3/2.4 MB | 147/480 kB | 94/315 kB | 4.1/45 kB Progress (4): 0.3/2.4 MB | 147/480 kB | 98/315 kB | 4.1/45 kB Progress (4): 0.3/2.4 MB | 151/480 kB | 98/315 kB | 4.1/45 kB Progress (4): 0.3/2.4 MB | 151/480 kB | 98/315 kB | 4.1/45 kB Progress (4): 0.3/2.4 MB | 151/480 kB | 98/315 kB | 7.7/45 kB Progress (4): 0.3/2.4 MB | 151/480 kB | 98/315 kB | 7.7/45 kB Progress (4): 0.3/2.4 MB | 155/480 kB | 98/315 kB | 7.7/45 kB Progress (4): 0.3/2.4 MB | 155/480 kB | 98/315 kB | 7.7/45 kB Progress (4): 0.3/2.4 MB | 159/480 kB | 98/315 kB | 7.7/45 kB Progress (4): 0.3/2.4 MB | 159/480 kB | 98/315 kB | 7.7/45 kB Progress (4): 0.3/2.4 MB | 159/480 kB | 98/315 kB | 12/45 kB Progress (4): 0.3/2.4 MB | 163/480 kB | 98/315 kB | 12/45 kB Progress (4): 0.3/2.4 MB | 163/480 kB | 102/315 kB | 12/45 kB Progress (4): 0.3/2.4 MB | 164/480 kB | 102/315 kB | 12/45 kB Progress (4): 0.3/2.4 MB | 164/480 kB | 102/315 kB | 16/45 kB Progress (4): 0.3/2.4 MB | 164/480 kB | 102/315 kB | 16/45 kB Progress (4): 0.3/2.4 MB | 164/480 kB | 102/315 kB | 20/45 kB Progress (4): 0.3/2.4 MB | 168/480 kB | 102/315 kB | 20/45 kB Progress (4): 0.3/2.4 MB | 168/480 kB | 106/315 kB | 20/45 kB Progress (4): 0.3/2.4 MB | 172/480 kB | 106/315 kB | 20/45 kB Progress (4): 0.3/2.4 MB | 172/480 kB | 106/315 kB | 20/45 kB Progress (4): 0.3/2.4 MB | 172/480 kB | 106/315 kB | 24/45 kB Progress (4): 0.3/2.4 MB | 172/480 kB | 106/315 kB | 24/45 kB Progress (4): 0.3/2.4 MB | 176/480 kB | 106/315 kB | 24/45 kB Progress (4): 0.3/2.4 MB | 176/480 kB | 106/315 kB | 24/45 kB Progress (4): 0.3/2.4 MB | 176/480 kB | 110/315 kB | 24/45 kB Progress (4): 0.3/2.4 MB | 176/480 kB | 110/315 kB | 24/45 kB Progress (4): 0.3/2.4 MB | 180/480 kB | 110/315 kB | 24/45 kB Progress (4): 0.3/2.4 MB | 180/480 kB | 110/315 kB | 28/45 kB Progress (4): 0.3/2.4 MB | 180/480 kB | 110/315 kB | 28/45 kB Progress (4): 0.3/2.4 MB | 180/480 kB | 114/315 kB | 28/45 kB Progress (4): 0.3/2.4 MB | 180/480 kB | 114/315 kB | 28/45 kB Progress (4): 0.3/2.4 MB | 184/480 kB | 114/315 kB | 28/45 kB Progress (4): 0.3/2.4 MB | 184/480 kB | 114/315 kB | 32/45 kB Progress (4): 0.3/2.4 MB | 188/480 kB | 114/315 kB | 32/45 kB Progress (4): 0.3/2.4 MB | 188/480 kB | 114/315 kB | 32/45 kB Progress (4): 0.3/2.4 MB | 188/480 kB | 118/315 kB | 32/45 kB Progress (4): 0.3/2.4 MB | 192/480 kB | 118/315 kB | 32/45 kB Progress (4): 0.3/2.4 MB | 192/480 kB | 118/315 kB | 36/45 kB Progress (4): 0.3/2.4 MB | 196/480 kB | 118/315 kB | 36/45 kB Progress (4): 0.3/2.4 MB | 196/480 kB | 118/315 kB | 36/45 kB Progress (4): 0.3/2.4 MB | 196/480 kB | 122/315 kB | 36/45 kB Progress (4): 0.3/2.4 MB | 196/480 kB | 122/315 kB | 36/45 kB Progress (4): 0.3/2.4 MB | 197/480 kB | 122/315 kB | 36/45 kB Progress (4): 0.3/2.4 MB | 197/480 kB | 122/315 kB | 40/45 kB Progress (4): 0.3/2.4 MB | 197/480 kB | 122/315 kB | 40/45 kB Progress (4): 0.3/2.4 MB | 197/480 kB | 122/315 kB | 44/45 kB Progress (4): 0.3/2.4 MB | 197/480 kB | 126/315 kB | 44/45 kB Progress (4): 0.3/2.4 MB | 197/480 kB | 126/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 197/480 kB | 126/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 201/480 kB | 126/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 201/480 kB | 126/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 201/480 kB | 130/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 201/480 kB | 130/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 205/480 kB | 130/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 205/480 kB | 130/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 205/480 kB | 131/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 209/480 kB | 131/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 209/480 kB | 131/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 213/480 kB | 131/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 213/480 kB | 135/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 213/480 kB | 135/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 217/480 kB | 135/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 217/480 kB | 139/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 221/480 kB | 139/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 221/480 kB | 139/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 221/480 kB | 143/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 225/480 kB | 143/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 225/480 kB | 143/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 229/480 kB | 143/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 229/480 kB | 147/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 229/480 kB | 147/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 229/480 kB | 147/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 229/480 kB | 151/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 233/480 kB | 151/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 233/480 kB | 151/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 237/480 kB | 151/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 237/480 kB | 155/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 237/480 kB | 155/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 241/480 kB | 155/315 kB | 45 kB Progress (4): 0.3/2.4 MB | 241/480 kB | 159/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 241/480 kB | 159/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 241/480 kB | 163/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 245/480 kB | 163/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 245/480 kB | 164/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 245/480 kB | 164/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 249/480 kB | 164/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 249/480 kB | 168/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 249/480 kB | 168/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 249/480 kB | 172/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 253/480 kB | 172/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 253/480 kB | 176/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 253/480 kB | 176/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 257/480 kB | 176/315 kB | 45 kB Progress (4): 0.4/2.4 MB | 257/480 kB | 180/315 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 42 kB/s) Progress (3): 0.4/2.4 MB | 257/480 kB | 184/315 kB Progress (3): 0.4/2.4 MB | 261/480 kB | 184/315 kB Progress (3): 0.4/2.4 MB | 261/480 kB | 184/315 kB Progress (3): 0.4/2.4 MB | 262/480 kB | 184/315 kB Progress (3): 0.4/2.4 MB | 262/480 kB | 188/315 kB Progress (3): 0.4/2.4 MB | 262/480 kB | 188/315 kB Progress (3): 0.4/2.4 MB | 266/480 kB | 188/315 kB Progress (3): 0.4/2.4 MB | 266/480 kB | 188/315 kB Progress (3): 0.4/2.4 MB | 266/480 kB | 192/315 kB Progress (3): 0.4/2.4 MB | 266/480 kB | 192/315 kB Progress (3): 0.4/2.4 MB | 270/480 kB | 192/315 kB Progress (3): 0.4/2.4 MB | 270/480 kB | 192/315 kB Progress (3): 0.4/2.4 MB | 270/480 kB | 196/315 kB Progress (3): 0.4/2.4 MB | 270/480 kB | 196/315 kB Progress (3): 0.4/2.4 MB | 270/480 kB | 197/315 kB Progress (3): 0.4/2.4 MB | 274/480 kB | 197/315 kB Progress (3): 0.4/2.4 MB | 274/480 kB | 201/315 kB Progress (3): 0.4/2.4 MB | 274/480 kB | 201/315 kB Progress (3): 0.4/2.4 MB | 274/480 kB | 205/315 kB Progress (3): 0.4/2.4 MB | 278/480 kB | 205/315 kB Progress (3): 0.4/2.4 MB | 278/480 kB | 209/315 kB Progress (3): 0.4/2.4 MB | 278/480 kB | 209/315 kB Progress (3): 0.4/2.4 MB | 282/480 kB | 209/315 kB Progress (3): 0.4/2.4 MB | 282/480 kB | 213/315 kB Progress (3): 0.4/2.4 MB | 286/480 kB | 213/315 kB Progress (3): 0.4/2.4 MB | 286/480 kB | 213/315 kB Progress (3): 0.4/2.4 MB | 286/480 kB | 217/315 kB Progress (3): 0.4/2.4 MB | 290/480 kB | 217/315 kB Progress (3): 0.4/2.4 MB | 290/480 kB | 221/315 kB Progress (3): 0.4/2.4 MB | 290/480 kB | 221/315 kB Progress (3): 0.4/2.4 MB | 294/480 kB | 221/315 kB Progress (3): 0.4/2.4 MB | 294/480 kB | 221/315 kB Progress (3): 0.4/2.4 MB | 295/480 kB | 221/315 kB Progress (3): 0.4/2.4 MB | 295/480 kB | 225/315 kB Progress (3): 0.4/2.4 MB | 295/480 kB | 225/315 kB Progress (3): 0.4/2.4 MB | 299/480 kB | 225/315 kB Progress (3): 0.4/2.4 MB | 299/480 kB | 229/315 kB Progress (3): 0.4/2.4 MB | 303/480 kB | 229/315 kB Progress (3): 0.4/2.4 MB | 303/480 kB | 229/315 kB Progress (3): 0.4/2.4 MB | 303/480 kB | 229/315 kB Progress (3): 0.4/2.4 MB | 307/480 kB | 229/315 kB Progress (3): 0.4/2.4 MB | 307/480 kB | 233/315 kB Progress (3): 0.4/2.4 MB | 307/480 kB | 233/315 kB Progress (3): 0.4/2.4 MB | 307/480 kB | 237/315 kB Progress (3): 0.4/2.4 MB | 311/480 kB | 237/315 kB Progress (3): 0.4/2.4 MB | 311/480 kB | 241/315 kB Progress (3): 0.4/2.4 MB | 311/480 kB | 241/315 kB Progress (3): 0.4/2.4 MB | 311/480 kB | 245/315 kB Progress (3): 0.4/2.4 MB | 315/480 kB | 245/315 kB Progress (3): 0.4/2.4 MB | 315/480 kB | 249/315 kB Progress (3): 0.4/2.4 MB | 315/480 kB | 249/315 kB Progress (3): 0.4/2.4 MB | 315/480 kB | 253/315 kB Progress (3): 0.4/2.4 MB | 319/480 kB | 253/315 kB Progress (3): 0.4/2.4 MB | 319/480 kB | 257/315 kB Progress (3): 0.4/2.4 MB | 319/480 kB | 257/315 kB Progress (3): 0.4/2.4 MB | 323/480 kB | 257/315 kB Progress (3): 0.4/2.4 MB | 323/480 kB | 261/315 kB Progress (3): 0.4/2.4 MB | 327/480 kB | 261/315 kB Progress (3): 0.4/2.4 MB | 327/480 kB | 261/315 kB Progress (3): 0.4/2.4 MB | 328/480 kB | 261/315 kB Progress (3): 0.4/2.4 MB | 328/480 kB | 261/315 kB Progress (3): 0.4/2.4 MB | 328/480 kB | 262/315 kB Progress (3): 0.4/2.4 MB | 328/480 kB | 262/315 kB Progress (3): 0.4/2.4 MB | 332/480 kB | 262/315 kB Progress (3): 0.4/2.4 MB | 332/480 kB | 262/315 kB Progress (3): 0.4/2.4 MB | 332/480 kB | 266/315 kB Progress (3): 0.4/2.4 MB | 332/480 kB | 266/315 kB Progress (3): 0.4/2.4 MB | 336/480 kB | 266/315 kB Progress (3): 0.4/2.4 MB | 336/480 kB | 266/315 kB Progress (3): 0.4/2.4 MB | 336/480 kB | 270/315 kB Progress (3): 0.4/2.4 MB | 340/480 kB | 270/315 kB Progress (3): 0.4/2.4 MB | 340/480 kB | 274/315 kB Progress (3): 0.4/2.4 MB | 340/480 kB | 278/315 kB Progress (3): 0.4/2.4 MB | 340/480 kB | 282/315 kB Progress (3): 0.4/2.4 MB | 340/480 kB | 282/315 kB Progress (3): 0.4/2.4 MB | 340/480 kB | 286/315 kB Progress (3): 0.4/2.4 MB | 344/480 kB | 286/315 kB Progress (3): 0.4/2.4 MB | 344/480 kB | 290/315 kB Progress (3): 0.5/2.4 MB | 344/480 kB | 290/315 kB Progress (3): 0.5/2.4 MB | 348/480 kB | 290/315 kB Progress (3): 0.5/2.4 MB | 348/480 kB | 294/315 kB Progress (3): 0.5/2.4 MB | 352/480 kB | 294/315 kB Progress (3): 0.5/2.4 MB | 352/480 kB | 294/315 kB Progress (3): 0.5/2.4 MB | 352/480 kB | 298/315 kB Progress (3): 0.5/2.4 MB | 356/480 kB | 298/315 kB Progress (3): 0.5/2.4 MB | 356/480 kB | 298/315 kB Progress (3): 0.5/2.4 MB | 356/480 kB | 302/315 kB Progress (3): 0.5/2.4 MB | 356/480 kB | 302/315 kB Progress (3): 0.5/2.4 MB | 360/480 kB | 302/315 kB Progress (3): 0.5/2.4 MB | 360/480 kB | 302/315 kB Progress (3): 0.5/2.4 MB | 360/480 kB | 306/315 kB Progress (3): 0.5/2.4 MB | 360/480 kB | 306/315 kB Progress (3): 0.5/2.4 MB | 360/480 kB | 306/315 kB Progress (3): 0.5/2.4 MB | 360/480 kB | 310/315 kB Progress (3): 0.5/2.4 MB | 360/480 kB | 310/315 kB Progress (3): 0.5/2.4 MB | 365/480 kB | 310/315 kB Progress (3): 0.5/2.4 MB | 365/480 kB | 314/315 kB Progress (3): 0.5/2.4 MB | 368/480 kB | 314/315 kB Progress (3): 0.5/2.4 MB | 368/480 kB | 314/315 kB Progress (3): 0.5/2.4 MB | 368/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 373/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 373/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 376/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 376/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 381/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 381/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 384/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 384/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 389/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 389/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 392/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 392/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 397/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 397/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 400/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 400/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 405/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 405/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 408/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 408/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 413/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 413/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 416/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 416/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 421/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 421/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 424/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 424/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 429/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 429/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 432/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 432/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 437/480 kB | 315 kB Progress (3): 0.5/2.4 MB | 440/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 440/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 445/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 445/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 448/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 448/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 453/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 453/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 456/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 456/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 461/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 461/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 464/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 464/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 469/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 469/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 472/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 472/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 477/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 477/480 kB | 315 kB Progress (3): 0.6/2.4 MB | 480 kB | 315 kB Progress (3): 0.6/2.4 MB | 480 kB | 315 kB Progress (3): 0.6/2.4 MB | 480 kB | 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 272 kB/s) Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.6/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Progress (2): 0.7/2.4 MB | 480 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 412 kB/s) Progress (1): 0.7/2.4 MB Progress (1): 0.7/2.4 MB Progress (1): 0.7/2.4 MB Progress (1): 0.7/2.4 MB Progress (1): 0.7/2.4 MB Progress (1): 0.7/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.8/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 0.9/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.0/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 1.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ package-rename-task --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 104 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 565 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 896 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 86 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 271 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 380 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 492 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB 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 | 33/226 kB Progress (2): 13 kB | 37/226 kB Progress (2): 13 kB | 41/226 kB Progress (2): 13 kB | 45/226 kB Progress (2): 13 kB | 49/226 kB Progress (2): 13 kB | 53/226 kB Progress (2): 13 kB | 57/226 kB Progress (2): 13 kB | 61/226 kB Progress (2): 13 kB | 65/226 kB Progress (2): 13 kB | 66/226 kB Progress (2): 13 kB | 70/226 kB Progress (2): 13 kB | 74/226 kB Progress (2): 13 kB | 78/226 kB Progress (2): 13 kB | 82/226 kB Progress (2): 13 kB | 86/226 kB Progress (2): 13 kB | 90/226 kB Progress (2): 13 kB | 94/226 kB Progress (2): 13 kB | 98/226 kB Progress (2): 13 kB | 98/226 kB Progress (2): 13 kB | 102/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 756 kB/s) 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): 164/226 kB Progress (1): 168/226 kB Progress (1): 172/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 216/226 kB Progress (1): 220/226 kB Progress (1): 224/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 7.5 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ package-rename-task --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 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/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 368 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.7 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom 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/15/maven-parent-15.pom (24 kB at 889 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom 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/apache/6/apache-6.pom (13 kB at 853 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 177 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 3.3 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.pom (3.3 kB at 208 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.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/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.0 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 125 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 148 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 22 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 357 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 197 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 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/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 129 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 120 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 153 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 298 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 209 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 145 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 104 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 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/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 370 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 768 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from 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 31 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 265 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.0 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 235 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 196 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 321 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 651 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 112 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 130 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 93 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 407 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 147 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 176 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 124 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 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-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 197 kB/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 92 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 94 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.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 234 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 284 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/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 84 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 117 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 826 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.8 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom 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/apache/apache/5/apache-5.pom (4.1 kB at 256 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 93 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 108 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 1.2 MB/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 2.2 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 166 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/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 328 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 222 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 33/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 960 kB/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 896 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 424 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/25/commons-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 892 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 54 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 239 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/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/2.10/wagon-provider-api-2.10.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (1): 4.1/527 kB Progress (1): 7.7/527 kB Progress (1): 12/527 kB Progress (1): 16/527 kB Progress (1): 20/527 kB Progress (1): 24/527 kB Progress (1): 28/527 kB Progress (1): 32/527 kB Progress (1): 33/527 kB Progress (1): 37/527 kB Progress (1): 41/527 kB Progress (1): 45/527 kB Progress (1): 49/527 kB Progress (1): 53/527 kB Progress (1): 57/527 kB Progress (1): 61/527 kB Progress (1): 65/527 kB Progress (1): 66/527 kB Progress (1): 70/527 kB Progress (1): 74/527 kB Progress (1): 78/527 kB Progress (1): 82/527 kB Progress (1): 86/527 kB Progress (1): 90/527 kB Progress (1): 94/527 kB Progress (1): 98/527 kB Progress (1): 98/527 kB Progress (1): 102/527 kB Progress (1): 106/527 kB Progress (1): 110/527 kB Progress (1): 114/527 kB Progress (1): 118/527 kB Progress (1): 122/527 kB Progress (1): 126/527 kB Progress (1): 130/527 kB Progress (1): 131/527 kB Progress (1): 135/527 kB Progress (1): 139/527 kB Progress (1): 143/527 kB Progress (1): 147/527 kB Progress (1): 151/527 kB Progress (1): 155/527 kB Progress (1): 159/527 kB Progress (1): 163/527 kB Progress (1): 164/527 kB Progress (1): 168/527 kB Progress (1): 172/527 kB Progress (1): 176/527 kB Progress (1): 180/527 kB Progress (1): 184/527 kB Progress (1): 188/527 kB Progress (1): 192/527 kB Progress (1): 196/527 kB Progress (1): 197/527 kB Progress (1): 201/527 kB Progress (1): 205/527 kB Progress (2): 205/527 kB | 4.1/38 kB Progress (2): 209/527 kB | 4.1/38 kB Progress (3): 209/527 kB | 4.1/38 kB | 4.1/165 kB Progress (3): 213/527 kB | 4.1/38 kB | 4.1/165 kB Progress (3): 213/527 kB | 7.7/38 kB | 4.1/165 kB Progress (3): 213/527 kB | 7.7/38 kB | 7.7/165 kB Progress (3): 213/527 kB | 12/38 kB | 7.7/165 kB Progress (3): 217/527 kB | 12/38 kB | 7.7/165 kB Progress (3): 217/527 kB | 16/38 kB | 7.7/165 kB Progress (3): 217/527 kB | 16/38 kB | 12/165 kB Progress (3): 221/527 kB | 16/38 kB | 12/165 kB Progress (3): 221/527 kB | 16/38 kB | 16/165 kB Progress (3): 221/527 kB | 20/38 kB | 16/165 kB Progress (4): 221/527 kB | 20/38 kB | 16/165 kB | 4.1/30 kB Progress (4): 225/527 kB | 20/38 kB | 16/165 kB | 4.1/30 kB Progress (4): 225/527 kB | 20/38 kB | 16/165 kB | 7.7/30 kB Progress (4): 225/527 kB | 20/38 kB | 20/165 kB | 7.7/30 kB Progress (4): 225/527 kB | 24/38 kB | 20/165 kB | 7.7/30 kB Progress (4): 225/527 kB | 24/38 kB | 24/165 kB | 7.7/30 kB Progress (4): 225/527 kB | 24/38 kB | 24/165 kB | 12/30 kB Progress (4): 229/527 kB | 24/38 kB | 24/165 kB | 12/30 kB Progress (4): 229/527 kB | 24/38 kB | 24/165 kB | 16/30 kB Progress (4): 229/527 kB | 28/38 kB | 24/165 kB | 16/30 kB Progress (4): 229/527 kB | 28/38 kB | 24/165 kB | 16/30 kB Progress (4): 229/527 kB | 28/38 kB | 28/165 kB | 16/30 kB Progress (4): 233/527 kB | 28/38 kB | 28/165 kB | 16/30 kB Progress (4): 233/527 kB | 32/38 kB | 28/165 kB | 16/30 kB Progress (4): 233/527 kB | 32/38 kB | 28/165 kB | 20/30 kB Progress (4): 233/527 kB | 36/38 kB | 28/165 kB | 20/30 kB Progress (4): 237/527 kB | 36/38 kB | 28/165 kB | 20/30 kB Progress (4): 237/527 kB | 36/38 kB | 32/165 kB | 20/30 kB Progress (4): 241/527 kB | 36/38 kB | 32/165 kB | 20/30 kB Progress (4): 241/527 kB | 38 kB | 32/165 kB | 20/30 kB Progress (4): 241/527 kB | 38 kB | 32/165 kB | 24/30 kB Progress (4): 241/527 kB | 38 kB | 36/165 kB | 24/30 kB Progress (4): 245/527 kB | 38 kB | 36/165 kB | 24/30 kB Progress (4): 245/527 kB | 38 kB | 40/165 kB | 24/30 kB Progress (4): 245/527 kB | 38 kB | 40/165 kB | 28/30 kB Progress (4): 249/527 kB | 38 kB | 40/165 kB | 28/30 kB Progress (4): 249/527 kB | 38 kB | 44/165 kB | 28/30 kB Progress (4): 249/527 kB | 38 kB | 44/165 kB | 30 kB Progress (4): 249/527 kB | 38 kB | 48/165 kB | 30 kB Progress (4): 253/527 kB | 38 kB | 48/165 kB | 30 kB Progress (4): 253/527 kB | 38 kB | 52/165 kB | 30 kB Progress (4): 253/527 kB | 38 kB | 56/165 kB | 30 kB Progress (4): 257/527 kB | 38 kB | 56/165 kB | 30 kB Progress (4): 257/527 kB | 38 kB | 60/165 kB | 30 kB Progress (4): 261/527 kB | 38 kB | 60/165 kB | 30 kB Progress (4): 261/527 kB | 38 kB | 64/165 kB | 30 kB Progress (4): 262/527 kB | 38 kB | 64/165 kB | 30 kB Progress (4): 262/527 kB | 38 kB | 68/165 kB | 30 kB Progress (4): 262/527 kB | 38 kB | 72/165 kB | 30 kB Progress (4): 266/527 kB | 38 kB | 72/165 kB | 30 kB Progress (4): 266/527 kB | 38 kB | 76/165 kB | 30 kB Progress (4): 270/527 kB | 38 kB | 76/165 kB | 30 kB Progress (4): 270/527 kB | 38 kB | 80/165 kB | 30 kB Progress (4): 274/527 kB | 38 kB | 80/165 kB | 30 kB Progress (4): 274/527 kB | 38 kB | 84/165 kB | 30 kB Progress (4): 278/527 kB | 38 kB | 84/165 kB | 30 kB Progress (4): 278/527 kB | 38 kB | 88/165 kB | 30 kB Progress (4): 282/527 kB | 38 kB | 88/165 kB | 30 kB Progress (4): 282/527 kB | 38 kB | 92/165 kB | 30 kB Progress (4): 286/527 kB | 38 kB | 92/165 kB | 30 kB Progress (4): 286/527 kB | 38 kB | 96/165 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 859 kB/s) Progress (3): 286/527 kB | 100/165 kB | 30 kB Progress (3): 290/527 kB | 100/165 kB | 30 kB Progress (3): 290/527 kB | 104/165 kB | 30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (3): 290/527 kB | 108/165 kB | 30 kB Progress (3): 294/527 kB | 108/165 kB | 30 kB Progress (3): 294/527 kB | 112/165 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 668 kB/s) Progress (2): 294/527 kB | 116/165 kB Progress (2): 295/527 kB | 116/165 kB Progress (2): 295/527 kB | 120/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (2): 295/527 kB | 124/165 kB Progress (2): 299/527 kB | 124/165 kB Progress (2): 299/527 kB | 128/165 kB Progress (2): 303/527 kB | 128/165 kB Progress (2): 303/527 kB | 132/165 kB Progress (2): 307/527 kB | 132/165 kB Progress (2): 307/527 kB | 136/165 kB Progress (2): 311/527 kB | 136/165 kB Progress (2): 311/527 kB | 140/165 kB Progress (2): 315/527 kB | 140/165 kB Progress (2): 315/527 kB | 144/165 kB Progress (2): 319/527 kB | 144/165 kB Progress (2): 319/527 kB | 148/165 kB Progress (2): 323/527 kB | 148/165 kB Progress (2): 323/527 kB | 152/165 kB Progress (2): 327/527 kB | 152/165 kB Progress (2): 328/527 kB | 152/165 kB Progress (2): 328/527 kB | 156/165 kB Progress (2): 328/527 kB | 160/165 kB Progress (2): 332/527 kB | 160/165 kB Progress (2): 336/527 kB | 160/165 kB Progress (2): 336/527 kB | 164/165 kB Progress (2): 336/527 kB | 165 kB Progress (2): 340/527 kB | 165 kB Progress (2): 344/527 kB | 165 kB Progress (2): 348/527 kB | 165 kB Progress (2): 352/527 kB | 165 kB Progress (2): 356/527 kB | 165 kB Progress (2): 360/527 kB | 165 kB Progress (2): 360/527 kB | 165 kB Progress (2): 365/527 kB | 165 kB Progress (2): 368/527 kB | 165 kB Progress (2): 373/527 kB | 165 kB Progress (2): 376/527 kB | 165 kB Progress (3): 376/527 kB | 165 kB | 4.1/52 kB Progress (3): 381/527 kB | 165 kB | 4.1/52 kB Progress (3): 381/527 kB | 165 kB | 7.7/52 kB Progress (3): 384/527 kB | 165 kB | 7.7/52 kB Progress (3): 389/527 kB | 165 kB | 7.7/52 kB Progress (3): 389/527 kB | 165 kB | 12/52 kB Progress (3): 392/527 kB | 165 kB | 12/52 kB Progress (3): 392/527 kB | 165 kB | 16/52 kB Progress (3): 393/527 kB | 165 kB | 16/52 kB Progress (3): 397/527 kB | 165 kB | 16/52 kB Progress (3): 397/527 kB | 165 kB | 20/52 kB Progress (3): 401/527 kB | 165 kB | 20/52 kB Progress (3): 401/527 kB | 165 kB | 24/52 kB Progress (3): 405/527 kB | 165 kB | 24/52 kB Progress (3): 409/527 kB | 165 kB | 24/52 kB Progress (3): 409/527 kB | 165 kB | 28/52 kB Progress (3): 413/527 kB | 165 kB | 28/52 kB Progress (3): 413/527 kB | 165 kB | 32/52 kB Progress (3): 417/527 kB | 165 kB | 32/52 kB Progress (3): 417/527 kB | 165 kB | 36/52 kB Progress (3): 421/527 kB | 165 kB | 36/52 kB Progress (3): 421/527 kB | 165 kB | 40/52 kB Progress (3): 425/527 kB | 165 kB | 40/52 kB Progress (3): 425/527 kB | 165 kB | 44/52 kB Progress (3): 429/527 kB | 165 kB | 44/52 kB Progress (3): 429/527 kB | 165 kB | 48/52 kB Progress (3): 433/527 kB | 165 kB | 48/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.8 MB/s) Progress (2): 437/527 kB | 48/52 kB Progress (3): 437/527 kB | 48/52 kB | 4.1/148 kB Progress (3): 437/527 kB | 52/52 kB | 4.1/148 kB Progress (3): 437/527 kB | 52/52 kB | 7.7/148 kB Progress (3): 441/527 kB | 52/52 kB | 7.7/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (3): 445/527 kB | 52/52 kB | 7.7/148 kB Progress (3): 445/527 kB | 52/52 kB | 12/148 kB Progress (3): 445/527 kB | 52 kB | 12/148 kB Progress (3): 445/527 kB | 52 kB | 16/148 kB Progress (3): 449/527 kB | 52 kB | 16/148 kB Progress (3): 449/527 kB | 52 kB | 20/148 kB Progress (3): 449/527 kB | 52 kB | 24/148 kB Progress (3): 453/527 kB | 52 kB | 24/148 kB Progress (3): 457/527 kB | 52 kB | 24/148 kB Progress (3): 457/527 kB | 52 kB | 28/148 kB Progress (3): 459/527 kB | 52 kB | 28/148 kB Progress (3): 459/527 kB | 52 kB | 32/148 kB Progress (3): 463/527 kB | 52 kB | 32/148 kB Progress (3): 463/527 kB | 52 kB | 36/148 kB Progress (3): 467/527 kB | 52 kB | 36/148 kB Progress (3): 467/527 kB | 52 kB | 40/148 kB Progress (3): 471/527 kB | 52 kB | 40/148 kB Progress (3): 471/527 kB | 52 kB | 44/148 kB Progress (3): 475/527 kB | 52 kB | 44/148 kB Progress (3): 475/527 kB | 52 kB | 48/148 kB Progress (3): 479/527 kB | 52 kB | 48/148 kB Progress (3): 479/527 kB | 52 kB | 52/148 kB Progress (3): 483/527 kB | 52 kB | 52/148 kB Progress (3): 483/527 kB | 52 kB | 56/148 kB Progress (3): 487/527 kB | 52 kB | 56/148 kB Progress (3): 487/527 kB | 52 kB | 60/148 kB Progress (3): 491/527 kB | 52 kB | 60/148 kB Progress (3): 491/527 kB | 52 kB | 64/148 kB Progress (3): 495/527 kB | 52 kB | 64/148 kB Progress (3): 495/527 kB | 52 kB | 68/148 kB Progress (3): 499/527 kB | 52 kB | 68/148 kB Progress (3): 499/527 kB | 52 kB | 72/148 kB Progress (3): 503/527 kB | 52 kB | 72/148 kB Progress (3): 503/527 kB | 52 kB | 76/148 kB Progress (3): 507/527 kB | 52 kB | 76/148 kB Progress (3): 507/527 kB | 52 kB | 80/148 kB Progress (3): 511/527 kB | 52 kB | 80/148 kB Progress (3): 511/527 kB | 52 kB | 84/148 kB Progress (3): 515/527 kB | 52 kB | 84/148 kB Progress (3): 515/527 kB | 52 kB | 88/148 kB Progress (3): 519/527 kB | 52 kB | 88/148 kB Progress (3): 523/527 kB | 52 kB | 88/148 kB Progress (3): 527/527 kB | 52 kB | 88/148 kB Progress (3): 527 kB | 52 kB | 88/148 kB Progress (3): 527 kB | 52 kB | 92/148 kB Progress (3): 527 kB | 52 kB | 96/148 kB Progress (3): 527 kB | 52 kB | 100/148 kB Progress (3): 527 kB | 52 kB | 104/148 kB Progress (4): 527 kB | 52 kB | 104/148 kB | 4.1/51 kB Progress (4): 527 kB | 52 kB | 108/148 kB | 4.1/51 kB Progress (4): 527 kB | 52 kB | 108/148 kB | 7.7/51 kB Progress (4): 527 kB | 52 kB | 112/148 kB | 7.7/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 376 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (3): 527 kB | 116/148 kB | 7.7/51 kB Progress (3): 527 kB | 116/148 kB | 12/51 kB Progress (3): 527 kB | 120/148 kB | 12/51 kB Progress (3): 527 kB | 120/148 kB | 16/51 kB Progress (3): 527 kB | 124/148 kB | 16/51 kB Progress (3): 527 kB | 128/148 kB | 16/51 kB Progress (3): 527 kB | 128/148 kB | 20/51 kB Progress (3): 527 kB | 132/148 kB | 20/51 kB Progress (3): 527 kB | 136/148 kB | 20/51 kB Progress (3): 527 kB | 136/148 kB | 24/51 kB Progress (3): 527 kB | 140/148 kB | 24/51 kB Progress (3): 527 kB | 144/148 kB | 24/51 kB Progress (3): 527 kB | 144/148 kB | 28/51 kB Progress (3): 527 kB | 148/148 kB | 28/51 kB Progress (3): 527 kB | 148 kB | 28/51 kB Progress (3): 527 kB | 148 kB | 32/51 kB Progress (3): 527 kB | 148 kB | 36/51 kB Progress (3): 527 kB | 148 kB | 40/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 3.7 MB/s) Progress (2): 148 kB | 44/51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (2): 148 kB | 48/51 kB Progress (2): 148 kB | 51 kB Progress (3): 148 kB | 51 kB | 4.1/106 kB Progress (3): 148 kB | 51 kB | 7.7/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.0 MB/s) Progress (2): 51 kB | 12/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (2): 51 kB | 16/106 kB Progress (2): 51 kB | 20/106 kB Progress (2): 51 kB | 24/106 kB Progress (2): 51 kB | 28/106 kB Progress (2): 51 kB | 32/106 kB Progress (2): 51 kB | 33/106 kB Progress (2): 51 kB | 37/106 kB Progress (2): 51 kB | 41/106 kB Progress (2): 51 kB | 45/106 kB Progress (2): 51 kB | 49/106 kB Progress (2): 51 kB | 53/106 kB Progress (2): 51 kB | 57/106 kB Progress (2): 51 kB | 61/106 kB Progress (2): 51 kB | 65/106 kB Progress (2): 51 kB | 66/106 kB Progress (2): 51 kB | 70/106 kB Progress (3): 51 kB | 70/106 kB | 4.1/14 kB Progress (3): 51 kB | 74/106 kB | 4.1/14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 337 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (2): 78/106 kB | 4.1/14 kB Progress (2): 78/106 kB | 7.7/14 kB Progress (2): 82/106 kB | 7.7/14 kB Progress (3): 82/106 kB | 7.7/14 kB | 4.1/74 kB Progress (3): 82/106 kB | 12/14 kB | 4.1/74 kB Progress (3): 82/106 kB | 12/14 kB | 7.7/74 kB Progress (3): 86/106 kB | 12/14 kB | 7.7/74 kB Progress (3): 86/106 kB | 14 kB | 7.7/74 kB Progress (3): 86/106 kB | 14 kB | 12/74 kB Progress (3): 90/106 kB | 14 kB | 12/74 kB Progress (3): 90/106 kB | 14 kB | 16/74 kB Progress (3): 90/106 kB | 14 kB | 20/74 kB Progress (3): 94/106 kB | 14 kB | 20/74 kB Progress (3): 94/106 kB | 14 kB | 24/74 kB Progress (3): 98/106 kB | 14 kB | 24/74 kB Progress (3): 102/106 kB | 14 kB | 24/74 kB Progress (3): 106/106 kB | 14 kB | 24/74 kB Progress (3): 106 kB | 14 kB | 24/74 kB Progress (3): 106 kB | 14 kB | 28/74 kB Progress (3): 106 kB | 14 kB | 32/74 kB Progress (3): 106 kB | 14 kB | 33/74 kB Progress (3): 106 kB | 14 kB | 37/74 kB Progress (3): 106 kB | 14 kB | 41/74 kB Progress (3): 106 kB | 14 kB | 45/74 kB Progress (3): 106 kB | 14 kB | 49/74 kB Progress (3): 106 kB | 14 kB | 53/74 kB Progress (3): 106 kB | 14 kB | 57/74 kB Progress (3): 106 kB | 14 kB | 61/74 kB Progress (3): 106 kB | 14 kB | 65/74 kB Progress (3): 106 kB | 14 kB | 69/74 kB Progress (3): 106 kB | 14 kB | 73/74 kB Progress (3): 106 kB | 14 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 84 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 648 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (2): 74 kB | 4.1/108 kB Progress (2): 74 kB | 7.7/108 kB Progress (2): 74 kB | 12/108 kB Progress (2): 74 kB | 16/108 kB Progress (2): 74 kB | 20/108 kB Progress (2): 74 kB | 24/108 kB Progress (2): 74 kB | 28/108 kB Progress (2): 74 kB | 32/108 kB Progress (2): 74 kB | 33/108 kB Progress (2): 74 kB | 37/108 kB Progress (2): 74 kB | 41/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 442 kB/s) Progress (1): 45/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (1): 49/108 kB Progress (1): 53/108 kB Progress (1): 57/108 kB Progress (1): 61/108 kB Progress (1): 65/108 kB Progress (1): 66/108 kB Progress (1): 70/108 kB Progress (1): 74/108 kB Progress (1): 78/108 kB Progress (1): 82/108 kB Progress (1): 86/108 kB Progress (1): 90/108 kB Progress (2): 90/108 kB | 4.1/202 kB Progress (2): 94/108 kB | 4.1/202 kB Progress (2): 94/108 kB | 7.7/202 kB Progress (2): 98/108 kB | 7.7/202 kB Progress (2): 98/108 kB | 12/202 kB Progress (2): 102/108 kB | 12/202 kB Progress (2): 102/108 kB | 16/202 kB Progress (2): 106/108 kB | 16/202 kB Progress (2): 108 kB | 16/202 kB Progress (2): 108 kB | 20/202 kB Progress (2): 108 kB | 24/202 kB Progress (2): 108 kB | 28/202 kB Progress (2): 108 kB | 32/202 kB Progress (2): 108 kB | 33/202 kB Progress (3): 108 kB | 33/202 kB | 4.1/153 kB Progress (3): 108 kB | 33/202 kB | 7.7/153 kB Progress (3): 108 kB | 37/202 kB | 7.7/153 kB Progress (3): 108 kB | 41/202 kB | 7.7/153 kB Progress (3): 108 kB | 41/202 kB | 12/153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 455 kB/s) Progress (3): 41/202 kB | 12/153 kB | 4.1/472 kB Progress (3): 45/202 kB | 12/153 kB | 4.1/472 kB Progress (3): 45/202 kB | 12/153 kB | 7.7/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (3): 45/202 kB | 16/153 kB | 7.7/472 kB Progress (3): 45/202 kB | 16/153 kB | 12/472 kB Progress (3): 49/202 kB | 16/153 kB | 12/472 kB Progress (3): 49/202 kB | 20/153 kB | 12/472 kB Progress (3): 49/202 kB | 20/153 kB | 16/472 kB Progress (3): 49/202 kB | 24/153 kB | 16/472 kB Progress (3): 53/202 kB | 24/153 kB | 16/472 kB Progress (3): 53/202 kB | 24/153 kB | 20/472 kB Progress (3): 57/202 kB | 24/153 kB | 20/472 kB Progress (3): 57/202 kB | 24/153 kB | 24/472 kB Progress (3): 57/202 kB | 28/153 kB | 24/472 kB Progress (3): 61/202 kB | 28/153 kB | 24/472 kB Progress (3): 61/202 kB | 32/153 kB | 24/472 kB Progress (3): 61/202 kB | 32/153 kB | 28/472 kB Progress (3): 65/202 kB | 32/153 kB | 28/472 kB Progress (3): 65/202 kB | 32/153 kB | 32/472 kB Progress (3): 66/202 kB | 32/153 kB | 32/472 kB Progress (3): 66/202 kB | 32/153 kB | 33/472 kB Progress (3): 66/202 kB | 36/153 kB | 33/472 kB Progress (3): 70/202 kB | 36/153 kB | 33/472 kB Progress (3): 70/202 kB | 40/153 kB | 33/472 kB Progress (3): 70/202 kB | 40/153 kB | 37/472 kB Progress (3): 74/202 kB | 40/153 kB | 37/472 kB Progress (3): 74/202 kB | 40/153 kB | 41/472 kB Progress (3): 74/202 kB | 44/153 kB | 41/472 kB Progress (3): 74/202 kB | 44/153 kB | 45/472 kB Progress (3): 78/202 kB | 44/153 kB | 45/472 kB Progress (3): 78/202 kB | 44/153 kB | 49/472 kB Progress (3): 78/202 kB | 48/153 kB | 49/472 kB Progress (3): 78/202 kB | 48/153 kB | 53/472 kB Progress (3): 82/202 kB | 48/153 kB | 53/472 kB Progress (3): 82/202 kB | 48/153 kB | 57/472 kB Progress (3): 82/202 kB | 52/153 kB | 57/472 kB Progress (3): 86/202 kB | 52/153 kB | 57/472 kB Progress (3): 86/202 kB | 56/153 kB | 57/472 kB Progress (3): 86/202 kB | 56/153 kB | 61/472 kB Progress (3): 90/202 kB | 56/153 kB | 61/472 kB Progress (3): 90/202 kB | 56/153 kB | 65/472 kB Progress (3): 90/202 kB | 56/153 kB | 66/472 kB Progress (3): 90/202 kB | 60/153 kB | 66/472 kB Progress (3): 90/202 kB | 60/153 kB | 70/472 kB Progress (3): 94/202 kB | 60/153 kB | 70/472 kB Progress (3): 94/202 kB | 64/153 kB | 70/472 kB Progress (3): 94/202 kB | 64/153 kB | 74/472 kB Progress (3): 98/202 kB | 64/153 kB | 74/472 kB Progress (3): 98/202 kB | 64/153 kB | 74/472 kB Progress (3): 98/202 kB | 64/153 kB | 78/472 kB Progress (3): 98/202 kB | 68/153 kB | 78/472 kB Progress (3): 98/202 kB | 68/153 kB | 82/472 kB Progress (3): 102/202 kB | 68/153 kB | 82/472 kB Progress (3): 102/202 kB | 72/153 kB | 82/472 kB Progress (3): 102/202 kB | 72/153 kB | 86/472 kB Progress (3): 106/202 kB | 72/153 kB | 86/472 kB Progress (3): 106/202 kB | 72/153 kB | 90/472 kB Progress (3): 106/202 kB | 76/153 kB | 90/472 kB Progress (3): 110/202 kB | 76/153 kB | 90/472 kB Progress (3): 110/202 kB | 80/153 kB | 90/472 kB Progress (3): 110/202 kB | 80/153 kB | 94/472 kB Progress (3): 114/202 kB | 80/153 kB | 94/472 kB Progress (3): 114/202 kB | 80/153 kB | 98/472 kB Progress (3): 114/202 kB | 84/153 kB | 98/472 kB Progress (3): 118/202 kB | 84/153 kB | 98/472 kB Progress (3): 118/202 kB | 84/153 kB | 98/472 kB Progress (3): 122/202 kB | 84/153 kB | 98/472 kB Progress (3): 122/202 kB | 88/153 kB | 98/472 kB Progress (3): 122/202 kB | 88/153 kB | 102/472 kB Progress (3): 126/202 kB | 88/153 kB | 102/472 kB Progress (3): 126/202 kB | 88/153 kB | 106/472 kB Progress (3): 130/202 kB | 88/153 kB | 106/472 kB Progress (3): 130/202 kB | 92/153 kB | 106/472 kB Progress (3): 130/202 kB | 92/153 kB | 110/472 kB Progress (3): 131/202 kB | 92/153 kB | 110/472 kB Progress (3): 131/202 kB | 92/153 kB | 114/472 kB Progress (3): 131/202 kB | 96/153 kB | 114/472 kB Progress (3): 135/202 kB | 96/153 kB | 114/472 kB Progress (3): 135/202 kB | 96/153 kB | 118/472 kB Progress (3): 139/202 kB | 96/153 kB | 118/472 kB Progress (3): 139/202 kB | 100/153 kB | 118/472 kB Progress (3): 143/202 kB | 100/153 kB | 118/472 kB Progress (3): 143/202 kB | 104/153 kB | 118/472 kB Progress (3): 143/202 kB | 104/153 kB | 122/472 kB Progress (3): 147/202 kB | 104/153 kB | 122/472 kB Progress (3): 147/202 kB | 104/153 kB | 126/472 kB Progress (3): 151/202 kB | 104/153 kB | 126/472 kB Progress (3): 151/202 kB | 108/153 kB | 126/472 kB Progress (3): 155/202 kB | 108/153 kB | 126/472 kB Progress (3): 155/202 kB | 108/153 kB | 130/472 kB Progress (3): 155/202 kB | 112/153 kB | 130/472 kB Progress (3): 155/202 kB | 112/153 kB | 131/472 kB Progress (3): 159/202 kB | 112/153 kB | 131/472 kB Progress (3): 163/202 kB | 112/153 kB | 131/472 kB Progress (3): 163/202 kB | 112/153 kB | 135/472 kB Progress (3): 163/202 kB | 116/153 kB | 135/472 kB Progress (3): 163/202 kB | 116/153 kB | 139/472 kB Progress (3): 163/202 kB | 120/153 kB | 139/472 kB Progress (3): 164/202 kB | 120/153 kB | 139/472 kB Progress (4): 164/202 kB | 120/153 kB | 139/472 kB | 4.1/61 kB Progress (4): 168/202 kB | 120/153 kB | 139/472 kB | 4.1/61 kB Progress (4): 168/202 kB | 120/153 kB | 143/472 kB | 4.1/61 kB Progress (4): 172/202 kB | 120/153 kB | 143/472 kB | 4.1/61 kB Progress (4): 172/202 kB | 120/153 kB | 143/472 kB | 7.7/61 kB Progress (4): 172/202 kB | 124/153 kB | 143/472 kB | 7.7/61 kB Progress (4): 172/202 kB | 124/153 kB | 143/472 kB | 12/61 kB Progress (4): 176/202 kB | 124/153 kB | 143/472 kB | 12/61 kB Progress (4): 176/202 kB | 124/153 kB | 147/472 kB | 12/61 kB Progress (4): 180/202 kB | 124/153 kB | 147/472 kB | 12/61 kB Progress (4): 180/202 kB | 124/153 kB | 147/472 kB | 16/61 kB Progress (4): 180/202 kB | 128/153 kB | 147/472 kB | 16/61 kB Progress (4): 180/202 kB | 128/153 kB | 147/472 kB | 20/61 kB Progress (4): 184/202 kB | 128/153 kB | 147/472 kB | 20/61 kB Progress (4): 184/202 kB | 128/153 kB | 151/472 kB | 20/61 kB Progress (4): 188/202 kB | 128/153 kB | 151/472 kB | 20/61 kB Progress (4): 188/202 kB | 132/153 kB | 151/472 kB | 20/61 kB Progress (4): 188/202 kB | 132/153 kB | 151/472 kB | 24/61 kB Progress (4): 188/202 kB | 136/153 kB | 151/472 kB | 24/61 kB Progress (4): 192/202 kB | 136/153 kB | 151/472 kB | 24/61 kB Progress (4): 192/202 kB | 136/153 kB | 155/472 kB | 24/61 kB Progress (4): 192/202 kB | 140/153 kB | 155/472 kB | 24/61 kB Progress (4): 196/202 kB | 140/153 kB | 155/472 kB | 24/61 kB Progress (4): 196/202 kB | 140/153 kB | 155/472 kB | 28/61 kB Progress (5): 196/202 kB | 140/153 kB | 155/472 kB | 28/61 kB | 4.1/47 kB Progress (5): 196/202 kB | 144/153 kB | 155/472 kB | 28/61 kB | 4.1/47 kB Progress (5): 196/202 kB | 144/153 kB | 159/472 kB | 28/61 kB | 4.1/47 kB Progress (5): 196/202 kB | 144/153 kB | 159/472 kB | 28/61 kB | 7.7/47 kB Progress (5): 196/202 kB | 144/153 kB | 159/472 kB | 32/61 kB | 7.7/47 kB Progress (5): 200/202 kB | 144/153 kB | 159/472 kB | 32/61 kB | 7.7/47 kB Progress (5): 200/202 kB | 144/153 kB | 159/472 kB | 36/61 kB | 7.7/47 kB Progress (5): 200/202 kB | 144/153 kB | 159/472 kB | 36/61 kB | 12/47 kB Progress (5): 200/202 kB | 144/153 kB | 163/472 kB | 36/61 kB | 12/47 kB Progress (5): 200/202 kB | 148/153 kB | 163/472 kB | 36/61 kB | 12/47 kB Progress (5): 200/202 kB | 148/153 kB | 164/472 kB | 36/61 kB | 12/47 kB Progress (5): 200/202 kB | 148/153 kB | 164/472 kB | 36/61 kB | 16/47 kB Progress (5): 200/202 kB | 148/153 kB | 164/472 kB | 40/61 kB | 16/47 kB Progress (5): 202 kB | 148/153 kB | 164/472 kB | 40/61 kB | 16/47 kB Progress (5): 202 kB | 148/153 kB | 164/472 kB | 44/61 kB | 16/47 kB Progress (5): 202 kB | 148/153 kB | 164/472 kB | 44/61 kB | 20/47 kB Progress (5): 202 kB | 148/153 kB | 168/472 kB | 44/61 kB | 20/47 kB Progress (5): 202 kB | 148/153 kB | 172/472 kB | 44/61 kB | 20/47 kB Progress (5): 202 kB | 152/153 kB | 172/472 kB | 44/61 kB | 20/47 kB Progress (5): 202 kB | 152/153 kB | 176/472 kB | 44/61 kB | 20/47 kB Progress (5): 202 kB | 152/153 kB | 176/472 kB | 44/61 kB | 24/47 kB Progress (5): 202 kB | 152/153 kB | 176/472 kB | 48/61 kB | 24/47 kB Progress (5): 202 kB | 152/153 kB | 180/472 kB | 48/61 kB | 24/47 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 48/61 kB | 24/47 kB Progress (5): 202 kB | 153 kB | 184/472 kB | 48/61 kB | 24/47 kB Progress (5): 202 kB | 153 kB | 184/472 kB | 52/61 kB | 24/47 kB Progress (5): 202 kB | 153 kB | 184/472 kB | 52/61 kB | 28/47 kB Progress (5): 202 kB | 153 kB | 184/472 kB | 56/61 kB | 28/47 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 56/61 kB | 28/47 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 60/61 kB | 28/47 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 61 kB | 28/47 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 61 kB | 32/47 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 61 kB | 36/47 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 61 kB | 40/47 kB Progress (5): 202 kB | 153 kB | 192/472 kB | 61 kB | 40/47 kB Progress (5): 202 kB | 153 kB | 192/472 kB | 61 kB | 44/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 599 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 454 kB/s) Progress (3): 192/472 kB | 61 kB | 47 kB Progress (3): 196/472 kB | 61 kB | 47 kB 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 180 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (2): 200/472 kB | 47 kB Progress (2): 204/472 kB | 47 kB Progress (2): 208/472 kB | 47 kB Progress (2): 212/472 kB | 47 kB Progress (2): 216/472 kB | 47 kB Progress (2): 220/472 kB | 47 kB Progress (2): 224/472 kB | 47 kB Progress (2): 228/472 kB | 47 kB Progress (2): 232/472 kB | 47 kB Progress (2): 236/472 kB | 47 kB Progress (2): 240/472 kB | 47 kB Progress (2): 244/472 kB | 47 kB Progress (2): 248/472 kB | 47 kB Progress (2): 252/472 kB | 47 kB Progress (2): 256/472 kB | 47 kB Progress (2): 260/472 kB | 47 kB Progress (2): 264/472 kB | 47 kB Progress (2): 268/472 kB | 47 kB Progress (2): 272/472 kB | 47 kB Progress (2): 276/472 kB | 47 kB Progress (2): 280/472 kB | 47 kB Progress (2): 284/472 kB | 47 kB Progress (2): 288/472 kB | 47 kB Progress (2): 292/472 kB | 47 kB Progress (2): 296/472 kB | 47 kB Progress (2): 300/472 kB | 47 kB Progress (2): 304/472 kB | 47 kB Progress (2): 308/472 kB | 47 kB Progress (2): 312/472 kB | 47 kB Progress (2): 316/472 kB | 47 kB Progress (2): 320/472 kB | 47 kB Progress (2): 324/472 kB | 47 kB Progress (2): 328/472 kB | 47 kB Progress (2): 332/472 kB | 47 kB Progress (2): 336/472 kB | 47 kB Progress (2): 340/472 kB | 47 kB Progress (2): 344/472 kB | 47 kB Progress (2): 348/472 kB | 47 kB Progress (2): 352/472 kB | 47 kB Progress (2): 356/472 kB | 47 kB Progress (2): 360/472 kB | 47 kB Progress (2): 364/472 kB | 47 kB Progress (2): 368/472 kB | 47 kB Progress (2): 372/472 kB | 47 kB Progress (2): 376/472 kB | 47 kB Progress (2): 380/472 kB | 47 kB Progress (2): 384/472 kB | 47 kB Progress (2): 388/472 kB | 47 kB Progress (2): 392/472 kB | 47 kB Progress (2): 396/472 kB | 47 kB Progress (2): 400/472 kB | 47 kB Progress (2): 404/472 kB | 47 kB Progress (2): 408/472 kB | 47 kB Progress (2): 412/472 kB | 47 kB Progress (2): 416/472 kB | 47 kB Progress (2): 420/472 kB | 47 kB Progress (2): 424/472 kB | 47 kB Progress (2): 428/472 kB | 47 kB Progress (2): 432/472 kB | 47 kB Progress (2): 436/472 kB | 47 kB Progress (2): 440/472 kB | 47 kB Progress (2): 444/472 kB | 47 kB Progress (2): 448/472 kB | 47 kB Progress (2): 452/472 kB | 47 kB Progress (2): 456/472 kB | 47 kB Progress (2): 460/472 kB | 47 kB Progress (2): 464/472 kB | 47 kB Progress (2): 468/472 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 132 kB/s) Progress (1): 472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (2): 472 kB | 4.1/4.2 kB Progress (2): 472 kB | 4.2 kB Progress (3): 472 kB | 4.2 kB | 4.1/29 kB Progress (3): 472 kB | 4.2 kB | 7.7/29 kB Progress (3): 472 kB | 4.2 kB | 12/29 kB Progress (3): 472 kB | 4.2 kB | 16/29 kB Progress (4): 472 kB | 4.2 kB | 16/29 kB | 4.1/46 kB Progress (4): 472 kB | 4.2 kB | 20/29 kB | 4.1/46 kB Progress (4): 472 kB | 4.2 kB | 20/29 kB | 7.7/46 kB Progress (4): 472 kB | 4.2 kB | 24/29 kB | 7.7/46 kB Progress (4): 472 kB | 4.2 kB | 24/29 kB | 12/46 kB Progress (4): 472 kB | 4.2 kB | 28/29 kB | 12/46 kB Progress (4): 472 kB | 4.2 kB | 28/29 kB | 16/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 16/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 20/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 24/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 28/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 32/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 33/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 37/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 41/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 45/46 kB Progress (4): 472 kB | 4.2 kB | 29 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.3 MB/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 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 12 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 (3): 29 kB | 46 kB | 4.1/49 kB Progress (3): 29 kB | 46 kB | 7.7/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 77 kB/s) Progress (2): 46 kB | 12/49 kB 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 Progress (2): 46 kB | 16/49 kB Progress (2): 46 kB | 20/49 kB Progress (2): 46 kB | 24/49 kB Progress (2): 46 kB | 28/49 kB Progress (2): 46 kB | 32/49 kB Progress (2): 46 kB | 36/49 kB Progress (2): 46 kB | 40/49 kB Progress (2): 46 kB | 44/49 kB Progress (2): 46 kB | 48/49 kB Progress (2): 46 kB | 49 kB Progress (3): 46 kB | 49 kB | 4.1/282 kB Progress (3): 46 kB | 49 kB | 7.7/282 kB Progress (3): 46 kB | 49 kB | 12/282 kB Progress (3): 46 kB | 49 kB | 16/282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 123 kB/s) 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 112 kB/s) Progress (2): 16/282 kB | 4.1/35 kB Progress (3): 16/282 kB | 4.1/35 kB | 4.1/247 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 (3): 20/282 kB | 4.1/35 kB | 4.1/247 kB Progress (3): 20/282 kB | 4.1/35 kB | 7.7/247 kB Progress (3): 20/282 kB | 7.7/35 kB | 7.7/247 kB Progress (3): 24/282 kB | 7.7/35 kB | 7.7/247 kB Progress (3): 24/282 kB | 7.7/35 kB | 12/247 kB Progress (3): 24/282 kB | 12/35 kB | 12/247 kB Progress (3): 28/282 kB | 12/35 kB | 12/247 kB Progress (3): 28/282 kB | 12/35 kB | 16/247 kB Progress (3): 32/282 kB | 12/35 kB | 16/247 kB Progress (3): 32/282 kB | 16/35 kB | 16/247 kB Progress (3): 33/282 kB | 16/35 kB | 16/247 kB Progress (3): 33/282 kB | 20/35 kB | 16/247 kB Progress (3): 37/282 kB | 20/35 kB | 16/247 kB Progress (3): 37/282 kB | 20/35 kB | 20/247 kB Progress (3): 41/282 kB | 20/35 kB | 20/247 kB Progress (3): 41/282 kB | 24/35 kB | 20/247 kB Progress (3): 41/282 kB | 24/35 kB | 24/247 kB Progress (3): 45/282 kB | 24/35 kB | 24/247 kB Progress (3): 45/282 kB | 28/35 kB | 24/247 kB Progress (3): 49/282 kB | 28/35 kB | 24/247 kB Progress (3): 49/282 kB | 32/35 kB | 24/247 kB Progress (3): 49/282 kB | 32/35 kB | 28/247 kB Progress (3): 53/282 kB | 32/35 kB | 28/247 kB Progress (3): 53/282 kB | 35 kB | 28/247 kB Progress (3): 57/282 kB | 35 kB | 28/247 kB Progress (3): 57/282 kB | 35 kB | 32/247 kB Progress (3): 61/282 kB | 35 kB | 32/247 kB Progress (3): 61/282 kB | 35 kB | 33/247 kB Progress (3): 65/282 kB | 35 kB | 33/247 kB Progress (3): 66/282 kB | 35 kB | 33/247 kB Progress (3): 66/282 kB | 35 kB | 37/247 kB Progress (3): 70/282 kB | 35 kB | 37/247 kB Progress (3): 70/282 kB | 35 kB | 41/247 kB Progress (3): 74/282 kB | 35 kB | 41/247 kB Progress (3): 74/282 kB | 35 kB | 45/247 kB Progress (3): 78/282 kB | 35 kB | 45/247 kB Progress (3): 78/282 kB | 35 kB | 49/247 kB Progress (3): 82/282 kB | 35 kB | 49/247 kB Progress (3): 86/282 kB | 35 kB | 49/247 kB Progress (3): 86/282 kB | 35 kB | 53/247 kB Progress (3): 90/282 kB | 35 kB | 53/247 kB Progress (3): 90/282 kB | 35 kB | 57/247 kB Progress (3): 94/282 kB | 35 kB | 57/247 kB Progress (3): 98/282 kB | 35 kB | 57/247 kB Progress (3): 98/282 kB | 35 kB | 61/247 kB Progress (3): 98/282 kB | 35 kB | 61/247 kB Progress (3): 98/282 kB | 35 kB | 65/247 kB Progress (3): 102/282 kB | 35 kB | 65/247 kB Progress (3): 106/282 kB | 35 kB | 65/247 kB Progress (3): 106/282 kB | 35 kB | 69/247 kB Progress (3): 110/282 kB | 35 kB | 69/247 kB Progress (3): 110/282 kB | 35 kB | 73/247 kB Progress (3): 114/282 kB | 35 kB | 73/247 kB Progress (3): 118/282 kB | 35 kB | 73/247 kB Progress (3): 118/282 kB | 35 kB | 77/247 kB Progress (3): 122/282 kB | 35 kB | 77/247 kB Progress (3): 122/282 kB | 35 kB | 81/247 kB Progress (3): 126/282 kB | 35 kB | 81/247 kB Progress (3): 130/282 kB | 35 kB | 81/247 kB Progress (3): 130/282 kB | 35 kB | 85/247 kB Progress (3): 131/282 kB | 35 kB | 85/247 kB Progress (3): 131/282 kB | 35 kB | 89/247 kB Progress (3): 135/282 kB | 35 kB | 89/247 kB Progress (3): 139/282 kB | 35 kB | 89/247 kB Progress (3): 143/282 kB | 35 kB | 89/247 kB Progress (3): 143/282 kB | 35 kB | 93/247 kB Progress (3): 147/282 kB | 35 kB | 93/247 kB Progress (3): 147/282 kB | 35 kB | 97/247 kB Progress (3): 151/282 kB | 35 kB | 97/247 kB Progress (3): 151/282 kB | 35 kB | 101/247 kB Progress (3): 155/282 kB | 35 kB | 101/247 kB Progress (3): 155/282 kB | 35 kB | 105/247 kB Progress (3): 159/282 kB | 35 kB | 105/247 kB Progress (4): 159/282 kB | 35 kB | 105/247 kB | 4.1/285 kB Progress (4): 163/282 kB | 35 kB | 105/247 kB | 4.1/285 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 79 kB/s) Progress (3): 163/282 kB | 109/247 kB | 4.1/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Progress (3): 164/282 kB | 109/247 kB | 4.1/285 kB Progress (3): 164/282 kB | 109/247 kB | 7.7/285 kB Progress (3): 164/282 kB | 113/247 kB | 7.7/285 kB Progress (3): 168/282 kB | 113/247 kB | 7.7/285 kB Progress (3): 168/282 kB | 113/247 kB | 12/285 kB Progress (3): 168/282 kB | 117/247 kB | 12/285 kB Progress (3): 172/282 kB | 117/247 kB | 12/285 kB Progress (3): 172/282 kB | 121/247 kB | 12/285 kB Progress (3): 172/282 kB | 121/247 kB | 16/285 kB Progress (3): 176/282 kB | 121/247 kB | 16/285 kB Progress (3): 176/282 kB | 125/247 kB | 16/285 kB Progress (3): 180/282 kB | 125/247 kB | 16/285 kB Progress (3): 180/282 kB | 129/247 kB | 16/285 kB Progress (3): 180/282 kB | 129/247 kB | 20/285 kB Progress (3): 184/282 kB | 129/247 kB | 20/285 kB Progress (3): 184/282 kB | 129/247 kB | 24/285 kB Progress (3): 184/282 kB | 133/247 kB | 24/285 kB Progress (3): 188/282 kB | 133/247 kB | 24/285 kB Progress (3): 188/282 kB | 137/247 kB | 24/285 kB Progress (3): 188/282 kB | 137/247 kB | 28/285 kB Progress (3): 192/282 kB | 137/247 kB | 28/285 kB Progress (3): 192/282 kB | 137/247 kB | 32/285 kB Progress (3): 192/282 kB | 141/247 kB | 32/285 kB Progress (3): 192/282 kB | 141/247 kB | 33/285 kB Progress (3): 196/282 kB | 141/247 kB | 33/285 kB Progress (3): 196/282 kB | 145/247 kB | 33/285 kB Progress (3): 197/282 kB | 145/247 kB | 33/285 kB Progress (3): 197/282 kB | 145/247 kB | 37/285 kB Progress (3): 197/282 kB | 149/247 kB | 37/285 kB Progress (3): 197/282 kB | 149/247 kB | 41/285 kB Progress (3): 197/282 kB | 153/247 kB | 41/285 kB Progress (3): 201/282 kB | 153/247 kB | 41/285 kB Progress (3): 201/282 kB | 153/247 kB | 45/285 kB Progress (3): 205/282 kB | 153/247 kB | 45/285 kB Progress (3): 205/282 kB | 157/247 kB | 45/285 kB Progress (3): 205/282 kB | 157/247 kB | 49/285 kB Progress (3): 209/282 kB | 157/247 kB | 49/285 kB Progress (3): 209/282 kB | 161/247 kB | 49/285 kB Progress (3): 213/282 kB | 161/247 kB | 49/285 kB Progress (3): 213/282 kB | 161/247 kB | 53/285 kB Progress (3): 213/282 kB | 165/247 kB | 53/285 kB Progress (3): 217/282 kB | 165/247 kB | 53/285 kB Progress (3): 217/282 kB | 165/247 kB | 57/285 kB Progress (3): 221/282 kB | 165/247 kB | 57/285 kB Progress (3): 221/282 kB | 169/247 kB | 57/285 kB Progress (3): 221/282 kB | 169/247 kB | 61/285 kB Progress (3): 225/282 kB | 169/247 kB | 61/285 kB Progress (3): 225/282 kB | 169/247 kB | 65/285 kB Progress (4): 225/282 kB | 169/247 kB | 65/285 kB | 4.1/41 kB Progress (4): 225/282 kB | 169/247 kB | 66/285 kB | 4.1/41 kB Progress (4): 229/282 kB | 169/247 kB | 66/285 kB | 4.1/41 kB Progress (4): 229/282 kB | 169/247 kB | 70/285 kB | 4.1/41 kB Progress (4): 229/282 kB | 173/247 kB | 70/285 kB | 4.1/41 kB Progress (4): 229/282 kB | 173/247 kB | 70/285 kB | 7.7/41 kB Progress (4): 229/282 kB | 173/247 kB | 74/285 kB | 7.7/41 kB Progress (4): 229/282 kB | 173/247 kB | 74/285 kB | 7.7/41 kB Progress (4): 229/282 kB | 173/247 kB | 74/285 kB | 12/41 kB Progress (4): 229/282 kB | 177/247 kB | 74/285 kB | 12/41 kB Progress (4): 229/282 kB | 177/247 kB | 74/285 kB | 16/41 kB Progress (4): 233/282 kB | 177/247 kB | 74/285 kB | 16/41 kB Progress (4): 233/282 kB | 177/247 kB | 78/285 kB | 16/41 kB Progress (4): 237/282 kB | 177/247 kB | 78/285 kB | 16/41 kB Progress (4): 237/282 kB | 177/247 kB | 78/285 kB | 20/41 kB Progress (4): 237/282 kB | 181/247 kB | 78/285 kB | 20/41 kB Progress (4): 237/282 kB | 185/247 kB | 78/285 kB | 20/41 kB Progress (5): 237/282 kB | 185/247 kB | 78/285 kB | 20/41 kB | 4.1/54 kB Progress (5): 237/282 kB | 189/247 kB | 78/285 kB | 20/41 kB | 4.1/54 kB Progress (5): 241/282 kB | 189/247 kB | 78/285 kB | 20/41 kB | 4.1/54 kB Progress (5): 241/282 kB | 189/247 kB | 78/285 kB | 24/41 kB | 4.1/54 kB Progress (5): 241/282 kB | 189/247 kB | 82/285 kB | 24/41 kB | 4.1/54 kB Progress (5): 245/282 kB | 189/247 kB | 82/285 kB | 24/41 kB | 4.1/54 kB Progress (5): 245/282 kB | 193/247 kB | 82/285 kB | 24/41 kB | 4.1/54 kB Progress (5): 245/282 kB | 193/247 kB | 82/285 kB | 24/41 kB | 7.7/54 kB Progress (5): 249/282 kB | 193/247 kB | 82/285 kB | 24/41 kB | 7.7/54 kB Progress (5): 249/282 kB | 193/247 kB | 86/285 kB | 24/41 kB | 7.7/54 kB Progress (5): 249/282 kB | 193/247 kB | 86/285 kB | 28/41 kB | 7.7/54 kB Progress (5): 249/282 kB | 193/247 kB | 90/285 kB | 28/41 kB | 7.7/54 kB Progress (5): 249/282 kB | 193/247 kB | 90/285 kB | 28/41 kB | 12/54 kB Progress (5): 249/282 kB | 193/247 kB | 94/285 kB | 28/41 kB | 12/54 kB Progress (5): 253/282 kB | 193/247 kB | 94/285 kB | 28/41 kB | 12/54 kB Progress (5): 253/282 kB | 197/247 kB | 94/285 kB | 28/41 kB | 12/54 kB Progress (5): 257/282 kB | 197/247 kB | 94/285 kB | 28/41 kB | 12/54 kB Progress (5): 257/282 kB | 197/247 kB | 98/285 kB | 28/41 kB | 12/54 kB Progress (5): 257/282 kB | 197/247 kB | 98/285 kB | 28/41 kB | 16/54 kB Progress (5): 257/282 kB | 197/247 kB | 98/285 kB | 32/41 kB | 16/54 kB Progress (5): 257/282 kB | 197/247 kB | 98/285 kB | 32/41 kB | 20/54 kB Progress (5): 257/282 kB | 197/247 kB | 98/285 kB | 32/41 kB | 20/54 kB Progress (5): 261/282 kB | 197/247 kB | 98/285 kB | 32/41 kB | 20/54 kB Progress (5): 261/282 kB | 197/247 kB | 102/285 kB | 32/41 kB | 20/54 kB Progress (5): 261/282 kB | 201/247 kB | 102/285 kB | 32/41 kB | 20/54 kB Progress (5): 265/282 kB | 201/247 kB | 102/285 kB | 32/41 kB | 20/54 kB Progress (5): 265/282 kB | 201/247 kB | 106/285 kB | 32/41 kB | 20/54 kB Progress (5): 265/282 kB | 201/247 kB | 106/285 kB | 32/41 kB | 24/54 kB Progress (5): 265/282 kB | 201/247 kB | 106/285 kB | 36/41 kB | 24/54 kB Progress (5): 265/282 kB | 201/247 kB | 106/285 kB | 36/41 kB | 28/54 kB Progress (5): 265/282 kB | 201/247 kB | 106/285 kB | 36/41 kB | 32/54 kB Progress (5): 265/282 kB | 201/247 kB | 106/285 kB | 36/41 kB | 36/54 kB Progress (5): 265/282 kB | 201/247 kB | 106/285 kB | 36/41 kB | 40/54 kB Progress (5): 265/282 kB | 201/247 kB | 106/285 kB | 36/41 kB | 44/54 kB Progress (5): 265/282 kB | 201/247 kB | 106/285 kB | 36/41 kB | 48/54 kB Progress (5): 265/282 kB | 201/247 kB | 110/285 kB | 36/41 kB | 48/54 kB Progress (5): 269/282 kB | 201/247 kB | 110/285 kB | 36/41 kB | 48/54 kB Progress (5): 269/282 kB | 205/247 kB | 110/285 kB | 36/41 kB | 48/54 kB Progress (5): 269/282 kB | 205/247 kB | 114/285 kB | 36/41 kB | 48/54 kB Progress (5): 269/282 kB | 205/247 kB | 114/285 kB | 36/41 kB | 52/54 kB Progress (5): 269/282 kB | 205/247 kB | 118/285 kB | 36/41 kB | 52/54 kB Progress (5): 269/282 kB | 205/247 kB | 118/285 kB | 40/41 kB | 52/54 kB Progress (5): 269/282 kB | 205/247 kB | 122/285 kB | 40/41 kB | 52/54 kB Progress (5): 269/282 kB | 205/247 kB | 122/285 kB | 40/41 kB | 54 kB Progress (5): 273/282 kB | 205/247 kB | 122/285 kB | 40/41 kB | 54 kB Progress (5): 273/282 kB | 209/247 kB | 122/285 kB | 40/41 kB | 54 kB Progress (5): 277/282 kB | 209/247 kB | 122/285 kB | 40/41 kB | 54 kB Progress (5): 277/282 kB | 209/247 kB | 126/285 kB | 40/41 kB | 54 kB Progress (5): 281/282 kB | 209/247 kB | 126/285 kB | 40/41 kB | 54 kB Progress (5): 281/282 kB | 209/247 kB | 126/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 209/247 kB | 126/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 209/247 kB | 130/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 213/247 kB | 130/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 213/247 kB | 131/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 217/247 kB | 131/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 217/247 kB | 135/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 221/247 kB | 135/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 221/247 kB | 139/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 225/247 kB | 139/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 225/247 kB | 143/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 225/247 kB | 147/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 229/247 kB | 147/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 229/247 kB | 151/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 233/247 kB | 151/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 233/247 kB | 155/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 237/247 kB | 155/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 237/247 kB | 159/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 241/247 kB | 159/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 241/247 kB | 163/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 241/247 kB | 164/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 245/247 kB | 164/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 245/247 kB | 168/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 168/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 172/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 176/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 180/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 184/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 188/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 192/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 196/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 197/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 201/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 205/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 209/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 213/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 217/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 221/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 225/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 229/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 229/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 233/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 237/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 241/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 245/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 249/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 253/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 257/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 261/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 265/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 269/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 273/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 277/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 281/285 kB | 41 kB | 54 kB Progress (5): 282 kB | 247 kB | 285 kB | 41 kB | 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 98 kB/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 75 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar 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 510 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar 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 446 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 507 kB/s) Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (2): 32/32 kB | 4.1/185 kB Progress (2): 32/32 kB | 7.7/185 kB Progress (2): 32/32 kB | 12/185 kB Progress (2): 32/32 kB | 16/185 kB Progress (3): 32/32 kB | 16/185 kB | 4.1/155 kB Progress (3): 32/32 kB | 16/185 kB | 7.7/155 kB Progress (3): 32/32 kB | 16/185 kB | 12/155 kB Progress (3): 32/32 kB | 16/185 kB | 16/155 kB Progress (3): 32/32 kB | 16/185 kB | 20/155 kB Progress (3): 32/32 kB | 16/185 kB | 24/155 kB Progress (3): 32/32 kB | 20/185 kB | 24/155 kB Progress (3): 32/32 kB | 24/185 kB | 24/155 kB Progress (3): 32/32 kB | 24/185 kB | 28/155 kB Progress (3): 32/32 kB | 24/185 kB | 32/155 kB Progress (3): 32/32 kB | 24/185 kB | 33/155 kB Progress (3): 32/32 kB | 24/185 kB | 37/155 kB Progress (3): 32/32 kB | 24/185 kB | 41/155 kB Progress (3): 32/32 kB | 28/185 kB | 41/155 kB Progress (3): 32/32 kB | 28/185 kB | 45/155 kB Progress (3): 32/32 kB | 32/185 kB | 45/155 kB Progress (3): 32/32 kB | 32/185 kB | 49/155 kB Progress (3): 32/32 kB | 33/185 kB | 49/155 kB Progress (3): 32/32 kB | 33/185 kB | 53/155 kB Progress (3): 32/32 kB | 37/185 kB | 53/155 kB Progress (3): 32/32 kB | 37/185 kB | 57/155 kB Progress (3): 32/32 kB | 41/185 kB | 57/155 kB Progress (3): 32/32 kB | 41/185 kB | 61/155 kB Progress (3): 32/32 kB | 45/185 kB | 61/155 kB Progress (3): 32/32 kB | 45/185 kB | 65/155 kB Progress (3): 32/32 kB | 49/185 kB | 65/155 kB Progress (3): 32/32 kB | 49/185 kB | 66/155 kB Progress (3): 32/32 kB | 53/185 kB | 66/155 kB Progress (3): 32/32 kB | 53/185 kB | 70/155 kB Progress (3): 32/32 kB | 57/185 kB | 70/155 kB Progress (3): 32/32 kB | 57/185 kB | 74/155 kB Progress (3): 32/32 kB | 57/185 kB | 78/155 kB Progress (3): 32/32 kB | 57/185 kB | 82/155 kB Progress (3): 32/32 kB | 61/185 kB | 82/155 kB Progress (3): 32/32 kB | 61/185 kB | 86/155 kB Progress (3): 32/32 kB | 65/185 kB | 86/155 kB Progress (3): 32/32 kB | 65/185 kB | 90/155 kB Progress (3): 32/32 kB | 66/185 kB | 90/155 kB Progress (3): 32/32 kB | 66/185 kB | 94/155 kB Progress (3): 32/32 kB | 70/185 kB | 94/155 kB Progress (3): 32/32 kB | 70/185 kB | 98/155 kB Progress (3): 32/32 kB | 74/185 kB | 98/155 kB Progress (3): 32/32 kB | 74/185 kB | 98/155 kB Progress (3): 32/32 kB | 78/185 kB | 98/155 kB Progress (3): 32/32 kB | 78/185 kB | 102/155 kB Progress (3): 32/32 kB | 82/185 kB | 102/155 kB Progress (3): 32/32 kB | 82/185 kB | 106/155 kB Progress (3): 32/32 kB | 82/185 kB | 110/155 kB Progress (3): 32/32 kB | 82/185 kB | 114/155 kB Progress (3): 32/32 kB | 82/185 kB | 118/155 kB Progress (3): 32/32 kB | 86/185 kB | 118/155 kB Progress (3): 32/32 kB | 86/185 kB | 122/155 kB Progress (3): 32/32 kB | 90/185 kB | 122/155 kB Progress (3): 32/32 kB | 90/185 kB | 126/155 kB Progress (3): 32/32 kB | 90/185 kB | 130/155 kB Progress (3): 32/32 kB | 90/185 kB | 134/155 kB Progress (3): 32/32 kB | 90/185 kB | 138/155 kB Progress (3): 32/32 kB | 94/185 kB | 138/155 kB Progress (3): 32/32 kB | 94/185 kB | 142/155 kB Progress (3): 32/32 kB | 98/185 kB | 142/155 kB Progress (3): 32/32 kB | 98/185 kB | 146/155 kB Progress (3): 32/32 kB | 98/185 kB | 146/155 kB Progress (3): 32/32 kB | 98/185 kB | 150/155 kB Progress (3): 32/32 kB | 98/185 kB | 154/155 kB Progress (3): 32/32 kB | 102/185 kB | 154/155 kB Progress (3): 32/32 kB | 106/185 kB | 154/155 kB Progress (3): 32/32 kB | 110/185 kB | 154/155 kB Progress (3): 32/32 kB | 114/185 kB | 154/155 kB Progress (3): 32/32 kB | 118/185 kB | 154/155 kB Progress (3): 32/32 kB | 122/185 kB | 154/155 kB Progress (3): 32/32 kB | 126/185 kB | 154/155 kB Progress (3): 32/32 kB | 130/185 kB | 154/155 kB Progress (3): 32/32 kB | 131/185 kB | 154/155 kB Progress (3): 32/32 kB | 135/185 kB | 154/155 kB Progress (3): 32/32 kB | 139/185 kB | 154/155 kB Progress (3): 32/32 kB | 143/185 kB | 154/155 kB Progress (3): 32/32 kB | 147/185 kB | 154/155 kB Progress (3): 32/32 kB | 151/185 kB | 154/155 kB Progress (3): 32/32 kB | 155/185 kB | 154/155 kB Progress (3): 32/32 kB | 155/185 kB | 155 kB Progress (3): 32/32 kB | 159/185 kB | 155 kB Progress (3): 32/32 kB | 163/185 kB | 155 kB Progress (3): 32/32 kB | 167/185 kB | 155 kB Progress (3): 32/32 kB | 171/185 kB | 155 kB Progress (3): 32/32 kB | 175/185 kB | 155 kB Progress (3): 32/32 kB | 179/185 kB | 155 kB Progress (3): 32/32 kB | 183/185 kB | 155 kB Progress (3): 32/32 kB | 185 kB | 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 241 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 288 kB/s) Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 41 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ package-rename-task --- 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 176 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 91 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 160 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 50 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 247 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 35 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 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/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 382 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 50 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 286 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 196 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 132 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 11 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 80 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 93 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 108 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.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 336 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 112 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 117 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 90 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 26 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 261 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 7.0 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 124 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 119 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 473 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 74 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 166 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 263 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 544 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 457 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 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/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 683 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 40 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 417 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 87 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 151 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 265 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 448 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 42 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 178 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.0 MB/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-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-profile/2.0.6/maven-profile-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Progress (1): 4.1/116 kB Progress (1): 7.7/116 kB Progress (1): 12/116 kB Progress (1): 16/116 kB Progress (1): 20/116 kB Progress (1): 24/116 kB Progress (1): 28/116 kB Progress (1): 32/116 kB Progress (1): 33/116 kB Progress (1): 37/116 kB Progress (1): 41/116 kB Progress (1): 45/116 kB Progress (1): 49/116 kB Progress (1): 53/116 kB Progress (1): 57/116 kB Progress (1): 61/116 kB Progress (1): 65/116 kB Progress (1): 66/116 kB Progress (1): 70/116 kB Progress (1): 74/116 kB Progress (1): 78/116 kB Progress (1): 82/116 kB Progress (1): 86/116 kB Progress (1): 90/116 kB Progress (1): 94/116 kB Progress (1): 98/116 kB Progress (1): 102/116 kB Progress (1): 106/116 kB Progress (1): 110/116 kB Progress (1): 114/116 kB Progress (1): 116 kB Progress (2): 116 kB | 4.1/57 kB Progress (3): 116 kB | 4.1/57 kB | 4.1/35 kB Progress (3): 116 kB | 7.7/57 kB | 4.1/35 kB Progress (3): 116 kB | 7.7/57 kB | 7.7/35 kB Progress (3): 116 kB | 12/57 kB | 7.7/35 kB Progress (3): 116 kB | 12/57 kB | 12/35 kB Progress (3): 116 kB | 16/57 kB | 12/35 kB Progress (3): 116 kB | 16/57 kB | 16/35 kB Progress (3): 116 kB | 20/57 kB | 16/35 kB Progress (3): 116 kB | 20/57 kB | 20/35 kB Progress (3): 116 kB | 24/57 kB | 20/35 kB Progress (3): 116 kB | 24/57 kB | 24/35 kB Progress (3): 116 kB | 28/57 kB | 24/35 kB Progress (3): 116 kB | 32/57 kB | 24/35 kB Progress (3): 116 kB | 36/57 kB | 24/35 kB Progress (3): 116 kB | 40/57 kB | 24/35 kB Progress (3): 116 kB | 40/57 kB | 28/35 kB Progress (3): 116 kB | 40/57 kB | 32/35 kB Progress (3): 116 kB | 44/57 kB | 32/35 kB Progress (3): 116 kB | 44/57 kB | 35 kB Progress (3): 116 kB | 48/57 kB | 35 kB Progress (3): 116 kB | 52/57 kB | 35 kB Progress (3): 116 kB | 56/57 kB | 35 kB Progress (3): 116 kB | 57 kB | 35 kB Progress (4): 116 kB | 57 kB | 35 kB | 4.1/152 kB Progress (4): 116 kB | 57 kB | 35 kB | 7.7/152 kB Progress (4): 116 kB | 57 kB | 35 kB | 12/152 kB Progress (4): 116 kB | 57 kB | 35 kB | 16/152 kB Progress (4): 116 kB | 57 kB | 35 kB | 20/152 kB Progress (5): 116 kB | 57 kB | 35 kB | 20/152 kB | 4.1/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 24/152 kB | 4.1/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 24/152 kB | 7.7/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 28/152 kB | 7.7/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 28/152 kB | 12/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 32/152 kB | 12/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 32/152 kB | 16/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 36/152 kB | 16/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 36/152 kB | 20/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 40/152 kB | 20/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 40/152 kB | 24/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 44/152 kB | 24/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 44/152 kB | 28/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 48/152 kB | 28/29 kB Progress (5): 116 kB | 57 kB | 35 kB | 48/152 kB | 29 kB Progress (5): 116 kB | 57 kB | 35 kB | 52/152 kB | 29 kB Progress (5): 116 kB | 57 kB | 35 kB | 56/152 kB | 29 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.jar (116 kB at 2.5 MB/s) Progress (4): 57 kB | 35 kB | 60/152 kB | 29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 734 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.2 MB/s) Progress (2): 64/152 kB | 29 kB 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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Progress (2): 68/152 kB | 29 kB Progress (2): 72/152 kB | 29 kB Progress (2): 76/152 kB | 29 kB Progress (2): 80/152 kB | 29 kB Progress (2): 84/152 kB | 29 kB Progress (2): 88/152 kB | 29 kB Progress (2): 92/152 kB | 29 kB Progress (2): 96/152 kB | 29 kB Progress (2): 100/152 kB | 29 kB Progress (2): 104/152 kB | 29 kB Progress (2): 108/152 kB | 29 kB Progress (2): 112/152 kB | 29 kB Progress (2): 116/152 kB | 29 kB Progress (2): 120/152 kB | 29 kB Progress (2): 124/152 kB | 29 kB Progress (2): 128/152 kB | 29 kB Progress (2): 132/152 kB | 29 kB Progress (2): 136/152 kB | 29 kB Progress (2): 140/152 kB | 29 kB Progress (2): 144/152 kB | 29 kB Progress (2): 148/152 kB | 29 kB Progress (2): 152 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 536 kB/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 Progress (2): 152 kB | 4.1/5.9 kB Progress (2): 152 kB | 5.9 kB Progress (3): 152 kB | 5.9 kB | 4.1/9.9 kB Progress (3): 152 kB | 5.9 kB | 7.7/9.9 kB Progress (3): 152 kB | 5.9 kB | 9.9 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 2.4 MB/s) 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 96 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 158 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar 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 (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (2): 7.7/24 kB | 4.1/21 kB Progress (2): 12/24 kB | 4.1/21 kB Progress (2): 12/24 kB | 7.7/21 kB Progress (2): 16/24 kB | 7.7/21 kB Progress (2): 16/24 kB | 12/21 kB Progress (2): 20/24 kB | 12/21 kB Progress (2): 20/24 kB | 16/21 kB Progress (2): 24/24 kB | 16/21 kB Progress (2): 24 kB | 16/21 kB Progress (2): 24 kB | 20/21 kB Progress (2): 24 kB | 21 kB Progress (3): 24 kB | 21 kB | 4.1/14 kB Progress (3): 24 kB | 21 kB | 7.7/14 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 331 kB/s) Progress (2): 21 kB | 12/14 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 (3): 21 kB | 12/14 kB | 4.1/37 kB Progress (3): 21 kB | 14 kB | 4.1/37 kB Progress (3): 21 kB | 14 kB | 7.7/37 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 273 kB/s) Progress (2): 14 kB | 12/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (2): 14 kB | 16/37 kB Progress (2): 14 kB | 20/37 kB Progress (2): 14 kB | 24/37 kB Progress (2): 14 kB | 28/37 kB Progress (2): 14 kB | 32/37 kB Progress (2): 14 kB | 36/37 kB Progress (2): 14 kB | 37 kB Progress (3): 14 kB | 37 kB | 4.1/30 kB Progress (3): 14 kB | 37 kB | 7.7/30 kB Progress (3): 14 kB | 37 kB | 12/30 kB Progress (3): 14 kB | 37 kB | 16/30 kB Progress (3): 14 kB | 37 kB | 20/30 kB Progress (3): 14 kB | 37 kB | 24/30 kB Progress (3): 14 kB | 37 kB | 28/30 kB Progress (3): 14 kB | 37 kB | 30 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.jar (14 kB at 168 kB/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 Progress (3): 37 kB | 30 kB | 4.1/38 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 342 kB/s) Progress (2): 37 kB | 7.7/38 kB 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 Progress (2): 37 kB | 12/38 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 414 kB/s) Progress (2): 12/38 kB | 4.1/13 kB Progress (2): 16/38 kB | 4.1/13 kB 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 (2): 20/38 kB | 4.1/13 kB Progress (2): 20/38 kB | 7.7/13 kB Progress (2): 24/38 kB | 7.7/13 kB Progress (3): 24/38 kB | 7.7/13 kB | 4.1/87 kB Progress (3): 24/38 kB | 12/13 kB | 4.1/87 kB Progress (3): 24/38 kB | 12/13 kB | 7.7/87 kB Progress (3): 24/38 kB | 13 kB | 7.7/87 kB Progress (3): 28/38 kB | 13 kB | 7.7/87 kB Progress (4): 28/38 kB | 13 kB | 7.7/87 kB | 4.1/49 kB Progress (4): 32/38 kB | 13 kB | 7.7/87 kB | 4.1/49 kB Progress (4): 32/38 kB | 13 kB | 12/87 kB | 4.1/49 kB Progress (4): 32/38 kB | 13 kB | 12/87 kB | 7.7/49 kB Progress (4): 32/38 kB | 13 kB | 16/87 kB | 7.7/49 kB Progress (4): 36/38 kB | 13 kB | 16/87 kB | 7.7/49 kB Progress (4): 38 kB | 13 kB | 16/87 kB | 7.7/49 kB Progress (4): 38 kB | 13 kB | 16/87 kB | 12/49 kB Progress (4): 38 kB | 13 kB | 20/87 kB | 12/49 kB Progress (4): 38 kB | 13 kB | 20/87 kB | 16/49 kB Progress (4): 38 kB | 13 kB | 24/87 kB | 16/49 kB Progress (4): 38 kB | 13 kB | 24/87 kB | 20/49 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 276 kB/s) Progress (4): 13 kB | 24/87 kB | 20/49 kB | 4.1/86 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 (4): 13 kB | 28/87 kB | 20/49 kB | 4.1/86 kB Progress (4): 13 kB | 28/87 kB | 24/49 kB | 4.1/86 kB Progress (4): 13 kB | 32/87 kB | 24/49 kB | 4.1/86 kB Progress (4): 13 kB | 32/87 kB | 24/49 kB | 7.7/86 kB Progress (4): 13 kB | 33/87 kB | 24/49 kB | 7.7/86 kB Progress (4): 13 kB | 33/87 kB | 28/49 kB | 7.7/86 kB Progress (4): 13 kB | 33/87 kB | 28/49 kB | 12/86 kB Progress (4): 13 kB | 37/87 kB | 28/49 kB | 12/86 kB Progress (4): 13 kB | 37/87 kB | 32/49 kB | 12/86 kB Progress (4): 13 kB | 41/87 kB | 32/49 kB | 12/86 kB Progress (4): 13 kB | 41/87 kB | 32/49 kB | 16/86 kB Progress (4): 13 kB | 41/87 kB | 36/49 kB | 16/86 kB Progress (4): 13 kB | 45/87 kB | 36/49 kB | 16/86 kB Progress (4): 13 kB | 45/87 kB | 36/49 kB | 20/86 kB Progress (4): 13 kB | 49/87 kB | 36/49 kB | 20/86 kB Progress (4): 13 kB | 49/87 kB | 40/49 kB | 20/86 kB Progress (4): 13 kB | 49/87 kB | 40/49 kB | 24/86 kB Progress (4): 13 kB | 53/87 kB | 40/49 kB | 24/86 kB Progress (4): 13 kB | 53/87 kB | 44/49 kB | 24/86 kB Progress (4): 13 kB | 53/87 kB | 44/49 kB | 28/86 kB Progress (4): 13 kB | 57/87 kB | 44/49 kB | 28/86 kB Progress (4): 13 kB | 57/87 kB | 44/49 kB | 32/86 kB Progress (4): 13 kB | 61/87 kB | 44/49 kB | 32/86 kB Progress (4): 13 kB | 61/87 kB | 48/49 kB | 32/86 kB Progress (4): 13 kB | 65/87 kB | 48/49 kB | 32/86 kB Progress (4): 13 kB | 65/87 kB | 48/49 kB | 33/86 kB Progress (4): 13 kB | 65/87 kB | 49 kB | 33/86 kB Progress (4): 13 kB | 69/87 kB | 49 kB | 33/86 kB Progress (4): 13 kB | 69/87 kB | 49 kB | 37/86 kB Progress (4): 13 kB | 73/87 kB | 49 kB | 37/86 kB Progress (4): 13 kB | 73/87 kB | 49 kB | 41/86 kB Progress (4): 13 kB | 77/87 kB | 49 kB | 41/86 kB Progress (4): 13 kB | 77/87 kB | 49 kB | 45/86 kB Progress (4): 13 kB | 81/87 kB | 49 kB | 45/86 kB Progress (4): 13 kB | 81/87 kB | 49 kB | 49/86 kB Progress (4): 13 kB | 85/87 kB | 49 kB | 49/86 kB Progress (4): 13 kB | 87 kB | 49 kB | 49/86 kB Progress (4): 13 kB | 87 kB | 49 kB | 53/86 kB Progress (4): 13 kB | 87 kB | 49 kB | 57/86 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.jar (13 kB at 94 kB/s) Progress (3): 87 kB | 49 kB | 61/86 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (3): 87 kB | 49 kB | 65/86 kB Progress (3): 87 kB | 49 kB | 69/86 kB Progress (3): 87 kB | 49 kB | 73/86 kB Progress (3): 87 kB | 49 kB | 77/86 kB Progress (3): 87 kB | 49 kB | 81/86 kB Progress (3): 87 kB | 49 kB | 85/86 kB Progress (3): 87 kB | 49 kB | 86 kB Progress (4): 87 kB | 49 kB | 86 kB | 4.1/10 kB Progress (4): 87 kB | 49 kB | 86 kB | 7.7/10 kB Progress (4): 87 kB | 49 kB | 86 kB | 10 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.jar (86 kB at 561 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 317 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 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 499 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar 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 58 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Progress (1): 4.1/223 kB Progress (1): 7.7/223 kB Progress (1): 12/223 kB Progress (1): 16/223 kB Progress (1): 20/223 kB Progress (1): 24/223 kB Progress (1): 28/223 kB Progress (1): 32/223 kB Progress (1): 33/223 kB Progress (1): 37/223 kB Progress (1): 41/223 kB Progress (1): 45/223 kB Progress (1): 49/223 kB Progress (1): 53/223 kB Progress (1): 57/223 kB Progress (1): 61/223 kB Progress (1): 65/223 kB Progress (1): 66/223 kB Progress (1): 70/223 kB Progress (1): 74/223 kB Progress (1): 78/223 kB Progress (1): 82/223 kB Progress (1): 86/223 kB Progress (1): 90/223 kB Progress (1): 94/223 kB Progress (1): 98/223 kB Progress (1): 98/223 kB Progress (1): 102/223 kB Progress (1): 106/223 kB Progress (1): 110/223 kB Progress (1): 114/223 kB Progress (2): 114/223 kB | 4.1/121 kB Progress (2): 118/223 kB | 4.1/121 kB Progress (3): 118/223 kB | 4.1/121 kB | 4.1/194 kB Progress (3): 122/223 kB | 4.1/121 kB | 4.1/194 kB Progress (3): 122/223 kB | 7.7/121 kB | 4.1/194 kB Progress (3): 122/223 kB | 7.7/121 kB | 7.7/194 kB Progress (3): 126/223 kB | 7.7/121 kB | 7.7/194 kB Progress (3): 126/223 kB | 12/121 kB | 7.7/194 kB Progress (3): 126/223 kB | 12/121 kB | 12/194 kB Progress (3): 126/223 kB | 16/121 kB | 12/194 kB Progress (3): 130/223 kB | 16/121 kB | 12/194 kB Progress (3): 130/223 kB | 16/121 kB | 16/194 kB Progress (3): 130/223 kB | 20/121 kB | 16/194 kB Progress (3): 131/223 kB | 20/121 kB | 16/194 kB Progress (3): 131/223 kB | 20/121 kB | 20/194 kB Progress (3): 131/223 kB | 24/121 kB | 20/194 kB Progress (4): 131/223 kB | 24/121 kB | 20/194 kB | 4.1/6.8 kB Progress (4): 135/223 kB | 24/121 kB | 20/194 kB | 4.1/6.8 kB Progress (4): 135/223 kB | 24/121 kB | 24/194 kB | 4.1/6.8 kB Progress (4): 139/223 kB | 24/121 kB | 24/194 kB | 4.1/6.8 kB Progress (4): 139/223 kB | 28/121 kB | 24/194 kB | 4.1/6.8 kB Progress (4): 139/223 kB | 28/121 kB | 24/194 kB | 6.8 kB Progress (5): 139/223 kB | 28/121 kB | 24/194 kB | 6.8 kB | 4.1/43 kB Progress (5): 139/223 kB | 32/121 kB | 24/194 kB | 6.8 kB | 4.1/43 kB Progress (5): 143/223 kB | 32/121 kB | 24/194 kB | 6.8 kB | 4.1/43 kB Progress (5): 143/223 kB | 32/121 kB | 28/194 kB | 6.8 kB | 4.1/43 kB Progress (5): 147/223 kB | 32/121 kB | 28/194 kB | 6.8 kB | 4.1/43 kB Progress (5): 147/223 kB | 33/121 kB | 28/194 kB | 6.8 kB | 4.1/43 kB Progress (5): 147/223 kB | 33/121 kB | 28/194 kB | 6.8 kB | 7.7/43 kB Progress (5): 151/223 kB | 33/121 kB | 28/194 kB | 6.8 kB | 7.7/43 kB Progress (5): 151/223 kB | 33/121 kB | 32/194 kB | 6.8 kB | 7.7/43 kB Progress (5): 151/223 kB | 33/121 kB | 32/194 kB | 6.8 kB | 12/43 kB Progress (5): 155/223 kB | 33/121 kB | 32/194 kB | 6.8 kB | 12/43 kB Progress (5): 155/223 kB | 37/121 kB | 32/194 kB | 6.8 kB | 12/43 kB Progress (5): 155/223 kB | 37/121 kB | 32/194 kB | 6.8 kB | 16/43 kB Progress (5): 155/223 kB | 37/121 kB | 36/194 kB | 6.8 kB | 16/43 kB Progress (5): 155/223 kB | 41/121 kB | 36/194 kB | 6.8 kB | 16/43 kB Progress (5): 159/223 kB | 41/121 kB | 36/194 kB | 6.8 kB | 16/43 kB Progress (5): 159/223 kB | 41/121 kB | 40/194 kB | 6.8 kB | 16/43 kB Progress (5): 159/223 kB | 41/121 kB | 40/194 kB | 6.8 kB | 20/43 kB Progress (5): 159/223 kB | 45/121 kB | 40/194 kB | 6.8 kB | 20/43 kB Progress (5): 163/223 kB | 45/121 kB | 40/194 kB | 6.8 kB | 20/43 kB Progress (5): 163/223 kB | 49/121 kB | 40/194 kB | 6.8 kB | 20/43 kB Progress (5): 163/223 kB | 49/121 kB | 44/194 kB | 6.8 kB | 20/43 kB Progress (5): 163/223 kB | 53/121 kB | 44/194 kB | 6.8 kB | 20/43 kB Progress (5): 163/223 kB | 53/121 kB | 44/194 kB | 6.8 kB | 24/43 kB Progress (5): 163/223 kB | 57/121 kB | 44/194 kB | 6.8 kB | 24/43 kB Progress (5): 163/223 kB | 57/121 kB | 48/194 kB | 6.8 kB | 24/43 kB Progress (5): 163/223 kB | 61/121 kB | 48/194 kB | 6.8 kB | 24/43 kB Progress (5): 164/223 kB | 61/121 kB | 48/194 kB | 6.8 kB | 24/43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 36 kB/s) Progress (4): 164/223 kB | 61/121 kB | 52/194 kB | 24/43 kB Progress (4): 164/223 kB | 65/121 kB | 52/194 kB | 24/43 kB Progress (4): 164/223 kB | 65/121 kB | 52/194 kB | 28/43 kB Progress (4): 164/223 kB | 66/121 kB | 52/194 kB | 28/43 kB Progress (4): 164/223 kB | 66/121 kB | 56/194 kB | 28/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 (4): 168/223 kB | 66/121 kB | 56/194 kB | 28/43 kB Progress (4): 168/223 kB | 66/121 kB | 60/194 kB | 28/43 kB Progress (4): 168/223 kB | 70/121 kB | 60/194 kB | 28/43 kB Progress (4): 168/223 kB | 70/121 kB | 60/194 kB | 32/43 kB Progress (4): 168/223 kB | 74/121 kB | 60/194 kB | 32/43 kB Progress (4): 168/223 kB | 74/121 kB | 64/194 kB | 32/43 kB Progress (4): 172/223 kB | 74/121 kB | 64/194 kB | 32/43 kB Progress (4): 172/223 kB | 78/121 kB | 64/194 kB | 32/43 kB Progress (4): 172/223 kB | 78/121 kB | 64/194 kB | 36/43 kB Progress (4): 172/223 kB | 82/121 kB | 64/194 kB | 36/43 kB Progress (4): 176/223 kB | 82/121 kB | 64/194 kB | 36/43 kB Progress (4): 176/223 kB | 82/121 kB | 68/194 kB | 36/43 kB Progress (4): 180/223 kB | 82/121 kB | 68/194 kB | 36/43 kB Progress (4): 180/223 kB | 86/121 kB | 68/194 kB | 36/43 kB Progress (4): 184/223 kB | 86/121 kB | 68/194 kB | 36/43 kB Progress (4): 184/223 kB | 86/121 kB | 68/194 kB | 40/43 kB Progress (4): 188/223 kB | 86/121 kB | 68/194 kB | 40/43 kB Progress (4): 188/223 kB | 90/121 kB | 68/194 kB | 40/43 kB Progress (4): 188/223 kB | 90/121 kB | 72/194 kB | 40/43 kB Progress (4): 192/223 kB | 90/121 kB | 72/194 kB | 40/43 kB Progress (4): 192/223 kB | 90/121 kB | 72/194 kB | 43 kB Progress (4): 192/223 kB | 90/121 kB | 76/194 kB | 43 kB Progress (4): 196/223 kB | 90/121 kB | 76/194 kB | 43 kB Progress (4): 196/223 kB | 94/121 kB | 76/194 kB | 43 kB Progress (4): 196/223 kB | 94/121 kB | 80/194 kB | 43 kB Progress (4): 200/223 kB | 94/121 kB | 80/194 kB | 43 kB Progress (4): 200/223 kB | 98/121 kB | 80/194 kB | 43 kB Progress (4): 200/223 kB | 98/121 kB | 84/194 kB | 43 kB Progress (4): 204/223 kB | 98/121 kB | 84/194 kB | 43 kB Progress (4): 204/223 kB | 102/121 kB | 84/194 kB | 43 kB Progress (4): 204/223 kB | 102/121 kB | 88/194 kB | 43 kB Progress (4): 208/223 kB | 102/121 kB | 88/194 kB | 43 kB Progress (4): 208/223 kB | 106/121 kB | 88/194 kB | 43 kB Progress (4): 212/223 kB | 106/121 kB | 88/194 kB | 43 kB Progress (4): 212/223 kB | 106/121 kB | 92/194 kB | 43 kB Progress (4): 212/223 kB | 110/121 kB | 92/194 kB | 43 kB Progress (4): 216/223 kB | 110/121 kB | 92/194 kB | 43 kB Progress (4): 216/223 kB | 110/121 kB | 96/194 kB | 43 kB Progress (4): 220/223 kB | 110/121 kB | 96/194 kB | 43 kB Progress (4): 220/223 kB | 114/121 kB | 96/194 kB | 43 kB Progress (4): 223 kB | 114/121 kB | 96/194 kB | 43 kB Progress (4): 223 kB | 114/121 kB | 100/194 kB | 43 kB Progress (4): 223 kB | 118/121 kB | 100/194 kB | 43 kB Progress (4): 223 kB | 118/121 kB | 104/194 kB | 43 kB Progress (4): 223 kB | 121 kB | 104/194 kB | 43 kB Progress (4): 223 kB | 121 kB | 108/194 kB | 43 kB Progress (4): 223 kB | 121 kB | 112/194 kB | 43 kB Progress (4): 223 kB | 121 kB | 116/194 kB | 43 kB Progress (4): 223 kB | 121 kB | 120/194 kB | 43 kB Progress (4): 223 kB | 121 kB | 124/194 kB | 43 kB Progress (4): 223 kB | 121 kB | 128/194 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 946 kB/s) 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 182 kB/s) Progress (2): 121 kB | 132/194 kB Progress (3): 121 kB | 132/194 kB | 4.1/61 kB Progress (3): 121 kB | 136/194 kB | 4.1/61 kB Progress (3): 121 kB | 136/194 kB | 7.7/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 509 kB/s) Progress (2): 136/194 kB | 12/61 kB Progress (2): 136/194 kB | 16/61 kB Progress (2): 140/194 kB | 16/61 kB Progress (2): 144/194 kB | 16/61 kB Progress (2): 144/194 kB | 20/61 kB Progress (2): 144/194 kB | 24/61 kB Progress (2): 148/194 kB | 24/61 kB Progress (2): 152/194 kB | 24/61 kB Progress (2): 152/194 kB | 28/61 kB Progress (2): 152/194 kB | 32/61 kB Progress (2): 156/194 kB | 32/61 kB Progress (2): 160/194 kB | 32/61 kB Progress (2): 160/194 kB | 36/61 kB Progress (2): 160/194 kB | 40/61 kB Progress (2): 164/194 kB | 40/61 kB Progress (2): 168/194 kB | 40/61 kB Progress (2): 168/194 kB | 44/61 kB Progress (2): 168/194 kB | 48/61 kB Progress (2): 172/194 kB | 48/61 kB Progress (2): 176/194 kB | 48/61 kB Progress (2): 176/194 kB | 52/61 kB Progress (2): 176/194 kB | 56/61 kB Progress (2): 180/194 kB | 56/61 kB Progress (2): 184/194 kB | 56/61 kB Progress (2): 184/194 kB | 60/61 kB Progress (2): 184/194 kB | 61 kB Progress (2): 188/194 kB | 61 kB Progress (2): 192/194 kB | 61 kB Progress (2): 194 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 774 kB/s) 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 242 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ package-rename-task --- 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 331 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 237 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 353 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.5 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom 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/apache/13/apache-13.pom (14 kB at 499 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom 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.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 112 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 974 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 612 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 121 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 231 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 64 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 140 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom 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 136 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom 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 360 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom 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 199 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom 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 167 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 103 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom 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.2.1/maven-artifact-2.2.1.pom (1.6 kB at 88 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 117 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 122 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 163 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 183 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 40 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 138 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 147 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 97 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 169 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.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-components/18/maven-shared-components-18.pom (4.9 kB at 150 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 319 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 276 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 155 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 749 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.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/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 792 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 54 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 251 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 177 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 35 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 45 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 74 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/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/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/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 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/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 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 Progress (1): 4.1/222 kB Progress (1): 7.7/222 kB Progress (1): 12/222 kB Progress (1): 16/222 kB Progress (1): 20/222 kB Progress (1): 24/222 kB Progress (1): 28/222 kB Progress (1): 32/222 kB Progress (1): 33/222 kB Progress (1): 37/222 kB Progress (1): 41/222 kB Progress (1): 45/222 kB Progress (1): 49/222 kB Progress (1): 53/222 kB Progress (1): 57/222 kB Progress (1): 61/222 kB Progress (1): 65/222 kB Progress (1): 66/222 kB Progress (1): 70/222 kB Progress (1): 74/222 kB Progress (1): 78/222 kB Progress (1): 82/222 kB Progress (1): 86/222 kB Progress (1): 90/222 kB Progress (1): 94/222 kB Progress (1): 98/222 kB Progress (1): 98/222 kB Progress (1): 102/222 kB Progress (1): 106/222 kB Progress (1): 110/222 kB Progress (1): 114/222 kB Progress (1): 118/222 kB Progress (1): 122/222 kB Progress (1): 126/222 kB Progress (1): 130/222 kB Progress (1): 131/222 kB Progress (1): 135/222 kB Progress (1): 139/222 kB Progress (1): 143/222 kB Progress (1): 147/222 kB Progress (1): 151/222 kB Progress (1): 155/222 kB Progress (1): 159/222 kB Progress (1): 163/222 kB Progress (1): 164/222 kB Progress (1): 168/222 kB Progress (1): 172/222 kB Progress (1): 176/222 kB Progress (1): 180/222 kB Progress (1): 184/222 kB Progress (1): 188/222 kB Progress (1): 192/222 kB Progress (1): 196/222 kB Progress (1): 200/222 kB Progress (1): 204/222 kB Progress (1): 208/222 kB Progress (1): 212/222 kB Progress (1): 216/222 kB Progress (1): 220/222 kB Progress (1): 222 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 5.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar Progress (1): 4.1/317 kB Progress (1): 7.7/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): 33/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): 81/317 kB Progress (1): 85/317 kB Progress (1): 89/317 kB Progress (1): 93/317 kB Progress (1): 97/317 kB Progress (1): 101/317 kB Progress (1): 105/317 kB Progress (1): 109/317 kB Progress (1): 113/317 kB Progress (1): 117/317 kB Progress (1): 121/317 kB Progress (1): 125/317 kB Progress (1): 129/317 kB Progress (1): 133/317 kB Progress (1): 137/317 kB Progress (1): 141/317 kB Progress (1): 145/317 kB Progress (1): 149/317 kB Progress (1): 153/317 kB Progress (1): 157/317 kB Progress (1): 161/317 kB Progress (1): 165/317 kB Progress (1): 169/317 kB Progress (1): 173/317 kB Progress (1): 177/317 kB Progress (1): 181/317 kB Progress (1): 185/317 kB Progress (1): 189/317 kB Progress (1): 193/317 kB Progress (1): 197/317 kB Progress (1): 201/317 kB Progress (1): 205/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): 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): 249/317 kB Progress (1): 253/317 kB Progress (1): 257/317 kB Progress (1): 261/317 kB Progress (1): 265/317 kB Progress (1): 269/317 kB Progress (1): 273/317 kB Progress (1): 277/317 kB Progress (1): 281/317 kB Progress (1): 285/317 kB Progress (1): 289/317 kB Progress (1): 293/317 kB Progress (1): 297/317 kB Progress (1): 301/317 kB Progress (1): 305/317 kB Progress (1): 309/317 kB Progress (1): 313/317 kB Progress (1): 317 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 4.8 MB/s) 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 (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 330 kB/s) 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 (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 48 kB/s) 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 (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-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 180 kB/s) Progress (1): 4.1/14 kB Progress (2): 4.1/14 kB | 4.1/111 kB Progress (2): 7.7/14 kB | 4.1/111 kB Progress (2): 7.7/14 kB | 7.7/111 kB Progress (2): 12/14 kB | 7.7/111 kB Progress (2): 12/14 kB | 12/111 kB Progress (2): 14 kB | 12/111 kB Progress (3): 14 kB | 12/111 kB | 4.1/39 kB Progress (3): 14 kB | 16/111 kB | 4.1/39 kB Progress (3): 14 kB | 16/111 kB | 7.7/39 kB Progress (3): 14 kB | 20/111 kB | 7.7/39 kB Progress (3): 14 kB | 24/111 kB | 7.7/39 kB Progress (3): 14 kB | 24/111 kB | 12/39 kB Progress (3): 14 kB | 28/111 kB | 12/39 kB Progress (3): 14 kB | 28/111 kB | 16/39 kB Progress (3): 14 kB | 32/111 kB | 16/39 kB Progress (3): 14 kB | 32/111 kB | 20/39 kB Progress (3): 14 kB | 36/111 kB | 20/39 kB Progress (3): 14 kB | 36/111 kB | 24/39 kB Progress (3): 14 kB | 40/111 kB | 24/39 kB Progress (3): 14 kB | 40/111 kB | 28/39 kB Progress (3): 14 kB | 44/111 kB | 28/39 kB Progress (3): 14 kB | 44/111 kB | 32/39 kB Progress (3): 14 kB | 48/111 kB | 32/39 kB Progress (4): 14 kB | 48/111 kB | 32/39 kB | 4.1/167 kB Progress (4): 14 kB | 52/111 kB | 32/39 kB | 4.1/167 kB Progress (4): 14 kB | 52/111 kB | 36/39 kB | 4.1/167 kB Progress (4): 14 kB | 56/111 kB | 36/39 kB | 4.1/167 kB Progress (4): 14 kB | 56/111 kB | 36/39 kB | 7.7/167 kB Progress (4): 14 kB | 56/111 kB | 39 kB | 7.7/167 kB Progress (4): 14 kB | 60/111 kB | 39 kB | 7.7/167 kB Progress (4): 14 kB | 60/111 kB | 39 kB | 12/167 kB Progress (4): 14 kB | 64/111 kB | 39 kB | 12/167 kB Progress (4): 14 kB | 64/111 kB | 39 kB | 16/167 kB Progress (4): 14 kB | 68/111 kB | 39 kB | 16/167 kB Progress (4): 14 kB | 68/111 kB | 39 kB | 20/167 kB Progress (4): 14 kB | 72/111 kB | 39 kB | 20/167 kB Progress (4): 14 kB | 72/111 kB | 39 kB | 24/167 kB Progress (4): 14 kB | 76/111 kB | 39 kB | 24/167 kB Progress (4): 14 kB | 80/111 kB | 39 kB | 24/167 kB Progress (4): 14 kB | 80/111 kB | 39 kB | 28/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 2.7 kB/s) Progress (3): 80/111 kB | 39 kB | 32/167 kB Progress (3): 84/111 kB | 39 kB | 32/167 kB Progress (3): 88/111 kB | 39 kB | 32/167 kB Progress (3): 88/111 kB | 39 kB | 36/167 kB Progress (3): 92/111 kB | 39 kB | 36/167 kB Progress (3): 92/111 kB | 39 kB | 40/167 kB Progress (3): 96/111 kB | 39 kB | 40/167 kB Progress (3): 96/111 kB | 39 kB | 44/167 kB Progress (3): 100/111 kB | 39 kB | 44/167 kB Progress (3): 100/111 kB | 39 kB | 48/167 kB Progress (3): 104/111 kB | 39 kB | 48/167 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) Progress (2): 108/111 kB | 48/167 kB Progress (2): 108/111 kB | 52/167 kB Progress (2): 111 kB | 52/167 kB Progress (2): 111 kB | 56/167 kB Progress (2): 111 kB | 60/167 kB Progress (2): 111 kB | 64/167 kB Progress (2): 111 kB | 68/167 kB Progress (2): 111 kB | 72/167 kB Progress (2): 111 kB | 76/167 kB Progress (2): 111 kB | 80/167 kB Progress (2): 111 kB | 84/167 kB Progress (2): 111 kB | 88/167 kB Progress (2): 111 kB | 92/167 kB Progress (2): 111 kB | 96/167 kB Progress (2): 111 kB | 100/167 kB Progress (2): 111 kB | 104/167 kB Progress (2): 111 kB | 108/167 kB Progress (2): 111 kB | 112/167 kB Progress (2): 111 kB | 116/167 kB Progress (2): 111 kB | 120/167 kB Progress (2): 111 kB | 124/167 kB Progress (2): 111 kB | 128/167 kB Progress (2): 111 kB | 132/167 kB Progress (2): 111 kB | 136/167 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 22 kB/s) Progress (1): 140/167 kB Progress (1): 144/167 kB Progress (1): 148/167 kB Progress (1): 152/167 kB Progress (1): 156/167 kB Progress (1): 160/167 kB Progress (1): 164/167 kB Progress (1): 167 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 33 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/target/classes [INFO] /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/src/main/java/com/sun/wts/tools/ant/PackageRenameMojo.java: /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/src/main/java/com/sun/wts/tools/ant/PackageRenameMojo.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/src/main/java/com/sun/wts/tools/ant/PackageRenameMojo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-plugin-plugin:3.2:descriptor (default-descriptor) @ package-rename-task --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.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/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom (4.3 kB at 20 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom (3.0 kB at 39 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.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.2/maven-plugin-annotations-3.2.pom (1.6 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/asm/asm/3.3.1/asm-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom Progress (1): 266 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 20 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.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/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 271 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom Progress (1): 417 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom (417 B at 5.7 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom Progress (1): 406 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom (406 B at 14 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.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.1/plexus-archiver-2.1.1.pom (2.8 kB at 62 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.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.3/plexus-io-2.0.3.pom (1.7 kB at 50 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 193 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 931 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.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/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 978 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.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/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 301 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.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-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 109 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-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/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 1.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/19/maven-parent-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.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/maven/maven-parent/19/maven-parent-19.pom (25 kB at 1.6 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.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.2/doxia-logging-api-1.2.pom (1.6 kB at 103 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.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/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 367 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.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/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 803 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 282 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 80 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom 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/apache/4/apache-4.pom (4.5 kB at 225 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 96 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 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-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 33 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 448 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.1/project-4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 910 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 306 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Progress (1): 4.1/9.4 kB Progress (1): 7.7/9.4 kB Progress (1): 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 275 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.0/project-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 690 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 875 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 844 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 436 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.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.2/doxia-decoration-model-1.2.pom (3.1 kB at 127 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 104 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 167 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.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/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 352 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 81 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 167 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1/8.2 kB Progress (1): 7.7/8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 317 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 84 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 679 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.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/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 695 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.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/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.pom (4.3 kB at 5.8 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 183 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom 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/15/maven-shared-components-15.pom (9.3 kB at 622 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom 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/16/maven-parent-16.pom (23 kB at 541 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom 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/apache/7/apache-7.pom (14 kB at 902 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 43 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 567 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.0 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 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-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 406 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/net/sf/jtidy/jtidy/r938/jtidy-r938.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom Progress (1): 4.1/9.2 kB Progress (1): 7.7/9.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 512 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.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/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 323 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.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-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 112 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.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/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 1.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.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.2/doxia-logging-api-1.1.2.pom (1.6 kB at 88 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 248 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 158 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Progress (1): 738 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 57 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/1/apache-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 179 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 485 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 351 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 294 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.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/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 556 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.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-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 1.0 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.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-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 212 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.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.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 114 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 152 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.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/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 458 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 649 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Progress (1): 4.1/9.1 kB Progress (1): 7.7/9.1 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 649 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 26 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 87 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading from 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 75 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 192 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 13 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 12 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 139 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 173 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 10 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Progress (1): 346 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 25 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.pom (3.6 kB at 33 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.pom (2.4 kB at 32 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/bsh/bsh/1.3.0/bsh-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/bsh/bsh/1.3.0/bsh-1.3.0.pom Progress (1): 210 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/bsh/bsh/1.3.0/bsh-1.3.0.pom (210 B at 2.9 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.pom (3.1 kB at 46 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/asm/asm/3.3.1/asm-3.3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.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/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/net/sf/jtidy/jtidy/r938/jtidy-r938.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/bsh/bsh/1.3.0/bsh-1.3.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar Progress (1): 4.1/44 kB Progress (1): 7.7/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44 kB Progress (2): 44 kB | 4.1/15 kB Progress (2): 44 kB | 7.7/15 kB Progress (2): 44 kB | 12/15 kB Progress (2): 44 kB | 15 kB Progress (3): 44 kB | 15 kB | 4.1/38 kB Progress (3): 44 kB | 15 kB | 7.7/38 kB Progress (3): 44 kB | 15 kB | 12/38 kB Progress (3): 44 kB | 15 kB | 16/38 kB Progress (3): 44 kB | 15 kB | 20/38 kB Progress (3): 44 kB | 15 kB | 24/38 kB Progress (3): 44 kB | 15 kB | 28/38 kB Progress (3): 44 kB | 15 kB | 32/38 kB Progress (3): 44 kB | 15 kB | 36/38 kB Progress (3): 44 kB | 15 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 kB at 321 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 908 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 736 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Progress (2): 38 kB | 4.1/185 kB Progress (2): 38 kB | 7.7/185 kB Progress (2): 38 kB | 12/185 kB Progress (2): 38 kB | 16/185 kB Progress (2): 38 kB | 20/185 kB Progress (2): 38 kB | 24/185 kB Progress (2): 38 kB | 28/185 kB Progress (2): 38 kB | 32/185 kB Progress (2): 38 kB | 33/185 kB Progress (2): 38 kB | 37/185 kB Progress (2): 38 kB | 41/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar (38 kB at 511 kB/s) Progress (1): 45/185 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar Progress (1): 49/185 kB Progress (2): 49/185 kB | 4.1/22 kB Progress (2): 53/185 kB | 4.1/22 kB Progress (2): 53/185 kB | 7.7/22 kB Progress (2): 57/185 kB | 7.7/22 kB Progress (2): 57/185 kB | 12/22 kB Progress (3): 57/185 kB | 12/22 kB | 4.1/58 kB Progress (3): 61/185 kB | 12/22 kB | 4.1/58 kB Progress (3): 61/185 kB | 16/22 kB | 4.1/58 kB Progress (3): 61/185 kB | 16/22 kB | 7.7/58 kB Progress (3): 65/185 kB | 16/22 kB | 7.7/58 kB Progress (3): 65/185 kB | 20/22 kB | 7.7/58 kB Progress (3): 65/185 kB | 20/22 kB | 12/58 kB Progress (3): 69/185 kB | 20/22 kB | 12/58 kB Progress (3): 69/185 kB | 22 kB | 12/58 kB Progress (3): 73/185 kB | 22 kB | 12/58 kB Progress (3): 73/185 kB | 22 kB | 16/58 kB Progress (3): 77/185 kB | 22 kB | 16/58 kB Progress (3): 77/185 kB | 22 kB | 20/58 kB Progress (3): 81/185 kB | 22 kB | 20/58 kB Progress (3): 81/185 kB | 22 kB | 24/58 kB Progress (3): 85/185 kB | 22 kB | 24/58 kB Progress (3): 85/185 kB | 22 kB | 28/58 kB Progress (3): 89/185 kB | 22 kB | 28/58 kB Progress (3): 89/185 kB | 22 kB | 32/58 kB Progress (3): 93/185 kB | 22 kB | 32/58 kB Progress (3): 93/185 kB | 22 kB | 36/58 kB Progress (3): 97/185 kB | 22 kB | 36/58 kB Progress (3): 97/185 kB | 22 kB | 40/58 kB Progress (3): 101/185 kB | 22 kB | 40/58 kB Progress (3): 101/185 kB | 22 kB | 44/58 kB Progress (3): 105/185 kB | 22 kB | 44/58 kB Progress (3): 105/185 kB | 22 kB | 48/58 kB Progress (3): 109/185 kB | 22 kB | 48/58 kB Progress (3): 109/185 kB | 22 kB | 49/58 kB Progress (3): 113/185 kB | 22 kB | 49/58 kB Progress (3): 117/185 kB | 22 kB | 49/58 kB Progress (3): 117/185 kB | 22 kB | 53/58 kB Progress (3): 121/185 kB | 22 kB | 53/58 kB Progress (3): 121/185 kB | 22 kB | 57/58 kB Progress (3): 121/185 kB | 22 kB | 58 kB Progress (3): 125/185 kB | 22 kB | 58 kB Progress (3): 129/185 kB | 22 kB | 58 kB Progress (3): 133/185 kB | 22 kB | 58 kB Progress (3): 137/185 kB | 22 kB | 58 kB Progress (3): 141/185 kB | 22 kB | 58 kB Progress (3): 145/185 kB | 22 kB | 58 kB Progress (3): 149/185 kB | 22 kB | 58 kB Progress (3): 153/185 kB | 22 kB | 58 kB Progress (3): 157/185 kB | 22 kB | 58 kB Progress (3): 161/185 kB | 22 kB | 58 kB Progress (3): 165/185 kB | 22 kB | 58 kB Progress (3): 169/185 kB | 22 kB | 58 kB Progress (3): 173/185 kB | 22 kB | 58 kB Progress (3): 177/185 kB | 22 kB | 58 kB Progress (3): 181/185 kB | 22 kB | 58 kB Progress (3): 185 kB | 22 kB | 58 kB Progress (4): 185 kB | 22 kB | 58 kB | 4.1/180 kB Progress (4): 185 kB | 22 kB | 58 kB | 7.7/180 kB Progress (4): 185 kB | 22 kB | 58 kB | 12/180 kB Progress (4): 185 kB | 22 kB | 58 kB | 16/180 kB Progress (4): 185 kB | 22 kB | 58 kB | 20/180 kB Progress (4): 185 kB | 22 kB | 58 kB | 24/180 kB Progress (4): 185 kB | 22 kB | 58 kB | 28/180 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar (22 kB at 253 kB/s) Progress (3): 185 kB | 58 kB | 32/180 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar (58 kB at 678 kB/s) Progress (2): 185 kB | 33/180 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar Progress (2): 185 kB | 37/180 kB Progress (2): 185 kB | 41/180 kB Progress (2): 185 kB | 45/180 kB Progress (2): 185 kB | 49/180 kB Progress (2): 185 kB | 53/180 kB Progress (2): 185 kB | 57/180 kB Progress (2): 185 kB | 61/180 kB Progress (2): 185 kB | 65/180 kB Progress (2): 185 kB | 69/180 kB Progress (2): 185 kB | 73/180 kB Progress (2): 185 kB | 77/180 kB Progress (2): 185 kB | 81/180 kB Progress (2): 185 kB | 85/180 kB Progress (2): 185 kB | 89/180 kB Progress (2): 185 kB | 93/180 kB Progress (2): 185 kB | 97/180 kB Progress (2): 185 kB | 101/180 kB Progress (2): 185 kB | 105/180 kB Progress (2): 185 kB | 109/180 kB Progress (2): 185 kB | 113/180 kB Progress (2): 185 kB | 117/180 kB Progress (2): 185 kB | 121/180 kB Progress (2): 185 kB | 125/180 kB Progress (2): 185 kB | 129/180 kB Progress (2): 185 kB | 133/180 kB Progress (2): 185 kB | 137/180 kB Progress (2): 185 kB | 141/180 kB Progress (2): 185 kB | 145/180 kB Progress (2): 185 kB | 149/180 kB Progress (2): 185 kB | 153/180 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar (185 kB at 2.0 MB/s) Progress (1): 157/180 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar Progress (1): 161/180 kB Progress (1): 165/180 kB Progress (1): 169/180 kB Progress (1): 173/180 kB Progress (1): 177/180 kB Progress (1): 180 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar Progress (1): 4.1/154 kB Progress (1): 7.7/154 kB Progress (1): 12/154 kB Progress (1): 16/154 kB Progress (1): 20/154 kB Progress (1): 24/154 kB Progress (1): 28/154 kB Progress (1): 32/154 kB Progress (1): 33/154 kB Progress (1): 37/154 kB Progress (1): 41/154 kB Progress (1): 45/154 kB Progress (1): 49/154 kB Progress (1): 53/154 kB Progress (1): 57/154 kB Progress (1): 61/154 kB Progress (1): 65/154 kB Progress (1): 66/154 kB Progress (1): 70/154 kB Progress (1): 74/154 kB Progress (1): 78/154 kB Progress (1): 82/154 kB Progress (1): 86/154 kB Progress (1): 90/154 kB Progress (1): 94/154 kB Progress (1): 98/154 kB Progress (1): 98/154 kB Progress (1): 102/154 kB Progress (1): 106/154 kB Progress (1): 110/154 kB Progress (1): 114/154 kB Progress (1): 118/154 kB Progress (1): 122/154 kB Progress (1): 126/154 kB Progress (1): 130/154 kB Progress (2): 130/154 kB | 4.1/40 kB Progress (2): 134/154 kB | 4.1/40 kB Progress (2): 134/154 kB | 7.7/40 kB Progress (2): 138/154 kB | 7.7/40 kB Progress (2): 138/154 kB | 12/40 kB Progress (2): 142/154 kB | 12/40 kB Progress (2): 142/154 kB | 16/40 kB Progress (2): 146/154 kB | 16/40 kB Progress (2): 146/154 kB | 20/40 kB Progress (2): 150/154 kB | 20/40 kB Progress (2): 150/154 kB | 24/40 kB Progress (2): 154 kB | 24/40 kB Progress (2): 154 kB | 28/40 kB Progress (2): 154 kB | 32/40 kB Progress (2): 154 kB | 36/40 kB Progress (2): 154 kB | 40/40 kB Progress (2): 154 kB | 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar (40 kB at 329 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 (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (2): 0/1.2 MB | 4.1/11 kB Progress (2): 0/1.2 MB | 7.7/11 kB Progress (2): 0.1/1.2 MB | 7.7/11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (2): 0.1/1.2 MB | 11 kB Progress (3): 0.1/1.2 MB | 11 kB | 4.1/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 4.1/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 7.7/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 7.7/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 12/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 16/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 16/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 20/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 20/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 24/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 28/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 28/293 kB Progress (3): 0.1/1.2 MB | 11 kB | 32/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 32/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 33/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 37/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 41/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 41/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 45/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 45/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 49/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 53/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 53/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 57/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 57/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 61/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 65/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 66/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 66/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 70/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 70/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 74/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 78/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 78/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 82/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 82/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 86/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 90/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 90/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 94/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 94/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 98/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 98/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 98/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 102/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 102/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 106/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 106/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 110/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 110/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 114/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 114/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 118/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 118/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 122/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 122/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 126/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 126/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 130/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 131/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 131/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 135/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 135/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 139/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 139/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 143/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 143/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 147/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 151/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 151/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 155/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 155/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 159/293 kB Progress (3): 0.2/1.2 MB | 11 kB | 163/293 kB Progress (3): 0.3/1.2 MB | 11 kB | 163/293 kB Progress (3): 0.3/1.2 MB | 11 kB | 164/293 kB Progress (3): 0.3/1.2 MB | 11 kB | 164/293 kB Progress (3): 0.3/1.2 MB | 11 kB | 168/293 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar (11 kB at 78 kB/s) Progress (2): 0.3/1.2 MB | 168/293 kB Progress (2): 0.3/1.2 MB | 172/293 kB 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 (2): 0.3/1.2 MB | 176/293 kB Progress (2): 0.3/1.2 MB | 176/293 kB Progress (2): 0.3/1.2 MB | 180/293 kB Progress (2): 0.3/1.2 MB | 180/293 kB Progress (2): 0.3/1.2 MB | 184/293 kB Progress (2): 0.3/1.2 MB | 184/293 kB Progress (2): 0.3/1.2 MB | 188/293 kB Progress (2): 0.3/1.2 MB | 188/293 kB Progress (2): 0.3/1.2 MB | 192/293 kB Progress (2): 0.3/1.2 MB | 192/293 kB Progress (2): 0.3/1.2 MB | 196/293 kB Progress (2): 0.3/1.2 MB | 200/293 kB Progress (2): 0.3/1.2 MB | 200/293 kB Progress (2): 0.3/1.2 MB | 204/293 kB Progress (2): 0.3/1.2 MB | 204/293 kB Progress (2): 0.3/1.2 MB | 208/293 kB Progress (2): 0.3/1.2 MB | 212/293 kB Progress (2): 0.3/1.2 MB | 212/293 kB Progress (2): 0.3/1.2 MB | 216/293 kB Progress (2): 0.3/1.2 MB | 216/293 kB Progress (2): 0.3/1.2 MB | 220/293 kB Progress (2): 0.3/1.2 MB | 220/293 kB Progress (2): 0.3/1.2 MB | 224/293 kB Progress (2): 0.3/1.2 MB | 224/293 kB Progress (2): 0.3/1.2 MB | 228/293 kB Progress (2): 0.3/1.2 MB | 228/293 kB Progress (2): 0.3/1.2 MB | 232/293 kB Progress (2): 0.3/1.2 MB | 232/293 kB Progress (2): 0.3/1.2 MB | 236/293 kB Progress (2): 0.3/1.2 MB | 236/293 kB Progress (2): 0.3/1.2 MB | 240/293 kB Progress (2): 0.3/1.2 MB | 240/293 kB Progress (2): 0.3/1.2 MB | 244/293 kB Progress (2): 0.3/1.2 MB | 244/293 kB Progress (2): 0.3/1.2 MB | 248/293 kB Progress (2): 0.3/1.2 MB | 248/293 kB Progress (2): 0.3/1.2 MB | 252/293 kB Progress (2): 0.3/1.2 MB | 256/293 kB Progress (2): 0.3/1.2 MB | 256/293 kB Progress (2): 0.3/1.2 MB | 260/293 kB Progress (2): 0.3/1.2 MB | 260/293 kB Progress (2): 0.3/1.2 MB | 262/293 kB Progress (2): 0.3/1.2 MB | 262/293 kB Progress (2): 0.3/1.2 MB | 266/293 kB Progress (2): 0.3/1.2 MB | 266/293 kB Progress (2): 0.3/1.2 MB | 270/293 kB Progress (2): 0.3/1.2 MB | 274/293 kB Progress (2): 0.3/1.2 MB | 274/293 kB Progress (2): 0.3/1.2 MB | 278/293 kB Progress (2): 0.4/1.2 MB | 278/293 kB Progress (2): 0.4/1.2 MB | 282/293 kB Progress (2): 0.4/1.2 MB | 286/293 kB Progress (2): 0.4/1.2 MB | 286/293 kB Progress (2): 0.4/1.2 MB | 290/293 kB Progress (2): 0.4/1.2 MB | 290/293 kB Progress (2): 0.4/1.2 MB | 293 kB Progress (2): 0.4/1.2 MB | 293 kB Progress (2): 0.4/1.2 MB | 293 kB Progress (2): 0.4/1.2 MB | 293 kB Progress (2): 0.4/1.2 MB | 293 kB Progress (2): 0.4/1.2 MB | 293 kB Progress (2): 0.4/1.2 MB | 293 kB Progress (2): 0.4/1.2 MB | 293 kB Progress (2): 0.4/1.2 MB | 293 kB Progress (3): 0.4/1.2 MB | 293 kB | 4.1/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 7.7/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 7.7/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 12/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 12/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 16/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 16/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 20/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 20/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 24/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 28/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 28/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 32/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 32/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 33/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 33/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 37/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 37/173 kB Progress (3): 0.4/1.2 MB | 293 kB | 41/173 kB Progress (4): 0.4/1.2 MB | 293 kB | 41/173 kB | 4.1/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 45/173 kB | 4.1/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 45/173 kB | 7.7/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 45/173 kB | 7.7/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 45/173 kB | 12/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 49/173 kB | 12/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 49/173 kB | 16/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 49/173 kB | 16/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 53/173 kB | 16/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 57/173 kB | 16/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 57/173 kB | 20/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 57/173 kB | 20/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 57/173 kB | 24/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 61/173 kB | 24/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 61/173 kB | 24/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 65/173 kB | 24/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 65/173 kB | 28/52 kB Progress (4): 0.4/1.2 MB | 293 kB | 66/173 kB | 28/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 1.8 MB/s) Progress (3): 0.4/1.2 MB | 66/173 kB | 32/52 kB Progress (3): 0.4/1.2 MB | 66/173 kB | 32/52 kB Progress (3): 0.4/1.2 MB | 66/173 kB | 36/52 kB 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): 0.4/1.2 MB | 70/173 kB | 36/52 kB Progress (3): 0.4/1.2 MB | 70/173 kB | 40/52 kB Progress (3): 0.4/1.2 MB | 70/173 kB | 40/52 kB Progress (3): 0.4/1.2 MB | 70/173 kB | 44/52 kB Progress (3): 0.4/1.2 MB | 74/173 kB | 44/52 kB Progress (3): 0.4/1.2 MB | 74/173 kB | 48/52 kB Progress (3): 0.5/1.2 MB | 74/173 kB | 48/52 kB Progress (3): 0.5/1.2 MB | 74/173 kB | 52/52 kB Progress (3): 0.5/1.2 MB | 78/173 kB | 52/52 kB Progress (3): 0.5/1.2 MB | 78/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 78/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 82/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 86/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 86/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 86/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 86/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 86/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 86/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 90/173 kB | 52 kB Progress (3): 0.5/1.2 MB | 94/173 kB | 52 kB Progress (4): 0.5/1.2 MB | 94/173 kB | 52 kB | 4.1/11 kB Progress (4): 0.5/1.2 MB | 98/173 kB | 52 kB | 4.1/11 kB Progress (4): 0.5/1.2 MB | 98/173 kB | 52 kB | 4.1/11 kB Progress (4): 0.5/1.2 MB | 98/173 kB | 52 kB | 7.7/11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar (52 kB at 239 kB/s) Progress (3): 0.5/1.2 MB | 98/173 kB | 7.7/11 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar Progress (3): 0.5/1.2 MB | 98/173 kB | 11 kB Progress (3): 0.5/1.2 MB | 98/173 kB | 11 kB Progress (4): 0.5/1.2 MB | 98/173 kB | 11 kB | 4.1/47 kB Progress (4): 0.5/1.2 MB | 98/173 kB | 11 kB | 4.1/47 kB Progress (4): 0.5/1.2 MB | 102/173 kB | 11 kB | 4.1/47 kB Progress (4): 0.5/1.2 MB | 102/173 kB | 11 kB | 7.7/47 kB Progress (4): 0.5/1.2 MB | 106/173 kB | 11 kB | 7.7/47 kB Progress (4): 0.5/1.2 MB | 106/173 kB | 11 kB | 7.7/47 kB Progress (4): 0.5/1.2 MB | 106/173 kB | 11 kB | 12/47 kB Progress (4): 0.5/1.2 MB | 106/173 kB | 11 kB | 12/47 kB Progress (4): 0.5/1.2 MB | 110/173 kB | 11 kB | 12/47 kB Progress (4): 0.5/1.2 MB | 110/173 kB | 11 kB | 16/47 kB Progress (4): 0.5/1.2 MB | 114/173 kB | 11 kB | 16/47 kB Progress (4): 0.5/1.2 MB | 114/173 kB | 11 kB | 16/47 kB Progress (4): 0.5/1.2 MB | 114/173 kB | 11 kB | 20/47 kB Progress (4): 0.5/1.2 MB | 118/173 kB | 11 kB | 20/47 kB Progress (4): 0.5/1.2 MB | 118/173 kB | 11 kB | 20/47 kB Progress (4): 0.5/1.2 MB | 122/173 kB | 11 kB | 20/47 kB Progress (4): 0.5/1.2 MB | 122/173 kB | 11 kB | 24/47 kB Progress (4): 0.5/1.2 MB | 122/173 kB | 11 kB | 24/47 kB Progress (4): 0.5/1.2 MB | 126/173 kB | 11 kB | 24/47 kB Progress (4): 0.5/1.2 MB | 126/173 kB | 11 kB | 28/47 kB Progress (4): 0.5/1.2 MB | 126/173 kB | 11 kB | 28/47 kB Progress (4): 0.5/1.2 MB | 126/173 kB | 11 kB | 32/47 kB Progress (4): 0.5/1.2 MB | 130/173 kB | 11 kB | 32/47 kB Progress (4): 0.5/1.2 MB | 131/173 kB | 11 kB | 32/47 kB Progress (4): 0.5/1.2 MB | 131/173 kB | 11 kB | 32/47 kB Progress (4): 0.5/1.2 MB | 131/173 kB | 11 kB | 36/47 kB Progress (4): 0.5/1.2 MB | 131/173 kB | 11 kB | 36/47 kB Progress (4): 0.5/1.2 MB | 135/173 kB | 11 kB | 36/47 kB Progress (4): 0.5/1.2 MB | 135/173 kB | 11 kB | 40/47 kB Progress (4): 0.5/1.2 MB | 135/173 kB | 11 kB | 40/47 kB Progress (4): 0.5/1.2 MB | 135/173 kB | 11 kB | 44/47 kB Progress (4): 0.5/1.2 MB | 139/173 kB | 11 kB | 44/47 kB Progress (4): 0.5/1.2 MB | 139/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 139/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 143/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 143/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 147/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 147/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 151/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 151/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 155/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 155/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 159/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 163/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 163/173 kB | 11 kB | 47 kB Progress (4): 0.5/1.2 MB | 167/173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 167/173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 171/173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 171/173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.6/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Progress (4): 0.7/1.2 MB | 173 kB | 11 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar (11 kB at 48 kB/s) 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 736 kB/s) Progress (2): 0.7/1.2 MB | 47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar Progress (2): 0.7/1.2 MB | 47 kB Progress (2): 0.7/1.2 MB | 47 kB Progress (2): 0.7/1.2 MB | 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 197 kB/s) Progress (1): 0.7/1.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (2): 1.0/1.2 MB | 4.1/11 kB Progress (2): 1.0/1.2 MB | 4.1/11 kB Progress (2): 1.0/1.2 MB | 4.1/11 kB Progress (2): 1.0/1.2 MB | 7.7/11 kB Progress (2): 1.0/1.2 MB | 7.7/11 kB Progress (2): 1.0/1.2 MB | 7.7/11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.0/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Progress (2): 1.1/1.2 MB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 42 kB/s) Progress (1): 1.2/1.2 MB 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 (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2 MB Progress (2): 1.2 MB | 4.1/575 kB Progress (2): 1.2 MB | 7.7/575 kB Progress (2): 1.2 MB | 12/575 kB Progress (2): 1.2 MB | 16/575 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 4.7 MB/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 Progress (1): 20/575 kB Progress (2): 20/575 kB | 4.1/38 kB Progress (2): 24/575 kB | 4.1/38 kB Progress (2): 24/575 kB | 7.7/38 kB Progress (3): 24/575 kB | 7.7/38 kB | 4.1/60 kB Progress (3): 28/575 kB | 7.7/38 kB | 4.1/60 kB Progress (4): 28/575 kB | 7.7/38 kB | 4.1/60 kB | 4.1/15 kB Progress (4): 32/575 kB | 7.7/38 kB | 4.1/60 kB | 4.1/15 kB Progress (4): 32/575 kB | 7.7/38 kB | 4.1/60 kB | 7.7/15 kB Progress (4): 32/575 kB | 7.7/38 kB | 7.7/60 kB | 7.7/15 kB Progress (4): 32/575 kB | 12/38 kB | 7.7/60 kB | 7.7/15 kB Progress (4): 32/575 kB | 12/38 kB | 12/60 kB | 7.7/15 kB Progress (4): 32/575 kB | 12/38 kB | 12/60 kB | 12/15 kB Progress (4): 36/575 kB | 12/38 kB | 12/60 kB | 12/15 kB Progress (4): 36/575 kB | 12/38 kB | 12/60 kB | 15 kB Progress (4): 36/575 kB | 12/38 kB | 16/60 kB | 15 kB Progress (4): 36/575 kB | 16/38 kB | 16/60 kB | 15 kB Progress (4): 40/575 kB | 16/38 kB | 16/60 kB | 15 kB Progress (4): 40/575 kB | 20/38 kB | 16/60 kB | 15 kB Progress (4): 40/575 kB | 20/38 kB | 20/60 kB | 15 kB Progress (4): 40/575 kB | 24/38 kB | 20/60 kB | 15 kB Progress (4): 44/575 kB | 24/38 kB | 20/60 kB | 15 kB Progress (4): 44/575 kB | 28/38 kB | 20/60 kB | 15 kB Progress (4): 44/575 kB | 28/38 kB | 24/60 kB | 15 kB Progress (4): 44/575 kB | 32/38 kB | 24/60 kB | 15 kB Progress (4): 48/575 kB | 32/38 kB | 24/60 kB | 15 kB Progress (4): 48/575 kB | 33/38 kB | 24/60 kB | 15 kB Progress (4): 48/575 kB | 33/38 kB | 28/60 kB | 15 kB Progress (4): 48/575 kB | 37/38 kB | 28/60 kB | 15 kB Progress (4): 52/575 kB | 37/38 kB | 28/60 kB | 15 kB Progress (4): 52/575 kB | 38 kB | 28/60 kB | 15 kB Progress (4): 52/575 kB | 38 kB | 32/60 kB | 15 kB Progress (4): 56/575 kB | 38 kB | 32/60 kB | 15 kB Progress (4): 56/575 kB | 38 kB | 33/60 kB | 15 kB Progress (4): 60/575 kB | 38 kB | 33/60 kB | 15 kB Progress (4): 60/575 kB | 38 kB | 37/60 kB | 15 kB Progress (4): 64/575 kB | 38 kB | 37/60 kB | 15 kB Progress (4): 64/575 kB | 38 kB | 41/60 kB | 15 kB Progress (4): 68/575 kB | 38 kB | 41/60 kB | 15 kB Progress (4): 68/575 kB | 38 kB | 45/60 kB | 15 kB Progress (4): 72/575 kB | 38 kB | 45/60 kB | 15 kB Progress (4): 72/575 kB | 38 kB | 49/60 kB | 15 kB Progress (4): 76/575 kB | 38 kB | 49/60 kB | 15 kB Progress (4): 76/575 kB | 38 kB | 53/60 kB | 15 kB Progress (4): 80/575 kB | 38 kB | 53/60 kB | 15 kB Progress (4): 80/575 kB | 38 kB | 57/60 kB | 15 kB Progress (4): 84/575 kB | 38 kB | 57/60 kB | 15 kB Progress (4): 84/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 88/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 92/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 96/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 100/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 104/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 108/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 112/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 116/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 120/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 124/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 128/575 kB | 38 kB | 60 kB | 15 kB Progress (4): 132/575 kB | 38 kB | 60 kB | 15 kB Progress (5): 132/575 kB | 38 kB | 60 kB | 15 kB | 4.1/12 kB Progress (5): 136/575 kB | 38 kB | 60 kB | 15 kB | 4.1/12 kB Progress (5): 136/575 kB | 38 kB | 60 kB | 15 kB | 7.7/12 kB Progress (5): 140/575 kB | 38 kB | 60 kB | 15 kB | 7.7/12 kB Progress (5): 140/575 kB | 38 kB | 60 kB | 15 kB | 12/12 kB Progress (5): 144/575 kB | 38 kB | 60 kB | 15 kB | 12/12 kB Progress (5): 144/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 148/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 152/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 156/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 160/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 164/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 168/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 172/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 176/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 180/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 184/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 188/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 192/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 196/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Progress (5): 200/575 kB | 38 kB | 60 kB | 15 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar (15 kB at 46 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar (38 kB at 114 kB/s) Progress (3): 204/575 kB | 60 kB | 12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Progress (3): 208/575 kB | 60 kB | 12 kB Progress (3): 212/575 kB | 60 kB | 12 kB Progress (3): 216/575 kB | 60 kB | 12 kB Progress (3): 220/575 kB | 60 kB | 12 kB Progress (3): 224/575 kB | 60 kB | 12 kB Progress (3): 228/575 kB | 60 kB | 12 kB Progress (3): 232/575 kB | 60 kB | 12 kB Progress (3): 236/575 kB | 60 kB | 12 kB Progress (3): 240/575 kB | 60 kB | 12 kB Progress (3): 244/575 kB | 60 kB | 12 kB Progress (3): 248/575 kB | 60 kB | 12 kB Progress (3): 252/575 kB | 60 kB | 12 kB Progress (3): 256/575 kB | 60 kB | 12 kB Progress (3): 260/575 kB | 60 kB | 12 kB Progress (3): 264/575 kB | 60 kB | 12 kB Progress (3): 268/575 kB | 60 kB | 12 kB Progress (3): 272/575 kB | 60 kB | 12 kB Progress (3): 276/575 kB | 60 kB | 12 kB Progress (3): 280/575 kB | 60 kB | 12 kB Progress (3): 284/575 kB | 60 kB | 12 kB Progress (3): 288/575 kB | 60 kB | 12 kB Progress (3): 292/575 kB | 60 kB | 12 kB Progress (3): 296/575 kB | 60 kB | 12 kB Progress (3): 300/575 kB | 60 kB | 12 kB Progress (3): 304/575 kB | 60 kB | 12 kB Progress (3): 308/575 kB | 60 kB | 12 kB Progress (3): 312/575 kB | 60 kB | 12 kB Progress (3): 316/575 kB | 60 kB | 12 kB Progress (3): 320/575 kB | 60 kB | 12 kB Progress (3): 324/575 kB | 60 kB | 12 kB Progress (3): 328/575 kB | 60 kB | 12 kB Progress (3): 332/575 kB | 60 kB | 12 kB Progress (3): 336/575 kB | 60 kB | 12 kB Progress (3): 340/575 kB | 60 kB | 12 kB Progress (3): 344/575 kB | 60 kB | 12 kB Progress (3): 348/575 kB | 60 kB | 12 kB Progress (3): 352/575 kB | 60 kB | 12 kB Progress (3): 356/575 kB | 60 kB | 12 kB Progress (3): 360/575 kB | 60 kB | 12 kB Progress (3): 364/575 kB | 60 kB | 12 kB Progress (3): 368/575 kB | 60 kB | 12 kB Progress (3): 372/575 kB | 60 kB | 12 kB Progress (3): 376/575 kB | 60 kB | 12 kB Progress (3): 380/575 kB | 60 kB | 12 kB Progress (3): 384/575 kB | 60 kB | 12 kB Progress (3): 388/575 kB | 60 kB | 12 kB Progress (3): 392/575 kB | 60 kB | 12 kB Progress (3): 396/575 kB | 60 kB | 12 kB Progress (3): 400/575 kB | 60 kB | 12 kB Progress (3): 404/575 kB | 60 kB | 12 kB Progress (3): 408/575 kB | 60 kB | 12 kB Progress (3): 412/575 kB | 60 kB | 12 kB Progress (3): 416/575 kB | 60 kB | 12 kB Progress (3): 420/575 kB | 60 kB | 12 kB Progress (3): 424/575 kB | 60 kB | 12 kB Progress (3): 428/575 kB | 60 kB | 12 kB Progress (3): 432/575 kB | 60 kB | 12 kB Progress (3): 436/575 kB | 60 kB | 12 kB Progress (3): 440/575 kB | 60 kB | 12 kB Progress (3): 444/575 kB | 60 kB | 12 kB Progress (3): 448/575 kB | 60 kB | 12 kB Progress (3): 452/575 kB | 60 kB | 12 kB Progress (3): 456/575 kB | 60 kB | 12 kB Progress (3): 460/575 kB | 60 kB | 12 kB Progress (3): 464/575 kB | 60 kB | 12 kB Progress (3): 468/575 kB | 60 kB | 12 kB Progress (3): 472/575 kB | 60 kB | 12 kB Progress (3): 476/575 kB | 60 kB | 12 kB Progress (3): 480/575 kB | 60 kB | 12 kB Progress (3): 484/575 kB | 60 kB | 12 kB Progress (3): 488/575 kB | 60 kB | 12 kB Progress (3): 492/575 kB | 60 kB | 12 kB Progress (3): 496/575 kB | 60 kB | 12 kB Progress (3): 500/575 kB | 60 kB | 12 kB Progress (3): 504/575 kB | 60 kB | 12 kB Progress (3): 508/575 kB | 60 kB | 12 kB Progress (3): 512/575 kB | 60 kB | 12 kB Progress (3): 516/575 kB | 60 kB | 12 kB Progress (3): 520/575 kB | 60 kB | 12 kB Progress (3): 524/575 kB | 60 kB | 12 kB Progress (3): 528/575 kB | 60 kB | 12 kB Progress (3): 532/575 kB | 60 kB | 12 kB Progress (3): 536/575 kB | 60 kB | 12 kB Progress (3): 540/575 kB | 60 kB | 12 kB Progress (3): 544/575 kB | 60 kB | 12 kB Progress (3): 548/575 kB | 60 kB | 12 kB Progress (3): 552/575 kB | 60 kB | 12 kB Progress (3): 556/575 kB | 60 kB | 12 kB Progress (3): 560/575 kB | 60 kB | 12 kB Progress (3): 564/575 kB | 60 kB | 12 kB Progress (3): 568/575 kB | 60 kB | 12 kB Progress (3): 572/575 kB | 60 kB | 12 kB Progress (3): 575 kB | 60 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar (60 kB at 171 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar 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 35 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar 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 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (1): 4.1/88 kB Progress (1): 7.7/88 kB Progress (1): 12/88 kB Progress (1): 16/88 kB Progress (1): 20/88 kB Progress (1): 24/88 kB Progress (1): 28/88 kB Progress (1): 32/88 kB Progress (1): 33/88 kB Progress (2): 33/88 kB | 4.1/156 kB Progress (2): 33/88 kB | 7.7/156 kB Progress (2): 33/88 kB | 12/156 kB Progress (3): 33/88 kB | 12/156 kB | 4.1/49 kB Progress (3): 33/88 kB | 16/156 kB | 4.1/49 kB Progress (3): 33/88 kB | 16/156 kB | 7.7/49 kB Progress (3): 33/88 kB | 16/156 kB | 12/49 kB Progress (3): 33/88 kB | 16/156 kB | 16/49 kB Progress (3): 33/88 kB | 20/156 kB | 16/49 kB Progress (3): 33/88 kB | 20/156 kB | 20/49 kB Progress (3): 33/88 kB | 24/156 kB | 20/49 kB Progress (3): 33/88 kB | 24/156 kB | 24/49 kB Progress (3): 33/88 kB | 28/156 kB | 24/49 kB Progress (3): 33/88 kB | 28/156 kB | 28/49 kB Progress (3): 33/88 kB | 32/156 kB | 28/49 kB Progress (3): 33/88 kB | 32/156 kB | 32/49 kB Progress (3): 33/88 kB | 36/156 kB | 32/49 kB Progress (3): 33/88 kB | 36/156 kB | 36/49 kB Progress (3): 33/88 kB | 40/156 kB | 36/49 kB Progress (3): 33/88 kB | 40/156 kB | 40/49 kB Progress (3): 33/88 kB | 44/156 kB | 40/49 kB Progress (3): 33/88 kB | 44/156 kB | 44/49 kB Progress (3): 33/88 kB | 48/156 kB | 44/49 kB Progress (3): 33/88 kB | 48/156 kB | 48/49 kB Progress (3): 33/88 kB | 52/156 kB | 48/49 kB Progress (3): 37/88 kB | 52/156 kB | 48/49 kB Progress (4): 37/88 kB | 52/156 kB | 48/49 kB | 4.1/26 kB Progress (4): 37/88 kB | 56/156 kB | 48/49 kB | 4.1/26 kB Progress (4): 37/88 kB | 56/156 kB | 49 kB | 4.1/26 kB Progress (4): 37/88 kB | 56/156 kB | 49 kB | 7.7/26 kB Progress (4): 41/88 kB | 56/156 kB | 49 kB | 7.7/26 kB Progress (4): 41/88 kB | 60/156 kB | 49 kB | 7.7/26 kB Progress (4): 41/88 kB | 60/156 kB | 49 kB | 12/26 kB Progress (4): 41/88 kB | 64/156 kB | 49 kB | 12/26 kB Progress (4): 45/88 kB | 64/156 kB | 49 kB | 12/26 kB Progress (4): 45/88 kB | 64/156 kB | 49 kB | 16/26 kB Progress (4): 49/88 kB | 64/156 kB | 49 kB | 16/26 kB Progress (4): 49/88 kB | 68/156 kB | 49 kB | 16/26 kB Progress (4): 49/88 kB | 68/156 kB | 49 kB | 20/26 kB Progress (4): 49/88 kB | 72/156 kB | 49 kB | 20/26 kB Progress (4): 53/88 kB | 72/156 kB | 49 kB | 20/26 kB Progress (4): 53/88 kB | 72/156 kB | 49 kB | 24/26 kB Progress (4): 53/88 kB | 76/156 kB | 49 kB | 24/26 kB Progress (4): 57/88 kB | 76/156 kB | 49 kB | 24/26 kB Progress (4): 57/88 kB | 80/156 kB | 49 kB | 24/26 kB Progress (5): 57/88 kB | 80/156 kB | 49 kB | 24/26 kB | 4.1/35 kB Progress (5): 57/88 kB | 80/156 kB | 49 kB | 26 kB | 4.1/35 kB Progress (5): 57/88 kB | 80/156 kB | 49 kB | 26 kB | 7.7/35 kB Progress (5): 57/88 kB | 84/156 kB | 49 kB | 26 kB | 7.7/35 kB Progress (5): 61/88 kB | 84/156 kB | 49 kB | 26 kB | 7.7/35 kB Progress (5): 61/88 kB | 88/156 kB | 49 kB | 26 kB | 7.7/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 129 kB/s) Progress (4): 61/88 kB | 88/156 kB | 26 kB | 12/35 kB Progress (4): 61/88 kB | 88/156 kB | 26 kB | 16/35 kB Progress (4): 61/88 kB | 88/156 kB | 26 kB | 20/35 kB Progress (4): 61/88 kB | 88/156 kB | 26 kB | 24/35 kB Progress (4): 61/88 kB | 88/156 kB | 26 kB | 28/35 kB Progress (4): 61/88 kB | 88/156 kB | 26 kB | 32/35 kB Progress (4): 61/88 kB | 88/156 kB | 26 kB | 35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (4): 61/88 kB | 92/156 kB | 26 kB | 35 kB Progress (4): 65/88 kB | 92/156 kB | 26 kB | 35 kB Progress (4): 65/88 kB | 96/156 kB | 26 kB | 35 kB Progress (4): 66/88 kB | 96/156 kB | 26 kB | 35 kB Progress (4): 66/88 kB | 100/156 kB | 26 kB | 35 kB Progress (4): 70/88 kB | 100/156 kB | 26 kB | 35 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 61 kB/s) Progress (3): 70/88 kB | 104/156 kB | 35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (3): 74/88 kB | 104/156 kB | 35 kB Progress (3): 74/88 kB | 108/156 kB | 35 kB Progress (3): 78/88 kB | 108/156 kB | 35 kB Progress (3): 78/88 kB | 112/156 kB | 35 kB Progress (3): 82/88 kB | 112/156 kB | 35 kB Progress (3): 82/88 kB | 116/156 kB | 35 kB Progress (3): 86/88 kB | 116/156 kB | 35 kB Progress (3): 86/88 kB | 120/156 kB | 35 kB Progress (3): 88 kB | 120/156 kB | 35 kB Progress (3): 88 kB | 124/156 kB | 35 kB Progress (3): 88 kB | 128/156 kB | 35 kB Progress (3): 88 kB | 132/156 kB | 35 kB Progress (3): 88 kB | 136/156 kB | 35 kB Progress (3): 88 kB | 140/156 kB | 35 kB Progress (3): 88 kB | 144/156 kB | 35 kB Progress (3): 88 kB | 148/156 kB | 35 kB Progress (3): 88 kB | 152/156 kB | 35 kB Progress (3): 88 kB | 156/156 kB | 35 kB Progress (3): 88 kB | 156 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 82 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 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 204 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 363 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.jar Progress (1): 4.1/39 kB Progress (1): 7.7/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 24/39 kB Progress (1): 28/39 kB Progress (1): 32/39 kB Progress (1): 36/39 kB Progress (1): 39 kB Progress (2): 39 kB | 4.1/30 kB Progress (2): 39 kB | 7.7/30 kB Progress (2): 39 kB | 12/30 kB Progress (2): 39 kB | 16/30 kB Progress (2): 39 kB | 20/30 kB Progress (2): 39 kB | 24/30 kB Progress (2): 39 kB | 28/30 kB Progress (2): 39 kB | 30 kB Progress (3): 39 kB | 30 kB | 4.1/51 kB Progress (3): 39 kB | 30 kB | 7.7/51 kB Progress (3): 39 kB | 30 kB | 12/51 kB Progress (3): 39 kB | 30 kB | 16/51 kB Progress (3): 39 kB | 30 kB | 20/51 kB Progress (3): 39 kB | 30 kB | 24/51 kB Progress (3): 39 kB | 30 kB | 28/51 kB Progress (3): 39 kB | 30 kB | 32/51 kB Progress (3): 39 kB | 30 kB | 36/51 kB Progress (3): 39 kB | 30 kB | 40/51 kB Progress (3): 39 kB | 30 kB | 44/51 kB Progress (3): 39 kB | 30 kB | 48/51 kB Progress (3): 39 kB | 30 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 88 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 66 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 113 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.jar Progress (1): 4.1/68 kB Progress (1): 7.7/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (2): 24/68 kB | 4.1/250 kB Progress (2): 24/68 kB | 7.7/250 kB Progress (2): 28/68 kB | 7.7/250 kB Progress (2): 32/68 kB | 7.7/250 kB Progress (2): 32/68 kB | 12/250 kB Progress (2): 33/68 kB | 12/250 kB Progress (2): 33/68 kB | 16/250 kB Progress (2): 37/68 kB | 16/250 kB Progress (2): 37/68 kB | 20/250 kB Progress (2): 41/68 kB | 20/250 kB Progress (2): 41/68 kB | 24/250 kB Progress (2): 45/68 kB | 24/250 kB Progress (2): 45/68 kB | 28/250 kB Progress (2): 49/68 kB | 28/250 kB Progress (2): 49/68 kB | 32/250 kB Progress (2): 49/68 kB | 33/250 kB Progress (2): 53/68 kB | 33/250 kB Progress (2): 57/68 kB | 33/250 kB Progress (2): 57/68 kB | 37/250 kB Progress (2): 57/68 kB | 41/250 kB Progress (2): 61/68 kB | 41/250 kB Progress (2): 65/68 kB | 41/250 kB Progress (2): 65/68 kB | 45/250 kB Progress (2): 68 kB | 45/250 kB Progress (2): 68 kB | 49/250 kB Progress (2): 68 kB | 53/250 kB Progress (2): 68 kB | 57/250 kB Progress (2): 68 kB | 61/250 kB Progress (2): 68 kB | 65/250 kB Progress (2): 68 kB | 69/250 kB Progress (2): 68 kB | 73/250 kB Progress (2): 68 kB | 77/250 kB Progress (2): 68 kB | 81/250 kB Progress (2): 68 kB | 85/250 kB Progress (2): 68 kB | 89/250 kB Progress (2): 68 kB | 93/250 kB Progress (3): 68 kB | 93/250 kB | 4.1/332 kB Progress (3): 68 kB | 97/250 kB | 4.1/332 kB Progress (3): 68 kB | 97/250 kB | 7.7/332 kB Progress (3): 68 kB | 101/250 kB | 7.7/332 kB Progress (3): 68 kB | 105/250 kB | 7.7/332 kB Progress (3): 68 kB | 105/250 kB | 12/332 kB Progress (3): 68 kB | 109/250 kB | 12/332 kB Progress (3): 68 kB | 109/250 kB | 16/332 kB Progress (3): 68 kB | 113/250 kB | 16/332 kB Progress (3): 68 kB | 113/250 kB | 20/332 kB Progress (3): 68 kB | 117/250 kB | 20/332 kB Progress (3): 68 kB | 117/250 kB | 24/332 kB Progress (3): 68 kB | 121/250 kB | 24/332 kB Progress (3): 68 kB | 121/250 kB | 28/332 kB Progress (3): 68 kB | 125/250 kB | 28/332 kB Progress (3): 68 kB | 125/250 kB | 32/332 kB Progress (3): 68 kB | 129/250 kB | 32/332 kB Progress (3): 68 kB | 129/250 kB | 36/332 kB Progress (3): 68 kB | 133/250 kB | 36/332 kB Progress (3): 68 kB | 133/250 kB | 40/332 kB Progress (3): 68 kB | 137/250 kB | 40/332 kB Progress (3): 68 kB | 137/250 kB | 44/332 kB Progress (3): 68 kB | 141/250 kB | 44/332 kB Progress (3): 68 kB | 141/250 kB | 48/332 kB Progress (3): 68 kB | 145/250 kB | 48/332 kB Progress (3): 68 kB | 145/250 kB | 52/332 kB Progress (3): 68 kB | 149/250 kB | 52/332 kB Progress (3): 68 kB | 149/250 kB | 56/332 kB Progress (3): 68 kB | 153/250 kB | 56/332 kB Progress (3): 68 kB | 153/250 kB | 60/332 kB Progress (3): 68 kB | 157/250 kB | 60/332 kB Progress (3): 68 kB | 157/250 kB | 64/332 kB Progress (3): 68 kB | 161/250 kB | 64/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 146 kB/s) Progress (2): 165/250 kB | 64/332 kB Progress (2): 165/250 kB | 68/332 kB Progress (2): 169/250 kB | 68/332 kB 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 Progress (2): 173/250 kB | 68/332 kB Progress (2): 173/250 kB | 72/332 kB Progress (2): 177/250 kB | 72/332 kB Progress (2): 177/250 kB | 76/332 kB Progress (2): 181/250 kB | 76/332 kB Progress (2): 181/250 kB | 80/332 kB Progress (2): 185/250 kB | 80/332 kB Progress (2): 185/250 kB | 84/332 kB Progress (2): 189/250 kB | 84/332 kB Progress (2): 189/250 kB | 88/332 kB Progress (2): 193/250 kB | 88/332 kB Progress (2): 193/250 kB | 92/332 kB Progress (2): 197/250 kB | 92/332 kB Progress (2): 197/250 kB | 96/332 kB Progress (2): 201/250 kB | 96/332 kB Progress (2): 201/250 kB | 98/332 kB Progress (2): 205/250 kB | 98/332 kB Progress (2): 209/250 kB | 98/332 kB Progress (2): 209/250 kB | 102/332 kB Progress (2): 209/250 kB | 106/332 kB Progress (2): 213/250 kB | 106/332 kB Progress (2): 217/250 kB | 106/332 kB Progress (2): 217/250 kB | 110/332 kB Progress (2): 217/250 kB | 114/332 kB Progress (2): 221/250 kB | 114/332 kB Progress (2): 225/250 kB | 114/332 kB Progress (2): 225/250 kB | 118/332 kB Progress (2): 225/250 kB | 122/332 kB Progress (2): 229/250 kB | 122/332 kB Progress (2): 233/250 kB | 122/332 kB Progress (2): 233/250 kB | 126/332 kB Progress (2): 233/250 kB | 130/332 kB Progress (2): 237/250 kB | 130/332 kB Progress (2): 237/250 kB | 131/332 kB Progress (2): 241/250 kB | 131/332 kB Progress (2): 241/250 kB | 135/332 kB Progress (2): 245/250 kB | 135/332 kB Progress (2): 245/250 kB | 139/332 kB Progress (2): 249/250 kB | 139/332 kB Progress (2): 250 kB | 139/332 kB Progress (2): 250 kB | 143/332 kB Progress (2): 250 kB | 147/332 kB Progress (2): 250 kB | 151/332 kB Progress (2): 250 kB | 155/332 kB Progress (2): 250 kB | 159/332 kB Progress (2): 250 kB | 163/332 kB Progress (2): 250 kB | 164/332 kB Progress (3): 250 kB | 164/332 kB | 4.1/80 kB Progress (3): 250 kB | 168/332 kB | 4.1/80 kB Progress (3): 250 kB | 168/332 kB | 7.7/80 kB Progress (3): 250 kB | 172/332 kB | 7.7/80 kB Progress (3): 250 kB | 172/332 kB | 12/80 kB Progress (3): 250 kB | 172/332 kB | 16/80 kB Progress (3): 250 kB | 176/332 kB | 16/80 kB Progress (3): 250 kB | 176/332 kB | 20/80 kB Progress (3): 250 kB | 180/332 kB | 20/80 kB Progress (3): 250 kB | 180/332 kB | 24/80 kB Progress (3): 250 kB | 184/332 kB | 24/80 kB Progress (3): 250 kB | 184/332 kB | 28/80 kB Progress (3): 250 kB | 188/332 kB | 28/80 kB Progress (3): 250 kB | 188/332 kB | 32/80 kB Progress (3): 250 kB | 188/332 kB | 33/80 kB Progress (3): 250 kB | 192/332 kB | 33/80 kB Progress (3): 250 kB | 192/332 kB | 37/80 kB Progress (3): 250 kB | 192/332 kB | 41/80 kB Progress (3): 250 kB | 196/332 kB | 41/80 kB Progress (3): 250 kB | 196/332 kB | 45/80 kB Progress (3): 250 kB | 197/332 kB | 45/80 kB Progress (3): 250 kB | 197/332 kB | 49/80 kB Progress (3): 250 kB | 201/332 kB | 49/80 kB Progress (3): 250 kB | 201/332 kB | 53/80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 528 kB/s) Progress (2): 205/332 kB | 53/80 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Progress (2): 205/332 kB | 57/80 kB Progress (2): 209/332 kB | 57/80 kB Progress (2): 209/332 kB | 61/80 kB Progress (2): 213/332 kB | 61/80 kB Progress (2): 213/332 kB | 65/80 kB Progress (2): 217/332 kB | 65/80 kB Progress (2): 217/332 kB | 69/80 kB Progress (2): 221/332 kB | 69/80 kB Progress (2): 221/332 kB | 73/80 kB Progress (2): 225/332 kB | 73/80 kB Progress (2): 225/332 kB | 77/80 kB Progress (2): 229/332 kB | 77/80 kB Progress (2): 229/332 kB | 80 kB Progress (2): 229/332 kB | 80 kB Progress (2): 233/332 kB | 80 kB Progress (2): 237/332 kB | 80 kB Progress (2): 241/332 kB | 80 kB Progress (2): 245/332 kB | 80 kB Progress (2): 249/332 kB | 80 kB Progress (2): 253/332 kB | 80 kB Progress (2): 257/332 kB | 80 kB Progress (2): 261/332 kB | 80 kB Progress (2): 262/332 kB | 80 kB Progress (2): 266/332 kB | 80 kB Progress (2): 270/332 kB | 80 kB Progress (3): 270/332 kB | 80 kB | 4.1/46 kB Progress (4): 270/332 kB | 80 kB | 4.1/46 kB | 4.1/17 kB Progress (4): 274/332 kB | 80 kB | 4.1/46 kB | 4.1/17 kB Progress (4): 274/332 kB | 80 kB | 4.1/46 kB | 7.7/17 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 155 kB/s) Progress (3): 274/332 kB | 7.7/46 kB | 7.7/17 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Progress (3): 274/332 kB | 7.7/46 kB | 12/17 kB Progress (3): 278/332 kB | 7.7/46 kB | 12/17 kB Progress (3): 278/332 kB | 7.7/46 kB | 16/17 kB Progress (3): 278/332 kB | 12/46 kB | 16/17 kB Progress (3): 282/332 kB | 12/46 kB | 16/17 kB Progress (3): 282/332 kB | 12/46 kB | 17 kB Progress (3): 286/332 kB | 12/46 kB | 17 kB Progress (3): 286/332 kB | 16/46 kB | 17 kB Progress (3): 290/332 kB | 16/46 kB | 17 kB Progress (3): 290/332 kB | 20/46 kB | 17 kB Progress (3): 294/332 kB | 20/46 kB | 17 kB Progress (3): 294/332 kB | 24/46 kB | 17 kB Progress (3): 295/332 kB | 24/46 kB | 17 kB Progress (3): 295/332 kB | 28/46 kB | 17 kB Progress (3): 299/332 kB | 28/46 kB | 17 kB Progress (3): 299/332 kB | 32/46 kB | 17 kB Progress (3): 303/332 kB | 32/46 kB | 17 kB Progress (3): 303/332 kB | 36/46 kB | 17 kB Progress (3): 307/332 kB | 36/46 kB | 17 kB Progress (3): 307/332 kB | 40/46 kB | 17 kB Progress (3): 311/332 kB | 40/46 kB | 17 kB Progress (3): 311/332 kB | 44/46 kB | 17 kB Progress (3): 315/332 kB | 44/46 kB | 17 kB Progress (3): 315/332 kB | 46 kB | 17 kB Progress (3): 319/332 kB | 46 kB | 17 kB Progress (3): 323/332 kB | 46 kB | 17 kB Progress (3): 327/332 kB | 46 kB | 17 kB Progress (3): 331/332 kB | 46 kB | 17 kB Progress (3): 332 kB | 46 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 31 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.jar (46 kB at 87 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.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 624 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.jar Progress (1): 4.1/91 kB Progress (1): 7.7/91 kB Progress (1): 12/91 kB Progress (1): 16/91 kB Progress (1): 20/91 kB Progress (1): 24/91 kB Progress (1): 28/91 kB Progress (1): 32/91 kB Progress (1): 33/91 kB Progress (1): 37/91 kB Progress (1): 41/91 kB Progress (1): 45/91 kB Progress (1): 49/91 kB Progress (1): 53/91 kB Progress (1): 57/91 kB Progress (1): 61/91 kB Progress (1): 65/91 kB Progress (1): 69/91 kB Progress (1): 73/91 kB Progress (1): 77/91 kB Progress (1): 81/91 kB Progress (1): 85/91 kB Progress (2): 85/91 kB | 4.1/38 kB Progress (2): 89/91 kB | 4.1/38 kB Progress (2): 89/91 kB | 7.7/38 kB Progress (2): 91 kB | 7.7/38 kB Progress (2): 91 kB | 12/38 kB Progress (2): 91 kB | 16/38 kB Progress (2): 91 kB | 20/38 kB Progress (3): 91 kB | 20/38 kB | 4.1/189 kB Progress (3): 91 kB | 24/38 kB | 4.1/189 kB Progress (3): 91 kB | 24/38 kB | 7.7/189 kB Progress (3): 91 kB | 28/38 kB | 7.7/189 kB Progress (3): 91 kB | 28/38 kB | 12/189 kB Progress (3): 91 kB | 32/38 kB | 12/189 kB Progress (3): 91 kB | 32/38 kB | 16/189 kB Progress (3): 91 kB | 36/38 kB | 16/189 kB Progress (3): 91 kB | 36/38 kB | 20/189 kB Progress (3): 91 kB | 38 kB | 20/189 kB Progress (3): 91 kB | 38 kB | 24/189 kB Progress (4): 91 kB | 38 kB | 24/189 kB | 4.1/168 kB Progress (4): 91 kB | 38 kB | 24/189 kB | 7.7/168 kB Progress (4): 91 kB | 38 kB | 24/189 kB | 12/168 kB Progress (4): 91 kB | 38 kB | 24/189 kB | 16/168 kB Progress (4): 91 kB | 38 kB | 28/189 kB | 16/168 kB Progress (4): 91 kB | 38 kB | 28/189 kB | 20/168 kB Progress (4): 91 kB | 38 kB | 32/189 kB | 20/168 kB Progress (4): 91 kB | 38 kB | 32/189 kB | 24/168 kB Progress (4): 91 kB | 38 kB | 33/189 kB | 24/168 kB Progress (4): 91 kB | 38 kB | 33/189 kB | 28/168 kB Progress (4): 91 kB | 38 kB | 33/189 kB | 32/168 kB Progress (4): 91 kB | 38 kB | 33/189 kB | 36/168 kB Progress (4): 91 kB | 38 kB | 33/189 kB | 40/168 kB Progress (4): 91 kB | 38 kB | 33/189 kB | 44/168 kB Progress (4): 91 kB | 38 kB | 37/189 kB | 44/168 kB Progress (4): 91 kB | 38 kB | 37/189 kB | 48/168 kB Progress (4): 91 kB | 38 kB | 41/189 kB | 48/168 kB Progress (4): 91 kB | 38 kB | 41/189 kB | 52/168 kB Progress (4): 91 kB | 38 kB | 45/189 kB | 52/168 kB Progress (4): 91 kB | 38 kB | 45/189 kB | 56/168 kB Progress (4): 91 kB | 38 kB | 49/189 kB | 56/168 kB Progress (4): 91 kB | 38 kB | 49/189 kB | 60/168 kB Progress (4): 91 kB | 38 kB | 53/189 kB | 60/168 kB Progress (4): 91 kB | 38 kB | 53/189 kB | 64/168 kB Progress (4): 91 kB | 38 kB | 57/189 kB | 64/168 kB Progress (4): 91 kB | 38 kB | 57/189 kB | 68/168 kB Progress (4): 91 kB | 38 kB | 61/189 kB | 68/168 kB Progress (4): 91 kB | 38 kB | 61/189 kB | 72/168 kB Progress (4): 91 kB | 38 kB | 65/189 kB | 72/168 kB Progress (4): 91 kB | 38 kB | 65/189 kB | 76/168 kB Progress (4): 91 kB | 38 kB | 66/189 kB | 76/168 kB Progress (4): 91 kB | 38 kB | 66/189 kB | 80/168 kB Progress (4): 91 kB | 38 kB | 70/189 kB | 80/168 kB Progress (4): 91 kB | 38 kB | 70/189 kB | 84/168 kB Progress (4): 91 kB | 38 kB | 74/189 kB | 84/168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 165 kB/s) Progress (3): 38 kB | 74/189 kB | 88/168 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (3): 38 kB | 78/189 kB | 88/168 kB Progress (3): 38 kB | 78/189 kB | 92/168 kB Progress (3): 38 kB | 82/189 kB | 92/168 kB Progress (3): 38 kB | 82/189 kB | 96/168 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.jar (38 kB at 69 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.jar Progress (2): 82/189 kB | 100/168 kB Progress (2): 86/189 kB | 100/168 kB Progress (2): 86/189 kB | 104/168 kB Progress (2): 90/189 kB | 104/168 kB Progress (2): 90/189 kB | 108/168 kB Progress (2): 94/189 kB | 108/168 kB Progress (2): 94/189 kB | 112/168 kB Progress (2): 98/189 kB | 112/168 kB Progress (2): 98/189 kB | 112/168 kB Progress (2): 98/189 kB | 116/168 kB Progress (2): 98/189 kB | 120/168 kB Progress (2): 102/189 kB | 120/168 kB Progress (2): 106/189 kB | 120/168 kB Progress (2): 106/189 kB | 124/168 kB Progress (2): 106/189 kB | 128/168 kB Progress (2): 110/189 kB | 128/168 kB Progress (2): 114/189 kB | 128/168 kB Progress (2): 114/189 kB | 132/168 kB Progress (2): 114/189 kB | 136/168 kB Progress (2): 118/189 kB | 136/168 kB Progress (2): 122/189 kB | 136/168 kB Progress (2): 122/189 kB | 140/168 kB Progress (2): 122/189 kB | 144/168 kB Progress (2): 126/189 kB | 144/168 kB Progress (2): 130/189 kB | 144/168 kB Progress (2): 130/189 kB | 148/168 kB Progress (2): 131/189 kB | 148/168 kB Progress (2): 131/189 kB | 152/168 kB Progress (2): 135/189 kB | 152/168 kB Progress (2): 135/189 kB | 156/168 kB Progress (2): 139/189 kB | 156/168 kB Progress (2): 139/189 kB | 160/168 kB Progress (2): 143/189 kB | 160/168 kB Progress (2): 143/189 kB | 164/168 kB Progress (2): 147/189 kB | 164/168 kB Progress (2): 147/189 kB | 168/168 kB Progress (2): 147/189 kB | 168 kB Progress (2): 151/189 kB | 168 kB Progress (3): 151/189 kB | 168 kB | 4.1/65 kB Progress (3): 155/189 kB | 168 kB | 4.1/65 kB Progress (3): 155/189 kB | 168 kB | 7.7/65 kB Progress (3): 159/189 kB | 168 kB | 7.7/65 kB Progress (4): 159/189 kB | 168 kB | 7.7/65 kB | 4.1/23 kB Progress (4): 159/189 kB | 168 kB | 12/65 kB | 4.1/23 kB Progress (4): 163/189 kB | 168 kB | 12/65 kB | 4.1/23 kB Progress (4): 163/189 kB | 168 kB | 16/65 kB | 4.1/23 kB Progress (4): 163/189 kB | 168 kB | 16/65 kB | 7.7/23 kB Progress (4): 167/189 kB | 168 kB | 16/65 kB | 7.7/23 kB Progress (4): 167/189 kB | 168 kB | 20/65 kB | 7.7/23 kB Progress (4): 171/189 kB | 168 kB | 20/65 kB | 7.7/23 kB Progress (4): 171/189 kB | 168 kB | 20/65 kB | 12/23 kB Progress (4): 171/189 kB | 168 kB | 24/65 kB | 12/23 kB Progress (5): 171/189 kB | 168 kB | 24/65 kB | 12/23 kB | 4.1/109 kB Progress (5): 171/189 kB | 168 kB | 24/65 kB | 16/23 kB | 4.1/109 kB Progress (5): 175/189 kB | 168 kB | 24/65 kB | 16/23 kB | 4.1/109 kB Progress (5): 175/189 kB | 168 kB | 24/65 kB | 16/23 kB | 7.7/109 kB Progress (5): 175/189 kB | 168 kB | 28/65 kB | 16/23 kB | 7.7/109 kB Progress (5): 179/189 kB | 168 kB | 28/65 kB | 16/23 kB | 7.7/109 kB Progress (5): 179/189 kB | 168 kB | 28/65 kB | 20/23 kB | 7.7/109 kB Progress (5): 183/189 kB | 168 kB | 28/65 kB | 20/23 kB | 7.7/109 kB Progress (5): 183/189 kB | 168 kB | 32/65 kB | 20/23 kB | 7.7/109 kB Progress (5): 183/189 kB | 168 kB | 32/65 kB | 20/23 kB | 12/109 kB Progress (5): 183/189 kB | 168 kB | 36/65 kB | 20/23 kB | 12/109 kB Progress (5): 187/189 kB | 168 kB | 36/65 kB | 20/23 kB | 12/109 kB Progress (5): 187/189 kB | 168 kB | 36/65 kB | 23 kB | 12/109 kB Progress (5): 189 kB | 168 kB | 36/65 kB | 23 kB | 12/109 kB Progress (5): 189 kB | 168 kB | 40/65 kB | 23 kB | 12/109 kB Progress (5): 189 kB | 168 kB | 40/65 kB | 23 kB | 16/109 kB Progress (5): 189 kB | 168 kB | 44/65 kB | 23 kB | 16/109 kB Progress (5): 189 kB | 168 kB | 44/65 kB | 23 kB | 20/109 kB Progress (5): 189 kB | 168 kB | 48/65 kB | 23 kB | 20/109 kB Progress (5): 189 kB | 168 kB | 48/65 kB | 23 kB | 24/109 kB Progress (5): 189 kB | 168 kB | 52/65 kB | 23 kB | 24/109 kB Progress (5): 189 kB | 168 kB | 52/65 kB | 23 kB | 28/109 kB Progress (5): 189 kB | 168 kB | 56/65 kB | 23 kB | 28/109 kB Progress (5): 189 kB | 168 kB | 56/65 kB | 23 kB | 32/109 kB Progress (5): 189 kB | 168 kB | 60/65 kB | 23 kB | 32/109 kB Progress (5): 189 kB | 168 kB | 60/65 kB | 23 kB | 33/109 kB Progress (5): 189 kB | 168 kB | 64/65 kB | 23 kB | 33/109 kB Progress (5): 189 kB | 168 kB | 64/65 kB | 23 kB | 37/109 kB Progress (5): 189 kB | 168 kB | 65 kB | 23 kB | 37/109 kB Progress (5): 189 kB | 168 kB | 65 kB | 23 kB | 41/109 kB Progress (5): 189 kB | 168 kB | 65 kB | 23 kB | 45/109 kB Progress (5): 189 kB | 168 kB | 65 kB | 23 kB | 49/109 kB Progress (5): 189 kB | 168 kB | 65 kB | 23 kB | 53/109 kB Progress (5): 189 kB | 168 kB | 65 kB | 23 kB | 57/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 299 kB/s) Progress (4): 189 kB | 65 kB | 23 kB | 61/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Progress (4): 189 kB | 65 kB | 23 kB | 65/109 kB Progress (4): 189 kB | 65 kB | 23 kB | 66/109 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 334 kB/s) Progress (3): 65 kB | 23 kB | 70/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.jar Progress (3): 65 kB | 23 kB | 74/109 kB Progress (3): 65 kB | 23 kB | 78/109 kB Progress (3): 65 kB | 23 kB | 82/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar (23 kB at 41 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 115 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/bsh/bsh/1.3.0/bsh-1.3.0.jar Progress (1): 86/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.jar Progress (1): 90/109 kB Progress (1): 94/109 kB Progress (1): 98/109 kB Progress (1): 102/109 kB Progress (1): 106/109 kB Progress (1): 109 kB Progress (2): 109 kB | 4.1/11 kB Progress (2): 109 kB | 7.7/11 kB Progress (2): 109 kB | 11 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.jar (109 kB at 190 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 19 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar 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/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 13 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar Progress (1): 4.1/450 kB Progress (1): 7.7/450 kB Progress (1): 12/450 kB Progress (1): 16/450 kB Progress (1): 20/450 kB Progress (1): 24/450 kB Progress (1): 28/450 kB Progress (1): 32/450 kB Progress (1): 36/450 kB Progress (1): 40/450 kB Progress (1): 44/450 kB Progress (1): 48/450 kB Progress (1): 52/450 kB Progress (1): 56/450 kB Progress (1): 60/450 kB Progress (1): 64/450 kB Progress (1): 68/450 kB Progress (1): 72/450 kB Progress (1): 76/450 kB Progress (1): 80/450 kB Progress (1): 84/450 kB Progress (1): 88/450 kB Progress (1): 92/450 kB Progress (1): 96/450 kB Progress (1): 98/450 kB Progress (1): 102/450 kB Progress (1): 106/450 kB Progress (1): 110/450 kB Progress (1): 114/450 kB Progress (1): 118/450 kB Progress (1): 122/450 kB Progress (1): 126/450 kB Progress (1): 130/450 kB Progress (1): 134/450 kB Progress (1): 138/450 kB Progress (1): 142/450 kB Progress (1): 146/450 kB Progress (1): 150/450 kB Progress (1): 154/450 kB Progress (1): 158/450 kB Progress (1): 162/450 kB Progress (1): 166/450 kB Progress (1): 170/450 kB Progress (1): 174/450 kB Progress (1): 178/450 kB Progress (1): 182/450 kB Progress (1): 186/450 kB Progress (1): 190/450 kB Progress (1): 194/450 kB Progress (1): 198/450 kB Progress (1): 202/450 kB Progress (1): 206/450 kB Progress (1): 210/450 kB Progress (1): 214/450 kB Progress (1): 218/450 kB Progress (1): 222/450 kB Progress (1): 226/450 kB Progress (1): 229/450 kB Progress (1): 233/450 kB Progress (1): 237/450 kB Progress (1): 241/450 kB Progress (2): 241/450 kB | 4.1/18 kB Progress (2): 245/450 kB | 4.1/18 kB Progress (2): 245/450 kB | 7.7/18 kB Progress (2): 249/450 kB | 7.7/18 kB Progress (2): 249/450 kB | 12/18 kB Progress (2): 253/450 kB | 12/18 kB Progress (2): 253/450 kB | 16/18 kB Progress (2): 253/450 kB | 18 kB Progress (2): 257/450 kB | 18 kB Progress (2): 261/450 kB | 18 kB Progress (2): 262/450 kB | 18 kB Progress (2): 266/450 kB | 18 kB Progress (2): 270/450 kB | 18 kB Progress (2): 274/450 kB | 18 kB Progress (2): 278/450 kB | 18 kB Progress (2): 282/450 kB | 18 kB Progress (2): 286/450 kB | 18 kB Progress (2): 290/450 kB | 18 kB Progress (2): 294/450 kB | 18 kB Progress (2): 295/450 kB | 18 kB Progress (2): 299/450 kB | 18 kB Progress (2): 303/450 kB | 18 kB Progress (2): 307/450 kB | 18 kB Progress (2): 311/450 kB | 18 kB Progress (2): 315/450 kB | 18 kB Progress (2): 319/450 kB | 18 kB Progress (2): 323/450 kB | 18 kB Progress (2): 327/450 kB | 18 kB Progress (2): 328/450 kB | 18 kB Progress (2): 332/450 kB | 18 kB Progress (2): 336/450 kB | 18 kB Progress (2): 340/450 kB | 18 kB Progress (2): 344/450 kB | 18 kB Progress (3): 344/450 kB | 18 kB | 4.1/242 kB Progress (3): 348/450 kB | 18 kB | 4.1/242 kB Progress (3): 348/450 kB | 18 kB | 7.7/242 kB Progress (3): 352/450 kB | 18 kB | 7.7/242 kB Progress (3): 352/450 kB | 18 kB | 12/242 kB Progress (3): 352/450 kB | 18 kB | 16/242 kB Progress (3): 356/450 kB | 18 kB | 16/242 kB Progress (3): 356/450 kB | 18 kB | 20/242 kB Progress (3): 360/450 kB | 18 kB | 20/242 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.jar (18 kB at 28 kB/s) Progress (2): 360/450 kB | 24/242 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Progress (2): 360/450 kB | 24/242 kB Progress (2): 360/450 kB | 28/242 kB Progress (2): 360/450 kB | 32/242 kB Progress (2): 365/450 kB | 32/242 kB Progress (2): 365/450 kB | 33/242 kB Progress (2): 368/450 kB | 33/242 kB Progress (2): 368/450 kB | 37/242 kB Progress (2): 368/450 kB | 41/242 kB Progress (2): 373/450 kB | 41/242 kB Progress (2): 373/450 kB | 45/242 kB Progress (2): 376/450 kB | 45/242 kB Progress (2): 376/450 kB | 49/242 kB Progress (2): 376/450 kB | 53/242 kB Progress (2): 381/450 kB | 53/242 kB Progress (2): 381/450 kB | 57/242 kB Progress (2): 384/450 kB | 57/242 kB Progress (2): 384/450 kB | 61/242 kB Progress (2): 384/450 kB | 65/242 kB Progress (2): 389/450 kB | 65/242 kB Progress (2): 389/450 kB | 66/242 kB Progress (2): 392/450 kB | 66/242 kB Progress (2): 392/450 kB | 70/242 kB Progress (2): 393/450 kB | 70/242 kB Progress (2): 393/450 kB | 74/242 kB Progress (2): 397/450 kB | 74/242 kB Progress (2): 397/450 kB | 78/242 kB Progress (2): 401/450 kB | 78/242 kB Progress (2): 401/450 kB | 82/242 kB Progress (2): 405/450 kB | 82/242 kB Progress (2): 405/450 kB | 86/242 kB Progress (2): 409/450 kB | 86/242 kB Progress (2): 409/450 kB | 90/242 kB Progress (2): 413/450 kB | 90/242 kB Progress (2): 413/450 kB | 94/242 kB Progress (2): 417/450 kB | 94/242 kB Progress (2): 417/450 kB | 98/242 kB Progress (2): 417/450 kB | 98/242 kB Progress (2): 421/450 kB | 98/242 kB Progress (2): 421/450 kB | 102/242 kB Progress (2): 425/450 kB | 102/242 kB Progress (2): 425/450 kB | 106/242 kB Progress (2): 425/450 kB | 110/242 kB Progress (2): 429/450 kB | 110/242 kB Progress (2): 429/450 kB | 114/242 kB Progress (2): 433/450 kB | 114/242 kB Progress (2): 433/450 kB | 118/242 kB Progress (2): 433/450 kB | 122/242 kB Progress (2): 437/450 kB | 122/242 kB Progress (2): 437/450 kB | 126/242 kB Progress (2): 441/450 kB | 126/242 kB Progress (2): 441/450 kB | 130/242 kB Progress (2): 441/450 kB | 131/242 kB Progress (2): 445/450 kB | 131/242 kB Progress (2): 445/450 kB | 135/242 kB Progress (2): 449/450 kB | 135/242 kB Progress (2): 449/450 kB | 139/242 kB Progress (2): 450 kB | 139/242 kB Progress (2): 450 kB | 143/242 kB Progress (2): 450 kB | 147/242 kB Progress (3): 450 kB | 147/242 kB | 4.1/262 kB Progress (3): 450 kB | 151/242 kB | 4.1/262 kB Progress (3): 450 kB | 151/242 kB | 7.7/262 kB Progress (3): 450 kB | 155/242 kB | 7.7/262 kB Progress (3): 450 kB | 155/242 kB | 12/262 kB Progress (3): 450 kB | 159/242 kB | 12/262 kB Progress (3): 450 kB | 159/242 kB | 16/262 kB Progress (3): 450 kB | 163/242 kB | 16/262 kB Progress (3): 450 kB | 164/242 kB | 16/262 kB Progress (3): 450 kB | 164/242 kB | 20/262 kB Progress (3): 450 kB | 168/242 kB | 20/262 kB Progress (3): 450 kB | 168/242 kB | 24/262 kB Progress (3): 450 kB | 172/242 kB | 24/262 kB Progress (3): 450 kB | 172/242 kB | 28/262 kB Progress (3): 450 kB | 176/242 kB | 28/262 kB Progress (3): 450 kB | 176/242 kB | 32/262 kB Progress (3): 450 kB | 180/242 kB | 32/262 kB Progress (3): 450 kB | 180/242 kB | 33/262 kB Progress (3): 450 kB | 184/242 kB | 33/262 kB Progress (3): 450 kB | 184/242 kB | 37/262 kB Progress (3): 450 kB | 188/242 kB | 37/262 kB Progress (3): 450 kB | 188/242 kB | 41/262 kB Progress (3): 450 kB | 192/242 kB | 41/262 kB Progress (3): 450 kB | 192/242 kB | 45/262 kB Progress (3): 450 kB | 196/242 kB | 45/262 kB Progress (3): 450 kB | 196/242 kB | 49/262 kB Progress (3): 450 kB | 197/242 kB | 49/262 kB Progress (3): 450 kB | 197/242 kB | 53/262 kB Progress (3): 450 kB | 201/242 kB | 53/262 kB Progress (3): 450 kB | 201/242 kB | 57/262 kB Progress (3): 450 kB | 205/242 kB | 57/262 kB Progress (3): 450 kB | 205/242 kB | 61/262 kB Progress (3): 450 kB | 209/242 kB | 61/262 kB Progress (3): 450 kB | 209/242 kB | 65/262 kB Progress (3): 450 kB | 213/242 kB | 65/262 kB Progress (3): 450 kB | 213/242 kB | 66/262 kB Progress (3): 450 kB | 217/242 kB | 66/262 kB Progress (3): 450 kB | 217/242 kB | 70/262 kB Progress (3): 450 kB | 221/242 kB | 70/262 kB Progress (3): 450 kB | 221/242 kB | 74/262 kB Progress (3): 450 kB | 225/242 kB | 74/262 kB Progress (3): 450 kB | 225/242 kB | 78/262 kB Progress (3): 450 kB | 229/242 kB | 78/262 kB Progress (3): 450 kB | 229/242 kB | 82/262 kB Progress (3): 450 kB | 233/242 kB | 82/262 kB Progress (3): 450 kB | 233/242 kB | 86/262 kB Progress (3): 450 kB | 237/242 kB | 86/262 kB Progress (3): 450 kB | 237/242 kB | 90/262 kB Progress (3): 450 kB | 241/242 kB | 90/262 kB Progress (3): 450 kB | 241/242 kB | 94/262 kB Progress (3): 450 kB | 242 kB | 94/262 kB Progress (3): 450 kB | 242 kB | 98/262 kB Progress (3): 450 kB | 242 kB | 98/262 kB Progress (3): 450 kB | 242 kB | 102/262 kB Progress (3): 450 kB | 242 kB | 106/262 kB Progress (3): 450 kB | 242 kB | 110/262 kB Progress (3): 450 kB | 242 kB | 114/262 kB Progress (3): 450 kB | 242 kB | 118/262 kB Progress (3): 450 kB | 242 kB | 122/262 kB Progress (3): 450 kB | 242 kB | 126/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 684 kB/s) Progress (2): 242 kB | 130/262 kB Progress (2): 242 kB | 131/262 kB Progress (2): 242 kB | 135/262 kB Progress (2): 242 kB | 139/262 kB Progress (2): 242 kB | 143/262 kB Progress (2): 242 kB | 147/262 kB Progress (2): 242 kB | 151/262 kB Progress (2): 242 kB | 155/262 kB Progress (2): 242 kB | 159/262 kB Progress (2): 242 kB | 163/262 kB Progress (2): 242 kB | 164/262 kB Progress (2): 242 kB | 168/262 kB Progress (2): 242 kB | 172/262 kB Progress (2): 242 kB | 176/262 kB Progress (2): 242 kB | 180/262 kB Progress (2): 242 kB | 184/262 kB Progress (2): 242 kB | 188/262 kB Progress (2): 242 kB | 192/262 kB Progress (2): 242 kB | 196/262 kB Progress (2): 242 kB | 197/262 kB Progress (2): 242 kB | 201/262 kB Progress (2): 242 kB | 205/262 kB Progress (2): 242 kB | 209/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/bsh/bsh/1.3.0/bsh-1.3.0.jar (242 kB at 366 kB/s) Progress (1): 213/262 kB Progress (1): 217/262 kB Progress (1): 221/262 kB Progress (1): 225/262 kB Progress (1): 229/262 kB Progress (1): 233/262 kB Progress (1): 237/262 kB Progress (1): 241/262 kB Progress (1): 245/262 kB Progress (1): 249/262 kB Progress (1): 253/262 kB Progress (1): 257/262 kB Progress (1): 261/262 kB Progress (1): 262 kB Progress (2): 262 kB | 4.1/13 kB Progress (2): 262 kB | 7.7/13 kB Progress (2): 262 kB | 12/13 kB Progress (2): 262 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 393 kB/s) Progress (2): 13 kB | 4.1/32 kB Progress (2): 13 kB | 7.7/32 kB Progress (2): 13 kB | 12/32 kB Progress (2): 13 kB | 16/32 kB Progress (2): 13 kB | 20/32 kB Progress (2): 13 kB | 24/32 kB Progress (2): 13 kB | 28/32 kB Progress (2): 13 kB | 32/32 kB Progress (2): 13 kB | 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.jar (13 kB at 18 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.jar (32 kB at 44 kB/s) [INFO] Using 'UTF-8' encoding to read mojo metadata. [INFO] Applying mojo extractor for language: java [WARNING] com.sun.wts.tools.ant.PackageRenameMojo#project: [WARNING] The syntax [WARNING] @parameter expression="${property}" [WARNING] is deprecated, please use [WARNING] @parameter property="property" [WARNING] instead. [WARNING] com.sun.wts.tools.ant.PackageRenameMojo#rootDir: [WARNING] The syntax [WARNING] @parameter expression="${property}" [WARNING] is deprecated, please use [WARNING] @parameter property="property" [WARNING] instead. [WARNING] com.sun.wts.tools.ant.PackageRenameMojo#srcDir: [WARNING] The syntax [WARNING] @parameter expression="${property}" [WARNING] is deprecated, please use [WARNING] @parameter property="property" [WARNING] instead. [INFO] Mojo extractor for language: java found 1 mojo descriptors. [INFO] Applying mojo extractor for language: bsh [INFO] Mojo extractor for language: bsh found 0 mojo descriptors. [INFO] Applying mojo extractor for language: java-annotations [INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ package-rename-task --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ package-rename-task --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ package-rename-task --- 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 100 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 1.1 MB/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.5 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 178 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 75 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 263 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 116 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 899 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 85 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 185 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 852 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 181 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 137 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 157 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 87 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 95 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 76 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 389 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 98 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 100 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 92 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 97 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 109 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 86 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 217 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 880 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.9 MB/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 247 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 406 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.3 MB/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 62 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/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/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/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/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/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.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/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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/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/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/118 kB Progress (2): 13 kB | 7.7/118 kB Progress (2): 13 kB | 12/118 kB Progress (2): 13 kB | 16/118 kB Progress (2): 13 kB | 20/118 kB Progress (2): 13 kB | 24/118 kB Progress (3): 13 kB | 24/118 kB | 4.1/263 kB Progress (3): 13 kB | 28/118 kB | 4.1/263 kB Progress (3): 13 kB | 28/118 kB | 7.7/263 kB Progress (3): 13 kB | 32/118 kB | 7.7/263 kB Progress (3): 13 kB | 33/118 kB | 7.7/263 kB Progress (3): 13 kB | 33/118 kB | 12/263 kB Progress (3): 13 kB | 37/118 kB | 12/263 kB Progress (3): 13 kB | 37/118 kB | 16/263 kB Progress (3): 13 kB | 41/118 kB | 16/263 kB Progress (3): 13 kB | 41/118 kB | 20/263 kB Progress (3): 13 kB | 45/118 kB | 20/263 kB Progress (3): 13 kB | 45/118 kB | 24/263 kB Progress (3): 13 kB | 49/118 kB | 24/263 kB Progress (3): 13 kB | 53/118 kB | 24/263 kB Progress (3): 13 kB | 53/118 kB | 28/263 kB Progress (3): 13 kB | 57/118 kB | 28/263 kB Progress (3): 13 kB | 57/118 kB | 32/263 kB Progress (3): 13 kB | 61/118 kB | 32/263 kB Progress (3): 13 kB | 65/118 kB | 32/263 kB Progress (4): 13 kB | 65/118 kB | 32/263 kB | 4.1/35 kB Progress (4): 13 kB | 65/118 kB | 36/263 kB | 4.1/35 kB Progress (4): 13 kB | 65/118 kB | 36/263 kB | 7.7/35 kB Progress (4): 13 kB | 66/118 kB | 36/263 kB | 7.7/35 kB Progress (4): 13 kB | 66/118 kB | 36/263 kB | 12/35 kB Progress (4): 13 kB | 66/118 kB | 40/263 kB | 12/35 kB Progress (4): 13 kB | 66/118 kB | 40/263 kB | 16/35 kB Progress (4): 13 kB | 66/118 kB | 44/263 kB | 16/35 kB Progress (4): 13 kB | 66/118 kB | 44/263 kB | 20/35 kB Progress (4): 13 kB | 66/118 kB | 48/263 kB | 20/35 kB Progress (4): 13 kB | 66/118 kB | 48/263 kB | 24/35 kB Progress (4): 13 kB | 66/118 kB | 48/263 kB | 28/35 kB Progress (4): 13 kB | 66/118 kB | 52/263 kB | 28/35 kB Progress (4): 13 kB | 66/118 kB | 52/263 kB | 32/35 kB Progress (4): 13 kB | 66/118 kB | 56/263 kB | 32/35 kB Progress (4): 13 kB | 66/118 kB | 56/263 kB | 33/35 kB Progress (4): 13 kB | 66/118 kB | 56/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 60/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 64/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 68/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 72/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 76/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 80/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 84/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 88/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 92/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 96/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 100/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 104/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 108/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 112/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 116/263 kB | 35 kB Progress (4): 13 kB | 66/118 kB | 120/263 kB | 35 kB Progress (4): 13 kB | 70/118 kB | 120/263 kB | 35 kB Progress (4): 13 kB | 70/118 kB | 124/263 kB | 35 kB Progress (4): 13 kB | 74/118 kB | 124/263 kB | 35 kB Progress (4): 13 kB | 74/118 kB | 128/263 kB | 35 kB Progress (4): 13 kB | 78/118 kB | 128/263 kB | 35 kB Progress (4): 13 kB | 82/118 kB | 128/263 kB | 35 kB Progress (4): 13 kB | 82/118 kB | 132/263 kB | 35 kB Progress (4): 13 kB | 86/118 kB | 132/263 kB | 35 kB Progress (4): 13 kB | 86/118 kB | 136/263 kB | 35 kB Progress (5): 13 kB | 86/118 kB | 136/263 kB | 35 kB | 4.1/316 kB Progress (5): 13 kB | 90/118 kB | 136/263 kB | 35 kB | 4.1/316 kB Progress (5): 13 kB | 90/118 kB | 140/263 kB | 35 kB | 4.1/316 kB Progress (5): 13 kB | 90/118 kB | 140/263 kB | 35 kB | 7.7/316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 991 kB/s) Progress (4): 13 kB | 90/118 kB | 144/263 kB | 7.7/316 kB Progress (4): 13 kB | 94/118 kB | 144/263 kB | 7.7/316 kB Progress (4): 13 kB | 94/118 kB | 148/263 kB | 7.7/316 kB 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 (4): 13 kB | 94/118 kB | 148/263 kB | 12/316 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 348 kB/s) Progress (3): 94/118 kB | 152/263 kB | 12/316 kB Progress (3): 98/118 kB | 152/263 kB | 12/316 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Progress (3): 98/118 kB | 152/263 kB | 16/316 kB Progress (3): 102/118 kB | 152/263 kB | 16/316 kB Progress (3): 102/118 kB | 156/263 kB | 16/316 kB Progress (3): 102/118 kB | 156/263 kB | 20/316 kB Progress (3): 106/118 kB | 156/263 kB | 20/316 kB Progress (3): 106/118 kB | 156/263 kB | 24/316 kB Progress (3): 106/118 kB | 160/263 kB | 24/316 kB Progress (3): 110/118 kB | 160/263 kB | 24/316 kB Progress (3): 110/118 kB | 164/263 kB | 24/316 kB Progress (3): 110/118 kB | 164/263 kB | 28/316 kB Progress (3): 110/118 kB | 164/263 kB | 28/316 kB Progress (3): 114/118 kB | 164/263 kB | 28/316 kB Progress (3): 114/118 kB | 164/263 kB | 32/316 kB Progress (3): 118 kB | 164/263 kB | 32/316 kB Progress (3): 118 kB | 168/263 kB | 32/316 kB Progress (3): 118 kB | 168/263 kB | 36/316 kB Progress (3): 118 kB | 172/263 kB | 36/316 kB Progress (3): 118 kB | 172/263 kB | 40/316 kB Progress (3): 118 kB | 176/263 kB | 40/316 kB Progress (3): 118 kB | 176/263 kB | 44/316 kB Progress (3): 118 kB | 180/263 kB | 44/316 kB Progress (3): 118 kB | 180/263 kB | 48/316 kB Progress (3): 118 kB | 184/263 kB | 48/316 kB Progress (3): 118 kB | 184/263 kB | 52/316 kB Progress (3): 118 kB | 188/263 kB | 52/316 kB Progress (3): 118 kB | 188/263 kB | 56/316 kB Progress (3): 118 kB | 192/263 kB | 56/316 kB Progress (3): 118 kB | 192/263 kB | 60/316 kB Progress (3): 118 kB | 196/263 kB | 60/316 kB Progress (3): 118 kB | 196/263 kB | 64/316 kB Progress (3): 118 kB | 197/263 kB | 64/316 kB Progress (3): 118 kB | 197/263 kB | 68/316 kB Progress (3): 118 kB | 201/263 kB | 68/316 kB Progress (3): 118 kB | 201/263 kB | 72/316 kB Progress (3): 118 kB | 205/263 kB | 72/316 kB Progress (3): 118 kB | 205/263 kB | 76/316 kB Progress (3): 118 kB | 209/263 kB | 76/316 kB Progress (3): 118 kB | 209/263 kB | 80/316 kB Progress (3): 118 kB | 213/263 kB | 80/316 kB Progress (3): 118 kB | 213/263 kB | 84/316 kB Progress (3): 118 kB | 217/263 kB | 84/316 kB Progress (3): 118 kB | 217/263 kB | 88/316 kB Progress (3): 118 kB | 221/263 kB | 88/316 kB Progress (3): 118 kB | 221/263 kB | 92/316 kB Progress (3): 118 kB | 225/263 kB | 92/316 kB Progress (3): 118 kB | 225/263 kB | 96/316 kB Progress (3): 118 kB | 229/263 kB | 96/316 kB Progress (3): 118 kB | 229/263 kB | 96/316 kB Progress (3): 118 kB | 229/263 kB | 100/316 kB Progress (3): 118 kB | 233/263 kB | 100/316 kB Progress (3): 118 kB | 233/263 kB | 104/316 kB Progress (3): 118 kB | 237/263 kB | 104/316 kB Progress (3): 118 kB | 237/263 kB | 108/316 kB Progress (3): 118 kB | 241/263 kB | 108/316 kB Progress (3): 118 kB | 241/263 kB | 112/316 kB Progress (3): 118 kB | 245/263 kB | 112/316 kB Progress (3): 118 kB | 245/263 kB | 116/316 kB Progress (3): 118 kB | 249/263 kB | 116/316 kB Progress (3): 118 kB | 249/263 kB | 120/316 kB Progress (3): 118 kB | 253/263 kB | 120/316 kB Progress (4): 118 kB | 253/263 kB | 120/316 kB | 4.1/232 kB Progress (4): 118 kB | 257/263 kB | 120/316 kB | 4.1/232 kB Progress (4): 118 kB | 257/263 kB | 124/316 kB | 4.1/232 kB Progress (4): 118 kB | 261/263 kB | 124/316 kB | 4.1/232 kB Progress (4): 118 kB | 261/263 kB | 124/316 kB | 7.7/232 kB Progress (4): 118 kB | 263 kB | 124/316 kB | 7.7/232 kB Progress (4): 118 kB | 263 kB | 128/316 kB | 7.7/232 kB Progress (4): 118 kB | 263 kB | 128/316 kB | 12/232 kB Progress (4): 118 kB | 263 kB | 132/316 kB | 12/232 kB Progress (4): 118 kB | 263 kB | 132/316 kB | 16/232 kB Progress (4): 118 kB | 263 kB | 136/316 kB | 16/232 kB Progress (4): 118 kB | 263 kB | 136/316 kB | 20/232 kB Progress (4): 118 kB | 263 kB | 140/316 kB | 20/232 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.4 MB/s) Progress (3): 263 kB | 144/316 kB | 20/232 kB Progress (3): 263 kB | 144/316 kB | 24/232 kB Progress (4): 263 kB | 144/316 kB | 24/232 kB | 4.1/31 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 (4): 263 kB | 144/316 kB | 24/232 kB | 7.7/31 kB Progress (4): 263 kB | 144/316 kB | 28/232 kB | 7.7/31 kB Progress (4): 263 kB | 144/316 kB | 28/232 kB | 12/31 kB Progress (4): 263 kB | 148/316 kB | 28/232 kB | 12/31 kB Progress (4): 263 kB | 148/316 kB | 28/232 kB | 16/31 kB Progress (4): 263 kB | 148/316 kB | 32/232 kB | 16/31 kB Progress (4): 263 kB | 152/316 kB | 32/232 kB | 16/31 kB Progress (4): 263 kB | 152/316 kB | 33/232 kB | 16/31 kB Progress (4): 263 kB | 152/316 kB | 33/232 kB | 20/31 kB Progress (4): 263 kB | 156/316 kB | 33/232 kB | 20/31 kB Progress (4): 263 kB | 156/316 kB | 33/232 kB | 24/31 kB Progress (4): 263 kB | 156/316 kB | 37/232 kB | 24/31 kB Progress (4): 263 kB | 160/316 kB | 37/232 kB | 24/31 kB Progress (4): 263 kB | 160/316 kB | 41/232 kB | 24/31 kB Progress (4): 263 kB | 160/316 kB | 41/232 kB | 28/31 kB Progress (4): 263 kB | 164/316 kB | 41/232 kB | 28/31 kB Progress (4): 263 kB | 164/316 kB | 41/232 kB | 31 kB Progress (4): 263 kB | 164/316 kB | 45/232 kB | 31 kB Progress (4): 263 kB | 168/316 kB | 45/232 kB | 31 kB Progress (4): 263 kB | 168/316 kB | 49/232 kB | 31 kB Progress (4): 263 kB | 172/316 kB | 49/232 kB | 31 kB Progress (4): 263 kB | 176/316 kB | 49/232 kB | 31 kB Progress (4): 263 kB | 176/316 kB | 53/232 kB | 31 kB Progress (4): 263 kB | 180/316 kB | 53/232 kB | 31 kB Progress (4): 263 kB | 180/316 kB | 57/232 kB | 31 kB Progress (4): 263 kB | 184/316 kB | 57/232 kB | 31 kB Progress (4): 263 kB | 184/316 kB | 61/232 kB | 31 kB Progress (4): 263 kB | 188/316 kB | 61/232 kB | 31 kB Progress (4): 263 kB | 188/316 kB | 65/232 kB | 31 kB Progress (4): 263 kB | 192/316 kB | 65/232 kB | 31 kB Progress (4): 263 kB | 192/316 kB | 66/232 kB | 31 kB Progress (4): 263 kB | 196/316 kB | 66/232 kB | 31 kB Progress (4): 263 kB | 196/316 kB | 70/232 kB | 31 kB Progress (4): 263 kB | 200/316 kB | 70/232 kB | 31 kB Progress (4): 263 kB | 200/316 kB | 74/232 kB | 31 kB Progress (4): 263 kB | 204/316 kB | 74/232 kB | 31 kB Progress (4): 263 kB | 208/316 kB | 74/232 kB | 31 kB Progress (4): 263 kB | 208/316 kB | 78/232 kB | 31 kB Progress (4): 263 kB | 212/316 kB | 78/232 kB | 31 kB Progress (4): 263 kB | 212/316 kB | 82/232 kB | 31 kB Progress (4): 263 kB | 216/316 kB | 82/232 kB | 31 kB Progress (4): 263 kB | 216/316 kB | 86/232 kB | 31 kB Progress (4): 263 kB | 220/316 kB | 86/232 kB | 31 kB Progress (4): 263 kB | 220/316 kB | 90/232 kB | 31 kB Progress (4): 263 kB | 224/316 kB | 90/232 kB | 31 kB Progress (4): 263 kB | 228/316 kB | 90/232 kB | 31 kB Progress (4): 263 kB | 232/316 kB | 90/232 kB | 31 kB Progress (4): 263 kB | 236/316 kB | 90/232 kB | 31 kB Progress (4): 263 kB | 240/316 kB | 90/232 kB | 31 kB Progress (4): 263 kB | 244/316 kB | 90/232 kB | 31 kB Progress (4): 263 kB | 248/316 kB | 90/232 kB | 31 kB Progress (4): 263 kB | 252/316 kB | 90/232 kB | 31 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) 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 485 kB/s) Progress (2): 256/316 kB | 90/232 kB Progress (2): 260/316 kB | 90/232 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): 260/316 kB | 90/232 kB | 4.1/89 kB Progress (3): 260/316 kB | 94/232 kB | 4.1/89 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): 260/316 kB | 98/232 kB | 4.1/89 kB Progress (3): 260/316 kB | 98/232 kB | 7.7/89 kB Progress (3): 264/316 kB | 98/232 kB | 7.7/89 kB Progress (3): 264/316 kB | 98/232 kB | 7.7/89 kB Progress (3): 264/316 kB | 98/232 kB | 12/89 kB Progress (3): 268/316 kB | 98/232 kB | 12/89 kB Progress (3): 268/316 kB | 98/232 kB | 16/89 kB Progress (3): 268/316 kB | 102/232 kB | 16/89 kB Progress (3): 272/316 kB | 102/232 kB | 16/89 kB Progress (3): 272/316 kB | 102/232 kB | 20/89 kB Progress (3): 272/316 kB | 106/232 kB | 20/89 kB Progress (3): 272/316 kB | 106/232 kB | 24/89 kB Progress (3): 276/316 kB | 106/232 kB | 24/89 kB Progress (3): 276/316 kB | 110/232 kB | 24/89 kB Progress (3): 280/316 kB | 110/232 kB | 24/89 kB Progress (3): 280/316 kB | 110/232 kB | 28/89 kB Progress (3): 280/316 kB | 114/232 kB | 28/89 kB Progress (3): 280/316 kB | 114/232 kB | 32/89 kB Progress (3): 284/316 kB | 114/232 kB | 32/89 kB Progress (3): 284/316 kB | 114/232 kB | 33/89 kB Progress (3): 284/316 kB | 118/232 kB | 33/89 kB Progress (3): 288/316 kB | 118/232 kB | 33/89 kB Progress (3): 288/316 kB | 122/232 kB | 33/89 kB Progress (3): 288/316 kB | 122/232 kB | 37/89 kB Progress (3): 288/316 kB | 126/232 kB | 37/89 kB Progress (3): 292/316 kB | 126/232 kB | 37/89 kB Progress (3): 292/316 kB | 130/232 kB | 37/89 kB Progress (3): 292/316 kB | 130/232 kB | 41/89 kB Progress (3): 292/316 kB | 131/232 kB | 41/89 kB Progress (3): 296/316 kB | 131/232 kB | 41/89 kB Progress (3): 296/316 kB | 131/232 kB | 45/89 kB Progress (3): 296/316 kB | 135/232 kB | 45/89 kB Progress (3): 296/316 kB | 135/232 kB | 49/89 kB Progress (3): 300/316 kB | 135/232 kB | 49/89 kB Progress (3): 300/316 kB | 139/232 kB | 49/89 kB Progress (3): 300/316 kB | 139/232 kB | 53/89 kB Progress (3): 304/316 kB | 139/232 kB | 53/89 kB Progress (3): 304/316 kB | 139/232 kB | 57/89 kB Progress (3): 304/316 kB | 143/232 kB | 57/89 kB Progress (3): 308/316 kB | 143/232 kB | 57/89 kB Progress (3): 308/316 kB | 147/232 kB | 57/89 kB Progress (3): 308/316 kB | 147/232 kB | 61/89 kB Progress (3): 312/316 kB | 147/232 kB | 61/89 kB Progress (3): 312/316 kB | 147/232 kB | 65/89 kB Progress (3): 312/316 kB | 151/232 kB | 65/89 kB Progress (3): 316/316 kB | 151/232 kB | 65/89 kB Progress (3): 316/316 kB | 155/232 kB | 65/89 kB Progress (3): 316/316 kB | 155/232 kB | 69/89 kB Progress (3): 316 kB | 155/232 kB | 69/89 kB Progress (3): 316 kB | 155/232 kB | 73/89 kB Progress (3): 316 kB | 159/232 kB | 73/89 kB Progress (3): 316 kB | 163/232 kB | 73/89 kB Progress (3): 316 kB | 163/232 kB | 77/89 kB Progress (3): 316 kB | 164/232 kB | 77/89 kB Progress (3): 316 kB | 164/232 kB | 81/89 kB Progress (3): 316 kB | 168/232 kB | 81/89 kB Progress (3): 316 kB | 168/232 kB | 85/89 kB Progress (3): 316 kB | 172/232 kB | 85/89 kB Progress (3): 316 kB | 172/232 kB | 89/89 kB Progress (3): 316 kB | 172/232 kB | 89 kB Progress (3): 316 kB | 176/232 kB | 89 kB Progress (3): 316 kB | 180/232 kB | 89 kB Progress (3): 316 kB | 184/232 kB | 89 kB Progress (3): 316 kB | 188/232 kB | 89 kB Progress (3): 316 kB | 192/232 kB | 89 kB Progress (3): 316 kB | 196/232 kB | 89 kB Progress (3): 316 kB | 197/232 kB | 89 kB Progress (3): 316 kB | 201/232 kB | 89 kB Progress (3): 316 kB | 205/232 kB | 89 kB Progress (3): 316 kB | 209/232 kB | 89 kB Progress (3): 316 kB | 213/232 kB | 89 kB Progress (3): 316 kB | 217/232 kB | 89 kB Progress (3): 316 kB | 221/232 kB | 89 kB Progress (3): 316 kB | 225/232 kB | 89 kB Progress (3): 316 kB | 229/232 kB | 89 kB Progress (3): 316 kB | 232 kB | 89 kB Progress (4): 316 kB | 232 kB | 89 kB | 4.1/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 7.7/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 12/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 16/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 20/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 24/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 28/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 32/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 33/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 37/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 41/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 45/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 49/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 53/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 57/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 61/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 65/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 66/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 70/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 74/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 78/122 kB Progress (4): 316 kB | 232 kB | 89 kB | 82/122 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 1.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 3.9 MB/s) Progress (2): 232 kB | 86/122 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Progress (3): 232 kB | 86/122 kB | 4.1/49 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): 232 kB | 86/122 kB | 7.7/49 kB Progress (3): 232 kB | 90/122 kB | 7.7/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.8 MB/s) Progress (2): 94/122 kB | 7.7/49 kB Progress (2): 94/122 kB | 12/49 kB Progress (2): 98/122 kB | 12/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Progress (2): 102/122 kB | 12/49 kB Progress (2): 102/122 kB | 16/49 kB Progress (2): 106/122 kB | 16/49 kB Progress (2): 106/122 kB | 20/49 kB Progress (2): 110/122 kB | 20/49 kB Progress (2): 110/122 kB | 24/49 kB Progress (2): 114/122 kB | 24/49 kB Progress (2): 114/122 kB | 28/49 kB Progress (2): 118/122 kB | 28/49 kB Progress (2): 118/122 kB | 32/49 kB Progress (2): 122/122 kB | 32/49 kB Progress (2): 122 kB | 32/49 kB Progress (2): 122 kB | 36/49 kB Progress (2): 122 kB | 40/49 kB Progress (2): 122 kB | 44/49 kB Progress (2): 122 kB | 48/49 kB Progress (2): 122 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.3 MB/s) 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 528 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Progress (1): 4.1/35 kB 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 Progress (2): 4.1/35 kB | 4.1/87 kB Progress (2): 7.7/35 kB | 4.1/87 kB Progress (2): 7.7/35 kB | 7.7/87 kB Progress (3): 7.7/35 kB | 7.7/87 kB | 4.1/58 kB Progress (3): 7.7/35 kB | 12/87 kB | 4.1/58 kB Progress (3): 7.7/35 kB | 12/87 kB | 7.7/58 kB Progress (3): 12/35 kB | 12/87 kB | 7.7/58 kB Progress (3): 12/35 kB | 16/87 kB | 7.7/58 kB Progress (3): 12/35 kB | 16/87 kB | 12/58 kB Progress (3): 16/35 kB | 16/87 kB | 12/58 kB Progress (3): 16/35 kB | 16/87 kB | 16/58 kB Progress (3): 16/35 kB | 20/87 kB | 16/58 kB Progress (3): 20/35 kB | 20/87 kB | 16/58 kB Progress (3): 20/35 kB | 20/87 kB | 20/58 kB Progress (3): 20/35 kB | 24/87 kB | 20/58 kB Progress (3): 20/35 kB | 24/87 kB | 24/58 kB Progress (3): 24/35 kB | 24/87 kB | 24/58 kB Progress (3): 24/35 kB | 28/87 kB | 24/58 kB Progress (3): 24/35 kB | 28/87 kB | 28/58 kB Progress (3): 24/35 kB | 32/87 kB | 28/58 kB Progress (3): 28/35 kB | 32/87 kB | 28/58 kB Progress (3): 28/35 kB | 32/87 kB | 32/58 kB Progress (3): 28/35 kB | 36/87 kB | 32/58 kB Progress (3): 32/35 kB | 36/87 kB | 32/58 kB Progress (3): 32/35 kB | 40/87 kB | 32/58 kB Progress (3): 32/35 kB | 40/87 kB | 36/58 kB Progress (3): 35 kB | 40/87 kB | 36/58 kB Progress (3): 35 kB | 44/87 kB | 36/58 kB Progress (3): 35 kB | 44/87 kB | 40/58 kB Progress (3): 35 kB | 48/87 kB | 40/58 kB Progress (3): 35 kB | 48/87 kB | 44/58 kB Progress (3): 35 kB | 48/87 kB | 48/58 kB Progress (3): 35 kB | 52/87 kB | 48/58 kB Progress (3): 35 kB | 52/87 kB | 52/58 kB Progress (3): 35 kB | 56/87 kB | 52/58 kB Progress (3): 35 kB | 56/87 kB | 56/58 kB Progress (3): 35 kB | 56/87 kB | 58 kB Progress (3): 35 kB | 60/87 kB | 58 kB Progress (3): 35 kB | 64/87 kB | 58 kB Progress (3): 35 kB | 68/87 kB | 58 kB Progress (3): 35 kB | 72/87 kB | 58 kB Progress (3): 35 kB | 76/87 kB | 58 kB Progress (3): 35 kB | 80/87 kB | 58 kB Progress (3): 35 kB | 84/87 kB | 58 kB Progress (3): 35 kB | 87 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 334 kB/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 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 541 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 (2): 87 kB | 4.1/29 kB Progress (2): 87 kB | 7.7/29 kB Progress (2): 87 kB | 12/29 kB Progress (2): 87 kB | 16/29 kB Progress (2): 87 kB | 20/29 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 809 kB/s) Progress (1): 24/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Progress (1): 28/29 kB Progress (1): 29 kB Progress (2): 29 kB | 4.1/160 kB Progress (2): 29 kB | 7.7/160 kB Progress (2): 29 kB | 12/160 kB Progress (2): 29 kB | 16/160 kB Progress (2): 29 kB | 20/160 kB Progress (2): 29 kB | 24/160 kB Progress (2): 29 kB | 28/160 kB Progress (2): 29 kB | 32/160 kB Progress (2): 29 kB | 33/160 kB Progress (2): 29 kB | 37/160 kB Progress (2): 29 kB | 41/160 kB Progress (2): 29 kB | 45/160 kB Progress (2): 29 kB | 49/160 kB Progress (2): 29 kB | 53/160 kB Progress (2): 29 kB | 57/160 kB Progress (2): 29 kB | 61/160 kB Progress (2): 29 kB | 65/160 kB Progress (3): 29 kB | 65/160 kB | 4.1/10 kB Progress (3): 29 kB | 66/160 kB | 4.1/10 kB Progress (3): 29 kB | 66/160 kB | 7.7/10 kB Progress (3): 29 kB | 66/160 kB | 10 kB Progress (3): 29 kB | 70/160 kB | 10 kB Progress (3): 29 kB | 74/160 kB | 10 kB Progress (4): 29 kB | 74/160 kB | 10 kB | 4.1/21 kB Progress (4): 29 kB | 78/160 kB | 10 kB | 4.1/21 kB Progress (4): 29 kB | 78/160 kB | 10 kB | 7.7/21 kB Progress (4): 29 kB | 82/160 kB | 10 kB | 7.7/21 kB Progress (4): 29 kB | 82/160 kB | 10 kB | 12/21 kB Progress (4): 29 kB | 86/160 kB | 10 kB | 12/21 kB Progress (4): 29 kB | 86/160 kB | 10 kB | 16/21 kB Progress (4): 29 kB | 90/160 kB | 10 kB | 16/21 kB Progress (4): 29 kB | 90/160 kB | 10 kB | 20/21 kB Progress (4): 29 kB | 94/160 kB | 10 kB | 20/21 kB Progress (4): 29 kB | 94/160 kB | 10 kB | 21 kB Progress (4): 29 kB | 98/160 kB | 10 kB | 21 kB Progress (4): 29 kB | 98/160 kB | 10 kB | 21 kB Progress (5): 29 kB | 98/160 kB | 10 kB | 21 kB | 4.1/25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 248 kB/s) Progress (4): 102/160 kB | 10 kB | 21 kB | 4.1/25 kB Progress (4): 102/160 kB | 10 kB | 21 kB | 7.7/25 kB Progress (4): 106/160 kB | 10 kB | 21 kB | 7.7/25 kB Progress (4): 106/160 kB | 10 kB | 21 kB | 12/25 kB Progress (4): 110/160 kB | 10 kB | 21 kB | 12/25 kB Progress (4): 110/160 kB | 10 kB | 21 kB | 16/25 kB Progress (4): 114/160 kB | 10 kB | 21 kB | 16/25 kB Progress (4): 114/160 kB | 10 kB | 21 kB | 20/25 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 86 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 Progress (3): 118/160 kB | 21 kB | 20/25 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Progress (3): 118/160 kB | 21 kB | 24/25 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 127 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Progress (2): 122/160 kB | 24/25 kB Progress (2): 122/160 kB | 25 kB Progress (2): 126/160 kB | 25 kB Progress (2): 130/160 kB | 25 kB Progress (2): 134/160 kB | 25 kB Progress (2): 138/160 kB | 25 kB Progress (2): 142/160 kB | 25 kB Progress (2): 146/160 kB | 25 kB Progress (2): 150/160 kB | 25 kB Progress (2): 154/160 kB | 25 kB Progress (2): 158/160 kB | 25 kB Progress (2): 160 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 902 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 138 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB 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 Progress (2): 10 kB | 20/37 kB Progress (2): 10 kB | 24/37 kB Progress (2): 10 kB | 28/37 kB Progress (2): 10 kB | 32/37 kB Progress (2): 10 kB | 36/37 kB Progress (2): 10 kB | 37 kB Progress (3): 10 kB | 37 kB | 4.1/14 kB Progress (3): 10 kB | 37 kB | 7.7/14 kB Progress (3): 10 kB | 37 kB | 12/14 kB Progress (3): 10 kB | 37 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 53 kB/s) 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 71 kB/s) Progress (2): 37 kB | 4.1/38 kB Progress (2): 37 kB | 7.7/38 kB Progress (2): 37 kB | 12/38 kB Progress (2): 37 kB | 16/38 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 189 kB/s) Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (2): 36/38 kB | 4.1/14 kB Progress (2): 38 kB | 4.1/14 kB Progress (2): 38 kB | 7.7/14 kB Progress (2): 38 kB | 12/14 kB Progress (2): 38 kB | 14 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 189 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 69 kB/s) [INFO] Surefire report directory: /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/target/surefire-reports Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom (2.4 kB at 25 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (2.3 kB at 138 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar 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/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar (37 kB at 615 kB/s) ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running DummyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ package-rename-task --- 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 206 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 165 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-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 73 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 709 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.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 (2): 7.7/22 kB | 4.1/208 kB Progress (2): 12/22 kB | 4.1/208 kB Progress (2): 12/22 kB | 7.7/208 kB Progress (2): 16/22 kB | 7.7/208 kB Progress (2): 16/22 kB | 12/208 kB Progress (2): 16/22 kB | 16/208 kB Progress (2): 20/22 kB | 16/208 kB Progress (2): 22 kB | 16/208 kB Progress (2): 22 kB | 20/208 kB Progress (2): 22 kB | 24/208 kB Progress (2): 22 kB | 28/208 kB Progress (2): 22 kB | 32/208 kB Progress (2): 22 kB | 33/208 kB Progress (2): 22 kB | 37/208 kB Progress (2): 22 kB | 41/208 kB Progress (2): 22 kB | 45/208 kB Progress (2): 22 kB | 49/208 kB Progress (2): 22 kB | 53/208 kB Progress (2): 22 kB | 57/208 kB Progress (2): 22 kB | 61/208 kB Progress (3): 22 kB | 61/208 kB | 4.1/60 kB Progress (4): 22 kB | 61/208 kB | 4.1/60 kB | 4.1/58 kB Progress (4): 22 kB | 65/208 kB | 4.1/60 kB | 4.1/58 kB Progress (4): 22 kB | 65/208 kB | 4.1/60 kB | 7.7/58 kB Progress (4): 22 kB | 65/208 kB | 7.7/60 kB | 7.7/58 kB Progress (4): 22 kB | 65/208 kB | 7.7/60 kB | 12/58 kB Progress (4): 22 kB | 69/208 kB | 7.7/60 kB | 12/58 kB Progress (4): 22 kB | 69/208 kB | 12/60 kB | 12/58 kB Progress (4): 22 kB | 69/208 kB | 12/60 kB | 16/58 kB Progress (4): 22 kB | 69/208 kB | 16/60 kB | 16/58 kB Progress (4): 22 kB | 73/208 kB | 16/60 kB | 16/58 kB Progress (4): 22 kB | 73/208 kB | 16/60 kB | 20/58 kB Progress (4): 22 kB | 73/208 kB | 20/60 kB | 20/58 kB Progress (4): 22 kB | 77/208 kB | 20/60 kB | 20/58 kB Progress (4): 22 kB | 77/208 kB | 20/60 kB | 24/58 kB Progress (4): 22 kB | 81/208 kB | 20/60 kB | 24/58 kB Progress (4): 22 kB | 81/208 kB | 20/60 kB | 28/58 kB Progress (4): 22 kB | 81/208 kB | 24/60 kB | 28/58 kB Progress (4): 22 kB | 85/208 kB | 24/60 kB | 28/58 kB Progress (4): 22 kB | 85/208 kB | 24/60 kB | 32/58 kB Progress (5): 22 kB | 85/208 kB | 24/60 kB | 32/58 kB | 4.1/184 kB Progress (5): 22 kB | 89/208 kB | 24/60 kB | 32/58 kB | 4.1/184 kB Progress (5): 22 kB | 89/208 kB | 28/60 kB | 32/58 kB | 4.1/184 kB Progress (5): 22 kB | 93/208 kB | 28/60 kB | 32/58 kB | 4.1/184 kB Progress (5): 22 kB | 93/208 kB | 28/60 kB | 32/58 kB | 7.7/184 kB Progress (5): 22 kB | 93/208 kB | 28/60 kB | 36/58 kB | 7.7/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 704 kB/s) Progress (4): 93/208 kB | 28/60 kB | 40/58 kB | 7.7/184 kB Progress (4): 93/208 kB | 28/60 kB | 40/58 kB | 12/184 kB Progress (4): 97/208 kB | 28/60 kB | 40/58 kB | 12/184 kB Progress (4): 97/208 kB | 32/60 kB | 40/58 kB | 12/184 kB Progress (4): 101/208 kB | 32/60 kB | 40/58 kB | 12/184 kB Progress (4): 101/208 kB | 36/60 kB | 40/58 kB | 12/184 kB Progress (4): 101/208 kB | 36/60 kB | 40/58 kB | 16/184 kB Progress (4): 101/208 kB | 36/60 kB | 44/58 kB | 16/184 kB Progress (4): 101/208 kB | 36/60 kB | 44/58 kB | 20/184 kB Progress (4): 101/208 kB | 40/60 kB | 44/58 kB | 20/184 kB Progress (4): 105/208 kB | 40/60 kB | 44/58 kB | 20/184 kB Progress (4): 105/208 kB | 40/60 kB | 44/58 kB | 24/184 kB Progress (4): 105/208 kB | 40/60 kB | 48/58 kB | 24/184 kB Progress (4): 109/208 kB | 40/60 kB | 48/58 kB | 24/184 kB Progress (4): 109/208 kB | 40/60 kB | 52/58 kB | 24/184 kB Progress (4): 109/208 kB | 44/60 kB | 52/58 kB | 24/184 kB Progress (4): 109/208 kB | 44/60 kB | 56/58 kB | 24/184 kB Progress (4): 113/208 kB | 44/60 kB | 56/58 kB | 24/184 kB Progress (4): 113/208 kB | 44/60 kB | 56/58 kB | 28/184 kB Progress (4): 113/208 kB | 44/60 kB | 58 kB | 28/184 kB Progress (4): 113/208 kB | 48/60 kB | 58 kB | 28/184 kB Progress (4): 113/208 kB | 48/60 kB | 58 kB | 32/184 kB Progress (4): 117/208 kB | 48/60 kB | 58 kB | 32/184 kB Progress (4): 117/208 kB | 48/60 kB | 58 kB | 33/184 kB Progress (4): 117/208 kB | 52/60 kB | 58 kB | 33/184 kB Progress (4): 117/208 kB | 52/60 kB | 58 kB | 37/184 kB Progress (4): 121/208 kB | 52/60 kB | 58 kB | 37/184 kB Progress (4): 121/208 kB | 52/60 kB | 58 kB | 41/184 kB Progress (4): 121/208 kB | 56/60 kB | 58 kB | 41/184 kB Progress (4): 125/208 kB | 56/60 kB | 58 kB | 41/184 kB Progress (4): 125/208 kB | 60/60 kB | 58 kB | 41/184 kB Progress (4): 125/208 kB | 60/60 kB | 58 kB | 45/184 kB Progress (4): 125/208 kB | 60 kB | 58 kB | 45/184 kB Progress (4): 129/208 kB | 60 kB | 58 kB | 45/184 kB Progress (4): 129/208 kB | 60 kB | 58 kB | 49/184 kB Progress (4): 133/208 kB | 60 kB | 58 kB | 49/184 kB Progress (4): 133/208 kB | 60 kB | 58 kB | 53/184 kB Progress (4): 137/208 kB | 60 kB | 58 kB | 53/184 kB Progress (4): 137/208 kB | 60 kB | 58 kB | 57/184 kB Progress (4): 141/208 kB | 60 kB | 58 kB | 57/184 kB Progress (4): 141/208 kB | 60 kB | 58 kB | 61/184 kB Progress (4): 145/208 kB | 60 kB | 58 kB | 61/184 kB Progress (4): 145/208 kB | 60 kB | 58 kB | 65/184 kB Progress (4): 149/208 kB | 60 kB | 58 kB | 65/184 kB Progress (4): 149/208 kB | 60 kB | 58 kB | 66/184 kB Progress (4): 153/208 kB | 60 kB | 58 kB | 66/184 kB Progress (4): 153/208 kB | 60 kB | 58 kB | 70/184 kB Progress (4): 157/208 kB | 60 kB | 58 kB | 70/184 kB Progress (4): 157/208 kB | 60 kB | 58 kB | 74/184 kB Progress (4): 161/208 kB | 60 kB | 58 kB | 74/184 kB Progress (4): 161/208 kB | 60 kB | 58 kB | 78/184 kB Progress (4): 165/208 kB | 60 kB | 58 kB | 78/184 kB Progress (4): 165/208 kB | 60 kB | 58 kB | 82/184 kB Progress (4): 169/208 kB | 60 kB | 58 kB | 82/184 kB Progress (4): 169/208 kB | 60 kB | 58 kB | 86/184 kB Progress (4): 173/208 kB | 60 kB | 58 kB | 86/184 kB Progress (4): 173/208 kB | 60 kB | 58 kB | 90/184 kB Progress (4): 177/208 kB | 60 kB | 58 kB | 90/184 kB Progress (4): 177/208 kB | 60 kB | 58 kB | 94/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 1.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 1.5 MB/s) Progress (2): 177/208 kB | 98/184 kB Progress (2): 181/208 kB | 98/184 kB Progress (2): 181/208 kB | 98/184 kB Progress (2): 185/208 kB | 98/184 kB Progress (2): 185/208 kB | 102/184 kB Progress (2): 189/208 kB | 102/184 kB Progress (2): 189/208 kB | 106/184 kB Progress (2): 193/208 kB | 106/184 kB Progress (2): 193/208 kB | 110/184 kB Progress (2): 197/208 kB | 110/184 kB Progress (2): 197/208 kB | 114/184 kB Progress (2): 201/208 kB | 114/184 kB Progress (2): 201/208 kB | 118/184 kB Progress (2): 205/208 kB | 118/184 kB Progress (2): 205/208 kB | 122/184 kB Progress (2): 208 kB | 122/184 kB Progress (2): 208 kB | 126/184 kB Progress (2): 208 kB | 130/184 kB Progress (2): 208 kB | 131/184 kB Progress (2): 208 kB | 135/184 kB Progress (2): 208 kB | 139/184 kB Progress (2): 208 kB | 143/184 kB Progress (2): 208 kB | 147/184 kB Progress (2): 208 kB | 151/184 kB Progress (2): 208 kB | 155/184 kB Progress (2): 208 kB | 159/184 kB Progress (2): 208 kB | 163/184 kB Progress (2): 208 kB | 164/184 kB Progress (2): 208 kB | 168/184 kB Progress (2): 208 kB | 172/184 kB Progress (2): 208 kB | 176/184 kB Progress (2): 208 kB | 180/184 kB Progress (2): 208 kB | 184/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.4 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 3.6 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/target/package-rename-task-1.5.3-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ package-rename-task --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ package-rename-task --- 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 140 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 1.1 MB/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 59 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 311 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 516 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 484 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.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/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Progress (2): 12 kB | 4.1/230 kB Progress (2): 12 kB | 7.7/230 kB Progress (2): 12 kB | 12/230 kB Progress (2): 12 kB | 16/230 kB Progress (2): 12 kB | 20/230 kB Progress (2): 12 kB | 24/230 kB Progress (2): 12 kB | 28/230 kB Progress (2): 12 kB | 32/230 kB Progress (2): 12 kB | 33/230 kB Progress (2): 12 kB | 37/230 kB Progress (2): 12 kB | 41/230 kB Progress (2): 12 kB | 45/230 kB Progress (2): 12 kB | 49/230 kB Progress (2): 12 kB | 53/230 kB Progress (2): 12 kB | 57/230 kB Progress (2): 12 kB | 61/230 kB Progress (2): 12 kB | 65/230 kB Progress (2): 12 kB | 66/230 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 698 kB/s) Progress (1): 70/230 kB Progress (1): 74/230 kB Progress (1): 78/230 kB Progress (1): 82/230 kB Progress (1): 86/230 kB Progress (1): 90/230 kB Progress (1): 94/230 kB Progress (1): 98/230 kB Progress (1): 98/230 kB Progress (1): 102/230 kB Progress (1): 106/230 kB Progress (1): 110/230 kB Progress (1): 114/230 kB 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): 197/230 kB Progress (1): 201/230 kB Progress (1): 205/230 kB Progress (1): 209/230 kB Progress (1): 213/230 kB Progress (1): 217/230 kB Progress (1): 221/230 kB Progress (1): 225/230 kB Progress (1): 229/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 7.0 MB/s) [INFO] Installing /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/target/package-rename-task-1.5.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/wts/tools/ant/package-rename-task/1.5.3-SNAPSHOT/package-rename-task-1.5.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/package-rename-task-ee4j8-build/package-rename-task/pom.xml to /home/jenkins/.m2/repository/com/sun/wts/tools/ant/package-rename-task/1.5.3-SNAPSHOT/package-rename-task-1.5.3-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:22 min [INFO] Finished at: 2019-11-21T10:52:33Z [INFO] ------------------------------------------------------------------------ Recording test results No mail will be sent out, as 'Package Rename Ant Task EE4J_8 build #9' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS