Started by user Dmitry Kornilov Running as Dmitry Kornilov Agent default-agent-gc4gs is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-gc4gs" 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-gc4gs" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-gc4gs" - 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-gc4gs in workspace /home/jenkins/agent/workspace/jaxr-ri-master-build using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jaxr-ri.git > git init /home/jenkins/agent/workspace/jaxr-ri-master-build # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jaxr-ri.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jaxr-ri.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@github.com:eclipse-ee4j/jaxr-ri.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jaxr-ri.git # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jaxr-ri.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jaxr-ri.git +refs/heads/master:refs/remotes/origin/master > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 632dc00030ba7a60982fa770908f14f88cf52727 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 632dc00030ba7a60982fa770908f14f88cf52727 Commit message: "Set compiler flags based on JDK version used (#6)" > git rev-list --no-walk 632dc00030ba7a60982fa770908f14f88cf52727 # timeout=10 [jaxr-ri-master-build] $ /bin/bash /tmp/jenkins2515912096973522649.sh -[ SAAJ RI Build ]-------------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1 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 47 kB/s) [INFO] [INFO] -------------------< com.sun.xml.registry:jaxr-impl >------------------- [INFO] Building Java XML registry Reference Implementation 1.0.9-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- 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 206 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.1 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 740 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 1.1 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.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 131 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 989 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar 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 976 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 301 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 383 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.1 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 741 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 1.4 MB/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 541 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 160 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 834 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): 33/62 kB Progress (1): 37/62 kB Progress (1): 41/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from 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.6 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.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/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom (9.9 kB at 521 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/4/felix-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.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/felix/felix-parent/4/felix-parent-4.pom (24 kB at 999 kB/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 845 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar Progress (1): 4.1/232 kB Progress (1): 7.7/232 kB Progress (1): 12/232 kB Progress (1): 16/232 kB Progress (1): 20/232 kB Progress (1): 24/232 kB Progress (1): 28/232 kB Progress (1): 32/232 kB Progress (1): 33/232 kB Progress (1): 37/232 kB Progress (1): 41/232 kB Progress (1): 45/232 kB Progress (1): 49/232 kB Progress (1): 53/232 kB Progress (1): 57/232 kB Progress (1): 61/232 kB Progress (1): 65/232 kB Progress (1): 66/232 kB Progress (1): 70/232 kB Progress (1): 74/232 kB Progress (1): 78/232 kB Progress (1): 82/232 kB Progress (1): 86/232 kB Progress (1): 90/232 kB Progress (1): 94/232 kB Progress (1): 98/232 kB Progress (1): 98/232 kB Progress (1): 102/232 kB Progress (1): 106/232 kB Progress (1): 110/232 kB Progress (1): 114/232 kB Progress (1): 118/232 kB Progress (1): 122/232 kB Progress (1): 126/232 kB Progress (1): 130/232 kB Progress (1): 131/232 kB Progress (1): 135/232 kB Progress (1): 139/232 kB Progress (1): 143/232 kB Progress (1): 147/232 kB Progress (1): 151/232 kB Progress (1): 155/232 kB Progress (1): 159/232 kB Progress (1): 163/232 kB Progress (1): 164/232 kB Progress (1): 168/232 kB Progress (1): 172/232 kB Progress (1): 176/232 kB Progress (1): 180/232 kB Progress (1): 184/232 kB Progress (1): 188/232 kB Progress (1): 192/232 kB Progress (1): 196/232 kB Progress (1): 200/232 kB Progress (1): 204/232 kB Progress (1): 208/232 kB Progress (1): 212/232 kB Progress (1): 216/232 kB Progress (1): 220/232 kB Progress (1): 224/232 kB Progress (1): 228/232 kB Progress (1): 232 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar (232 kB at 6.4 MB/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 582 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 726 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/3.0.1/maven-jar-plugin-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.pom Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.pom (6.2 kB at 269 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 484 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 2.0 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 870 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.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-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.jar (27 kB at 1.3 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 319 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.4 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/registry/jakarta.xml.registry-api/1.0.9/jakarta.xml.registry-api-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/registry/jakarta.xml.registry-api/1.0.9/jakarta.xml.registry-api-1.0.9.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/jakarta/xml/registry/jakarta.xml.registry-api/1.0.9/jakarta.xml.registry-api-1.0.9.pom (13 kB at 27 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.4/project-1.0.4.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/eclipse/ee4j/project/1.0.4/project-1.0.4.pom (12 kB at 527 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.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/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.pom (19 kB at 744 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 229 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.1/all-1.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.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/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 77 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.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/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 645 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.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/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom (16 kB at 800 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom (7.7 kB at 150 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/registry/jakarta.xml.registry-api/1.0.9/jakarta.xml.registry-api-1.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/registry/jakarta.xml.registry-api/1.0.9/jakarta.xml.registry-api-1.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.jar Progress (1): 4.1/115 kB Progress (1): 7.7/115 kB Progress (1): 12/115 kB Progress (1): 16/115 kB Progress (1): 20/115 kB Progress (1): 24/115 kB Progress (1): 28/115 kB Progress (1): 32/115 kB Progress (1): 33/115 kB Progress (1): 37/115 kB Progress (1): 41/115 kB Progress (1): 45/115 kB Progress (1): 49/115 kB Progress (1): 53/115 kB Progress (1): 57/115 kB Progress (1): 61/115 kB Progress (1): 65/115 kB Progress (1): 66/115 kB Progress (1): 70/115 kB Progress (1): 74/115 kB Progress (1): 78/115 kB Progress (1): 82/115 kB Progress (1): 86/115 kB Progress (1): 90/115 kB Progress (1): 94/115 kB Progress (1): 98/115 kB Progress (1): 102/115 kB Progress (1): 106/115 kB Progress (1): 110/115 kB Progress (1): 114/115 kB Progress (1): 115 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar (115 kB at 4.0 MB/s) Progress (1): 4.1/36 kB Progress (1): 7.7/36 kB Progress (1): 12/36 kB Progress (1): 16/36 kB Progress (1): 20/36 kB Progress (1): 24/36 kB Progress (1): 28/36 kB Progress (1): 32/36 kB Progress (1): 36/36 kB Progress (1): 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.jar (36 kB at 695 kB/s) 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/44 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 386 kB/s) Progress (1): 4.1/135 kB Progress (1): 7.7/135 kB Progress (1): 12/135 kB Progress (1): 16/135 kB Progress (1): 20/135 kB Progress (1): 24/135 kB Progress (1): 28/135 kB Progress (1): 32/135 kB Progress (1): 33/135 kB Progress (1): 37/135 kB Progress (1): 41/135 kB Progress (1): 45/135 kB Progress (1): 49/135 kB Progress (1): 53/135 kB Progress (1): 57/135 kB Progress (1): 61/135 kB Progress (1): 65/135 kB Progress (1): 66/135 kB Progress (1): 70/135 kB Progress (1): 74/135 kB Progress (1): 78/135 kB Progress (1): 82/135 kB Progress (1): 86/135 kB Progress (1): 90/135 kB Progress (1): 94/135 kB Progress (1): 98/135 kB Progress (1): 98/135 kB Progress (1): 102/135 kB Progress (1): 106/135 kB Progress (1): 110/135 kB Progress (1): 114/135 kB Progress (1): 118/135 kB Progress (1): 122/135 kB Progress (1): 126/135 kB Progress (1): 130/135 kB Progress (1): 134/135 kB Progress (1): 135 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/registry/jakarta.xml.registry-api/1.0.9/jakarta.xml.registry-api-1.0.9.jar (135 kB at 361 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxr-impl --- 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 81 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 503 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 1.0 MB/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 191 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 214 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 363 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 465 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 612 kB/s) Progress (1): 4.1/226 kB Progress (1): 7.7/226 kB Progress (1): 12/226 kB Progress (1): 16/226 kB Progress (1): 20/226 kB Progress (1): 24/226 kB Progress (1): 28/226 kB Progress (1): 32/226 kB Progress (1): 33/226 kB Progress (1): 37/226 kB Progress (1): 41/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (1): 53/226 kB Progress (1): 57/226 kB Progress (1): 61/226 kB Progress (1): 65/226 kB Progress (1): 66/226 kB Progress (1): 70/226 kB Progress (1): 74/226 kB Progress (1): 78/226 kB Progress (1): 82/226 kB Progress (1): 86/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 110/226 kB Progress (1): 114/226 kB Progress (1): 118/226 kB Progress (1): 122/226 kB Progress (1): 126/226 kB Progress (1): 130/226 kB Progress (1): 131/226 kB Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 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 4.4 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ jaxr-impl --- 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 316 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.2 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 1.1 MB/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 673 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 205 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 175 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 798 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from 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 118 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 101 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 38 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 298 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 596 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 26 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 212 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 164 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 400 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 336 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 368 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 138 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 23 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 84 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 88 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 268 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 156 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 137 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 69 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 457 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 672 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 18 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 249 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 266 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 108 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 303 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 527 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 140 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 145 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 98 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 429 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 98 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 123 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 102 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 258 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 896 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from 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 904 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 70 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 71 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 180 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/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): 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/27/maven-parent-27.pom (41 kB at 2.3 MB/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 245 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 212 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 50 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 495 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.6 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 241 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 98 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.1 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.1 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 1.0 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 197 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 356 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 266 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 284 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.8 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/15/apache-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 802 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 598 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.5 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 758 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 40 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 116 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-settings/3.0/maven-settings-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-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/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-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/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (2): 16/38 kB | 4.1/165 kB Progress (2): 20/38 kB | 4.1/165 kB Progress (2): 20/38 kB | 7.7/165 kB Progress (2): 24/38 kB | 7.7/165 kB Progress (3): 24/38 kB | 7.7/165 kB | 4.1/527 kB Progress (3): 24/38 kB | 12/165 kB | 4.1/527 kB Progress (3): 24/38 kB | 12/165 kB | 7.7/527 kB Progress (3): 28/38 kB | 12/165 kB | 7.7/527 kB Progress (3): 28/38 kB | 12/165 kB | 12/527 kB Progress (4): 28/38 kB | 12/165 kB | 12/527 kB | 4.1/30 kB Progress (4): 28/38 kB | 16/165 kB | 12/527 kB | 4.1/30 kB Progress (4): 28/38 kB | 16/165 kB | 12/527 kB | 7.7/30 kB Progress (4): 28/38 kB | 20/165 kB | 12/527 kB | 7.7/30 kB Progress (4): 28/38 kB | 20/165 kB | 16/527 kB | 7.7/30 kB Progress (4): 32/38 kB | 20/165 kB | 16/527 kB | 7.7/30 kB Progress (5): 32/38 kB | 20/165 kB | 16/527 kB | 7.7/30 kB | 4.1/47 kB Progress (5): 32/38 kB | 24/165 kB | 16/527 kB | 7.7/30 kB | 4.1/47 kB Progress (5): 32/38 kB | 24/165 kB | 16/527 kB | 12/30 kB | 4.1/47 kB Progress (5): 32/38 kB | 28/165 kB | 16/527 kB | 12/30 kB | 4.1/47 kB Progress (5): 32/38 kB | 28/165 kB | 16/527 kB | 12/30 kB | 7.7/47 kB Progress (5): 36/38 kB | 28/165 kB | 16/527 kB | 12/30 kB | 7.7/47 kB Progress (5): 36/38 kB | 28/165 kB | 16/527 kB | 12/30 kB | 12/47 kB Progress (5): 36/38 kB | 28/165 kB | 20/527 kB | 12/30 kB | 12/47 kB Progress (5): 36/38 kB | 28/165 kB | 20/527 kB | 12/30 kB | 16/47 kB Progress (5): 38 kB | 28/165 kB | 20/527 kB | 12/30 kB | 16/47 kB Progress (5): 38 kB | 32/165 kB | 20/527 kB | 12/30 kB | 16/47 kB Progress (5): 38 kB | 32/165 kB | 20/527 kB | 16/30 kB | 16/47 kB Progress (5): 38 kB | 36/165 kB | 20/527 kB | 16/30 kB | 16/47 kB Progress (5): 38 kB | 36/165 kB | 20/527 kB | 16/30 kB | 20/47 kB Progress (5): 38 kB | 36/165 kB | 24/527 kB | 16/30 kB | 20/47 kB Progress (5): 38 kB | 36/165 kB | 24/527 kB | 16/30 kB | 24/47 kB Progress (5): 38 kB | 40/165 kB | 24/527 kB | 16/30 kB | 24/47 kB Progress (5): 38 kB | 40/165 kB | 24/527 kB | 20/30 kB | 24/47 kB Progress (5): 38 kB | 40/165 kB | 24/527 kB | 20/30 kB | 28/47 kB Progress (5): 38 kB | 40/165 kB | 28/527 kB | 20/30 kB | 28/47 kB Progress (5): 38 kB | 40/165 kB | 28/527 kB | 20/30 kB | 32/47 kB Progress (5): 38 kB | 40/165 kB | 28/527 kB | 24/30 kB | 32/47 kB Progress (5): 38 kB | 44/165 kB | 28/527 kB | 24/30 kB | 32/47 kB Progress (5): 38 kB | 44/165 kB | 28/527 kB | 28/30 kB | 32/47 kB Progress (5): 38 kB | 44/165 kB | 28/527 kB | 28/30 kB | 36/47 kB Progress (5): 38 kB | 44/165 kB | 32/527 kB | 28/30 kB | 36/47 kB Progress (5): 38 kB | 44/165 kB | 32/527 kB | 28/30 kB | 40/47 kB Progress (5): 38 kB | 44/165 kB | 32/527 kB | 30 kB | 40/47 kB Progress (5): 38 kB | 44/165 kB | 32/527 kB | 30 kB | 44/47 kB Progress (5): 38 kB | 48/165 kB | 32/527 kB | 30 kB | 44/47 kB Progress (5): 38 kB | 48/165 kB | 32/527 kB | 30 kB | 47 kB Progress (5): 38 kB | 48/165 kB | 33/527 kB | 30 kB | 47 kB Progress (5): 38 kB | 52/165 kB | 33/527 kB | 30 kB | 47 kB Progress (5): 38 kB | 52/165 kB | 37/527 kB | 30 kB | 47 kB Progress (5): 38 kB | 56/165 kB | 37/527 kB | 30 kB | 47 kB Progress (5): 38 kB | 56/165 kB | 41/527 kB | 30 kB | 47 kB Progress (5): 38 kB | 60/165 kB | 41/527 kB | 30 kB | 47 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 675 kB/s) Progress (4): 64/165 kB | 41/527 kB | 30 kB | 47 kB Progress (4): 64/165 kB | 45/527 kB | 30 kB | 47 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 (4): 64/165 kB | 49/527 kB | 30 kB | 47 kB Progress (4): 68/165 kB | 49/527 kB | 30 kB | 47 kB Progress (4): 68/165 kB | 53/527 kB | 30 kB | 47 kB Progress (4): 72/165 kB | 53/527 kB | 30 kB | 47 kB Progress (4): 72/165 kB | 57/527 kB | 30 kB | 47 kB Progress (4): 76/165 kB | 57/527 kB | 30 kB | 47 kB Progress (4): 76/165 kB | 61/527 kB | 30 kB | 47 kB Progress (4): 80/165 kB | 61/527 kB | 30 kB | 47 kB Progress (4): 80/165 kB | 65/527 kB | 30 kB | 47 kB Progress (4): 84/165 kB | 65/527 kB | 30 kB | 47 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 510 kB/s) Progress (3): 84/165 kB | 66/527 kB | 47 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 (3): 88/165 kB | 66/527 kB | 47 kB Progress (3): 88/165 kB | 70/527 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 765 kB/s) Progress (2): 88/165 kB | 74/527 kB Progress (2): 92/165 kB | 74/527 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 (2): 92/165 kB | 78/527 kB Progress (2): 96/165 kB | 78/527 kB Progress (2): 96/165 kB | 82/527 kB Progress (2): 100/165 kB | 82/527 kB Progress (2): 100/165 kB | 86/527 kB Progress (2): 104/165 kB | 86/527 kB Progress (2): 104/165 kB | 90/527 kB Progress (2): 108/165 kB | 90/527 kB Progress (2): 108/165 kB | 94/527 kB Progress (2): 112/165 kB | 94/527 kB Progress (2): 112/165 kB | 98/527 kB Progress (2): 116/165 kB | 98/527 kB Progress (2): 116/165 kB | 102/527 kB Progress (2): 120/165 kB | 102/527 kB Progress (2): 120/165 kB | 106/527 kB Progress (2): 124/165 kB | 106/527 kB Progress (2): 124/165 kB | 110/527 kB Progress (2): 128/165 kB | 110/527 kB Progress (2): 128/165 kB | 114/527 kB Progress (2): 132/165 kB | 114/527 kB Progress (2): 132/165 kB | 118/527 kB Progress (2): 136/165 kB | 118/527 kB Progress (2): 136/165 kB | 122/527 kB Progress (2): 140/165 kB | 122/527 kB Progress (2): 140/165 kB | 126/527 kB Progress (2): 144/165 kB | 126/527 kB Progress (2): 144/165 kB | 130/527 kB Progress (2): 148/165 kB | 130/527 kB Progress (2): 148/165 kB | 134/527 kB Progress (2): 152/165 kB | 134/527 kB Progress (2): 152/165 kB | 138/527 kB Progress (2): 156/165 kB | 138/527 kB Progress (2): 156/165 kB | 142/527 kB Progress (2): 160/165 kB | 142/527 kB Progress (2): 160/165 kB | 146/527 kB Progress (2): 164/165 kB | 146/527 kB Progress (2): 164/165 kB | 150/527 kB Progress (2): 165 kB | 150/527 kB Progress (2): 165 kB | 154/527 kB Progress (2): 165 kB | 158/527 kB Progress (2): 165 kB | 162/527 kB Progress (3): 165 kB | 162/527 kB | 4.1/148 kB Progress (3): 165 kB | 162/527 kB | 7.7/148 kB Progress (3): 165 kB | 162/527 kB | 12/148 kB Progress (3): 165 kB | 162/527 kB | 16/148 kB Progress (4): 165 kB | 162/527 kB | 16/148 kB | 4.1/51 kB Progress (4): 165 kB | 162/527 kB | 16/148 kB | 7.7/51 kB Progress (4): 165 kB | 162/527 kB | 16/148 kB | 12/51 kB Progress (4): 165 kB | 166/527 kB | 16/148 kB | 12/51 kB Progress (5): 165 kB | 166/527 kB | 16/148 kB | 12/51 kB | 4.1/52 kB Progress (5): 165 kB | 166/527 kB | 20/148 kB | 12/51 kB | 4.1/52 kB Progress (5): 165 kB | 166/527 kB | 20/148 kB | 12/51 kB | 7.7/52 kB Progress (5): 165 kB | 170/527 kB | 20/148 kB | 12/51 kB | 7.7/52 kB Progress (5): 165 kB | 170/527 kB | 20/148 kB | 16/51 kB | 7.7/52 kB Progress (5): 165 kB | 174/527 kB | 20/148 kB | 16/51 kB | 7.7/52 kB Progress (5): 165 kB | 174/527 kB | 20/148 kB | 16/51 kB | 12/52 kB Progress (5): 165 kB | 174/527 kB | 24/148 kB | 16/51 kB | 12/52 kB Progress (5): 165 kB | 174/527 kB | 24/148 kB | 16/51 kB | 16/52 kB Progress (5): 165 kB | 178/527 kB | 24/148 kB | 16/51 kB | 16/52 kB Progress (5): 165 kB | 178/527 kB | 24/148 kB | 20/51 kB | 16/52 kB Progress (5): 165 kB | 178/527 kB | 24/148 kB | 20/51 kB | 20/52 kB Progress (5): 165 kB | 178/527 kB | 28/148 kB | 20/51 kB | 20/52 kB Progress (5): 165 kB | 178/527 kB | 28/148 kB | 20/51 kB | 24/52 kB Progress (5): 165 kB | 182/527 kB | 28/148 kB | 20/51 kB | 24/52 kB Progress (5): 165 kB | 182/527 kB | 28/148 kB | 20/51 kB | 28/52 kB Progress (5): 165 kB | 182/527 kB | 28/148 kB | 24/51 kB | 28/52 kB Progress (5): 165 kB | 182/527 kB | 28/148 kB | 24/51 kB | 32/52 kB Progress (5): 165 kB | 186/527 kB | 28/148 kB | 24/51 kB | 32/52 kB Progress (5): 165 kB | 186/527 kB | 32/148 kB | 24/51 kB | 32/52 kB Progress (5): 165 kB | 186/527 kB | 32/148 kB | 24/51 kB | 36/52 kB Progress (5): 165 kB | 186/527 kB | 32/148 kB | 28/51 kB | 36/52 kB Progress (5): 165 kB | 186/527 kB | 32/148 kB | 28/51 kB | 40/52 kB Progress (5): 165 kB | 186/527 kB | 33/148 kB | 28/51 kB | 40/52 kB Progress (5): 165 kB | 190/527 kB | 33/148 kB | 28/51 kB | 40/52 kB Progress (5): 165 kB | 190/527 kB | 33/148 kB | 28/51 kB | 44/52 kB Progress (5): 165 kB | 190/527 kB | 33/148 kB | 32/51 kB | 44/52 kB Progress (5): 165 kB | 190/527 kB | 33/148 kB | 32/51 kB | 48/52 kB Progress (5): 165 kB | 190/527 kB | 37/148 kB | 32/51 kB | 48/52 kB Progress (5): 165 kB | 190/527 kB | 37/148 kB | 32/51 kB | 52/52 kB Progress (5): 165 kB | 194/527 kB | 37/148 kB | 32/51 kB | 52/52 kB Progress (5): 165 kB | 194/527 kB | 37/148 kB | 32/51 kB | 52 kB Progress (5): 165 kB | 194/527 kB | 41/148 kB | 32/51 kB | 52 kB Progress (5): 165 kB | 194/527 kB | 41/148 kB | 36/51 kB | 52 kB Progress (5): 165 kB | 194/527 kB | 45/148 kB | 36/51 kB | 52 kB Progress (5): 165 kB | 198/527 kB | 45/148 kB | 36/51 kB | 52 kB Progress (5): 165 kB | 198/527 kB | 49/148 kB | 36/51 kB | 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 1.3 MB/s) Progress (4): 198/527 kB | 49/148 kB | 40/51 kB | 52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (4): 198/527 kB | 53/148 kB | 40/51 kB | 52 kB Progress (4): 202/527 kB | 53/148 kB | 40/51 kB | 52 kB Progress (4): 202/527 kB | 57/148 kB | 40/51 kB | 52 kB Progress (4): 202/527 kB | 57/148 kB | 44/51 kB | 52 kB Progress (4): 206/527 kB | 57/148 kB | 44/51 kB | 52 kB Progress (4): 206/527 kB | 57/148 kB | 48/51 kB | 52 kB Progress (4): 206/527 kB | 61/148 kB | 48/51 kB | 52 kB Progress (4): 206/527 kB | 61/148 kB | 51 kB | 52 kB Progress (4): 210/527 kB | 61/148 kB | 51 kB | 52 kB Progress (4): 210/527 kB | 65/148 kB | 51 kB | 52 kB Progress (4): 214/527 kB | 65/148 kB | 51 kB | 52 kB Progress (4): 214/527 kB | 66/148 kB | 51 kB | 52 kB Progress (4): 218/527 kB | 66/148 kB | 51 kB | 52 kB Progress (4): 218/527 kB | 70/148 kB | 51 kB | 52 kB Progress (4): 222/527 kB | 70/148 kB | 51 kB | 52 kB Progress (4): 222/527 kB | 74/148 kB | 51 kB | 52 kB Progress (4): 226/527 kB | 74/148 kB | 51 kB | 52 kB Progress (4): 226/527 kB | 78/148 kB | 51 kB | 52 kB Progress (4): 230/527 kB | 78/148 kB | 51 kB | 52 kB Progress (4): 230/527 kB | 82/148 kB | 51 kB | 52 kB Progress (4): 234/527 kB | 82/148 kB | 51 kB | 52 kB Progress (4): 234/527 kB | 86/148 kB | 51 kB | 52 kB Progress (4): 234/527 kB | 90/148 kB | 51 kB | 52 kB Progress (4): 238/527 kB | 90/148 kB | 51 kB | 52 kB Progress (4): 238/527 kB | 94/148 kB | 51 kB | 52 kB Progress (4): 242/527 kB | 94/148 kB | 51 kB | 52 kB Progress (4): 242/527 kB | 98/148 kB | 51 kB | 52 kB Progress (4): 246/527 kB | 98/148 kB | 51 kB | 52 kB Progress (4): 246/527 kB | 98/148 kB | 51 kB | 52 kB Progress (4): 250/527 kB | 98/148 kB | 51 kB | 52 kB Progress (4): 250/527 kB | 102/148 kB | 51 kB | 52 kB Progress (4): 250/527 kB | 106/148 kB | 51 kB | 52 kB Progress (4): 254/527 kB | 106/148 kB | 51 kB | 52 kB Progress (4): 254/527 kB | 110/148 kB | 51 kB | 52 kB Progress (4): 258/527 kB | 110/148 kB | 51 kB | 52 kB Progress (4): 258/527 kB | 114/148 kB | 51 kB | 52 kB Progress (4): 262/527 kB | 114/148 kB | 51 kB | 52 kB Progress (4): 262/527 kB | 118/148 kB | 51 kB | 52 kB Progress (4): 266/527 kB | 118/148 kB | 51 kB | 52 kB Progress (4): 266/527 kB | 122/148 kB | 51 kB | 52 kB Progress (4): 270/527 kB | 122/148 kB | 51 kB | 52 kB Progress (4): 270/527 kB | 126/148 kB | 51 kB | 52 kB Progress (4): 274/527 kB | 126/148 kB | 51 kB | 52 kB Progress (4): 274/527 kB | 130/148 kB | 51 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 382 kB/s) Progress (3): 274/527 kB | 134/148 kB | 51 kB Progress (3): 278/527 kB | 134/148 kB | 51 kB Progress (3): 278/527 kB | 138/148 kB | 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 (3): 278/527 kB | 142/148 kB | 51 kB Progress (3): 282/527 kB | 142/148 kB | 51 kB Progress (3): 282/527 kB | 146/148 kB | 51 kB Progress (3): 282/527 kB | 148 kB | 51 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 371 kB/s) Progress (2): 286/527 kB | 148 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): 290/527 kB | 148 kB Progress (2): 294/527 kB | 148 kB Progress (2): 298/527 kB | 148 kB Progress (2): 302/527 kB | 148 kB Progress (2): 306/527 kB | 148 kB Progress (2): 310/527 kB | 148 kB Progress (2): 314/527 kB | 148 kB Progress (2): 318/527 kB | 148 kB Progress (2): 322/527 kB | 148 kB Progress (2): 326/527 kB | 148 kB Progress (2): 330/527 kB | 148 kB Progress (2): 334/527 kB | 148 kB Progress (2): 338/527 kB | 148 kB Progress (2): 342/527 kB | 148 kB Progress (2): 346/527 kB | 148 kB Progress (2): 350/527 kB | 148 kB Progress (2): 354/527 kB | 148 kB Progress (2): 358/527 kB | 148 kB Progress (2): 362/527 kB | 148 kB Progress (2): 366/527 kB | 148 kB Progress (2): 370/527 kB | 148 kB Progress (2): 374/527 kB | 148 kB Progress (2): 378/527 kB | 148 kB Progress (2): 382/527 kB | 148 kB Progress (2): 386/527 kB | 148 kB Progress (2): 390/527 kB | 148 kB Progress (2): 394/527 kB | 148 kB Progress (2): 398/527 kB | 148 kB Progress (2): 402/527 kB | 148 kB Progress (2): 406/527 kB | 148 kB Progress (2): 410/527 kB | 148 kB Progress (2): 414/527 kB | 148 kB Progress (3): 414/527 kB | 148 kB | 4.1/106 kB Progress (3): 418/527 kB | 148 kB | 4.1/106 kB Progress (3): 418/527 kB | 148 kB | 7.7/106 kB Progress (3): 422/527 kB | 148 kB | 7.7/106 kB Progress (3): 426/527 kB | 148 kB | 7.7/106 kB Progress (3): 426/527 kB | 148 kB | 12/106 kB Progress (3): 430/527 kB | 148 kB | 12/106 kB Progress (3): 430/527 kB | 148 kB | 16/106 kB Progress (3): 434/527 kB | 148 kB | 16/106 kB Progress (3): 438/527 kB | 148 kB | 16/106 kB Progress (3): 438/527 kB | 148 kB | 20/106 kB Progress (3): 442/527 kB | 148 kB | 20/106 kB Progress (3): 442/527 kB | 148 kB | 24/106 kB Progress (3): 446/527 kB | 148 kB | 24/106 kB Progress (3): 450/527 kB | 148 kB | 24/106 kB Progress (3): 450/527 kB | 148 kB | 28/106 kB Progress (3): 454/527 kB | 148 kB | 28/106 kB Progress (3): 454/527 kB | 148 kB | 32/106 kB Progress (3): 458/527 kB | 148 kB | 32/106 kB Progress (3): 458/527 kB | 148 kB | 33/106 kB Progress (3): 462/527 kB | 148 kB | 33/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 986 kB/s) Progress (3): 462/527 kB | 33/106 kB | 4.1/14 kB Progress (3): 462/527 kB | 37/106 kB | 4.1/14 kB Progress (3): 466/527 kB | 37/106 kB | 4.1/14 kB Progress (4): 466/527 kB | 37/106 kB | 4.1/14 kB | 4.1/74 kB Progress (4): 466/527 kB | 41/106 kB | 4.1/14 kB | 4.1/74 kB Progress (4): 466/527 kB | 41/106 kB | 7.7/14 kB | 4.1/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (4): 466/527 kB | 41/106 kB | 12/14 kB | 4.1/74 kB Progress (4): 466/527 kB | 45/106 kB | 12/14 kB | 4.1/74 kB Progress (4): 466/527 kB | 45/106 kB | 12/14 kB | 7.7/74 kB Progress (4): 470/527 kB | 45/106 kB | 12/14 kB | 7.7/74 kB Progress (4): 470/527 kB | 49/106 kB | 12/14 kB | 7.7/74 kB Progress (4): 470/527 kB | 49/106 kB | 14 kB | 7.7/74 kB Progress (4): 470/527 kB | 53/106 kB | 14 kB | 7.7/74 kB Progress (4): 470/527 kB | 53/106 kB | 14 kB | 12/74 kB Progress (4): 474/527 kB | 53/106 kB | 14 kB | 12/74 kB Progress (4): 474/527 kB | 53/106 kB | 14 kB | 16/74 kB Progress (4): 474/527 kB | 57/106 kB | 14 kB | 16/74 kB Progress (4): 478/527 kB | 57/106 kB | 14 kB | 16/74 kB Progress (4): 478/527 kB | 57/106 kB | 14 kB | 20/74 kB Progress (4): 478/527 kB | 61/106 kB | 14 kB | 20/74 kB Progress (4): 482/527 kB | 61/106 kB | 14 kB | 20/74 kB Progress (4): 482/527 kB | 65/106 kB | 14 kB | 20/74 kB Progress (4): 482/527 kB | 65/106 kB | 14 kB | 24/74 kB Progress (4): 486/527 kB | 65/106 kB | 14 kB | 24/74 kB Progress (4): 486/527 kB | 66/106 kB | 14 kB | 24/74 kB Progress (4): 486/527 kB | 66/106 kB | 14 kB | 28/74 kB Progress (4): 490/527 kB | 66/106 kB | 14 kB | 28/74 kB Progress (4): 490/527 kB | 66/106 kB | 14 kB | 32/74 kB Progress (4): 490/527 kB | 70/106 kB | 14 kB | 32/74 kB Progress (4): 490/527 kB | 70/106 kB | 14 kB | 33/74 kB Progress (4): 494/527 kB | 70/106 kB | 14 kB | 33/74 kB Progress (4): 494/527 kB | 74/106 kB | 14 kB | 33/74 kB Progress (4): 498/527 kB | 74/106 kB | 14 kB | 33/74 kB Progress (4): 498/527 kB | 74/106 kB | 14 kB | 37/74 kB Progress (4): 502/527 kB | 74/106 kB | 14 kB | 37/74 kB Progress (4): 502/527 kB | 78/106 kB | 14 kB | 37/74 kB Progress (4): 506/527 kB | 78/106 kB | 14 kB | 37/74 kB Progress (4): 506/527 kB | 78/106 kB | 14 kB | 41/74 kB Progress (4): 510/527 kB | 78/106 kB | 14 kB | 41/74 kB Progress (4): 510/527 kB | 82/106 kB | 14 kB | 41/74 kB Progress (4): 510/527 kB | 82/106 kB | 14 kB | 45/74 kB Progress (4): 514/527 kB | 82/106 kB | 14 kB | 45/74 kB Progress (4): 514/527 kB | 82/106 kB | 14 kB | 49/74 kB Progress (4): 514/527 kB | 86/106 kB | 14 kB | 49/74 kB Progress (4): 514/527 kB | 86/106 kB | 14 kB | 53/74 kB Progress (4): 518/527 kB | 86/106 kB | 14 kB | 53/74 kB Progress (4): 518/527 kB | 86/106 kB | 14 kB | 57/74 kB Progress (4): 518/527 kB | 90/106 kB | 14 kB | 57/74 kB Progress (4): 522/527 kB | 90/106 kB | 14 kB | 57/74 kB Progress (4): 522/527 kB | 90/106 kB | 14 kB | 61/74 kB Progress (4): 526/527 kB | 90/106 kB | 14 kB | 61/74 kB Progress (4): 526/527 kB | 94/106 kB | 14 kB | 61/74 kB Progress (4): 527 kB | 94/106 kB | 14 kB | 61/74 kB Progress (4): 527 kB | 94/106 kB | 14 kB | 65/74 kB Progress (5): 527 kB | 94/106 kB | 14 kB | 65/74 kB | 4.1/108 kB Progress (5): 527 kB | 98/106 kB | 14 kB | 65/74 kB | 4.1/108 kB Progress (5): 527 kB | 98/106 kB | 14 kB | 65/74 kB | 7.7/108 kB Progress (5): 527 kB | 98/106 kB | 14 kB | 69/74 kB | 7.7/108 kB Progress (5): 527 kB | 98/106 kB | 14 kB | 69/74 kB | 12/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 59 kB/s) Progress (4): 527 kB | 98/106 kB | 69/74 kB | 12/108 kB 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 Progress (4): 527 kB | 98/106 kB | 69/74 kB | 16/108 kB Progress (4): 527 kB | 98/106 kB | 73/74 kB | 16/108 kB Progress (4): 527 kB | 98/106 kB | 73/74 kB | 20/108 kB Progress (4): 527 kB | 102/106 kB | 73/74 kB | 20/108 kB Progress (4): 527 kB | 102/106 kB | 73/74 kB | 24/108 kB Progress (4): 527 kB | 102/106 kB | 74 kB | 24/108 kB Progress (4): 527 kB | 102/106 kB | 74 kB | 28/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 28/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 32/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 33/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 37/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 41/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 45/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 49/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 53/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 57/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 61/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 65/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 66/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 70/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 74/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 78/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 82/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 86/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 90/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 94/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 98/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 102/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 106/108 kB Progress (4): 527 kB | 106 kB | 74 kB | 108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 445 kB/s) 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 2.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 309 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar 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 442 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (1): 4.1/46 kB Progress (1): 7.7/46 kB Progress (1): 12/46 kB Progress (1): 16/46 kB Progress (1): 20/46 kB Progress (1): 24/46 kB Progress (1): 28/46 kB Progress (1): 32/46 kB Progress (1): 33/46 kB Progress (1): 37/46 kB Progress (1): 41/46 kB Progress (1): 45/46 kB Progress (1): 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 172 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (1): 4.1/202 kB Progress (1): 7.7/202 kB Progress (1): 12/202 kB Progress (1): 16/202 kB Progress (1): 20/202 kB Progress (1): 24/202 kB Progress (1): 28/202 kB Progress (1): 32/202 kB Progress (1): 33/202 kB Progress (1): 37/202 kB Progress (1): 41/202 kB Progress (1): 45/202 kB Progress (1): 49/202 kB Progress (2): 49/202 kB | 4.1/472 kB Progress (3): 49/202 kB | 4.1/472 kB | 4.1/4.2 kB Progress (3): 49/202 kB | 7.7/472 kB | 4.1/4.2 kB Progress (3): 53/202 kB | 7.7/472 kB | 4.1/4.2 kB Progress (3): 53/202 kB | 7.7/472 kB | 4.2 kB Progress (3): 53/202 kB | 12/472 kB | 4.2 kB Progress (3): 57/202 kB | 12/472 kB | 4.2 kB Progress (3): 57/202 kB | 16/472 kB | 4.2 kB Progress (3): 61/202 kB | 16/472 kB | 4.2 kB Progress (3): 61/202 kB | 20/472 kB | 4.2 kB Progress (3): 65/202 kB | 20/472 kB | 4.2 kB Progress (3): 65/202 kB | 24/472 kB | 4.2 kB Progress (3): 66/202 kB | 24/472 kB | 4.2 kB Progress (3): 66/202 kB | 28/472 kB | 4.2 kB Progress (3): 70/202 kB | 28/472 kB | 4.2 kB Progress (3): 74/202 kB | 28/472 kB | 4.2 kB Progress (4): 74/202 kB | 28/472 kB | 4.2 kB | 4.1/153 kB Progress (4): 74/202 kB | 28/472 kB | 4.2 kB | 7.7/153 kB Progress (4): 74/202 kB | 28/472 kB | 4.2 kB | 12/153 kB Progress (4): 74/202 kB | 28/472 kB | 4.2 kB | 16/153 kB Progress (4): 74/202 kB | 28/472 kB | 4.2 kB | 20/153 kB Progress (4): 74/202 kB | 28/472 kB | 4.2 kB | 24/153 kB Progress (4): 74/202 kB | 32/472 kB | 4.2 kB | 24/153 kB Progress (4): 78/202 kB | 32/472 kB | 4.2 kB | 24/153 kB Progress (4): 78/202 kB | 32/472 kB | 4.2 kB | 28/153 kB Progress (5): 78/202 kB | 32/472 kB | 4.2 kB | 28/153 kB | 4.1/61 kB Progress (5): 78/202 kB | 33/472 kB | 4.2 kB | 28/153 kB | 4.1/61 kB Progress (5): 78/202 kB | 33/472 kB | 4.2 kB | 28/153 kB | 7.7/61 kB Progress (5): 78/202 kB | 33/472 kB | 4.2 kB | 32/153 kB | 7.7/61 kB Progress (5): 82/202 kB | 33/472 kB | 4.2 kB | 32/153 kB | 7.7/61 kB Progress (5): 82/202 kB | 33/472 kB | 4.2 kB | 33/153 kB | 7.7/61 kB Progress (5): 82/202 kB | 33/472 kB | 4.2 kB | 33/153 kB | 12/61 kB Progress (5): 82/202 kB | 37/472 kB | 4.2 kB | 33/153 kB | 12/61 kB Progress (5): 82/202 kB | 37/472 kB | 4.2 kB | 33/153 kB | 16/61 kB Progress (5): 82/202 kB | 37/472 kB | 4.2 kB | 37/153 kB | 16/61 kB Progress (5): 86/202 kB | 37/472 kB | 4.2 kB | 37/153 kB | 16/61 kB Progress (5): 86/202 kB | 37/472 kB | 4.2 kB | 41/153 kB | 16/61 kB Progress (5): 86/202 kB | 37/472 kB | 4.2 kB | 41/153 kB | 20/61 kB Progress (5): 86/202 kB | 41/472 kB | 4.2 kB | 41/153 kB | 20/61 kB Progress (5): 86/202 kB | 41/472 kB | 4.2 kB | 41/153 kB | 24/61 kB Progress (5): 86/202 kB | 41/472 kB | 4.2 kB | 45/153 kB | 24/61 kB Progress (5): 90/202 kB | 41/472 kB | 4.2 kB | 45/153 kB | 24/61 kB Progress (5): 90/202 kB | 41/472 kB | 4.2 kB | 45/153 kB | 28/61 kB Progress (5): 90/202 kB | 41/472 kB | 4.2 kB | 49/153 kB | 28/61 kB Progress (5): 90/202 kB | 45/472 kB | 4.2 kB | 49/153 kB | 28/61 kB Progress (5): 90/202 kB | 45/472 kB | 4.2 kB | 49/153 kB | 32/61 kB Progress (5): 94/202 kB | 45/472 kB | 4.2 kB | 49/153 kB | 32/61 kB Progress (5): 94/202 kB | 45/472 kB | 4.2 kB | 49/153 kB | 33/61 kB Progress (5): 94/202 kB | 49/472 kB | 4.2 kB | 49/153 kB | 33/61 kB Progress (5): 94/202 kB | 49/472 kB | 4.2 kB | 53/153 kB | 33/61 kB Progress (5): 94/202 kB | 53/472 kB | 4.2 kB | 53/153 kB | 33/61 kB Progress (5): 94/202 kB | 53/472 kB | 4.2 kB | 53/153 kB | 37/61 kB Progress (5): 98/202 kB | 53/472 kB | 4.2 kB | 53/153 kB | 37/61 kB Progress (5): 98/202 kB | 53/472 kB | 4.2 kB | 53/153 kB | 41/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 9.9 kB/s) Progress (4): 98/202 kB | 57/472 kB | 53/153 kB | 41/61 kB Progress (4): 98/202 kB | 57/472 kB | 57/153 kB | 41/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (4): 98/202 kB | 57/472 kB | 57/153 kB | 45/61 kB Progress (4): 98/202 kB | 57/472 kB | 57/153 kB | 45/61 kB Progress (4): 98/202 kB | 57/472 kB | 57/153 kB | 49/61 kB Progress (4): 98/202 kB | 57/472 kB | 61/153 kB | 49/61 kB Progress (4): 98/202 kB | 61/472 kB | 61/153 kB | 49/61 kB Progress (4): 98/202 kB | 61/472 kB | 61/153 kB | 53/61 kB Progress (4): 98/202 kB | 61/472 kB | 65/153 kB | 53/61 kB Progress (4): 102/202 kB | 61/472 kB | 65/153 kB | 53/61 kB Progress (4): 102/202 kB | 61/472 kB | 66/153 kB | 53/61 kB Progress (4): 102/202 kB | 61/472 kB | 66/153 kB | 57/61 kB Progress (4): 102/202 kB | 65/472 kB | 66/153 kB | 57/61 kB Progress (4): 102/202 kB | 65/472 kB | 70/153 kB | 57/61 kB Progress (4): 106/202 kB | 65/472 kB | 70/153 kB | 57/61 kB Progress (4): 106/202 kB | 65/472 kB | 74/153 kB | 57/61 kB Progress (4): 106/202 kB | 66/472 kB | 74/153 kB | 57/61 kB Progress (4): 106/202 kB | 66/472 kB | 74/153 kB | 61/61 kB Progress (4): 106/202 kB | 70/472 kB | 74/153 kB | 61/61 kB Progress (4): 106/202 kB | 70/472 kB | 78/153 kB | 61/61 kB Progress (4): 110/202 kB | 70/472 kB | 78/153 kB | 61/61 kB Progress (4): 110/202 kB | 70/472 kB | 82/153 kB | 61/61 kB Progress (4): 110/202 kB | 74/472 kB | 82/153 kB | 61/61 kB Progress (4): 110/202 kB | 74/472 kB | 82/153 kB | 61 kB Progress (4): 110/202 kB | 78/472 kB | 82/153 kB | 61 kB Progress (4): 110/202 kB | 78/472 kB | 86/153 kB | 61 kB Progress (4): 114/202 kB | 78/472 kB | 86/153 kB | 61 kB Progress (4): 114/202 kB | 78/472 kB | 90/153 kB | 61 kB Progress (4): 114/202 kB | 82/472 kB | 90/153 kB | 61 kB Progress (4): 118/202 kB | 82/472 kB | 90/153 kB | 61 kB Progress (4): 118/202 kB | 82/472 kB | 94/153 kB | 61 kB Progress (4): 122/202 kB | 82/472 kB | 94/153 kB | 61 kB Progress (4): 122/202 kB | 86/472 kB | 94/153 kB | 61 kB Progress (4): 122/202 kB | 86/472 kB | 98/153 kB | 61 kB Progress (4): 122/202 kB | 90/472 kB | 98/153 kB | 61 kB Progress (4): 126/202 kB | 90/472 kB | 98/153 kB | 61 kB Progress (4): 126/202 kB | 90/472 kB | 102/153 kB | 61 kB Progress (4): 126/202 kB | 94/472 kB | 102/153 kB | 61 kB Progress (4): 130/202 kB | 94/472 kB | 102/153 kB | 61 kB Progress (4): 130/202 kB | 98/472 kB | 102/153 kB | 61 kB Progress (4): 130/202 kB | 98/472 kB | 106/153 kB | 61 kB Progress (4): 130/202 kB | 98/472 kB | 106/153 kB | 61 kB Progress (4): 131/202 kB | 98/472 kB | 106/153 kB | 61 kB Progress (4): 131/202 kB | 98/472 kB | 110/153 kB | 61 kB Progress (4): 135/202 kB | 98/472 kB | 110/153 kB | 61 kB Progress (4): 135/202 kB | 102/472 kB | 110/153 kB | 61 kB Progress (4): 139/202 kB | 102/472 kB | 110/153 kB | 61 kB Progress (4): 139/202 kB | 102/472 kB | 114/153 kB | 61 kB Progress (4): 143/202 kB | 102/472 kB | 114/153 kB | 61 kB Progress (4): 143/202 kB | 106/472 kB | 114/153 kB | 61 kB Progress (4): 147/202 kB | 106/472 kB | 114/153 kB | 61 kB Progress (4): 147/202 kB | 106/472 kB | 118/153 kB | 61 kB Progress (4): 151/202 kB | 106/472 kB | 118/153 kB | 61 kB Progress (4): 151/202 kB | 110/472 kB | 118/153 kB | 61 kB Progress (4): 155/202 kB | 110/472 kB | 118/153 kB | 61 kB Progress (4): 155/202 kB | 110/472 kB | 122/153 kB | 61 kB Progress (4): 155/202 kB | 114/472 kB | 122/153 kB | 61 kB Progress (4): 159/202 kB | 114/472 kB | 122/153 kB | 61 kB Progress (4): 159/202 kB | 114/472 kB | 126/153 kB | 61 kB Progress (4): 163/202 kB | 114/472 kB | 126/153 kB | 61 kB Progress (4): 163/202 kB | 118/472 kB | 126/153 kB | 61 kB Progress (4): 163/202 kB | 118/472 kB | 130/153 kB | 61 kB Progress (4): 163/202 kB | 122/472 kB | 130/153 kB | 61 kB Progress (4): 167/202 kB | 122/472 kB | 130/153 kB | 61 kB Progress (4): 167/202 kB | 122/472 kB | 134/153 kB | 61 kB Progress (4): 171/202 kB | 122/472 kB | 134/153 kB | 61 kB Progress (4): 171/202 kB | 126/472 kB | 134/153 kB | 61 kB Progress (4): 171/202 kB | 126/472 kB | 138/153 kB | 61 kB Progress (4): 171/202 kB | 130/472 kB | 138/153 kB | 61 kB Progress (4): 175/202 kB | 130/472 kB | 138/153 kB | 61 kB Progress (4): 175/202 kB | 130/472 kB | 142/153 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 139 kB/s) Progress (3): 175/202 kB | 130/472 kB | 146/153 kB Progress (3): 179/202 kB | 130/472 kB | 146/153 kB Progress (3): 179/202 kB | 134/472 kB | 146/153 kB Progress (3): 183/202 kB | 134/472 kB | 146/153 kB Progress (4): 183/202 kB | 134/472 kB | 146/153 kB | 4.1/29 kB Progress (4): 183/202 kB | 134/472 kB | 150/153 kB | 4.1/29 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): 183/202 kB | 134/472 kB | 153 kB | 4.1/29 kB Progress (4): 183/202 kB | 134/472 kB | 153 kB | 7.7/29 kB Progress (4): 187/202 kB | 134/472 kB | 153 kB | 7.7/29 kB Progress (4): 187/202 kB | 138/472 kB | 153 kB | 7.7/29 kB Progress (4): 191/202 kB | 138/472 kB | 153 kB | 7.7/29 kB Progress (4): 191/202 kB | 138/472 kB | 153 kB | 12/29 kB Progress (4): 191/202 kB | 142/472 kB | 153 kB | 12/29 kB Progress (4): 195/202 kB | 142/472 kB | 153 kB | 12/29 kB Progress (4): 195/202 kB | 146/472 kB | 153 kB | 12/29 kB Progress (4): 199/202 kB | 146/472 kB | 153 kB | 12/29 kB Progress (4): 199/202 kB | 146/472 kB | 153 kB | 16/29 kB Progress (4): 202 kB | 146/472 kB | 153 kB | 16/29 kB Progress (4): 202 kB | 150/472 kB | 153 kB | 16/29 kB Progress (4): 202 kB | 150/472 kB | 153 kB | 20/29 kB Progress (4): 202 kB | 154/472 kB | 153 kB | 20/29 kB Progress (4): 202 kB | 154/472 kB | 153 kB | 24/29 kB Progress (4): 202 kB | 158/472 kB | 153 kB | 24/29 kB Progress (4): 202 kB | 162/472 kB | 153 kB | 24/29 kB Progress (4): 202 kB | 162/472 kB | 153 kB | 28/29 kB Progress (4): 202 kB | 166/472 kB | 153 kB | 28/29 kB Progress (4): 202 kB | 166/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 170/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 174/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 178/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 182/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 186/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 190/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 194/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 198/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 202/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 206/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 210/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 214/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 218/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 222/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 226/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 230/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 234/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 238/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 242/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 246/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 250/472 kB | 153 kB | 29 kB Progress (4): 202 kB | 254/472 kB | 153 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 338 kB/s) Progress (3): 202 kB | 258/472 kB | 29 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 389 kB/s) Progress (2): 262/472 kB | 29 kB Progress (3): 262/472 kB | 29 kB | 4.1/13 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 (3): 262/472 kB | 29 kB | 7.7/13 kB Progress (3): 266/472 kB | 29 kB | 7.7/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Progress (3): 270/472 kB | 29 kB | 7.7/13 kB Progress (3): 270/472 kB | 29 kB | 12/13 kB Progress (3): 274/472 kB | 29 kB | 12/13 kB Progress (3): 274/472 kB | 29 kB | 13 kB Progress (3): 278/472 kB | 29 kB | 13 kB Progress (3): 282/472 kB | 29 kB | 13 kB Progress (3): 286/472 kB | 29 kB | 13 kB Progress (3): 290/472 kB | 29 kB | 13 kB Progress (3): 294/472 kB | 29 kB | 13 kB Progress (3): 298/472 kB | 29 kB | 13 kB Progress (3): 302/472 kB | 29 kB | 13 kB Progress (3): 306/472 kB | 29 kB | 13 kB Progress (3): 310/472 kB | 29 kB | 13 kB Progress (3): 314/472 kB | 29 kB | 13 kB Progress (3): 318/472 kB | 29 kB | 13 kB Progress (3): 322/472 kB | 29 kB | 13 kB Progress (3): 326/472 kB | 29 kB | 13 kB Progress (3): 330/472 kB | 29 kB | 13 kB Progress (3): 334/472 kB | 29 kB | 13 kB Progress (3): 338/472 kB | 29 kB | 13 kB Progress (3): 342/472 kB | 29 kB | 13 kB Progress (3): 346/472 kB | 29 kB | 13 kB Progress (3): 350/472 kB | 29 kB | 13 kB Progress (3): 354/472 kB | 29 kB | 13 kB Progress (3): 358/472 kB | 29 kB | 13 kB Progress (3): 362/472 kB | 29 kB | 13 kB Progress (3): 366/472 kB | 29 kB | 13 kB Progress (3): 370/472 kB | 29 kB | 13 kB Progress (3): 374/472 kB | 29 kB | 13 kB Progress (3): 378/472 kB | 29 kB | 13 kB Progress (3): 382/472 kB | 29 kB | 13 kB Progress (3): 386/472 kB | 29 kB | 13 kB Progress (3): 390/472 kB | 29 kB | 13 kB Progress (3): 394/472 kB | 29 kB | 13 kB Progress (3): 398/472 kB | 29 kB | 13 kB Progress (3): 402/472 kB | 29 kB | 13 kB Progress (3): 406/472 kB | 29 kB | 13 kB Progress (3): 410/472 kB | 29 kB | 13 kB Progress (3): 414/472 kB | 29 kB | 13 kB Progress (3): 418/472 kB | 29 kB | 13 kB Progress (3): 422/472 kB | 29 kB | 13 kB Progress (3): 426/472 kB | 29 kB | 13 kB Progress (3): 430/472 kB | 29 kB | 13 kB Progress (3): 434/472 kB | 29 kB | 13 kB Progress (3): 438/472 kB | 29 kB | 13 kB Progress (3): 442/472 kB | 29 kB | 13 kB Progress (3): 446/472 kB | 29 kB | 13 kB Progress (3): 450/472 kB | 29 kB | 13 kB Progress (3): 454/472 kB | 29 kB | 13 kB Progress (3): 458/472 kB | 29 kB | 13 kB Progress (3): 462/472 kB | 29 kB | 13 kB Progress (3): 466/472 kB | 29 kB | 13 kB Progress (3): 470/472 kB | 29 kB | 13 kB Progress (3): 472 kB | 29 kB | 13 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 54 kB/s) 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 25 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 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): 472 kB | 4.1/247 kB Progress (2): 472 kB | 7.7/247 kB Progress (2): 472 kB | 12/247 kB Progress (2): 472 kB | 16/247 kB Progress (3): 472 kB | 16/247 kB | 4.1/49 kB Progress (3): 472 kB | 16/247 kB | 7.7/49 kB Progress (3): 472 kB | 20/247 kB | 7.7/49 kB Progress (3): 472 kB | 20/247 kB | 12/49 kB Progress (3): 472 kB | 24/247 kB | 12/49 kB Progress (3): 472 kB | 24/247 kB | 16/49 kB Progress (3): 472 kB | 28/247 kB | 16/49 kB Progress (3): 472 kB | 28/247 kB | 20/49 kB Progress (3): 472 kB | 32/247 kB | 20/49 kB Progress (3): 472 kB | 32/247 kB | 24/49 kB Progress (3): 472 kB | 33/247 kB | 24/49 kB Progress (3): 472 kB | 33/247 kB | 28/49 kB Progress (3): 472 kB | 33/247 kB | 32/49 kB Progress (3): 472 kB | 37/247 kB | 32/49 kB Progress (3): 472 kB | 37/247 kB | 36/49 kB Progress (3): 472 kB | 41/247 kB | 36/49 kB Progress (3): 472 kB | 41/247 kB | 40/49 kB Progress (3): 472 kB | 45/247 kB | 40/49 kB Progress (3): 472 kB | 45/247 kB | 44/49 kB Progress (3): 472 kB | 49/247 kB | 44/49 kB Progress (3): 472 kB | 49/247 kB | 48/49 kB Progress (3): 472 kB | 49/247 kB | 49 kB Progress (3): 472 kB | 53/247 kB | 49 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 870 kB/s) Progress (2): 57/247 kB | 49 kB 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 Progress (2): 61/247 kB | 49 kB Progress (2): 65/247 kB | 49 kB Progress (2): 66/247 kB | 49 kB Progress (2): 70/247 kB | 49 kB Progress (2): 74/247 kB | 49 kB Progress (2): 78/247 kB | 49 kB Progress (2): 82/247 kB | 49 kB Progress (2): 86/247 kB | 49 kB Progress (2): 90/247 kB | 49 kB Progress (2): 94/247 kB | 49 kB Progress (3): 94/247 kB | 49 kB | 4.1/282 kB Progress (3): 98/247 kB | 49 kB | 4.1/282 kB Progress (3): 98/247 kB | 49 kB | 7.7/282 kB Progress (3): 98/247 kB | 49 kB | 7.7/282 kB Progress (3): 98/247 kB | 49 kB | 12/282 kB Progress (3): 102/247 kB | 49 kB | 12/282 kB Progress (3): 102/247 kB | 49 kB | 16/282 kB Progress (3): 106/247 kB | 49 kB | 16/282 kB Progress (3): 106/247 kB | 49 kB | 20/282 kB Progress (3): 110/247 kB | 49 kB | 20/282 kB Progress (3): 110/247 kB | 49 kB | 24/282 kB Progress (3): 114/247 kB | 49 kB | 24/282 kB Progress (3): 114/247 kB | 49 kB | 28/282 kB Progress (4): 114/247 kB | 49 kB | 28/282 kB | 4.1/35 kB Progress (4): 114/247 kB | 49 kB | 32/282 kB | 4.1/35 kB Progress (4): 118/247 kB | 49 kB | 32/282 kB | 4.1/35 kB Progress (4): 118/247 kB | 49 kB | 33/282 kB | 4.1/35 kB Progress (4): 118/247 kB | 49 kB | 37/282 kB | 4.1/35 kB Progress (4): 118/247 kB | 49 kB | 41/282 kB | 4.1/35 kB Progress (4): 118/247 kB | 49 kB | 45/282 kB | 4.1/35 kB Progress (4): 118/247 kB | 49 kB | 49/282 kB | 4.1/35 kB Progress (4): 118/247 kB | 49 kB | 53/282 kB | 4.1/35 kB Progress (4): 118/247 kB | 49 kB | 53/282 kB | 7.7/35 kB Progress (4): 118/247 kB | 49 kB | 57/282 kB | 7.7/35 kB Progress (5): 118/247 kB | 49 kB | 57/282 kB | 7.7/35 kB | 4.1/41 kB Progress (5): 122/247 kB | 49 kB | 57/282 kB | 7.7/35 kB | 4.1/41 kB Progress (5): 122/247 kB | 49 kB | 57/282 kB | 7.7/35 kB | 7.7/41 kB Progress (5): 122/247 kB | 49 kB | 61/282 kB | 7.7/35 kB | 7.7/41 kB Progress (5): 122/247 kB | 49 kB | 61/282 kB | 12/35 kB | 7.7/41 kB Progress (5): 122/247 kB | 49 kB | 65/282 kB | 12/35 kB | 7.7/41 kB Progress (5): 122/247 kB | 49 kB | 65/282 kB | 12/35 kB | 12/41 kB Progress (5): 126/247 kB | 49 kB | 65/282 kB | 12/35 kB | 12/41 kB Progress (5): 126/247 kB | 49 kB | 65/282 kB | 12/35 kB | 16/41 kB Progress (5): 126/247 kB | 49 kB | 66/282 kB | 12/35 kB | 16/41 kB Progress (5): 126/247 kB | 49 kB | 66/282 kB | 16/35 kB | 16/41 kB Progress (5): 126/247 kB | 49 kB | 66/282 kB | 16/35 kB | 20/41 kB Progress (5): 130/247 kB | 49 kB | 66/282 kB | 16/35 kB | 20/41 kB Progress (5): 130/247 kB | 49 kB | 66/282 kB | 16/35 kB | 24/41 kB Progress (5): 130/247 kB | 49 kB | 66/282 kB | 20/35 kB | 24/41 kB Progress (5): 130/247 kB | 49 kB | 70/282 kB | 20/35 kB | 24/41 kB Progress (5): 130/247 kB | 49 kB | 70/282 kB | 24/35 kB | 24/41 kB Progress (5): 130/247 kB | 49 kB | 70/282 kB | 24/35 kB | 28/41 kB Progress (5): 131/247 kB | 49 kB | 70/282 kB | 24/35 kB | 28/41 kB Progress (5): 131/247 kB | 49 kB | 70/282 kB | 24/35 kB | 32/41 kB Progress (5): 135/247 kB | 49 kB | 70/282 kB | 24/35 kB | 32/41 kB Progress (5): 135/247 kB | 49 kB | 70/282 kB | 28/35 kB | 32/41 kB Progress (5): 135/247 kB | 49 kB | 74/282 kB | 28/35 kB | 32/41 kB Progress (5): 135/247 kB | 49 kB | 74/282 kB | 32/35 kB | 32/41 kB Progress (5): 139/247 kB | 49 kB | 74/282 kB | 32/35 kB | 32/41 kB Progress (5): 139/247 kB | 49 kB | 74/282 kB | 32/35 kB | 33/41 kB Progress (5): 143/247 kB | 49 kB | 74/282 kB | 32/35 kB | 33/41 kB Progress (5): 143/247 kB | 49 kB | 74/282 kB | 33/35 kB | 33/41 kB Progress (5): 143/247 kB | 49 kB | 78/282 kB | 33/35 kB | 33/41 kB Progress (5): 143/247 kB | 49 kB | 78/282 kB | 35 kB | 33/41 kB Progress (5): 143/247 kB | 49 kB | 78/282 kB | 35 kB | 37/41 kB Progress (5): 147/247 kB | 49 kB | 78/282 kB | 35 kB | 37/41 kB Progress (5): 147/247 kB | 49 kB | 78/282 kB | 35 kB | 41/41 kB Progress (5): 147/247 kB | 49 kB | 82/282 kB | 35 kB | 41/41 kB Progress (5): 147/247 kB | 49 kB | 82/282 kB | 35 kB | 41 kB Progress (5): 151/247 kB | 49 kB | 82/282 kB | 35 kB | 41 kB Progress (5): 151/247 kB | 49 kB | 86/282 kB | 35 kB | 41 kB Progress (5): 155/247 kB | 49 kB | 86/282 kB | 35 kB | 41 kB Progress (5): 155/247 kB | 49 kB | 90/282 kB | 35 kB | 41 kB Progress (5): 159/247 kB | 49 kB | 90/282 kB | 35 kB | 41 kB Progress (5): 159/247 kB | 49 kB | 94/282 kB | 35 kB | 41 kB Progress (5): 163/247 kB | 49 kB | 94/282 kB | 35 kB | 41 kB Progress (5): 163/247 kB | 49 kB | 98/282 kB | 35 kB | 41 kB Progress (5): 164/247 kB | 49 kB | 98/282 kB | 35 kB | 41 kB Progress (5): 164/247 kB | 49 kB | 98/282 kB | 35 kB | 41 kB Progress (5): 168/247 kB | 49 kB | 98/282 kB | 35 kB | 41 kB Progress (5): 168/247 kB | 49 kB | 102/282 kB | 35 kB | 41 kB Progress (5): 172/247 kB | 49 kB | 102/282 kB | 35 kB | 41 kB Progress (5): 172/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 176/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 180/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 184/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 188/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 192/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 196/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 200/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 204/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 208/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 212/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 216/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 220/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 224/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 228/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 232/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 236/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 240/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 244/247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Progress (5): 247 kB | 49 kB | 106/282 kB | 35 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 65 kB/s) 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 55 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar 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 (4): 247 kB | 49 kB | 106/282 kB | 4.1/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 7.7/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 12/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 16/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 20/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 24/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 28/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 32/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 33/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 37/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 41/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 45/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 49/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 53/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 57/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 61/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 65/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 66/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 70/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 74/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 78/285 kB Progress (4): 247 kB | 49 kB | 106/282 kB | 82/285 kB Progress (5): 247 kB | 49 kB | 106/282 kB | 82/285 kB | 4.1/54 kB Progress (5): 247 kB | 49 kB | 106/282 kB | 86/285 kB | 4.1/54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 343 kB/s) Progress (4): 49 kB | 106/282 kB | 86/285 kB | 7.7/54 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Progress (4): 49 kB | 106/282 kB | 90/285 kB | 7.7/54 kB Progress (4): 49 kB | 106/282 kB | 90/285 kB | 12/54 kB Progress (4): 49 kB | 106/282 kB | 94/285 kB | 12/54 kB Progress (4): 49 kB | 106/282 kB | 94/285 kB | 16/54 kB Progress (4): 49 kB | 106/282 kB | 98/285 kB | 16/54 kB Progress (4): 49 kB | 106/282 kB | 98/285 kB | 20/54 kB Progress (4): 49 kB | 106/282 kB | 98/285 kB | 20/54 kB Progress (4): 49 kB | 106/282 kB | 98/285 kB | 24/54 kB Progress (4): 49 kB | 106/282 kB | 102/285 kB | 24/54 kB Progress (4): 49 kB | 106/282 kB | 102/285 kB | 28/54 kB Progress (4): 49 kB | 106/282 kB | 106/285 kB | 28/54 kB Progress (4): 49 kB | 106/282 kB | 106/285 kB | 32/54 kB Progress (4): 49 kB | 106/282 kB | 110/285 kB | 32/54 kB Progress (4): 49 kB | 106/282 kB | 110/285 kB | 36/54 kB Progress (4): 49 kB | 106/282 kB | 114/285 kB | 36/54 kB Progress (4): 49 kB | 106/282 kB | 114/285 kB | 40/54 kB Progress (4): 49 kB | 106/282 kB | 118/285 kB | 40/54 kB Progress (4): 49 kB | 106/282 kB | 118/285 kB | 44/54 kB Progress (4): 49 kB | 106/282 kB | 122/285 kB | 44/54 kB Progress (4): 49 kB | 106/282 kB | 122/285 kB | 48/54 kB Progress (4): 49 kB | 106/282 kB | 126/285 kB | 48/54 kB Progress (4): 49 kB | 106/282 kB | 126/285 kB | 52/54 kB Progress (4): 49 kB | 106/282 kB | 130/285 kB | 52/54 kB Progress (4): 49 kB | 106/282 kB | 130/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 131/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 135/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 139/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 143/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 147/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 151/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 155/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 159/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 163/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 167/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 171/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 175/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 179/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 183/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 187/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 191/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 195/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 199/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 203/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 207/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 211/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 215/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 219/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 223/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 227/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 231/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 235/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 239/285 kB | 54 kB Progress (4): 49 kB | 106/282 kB | 243/285 kB | 54 kB Progress (5): 49 kB | 106/282 kB | 243/285 kB | 54 kB | 4.1/155 kB Progress (5): 49 kB | 106/282 kB | 247/285 kB | 54 kB | 4.1/155 kB Progress (5): 49 kB | 106/282 kB | 247/285 kB | 54 kB | 7.7/155 kB Progress (5): 49 kB | 106/282 kB | 251/285 kB | 54 kB | 7.7/155 kB Progress (5): 49 kB | 106/282 kB | 251/285 kB | 54 kB | 12/155 kB Progress (5): 49 kB | 106/282 kB | 255/285 kB | 54 kB | 12/155 kB Progress (5): 49 kB | 106/282 kB | 255/285 kB | 54 kB | 16/155 kB Progress (5): 49 kB | 106/282 kB | 259/285 kB | 54 kB | 16/155 kB Progress (5): 49 kB | 106/282 kB | 259/285 kB | 54 kB | 20/155 kB Progress (5): 49 kB | 106/282 kB | 263/285 kB | 54 kB | 20/155 kB Progress (5): 49 kB | 106/282 kB | 263/285 kB | 54 kB | 24/155 kB Progress (5): 49 kB | 106/282 kB | 267/285 kB | 54 kB | 24/155 kB Progress (5): 49 kB | 106/282 kB | 267/285 kB | 54 kB | 28/155 kB Progress (5): 49 kB | 106/282 kB | 271/285 kB | 54 kB | 28/155 kB Progress (5): 49 kB | 106/282 kB | 271/285 kB | 54 kB | 32/155 kB Progress (5): 49 kB | 106/282 kB | 275/285 kB | 54 kB | 32/155 kB Progress (5): 49 kB | 106/282 kB | 275/285 kB | 54 kB | 33/155 kB Progress (5): 49 kB | 106/282 kB | 279/285 kB | 54 kB | 33/155 kB Progress (5): 49 kB | 106/282 kB | 283/285 kB | 54 kB | 33/155 kB Progress (5): 49 kB | 106/282 kB | 283/285 kB | 54 kB | 37/155 kB Progress (5): 49 kB | 106/282 kB | 285 kB | 54 kB | 37/155 kB Progress (5): 49 kB | 106/282 kB | 285 kB | 54 kB | 41/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 72 kB/s) Progress (4): 49 kB | 106/282 kB | 285 kB | 45/155 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar Progress (4): 49 kB | 106/282 kB | 285 kB | 49/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 53/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 57/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 61/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 65/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 66/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 70/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 74/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 78/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 82/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 86/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 90/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 94/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 98/155 kB Progress (4): 49 kB | 106/282 kB | 285 kB | 98/155 kB Progress (4): 49 kB | 110/282 kB | 285 kB | 98/155 kB Progress (4): 49 kB | 114/282 kB | 285 kB | 98/155 kB Progress (5): 49 kB | 114/282 kB | 285 kB | 98/155 kB | 4.1/185 kB Progress (5): 49 kB | 118/282 kB | 285 kB | 98/155 kB | 4.1/185 kB Progress (5): 49 kB | 118/282 kB | 285 kB | 98/155 kB | 7.7/185 kB Progress (5): 49 kB | 122/282 kB | 285 kB | 98/155 kB | 7.7/185 kB Progress (5): 49 kB | 122/282 kB | 285 kB | 98/155 kB | 12/185 kB Progress (5): 49 kB | 126/282 kB | 285 kB | 98/155 kB | 12/185 kB Progress (5): 49 kB | 126/282 kB | 285 kB | 98/155 kB | 16/185 kB Progress (5): 49 kB | 130/282 kB | 285 kB | 98/155 kB | 16/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 349 kB/s) Progress (4): 49 kB | 130/282 kB | 98/155 kB | 20/185 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Progress (4): 49 kB | 131/282 kB | 98/155 kB | 20/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 60 kB/s) Progress (3): 135/282 kB | 98/155 kB | 20/185 kB Progress (3): 135/282 kB | 98/155 kB | 24/185 kB Progress (3): 139/282 kB | 98/155 kB | 24/185 kB Progress (3): 139/282 kB | 98/155 kB | 28/185 kB Progress (3): 139/282 kB | 98/155 kB | 32/185 kB Progress (3): 143/282 kB | 98/155 kB | 32/185 kB Progress (3): 143/282 kB | 98/155 kB | 33/185 kB Progress (3): 147/282 kB | 98/155 kB | 33/185 kB Progress (3): 147/282 kB | 98/155 kB | 37/185 kB Progress (3): 147/282 kB | 98/155 kB | 41/185 kB Progress (3): 151/282 kB | 98/155 kB | 41/185 kB Progress (3): 151/282 kB | 98/155 kB | 45/185 kB Progress (3): 155/282 kB | 98/155 kB | 45/185 kB Progress (3): 155/282 kB | 98/155 kB | 49/185 kB Progress (3): 159/282 kB | 98/155 kB | 49/185 kB Progress (3): 159/282 kB | 98/155 kB | 53/185 kB Progress (3): 163/282 kB | 98/155 kB | 53/185 kB Progress (3): 163/282 kB | 98/155 kB | 57/185 kB Progress (3): 167/282 kB | 98/155 kB | 57/185 kB Progress (3): 167/282 kB | 98/155 kB | 61/185 kB Progress (3): 171/282 kB | 98/155 kB | 61/185 kB Progress (3): 171/282 kB | 98/155 kB | 65/185 kB Progress (3): 171/282 kB | 98/155 kB | 66/185 kB Progress (3): 175/282 kB | 98/155 kB | 66/185 kB Progress (3): 175/282 kB | 98/155 kB | 70/185 kB Progress (3): 179/282 kB | 98/155 kB | 70/185 kB Progress (3): 179/282 kB | 98/155 kB | 74/185 kB Progress (3): 183/282 kB | 98/155 kB | 74/185 kB Progress (3): 183/282 kB | 98/155 kB | 78/185 kB Progress (3): 187/282 kB | 98/155 kB | 78/185 kB Progress (3): 187/282 kB | 98/155 kB | 82/185 kB Progress (3): 191/282 kB | 98/155 kB | 82/185 kB Progress (3): 191/282 kB | 98/155 kB | 86/185 kB Progress (3): 195/282 kB | 98/155 kB | 86/185 kB Progress (3): 195/282 kB | 98/155 kB | 90/185 kB Progress (3): 199/282 kB | 98/155 kB | 90/185 kB Progress (3): 199/282 kB | 98/155 kB | 94/185 kB Progress (3): 203/282 kB | 98/155 kB | 94/185 kB Progress (3): 203/282 kB | 98/155 kB | 98/185 kB Progress (3): 207/282 kB | 98/155 kB | 98/185 kB Progress (3): 207/282 kB | 98/155 kB | 98/185 kB Progress (3): 211/282 kB | 98/155 kB | 98/185 kB Progress (3): 211/282 kB | 98/155 kB | 102/185 kB Progress (3): 211/282 kB | 98/155 kB | 106/185 kB Progress (3): 215/282 kB | 98/155 kB | 106/185 kB Progress (3): 215/282 kB | 98/155 kB | 110/185 kB Progress (3): 219/282 kB | 98/155 kB | 110/185 kB Progress (3): 219/282 kB | 98/155 kB | 114/185 kB Progress (3): 223/282 kB | 98/155 kB | 114/185 kB Progress (3): 223/282 kB | 98/155 kB | 118/185 kB Progress (3): 227/282 kB | 98/155 kB | 118/185 kB Progress (3): 227/282 kB | 98/155 kB | 122/185 kB Progress (3): 231/282 kB | 98/155 kB | 122/185 kB Progress (3): 231/282 kB | 98/155 kB | 126/185 kB Progress (3): 235/282 kB | 98/155 kB | 126/185 kB Progress (3): 235/282 kB | 98/155 kB | 130/185 kB Progress (3): 239/282 kB | 98/155 kB | 130/185 kB Progress (3): 239/282 kB | 98/155 kB | 131/185 kB Progress (3): 243/282 kB | 98/155 kB | 131/185 kB Progress (3): 243/282 kB | 98/155 kB | 135/185 kB Progress (3): 247/282 kB | 98/155 kB | 135/185 kB Progress (3): 247/282 kB | 98/155 kB | 139/185 kB Progress (3): 251/282 kB | 98/155 kB | 139/185 kB Progress (4): 251/282 kB | 98/155 kB | 139/185 kB | 4.1/32 kB Progress (4): 255/282 kB | 98/155 kB | 139/185 kB | 4.1/32 kB Progress (4): 255/282 kB | 98/155 kB | 143/185 kB | 4.1/32 kB Progress (4): 259/282 kB | 98/155 kB | 143/185 kB | 4.1/32 kB Progress (4): 259/282 kB | 98/155 kB | 143/185 kB | 7.7/32 kB Progress (4): 259/282 kB | 98/155 kB | 147/185 kB | 7.7/32 kB Progress (4): 263/282 kB | 98/155 kB | 147/185 kB | 7.7/32 kB Progress (4): 263/282 kB | 98/155 kB | 151/185 kB | 7.7/32 kB Progress (4): 263/282 kB | 98/155 kB | 151/185 kB | 12/32 kB Progress (4): 263/282 kB | 98/155 kB | 155/185 kB | 12/32 kB Progress (4): 267/282 kB | 98/155 kB | 155/185 kB | 12/32 kB Progress (4): 267/282 kB | 98/155 kB | 159/185 kB | 12/32 kB Progress (4): 271/282 kB | 98/155 kB | 159/185 kB | 12/32 kB Progress (4): 271/282 kB | 98/155 kB | 159/185 kB | 16/32 kB Progress (4): 275/282 kB | 98/155 kB | 159/185 kB | 16/32 kB Progress (4): 275/282 kB | 98/155 kB | 163/185 kB | 16/32 kB Progress (4): 279/282 kB | 98/155 kB | 163/185 kB | 16/32 kB Progress (4): 279/282 kB | 98/155 kB | 163/185 kB | 20/32 kB Progress (4): 279/282 kB | 98/155 kB | 167/185 kB | 20/32 kB Progress (4): 282 kB | 98/155 kB | 167/185 kB | 20/32 kB Progress (4): 282 kB | 98/155 kB | 171/185 kB | 20/32 kB Progress (4): 282 kB | 98/155 kB | 171/185 kB | 24/32 kB Progress (4): 282 kB | 98/155 kB | 175/185 kB | 24/32 kB Progress (4): 282 kB | 98/155 kB | 179/185 kB | 24/32 kB Progress (4): 282 kB | 98/155 kB | 179/185 kB | 28/32 kB Progress (4): 282 kB | 98/155 kB | 183/185 kB | 28/32 kB Progress (4): 282 kB | 98/155 kB | 183/185 kB | 32/32 kB Progress (4): 282 kB | 98/155 kB | 185 kB | 32/32 kB Progress (4): 282 kB | 98/155 kB | 185 kB | 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 219 kB/s) 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 38 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 317 kB/s) Progress (1): 102/155 kB Progress (1): 106/155 kB Progress (1): 110/155 kB Progress (1): 114/155 kB Progress (1): 118/155 kB Progress (1): 122/155 kB Progress (1): 126/155 kB Progress (1): 130/155 kB Progress (1): 134/155 kB Progress (1): 138/155 kB Progress (1): 142/155 kB Progress (1): 146/155 kB Progress (1): 150/155 kB Progress (1): 154/155 kB Progress (1): 155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 161 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxr-impl --- 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 155 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 133 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 203 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 119 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 232 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 31 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 441 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 67 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 381 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 184 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 104 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 87 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 50 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 121 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 97 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 447 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 47 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 45 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 58 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 25 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 245 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 29 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 132 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 34 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 222 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 78 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 222 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 341 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 435 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom 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 489 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 968 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 59 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 292 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 179 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 177 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 315 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 504 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 52 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 966 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-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-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar 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 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 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 4.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.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/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 506 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.6/maven-reporting-api-2.0.6.jar 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/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 123 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 1.2 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 (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (2): 24/29 kB | 4.1/57 kB Progress (2): 28/29 kB | 4.1/57 kB Progress (2): 28/29 kB | 7.7/57 kB Progress (2): 29 kB | 7.7/57 kB Progress (2): 29 kB | 12/57 kB Progress (2): 29 kB | 16/57 kB Progress (2): 29 kB | 20/57 kB Progress (2): 29 kB | 24/57 kB Progress (2): 29 kB | 28/57 kB Progress (2): 29 kB | 32/57 kB Progress (3): 29 kB | 32/57 kB | 4.1/152 kB Progress (3): 29 kB | 36/57 kB | 4.1/152 kB Progress (3): 29 kB | 36/57 kB | 7.7/152 kB Progress (3): 29 kB | 40/57 kB | 7.7/152 kB Progress (3): 29 kB | 40/57 kB | 12/152 kB Progress (3): 29 kB | 44/57 kB | 12/152 kB Progress (3): 29 kB | 44/57 kB | 16/152 kB Progress (3): 29 kB | 48/57 kB | 16/152 kB Progress (3): 29 kB | 48/57 kB | 20/152 kB Progress (3): 29 kB | 52/57 kB | 20/152 kB Progress (3): 29 kB | 52/57 kB | 24/152 kB Progress (3): 29 kB | 56/57 kB | 24/152 kB Progress (3): 29 kB | 57 kB | 24/152 kB Progress (3): 29 kB | 57 kB | 28/152 kB Progress (4): 29 kB | 57 kB | 28/152 kB | 4.1/35 kB Progress (4): 29 kB | 57 kB | 32/152 kB | 4.1/35 kB Progress (4): 29 kB | 57 kB | 32/152 kB | 7.7/35 kB Progress (4): 29 kB | 57 kB | 33/152 kB | 7.7/35 kB Progress (4): 29 kB | 57 kB | 33/152 kB | 12/35 kB Progress (4): 29 kB | 57 kB | 37/152 kB | 12/35 kB Progress (4): 29 kB | 57 kB | 37/152 kB | 16/35 kB Progress (4): 29 kB | 57 kB | 41/152 kB | 16/35 kB Progress (5): 29 kB | 57 kB | 41/152 kB | 16/35 kB | 4.1/24 kB Progress (5): 29 kB | 57 kB | 41/152 kB | 20/35 kB | 4.1/24 kB Progress (5): 29 kB | 57 kB | 41/152 kB | 20/35 kB | 7.7/24 kB Progress (5): 29 kB | 57 kB | 45/152 kB | 20/35 kB | 7.7/24 kB Progress (5): 29 kB | 57 kB | 45/152 kB | 20/35 kB | 12/24 kB Progress (5): 29 kB | 57 kB | 45/152 kB | 24/35 kB | 12/24 kB Progress (5): 29 kB | 57 kB | 45/152 kB | 24/35 kB | 16/24 kB Progress (5): 29 kB | 57 kB | 49/152 kB | 24/35 kB | 16/24 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 5.7 kB/s) Progress (4): 57 kB | 49/152 kB | 24/35 kB | 20/24 kB Progress (4): 57 kB | 49/152 kB | 28/35 kB | 20/24 kB Progress (4): 57 kB | 49/152 kB | 28/35 kB | 24/24 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Progress (4): 57 kB | 53/152 kB | 28/35 kB | 24/24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Progress (3): 53/152 kB | 28/35 kB | 24 kB Progress (3): 53/152 kB | 32/35 kB | 24 kB Progress (3): 57/152 kB | 32/35 kB | 24 kB Progress (3): 57/152 kB | 35 kB | 24 kB Progress (3): 61/152 kB | 35 kB | 24 kB Progress (3): 65/152 kB | 35 kB | 24 kB Progress (3): 69/152 kB | 35 kB | 24 kB Progress (3): 73/152 kB | 35 kB | 24 kB Progress (3): 77/152 kB | 35 kB | 24 kB Progress (3): 81/152 kB | 35 kB | 24 kB Progress (3): 85/152 kB | 35 kB | 24 kB Progress (3): 89/152 kB | 35 kB | 24 kB Progress (3): 93/152 kB | 35 kB | 24 kB Progress (3): 97/152 kB | 35 kB | 24 kB Progress (3): 101/152 kB | 35 kB | 24 kB Progress (3): 105/152 kB | 35 kB | 24 kB Progress (3): 109/152 kB | 35 kB | 24 kB Progress (3): 113/152 kB | 35 kB | 24 kB Progress (3): 117/152 kB | 35 kB | 24 kB Progress (3): 121/152 kB | 35 kB | 24 kB Progress (3): 125/152 kB | 35 kB | 24 kB Progress (3): 129/152 kB | 35 kB | 24 kB Progress (3): 133/152 kB | 35 kB | 24 kB Progress (3): 137/152 kB | 35 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 7.0 kB/s) Progress (2): 141/152 kB | 24 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 4.8 kB/s) Progress (2): 141/152 kB | 4.1/14 kB Progress (2): 145/152 kB | 4.1/14 kB Progress (2): 145/152 kB | 7.7/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): 145/152 kB | 7.7/14 kB | 4.1/30 kB Progress (3): 145/152 kB | 12/14 kB | 4.1/30 kB Progress (3): 149/152 kB | 12/14 kB | 4.1/30 kB Progress (3): 149/152 kB | 14 kB | 4.1/30 kB Progress (3): 149/152 kB | 14 kB | 7.7/30 kB Progress (3): 152 kB | 14 kB | 7.7/30 kB Progress (3): 152 kB | 14 kB | 12/30 kB Progress (3): 152 kB | 14 kB | 16/30 kB Progress (3): 152 kB | 14 kB | 20/30 kB Progress (3): 152 kB | 14 kB | 24/30 kB Progress (3): 152 kB | 14 kB | 28/30 kB Progress (4): 152 kB | 14 kB | 28/30 kB | 4.1/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 4.1/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 7.7/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 12/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 16/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 20/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 24/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 28/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 32/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 36/37 kB Progress (4): 152 kB | 14 kB | 30 kB | 37 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 30 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 2.7 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 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 5.9 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 7.2 kB/s) Progress (1): 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 (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/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 2.6 kB/s) Progress (1): 7.7/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 (1): 12/86 kB Progress (2): 12/86 kB | 4.1/49 kB Progress (2): 16/86 kB | 4.1/49 kB Progress (2): 16/86 kB | 7.7/49 kB Progress (3): 16/86 kB | 7.7/49 kB | 4.1/38 kB Progress (3): 16/86 kB | 12/49 kB | 4.1/38 kB Progress (3): 20/86 kB | 12/49 kB | 4.1/38 kB Progress (3): 20/86 kB | 16/49 kB | 4.1/38 kB Progress (3): 20/86 kB | 16/49 kB | 7.7/38 kB Progress (3): 24/86 kB | 16/49 kB | 7.7/38 kB Progress (3): 24/86 kB | 20/49 kB | 7.7/38 kB Progress (3): 24/86 kB | 20/49 kB | 12/38 kB Progress (3): 28/86 kB | 20/49 kB | 12/38 kB Progress (3): 28/86 kB | 24/49 kB | 12/38 kB Progress (3): 32/86 kB | 24/49 kB | 12/38 kB Progress (3): 32/86 kB | 24/49 kB | 16/38 kB Progress (3): 33/86 kB | 24/49 kB | 16/38 kB Progress (3): 33/86 kB | 24/49 kB | 20/38 kB Progress (3): 33/86 kB | 28/49 kB | 20/38 kB Progress (4): 33/86 kB | 28/49 kB | 20/38 kB | 4.1/87 kB Progress (4): 33/86 kB | 32/49 kB | 20/38 kB | 4.1/87 kB Progress (4): 37/86 kB | 32/49 kB | 20/38 kB | 4.1/87 kB Progress (4): 37/86 kB | 32/49 kB | 24/38 kB | 4.1/87 kB Progress (4): 41/86 kB | 32/49 kB | 24/38 kB | 4.1/87 kB Progress (4): 41/86 kB | 33/49 kB | 24/38 kB | 4.1/87 kB Progress (4): 41/86 kB | 33/49 kB | 24/38 kB | 7.7/87 kB Progress (4): 45/86 kB | 33/49 kB | 24/38 kB | 7.7/87 kB Progress (4): 45/86 kB | 33/49 kB | 24/38 kB | 12/87 kB Progress (4): 45/86 kB | 33/49 kB | 28/38 kB | 12/87 kB Progress (4): 45/86 kB | 33/49 kB | 28/38 kB | 16/87 kB Progress (4): 49/86 kB | 33/49 kB | 28/38 kB | 16/87 kB Progress (4): 49/86 kB | 37/49 kB | 28/38 kB | 16/87 kB Progress (4): 49/86 kB | 37/49 kB | 28/38 kB | 20/87 kB Progress (4): 49/86 kB | 37/49 kB | 32/38 kB | 20/87 kB Progress (4): 49/86 kB | 37/49 kB | 32/38 kB | 24/87 kB Progress (4): 49/86 kB | 41/49 kB | 32/38 kB | 24/87 kB Progress (4): 53/86 kB | 41/49 kB | 32/38 kB | 24/87 kB Progress (4): 53/86 kB | 41/49 kB | 32/38 kB | 28/87 kB Progress (4): 53/86 kB | 41/49 kB | 36/38 kB | 28/87 kB Progress (4): 53/86 kB | 41/49 kB | 36/38 kB | 32/87 kB Progress (4): 57/86 kB | 41/49 kB | 36/38 kB | 32/87 kB Progress (4): 57/86 kB | 45/49 kB | 36/38 kB | 32/87 kB Progress (5): 57/86 kB | 45/49 kB | 36/38 kB | 32/87 kB | 4.1/10 kB Progress (5): 57/86 kB | 45/49 kB | 36/38 kB | 36/87 kB | 4.1/10 kB Progress (5): 57/86 kB | 45/49 kB | 38 kB | 36/87 kB | 4.1/10 kB Progress (5): 57/86 kB | 45/49 kB | 38 kB | 40/87 kB | 4.1/10 kB Progress (5): 57/86 kB | 45/49 kB | 38 kB | 40/87 kB | 7.7/10 kB Progress (5): 57/86 kB | 45/49 kB | 38 kB | 44/87 kB | 7.7/10 kB Progress (5): 61/86 kB | 45/49 kB | 38 kB | 44/87 kB | 7.7/10 kB Progress (5): 61/86 kB | 49/49 kB | 38 kB | 44/87 kB | 7.7/10 kB Progress (5): 65/86 kB | 49/49 kB | 38 kB | 44/87 kB | 7.7/10 kB Progress (5): 65/86 kB | 49/49 kB | 38 kB | 48/87 kB | 7.7/10 kB Progress (5): 65/86 kB | 49/49 kB | 38 kB | 48/87 kB | 10 kB Progress (5): 69/86 kB | 49/49 kB | 38 kB | 48/87 kB | 10 kB Progress (5): 69/86 kB | 49 kB | 38 kB | 48/87 kB | 10 kB Progress (5): 73/86 kB | 49 kB | 38 kB | 48/87 kB | 10 kB Progress (5): 73/86 kB | 49 kB | 38 kB | 52/87 kB | 10 kB Progress (5): 77/86 kB | 49 kB | 38 kB | 52/87 kB | 10 kB Progress (5): 77/86 kB | 49 kB | 38 kB | 56/87 kB | 10 kB Progress (5): 81/86 kB | 49 kB | 38 kB | 56/87 kB | 10 kB Progress (5): 81/86 kB | 49 kB | 38 kB | 60/87 kB | 10 kB Progress (5): 85/86 kB | 49 kB | 38 kB | 60/87 kB | 10 kB Progress (5): 85/86 kB | 49 kB | 38 kB | 64/87 kB | 10 kB Progress (5): 86 kB | 49 kB | 38 kB | 64/87 kB | 10 kB Progress (5): 86 kB | 49 kB | 38 kB | 68/87 kB | 10 kB Progress (5): 86 kB | 49 kB | 38 kB | 72/87 kB | 10 kB Progress (5): 86 kB | 49 kB | 38 kB | 76/87 kB | 10 kB Progress (5): 86 kB | 49 kB | 38 kB | 80/87 kB | 10 kB Progress (5): 86 kB | 49 kB | 38 kB | 84/87 kB | 10 kB Progress (5): 86 kB | 49 kB | 38 kB | 87 kB | 10 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.jar (49 kB at 9.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (5): 86 kB | 38 kB | 87 kB | 10 kB | 4.1/194 kB Progress (5): 86 kB | 38 kB | 87 kB | 10 kB | 7.7/194 kB Progress (5): 86 kB | 38 kB | 87 kB | 10 kB | 12/194 kB Progress (5): 86 kB | 38 kB | 87 kB | 10 kB | 16/194 kB Progress (5): 86 kB | 38 kB | 87 kB | 10 kB | 20/194 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 7.4 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-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 17 kB/s) Progress (3): 86 kB | 10 kB | 24/194 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Progress (3): 86 kB | 10 kB | 28/194 kB Progress (3): 86 kB | 10 kB | 32/194 kB Progress (3): 86 kB | 10 kB | 33/194 kB Progress (3): 86 kB | 10 kB | 37/194 kB Progress (3): 86 kB | 10 kB | 41/194 kB Progress (3): 86 kB | 10 kB | 45/194 kB Progress (3): 86 kB | 10 kB | 49/194 kB Progress (3): 86 kB | 10 kB | 53/194 kB Progress (3): 86 kB | 10 kB | 57/194 kB Progress (3): 86 kB | 10 kB | 61/194 kB Progress (3): 86 kB | 10 kB | 65/194 kB Progress (3): 86 kB | 10 kB | 66/194 kB Progress (3): 86 kB | 10 kB | 70/194 kB Progress (3): 86 kB | 10 kB | 74/194 kB Progress (3): 86 kB | 10 kB | 78/194 kB Progress (3): 86 kB | 10 kB | 82/194 kB Progress (3): 86 kB | 10 kB | 86/194 kB Progress (3): 86 kB | 10 kB | 90/194 kB Progress (3): 86 kB | 10 kB | 94/194 kB Progress (3): 86 kB | 10 kB | 98/194 kB Progress (3): 86 kB | 10 kB | 98/194 kB Progress (3): 86 kB | 10 kB | 102/194 kB Progress (3): 86 kB | 10 kB | 106/194 kB Progress (3): 86 kB | 10 kB | 110/194 kB Progress (3): 86 kB | 10 kB | 114/194 kB Progress (3): 86 kB | 10 kB | 118/194 kB Progress (3): 86 kB | 10 kB | 122/194 kB Progress (3): 86 kB | 10 kB | 126/194 kB Progress (3): 86 kB | 10 kB | 130/194 kB Progress (3): 86 kB | 10 kB | 131/194 kB Progress (3): 86 kB | 10 kB | 135/194 kB Progress (3): 86 kB | 10 kB | 139/194 kB Progress (3): 86 kB | 10 kB | 143/194 kB Progress (3): 86 kB | 10 kB | 147/194 kB Progress (3): 86 kB | 10 kB | 151/194 kB Progress (3): 86 kB | 10 kB | 155/194 kB Progress (3): 86 kB | 10 kB | 159/194 kB Progress (3): 86 kB | 10 kB | 163/194 kB Progress (3): 86 kB | 10 kB | 167/194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 2.0 kB/s) Progress (2): 86 kB | 171/194 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar 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 17 kB/s) Progress (1): 175/194 kB 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 (2): 175/194 kB | 4.1/223 kB Progress (2): 179/194 kB | 4.1/223 kB Progress (2): 179/194 kB | 7.7/223 kB Progress (2): 183/194 kB | 7.7/223 kB Progress (2): 183/194 kB | 12/223 kB Progress (2): 187/194 kB | 12/223 kB Progress (2): 187/194 kB | 16/223 kB Progress (2): 191/194 kB | 16/223 kB Progress (2): 191/194 kB | 20/223 kB Progress (2): 194 kB | 20/223 kB Progress (3): 194 kB | 20/223 kB | 4.1/121 kB Progress (3): 194 kB | 24/223 kB | 4.1/121 kB Progress (3): 194 kB | 24/223 kB | 7.7/121 kB Progress (3): 194 kB | 28/223 kB | 7.7/121 kB Progress (3): 194 kB | 28/223 kB | 12/121 kB Progress (3): 194 kB | 32/223 kB | 12/121 kB Progress (3): 194 kB | 32/223 kB | 16/121 kB Progress (3): 194 kB | 33/223 kB | 16/121 kB Progress (3): 194 kB | 33/223 kB | 20/121 kB Progress (3): 194 kB | 37/223 kB | 20/121 kB Progress (3): 194 kB | 37/223 kB | 24/121 kB Progress (3): 194 kB | 41/223 kB | 24/121 kB Progress (3): 194 kB | 41/223 kB | 28/121 kB Progress (3): 194 kB | 45/223 kB | 28/121 kB Progress (3): 194 kB | 45/223 kB | 32/121 kB Progress (3): 194 kB | 49/223 kB | 32/121 kB Progress (3): 194 kB | 49/223 kB | 33/121 kB Progress (3): 194 kB | 53/223 kB | 33/121 kB Progress (3): 194 kB | 53/223 kB | 37/121 kB Progress (3): 194 kB | 57/223 kB | 37/121 kB Progress (3): 194 kB | 57/223 kB | 41/121 kB Progress (3): 194 kB | 61/223 kB | 41/121 kB Progress (3): 194 kB | 61/223 kB | 45/121 kB Progress (3): 194 kB | 65/223 kB | 45/121 kB Progress (3): 194 kB | 65/223 kB | 49/121 kB Progress (3): 194 kB | 66/223 kB | 49/121 kB Progress (3): 194 kB | 66/223 kB | 53/121 kB Progress (3): 194 kB | 70/223 kB | 53/121 kB Progress (3): 194 kB | 70/223 kB | 57/121 kB Progress (3): 194 kB | 74/223 kB | 57/121 kB Progress (3): 194 kB | 74/223 kB | 61/121 kB Progress (3): 194 kB | 78/223 kB | 61/121 kB Progress (3): 194 kB | 78/223 kB | 65/121 kB Progress (3): 194 kB | 82/223 kB | 65/121 kB Progress (3): 194 kB | 82/223 kB | 66/121 kB Progress (3): 194 kB | 86/223 kB | 66/121 kB Progress (3): 194 kB | 86/223 kB | 70/121 kB Progress (3): 194 kB | 90/223 kB | 70/121 kB Progress (3): 194 kB | 90/223 kB | 74/121 kB Progress (3): 194 kB | 94/223 kB | 74/121 kB Progress (3): 194 kB | 94/223 kB | 78/121 kB Progress (3): 194 kB | 98/223 kB | 78/121 kB Progress (3): 194 kB | 98/223 kB | 82/121 kB Progress (3): 194 kB | 98/223 kB | 82/121 kB Progress (3): 194 kB | 98/223 kB | 86/121 kB Progress (3): 194 kB | 102/223 kB | 86/121 kB Progress (3): 194 kB | 102/223 kB | 90/121 kB Progress (3): 194 kB | 106/223 kB | 90/121 kB Progress (3): 194 kB | 106/223 kB | 94/121 kB Progress (3): 194 kB | 110/223 kB | 94/121 kB Progress (3): 194 kB | 110/223 kB | 98/121 kB Progress (3): 194 kB | 114/223 kB | 98/121 kB Progress (3): 194 kB | 114/223 kB | 102/121 kB Progress (3): 194 kB | 118/223 kB | 102/121 kB Progress (3): 194 kB | 118/223 kB | 106/121 kB Progress (3): 194 kB | 122/223 kB | 106/121 kB Progress (3): 194 kB | 122/223 kB | 110/121 kB Progress (3): 194 kB | 126/223 kB | 110/121 kB Progress (3): 194 kB | 126/223 kB | 114/121 kB Progress (3): 194 kB | 130/223 kB | 114/121 kB Progress (4): 194 kB | 130/223 kB | 114/121 kB | 4.1/43 kB Progress (4): 194 kB | 130/223 kB | 118/121 kB | 4.1/43 kB Progress (4): 194 kB | 131/223 kB | 118/121 kB | 4.1/43 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 37 kB/s) Progress (3): 131/223 kB | 121 kB | 4.1/43 kB Progress (3): 131/223 kB | 121 kB | 7.7/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 (3): 135/223 kB | 121 kB | 7.7/43 kB Progress (3): 135/223 kB | 121 kB | 12/43 kB Progress (3): 139/223 kB | 121 kB | 12/43 kB Progress (3): 139/223 kB | 121 kB | 16/43 kB Progress (3): 143/223 kB | 121 kB | 16/43 kB Progress (3): 143/223 kB | 121 kB | 20/43 kB Progress (3): 147/223 kB | 121 kB | 20/43 kB Progress (3): 147/223 kB | 121 kB | 24/43 kB Progress (3): 151/223 kB | 121 kB | 24/43 kB Progress (3): 151/223 kB | 121 kB | 28/43 kB Progress (3): 155/223 kB | 121 kB | 28/43 kB Progress (3): 155/223 kB | 121 kB | 32/43 kB Progress (3): 159/223 kB | 121 kB | 32/43 kB Progress (3): 159/223 kB | 121 kB | 36/43 kB Progress (3): 163/223 kB | 121 kB | 36/43 kB Progress (3): 163/223 kB | 121 kB | 40/43 kB Progress (3): 164/223 kB | 121 kB | 40/43 kB Progress (3): 164/223 kB | 121 kB | 43 kB Progress (3): 168/223 kB | 121 kB | 43 kB Progress (3): 172/223 kB | 121 kB | 43 kB Progress (4): 172/223 kB | 121 kB | 43 kB | 4.1/6.8 kB Progress (4): 176/223 kB | 121 kB | 43 kB | 4.1/6.8 kB Progress (4): 176/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 180/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 184/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 188/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 192/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 196/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 200/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 204/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 208/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 212/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 216/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 220/223 kB | 121 kB | 43 kB | 6.8 kB Progress (4): 223 kB | 121 kB | 43 kB | 6.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.jar (43 kB at 8.3 kB/s) Progress (4): 223 kB | 121 kB | 6.8 kB | 4.1/61 kB Progress (4): 223 kB | 121 kB | 6.8 kB | 7.7/61 kB Progress (4): 223 kB | 121 kB | 6.8 kB | 12/61 kB Progress (4): 223 kB | 121 kB | 6.8 kB | 16/61 kB Progress (4): 223 kB | 121 kB | 6.8 kB | 20/61 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 43 kB/s) Progress (3): 121 kB | 6.8 kB | 24/61 kB Progress (3): 121 kB | 6.8 kB | 28/61 kB Progress (3): 121 kB | 6.8 kB | 32/61 kB Progress (3): 121 kB | 6.8 kB | 36/61 kB Progress (3): 121 kB | 6.8 kB | 40/61 kB Progress (3): 121 kB | 6.8 kB | 44/61 kB Progress (3): 121 kB | 6.8 kB | 48/61 kB Progress (3): 121 kB | 6.8 kB | 52/61 kB Progress (3): 121 kB | 6.8 kB | 56/61 kB Progress (3): 121 kB | 6.8 kB | 60/61 kB Progress (3): 121 kB | 6.8 kB | 61 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 1.3 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 12 kB/s) 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 23 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxr-impl --- 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 25 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 387 kB/s) 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 313 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 831 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.6 MB/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 190 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 374 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.6 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 932 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 73 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 1.3 MB/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 776 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 145 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 216 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 56 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 53 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 528 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 230 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 128 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 114 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 113 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 44 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 45 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 107 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 222 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 34 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 129 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 74 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 79 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 225 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 274 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 300 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 230 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 133 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 661 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 634 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 386 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 355 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 102 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 13 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 37 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 29 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/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/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/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/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/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/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/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.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 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): 69/222 kB Progress (1): 73/222 kB Progress (1): 77/222 kB Progress (1): 81/222 kB Progress (1): 85/222 kB Progress (1): 89/222 kB Progress (1): 93/222 kB Progress (1): 97/222 kB Progress (1): 101/222 kB Progress (1): 105/222 kB Progress (1): 109/222 kB Progress (1): 113/222 kB Progress (1): 117/222 kB Progress (1): 121/222 kB Progress (1): 125/222 kB Progress (1): 129/222 kB Progress (1): 133/222 kB Progress (1): 137/222 kB Progress (1): 141/222 kB Progress (1): 145/222 kB Progress (1): 149/222 kB Progress (1): 153/222 kB Progress (1): 157/222 kB Progress (1): 161/222 kB Progress (1): 165/222 kB Progress (1): 169/222 kB Progress (1): 173/222 kB Progress (1): 177/222 kB Progress (1): 181/222 kB Progress (1): 185/222 kB Progress (1): 189/222 kB Progress (1): 193/222 kB Progress (1): 197/222 kB Progress (1): 201/222 kB Progress (1): 205/222 kB Progress (1): 209/222 kB Progress (2): 209/222 kB | 4.1/167 kB Progress (2): 209/222 kB | 7.7/167 kB Progress (3): 209/222 kB | 7.7/167 kB | 4.1/4.3 kB Progress (3): 209/222 kB | 7.7/167 kB | 4.3 kB Progress (3): 209/222 kB | 12/167 kB | 4.3 kB Progress (3): 209/222 kB | 16/167 kB | 4.3 kB Progress (3): 209/222 kB | 20/167 kB | 4.3 kB Progress (3): 209/222 kB | 24/167 kB | 4.3 kB Progress (4): 209/222 kB | 24/167 kB | 4.3 kB | 4.1/14 kB Progress (4): 209/222 kB | 28/167 kB | 4.3 kB | 4.1/14 kB Progress (4): 209/222 kB | 28/167 kB | 4.3 kB | 7.7/14 kB Progress (4): 209/222 kB | 32/167 kB | 4.3 kB | 7.7/14 kB Progress (4): 209/222 kB | 32/167 kB | 4.3 kB | 12/14 kB Progress (4): 209/222 kB | 32/167 kB | 4.3 kB | 14 kB Progress (4): 209/222 kB | 36/167 kB | 4.3 kB | 14 kB Progress (4): 209/222 kB | 40/167 kB | 4.3 kB | 14 kB Progress (4): 209/222 kB | 44/167 kB | 4.3 kB | 14 kB Progress (4): 209/222 kB | 48/167 kB | 4.3 kB | 14 kB Progress (4): 209/222 kB | 52/167 kB | 4.3 kB | 14 kB Progress (4): 209/222 kB | 56/167 kB | 4.3 kB | 14 kB Progress (4): 209/222 kB | 60/167 kB | 4.3 kB | 14 kB Progress (5): 209/222 kB | 60/167 kB | 4.3 kB | 14 kB | 4.1/209 kB Progress (5): 209/222 kB | 64/167 kB | 4.3 kB | 14 kB | 4.1/209 kB Progress (5): 209/222 kB | 64/167 kB | 4.3 kB | 14 kB | 7.7/209 kB Progress (5): 209/222 kB | 68/167 kB | 4.3 kB | 14 kB | 7.7/209 kB Progress (5): 209/222 kB | 72/167 kB | 4.3 kB | 14 kB | 7.7/209 kB Progress (5): 209/222 kB | 76/167 kB | 4.3 kB | 14 kB | 7.7/209 kB Progress (5): 209/222 kB | 80/167 kB | 4.3 kB | 14 kB | 7.7/209 kB Progress (5): 209/222 kB | 84/167 kB | 4.3 kB | 14 kB | 7.7/209 kB Progress (5): 209/222 kB | 84/167 kB | 4.3 kB | 14 kB | 12/209 kB Progress (5): 209/222 kB | 88/167 kB | 4.3 kB | 14 kB | 12/209 kB Progress (5): 209/222 kB | 88/167 kB | 4.3 kB | 14 kB | 16/209 kB Progress (5): 209/222 kB | 92/167 kB | 4.3 kB | 14 kB | 16/209 kB Progress (5): 209/222 kB | 92/167 kB | 4.3 kB | 14 kB | 20/209 kB Progress (5): 209/222 kB | 96/167 kB | 4.3 kB | 14 kB | 20/209 kB Progress (5): 209/222 kB | 96/167 kB | 4.3 kB | 14 kB | 24/209 kB Progress (5): 209/222 kB | 100/167 kB | 4.3 kB | 14 kB | 24/209 kB Progress (5): 209/222 kB | 104/167 kB | 4.3 kB | 14 kB | 24/209 kB Progress (5): 209/222 kB | 104/167 kB | 4.3 kB | 14 kB | 28/209 kB Progress (5): 209/222 kB | 108/167 kB | 4.3 kB | 14 kB | 28/209 kB Progress (5): 209/222 kB | 108/167 kB | 4.3 kB | 14 kB | 32/209 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 88 kB/s) Progress (4): 209/222 kB | 108/167 kB | 14 kB | 36/209 kB Progress (4): 209/222 kB | 112/167 kB | 14 kB | 36/209 kB Progress (4): 209/222 kB | 112/167 kB | 14 kB | 40/209 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 276 kB/s) 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/ow2/asm/asm/6.2/asm-6.2.jar Progress (3): 209/222 kB | 112/167 kB | 44/209 kB Progress (3): 209/222 kB | 116/167 kB | 44/209 kB Progress (3): 209/222 kB | 116/167 kB | 48/209 kB Progress (3): 209/222 kB | 120/167 kB | 48/209 kB Progress (3): 209/222 kB | 120/167 kB | 52/209 kB Progress (3): 209/222 kB | 124/167 kB | 52/209 kB Progress (3): 209/222 kB | 124/167 kB | 56/209 kB Progress (3): 209/222 kB | 128/167 kB | 56/209 kB Progress (3): 209/222 kB | 128/167 kB | 60/209 kB Progress (3): 209/222 kB | 132/167 kB | 60/209 kB Progress (3): 209/222 kB | 132/167 kB | 64/209 kB Progress (3): 209/222 kB | 136/167 kB | 64/209 kB Progress (3): 209/222 kB | 136/167 kB | 68/209 kB Progress (3): 209/222 kB | 140/167 kB | 68/209 kB Progress (3): 209/222 kB | 140/167 kB | 72/209 kB Progress (3): 209/222 kB | 144/167 kB | 72/209 kB Progress (3): 209/222 kB | 144/167 kB | 76/209 kB Progress (3): 209/222 kB | 148/167 kB | 76/209 kB Progress (3): 209/222 kB | 148/167 kB | 80/209 kB Progress (3): 209/222 kB | 152/167 kB | 80/209 kB Progress (3): 209/222 kB | 152/167 kB | 84/209 kB Progress (3): 209/222 kB | 156/167 kB | 84/209 kB Progress (3): 209/222 kB | 156/167 kB | 88/209 kB Progress (3): 209/222 kB | 160/167 kB | 88/209 kB Progress (3): 209/222 kB | 160/167 kB | 92/209 kB Progress (3): 209/222 kB | 164/167 kB | 92/209 kB Progress (3): 209/222 kB | 164/167 kB | 96/209 kB Progress (3): 209/222 kB | 167 kB | 96/209 kB Progress (3): 209/222 kB | 167 kB | 100/209 kB Progress (3): 209/222 kB | 167 kB | 104/209 kB Progress (3): 209/222 kB | 167 kB | 108/209 kB Progress (3): 209/222 kB | 167 kB | 112/209 kB Progress (3): 209/222 kB | 167 kB | 116/209 kB Progress (3): 209/222 kB | 167 kB | 120/209 kB Progress (3): 209/222 kB | 167 kB | 124/209 kB Progress (3): 209/222 kB | 167 kB | 128/209 kB Progress (3): 209/222 kB | 167 kB | 132/209 kB Progress (3): 209/222 kB | 167 kB | 136/209 kB Progress (3): 209/222 kB | 167 kB | 140/209 kB Progress (3): 209/222 kB | 167 kB | 144/209 kB Progress (3): 209/222 kB | 167 kB | 148/209 kB Progress (3): 209/222 kB | 167 kB | 152/209 kB Progress (3): 209/222 kB | 167 kB | 156/209 kB Progress (3): 209/222 kB | 167 kB | 160/209 kB Progress (3): 209/222 kB | 167 kB | 164/209 kB Progress (3): 209/222 kB | 167 kB | 168/209 kB Progress (3): 209/222 kB | 167 kB | 172/209 kB Progress (3): 209/222 kB | 167 kB | 176/209 kB Progress (3): 209/222 kB | 167 kB | 180/209 kB Progress (3): 209/222 kB | 167 kB | 184/209 kB Progress (3): 209/222 kB | 167 kB | 188/209 kB Progress (3): 209/222 kB | 167 kB | 192/209 kB Progress (3): 209/222 kB | 167 kB | 196/209 kB Progress (3): 209/222 kB | 167 kB | 200/209 kB Progress (3): 209/222 kB | 167 kB | 204/209 kB Progress (3): 209/222 kB | 167 kB | 208/209 kB Progress (3): 209/222 kB | 167 kB | 209 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 2.6 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 (3): 209/222 kB | 209 kB | 4.1/39 kB Progress (3): 209/222 kB | 209 kB | 7.7/39 kB Progress (3): 209/222 kB | 209 kB | 12/39 kB Progress (3): 209/222 kB | 209 kB | 16/39 kB Progress (4): 209/222 kB | 209 kB | 16/39 kB | 4.1/111 kB Progress (4): 209/222 kB | 209 kB | 16/39 kB | 7.7/111 kB Progress (4): 209/222 kB | 209 kB | 20/39 kB | 7.7/111 kB Progress (4): 209/222 kB | 209 kB | 24/39 kB | 7.7/111 kB Progress (4): 209/222 kB | 209 kB | 24/39 kB | 12/111 kB Progress (4): 209/222 kB | 209 kB | 24/39 kB | 16/111 kB Progress (4): 209/222 kB | 209 kB | 28/39 kB | 16/111 kB Progress (4): 209/222 kB | 209 kB | 28/39 kB | 20/111 kB Progress (4): 209/222 kB | 209 kB | 32/39 kB | 20/111 kB Progress (4): 209/222 kB | 209 kB | 32/39 kB | 24/111 kB Progress (4): 209/222 kB | 209 kB | 36/39 kB | 24/111 kB Progress (4): 209/222 kB | 209 kB | 36/39 kB | 28/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 28/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 32/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 36/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 40/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 44/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 48/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 52/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 56/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 60/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 64/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 66/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 70/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 74/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 78/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 82/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 86/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 90/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 94/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 98/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 102/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 106/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 110/111 kB Progress (4): 209/222 kB | 209 kB | 39 kB | 111 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 505 kB/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.8 MB/s) Progress (3): 209/222 kB | 111 kB | 4.1/317 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Progress (3): 209/222 kB | 111 kB | 7.7/317 kB Progress (3): 209/222 kB | 111 kB | 12/317 kB Progress (3): 209/222 kB | 111 kB | 16/317 kB Progress (3): 209/222 kB | 111 kB | 20/317 kB Progress (3): 209/222 kB | 111 kB | 24/317 kB Progress (3): 209/222 kB | 111 kB | 28/317 kB Progress (3): 209/222 kB | 111 kB | 32/317 kB Progress (3): 209/222 kB | 111 kB | 33/317 kB Progress (3): 209/222 kB | 111 kB | 37/317 kB Progress (3): 209/222 kB | 111 kB | 41/317 kB Progress (3): 209/222 kB | 111 kB | 45/317 kB Progress (3): 209/222 kB | 111 kB | 49/317 kB Progress (3): 209/222 kB | 111 kB | 53/317 kB Progress (3): 209/222 kB | 111 kB | 57/317 kB Progress (3): 209/222 kB | 111 kB | 61/317 kB Progress (3): 209/222 kB | 111 kB | 65/317 kB Progress (3): 209/222 kB | 111 kB | 66/317 kB Progress (3): 209/222 kB | 111 kB | 70/317 kB Progress (3): 209/222 kB | 111 kB | 74/317 kB Progress (3): 209/222 kB | 111 kB | 78/317 kB Progress (3): 209/222 kB | 111 kB | 82/317 kB Progress (3): 209/222 kB | 111 kB | 86/317 kB Progress (3): 209/222 kB | 111 kB | 90/317 kB Progress (3): 209/222 kB | 111 kB | 94/317 kB Progress (3): 209/222 kB | 111 kB | 98/317 kB Progress (3): 209/222 kB | 111 kB | 98/317 kB Progress (3): 209/222 kB | 111 kB | 102/317 kB Progress (3): 209/222 kB | 111 kB | 106/317 kB Progress (3): 209/222 kB | 111 kB | 110/317 kB Progress (3): 209/222 kB | 111 kB | 114/317 kB Progress (3): 209/222 kB | 111 kB | 118/317 kB Progress (3): 209/222 kB | 111 kB | 122/317 kB Progress (3): 209/222 kB | 111 kB | 126/317 kB Progress (3): 209/222 kB | 111 kB | 130/317 kB Progress (3): 209/222 kB | 111 kB | 134/317 kB Progress (3): 209/222 kB | 111 kB | 138/317 kB Progress (3): 209/222 kB | 111 kB | 142/317 kB Progress (3): 209/222 kB | 111 kB | 146/317 kB Progress (3): 209/222 kB | 111 kB | 150/317 kB Progress (3): 209/222 kB | 111 kB | 154/317 kB Progress (4): 209/222 kB | 111 kB | 154/317 kB | 4.1/4.7 kB Progress (4): 209/222 kB | 111 kB | 158/317 kB | 4.1/4.7 kB Progress (4): 209/222 kB | 111 kB | 158/317 kB | 4.7 kB Progress (4): 209/222 kB | 111 kB | 162/317 kB | 4.7 kB Progress (4): 209/222 kB | 111 kB | 166/317 kB | 4.7 kB Progress (4): 209/222 kB | 111 kB | 170/317 kB | 4.7 kB Progress (4): 209/222 kB | 111 kB | 174/317 kB | 4.7 kB Progress (4): 209/222 kB | 111 kB | 178/317 kB | 4.7 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 862 kB/s) Progress (3): 209/222 kB | 182/317 kB | 4.7 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Progress (3): 209/222 kB | 186/317 kB | 4.7 kB Progress (3): 209/222 kB | 190/317 kB | 4.7 kB Progress (3): 209/222 kB | 194/317 kB | 4.7 kB Progress (3): 209/222 kB | 198/317 kB | 4.7 kB Progress (3): 209/222 kB | 202/317 kB | 4.7 kB Progress (3): 209/222 kB | 206/317 kB | 4.7 kB Progress (3): 209/222 kB | 210/317 kB | 4.7 kB Progress (4): 209/222 kB | 210/317 kB | 4.7 kB | 4.1/27 kB Progress (4): 209/222 kB | 214/317 kB | 4.7 kB | 4.1/27 kB Progress (4): 209/222 kB | 214/317 kB | 4.7 kB | 7.7/27 kB Progress (4): 209/222 kB | 218/317 kB | 4.7 kB | 7.7/27 kB Progress (4): 209/222 kB | 218/317 kB | 4.7 kB | 12/27 kB Progress (4): 209/222 kB | 222/317 kB | 4.7 kB | 12/27 kB Progress (4): 209/222 kB | 222/317 kB | 4.7 kB | 16/27 kB Progress (4): 209/222 kB | 226/317 kB | 4.7 kB | 16/27 kB Progress (4): 209/222 kB | 226/317 kB | 4.7 kB | 20/27 kB Progress (4): 209/222 kB | 230/317 kB | 4.7 kB | 20/27 kB Progress (4): 209/222 kB | 230/317 kB | 4.7 kB | 24/27 kB Progress (4): 209/222 kB | 234/317 kB | 4.7 kB | 24/27 kB Progress (4): 209/222 kB | 234/317 kB | 4.7 kB | 27 kB Progress (4): 209/222 kB | 238/317 kB | 4.7 kB | 27 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 35 kB/s) Progress (3): 209/222 kB | 242/317 kB | 27 kB Progress (3): 209/222 kB | 246/317 kB | 27 kB Progress (3): 209/222 kB | 250/317 kB | 27 kB Progress (3): 209/222 kB | 254/317 kB | 27 kB Progress (3): 209/222 kB | 258/317 kB | 27 kB Progress (3): 209/222 kB | 262/317 kB | 27 kB Progress (3): 209/222 kB | 266/317 kB | 27 kB Progress (3): 209/222 kB | 270/317 kB | 27 kB Progress (3): 209/222 kB | 274/317 kB | 27 kB Progress (3): 209/222 kB | 278/317 kB | 27 kB Progress (3): 209/222 kB | 282/317 kB | 27 kB Progress (3): 209/222 kB | 286/317 kB | 27 kB Progress (3): 209/222 kB | 290/317 kB | 27 kB Progress (3): 209/222 kB | 294/317 kB | 27 kB Progress (4): 209/222 kB | 294/317 kB | 27 kB | 4.1/21 kB Progress (4): 209/222 kB | 298/317 kB | 27 kB | 4.1/21 kB Progress (4): 209/222 kB | 298/317 kB | 27 kB | 7.7/21 kB Progress (4): 209/222 kB | 302/317 kB | 27 kB | 7.7/21 kB Progress (4): 209/222 kB | 302/317 kB | 27 kB | 12/21 kB Progress (4): 209/222 kB | 306/317 kB | 27 kB | 12/21 kB Progress (4): 209/222 kB | 306/317 kB | 27 kB | 16/21 kB Progress (4): 209/222 kB | 310/317 kB | 27 kB | 16/21 kB Progress (4): 209/222 kB | 310/317 kB | 27 kB | 20/21 kB Progress (4): 209/222 kB | 314/317 kB | 27 kB | 20/21 kB Progress (4): 209/222 kB | 314/317 kB | 27 kB | 21 kB Progress (4): 209/222 kB | 317 kB | 27 kB | 21 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 192 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 147 kB/s) 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 1.7 MB/s) Progress (1): 213/222 kB Progress (1): 217/222 kB Progress (1): 221/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 871 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/jaxr-ri-master-build/target/classes [INFO] /home/jenkins/agent/workspace/jaxr-ri-master-build/src/main/java/com/sun/xml/registry/uddi/infomodel/ExtensibleObjectImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jaxr-ri-master-build/src/main/java/com/sun/xml/registry/uddi/infomodel/ExtensibleObjectImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-bundle-plugin:3.5.1:manifest (osgi-bundle) @ jaxr-impl --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 83 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom (1.4 kB at 62 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 128 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom Progress (1): 4.1/9.7 kB Progress (1): 7.7/9.7 kB Progress (1): 9.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 568 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom Progress (1): 193 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 13 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock/3.4/easymock-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.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/easymock/easymock/3.4/easymock-3.4.pom (7.3 kB at 430 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.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/easymock/easymock-parent/3.4/easymock-parent-3.4.pom (17 kB at 949 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.2/objenesis-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom (2.5 kB at 138 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.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/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom (17 kB at 636 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 164 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom Progress (1): 463 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 29 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.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/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom (11 kB at 701 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.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/2.2.0/maven-2.2.0.pom (22 kB at 1.4 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.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/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 136 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.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.0/maven-model-2.2.0.pom (3.2 kB at 231 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.3 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 32 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 152 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom (2.0 kB at 54 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom (1.9 kB at 109 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom (1.4 kB at 85 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 136 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 799 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 98 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 99 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 6.4 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 133 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 13 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 434 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.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-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 87 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 93 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.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/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 49 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.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.0/maven-error-diagnostics-2.2.0.pom (1.7 kB at 61 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.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.0/maven-project-2.2.0.pom (2.8 kB at 154 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.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.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 124 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.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-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 102 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Progress (1): 4.1/8.0 kB Progress (1): 7.7/8.0 kB Progress (1): 8.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 443 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/11/commons-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.5 MB/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 300 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.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.0/maven-plugin-api-2.2.0.pom (1.5 kB at 81 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.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.0/maven-plugin-descriptor-2.2.0.pom (2.1 kB at 76 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom (1.3 kB at 90 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 180 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 319 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.0 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/14/apache-14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 864 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 109 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 85 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.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/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 139 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.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-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 179 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 204 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.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/plexus-3.3.pom (20 kB at 995 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom 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.20/plexus-utils-3.0.20.pom (3.8 kB at 123 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 133 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 122 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 937 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 673 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 4.1/56 kB Progress (1): 7.7/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 24/56 kB Progress (1): 28/56 kB Progress (1): 32/56 kB Progress (1): 36/56 kB Progress (1): 40/56 kB Progress (1): 44/56 kB Progress (1): 48/56 kB Progress (1): 52/56 kB Progress (1): 56/56 kB Progress (1): 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.7 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 91 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 170 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 357 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 170 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.0 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.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.10/plexus-utils-3.0.10.pom (3.1 kB at 196 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 229 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 597 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 99 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 643 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.1 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 221 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 599 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 150 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom 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.7/plexus-utils-1.5.7.pom (8.1 kB at 538 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 62 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 200 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 130 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 91 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 31 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 47 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 452 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 40 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 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/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 427 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 431 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 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 338 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 662 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 9.3 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 83 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/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 80 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 160 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 168 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 107 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 114 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 122 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.2/objenesis-2.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock/3.4/easymock-3.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.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 sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.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-monitor/2.2.0/maven-monitor-2.2.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar Progress (1): 4.1/350 kB Progress (1): 7.7/350 kB Progress (1): 12/350 kB Progress (1): 16/350 kB Progress (1): 20/350 kB Progress (1): 24/350 kB Progress (1): 28/350 kB Progress (1): 32/350 kB Progress (1): 33/350 kB Progress (1): 37/350 kB Progress (1): 41/350 kB Progress (1): 45/350 kB Progress (1): 49/350 kB Progress (1): 53/350 kB Progress (1): 57/350 kB Progress (1): 61/350 kB Progress (1): 65/350 kB Progress (1): 66/350 kB Progress (1): 70/350 kB Progress (1): 74/350 kB Progress (1): 78/350 kB Progress (1): 82/350 kB Progress (1): 86/350 kB Progress (1): 90/350 kB Progress (1): 94/350 kB Progress (1): 98/350 kB Progress (1): 98/350 kB Progress (1): 102/350 kB Progress (1): 106/350 kB Progress (1): 110/350 kB Progress (1): 114/350 kB Progress (1): 118/350 kB Progress (1): 122/350 kB Progress (1): 126/350 kB Progress (1): 130/350 kB Progress (1): 131/350 kB Progress (1): 135/350 kB Progress (1): 139/350 kB Progress (1): 143/350 kB Progress (1): 147/350 kB Progress (1): 151/350 kB Progress (1): 155/350 kB Progress (1): 159/350 kB Progress (1): 163/350 kB Progress (1): 164/350 kB Progress (1): 168/350 kB Progress (1): 172/350 kB Progress (1): 176/350 kB Progress (1): 180/350 kB Progress (1): 184/350 kB Progress (1): 188/350 kB Progress (1): 192/350 kB Progress (1): 196/350 kB Progress (1): 197/350 kB Progress (1): 201/350 kB Progress (1): 205/350 kB Progress (1): 209/350 kB Progress (1): 213/350 kB Progress (1): 217/350 kB Progress (1): 221/350 kB Progress (1): 225/350 kB Progress (1): 229/350 kB Progress (1): 229/350 kB Progress (1): 233/350 kB Progress (1): 237/350 kB Progress (1): 241/350 kB Progress (1): 245/350 kB Progress (1): 249/350 kB Progress (1): 253/350 kB Progress (1): 257/350 kB Progress (1): 261/350 kB Progress (1): 262/350 kB Progress (1): 266/350 kB Progress (1): 270/350 kB Progress (1): 274/350 kB Progress (1): 278/350 kB Progress (1): 282/350 kB Progress (1): 286/350 kB Progress (1): 290/350 kB Progress (1): 294/350 kB Progress (1): 298/350 kB Progress (1): 302/350 kB Progress (1): 306/350 kB Progress (1): 310/350 kB Progress (1): 314/350 kB Progress (1): 318/350 kB Progress (1): 322/350 kB Progress (1): 326/350 kB Progress (1): 330/350 kB Progress (1): 334/350 kB Progress (1): 338/350 kB Progress (1): 342/350 kB Progress (1): 346/350 kB Progress (1): 350 kB Progress (2): 350 kB | 4.1/168 kB Progress (2): 350 kB | 7.7/168 kB Progress (2): 350 kB | 12/168 kB Progress (2): 350 kB | 16/168 kB Progress (2): 350 kB | 20/168 kB Progress (2): 350 kB | 24/168 kB Progress (2): 350 kB | 28/168 kB Progress (3): 350 kB | 28/168 kB | 0/2.6 MB Progress (3): 350 kB | 32/168 kB | 0/2.6 MB Progress (3): 350 kB | 32/168 kB | 0/2.6 MB Progress (3): 350 kB | 36/168 kB | 0/2.6 MB Progress (3): 350 kB | 36/168 kB | 0/2.6 MB Progress (3): 350 kB | 40/168 kB | 0/2.6 MB Progress (3): 350 kB | 40/168 kB | 0/2.6 MB Progress (3): 350 kB | 44/168 kB | 0/2.6 MB Progress (3): 350 kB | 44/168 kB | 0/2.6 MB Progress (3): 350 kB | 48/168 kB | 0/2.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 6.1 MB/s) Progress (2): 48/168 kB | 0/2.6 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar Progress (2): 52/168 kB | 0/2.6 MB Progress (2): 52/168 kB | 0/2.6 MB Progress (2): 56/168 kB | 0/2.6 MB Progress (2): 56/168 kB | 0/2.6 MB Progress (2): 60/168 kB | 0/2.6 MB Progress (2): 60/168 kB | 0/2.6 MB Progress (2): 64/168 kB | 0/2.6 MB Progress (2): 64/168 kB | 0/2.6 MB Progress (2): 66/168 kB | 0/2.6 MB Progress (2): 66/168 kB | 0/2.6 MB Progress (2): 66/168 kB | 0/2.6 MB Progress (2): 70/168 kB | 0/2.6 MB Progress (2): 70/168 kB | 0.1/2.6 MB Progress (2): 74/168 kB | 0.1/2.6 MB Progress (2): 74/168 kB | 0.1/2.6 MB Progress (2): 78/168 kB | 0.1/2.6 MB Progress (2): 78/168 kB | 0.1/2.6 MB Progress (2): 82/168 kB | 0.1/2.6 MB Progress (2): 82/168 kB | 0.1/2.6 MB Progress (2): 86/168 kB | 0.1/2.6 MB Progress (2): 86/168 kB | 0.1/2.6 MB Progress (2): 90/168 kB | 0.1/2.6 MB Progress (2): 90/168 kB | 0.1/2.6 MB Progress (2): 94/168 kB | 0.1/2.6 MB Progress (2): 94/168 kB | 0.1/2.6 MB Progress (2): 98/168 kB | 0.1/2.6 MB Progress (2): 98/168 kB | 0.1/2.6 MB Progress (2): 102/168 kB | 0.1/2.6 MB Progress (2): 102/168 kB | 0.1/2.6 MB Progress (2): 106/168 kB | 0.1/2.6 MB Progress (2): 106/168 kB | 0.1/2.6 MB Progress (3): 106/168 kB | 0.1/2.6 MB | 4.1/53 kB Progress (3): 106/168 kB | 0.1/2.6 MB | 4.1/53 kB Progress (3): 110/168 kB | 0.1/2.6 MB | 4.1/53 kB Progress (3): 110/168 kB | 0.1/2.6 MB | 4.1/53 kB Progress (3): 110/168 kB | 0.1/2.6 MB | 7.7/53 kB Progress (4): 110/168 kB | 0.1/2.6 MB | 7.7/53 kB | 4.1/474 kB Progress (4): 114/168 kB | 0.1/2.6 MB | 7.7/53 kB | 4.1/474 kB Progress (4): 114/168 kB | 0.1/2.6 MB | 7.7/53 kB | 7.7/474 kB Progress (4): 118/168 kB | 0.1/2.6 MB | 7.7/53 kB | 7.7/474 kB Progress (4): 118/168 kB | 0.1/2.6 MB | 12/53 kB | 7.7/474 kB Progress (4): 118/168 kB | 0.1/2.6 MB | 12/53 kB | 7.7/474 kB Progress (4): 118/168 kB | 0.1/2.6 MB | 16/53 kB | 7.7/474 kB Progress (4): 122/168 kB | 0.1/2.6 MB | 16/53 kB | 7.7/474 kB Progress (4): 122/168 kB | 0.1/2.6 MB | 16/53 kB | 12/474 kB Progress (4): 122/168 kB | 0.1/2.6 MB | 20/53 kB | 12/474 kB Progress (4): 122/168 kB | 0.1/2.6 MB | 20/53 kB | 12/474 kB Progress (4): 122/168 kB | 0.1/2.6 MB | 24/53 kB | 12/474 kB Progress (4): 122/168 kB | 0.1/2.6 MB | 24/53 kB | 16/474 kB Progress (4): 126/168 kB | 0.1/2.6 MB | 24/53 kB | 16/474 kB Progress (4): 126/168 kB | 0.1/2.6 MB | 24/53 kB | 20/474 kB Progress (4): 126/168 kB | 0.1/2.6 MB | 28/53 kB | 20/474 kB Progress (4): 126/168 kB | 0.1/2.6 MB | 28/53 kB | 20/474 kB Progress (4): 126/168 kB | 0.1/2.6 MB | 32/53 kB | 20/474 kB Progress (4): 126/168 kB | 0.1/2.6 MB | 32/53 kB | 24/474 kB Progress (4): 130/168 kB | 0.1/2.6 MB | 32/53 kB | 24/474 kB Progress (4): 130/168 kB | 0.1/2.6 MB | 32/53 kB | 28/474 kB Progress (4): 130/168 kB | 0.1/2.6 MB | 36/53 kB | 28/474 kB Progress (4): 130/168 kB | 0.1/2.6 MB | 36/53 kB | 28/474 kB Progress (4): 130/168 kB | 0.1/2.6 MB | 40/53 kB | 28/474 kB Progress (4): 130/168 kB | 0.1/2.6 MB | 40/53 kB | 32/474 kB Progress (4): 131/168 kB | 0.1/2.6 MB | 40/53 kB | 32/474 kB Progress (5): 131/168 kB | 0.1/2.6 MB | 40/53 kB | 32/474 kB | 4.1/68 kB Progress (5): 131/168 kB | 0.1/2.6 MB | 44/53 kB | 32/474 kB | 4.1/68 kB Progress (5): 131/168 kB | 0.1/2.6 MB | 44/53 kB | 32/474 kB | 4.1/68 kB Progress (5): 131/168 kB | 0.1/2.6 MB | 48/53 kB | 32/474 kB | 4.1/68 kB Progress (5): 131/168 kB | 0.1/2.6 MB | 48/53 kB | 32/474 kB | 7.7/68 kB Progress (5): 135/168 kB | 0.1/2.6 MB | 48/53 kB | 32/474 kB | 7.7/68 kB Progress (5): 135/168 kB | 0.1/2.6 MB | 48/53 kB | 36/474 kB | 7.7/68 kB Progress (5): 139/168 kB | 0.1/2.6 MB | 48/53 kB | 36/474 kB | 7.7/68 kB Progress (5): 139/168 kB | 0.1/2.6 MB | 48/53 kB | 36/474 kB | 12/68 kB Progress (5): 139/168 kB | 0.1/2.6 MB | 52/53 kB | 36/474 kB | 12/68 kB Progress (5): 139/168 kB | 0.1/2.6 MB | 52/53 kB | 36/474 kB | 12/68 kB Progress (5): 139/168 kB | 0.1/2.6 MB | 53 kB | 36/474 kB | 12/68 kB Progress (5): 139/168 kB | 0.1/2.6 MB | 53 kB | 36/474 kB | 16/68 kB Progress (5): 143/168 kB | 0.1/2.6 MB | 53 kB | 36/474 kB | 16/68 kB Progress (5): 143/168 kB | 0.1/2.6 MB | 53 kB | 40/474 kB | 16/68 kB Progress (5): 147/168 kB | 0.1/2.6 MB | 53 kB | 40/474 kB | 16/68 kB Progress (5): 147/168 kB | 0.1/2.6 MB | 53 kB | 40/474 kB | 20/68 kB Progress (5): 147/168 kB | 0.1/2.6 MB | 53 kB | 40/474 kB | 20/68 kB Progress (5): 147/168 kB | 0.1/2.6 MB | 53 kB | 40/474 kB | 24/68 kB Progress (5): 151/168 kB | 0.1/2.6 MB | 53 kB | 40/474 kB | 24/68 kB Progress (5): 151/168 kB | 0.1/2.6 MB | 53 kB | 44/474 kB | 24/68 kB Progress (5): 155/168 kB | 0.1/2.6 MB | 53 kB | 44/474 kB | 24/68 kB Progress (5): 155/168 kB | 0.1/2.6 MB | 53 kB | 44/474 kB | 28/68 kB Progress (5): 155/168 kB | 0.1/2.6 MB | 53 kB | 44/474 kB | 28/68 kB Progress (5): 159/168 kB | 0.1/2.6 MB | 53 kB | 44/474 kB | 28/68 kB Progress (5): 159/168 kB | 0.1/2.6 MB | 53 kB | 44/474 kB | 32/68 kB Progress (5): 159/168 kB | 0.1/2.6 MB | 53 kB | 48/474 kB | 32/68 kB Progress (5): 159/168 kB | 0.1/2.6 MB | 53 kB | 48/474 kB | 33/68 kB Progress (5): 163/168 kB | 0.1/2.6 MB | 53 kB | 48/474 kB | 33/68 kB Progress (5): 163/168 kB | 0.1/2.6 MB | 53 kB | 48/474 kB | 33/68 kB Progress (5): 163/168 kB | 0.1/2.6 MB | 53 kB | 48/474 kB | 37/68 kB Progress (5): 163/168 kB | 0.1/2.6 MB | 53 kB | 52/474 kB | 37/68 kB Progress (5): 163/168 kB | 0.1/2.6 MB | 53 kB | 52/474 kB | 41/68 kB Progress (5): 163/168 kB | 0.1/2.6 MB | 53 kB | 52/474 kB | 41/68 kB Progress (5): 163/168 kB | 0.1/2.6 MB | 53 kB | 52/474 kB | 45/68 kB Progress (5): 167/168 kB | 0.1/2.6 MB | 53 kB | 52/474 kB | 45/68 kB Progress (5): 167/168 kB | 0.1/2.6 MB | 53 kB | 52/474 kB | 49/68 kB Progress (5): 167/168 kB | 0.1/2.6 MB | 53 kB | 52/474 kB | 49/68 kB Progress (5): 167/168 kB | 0.1/2.6 MB | 53 kB | 56/474 kB | 49/68 kB Progress (5): 167/168 kB | 0.1/2.6 MB | 53 kB | 56/474 kB | 49/68 kB Progress (5): 167/168 kB | 0.1/2.6 MB | 53 kB | 56/474 kB | 53/68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar (53 kB at 414 kB/s) Progress (4): 168 kB | 0.1/2.6 MB | 56/474 kB | 53/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar Progress (4): 168 kB | 0.1/2.6 MB | 56/474 kB | 57/68 kB Progress (4): 168 kB | 0.1/2.6 MB | 56/474 kB | 57/68 kB Progress (4): 168 kB | 0.1/2.6 MB | 60/474 kB | 57/68 kB Progress (4): 168 kB | 0.2/2.6 MB | 60/474 kB | 57/68 kB Progress (4): 168 kB | 0.2/2.6 MB | 60/474 kB | 61/68 kB Progress (4): 168 kB | 0.2/2.6 MB | 64/474 kB | 61/68 kB Progress (4): 168 kB | 0.2/2.6 MB | 64/474 kB | 65/68 kB Progress (4): 168 kB | 0.2/2.6 MB | 64/474 kB | 65/68 kB Progress (4): 168 kB | 0.2/2.6 MB | 64/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 68/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 68/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 72/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 72/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 72/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 76/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 76/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 80/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 80/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 84/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 84/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 88/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 88/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 92/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 92/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 96/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 96/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 98/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 98/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 102/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 102/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 106/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 106/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 106/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 110/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 114/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 114/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 114/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 118/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 118/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 122/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 122/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 126/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 126/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 130/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 130/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 134/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 134/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 138/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 138/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 142/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 142/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 146/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 146/474 kB | 68 kB Progress (4): 168 kB | 0.2/2.6 MB | 150/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 150/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 154/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 154/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 158/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 158/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 162/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 162/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 166/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 166/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 170/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 170/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 174/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 174/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 178/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 178/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 182/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 182/474 kB | 68 kB Progress (4): 168 kB | 0.3/2.6 MB | 186/474 kB | 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 1.2 MB/s) Progress (3): 0.3/2.6 MB | 190/474 kB | 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 483 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar Progress (2): 0.3/2.6 MB | 190/474 kB Progress (2): 0.3/2.6 MB | 194/474 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar Progress (2): 0.3/2.6 MB | 198/474 kB Progress (2): 0.3/2.6 MB | 198/474 kB Progress (2): 0.3/2.6 MB | 202/474 kB Progress (2): 0.3/2.6 MB | 202/474 kB Progress (2): 0.3/2.6 MB | 206/474 kB Progress (2): 0.3/2.6 MB | 206/474 kB Progress (2): 0.3/2.6 MB | 210/474 kB Progress (2): 0.3/2.6 MB | 210/474 kB Progress (2): 0.3/2.6 MB | 214/474 kB Progress (2): 0.3/2.6 MB | 214/474 kB Progress (2): 0.3/2.6 MB | 218/474 kB Progress (2): 0.3/2.6 MB | 218/474 kB Progress (2): 0.3/2.6 MB | 222/474 kB Progress (2): 0.3/2.6 MB | 222/474 kB Progress (2): 0.3/2.6 MB | 226/474 kB Progress (2): 0.3/2.6 MB | 226/474 kB Progress (2): 0.3/2.6 MB | 230/474 kB Progress (2): 0.3/2.6 MB | 230/474 kB Progress (2): 0.3/2.6 MB | 234/474 kB Progress (2): 0.3/2.6 MB | 234/474 kB Progress (2): 0.3/2.6 MB | 238/474 kB Progress (2): 0.3/2.6 MB | 238/474 kB Progress (2): 0.3/2.6 MB | 242/474 kB Progress (2): 0.3/2.6 MB | 242/474 kB Progress (2): 0.3/2.6 MB | 246/474 kB Progress (2): 0.3/2.6 MB | 246/474 kB Progress (2): 0.3/2.6 MB | 250/474 kB Progress (2): 0.3/2.6 MB | 250/474 kB Progress (2): 0.3/2.6 MB | 254/474 kB Progress (2): 0.3/2.6 MB | 254/474 kB Progress (2): 0.3/2.6 MB | 258/474 kB Progress (2): 0.4/2.6 MB | 258/474 kB Progress (2): 0.4/2.6 MB | 262/474 kB Progress (2): 0.4/2.6 MB | 262/474 kB Progress (2): 0.4/2.6 MB | 266/474 kB Progress (2): 0.4/2.6 MB | 266/474 kB Progress (2): 0.4/2.6 MB | 270/474 kB Progress (2): 0.4/2.6 MB | 270/474 kB Progress (2): 0.4/2.6 MB | 274/474 kB Progress (2): 0.4/2.6 MB | 274/474 kB Progress (3): 0.4/2.6 MB | 274/474 kB | 4.1/614 kB Progress (3): 0.4/2.6 MB | 278/474 kB | 4.1/614 kB Progress (3): 0.4/2.6 MB | 278/474 kB | 7.7/614 kB Progress (3): 0.4/2.6 MB | 278/474 kB | 7.7/614 kB Progress (3): 0.4/2.6 MB | 282/474 kB | 7.7/614 kB Progress (3): 0.4/2.6 MB | 282/474 kB | 7.7/614 kB Progress (3): 0.4/2.6 MB | 282/474 kB | 12/614 kB Progress (3): 0.4/2.6 MB | 282/474 kB | 12/614 kB Progress (3): 0.4/2.6 MB | 286/474 kB | 12/614 kB Progress (3): 0.4/2.6 MB | 286/474 kB | 12/614 kB Progress (3): 0.4/2.6 MB | 286/474 kB | 16/614 kB Progress (3): 0.4/2.6 MB | 290/474 kB | 16/614 kB Progress (3): 0.4/2.6 MB | 290/474 kB | 16/614 kB Progress (3): 0.4/2.6 MB | 290/474 kB | 20/614 kB Progress (3): 0.4/2.6 MB | 294/474 kB | 20/614 kB Progress (3): 0.4/2.6 MB | 294/474 kB | 20/614 kB Progress (3): 0.4/2.6 MB | 298/474 kB | 20/614 kB Progress (3): 0.4/2.6 MB | 298/474 kB | 24/614 kB Progress (3): 0.4/2.6 MB | 298/474 kB | 24/614 kB Progress (3): 0.4/2.6 MB | 302/474 kB | 24/614 kB Progress (3): 0.4/2.6 MB | 302/474 kB | 28/614 kB Progress (3): 0.4/2.6 MB | 302/474 kB | 28/614 kB Progress (3): 0.4/2.6 MB | 302/474 kB | 32/614 kB Progress (3): 0.4/2.6 MB | 306/474 kB | 32/614 kB Progress (3): 0.4/2.6 MB | 306/474 kB | 33/614 kB Progress (3): 0.4/2.6 MB | 306/474 kB | 33/614 kB Progress (3): 0.4/2.6 MB | 310/474 kB | 33/614 kB Progress (3): 0.4/2.6 MB | 310/474 kB | 33/614 kB Progress (3): 0.4/2.6 MB | 310/474 kB | 37/614 kB Progress (3): 0.4/2.6 MB | 310/474 kB | 37/614 kB Progress (3): 0.4/2.6 MB | 314/474 kB | 37/614 kB Progress (3): 0.4/2.6 MB | 314/474 kB | 37/614 kB Progress (3): 0.4/2.6 MB | 314/474 kB | 41/614 kB Progress (3): 0.4/2.6 MB | 318/474 kB | 41/614 kB Progress (3): 0.4/2.6 MB | 318/474 kB | 41/614 kB Progress (3): 0.4/2.6 MB | 318/474 kB | 45/614 kB Progress (3): 0.4/2.6 MB | 322/474 kB | 45/614 kB Progress (3): 0.4/2.6 MB | 322/474 kB | 49/614 kB Progress (3): 0.4/2.6 MB | 322/474 kB | 49/614 kB Progress (3): 0.4/2.6 MB | 326/474 kB | 49/614 kB Progress (3): 0.4/2.6 MB | 326/474 kB | 53/614 kB Progress (3): 0.4/2.6 MB | 326/474 kB | 53/614 kB Progress (3): 0.4/2.6 MB | 330/474 kB | 53/614 kB Progress (3): 0.4/2.6 MB | 330/474 kB | 53/614 kB Progress (3): 0.4/2.6 MB | 330/474 kB | 57/614 kB Progress (3): 0.4/2.6 MB | 334/474 kB | 57/614 kB Progress (3): 0.4/2.6 MB | 334/474 kB | 57/614 kB Progress (3): 0.4/2.6 MB | 334/474 kB | 61/614 kB Progress (3): 0.4/2.6 MB | 338/474 kB | 61/614 kB Progress (3): 0.4/2.6 MB | 338/474 kB | 65/614 kB Progress (3): 0.4/2.6 MB | 338/474 kB | 65/614 kB Progress (3): 0.4/2.6 MB | 338/474 kB | 66/614 kB Progress (3): 0.4/2.6 MB | 342/474 kB | 66/614 kB Progress (3): 0.4/2.6 MB | 342/474 kB | 66/614 kB Progress (3): 0.4/2.6 MB | 346/474 kB | 66/614 kB Progress (3): 0.4/2.6 MB | 346/474 kB | 70/614 kB Progress (3): 0.4/2.6 MB | 346/474 kB | 70/614 kB Progress (3): 0.4/2.6 MB | 346/474 kB | 74/614 kB Progress (3): 0.4/2.6 MB | 350/474 kB | 74/614 kB Progress (3): 0.4/2.6 MB | 350/474 kB | 78/614 kB Progress (3): 0.4/2.6 MB | 354/474 kB | 78/614 kB Progress (3): 0.5/2.6 MB | 354/474 kB | 78/614 kB Progress (3): 0.5/2.6 MB | 354/474 kB | 82/614 kB Progress (3): 0.5/2.6 MB | 358/474 kB | 82/614 kB Progress (3): 0.5/2.6 MB | 358/474 kB | 82/614 kB Progress (4): 0.5/2.6 MB | 358/474 kB | 82/614 kB | 4.1/49 kB Progress (4): 0.5/2.6 MB | 362/474 kB | 82/614 kB | 4.1/49 kB Progress (4): 0.5/2.6 MB | 362/474 kB | 86/614 kB | 4.1/49 kB Progress (4): 0.5/2.6 MB | 362/474 kB | 86/614 kB | 7.7/49 kB Progress (4): 0.5/2.6 MB | 362/474 kB | 86/614 kB | 7.7/49 kB Progress (4): 0.5/2.6 MB | 362/474 kB | 90/614 kB | 7.7/49 kB Progress (4): 0.5/2.6 MB | 366/474 kB | 90/614 kB | 7.7/49 kB Progress (4): 0.5/2.6 MB | 366/474 kB | 90/614 kB | 7.7/49 kB Progress (4): 0.5/2.6 MB | 366/474 kB | 90/614 kB | 12/49 kB Progress (4): 0.5/2.6 MB | 370/474 kB | 90/614 kB | 12/49 kB Progress (4): 0.5/2.6 MB | 370/474 kB | 94/614 kB | 12/49 kB Progress (4): 0.5/2.6 MB | 370/474 kB | 94/614 kB | 16/49 kB Progress (4): 0.5/2.6 MB | 370/474 kB | 94/614 kB | 16/49 kB Progress (4): 0.5/2.6 MB | 370/474 kB | 98/614 kB | 16/49 kB Progress (4): 0.5/2.6 MB | 374/474 kB | 98/614 kB | 16/49 kB Progress (4): 0.5/2.6 MB | 374/474 kB | 98/614 kB | 16/49 kB Progress (4): 0.5/2.6 MB | 374/474 kB | 98/614 kB | 16/49 kB Progress (4): 0.5/2.6 MB | 374/474 kB | 98/614 kB | 20/49 kB Progress (4): 0.5/2.6 MB | 374/474 kB | 102/614 kB | 20/49 kB Progress (5): 0.5/2.6 MB | 374/474 kB | 102/614 kB | 20/49 kB | 4.1/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 102/614 kB | 20/49 kB | 4.1/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 102/614 kB | 20/49 kB | 7.7/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 106/614 kB | 20/49 kB | 7.7/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 106/614 kB | 24/49 kB | 7.7/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 110/614 kB | 24/49 kB | 7.7/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 110/614 kB | 28/49 kB | 7.7/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 110/614 kB | 28/49 kB | 7.7/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 110/614 kB | 32/49 kB | 7.7/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 114/614 kB | 32/49 kB | 7.7/175 kB Progress (5): 0.5/2.6 MB | 378/474 kB | 114/614 kB | 32/49 kB | 12/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 114/614 kB | 32/49 kB | 12/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 114/614 kB | 32/49 kB | 16/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 118/614 kB | 32/49 kB | 16/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 118/614 kB | 36/49 kB | 16/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 118/614 kB | 36/49 kB | 16/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 118/614 kB | 40/49 kB | 16/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 118/614 kB | 40/49 kB | 16/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 122/614 kB | 40/49 kB | 16/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 122/614 kB | 40/49 kB | 20/175 kB Progress (5): 0.5/2.6 MB | 382/474 kB | 126/614 kB | 40/49 kB | 20/175 kB Progress (5): 0.5/2.6 MB | 386/474 kB | 126/614 kB | 40/49 kB | 20/175 kB Progress (5): 0.5/2.6 MB | 386/474 kB | 130/614 kB | 40/49 kB | 20/175 kB Progress (5): 0.5/2.6 MB | 386/474 kB | 130/614 kB | 40/49 kB | 24/175 kB Progress (5): 0.5/2.6 MB | 386/474 kB | 130/614 kB | 40/49 kB | 24/175 kB Progress (5): 0.5/2.6 MB | 386/474 kB | 130/614 kB | 40/49 kB | 28/175 kB Progress (5): 0.5/2.6 MB | 386/474 kB | 130/614 kB | 44/49 kB | 28/175 kB Progress (5): 0.5/2.6 MB | 386/474 kB | 130/614 kB | 44/49 kB | 32/175 kB Progress (5): 0.5/2.6 MB | 386/474 kB | 130/614 kB | 44/49 kB | 32/175 kB Progress (5): 0.5/2.6 MB | 386/474 kB | 134/614 kB | 44/49 kB | 32/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 134/614 kB | 44/49 kB | 32/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 138/614 kB | 44/49 kB | 32/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 138/614 kB | 44/49 kB | 32/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 142/614 kB | 44/49 kB | 32/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 142/614 kB | 44/49 kB | 32/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 142/614 kB | 44/49 kB | 33/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 142/614 kB | 48/49 kB | 33/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 142/614 kB | 48/49 kB | 33/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 146/614 kB | 48/49 kB | 33/175 kB Progress (5): 0.5/2.6 MB | 390/474 kB | 146/614 kB | 48/49 kB | 33/175 kB Progress (5): 0.5/2.6 MB | 394/474 kB | 146/614 kB | 48/49 kB | 33/175 kB Progress (5): 0.5/2.6 MB | 394/474 kB | 146/614 kB | 48/49 kB | 33/175 kB Progress (5): 0.5/2.6 MB | 394/474 kB | 150/614 kB | 48/49 kB | 33/175 kB Progress (5): 0.5/2.6 MB | 394/474 kB | 150/614 kB | 49 kB | 33/175 kB Progress (5): 0.5/2.6 MB | 394/474 kB | 150/614 kB | 49 kB | 37/175 kB Progress (5): 0.5/2.6 MB | 394/474 kB | 154/614 kB | 49 kB | 37/175 kB Progress (5): 0.5/2.6 MB | 394/474 kB | 154/614 kB | 49 kB | 37/175 kB Progress (5): 0.5/2.6 MB | 398/474 kB | 154/614 kB | 49 kB | 37/175 kB Progress (5): 0.5/2.6 MB | 398/474 kB | 154/614 kB | 49 kB | 37/175 kB Progress (5): 0.5/2.6 MB | 398/474 kB | 154/614 kB | 49 kB | 37/175 kB Progress (5): 0.5/2.6 MB | 398/474 kB | 154/614 kB | 49 kB | 37/175 kB Progress (5): 0.5/2.6 MB | 398/474 kB | 154/614 kB | 49 kB | 37/175 kB Progress (5): 0.5/2.6 MB | 398/474 kB | 154/614 kB | 49 kB | 37/175 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar (49 kB at 285 kB/s) Progress (4): 0.5/2.6 MB | 398/474 kB | 158/614 kB | 37/175 kB Progress (4): 0.5/2.6 MB | 398/474 kB | 158/614 kB | 41/175 kB Progress (4): 0.5/2.6 MB | 398/474 kB | 162/614 kB | 41/175 kB Progress (4): 0.5/2.6 MB | 398/474 kB | 162/614 kB | 45/175 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar Progress (4): 0.5/2.6 MB | 398/474 kB | 162/614 kB | 45/175 kB Progress (4): 0.5/2.6 MB | 402/474 kB | 162/614 kB | 45/175 kB Progress (4): 0.5/2.6 MB | 402/474 kB | 162/614 kB | 45/175 kB Progress (4): 0.5/2.6 MB | 402/474 kB | 162/614 kB | 49/175 kB Progress (4): 0.5/2.6 MB | 402/474 kB | 166/614 kB | 49/175 kB Progress (4): 0.5/2.6 MB | 402/474 kB | 166/614 kB | 53/175 kB Progress (4): 0.5/2.6 MB | 402/474 kB | 166/614 kB | 53/175 kB Progress (4): 0.5/2.6 MB | 406/474 kB | 166/614 kB | 53/175 kB Progress (4): 0.6/2.6 MB | 406/474 kB | 166/614 kB | 53/175 kB Progress (4): 0.6/2.6 MB | 406/474 kB | 166/614 kB | 57/175 kB Progress (4): 0.6/2.6 MB | 406/474 kB | 170/614 kB | 57/175 kB Progress (4): 0.6/2.6 MB | 406/474 kB | 170/614 kB | 61/175 kB Progress (4): 0.6/2.6 MB | 406/474 kB | 170/614 kB | 61/175 kB Progress (4): 0.6/2.6 MB | 410/474 kB | 170/614 kB | 61/175 kB Progress (4): 0.6/2.6 MB | 410/474 kB | 170/614 kB | 61/175 kB Progress (4): 0.6/2.6 MB | 410/474 kB | 170/614 kB | 65/175 kB Progress (4): 0.6/2.6 MB | 410/474 kB | 174/614 kB | 65/175 kB Progress (4): 0.6/2.6 MB | 410/474 kB | 174/614 kB | 66/175 kB Progress (4): 0.6/2.6 MB | 410/474 kB | 174/614 kB | 66/175 kB Progress (4): 0.6/2.6 MB | 414/474 kB | 174/614 kB | 66/175 kB Progress (4): 0.6/2.6 MB | 414/474 kB | 174/614 kB | 66/175 kB Progress (4): 0.6/2.6 MB | 414/474 kB | 174/614 kB | 70/175 kB Progress (4): 0.6/2.6 MB | 414/474 kB | 178/614 kB | 70/175 kB Progress (4): 0.6/2.6 MB | 414/474 kB | 178/614 kB | 74/175 kB Progress (4): 0.6/2.6 MB | 414/474 kB | 182/614 kB | 74/175 kB Progress (4): 0.6/2.6 MB | 414/474 kB | 182/614 kB | 74/175 kB Progress (4): 0.6/2.6 MB | 418/474 kB | 182/614 kB | 74/175 kB Progress (4): 0.6/2.6 MB | 418/474 kB | 182/614 kB | 74/175 kB Progress (4): 0.6/2.6 MB | 418/474 kB | 186/614 kB | 74/175 kB Progress (4): 0.6/2.6 MB | 418/474 kB | 186/614 kB | 78/175 kB Progress (4): 0.6/2.6 MB | 418/474 kB | 186/614 kB | 78/175 kB Progress (4): 0.6/2.6 MB | 422/474 kB | 186/614 kB | 78/175 kB Progress (4): 0.6/2.6 MB | 422/474 kB | 186/614 kB | 78/175 kB Progress (4): 0.6/2.6 MB | 422/474 kB | 186/614 kB | 82/175 kB Progress (4): 0.6/2.6 MB | 422/474 kB | 190/614 kB | 82/175 kB Progress (4): 0.6/2.6 MB | 422/474 kB | 190/614 kB | 86/175 kB Progress (4): 0.6/2.6 MB | 422/474 kB | 190/614 kB | 86/175 kB Progress (4): 0.6/2.6 MB | 426/474 kB | 190/614 kB | 86/175 kB Progress (4): 0.6/2.6 MB | 426/474 kB | 190/614 kB | 86/175 kB Progress (4): 0.6/2.6 MB | 426/474 kB | 190/614 kB | 90/175 kB Progress (4): 0.6/2.6 MB | 426/474 kB | 194/614 kB | 90/175 kB Progress (4): 0.6/2.6 MB | 426/474 kB | 194/614 kB | 94/175 kB Progress (4): 0.6/2.6 MB | 426/474 kB | 194/614 kB | 94/175 kB Progress (4): 0.6/2.6 MB | 430/474 kB | 194/614 kB | 94/175 kB Progress (4): 0.6/2.6 MB | 430/474 kB | 194/614 kB | 94/175 kB Progress (4): 0.6/2.6 MB | 430/474 kB | 194/614 kB | 98/175 kB Progress (4): 0.6/2.6 MB | 430/474 kB | 198/614 kB | 98/175 kB Progress (4): 0.6/2.6 MB | 430/474 kB | 198/614 kB | 98/175 kB Progress (4): 0.6/2.6 MB | 430/474 kB | 198/614 kB | 98/175 kB Progress (4): 0.6/2.6 MB | 434/474 kB | 198/614 kB | 98/175 kB Progress (4): 0.6/2.6 MB | 434/474 kB | 198/614 kB | 98/175 kB Progress (4): 0.6/2.6 MB | 434/474 kB | 198/614 kB | 102/175 kB Progress (4): 0.6/2.6 MB | 434/474 kB | 202/614 kB | 102/175 kB Progress (4): 0.6/2.6 MB | 434/474 kB | 202/614 kB | 102/175 kB Progress (4): 0.6/2.6 MB | 434/474 kB | 202/614 kB | 106/175 kB Progress (4): 0.6/2.6 MB | 438/474 kB | 202/614 kB | 106/175 kB Progress (4): 0.6/2.6 MB | 438/474 kB | 202/614 kB | 110/175 kB Progress (4): 0.6/2.6 MB | 442/474 kB | 202/614 kB | 110/175 kB Progress (4): 0.6/2.6 MB | 442/474 kB | 206/614 kB | 110/175 kB Progress (4): 0.6/2.6 MB | 442/474 kB | 206/614 kB | 110/175 kB Progress (4): 0.6/2.6 MB | 442/474 kB | 210/614 kB | 110/175 kB Progress (4): 0.6/2.6 MB | 446/474 kB | 210/614 kB | 110/175 kB Progress (4): 0.6/2.6 MB | 446/474 kB | 210/614 kB | 114/175 kB Progress (4): 0.6/2.6 MB | 450/474 kB | 210/614 kB | 114/175 kB Progress (4): 0.6/2.6 MB | 450/474 kB | 214/614 kB | 114/175 kB Progress (4): 0.6/2.6 MB | 450/474 kB | 214/614 kB | 114/175 kB Progress (4): 0.6/2.6 MB | 450/474 kB | 218/614 kB | 114/175 kB Progress (4): 0.6/2.6 MB | 454/474 kB | 218/614 kB | 114/175 kB Progress (4): 0.6/2.6 MB | 454/474 kB | 218/614 kB | 118/175 kB Progress (4): 0.6/2.6 MB | 458/474 kB | 218/614 kB | 118/175 kB Progress (4): 0.6/2.6 MB | 458/474 kB | 222/614 kB | 118/175 kB Progress (4): 0.6/2.6 MB | 458/474 kB | 222/614 kB | 118/175 kB Progress (4): 0.6/2.6 MB | 458/474 kB | 226/614 kB | 118/175 kB Progress (4): 0.6/2.6 MB | 458/474 kB | 226/614 kB | 118/175 kB Progress (4): 0.6/2.6 MB | 462/474 kB | 226/614 kB | 118/175 kB Progress (4): 0.6/2.6 MB | 462/474 kB | 226/614 kB | 122/175 kB Progress (4): 0.6/2.6 MB | 466/474 kB | 226/614 kB | 122/175 kB Progress (4): 0.6/2.6 MB | 466/474 kB | 226/614 kB | 126/175 kB Progress (4): 0.6/2.6 MB | 466/474 kB | 226/614 kB | 126/175 kB Progress (4): 0.6/2.6 MB | 466/474 kB | 230/614 kB | 126/175 kB Progress (4): 0.6/2.6 MB | 466/474 kB | 230/614 kB | 126/175 kB Progress (4): 0.6/2.6 MB | 466/474 kB | 230/614 kB | 130/175 kB Progress (4): 0.6/2.6 MB | 470/474 kB | 230/614 kB | 130/175 kB Progress (4): 0.6/2.6 MB | 470/474 kB | 230/614 kB | 131/175 kB Progress (4): 0.6/2.6 MB | 470/474 kB | 230/614 kB | 131/175 kB Progress (4): 0.6/2.6 MB | 470/474 kB | 234/614 kB | 131/175 kB Progress (4): 0.6/2.6 MB | 470/474 kB | 234/614 kB | 131/175 kB Progress (4): 0.6/2.6 MB | 470/474 kB | 234/614 kB | 135/175 kB Progress (4): 0.6/2.6 MB | 474/474 kB | 234/614 kB | 135/175 kB Progress (4): 0.6/2.6 MB | 474/474 kB | 234/614 kB | 139/175 kB Progress (4): 0.6/2.6 MB | 474/474 kB | 234/614 kB | 139/175 kB Progress (4): 0.6/2.6 MB | 474/474 kB | 238/614 kB | 139/175 kB Progress (4): 0.7/2.6 MB | 474/474 kB | 238/614 kB | 139/175 kB Progress (4): 0.7/2.6 MB | 474/474 kB | 238/614 kB | 143/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 238/614 kB | 143/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 238/614 kB | 147/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 238/614 kB | 147/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 242/614 kB | 147/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 242/614 kB | 147/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 242/614 kB | 151/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 242/614 kB | 151/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 246/614 kB | 151/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 246/614 kB | 155/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 250/614 kB | 155/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 250/614 kB | 159/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 250/614 kB | 159/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 250/614 kB | 163/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 254/614 kB | 163/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 254/614 kB | 167/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 254/614 kB | 167/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 254/614 kB | 171/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 258/614 kB | 171/175 kB Progress (4): 0.7/2.6 MB | 474 kB | 258/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 262/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 262/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 266/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 266/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 270/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 270/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 274/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 274/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 278/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 278/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 282/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 282/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 286/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 286/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 290/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 290/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 294/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 294/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 298/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 298/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 302/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 302/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 306/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 306/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 310/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 310/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 314/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 314/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 318/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 318/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 322/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 322/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 326/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 326/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 330/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 330/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 334/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 334/614 kB | 175 kB Progress (4): 0.7/2.6 MB | 474 kB | 338/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 338/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 342/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 342/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 346/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 346/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 350/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 350/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 354/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 354/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 358/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 358/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 362/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 362/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 366/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 366/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 370/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 370/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 374/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 374/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 378/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 378/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 382/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 382/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 386/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 386/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 390/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 390/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 394/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 394/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 398/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 398/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 402/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 402/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 406/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 406/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 410/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 410/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 414/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 414/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 418/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 418/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 422/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 422/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 426/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 426/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 430/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 430/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 434/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 434/614 kB | 175 kB Progress (4): 0.8/2.6 MB | 474 kB | 438/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 438/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 442/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 442/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 446/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 450/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 450/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 454/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 454/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 458/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 458/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 462/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 462/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 466/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 466/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 470/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 470/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 474/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 474/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 478/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 478/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 482/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 482/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 486/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 486/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 490/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 490/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 494/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 494/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 498/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 498/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 502/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 502/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 506/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 506/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 510/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 510/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 514/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 514/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 518/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 518/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 522/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 522/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 526/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 526/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 530/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 530/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 534/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 534/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 538/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 538/614 kB | 175 kB Progress (4): 0.9/2.6 MB | 474 kB | 542/614 kB | 175 kB Progress (4): 1.0/2.6 MB | 474 kB | 542/614 kB | 175 kB Progress (4): 1.0/2.6 MB | 474 kB | 546/614 kB | 175 kB Progress (4): 1.0/2.6 MB | 474 kB | 546/614 kB | 175 kB Progress (4): 1.0/2.6 MB | 474 kB | 550/614 kB | 175 kB Progress (4): 1.0/2.6 MB | 474 kB | 550/614 kB | 175 kB Progress (4): 1.0/2.6 MB | 474 kB | 554/614 kB | 175 kB Progress (4): 1.0/2.6 MB | 474 kB | 554/614 kB | 175 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar (175 kB at 521 kB/s) Progress (3): 1.0/2.6 MB | 474 kB | 558/614 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar (474 kB at 1.4 MB/s) Progress (2): 1.0/2.6 MB | 558/614 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Progress (2): 1.0/2.6 MB | 562/614 kB Progress (2): 1.0/2.6 MB | 562/614 kB Progress (2): 1.0/2.6 MB | 562/614 kB Progress (2): 1.0/2.6 MB | 566/614 kB Progress (2): 1.0/2.6 MB | 570/614 kB Progress (2): 1.0/2.6 MB | 570/614 kB Progress (2): 1.0/2.6 MB | 570/614 kB Progress (2): 1.0/2.6 MB | 574/614 kB Progress (2): 1.0/2.6 MB | 578/614 kB Progress (2): 1.0/2.6 MB | 578/614 kB Progress (2): 1.0/2.6 MB | 578/614 kB Progress (2): 1.0/2.6 MB | 582/614 kB Progress (2): 1.0/2.6 MB | 586/614 kB Progress (2): 1.0/2.6 MB | 586/614 kB Progress (2): 1.0/2.6 MB | 586/614 kB Progress (2): 1.0/2.6 MB | 590/614 kB Progress (2): 1.0/2.6 MB | 594/614 kB Progress (2): 1.0/2.6 MB | 594/614 kB Progress (2): 1.0/2.6 MB | 594/614 kB Progress (2): 1.0/2.6 MB | 598/614 kB Progress (2): 1.0/2.6 MB | 602/614 kB Progress (2): 1.0/2.6 MB | 602/614 kB Progress (2): 1.0/2.6 MB | 606/614 kB Progress (2): 1.0/2.6 MB | 606/614 kB Progress (2): 1.0/2.6 MB | 610/614 kB Progress (2): 1.0/2.6 MB | 614 kB Progress (2): 1.0/2.6 MB | 614 kB Progress (2): 1.0/2.6 MB | 614 kB Progress (2): 1.0/2.6 MB | 614 kB Progress (2): 1.0/2.6 MB | 614 kB Progress (2): 1.0/2.6 MB | 614 kB Progress (2): 1.0/2.6 MB | 614 kB Progress (2): 1.0/2.6 MB | 614 kB Progress (2): 1.0/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (2): 1.1/2.6 MB | 614 kB Progress (3): 1.1/2.6 MB | 614 kB | 4.1/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 4.1/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 7.7/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 7.7/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 12/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 12/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 16/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 16/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 20/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 20/22 kB Progress (3): 1.1/2.6 MB | 614 kB | 22 kB Progress (3): 1.1/2.6 MB | 614 kB | 22 kB Progress (3): 1.1/2.6 MB | 614 kB | 22 kB Progress (3): 1.1/2.6 MB | 614 kB | 22 kB Progress (3): 1.1/2.6 MB | 614 kB | 22 kB Progress (3): 1.1/2.6 MB | 614 kB | 22 kB Progress (3): 1.2/2.6 MB | 614 kB | 22 kB Progress (3): 1.2/2.6 MB | 614 kB | 22 kB Progress (3): 1.2/2.6 MB | 614 kB | 22 kB Progress (3): 1.2/2.6 MB | 614 kB | 22 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 4.1/8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 4.1/8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 7.7/8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 7.7/8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (4): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 4.1/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 4.1/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 7.7/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 7.7/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 12/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 12/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 16/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 16/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 20/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 20/22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.2/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.3/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar (22 kB at 61 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 53 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 21 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar Progress (1): 1.4/2.6 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.4/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.5/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.6/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.7/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (1): 1.8/2.6 MB Progress (2): 1.8/2.6 MB | 4.1/11 kB Progress (2): 1.8/2.6 MB | 4.1/11 kB Progress (2): 1.8/2.6 MB | 7.7/11 kB Progress (2): 1.8/2.6 MB | 7.7/11 kB Progress (2): 1.8/2.6 MB | 11 kB Progress (2): 1.8/2.6 MB | 11 kB Progress (2): 1.8/2.6 MB | 11 kB Progress (2): 1.8/2.6 MB | 11 kB Progress (2): 1.8/2.6 MB | 11 kB Progress (2): 1.8/2.6 MB | 11 kB Progress (2): 1.8/2.6 MB | 11 kB Progress (2): 1.8/2.6 MB | 11 kB Progress (3): 1.8/2.6 MB | 11 kB | 4.1/35 kB Progress (3): 1.8/2.6 MB | 11 kB | 4.1/35 kB Progress (3): 1.8/2.6 MB | 11 kB | 7.7/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 7.7/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 7.7/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 12/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 12/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 16/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 16/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 20/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 20/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 24/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 24/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 28/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 28/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 32/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 32/35 kB Progress (3): 1.9/2.6 MB | 11 kB | 35 kB Progress (3): 1.9/2.6 MB | 11 kB | 35 kB Progress (3): 1.9/2.6 MB | 11 kB | 35 kB Progress (4): 1.9/2.6 MB | 11 kB | 35 kB | 4.1/9.8 kB Progress (4): 1.9/2.6 MB | 11 kB | 35 kB | 4.1/9.8 kB Progress (4): 1.9/2.6 MB | 11 kB | 35 kB | 7.7/9.8 kB Progress (5): 1.9/2.6 MB | 11 kB | 35 kB | 7.7/9.8 kB | 4.1/17 kB Progress (5): 1.9/2.6 MB | 11 kB | 35 kB | 9.8 kB | 4.1/17 kB Progress (5): 1.9/2.6 MB | 11 kB | 35 kB | 9.8 kB | 4.1/17 kB Progress (5): 1.9/2.6 MB | 11 kB | 35 kB | 9.8 kB | 7.7/17 kB Progress (5): 1.9/2.6 MB | 11 kB | 35 kB | 9.8 kB | 7.7/17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 25 kB/s) Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 7.7/17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 12/17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 12/17 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 12/17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 16/17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 16/17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 1.9/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 2.0/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 2.0/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 2.0/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 2.0/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 2.0/2.6 MB | 35 kB | 9.8 kB | 17 kB Progress (4): 2.0/2.6 MB | 35 kB | 9.8 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 78 kB/s) Progress (3): 2.0/2.6 MB | 9.8 kB | 17 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar Progress (3): 2.0/2.6 MB | 9.8 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar (9.8 kB at 21 kB/s) Progress (2): 2.0/2.6 MB | 17 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar Progress (2): 2.0/2.6 MB | 17 kB Progress (2): 2.0/2.6 MB | 17 kB Progress (2): 2.0/2.6 MB | 17 kB Progress (2): 2.0/2.6 MB | 17 kB Progress (2): 2.0/2.6 MB | 17 kB Progress (2): 2.0/2.6 MB | 17 kB Progress (3): 2.0/2.6 MB | 17 kB | 4.1/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 4.1/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 7.7/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 7.7/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 12/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 12/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 16/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 16/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 20/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 20/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 24/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 24/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 28/87 kB Progress (3): 2.0/2.6 MB | 17 kB | 28/87 kB Progress (4): 2.0/2.6 MB | 17 kB | 28/87 kB | 4.1/80 kB Progress (4): 2.0/2.6 MB | 17 kB | 32/87 kB | 4.1/80 kB Progress (4): 2.0/2.6 MB | 17 kB | 32/87 kB | 4.1/80 kB Progress (4): 2.0/2.6 MB | 17 kB | 33/87 kB | 4.1/80 kB Progress (4): 2.0/2.6 MB | 17 kB | 33/87 kB | 4.1/80 kB Progress (4): 2.0/2.6 MB | 17 kB | 33/87 kB | 7.7/80 kB Progress (4): 2.0/2.6 MB | 17 kB | 33/87 kB | 7.7/80 kB Progress (4): 2.0/2.6 MB | 17 kB | 37/87 kB | 7.7/80 kB Progress (4): 2.1/2.6 MB | 17 kB | 37/87 kB | 7.7/80 kB Progress (5): 2.1/2.6 MB | 17 kB | 37/87 kB | 7.7/80 kB | 4.1/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 37/87 kB | 12/80 kB | 4.1/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 37/87 kB | 12/80 kB | 7.7/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 37/87 kB | 12/80 kB | 7.7/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 41/87 kB | 12/80 kB | 7.7/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 41/87 kB | 12/80 kB | 7.7/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 41/87 kB | 12/80 kB | 12/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 41/87 kB | 16/80 kB | 12/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 41/87 kB | 16/80 kB | 16/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 41/87 kB | 16/80 kB | 16/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 45/87 kB | 16/80 kB | 16/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 45/87 kB | 16/80 kB | 16/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 45/87 kB | 16/80 kB | 20/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 45/87 kB | 20/80 kB | 20/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 45/87 kB | 20/80 kB | 24/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 45/87 kB | 20/80 kB | 24/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 49/87 kB | 20/80 kB | 24/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 49/87 kB | 20/80 kB | 28/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 49/87 kB | 24/80 kB | 28/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 49/87 kB | 24/80 kB | 32/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 53/87 kB | 24/80 kB | 32/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 53/87 kB | 28/80 kB | 32/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 53/87 kB | 32/80 kB | 32/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 53/87 kB | 33/80 kB | 32/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 53/87 kB | 37/80 kB | 32/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 53/87 kB | 37/80 kB | 33/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 53/87 kB | 37/80 kB | 33/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 53/87 kB | 41/80 kB | 33/315 kB Progress (5): 2.1/2.6 MB | 17 kB | 57/87 kB | 41/80 kB | 33/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 32 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Progress (4): 2.1/2.6 MB | 57/87 kB | 41/80 kB | 33/315 kB Progress (4): 2.1/2.6 MB | 57/87 kB | 41/80 kB | 37/315 kB Progress (4): 2.1/2.6 MB | 57/87 kB | 41/80 kB | 37/315 kB Progress (4): 2.1/2.6 MB | 61/87 kB | 41/80 kB | 37/315 kB Progress (4): 2.1/2.6 MB | 61/87 kB | 45/80 kB | 37/315 kB Progress (4): 2.1/2.6 MB | 65/87 kB | 45/80 kB | 37/315 kB Progress (4): 2.1/2.6 MB | 65/87 kB | 45/80 kB | 37/315 kB Progress (4): 2.1/2.6 MB | 65/87 kB | 45/80 kB | 41/315 kB Progress (4): 2.1/2.6 MB | 65/87 kB | 45/80 kB | 41/315 kB Progress (4): 2.1/2.6 MB | 66/87 kB | 45/80 kB | 41/315 kB Progress (4): 2.1/2.6 MB | 66/87 kB | 49/80 kB | 41/315 kB Progress (4): 2.1/2.6 MB | 70/87 kB | 49/80 kB | 41/315 kB Progress (4): 2.1/2.6 MB | 70/87 kB | 49/80 kB | 45/315 kB Progress (4): 2.1/2.6 MB | 70/87 kB | 49/80 kB | 45/315 kB Progress (4): 2.1/2.6 MB | 70/87 kB | 49/80 kB | 49/315 kB Progress (4): 2.1/2.6 MB | 70/87 kB | 49/80 kB | 49/315 kB Progress (4): 2.1/2.6 MB | 70/87 kB | 53/80 kB | 49/315 kB Progress (4): 2.1/2.6 MB | 74/87 kB | 53/80 kB | 49/315 kB Progress (4): 2.1/2.6 MB | 74/87 kB | 57/80 kB | 49/315 kB Progress (4): 2.1/2.6 MB | 74/87 kB | 57/80 kB | 49/315 kB Progress (4): 2.1/2.6 MB | 74/87 kB | 57/80 kB | 53/315 kB Progress (4): 2.1/2.6 MB | 74/87 kB | 57/80 kB | 53/315 kB Progress (4): 2.1/2.6 MB | 74/87 kB | 61/80 kB | 53/315 kB Progress (4): 2.1/2.6 MB | 78/87 kB | 61/80 kB | 53/315 kB Progress (4): 2.1/2.6 MB | 78/87 kB | 65/80 kB | 53/315 kB Progress (4): 2.1/2.6 MB | 78/87 kB | 65/80 kB | 53/315 kB Progress (4): 2.1/2.6 MB | 78/87 kB | 65/80 kB | 57/315 kB Progress (4): 2.1/2.6 MB | 78/87 kB | 65/80 kB | 57/315 kB Progress (4): 2.1/2.6 MB | 78/87 kB | 69/80 kB | 57/315 kB Progress (4): 2.1/2.6 MB | 82/87 kB | 69/80 kB | 57/315 kB Progress (4): 2.1/2.6 MB | 82/87 kB | 73/80 kB | 57/315 kB Progress (4): 2.1/2.6 MB | 82/87 kB | 73/80 kB | 57/315 kB Progress (4): 2.1/2.6 MB | 82/87 kB | 73/80 kB | 61/315 kB Progress (4): 2.1/2.6 MB | 82/87 kB | 73/80 kB | 61/315 kB Progress (4): 2.1/2.6 MB | 82/87 kB | 77/80 kB | 61/315 kB Progress (4): 2.1/2.6 MB | 86/87 kB | 77/80 kB | 61/315 kB Progress (4): 2.1/2.6 MB | 86/87 kB | 80 kB | 61/315 kB Progress (4): 2.1/2.6 MB | 86/87 kB | 80 kB | 61/315 kB Progress (4): 2.1/2.6 MB | 86/87 kB | 80 kB | 65/315 kB Progress (4): 2.1/2.6 MB | 86/87 kB | 80 kB | 65/315 kB Progress (4): 2.1/2.6 MB | 87 kB | 80 kB | 65/315 kB Progress (4): 2.1/2.6 MB | 87 kB | 80 kB | 65/315 kB Progress (4): 2.1/2.6 MB | 87 kB | 80 kB | 66/315 kB Progress (4): 2.1/2.6 MB | 87 kB | 80 kB | 66/315 kB Progress (4): 2.1/2.6 MB | 87 kB | 80 kB | 70/315 kB Progress (4): 2.1/2.6 MB | 87 kB | 80 kB | 70/315 kB Progress (4): 2.1/2.6 MB | 87 kB | 80 kB | 74/315 kB Progress (4): 2.1/2.6 MB | 87 kB | 80 kB | 74/315 kB Progress (4): 2.1/2.6 MB | 87 kB | 80 kB | 78/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 78/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 82/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 82/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 82/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 86/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 86/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 90/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 90/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 94/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 94/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 98/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 98/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 98/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 98/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 102/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 102/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 106/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 106/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 110/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 110/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 114/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 114/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 118/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 118/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 122/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 122/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 126/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 126/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 130/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 130/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 131/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 131/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 135/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 135/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 139/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 139/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 143/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 143/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 147/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 147/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 151/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 151/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 155/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 155/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 159/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 159/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 163/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 163/315 kB Progress (4): 2.2/2.6 MB | 87 kB | 80 kB | 164/315 kB Progress (4): 2.3/2.6 MB | 87 kB | 80 kB | 164/315 kB Progress (4): 2.3/2.6 MB | 87 kB | 80 kB | 164/315 kB Progress (4): 2.3/2.6 MB | 87 kB | 80 kB | 168/315 kB Progress (4): 2.3/2.6 MB | 87 kB | 80 kB | 168/315 kB Progress (4): 2.3/2.6 MB | 87 kB | 80 kB | 172/315 kB Progress (4): 2.3/2.6 MB | 87 kB | 80 kB | 172/315 kB Progress (4): 2.3/2.6 MB | 87 kB | 80 kB | 176/315 kB Progress (4): 2.3/2.6 MB | 87 kB | 80 kB | 176/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar (87 kB at 161 kB/s) Progress (3): 2.3/2.6 MB | 80 kB | 176/315 kB Progress (3): 2.3/2.6 MB | 80 kB | 180/315 kB Progress (4): 2.3/2.6 MB | 80 kB | 180/315 kB | 4.1/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 184/315 kB | 4.1/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 184/315 kB | 4.1/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar Progress (4): 2.3/2.6 MB | 80 kB | 184/315 kB | 4.1/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 188/315 kB | 4.1/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 188/315 kB | 7.7/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 192/315 kB | 7.7/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 192/315 kB | 7.7/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 196/315 kB | 7.7/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 196/315 kB | 12/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 197/315 kB | 12/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 197/315 kB | 12/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 197/315 kB | 16/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 201/315 kB | 16/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 201/315 kB | 16/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 205/315 kB | 16/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 205/315 kB | 20/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 205/315 kB | 20/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 205/315 kB | 24/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 209/315 kB | 24/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 209/315 kB | 28/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 209/315 kB | 28/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 209/315 kB | 32/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 213/315 kB | 32/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 213/315 kB | 32/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 213/315 kB | 36/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 213/315 kB | 36/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 217/315 kB | 36/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 217/315 kB | 36/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 217/315 kB | 40/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 217/315 kB | 40/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 217/315 kB | 44/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 221/315 kB | 44/45 kB Progress (4): 2.3/2.6 MB | 80 kB | 221/315 kB | 45 kB Progress (4): 2.3/2.6 MB | 80 kB | 221/315 kB | 45 kB Progress (4): 2.3/2.6 MB | 80 kB | 225/315 kB | 45 kB Progress (4): 2.3/2.6 MB | 80 kB | 229/315 kB | 45 kB Progress (4): 2.3/2.6 MB | 80 kB | 229/315 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar (80 kB at 146 kB/s) Progress (3): 2.3/2.6 MB | 233/315 kB | 45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar Progress (3): 2.3/2.6 MB | 237/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 237/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 241/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 241/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 245/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 245/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 249/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 249/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 253/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 253/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 257/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 257/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 261/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 261/315 kB | 45 kB Progress (3): 2.3/2.6 MB | 265/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 265/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 269/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 269/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 273/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 273/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 277/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 277/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 281/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 281/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 285/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 285/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 289/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 289/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 293/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 293/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 297/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 297/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 301/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 301/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 305/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 305/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 309/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 309/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 313/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 313/315 kB | 45 kB Progress (3): 2.4/2.6 MB | 315 kB | 45 kB Progress (3): 2.4/2.6 MB | 315 kB | 45 kB Progress (3): 2.4/2.6 MB | 315 kB | 45 kB Progress (3): 2.4/2.6 MB | 315 kB | 45 kB Progress (3): 2.4/2.6 MB | 315 kB | 45 kB Progress (3): 2.4/2.6 MB | 315 kB | 45 kB Progress (3): 2.4/2.6 MB | 315 kB | 45 kB Progress (3): 2.4/2.6 MB | 315 kB | 45 kB Progress (3): 2.4/2.6 MB | 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 80 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar Progress (3): 2.4/2.6 MB | 315 kB | 4.1/13 kB Progress (4): 2.4/2.6 MB | 315 kB | 4.1/13 kB | 4.1/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 4.1/13 kB | 4.1/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 4.1/13 kB | 7.7/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 7.7/13 kB | 7.7/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 7.7/13 kB | 7.7/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 12/13 kB | 7.7/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 12/13 kB | 12/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 12/13 kB | 12/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 13 kB | 12/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 13 kB | 12/26 kB Progress (4): 2.4/2.6 MB | 315 kB | 13 kB | 16/26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 16/26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 20/26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 20/26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 24/26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 24/26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.5/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.6/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.6/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.6/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.6/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.6/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.6/2.6 MB | 315 kB | 13 kB | 26 kB Progress (4): 2.6 MB | 315 kB | 13 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar (26 kB at 40 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar (13 kB at 20 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar (2.6 MB at 4.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar Progress (2): 315 kB | 4.1/41 kB Progress (2): 315 kB | 7.7/41 kB Progress (3): 315 kB | 7.7/41 kB | 4.1/156 kB Progress (3): 315 kB | 7.7/41 kB | 7.7/156 kB Progress (3): 315 kB | 12/41 kB | 7.7/156 kB Progress (3): 315 kB | 12/41 kB | 12/156 kB Progress (3): 315 kB | 16/41 kB | 12/156 kB Progress (3): 315 kB | 16/41 kB | 16/156 kB Progress (3): 315 kB | 20/41 kB | 16/156 kB Progress (3): 315 kB | 20/41 kB | 20/156 kB Progress (4): 315 kB | 20/41 kB | 20/156 kB | 4.1/12 kB Progress (5): 315 kB | 20/41 kB | 20/156 kB | 4.1/12 kB | 4.1/30 kB Progress (5): 315 kB | 20/41 kB | 20/156 kB | 7.7/12 kB | 4.1/30 kB Progress (5): 315 kB | 20/41 kB | 24/156 kB | 7.7/12 kB | 4.1/30 kB Progress (5): 315 kB | 24/41 kB | 24/156 kB | 7.7/12 kB | 4.1/30 kB Progress (5): 315 kB | 24/41 kB | 28/156 kB | 7.7/12 kB | 4.1/30 kB Progress (5): 315 kB | 24/41 kB | 28/156 kB | 12/12 kB | 4.1/30 kB Progress (5): 315 kB | 24/41 kB | 28/156 kB | 12/12 kB | 7.7/30 kB Progress (5): 315 kB | 24/41 kB | 28/156 kB | 12 kB | 7.7/30 kB Progress (5): 315 kB | 24/41 kB | 32/156 kB | 12 kB | 7.7/30 kB Progress (5): 315 kB | 28/41 kB | 32/156 kB | 12 kB | 7.7/30 kB Progress (5): 315 kB | 28/41 kB | 32/156 kB | 12 kB | 12/30 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 481 kB/s) Progress (4): 32/41 kB | 32/156 kB | 12 kB | 12/30 kB Progress (4): 32/41 kB | 36/156 kB | 12 kB | 12/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar Progress (4): 32/41 kB | 36/156 kB | 12 kB | 16/30 kB Progress (4): 32/41 kB | 40/156 kB | 12 kB | 16/30 kB Progress (4): 36/41 kB | 40/156 kB | 12 kB | 16/30 kB Progress (4): 36/41 kB | 44/156 kB | 12 kB | 16/30 kB Progress (4): 36/41 kB | 44/156 kB | 12 kB | 20/30 kB Progress (4): 36/41 kB | 48/156 kB | 12 kB | 20/30 kB Progress (4): 40/41 kB | 48/156 kB | 12 kB | 20/30 kB Progress (4): 40/41 kB | 52/156 kB | 12 kB | 20/30 kB Progress (4): 40/41 kB | 52/156 kB | 12 kB | 24/30 kB Progress (4): 40/41 kB | 56/156 kB | 12 kB | 24/30 kB Progress (4): 41 kB | 56/156 kB | 12 kB | 24/30 kB Progress (4): 41 kB | 56/156 kB | 12 kB | 28/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar (12 kB at 19 kB/s) Progress (3): 41 kB | 56/156 kB | 30 kB Progress (3): 41 kB | 60/156 kB | 30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar Progress (3): 41 kB | 64/156 kB | 30 kB Progress (3): 41 kB | 68/156 kB | 30 kB Progress (3): 41 kB | 72/156 kB | 30 kB Progress (3): 41 kB | 76/156 kB | 30 kB Progress (3): 41 kB | 80/156 kB | 30 kB Progress (3): 41 kB | 84/156 kB | 30 kB Progress (3): 41 kB | 88/156 kB | 30 kB Progress (3): 41 kB | 92/156 kB | 30 kB Progress (3): 41 kB | 96/156 kB | 30 kB Progress (3): 41 kB | 100/156 kB | 30 kB Progress (3): 41 kB | 104/156 kB | 30 kB Progress (3): 41 kB | 108/156 kB | 30 kB Progress (3): 41 kB | 112/156 kB | 30 kB Progress (3): 41 kB | 116/156 kB | 30 kB Progress (3): 41 kB | 120/156 kB | 30 kB Progress (3): 41 kB | 124/156 kB | 30 kB Progress (3): 41 kB | 128/156 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 62 kB/s) Progress (2): 132/156 kB | 30 kB Progress (2): 136/156 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 45 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar Progress (2): 136/156 kB | 4.1/65 kB Progress (2): 136/156 kB | 7.7/65 kB Progress (2): 136/156 kB | 12/65 kB Progress (2): 136/156 kB | 16/65 kB Progress (2): 136/156 kB | 20/65 kB Progress (2): 136/156 kB | 24/65 kB Progress (2): 136/156 kB | 28/65 kB 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 (2): 136/156 kB | 32/65 kB Progress (3): 136/156 kB | 32/65 kB | 4.1/39 kB Progress (3): 140/156 kB | 32/65 kB | 4.1/39 kB Progress (3): 140/156 kB | 32/65 kB | 7.7/39 kB Progress (3): 140/156 kB | 36/65 kB | 7.7/39 kB Progress (3): 144/156 kB | 36/65 kB | 7.7/39 kB Progress (3): 144/156 kB | 40/65 kB | 7.7/39 kB Progress (3): 144/156 kB | 40/65 kB | 12/39 kB Progress (3): 148/156 kB | 40/65 kB | 12/39 kB Progress (3): 148/156 kB | 44/65 kB | 12/39 kB Progress (3): 148/156 kB | 44/65 kB | 16/39 kB Progress (3): 148/156 kB | 48/65 kB | 16/39 kB Progress (3): 152/156 kB | 48/65 kB | 16/39 kB Progress (3): 152/156 kB | 48/65 kB | 20/39 kB Progress (3): 152/156 kB | 52/65 kB | 20/39 kB Progress (3): 152/156 kB | 52/65 kB | 24/39 kB Progress (3): 156/156 kB | 52/65 kB | 24/39 kB Progress (3): 156/156 kB | 56/65 kB | 24/39 kB Progress (3): 156/156 kB | 56/65 kB | 28/39 kB Progress (3): 156 kB | 56/65 kB | 28/39 kB Progress (3): 156 kB | 60/65 kB | 28/39 kB Progress (3): 156 kB | 60/65 kB | 32/39 kB Progress (3): 156 kB | 64/65 kB | 32/39 kB Progress (3): 156 kB | 64/65 kB | 36/39 kB Progress (3): 156 kB | 65 kB | 36/39 kB Progress (3): 156 kB | 65 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 211 kB/s) Progress (3): 65 kB | 39 kB | 4.1/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar (39 kB at 53 kB/s) Progress (2): 65 kB | 7.7/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 88 kB/s) Progress (1): 12/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar Progress (1): 16/332 kB Progress (1): 20/332 kB Progress (1): 24/332 kB Progress (1): 28/332 kB Progress (1): 32/332 kB Progress (1): 33/332 kB Progress (1): 37/332 kB Progress (1): 41/332 kB Progress (1): 45/332 kB Progress (1): 49/332 kB Progress (1): 53/332 kB Progress (1): 57/332 kB Progress (1): 61/332 kB Progress (1): 65/332 kB Progress (1): 66/332 kB Progress (1): 70/332 kB Progress (1): 74/332 kB Progress (2): 74/332 kB | 4.1/10 kB Progress (2): 78/332 kB | 4.1/10 kB Progress (2): 78/332 kB | 7.7/10 kB Progress (2): 82/332 kB | 7.7/10 kB Progress (2): 82/332 kB | 10 kB Progress (2): 86/332 kB | 10 kB Progress (2): 90/332 kB | 10 kB Progress (2): 94/332 kB | 10 kB Progress (2): 98/332 kB | 10 kB Progress (2): 98/332 kB | 10 kB Progress (2): 102/332 kB | 10 kB Progress (2): 106/332 kB | 10 kB Progress (2): 110/332 kB | 10 kB Progress (2): 114/332 kB | 10 kB Progress (2): 118/332 kB | 10 kB Progress (2): 122/332 kB | 10 kB Progress (2): 126/332 kB | 10 kB Progress (2): 130/332 kB | 10 kB Progress (2): 134/332 kB | 10 kB Progress (2): 138/332 kB | 10 kB Progress (2): 142/332 kB | 10 kB Progress (2): 146/332 kB | 10 kB Progress (2): 150/332 kB | 10 kB Progress (2): 154/332 kB | 10 kB Progress (2): 158/332 kB | 10 kB Progress (2): 162/332 kB | 10 kB Progress (2): 166/332 kB | 10 kB Progress (2): 170/332 kB | 10 kB Progress (3): 170/332 kB | 10 kB | 4.1/23 kB Progress (3): 174/332 kB | 10 kB | 4.1/23 kB Progress (3): 174/332 kB | 10 kB | 7.7/23 kB Progress (3): 178/332 kB | 10 kB | 7.7/23 kB Progress (3): 178/332 kB | 10 kB | 12/23 kB Progress (3): 182/332 kB | 10 kB | 12/23 kB Progress (3): 182/332 kB | 10 kB | 16/23 kB Progress (3): 186/332 kB | 10 kB | 16/23 kB Progress (3): 186/332 kB | 10 kB | 20/23 kB Progress (3): 190/332 kB | 10 kB | 20/23 kB Progress (3): 190/332 kB | 10 kB | 23 kB Progress (3): 194/332 kB | 10 kB | 23 kB Progress (3): 198/332 kB | 10 kB | 23 kB Progress (3): 202/332 kB | 10 kB | 23 kB Progress (4): 202/332 kB | 10 kB | 23 kB | 4.1/143 kB Progress (4): 206/332 kB | 10 kB | 23 kB | 4.1/143 kB Progress (4): 206/332 kB | 10 kB | 23 kB | 7.7/143 kB Progress (4): 210/332 kB | 10 kB | 23 kB | 7.7/143 kB Progress (4): 210/332 kB | 10 kB | 23 kB | 12/143 kB Progress (4): 214/332 kB | 10 kB | 23 kB | 12/143 kB Progress (4): 214/332 kB | 10 kB | 23 kB | 16/143 kB Progress (4): 218/332 kB | 10 kB | 23 kB | 16/143 kB Progress (4): 218/332 kB | 10 kB | 23 kB | 20/143 kB Progress (4): 222/332 kB | 10 kB | 23 kB | 20/143 kB Progress (4): 222/332 kB | 10 kB | 23 kB | 24/143 kB Progress (4): 226/332 kB | 10 kB | 23 kB | 24/143 kB Progress (4): 226/332 kB | 10 kB | 23 kB | 28/143 kB Progress (4): 230/332 kB | 10 kB | 23 kB | 28/143 kB Progress (4): 230/332 kB | 10 kB | 23 kB | 32/143 kB Progress (4): 234/332 kB | 10 kB | 23 kB | 32/143 kB Progress (4): 234/332 kB | 10 kB | 23 kB | 33/143 kB Progress (4): 238/332 kB | 10 kB | 23 kB | 33/143 kB Progress (4): 242/332 kB | 10 kB | 23 kB | 33/143 kB Progress (4): 242/332 kB | 10 kB | 23 kB | 37/143 kB Progress (4): 246/332 kB | 10 kB | 23 kB | 37/143 kB Progress (4): 246/332 kB | 10 kB | 23 kB | 41/143 kB Progress (4): 250/332 kB | 10 kB | 23 kB | 41/143 kB Progress (4): 250/332 kB | 10 kB | 23 kB | 45/143 kB Progress (4): 254/332 kB | 10 kB | 23 kB | 45/143 kB Progress (4): 254/332 kB | 10 kB | 23 kB | 49/143 kB Progress (4): 258/332 kB | 10 kB | 23 kB | 49/143 kB Progress (4): 258/332 kB | 10 kB | 23 kB | 53/143 kB Progress (4): 262/332 kB | 10 kB | 23 kB | 53/143 kB Progress (4): 262/332 kB | 10 kB | 23 kB | 57/143 kB Progress (4): 266/332 kB | 10 kB | 23 kB | 57/143 kB Progress (4): 266/332 kB | 10 kB | 23 kB | 61/143 kB Progress (4): 270/332 kB | 10 kB | 23 kB | 61/143 kB Progress (4): 270/332 kB | 10 kB | 23 kB | 65/143 kB Progress (4): 274/332 kB | 10 kB | 23 kB | 65/143 kB Progress (4): 274/332 kB | 10 kB | 23 kB | 66/143 kB Progress (4): 278/332 kB | 10 kB | 23 kB | 66/143 kB Progress (4): 278/332 kB | 10 kB | 23 kB | 70/143 kB Progress (4): 282/332 kB | 10 kB | 23 kB | 70/143 kB Progress (4): 282/332 kB | 10 kB | 23 kB | 74/143 kB Progress (4): 286/332 kB | 10 kB | 23 kB | 74/143 kB Progress (4): 290/332 kB | 10 kB | 23 kB | 74/143 kB Progress (4): 290/332 kB | 10 kB | 23 kB | 78/143 kB Progress (4): 294/332 kB | 10 kB | 23 kB | 78/143 kB Progress (4): 294/332 kB | 10 kB | 23 kB | 82/143 kB Progress (4): 298/332 kB | 10 kB | 23 kB | 82/143 kB Progress (4): 298/332 kB | 10 kB | 23 kB | 86/143 kB Progress (4): 302/332 kB | 10 kB | 23 kB | 86/143 kB Progress (4): 302/332 kB | 10 kB | 23 kB | 90/143 kB Progress (4): 306/332 kB | 10 kB | 23 kB | 90/143 kB Progress (4): 306/332 kB | 10 kB | 23 kB | 94/143 kB Progress (4): 310/332 kB | 10 kB | 23 kB | 94/143 kB Progress (4): 310/332 kB | 10 kB | 23 kB | 98/143 kB Progress (4): 314/332 kB | 10 kB | 23 kB | 98/143 kB Progress (4): 314/332 kB | 10 kB | 23 kB | 102/143 kB Progress (4): 318/332 kB | 10 kB | 23 kB | 102/143 kB Progress (4): 318/332 kB | 10 kB | 23 kB | 106/143 kB Progress (4): 322/332 kB | 10 kB | 23 kB | 106/143 kB Progress (4): 322/332 kB | 10 kB | 23 kB | 110/143 kB Progress (4): 326/332 kB | 10 kB | 23 kB | 110/143 kB Progress (4): 326/332 kB | 10 kB | 23 kB | 114/143 kB Progress (4): 330/332 kB | 10 kB | 23 kB | 114/143 kB Progress (4): 330/332 kB | 10 kB | 23 kB | 118/143 kB Progress (4): 332 kB | 10 kB | 23 kB | 118/143 kB Progress (4): 332 kB | 10 kB | 23 kB | 122/143 kB Progress (4): 332 kB | 10 kB | 23 kB | 126/143 kB Progress (4): 332 kB | 10 kB | 23 kB | 130/143 kB Progress (4): 332 kB | 10 kB | 23 kB | 134/143 kB Progress (4): 332 kB | 10 kB | 23 kB | 138/143 kB Progress (4): 332 kB | 10 kB | 23 kB | 142/143 kB Progress (4): 332 kB | 10 kB | 23 kB | 143 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 29 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar (10 kB at 13 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 173 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 402 kB/s) Progress (1): 4.1/170 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar Progress (1): 7.7/170 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar Progress (1): 12/170 kB Progress (1): 16/170 kB Progress (1): 20/170 kB Progress (1): 24/170 kB Progress (1): 28/170 kB Progress (1): 32/170 kB Progress (1): 33/170 kB Progress (1): 37/170 kB Progress (1): 41/170 kB Progress (1): 45/170 kB Progress (1): 49/170 kB Progress (1): 53/170 kB Progress (1): 57/170 kB Progress (1): 61/170 kB Progress (1): 65/170 kB Progress (1): 66/170 kB Progress (1): 70/170 kB Progress (1): 74/170 kB Progress (1): 78/170 kB Progress (1): 82/170 kB Progress (1): 86/170 kB Progress (1): 90/170 kB Progress (1): 94/170 kB Progress (1): 98/170 kB Progress (1): 98/170 kB Progress (1): 102/170 kB Progress (1): 106/170 kB Progress (1): 110/170 kB Progress (1): 114/170 kB Progress (1): 118/170 kB Progress (1): 122/170 kB Progress (1): 126/170 kB Progress (1): 130/170 kB Progress (1): 131/170 kB Progress (1): 135/170 kB Progress (1): 139/170 kB Progress (1): 143/170 kB Progress (1): 147/170 kB Progress (1): 151/170 kB Progress (1): 155/170 kB Progress (1): 159/170 kB Progress (1): 163/170 kB Progress (1): 167/170 kB Progress (1): 170 kB Progress (2): 170 kB | 4.1/62 kB Progress (2): 170 kB | 7.7/62 kB Progress (2): 170 kB | 12/62 kB Progress (2): 170 kB | 16/62 kB Progress (2): 170 kB | 20/62 kB Progress (2): 170 kB | 24/62 kB Progress (3): 170 kB | 24/62 kB | 4.1/378 kB Progress (3): 170 kB | 28/62 kB | 4.1/378 kB Progress (3): 170 kB | 28/62 kB | 7.7/378 kB Progress (3): 170 kB | 32/62 kB | 7.7/378 kB Progress (3): 170 kB | 32/62 kB | 12/378 kB Progress (3): 170 kB | 36/62 kB | 12/378 kB Progress (3): 170 kB | 36/62 kB | 16/378 kB Progress (3): 170 kB | 40/62 kB | 16/378 kB Progress (3): 170 kB | 40/62 kB | 20/378 kB Progress (3): 170 kB | 44/62 kB | 20/378 kB Progress (3): 170 kB | 44/62 kB | 24/378 kB Progress (3): 170 kB | 48/62 kB | 24/378 kB Progress (3): 170 kB | 49/62 kB | 24/378 kB Progress (3): 170 kB | 49/62 kB | 28/378 kB Progress (3): 170 kB | 53/62 kB | 28/378 kB Progress (3): 170 kB | 53/62 kB | 32/378 kB Progress (4): 170 kB | 53/62 kB | 32/378 kB | 4.1/74 kB Progress (4): 170 kB | 57/62 kB | 32/378 kB | 4.1/74 kB Progress (4): 170 kB | 57/62 kB | 32/378 kB | 7.7/74 kB Progress (4): 170 kB | 57/62 kB | 33/378 kB | 7.7/74 kB Progress (4): 170 kB | 61/62 kB | 33/378 kB | 7.7/74 kB Progress (4): 170 kB | 61/62 kB | 33/378 kB | 12/74 kB Progress (4): 170 kB | 61/62 kB | 37/378 kB | 12/74 kB Progress (4): 170 kB | 62 kB | 37/378 kB | 12/74 kB Progress (4): 170 kB | 62 kB | 41/378 kB | 12/74 kB Progress (4): 170 kB | 62 kB | 41/378 kB | 16/74 kB Progress (4): 170 kB | 62 kB | 45/378 kB | 16/74 kB Progress (4): 170 kB | 62 kB | 49/378 kB | 16/74 kB Progress (4): 170 kB | 62 kB | 49/378 kB | 20/74 kB Progress (4): 170 kB | 62 kB | 49/378 kB | 24/74 kB Progress (4): 170 kB | 62 kB | 53/378 kB | 24/74 kB Progress (4): 170 kB | 62 kB | 57/378 kB | 24/74 kB Progress (4): 170 kB | 62 kB | 57/378 kB | 28/74 kB Progress (4): 170 kB | 62 kB | 61/378 kB | 28/74 kB Progress (4): 170 kB | 62 kB | 61/378 kB | 32/74 kB Progress (4): 170 kB | 62 kB | 65/378 kB | 32/74 kB Progress (4): 170 kB | 62 kB | 65/378 kB | 33/74 kB Progress (4): 170 kB | 62 kB | 66/378 kB | 33/74 kB Progress (4): 170 kB | 62 kB | 66/378 kB | 37/74 kB Progress (4): 170 kB | 62 kB | 66/378 kB | 41/74 kB Progress (4): 170 kB | 62 kB | 70/378 kB | 41/74 kB Progress (4): 170 kB | 62 kB | 70/378 kB | 45/74 kB Progress (4): 170 kB | 62 kB | 74/378 kB | 45/74 kB Progress (4): 170 kB | 62 kB | 74/378 kB | 49/74 kB Progress (4): 170 kB | 62 kB | 78/378 kB | 49/74 kB Progress (4): 170 kB | 62 kB | 78/378 kB | 53/74 kB Progress (4): 170 kB | 62 kB | 82/378 kB | 53/74 kB Progress (4): 170 kB | 62 kB | 82/378 kB | 57/74 kB Progress (4): 170 kB | 62 kB | 86/378 kB | 57/74 kB Progress (4): 170 kB | 62 kB | 86/378 kB | 61/74 kB Progress (4): 170 kB | 62 kB | 90/378 kB | 61/74 kB Progress (4): 170 kB | 62 kB | 90/378 kB | 65/74 kB Progress (4): 170 kB | 62 kB | 90/378 kB | 66/74 kB Progress (4): 170 kB | 62 kB | 94/378 kB | 66/74 kB Progress (4): 170 kB | 62 kB | 94/378 kB | 70/74 kB Progress (4): 170 kB | 62 kB | 98/378 kB | 70/74 kB Progress (4): 170 kB | 62 kB | 98/378 kB | 74/74 kB Progress (4): 170 kB | 62 kB | 98/378 kB | 74/74 kB Progress (4): 170 kB | 62 kB | 98/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 102/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 106/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 110/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 114/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 118/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 122/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 126/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 130/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 134/378 kB | 74 kB Progress (4): 170 kB | 62 kB | 138/378 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 73 kB/s) Progress (3): 170 kB | 142/378 kB | 74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (3): 170 kB | 146/378 kB | 74 kB Progress (3): 170 kB | 150/378 kB | 74 kB Progress (3): 170 kB | 154/378 kB | 74 kB Progress (3): 170 kB | 158/378 kB | 74 kB Progress (3): 170 kB | 162/378 kB | 74 kB Progress (3): 170 kB | 166/378 kB | 74 kB Progress (3): 170 kB | 170/378 kB | 74 kB Progress (3): 170 kB | 174/378 kB | 74 kB Progress (3): 170 kB | 178/378 kB | 74 kB Progress (3): 170 kB | 182/378 kB | 74 kB Progress (3): 170 kB | 186/378 kB | 74 kB Progress (3): 170 kB | 190/378 kB | 74 kB Progress (3): 170 kB | 194/378 kB | 74 kB Progress (3): 170 kB | 198/378 kB | 74 kB Progress (3): 170 kB | 202/378 kB | 74 kB Progress (3): 170 kB | 206/378 kB | 74 kB Progress (3): 170 kB | 210/378 kB | 74 kB Progress (3): 170 kB | 214/378 kB | 74 kB Progress (3): 170 kB | 218/378 kB | 74 kB Progress (3): 170 kB | 222/378 kB | 74 kB Progress (3): 170 kB | 226/378 kB | 74 kB Progress (3): 170 kB | 230/378 kB | 74 kB Progress (3): 170 kB | 234/378 kB | 74 kB Progress (3): 170 kB | 238/378 kB | 74 kB Progress (3): 170 kB | 242/378 kB | 74 kB Progress (3): 170 kB | 246/378 kB | 74 kB Progress (3): 170 kB | 250/378 kB | 74 kB Progress (3): 170 kB | 254/378 kB | 74 kB Progress (3): 170 kB | 258/378 kB | 74 kB Progress (3): 170 kB | 262/378 kB | 74 kB Progress (3): 170 kB | 266/378 kB | 74 kB Progress (3): 170 kB | 270/378 kB | 74 kB Progress (3): 170 kB | 274/378 kB | 74 kB Progress (3): 170 kB | 278/378 kB | 74 kB Progress (3): 170 kB | 282/378 kB | 74 kB Progress (3): 170 kB | 286/378 kB | 74 kB Progress (3): 170 kB | 290/378 kB | 74 kB Progress (3): 170 kB | 294/378 kB | 74 kB Progress (3): 170 kB | 298/378 kB | 74 kB Progress (3): 170 kB | 302/378 kB | 74 kB Progress (3): 170 kB | 306/378 kB | 74 kB Progress (3): 170 kB | 310/378 kB | 74 kB Progress (3): 170 kB | 314/378 kB | 74 kB Progress (3): 170 kB | 318/378 kB | 74 kB Progress (3): 170 kB | 322/378 kB | 74 kB Progress (4): 170 kB | 322/378 kB | 74 kB | 4.1/134 kB Progress (4): 170 kB | 326/378 kB | 74 kB | 4.1/134 kB Progress (4): 170 kB | 326/378 kB | 74 kB | 7.7/134 kB Progress (4): 170 kB | 330/378 kB | 74 kB | 7.7/134 kB Progress (4): 170 kB | 330/378 kB | 74 kB | 12/134 kB Progress (4): 170 kB | 334/378 kB | 74 kB | 12/134 kB Progress (4): 170 kB | 334/378 kB | 74 kB | 16/134 kB Progress (4): 170 kB | 338/378 kB | 74 kB | 16/134 kB Progress (4): 170 kB | 338/378 kB | 74 kB | 20/134 kB Progress (4): 170 kB | 342/378 kB | 74 kB | 20/134 kB Progress (4): 170 kB | 342/378 kB | 74 kB | 24/134 kB Progress (4): 170 kB | 346/378 kB | 74 kB | 24/134 kB Progress (4): 170 kB | 346/378 kB | 74 kB | 28/134 kB Progress (4): 170 kB | 350/378 kB | 74 kB | 28/134 kB Progress (4): 170 kB | 350/378 kB | 74 kB | 32/134 kB Progress (4): 170 kB | 354/378 kB | 74 kB | 32/134 kB Progress (4): 170 kB | 354/378 kB | 74 kB | 33/134 kB Progress (4): 170 kB | 358/378 kB | 74 kB | 33/134 kB Progress (4): 170 kB | 358/378 kB | 74 kB | 37/134 kB Progress (4): 170 kB | 362/378 kB | 74 kB | 37/134 kB Progress (4): 170 kB | 362/378 kB | 74 kB | 41/134 kB Progress (4): 170 kB | 366/378 kB | 74 kB | 41/134 kB Progress (4): 170 kB | 366/378 kB | 74 kB | 45/134 kB Progress (4): 170 kB | 370/378 kB | 74 kB | 45/134 kB Progress (4): 170 kB | 370/378 kB | 74 kB | 49/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 197 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (74 kB at 86 kB/s) Progress (2): 370/378 kB | 53/134 kB Progress (2): 374/378 kB | 53/134 kB Progress (2): 374/378 kB | 57/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Progress (3): 374/378 kB | 57/134 kB | 4.1/60 kB Progress (3): 374/378 kB | 61/134 kB | 4.1/60 kB Progress (3): 378 kB | 61/134 kB | 4.1/60 kB Progress (3): 378 kB | 65/134 kB | 4.1/60 kB Progress (3): 378 kB | 65/134 kB | 7.7/60 kB Progress (3): 378 kB | 66/134 kB | 7.7/60 kB Progress (3): 378 kB | 66/134 kB | 12/60 kB Progress (3): 378 kB | 70/134 kB | 12/60 kB Progress (3): 378 kB | 70/134 kB | 16/60 kB Progress (3): 378 kB | 74/134 kB | 16/60 kB Progress (3): 378 kB | 74/134 kB | 20/60 kB Progress (3): 378 kB | 78/134 kB | 20/60 kB Progress (3): 378 kB | 78/134 kB | 24/60 kB Progress (3): 378 kB | 82/134 kB | 24/60 kB Progress (3): 378 kB | 82/134 kB | 28/60 kB Progress (3): 378 kB | 86/134 kB | 28/60 kB Progress (3): 378 kB | 86/134 kB | 32/60 kB Progress (3): 378 kB | 90/134 kB | 32/60 kB Progress (3): 378 kB | 90/134 kB | 36/60 kB Progress (3): 378 kB | 94/134 kB | 36/60 kB Progress (3): 378 kB | 94/134 kB | 40/60 kB Progress (3): 378 kB | 98/134 kB | 40/60 kB Progress (3): 378 kB | 98/134 kB | 40/60 kB Progress (3): 378 kB | 98/134 kB | 44/60 kB Progress (3): 378 kB | 98/134 kB | 48/60 kB Progress (3): 378 kB | 102/134 kB | 48/60 kB Progress (3): 378 kB | 106/134 kB | 48/60 kB Progress (3): 378 kB | 106/134 kB | 52/60 kB Progress (3): 378 kB | 106/134 kB | 56/60 kB Progress (3): 378 kB | 110/134 kB | 56/60 kB Progress (3): 378 kB | 110/134 kB | 60/60 kB Progress (3): 378 kB | 114/134 kB | 60/60 kB Progress (3): 378 kB | 114/134 kB | 60 kB Progress (3): 378 kB | 118/134 kB | 60 kB Progress (3): 378 kB | 122/134 kB | 60 kB Progress (3): 378 kB | 126/134 kB | 60 kB Progress (3): 378 kB | 130/134 kB | 60 kB Progress (3): 378 kB | 131/134 kB | 60 kB Progress (3): 378 kB | 134 kB | 60 kB Progress (4): 378 kB | 134 kB | 60 kB | 4.1/8.5 kB Progress (4): 378 kB | 134 kB | 60 kB | 7.7/8.5 kB Progress (4): 378 kB | 134 kB | 60 kB | 8.5 kB Progress (5): 378 kB | 134 kB | 60 kB | 8.5 kB | 4.1/231 kB Progress (5): 378 kB | 134 kB | 60 kB | 8.5 kB | 7.7/231 kB Progress (5): 378 kB | 134 kB | 60 kB | 8.5 kB | 12/231 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 409 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 65 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 9.2 kB/s) Progress (2): 134 kB | 16/231 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Progress (2): 134 kB | 20/231 kB Progress (2): 134 kB | 24/231 kB Progress (2): 134 kB | 28/231 kB Progress (2): 134 kB | 32/231 kB Progress (2): 134 kB | 33/231 kB Progress (2): 134 kB | 37/231 kB Progress (2): 134 kB | 41/231 kB Progress (2): 134 kB | 45/231 kB Progress (2): 134 kB | 49/231 kB Progress (2): 134 kB | 53/231 kB Progress (2): 134 kB | 57/231 kB Progress (2): 134 kB | 61/231 kB Progress (2): 134 kB | 65/231 kB Progress (2): 134 kB | 66/231 kB Progress (2): 134 kB | 70/231 kB Progress (2): 134 kB | 74/231 kB Progress (2): 134 kB | 78/231 kB Progress (2): 134 kB | 82/231 kB Progress (2): 134 kB | 86/231 kB Progress (2): 134 kB | 90/231 kB Progress (2): 134 kB | 94/231 kB Progress (2): 134 kB | 98/231 kB Progress (2): 134 kB | 98/231 kB Progress (2): 134 kB | 102/231 kB Progress (2): 134 kB | 106/231 kB Progress (2): 134 kB | 110/231 kB Progress (2): 134 kB | 114/231 kB Progress (2): 134 kB | 118/231 kB Progress (2): 134 kB | 122/231 kB Progress (2): 134 kB | 126/231 kB Progress (2): 134 kB | 130/231 kB Progress (2): 134 kB | 131/231 kB Progress (2): 134 kB | 135/231 kB Progress (2): 134 kB | 139/231 kB Progress (2): 134 kB | 143/231 kB Progress (2): 134 kB | 147/231 kB Progress (2): 134 kB | 151/231 kB Progress (2): 134 kB | 155/231 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 143 kB/s) Progress (1): 159/231 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Progress (1): 163/231 kB Progress (1): 164/231 kB Progress (1): 168/231 kB Progress (1): 172/231 kB Progress (1): 176/231 kB Progress (1): 180/231 kB Progress (1): 184/231 kB Progress (1): 188/231 kB Progress (1): 192/231 kB Progress (1): 196/231 kB Progress (1): 200/231 kB Progress (1): 204/231 kB Progress (1): 208/231 kB Progress (1): 212/231 kB Progress (1): 216/231 kB Progress (1): 220/231 kB Progress (1): 224/231 kB Progress (1): 228/231 kB Progress (1): 231 kB Progress (2): 231 kB | 4.1/55 kB Progress (2): 231 kB | 7.7/55 kB Progress (2): 231 kB | 12/55 kB Progress (2): 231 kB | 16/55 kB Progress (2): 231 kB | 20/55 kB Progress (2): 231 kB | 24/55 kB Progress (2): 231 kB | 28/55 kB Progress (2): 231 kB | 32/55 kB Progress (2): 231 kB | 33/55 kB Progress (2): 231 kB | 37/55 kB Progress (2): 231 kB | 41/55 kB Progress (2): 231 kB | 45/55 kB Progress (2): 231 kB | 49/55 kB Progress (2): 231 kB | 53/55 kB Progress (2): 231 kB | 55 kB Progress (3): 231 kB | 55 kB | 4.1/10 kB Progress (3): 231 kB | 55 kB | 7.7/10 kB Progress (3): 231 kB | 55 kB | 10 kB Progress (4): 231 kB | 55 kB | 10 kB | 4.1/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 7.7/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 12/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 16/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 20/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 24/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 28/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 32/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 33/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 37/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 41/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 45/47 kB Progress (4): 231 kB | 55 kB | 10 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 58 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 11 kB/s) Progress (3): 231 kB | 47 kB | 4.1/11 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 243 kB/s) Progress (2): 47 kB | 7.7/11 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (2): 47 kB | 11 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Progress (3): 47 kB | 11 kB | 4.1/392 kB Progress (3): 47 kB | 11 kB | 7.7/392 kB Progress (3): 47 kB | 11 kB | 12/392 kB Progress (3): 47 kB | 11 kB | 16/392 kB Progress (3): 47 kB | 11 kB | 20/392 kB Progress (3): 47 kB | 11 kB | 24/392 kB Progress (3): 47 kB | 11 kB | 28/392 kB Progress (3): 47 kB | 11 kB | 32/392 kB Progress (3): 47 kB | 11 kB | 33/392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 48 kB/s) Progress (2): 11 kB | 37/392 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 (2): 11 kB | 41/392 kB Progress (2): 11 kB | 45/392 kB Progress (2): 11 kB | 49/392 kB Progress (2): 11 kB | 53/392 kB Progress (2): 11 kB | 57/392 kB Progress (2): 11 kB | 61/392 kB Progress (2): 11 kB | 65/392 kB Progress (2): 11 kB | 66/392 kB Progress (2): 11 kB | 70/392 kB Progress (2): 11 kB | 74/392 kB Progress (2): 11 kB | 78/392 kB Progress (2): 11 kB | 82/392 kB Progress (2): 11 kB | 86/392 kB Progress (2): 11 kB | 90/392 kB Progress (2): 11 kB | 94/392 kB Progress (2): 11 kB | 98/392 kB Progress (2): 11 kB | 98/392 kB Progress (2): 11 kB | 102/392 kB Progress (2): 11 kB | 106/392 kB Progress (2): 11 kB | 110/392 kB Progress (2): 11 kB | 114/392 kB Progress (2): 11 kB | 118/392 kB Progress (2): 11 kB | 122/392 kB Progress (2): 11 kB | 126/392 kB Progress (2): 11 kB | 130/392 kB Progress (2): 11 kB | 131/392 kB Progress (2): 11 kB | 135/392 kB Progress (2): 11 kB | 139/392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 11 kB/s) Progress (2): 139/392 kB | 4.1/208 kB Progress (2): 143/392 kB | 4.1/208 kB Progress (2): 143/392 kB | 7.7/208 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Progress (2): 143/392 kB | 12/208 kB Progress (2): 147/392 kB | 12/208 kB Progress (2): 147/392 kB | 16/208 kB Progress (2): 151/392 kB | 16/208 kB Progress (2): 155/392 kB | 16/208 kB Progress (2): 155/392 kB | 20/208 kB Progress (2): 155/392 kB | 24/208 kB Progress (2): 159/392 kB | 24/208 kB Progress (2): 163/392 kB | 24/208 kB Progress (2): 163/392 kB | 28/208 kB Progress (2): 167/392 kB | 28/208 kB Progress (2): 167/392 kB | 32/208 kB Progress (2): 171/392 kB | 32/208 kB Progress (2): 171/392 kB | 33/208 kB Progress (2): 175/392 kB | 33/208 kB Progress (2): 175/392 kB | 37/208 kB Progress (2): 179/392 kB | 37/208 kB Progress (2): 179/392 kB | 41/208 kB Progress (2): 183/392 kB | 41/208 kB Progress (2): 187/392 kB | 41/208 kB Progress (2): 187/392 kB | 45/208 kB Progress (2): 191/392 kB | 45/208 kB Progress (2): 191/392 kB | 49/208 kB Progress (2): 195/392 kB | 49/208 kB Progress (2): 195/392 kB | 53/208 kB Progress (2): 199/392 kB | 53/208 kB Progress (2): 199/392 kB | 57/208 kB Progress (2): 203/392 kB | 57/208 kB Progress (2): 203/392 kB | 61/208 kB Progress (2): 207/392 kB | 61/208 kB Progress (2): 207/392 kB | 65/208 kB Progress (2): 211/392 kB | 65/208 kB Progress (2): 211/392 kB | 66/208 kB Progress (2): 215/392 kB | 66/208 kB Progress (2): 215/392 kB | 70/208 kB Progress (2): 219/392 kB | 70/208 kB Progress (2): 219/392 kB | 74/208 kB Progress (2): 223/392 kB | 74/208 kB Progress (2): 227/392 kB | 74/208 kB Progress (2): 227/392 kB | 78/208 kB Progress (2): 231/392 kB | 78/208 kB Progress (2): 231/392 kB | 82/208 kB Progress (2): 235/392 kB | 82/208 kB Progress (2): 235/392 kB | 86/208 kB Progress (2): 235/392 kB | 90/208 kB Progress (2): 235/392 kB | 94/208 kB Progress (2): 235/392 kB | 98/208 kB Progress (2): 235/392 kB | 98/208 kB Progress (3): 235/392 kB | 98/208 kB | 4.1/65 kB Progress (3): 235/392 kB | 98/208 kB | 7.7/65 kB Progress (3): 235/392 kB | 98/208 kB | 12/65 kB Progress (3): 235/392 kB | 98/208 kB | 16/65 kB Progress (3): 235/392 kB | 98/208 kB | 20/65 kB Progress (3): 235/392 kB | 98/208 kB | 24/65 kB Progress (3): 235/392 kB | 98/208 kB | 28/65 kB Progress (3): 235/392 kB | 98/208 kB | 32/65 kB Progress (3): 235/392 kB | 98/208 kB | 33/65 kB Progress (3): 239/392 kB | 98/208 kB | 33/65 kB Progress (3): 239/392 kB | 98/208 kB | 37/65 kB Progress (3): 239/392 kB | 102/208 kB | 37/65 kB Progress (3): 239/392 kB | 102/208 kB | 41/65 kB Progress (3): 243/392 kB | 102/208 kB | 41/65 kB Progress (3): 243/392 kB | 106/208 kB | 41/65 kB Progress (3): 243/392 kB | 106/208 kB | 45/65 kB Progress (3): 247/392 kB | 106/208 kB | 45/65 kB Progress (3): 247/392 kB | 110/208 kB | 45/65 kB Progress (3): 247/392 kB | 110/208 kB | 49/65 kB Progress (3): 247/392 kB | 114/208 kB | 49/65 kB Progress (3): 251/392 kB | 114/208 kB | 49/65 kB Progress (3): 251/392 kB | 114/208 kB | 53/65 kB Progress (3): 251/392 kB | 118/208 kB | 53/65 kB Progress (3): 255/392 kB | 118/208 kB | 53/65 kB Progress (3): 255/392 kB | 118/208 kB | 57/65 kB Progress (3): 259/392 kB | 118/208 kB | 57/65 kB Progress (3): 259/392 kB | 122/208 kB | 57/65 kB Progress (3): 259/392 kB | 122/208 kB | 61/65 kB Progress (3): 263/392 kB | 122/208 kB | 61/65 kB Progress (3): 263/392 kB | 126/208 kB | 61/65 kB Progress (3): 263/392 kB | 126/208 kB | 65/65 kB Progress (3): 263/392 kB | 130/208 kB | 65/65 kB Progress (3): 267/392 kB | 130/208 kB | 65/65 kB Progress (3): 267/392 kB | 130/208 kB | 65 kB Progress (3): 267/392 kB | 134/208 kB | 65 kB Progress (3): 271/392 kB | 134/208 kB | 65 kB Progress (3): 271/392 kB | 138/208 kB | 65 kB Progress (3): 275/392 kB | 138/208 kB | 65 kB Progress (3): 275/392 kB | 142/208 kB | 65 kB Progress (3): 279/392 kB | 142/208 kB | 65 kB Progress (3): 279/392 kB | 146/208 kB | 65 kB Progress (3): 283/392 kB | 146/208 kB | 65 kB Progress (3): 283/392 kB | 150/208 kB | 65 kB Progress (3): 287/392 kB | 150/208 kB | 65 kB Progress (3): 287/392 kB | 154/208 kB | 65 kB Progress (3): 291/392 kB | 154/208 kB | 65 kB Progress (3): 295/392 kB | 154/208 kB | 65 kB Progress (3): 299/392 kB | 154/208 kB | 65 kB Progress (3): 303/392 kB | 154/208 kB | 65 kB Progress (3): 307/392 kB | 154/208 kB | 65 kB Progress (3): 311/392 kB | 154/208 kB | 65 kB Progress (3): 315/392 kB | 154/208 kB | 65 kB Progress (3): 319/392 kB | 154/208 kB | 65 kB Progress (3): 323/392 kB | 154/208 kB | 65 kB Progress (3): 327/392 kB | 154/208 kB | 65 kB Progress (3): 331/392 kB | 154/208 kB | 65 kB Progress (3): 335/392 kB | 154/208 kB | 65 kB Progress (3): 339/392 kB | 154/208 kB | 65 kB Progress (3): 343/392 kB | 154/208 kB | 65 kB Progress (3): 347/392 kB | 154/208 kB | 65 kB Progress (3): 351/392 kB | 154/208 kB | 65 kB Progress (3): 355/392 kB | 154/208 kB | 65 kB Progress (3): 359/392 kB | 154/208 kB | 65 kB Progress (3): 363/392 kB | 154/208 kB | 65 kB Progress (3): 367/392 kB | 154/208 kB | 65 kB Progress (3): 371/392 kB | 154/208 kB | 65 kB Progress (3): 375/392 kB | 154/208 kB | 65 kB Progress (3): 379/392 kB | 154/208 kB | 65 kB Progress (3): 383/392 kB | 154/208 kB | 65 kB Progress (3): 387/392 kB | 154/208 kB | 65 kB Progress (3): 391/392 kB | 154/208 kB | 65 kB Progress (3): 392 kB | 154/208 kB | 65 kB Progress (4): 392 kB | 154/208 kB | 65 kB | 4.1/7.7 kB Progress (4): 392 kB | 154/208 kB | 65 kB | 7.7 kB Progress (5): 392 kB | 154/208 kB | 65 kB | 7.7 kB | 4.1/49 kB Progress (5): 392 kB | 154/208 kB | 65 kB | 7.7 kB | 7.7/49 kB Progress (5): 392 kB | 154/208 kB | 65 kB | 7.7 kB | 12/49 kB Progress (5): 392 kB | 154/208 kB | 65 kB | 7.7 kB | 16/49 kB Progress (5): 392 kB | 154/208 kB | 65 kB | 7.7 kB | 20/49 kB Progress (5): 392 kB | 154/208 kB | 65 kB | 7.7 kB | 24/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 7.4 kB/s) Progress (4): 392 kB | 154/208 kB | 65 kB | 28/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 376 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Progress (3): 154/208 kB | 65 kB | 32/49 kB Progress (3): 154/208 kB | 65 kB | 33/49 kB Progress (3): 154/208 kB | 65 kB | 37/49 kB Progress (3): 154/208 kB | 65 kB | 41/49 kB Progress (3): 154/208 kB | 65 kB | 45/49 kB Progress (3): 154/208 kB | 65 kB | 49/49 kB Progress (3): 154/208 kB | 65 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Progress (2): 154/208 kB | 4.1/47 kB Progress (2): 154/208 kB | 7.7/47 kB Progress (2): 154/208 kB | 12/47 kB Progress (2): 154/208 kB | 16/47 kB Progress (2): 154/208 kB | 20/47 kB Progress (2): 154/208 kB | 24/47 kB Progress (2): 154/208 kB | 28/47 kB Progress (3): 154/208 kB | 28/47 kB | 4.1/19 kB Progress (3): 154/208 kB | 32/47 kB | 4.1/19 kB Progress (3): 154/208 kB | 32/47 kB | 7.7/19 kB Progress (3): 154/208 kB | 33/47 kB | 7.7/19 kB Progress (3): 154/208 kB | 33/47 kB | 12/19 kB Progress (3): 154/208 kB | 37/47 kB | 12/19 kB Progress (3): 154/208 kB | 37/47 kB | 16/19 kB Progress (3): 154/208 kB | 41/47 kB | 16/19 kB Progress (3): 154/208 kB | 41/47 kB | 19 kB Progress (3): 154/208 kB | 45/47 kB | 19 kB Progress (3): 154/208 kB | 47 kB | 19 kB Progress (4): 154/208 kB | 47 kB | 19 kB | 4.1/28 kB Progress (4): 154/208 kB | 47 kB | 19 kB | 7.7/28 kB Progress (4): 154/208 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 154/208 kB | 47 kB | 19 kB | 16/28 kB Progress (4): 154/208 kB | 47 kB | 19 kB | 20/28 kB Progress (4): 154/208 kB | 47 kB | 19 kB | 24/28 kB Progress (4): 154/208 kB | 47 kB | 19 kB | 28/28 kB Progress (4): 154/208 kB | 47 kB | 19 kB | 28 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 4.1/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 7.7/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 12/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 16/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 20/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 24/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 28/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 32/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 33/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 37/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 41/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 45/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 49/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 53/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 57/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 61/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 65/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 66/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 70/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 74/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 78/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 82/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 86/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 90/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 94/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 98/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 98/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 102/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 106/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 110/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 114/571 kB Progress (5): 154/208 kB | 47 kB | 19 kB | 28 kB | 118/571 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 17 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 44 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Progress (3): 154/208 kB | 28 kB | 122/571 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar Progress (3): 154/208 kB | 28 kB | 126/571 kB Progress (3): 154/208 kB | 28 kB | 130/571 kB Progress (3): 154/208 kB | 28 kB | 131/571 kB Progress (3): 154/208 kB | 28 kB | 135/571 kB Progress (3): 154/208 kB | 28 kB | 139/571 kB Progress (3): 154/208 kB | 28 kB | 143/571 kB Progress (4): 154/208 kB | 28 kB | 143/571 kB | 4.1/153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 25 kB/s) Progress (4): 154/208 kB | 143/571 kB | 4.1/153 kB | 4.1/22 kB Progress (4): 154/208 kB | 143/571 kB | 7.7/153 kB | 4.1/22 kB Progress (4): 154/208 kB | 147/571 kB | 7.7/153 kB | 4.1/22 kB Progress (4): 154/208 kB | 147/571 kB | 12/153 kB | 4.1/22 kB Progress (4): 154/208 kB | 147/571 kB | 12/153 kB | 7.7/22 kB Progress (4): 154/208 kB | 151/571 kB | 12/153 kB | 7.7/22 kB Progress (4): 154/208 kB | 151/571 kB | 16/153 kB | 7.7/22 kB Progress (4): 154/208 kB | 155/571 kB | 16/153 kB | 7.7/22 kB Progress (4): 154/208 kB | 155/571 kB | 16/153 kB | 12/22 kB Progress (4): 154/208 kB | 155/571 kB | 20/153 kB | 12/22 kB Progress (4): 154/208 kB | 159/571 kB | 20/153 kB | 12/22 kB Progress (4): 154/208 kB | 159/571 kB | 20/153 kB | 16/22 kB Progress (4): 154/208 kB | 163/571 kB | 20/153 kB | 16/22 kB Progress (4): 154/208 kB | 163/571 kB | 24/153 kB | 16/22 kB Progress (4): 154/208 kB | 164/571 kB | 24/153 kB | 16/22 kB Progress (4): 154/208 kB | 164/571 kB | 28/153 kB | 16/22 kB Progress (4): 154/208 kB | 164/571 kB | 28/153 kB | 20/22 kB Progress (4): 154/208 kB | 168/571 kB | 28/153 kB | 20/22 kB Progress (4): 154/208 kB | 168/571 kB | 32/153 kB | 20/22 kB Progress (4): 154/208 kB | 172/571 kB | 32/153 kB | 20/22 kB Progress (4): 154/208 kB | 172/571 kB | 32/153 kB | 22 kB Progress (4): 154/208 kB | 172/571 kB | 33/153 kB | 22 kB Progress (4): 154/208 kB | 176/571 kB | 33/153 kB | 22 kB Progress (4): 154/208 kB | 176/571 kB | 37/153 kB | 22 kB Progress (4): 154/208 kB | 180/571 kB | 37/153 kB | 22 kB Progress (4): 154/208 kB | 180/571 kB | 41/153 kB | 22 kB Progress (4): 154/208 kB | 184/571 kB | 41/153 kB | 22 kB Progress (4): 154/208 kB | 184/571 kB | 45/153 kB | 22 kB Progress (4): 154/208 kB | 188/571 kB | 45/153 kB | 22 kB Progress (4): 154/208 kB | 188/571 kB | 49/153 kB | 22 kB Progress (4): 154/208 kB | 192/571 kB | 49/153 kB | 22 kB Progress (4): 154/208 kB | 192/571 kB | 53/153 kB | 22 kB Progress (4): 154/208 kB | 196/571 kB | 53/153 kB | 22 kB Progress (4): 154/208 kB | 196/571 kB | 57/153 kB | 22 kB Progress (4): 154/208 kB | 197/571 kB | 57/153 kB | 22 kB Progress (4): 154/208 kB | 197/571 kB | 61/153 kB | 22 kB Progress (4): 154/208 kB | 197/571 kB | 65/153 kB | 22 kB Progress (4): 154/208 kB | 201/571 kB | 65/153 kB | 22 kB Progress (4): 154/208 kB | 201/571 kB | 66/153 kB | 22 kB Progress (4): 154/208 kB | 205/571 kB | 66/153 kB | 22 kB Progress (4): 154/208 kB | 205/571 kB | 70/153 kB | 22 kB Progress (4): 154/208 kB | 205/571 kB | 74/153 kB | 22 kB Progress (4): 154/208 kB | 209/571 kB | 74/153 kB | 22 kB Progress (4): 154/208 kB | 209/571 kB | 78/153 kB | 22 kB Progress (4): 154/208 kB | 213/571 kB | 78/153 kB | 22 kB Progress (4): 154/208 kB | 213/571 kB | 82/153 kB | 22 kB Progress (4): 154/208 kB | 217/571 kB | 82/153 kB | 22 kB Progress (4): 154/208 kB | 217/571 kB | 86/153 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 19 kB/s) Progress (3): 154/208 kB | 217/571 kB | 90/153 kB Progress (3): 154/208 kB | 221/571 kB | 90/153 kB Progress (3): 154/208 kB | 221/571 kB | 94/153 kB Progress (3): 154/208 kB | 221/571 kB | 98/153 kB Progress (3): 154/208 kB | 225/571 kB | 98/153 kB Progress (3): 154/208 kB | 225/571 kB | 98/153 kB Progress (3): 154/208 kB | 229/571 kB | 98/153 kB Progress (3): 154/208 kB | 229/571 kB | 102/153 kB Progress (3): 154/208 kB | 229/571 kB | 102/153 kB Progress (3): 154/208 kB | 229/571 kB | 106/153 kB Progress (3): 154/208 kB | 233/571 kB | 106/153 kB Progress (3): 154/208 kB | 233/571 kB | 110/153 kB Progress (3): 154/208 kB | 237/571 kB | 110/153 kB Progress (3): 154/208 kB | 237/571 kB | 114/153 kB Progress (3): 154/208 kB | 241/571 kB | 114/153 kB Progress (3): 154/208 kB | 241/571 kB | 118/153 kB Progress (3): 154/208 kB | 245/571 kB | 118/153 kB Progress (3): 154/208 kB | 245/571 kB | 122/153 kB Progress (3): 154/208 kB | 249/571 kB | 122/153 kB Progress (3): 154/208 kB | 249/571 kB | 126/153 kB Progress (3): 154/208 kB | 253/571 kB | 126/153 kB Progress (3): 154/208 kB | 253/571 kB | 130/153 kB Progress (3): 154/208 kB | 257/571 kB | 130/153 kB Progress (3): 154/208 kB | 257/571 kB | 134/153 kB Progress (3): 154/208 kB | 261/571 kB | 134/153 kB Progress (3): 154/208 kB | 261/571 kB | 138/153 kB Progress (3): 154/208 kB | 265/571 kB | 138/153 kB Progress (3): 154/208 kB | 265/571 kB | 142/153 kB Progress (3): 154/208 kB | 269/571 kB | 142/153 kB Progress (3): 154/208 kB | 269/571 kB | 146/153 kB Progress (3): 154/208 kB | 273/571 kB | 146/153 kB Progress (3): 154/208 kB | 273/571 kB | 150/153 kB Progress (3): 154/208 kB | 277/571 kB | 150/153 kB Progress (3): 154/208 kB | 277/571 kB | 153 kB Progress (3): 154/208 kB | 281/571 kB | 153 kB Progress (3): 154/208 kB | 285/571 kB | 153 kB Progress (3): 154/208 kB | 289/571 kB | 153 kB Progress (3): 154/208 kB | 293/571 kB | 153 kB Progress (3): 154/208 kB | 297/571 kB | 153 kB Progress (3): 154/208 kB | 301/571 kB | 153 kB Progress (3): 154/208 kB | 305/571 kB | 153 kB Progress (3): 154/208 kB | 309/571 kB | 153 kB Progress (3): 154/208 kB | 313/571 kB | 153 kB Progress (3): 154/208 kB | 317/571 kB | 153 kB Progress (3): 154/208 kB | 321/571 kB | 153 kB Progress (3): 154/208 kB | 325/571 kB | 153 kB Progress (3): 154/208 kB | 329/571 kB | 153 kB Progress (3): 154/208 kB | 333/571 kB | 153 kB Progress (3): 154/208 kB | 337/571 kB | 153 kB Progress (3): 154/208 kB | 341/571 kB | 153 kB Progress (3): 154/208 kB | 345/571 kB | 153 kB Progress (3): 154/208 kB | 349/571 kB | 153 kB Progress (3): 154/208 kB | 353/571 kB | 153 kB Progress (3): 154/208 kB | 357/571 kB | 153 kB Progress (3): 154/208 kB | 361/571 kB | 153 kB Progress (3): 154/208 kB | 365/571 kB | 153 kB Progress (3): 154/208 kB | 369/571 kB | 153 kB Progress (3): 154/208 kB | 373/571 kB | 153 kB Progress (3): 154/208 kB | 377/571 kB | 153 kB Progress (3): 154/208 kB | 381/571 kB | 153 kB Progress (3): 154/208 kB | 385/571 kB | 153 kB Progress (3): 154/208 kB | 389/571 kB | 153 kB Progress (3): 154/208 kB | 393/571 kB | 153 kB Progress (3): 154/208 kB | 397/571 kB | 153 kB Progress (3): 154/208 kB | 401/571 kB | 153 kB Progress (3): 154/208 kB | 405/571 kB | 153 kB Progress (3): 154/208 kB | 409/571 kB | 153 kB Progress (3): 154/208 kB | 413/571 kB | 153 kB Progress (3): 154/208 kB | 417/571 kB | 153 kB Progress (3): 154/208 kB | 421/571 kB | 153 kB Progress (3): 154/208 kB | 425/571 kB | 153 kB Progress (3): 154/208 kB | 429/571 kB | 153 kB Progress (3): 154/208 kB | 433/571 kB | 153 kB Progress (3): 154/208 kB | 437/571 kB | 153 kB Progress (3): 154/208 kB | 441/571 kB | 153 kB Progress (3): 154/208 kB | 445/571 kB | 153 kB Progress (3): 154/208 kB | 449/571 kB | 153 kB Progress (3): 154/208 kB | 453/571 kB | 153 kB Progress (3): 154/208 kB | 457/571 kB | 153 kB Progress (3): 154/208 kB | 461/571 kB | 153 kB Progress (3): 154/208 kB | 465/571 kB | 153 kB Progress (3): 154/208 kB | 469/571 kB | 153 kB Progress (3): 154/208 kB | 473/571 kB | 153 kB Progress (3): 154/208 kB | 477/571 kB | 153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 133 kB/s) Progress (2): 154/208 kB | 481/571 kB Progress (2): 154/208 kB | 485/571 kB Progress (2): 154/208 kB | 489/571 kB Progress (2): 154/208 kB | 493/571 kB Progress (2): 154/208 kB | 497/571 kB Progress (2): 154/208 kB | 501/571 kB Progress (2): 154/208 kB | 505/571 kB Progress (2): 154/208 kB | 509/571 kB Progress (2): 154/208 kB | 513/571 kB Progress (2): 154/208 kB | 517/571 kB Progress (2): 154/208 kB | 521/571 kB Progress (2): 154/208 kB | 525/571 kB Progress (2): 154/208 kB | 529/571 kB Progress (2): 154/208 kB | 533/571 kB Progress (2): 154/208 kB | 537/571 kB Progress (2): 154/208 kB | 541/571 kB Progress (2): 154/208 kB | 545/571 kB Progress (2): 154/208 kB | 549/571 kB Progress (2): 154/208 kB | 553/571 kB Progress (2): 154/208 kB | 557/571 kB Progress (2): 154/208 kB | 561/571 kB Progress (2): 154/208 kB | 565/571 kB Progress (2): 154/208 kB | 569/571 kB Progress (2): 154/208 kB | 571 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 490 kB/s) Progress (1): 158/208 kB Progress (1): 162/208 kB Progress (1): 166/208 kB Progress (1): 170/208 kB Progress (1): 174/208 kB Progress (1): 178/208 kB Progress (1): 182/208 kB Progress (1): 186/208 kB Progress (1): 190/208 kB Progress (1): 194/208 kB Progress (1): 198/208 kB Progress (1): 202/208 kB Progress (1): 206/208 kB Progress (1): 208 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 175 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxr-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxr-ri-master-build/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxr-impl --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jaxr-impl --- 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 68 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 108 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 156 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 395 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 102 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 952 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 77 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 137 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 242 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 158 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 180 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 58 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 51 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 288 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 65 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 139 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 105 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 45 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 65 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 99 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 193 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 1.2 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 33/42 kB Progress (1): 37/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.5 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 53 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 718 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 35 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/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/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/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/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-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/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/118 kB Progress (1): 7.7/118 kB Progress (1): 12/118 kB Progress (1): 16/118 kB Progress (1): 20/118 kB Progress (1): 24/118 kB Progress (1): 28/118 kB Progress (1): 32/118 kB Progress (1): 33/118 kB Progress (1): 37/118 kB Progress (1): 41/118 kB Progress (1): 45/118 kB Progress (1): 49/118 kB Progress (1): 53/118 kB Progress (1): 57/118 kB Progress (1): 61/118 kB Progress (1): 65/118 kB Progress (1): 66/118 kB Progress (1): 70/118 kB Progress (1): 74/118 kB Progress (1): 78/118 kB Progress (1): 82/118 kB Progress (1): 86/118 kB Progress (1): 90/118 kB Progress (1): 94/118 kB Progress (1): 98/118 kB Progress (1): 102/118 kB Progress (1): 106/118 kB Progress (1): 110/118 kB Progress (1): 114/118 kB Progress (1): 118 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 4.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Progress (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/316 kB Progress (2): 13 kB | 7.7/316 kB Progress (2): 13 kB | 12/316 kB Progress (2): 13 kB | 16/316 kB Progress (2): 13 kB | 20/316 kB Progress (2): 13 kB | 24/316 kB Progress (3): 13 kB | 24/316 kB | 4.1/31 kB Progress (3): 13 kB | 28/316 kB | 4.1/31 kB Progress (3): 13 kB | 28/316 kB | 7.7/31 kB Progress (3): 13 kB | 32/316 kB | 7.7/31 kB Progress (4): 13 kB | 32/316 kB | 7.7/31 kB | 4.1/263 kB Progress (4): 13 kB | 36/316 kB | 7.7/31 kB | 4.1/263 kB Progress (4): 13 kB | 36/316 kB | 12/31 kB | 4.1/263 kB Progress (4): 13 kB | 40/316 kB | 12/31 kB | 4.1/263 kB Progress (4): 13 kB | 40/316 kB | 12/31 kB | 7.7/263 kB Progress (5): 13 kB | 40/316 kB | 12/31 kB | 7.7/263 kB | 4.1/35 kB Progress (5): 13 kB | 40/316 kB | 12/31 kB | 12/263 kB | 4.1/35 kB Progress (5): 13 kB | 40/316 kB | 16/31 kB | 12/263 kB | 4.1/35 kB Progress (5): 13 kB | 40/316 kB | 16/31 kB | 16/263 kB | 4.1/35 kB Progress (5): 13 kB | 40/316 kB | 16/31 kB | 16/263 kB | 7.7/35 kB Progress (5): 13 kB | 40/316 kB | 16/31 kB | 20/263 kB | 7.7/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 239 kB/s) Progress (4): 44/316 kB | 16/31 kB | 20/263 kB | 7.7/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Progress (4): 44/316 kB | 16/31 kB | 24/263 kB | 7.7/35 kB Progress (4): 44/316 kB | 16/31 kB | 24/263 kB | 12/35 kB Progress (4): 44/316 kB | 20/31 kB | 24/263 kB | 12/35 kB Progress (4): 44/316 kB | 20/31 kB | 24/263 kB | 16/35 kB Progress (4): 44/316 kB | 20/31 kB | 28/263 kB | 16/35 kB Progress (4): 48/316 kB | 20/31 kB | 28/263 kB | 16/35 kB Progress (4): 48/316 kB | 20/31 kB | 32/263 kB | 16/35 kB Progress (4): 48/316 kB | 20/31 kB | 32/263 kB | 20/35 kB Progress (4): 48/316 kB | 24/31 kB | 32/263 kB | 20/35 kB Progress (4): 48/316 kB | 24/31 kB | 32/263 kB | 24/35 kB Progress (4): 48/316 kB | 24/31 kB | 36/263 kB | 24/35 kB Progress (4): 52/316 kB | 24/31 kB | 36/263 kB | 24/35 kB Progress (4): 52/316 kB | 24/31 kB | 40/263 kB | 24/35 kB Progress (4): 52/316 kB | 24/31 kB | 40/263 kB | 28/35 kB Progress (4): 52/316 kB | 28/31 kB | 40/263 kB | 28/35 kB Progress (4): 52/316 kB | 28/31 kB | 40/263 kB | 32/35 kB Progress (4): 52/316 kB | 28/31 kB | 44/263 kB | 32/35 kB Progress (4): 56/316 kB | 28/31 kB | 44/263 kB | 32/35 kB Progress (4): 56/316 kB | 28/31 kB | 48/263 kB | 32/35 kB Progress (4): 56/316 kB | 28/31 kB | 48/263 kB | 35 kB Progress (4): 56/316 kB | 31 kB | 48/263 kB | 35 kB Progress (4): 56/316 kB | 31 kB | 52/263 kB | 35 kB Progress (4): 60/316 kB | 31 kB | 52/263 kB | 35 kB Progress (4): 60/316 kB | 31 kB | 56/263 kB | 35 kB Progress (4): 64/316 kB | 31 kB | 56/263 kB | 35 kB Progress (4): 64/316 kB | 31 kB | 60/263 kB | 35 kB Progress (4): 64/316 kB | 31 kB | 64/263 kB | 35 kB Progress (4): 68/316 kB | 31 kB | 64/263 kB | 35 kB Progress (4): 68/316 kB | 31 kB | 68/263 kB | 35 kB Progress (4): 72/316 kB | 31 kB | 68/263 kB | 35 kB Progress (4): 72/316 kB | 31 kB | 72/263 kB | 35 kB Progress (4): 76/316 kB | 31 kB | 72/263 kB | 35 kB Progress (5): 76/316 kB | 31 kB | 72/263 kB | 35 kB | 4.1/232 kB Progress (5): 76/316 kB | 31 kB | 76/263 kB | 35 kB | 4.1/232 kB Progress (5): 76/316 kB | 31 kB | 76/263 kB | 35 kB | 7.7/232 kB Progress (5): 80/316 kB | 31 kB | 76/263 kB | 35 kB | 7.7/232 kB Progress (5): 80/316 kB | 31 kB | 76/263 kB | 35 kB | 12/232 kB Progress (5): 80/316 kB | 31 kB | 80/263 kB | 35 kB | 12/232 kB Progress (5): 80/316 kB | 31 kB | 80/263 kB | 35 kB | 16/232 kB Progress (5): 80/316 kB | 31 kB | 84/263 kB | 35 kB | 16/232 kB Progress (5): 80/316 kB | 31 kB | 84/263 kB | 35 kB | 20/232 kB Progress (5): 84/316 kB | 31 kB | 84/263 kB | 35 kB | 20/232 kB Progress (5): 84/316 kB | 31 kB | 84/263 kB | 35 kB | 24/232 kB Progress (5): 84/316 kB | 31 kB | 88/263 kB | 35 kB | 24/232 kB Progress (5): 84/316 kB | 31 kB | 88/263 kB | 35 kB | 28/232 kB Progress (5): 88/316 kB | 31 kB | 88/263 kB | 35 kB | 28/232 kB Progress (5): 88/316 kB | 31 kB | 92/263 kB | 35 kB | 28/232 kB Progress (5): 88/316 kB | 31 kB | 92/263 kB | 35 kB | 32/232 kB Progress (5): 92/316 kB | 31 kB | 92/263 kB | 35 kB | 32/232 kB Progress (5): 92/316 kB | 31 kB | 96/263 kB | 35 kB | 32/232 kB Progress (5): 96/316 kB | 31 kB | 96/263 kB | 35 kB | 32/232 kB Progress (5): 96/316 kB | 31 kB | 96/263 kB | 35 kB | 36/232 kB Progress (5): 96/316 kB | 31 kB | 100/263 kB | 35 kB | 36/232 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 390 kB/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 349 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Progress (3): 96/316 kB | 104/263 kB | 36/232 kB Progress (3): 100/316 kB | 104/263 kB | 36/232 kB Progress (3): 100/316 kB | 104/263 kB | 40/232 kB Progress (3): 104/316 kB | 104/263 kB | 40/232 kB Progress (3): 104/316 kB | 108/263 kB | 40/232 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 (3): 108/316 kB | 108/263 kB | 40/232 kB Progress (3): 108/316 kB | 112/263 kB | 40/232 kB Progress (3): 108/316 kB | 112/263 kB | 44/232 kB Progress (3): 108/316 kB | 116/263 kB | 44/232 kB Progress (3): 112/316 kB | 116/263 kB | 44/232 kB Progress (3): 112/316 kB | 120/263 kB | 44/232 kB Progress (3): 112/316 kB | 120/263 kB | 48/232 kB Progress (3): 116/316 kB | 120/263 kB | 48/232 kB Progress (3): 116/316 kB | 124/263 kB | 48/232 kB Progress (3): 116/316 kB | 124/263 kB | 52/232 kB Progress (3): 120/316 kB | 124/263 kB | 52/232 kB Progress (3): 120/316 kB | 124/263 kB | 56/232 kB Progress (3): 120/316 kB | 128/263 kB | 56/232 kB Progress (3): 124/316 kB | 128/263 kB | 56/232 kB Progress (3): 124/316 kB | 132/263 kB | 56/232 kB Progress (3): 124/316 kB | 132/263 kB | 60/232 kB Progress (3): 124/316 kB | 136/263 kB | 60/232 kB Progress (3): 128/316 kB | 136/263 kB | 60/232 kB Progress (3): 128/316 kB | 140/263 kB | 60/232 kB Progress (3): 128/316 kB | 140/263 kB | 64/232 kB Progress (3): 128/316 kB | 144/263 kB | 64/232 kB Progress (3): 132/316 kB | 144/263 kB | 64/232 kB Progress (3): 132/316 kB | 144/263 kB | 68/232 kB Progress (3): 136/316 kB | 144/263 kB | 68/232 kB Progress (3): 136/316 kB | 148/263 kB | 68/232 kB Progress (3): 136/316 kB | 148/263 kB | 72/232 kB Progress (3): 136/316 kB | 152/263 kB | 72/232 kB Progress (3): 140/316 kB | 152/263 kB | 72/232 kB Progress (3): 140/316 kB | 152/263 kB | 76/232 kB Progress (3): 144/316 kB | 152/263 kB | 76/232 kB Progress (3): 144/316 kB | 156/263 kB | 76/232 kB Progress (3): 144/316 kB | 156/263 kB | 80/232 kB Progress (3): 148/316 kB | 156/263 kB | 80/232 kB Progress (3): 148/316 kB | 160/263 kB | 80/232 kB Progress (3): 152/316 kB | 160/263 kB | 80/232 kB Progress (3): 152/316 kB | 160/263 kB | 84/232 kB Progress (3): 152/316 kB | 164/263 kB | 84/232 kB Progress (3): 156/316 kB | 164/263 kB | 84/232 kB Progress (3): 156/316 kB | 164/263 kB | 88/232 kB Progress (3): 160/316 kB | 164/263 kB | 88/232 kB Progress (3): 160/316 kB | 168/263 kB | 88/232 kB Progress (3): 160/316 kB | 168/263 kB | 92/232 kB Progress (3): 164/316 kB | 168/263 kB | 92/232 kB Progress (3): 164/316 kB | 172/263 kB | 92/232 kB Progress (3): 164/316 kB | 172/263 kB | 96/232 kB Progress (3): 164/316 kB | 176/263 kB | 96/232 kB Progress (3): 168/316 kB | 176/263 kB | 96/232 kB Progress (3): 168/316 kB | 176/263 kB | 100/232 kB Progress (3): 168/316 kB | 180/263 kB | 100/232 kB Progress (3): 168/316 kB | 180/263 kB | 104/232 kB Progress (3): 172/316 kB | 180/263 kB | 104/232 kB Progress (3): 172/316 kB | 180/263 kB | 108/232 kB Progress (3): 172/316 kB | 184/263 kB | 108/232 kB Progress (3): 172/316 kB | 184/263 kB | 112/232 kB Progress (3): 176/316 kB | 184/263 kB | 112/232 kB Progress (3): 176/316 kB | 188/263 kB | 112/232 kB Progress (3): 176/316 kB | 188/263 kB | 116/232 kB Progress (3): 176/316 kB | 192/263 kB | 116/232 kB Progress (3): 180/316 kB | 192/263 kB | 116/232 kB Progress (3): 180/316 kB | 192/263 kB | 120/232 kB Progress (3): 184/316 kB | 192/263 kB | 120/232 kB Progress (3): 184/316 kB | 196/263 kB | 120/232 kB Progress (3): 184/316 kB | 196/263 kB | 124/232 kB Progress (3): 184/316 kB | 200/263 kB | 124/232 kB Progress (3): 188/316 kB | 200/263 kB | 124/232 kB Progress (3): 188/316 kB | 200/263 kB | 128/232 kB Progress (3): 192/316 kB | 200/263 kB | 128/232 kB Progress (3): 192/316 kB | 204/263 kB | 128/232 kB Progress (3): 192/316 kB | 204/263 kB | 132/232 kB Progress (3): 192/316 kB | 208/263 kB | 132/232 kB Progress (3): 196/316 kB | 208/263 kB | 132/232 kB Progress (3): 196/316 kB | 208/263 kB | 136/232 kB Progress (3): 200/316 kB | 208/263 kB | 136/232 kB Progress (3): 200/316 kB | 212/263 kB | 136/232 kB Progress (4): 200/316 kB | 212/263 kB | 136/232 kB | 4.1/89 kB Progress (4): 204/316 kB | 212/263 kB | 136/232 kB | 4.1/89 kB Progress (4): 204/316 kB | 216/263 kB | 136/232 kB | 4.1/89 kB Progress (4): 204/316 kB | 216/263 kB | 140/232 kB | 4.1/89 kB Progress (4): 208/316 kB | 216/263 kB | 140/232 kB | 4.1/89 kB Progress (4): 208/316 kB | 216/263 kB | 140/232 kB | 7.7/89 kB Progress (4): 208/316 kB | 216/263 kB | 144/232 kB | 7.7/89 kB Progress (4): 208/316 kB | 220/263 kB | 144/232 kB | 7.7/89 kB Progress (4): 208/316 kB | 220/263 kB | 144/232 kB | 12/89 kB Progress (4): 212/316 kB | 220/263 kB | 144/232 kB | 12/89 kB Progress (4): 212/316 kB | 220/263 kB | 144/232 kB | 16/89 kB Progress (4): 212/316 kB | 224/263 kB | 144/232 kB | 16/89 kB Progress (4): 212/316 kB | 224/263 kB | 148/232 kB | 16/89 kB Progress (4): 212/316 kB | 224/263 kB | 148/232 kB | 20/89 kB Progress (4): 216/316 kB | 224/263 kB | 148/232 kB | 20/89 kB Progress (4): 216/316 kB | 224/263 kB | 148/232 kB | 24/89 kB Progress (4): 216/316 kB | 224/263 kB | 152/232 kB | 24/89 kB Progress (4): 216/316 kB | 228/263 kB | 152/232 kB | 24/89 kB Progress (5): 216/316 kB | 228/263 kB | 152/232 kB | 24/89 kB | 4.1/122 kB Progress (5): 216/316 kB | 228/263 kB | 152/232 kB | 28/89 kB | 4.1/122 kB Progress (5): 220/316 kB | 228/263 kB | 152/232 kB | 28/89 kB | 4.1/122 kB Progress (5): 220/316 kB | 228/263 kB | 152/232 kB | 32/89 kB | 4.1/122 kB Progress (5): 220/316 kB | 228/263 kB | 152/232 kB | 32/89 kB | 7.7/122 kB Progress (5): 220/316 kB | 232/263 kB | 152/232 kB | 32/89 kB | 7.7/122 kB Progress (5): 220/316 kB | 232/263 kB | 156/232 kB | 32/89 kB | 7.7/122 kB Progress (5): 220/316 kB | 236/263 kB | 156/232 kB | 32/89 kB | 7.7/122 kB Progress (5): 220/316 kB | 236/263 kB | 156/232 kB | 32/89 kB | 12/122 kB Progress (5): 220/316 kB | 236/263 kB | 156/232 kB | 33/89 kB | 12/122 kB Progress (5): 224/316 kB | 236/263 kB | 156/232 kB | 33/89 kB | 12/122 kB Progress (5): 224/316 kB | 236/263 kB | 156/232 kB | 37/89 kB | 12/122 kB Progress (5): 228/316 kB | 236/263 kB | 156/232 kB | 37/89 kB | 12/122 kB Progress (5): 228/316 kB | 236/263 kB | 156/232 kB | 37/89 kB | 16/122 kB Progress (5): 228/316 kB | 240/263 kB | 156/232 kB | 37/89 kB | 16/122 kB Progress (5): 228/316 kB | 240/263 kB | 160/232 kB | 37/89 kB | 16/122 kB Progress (5): 228/316 kB | 240/263 kB | 160/232 kB | 37/89 kB | 20/122 kB Progress (5): 232/316 kB | 240/263 kB | 160/232 kB | 37/89 kB | 20/122 kB Progress (5): 232/316 kB | 240/263 kB | 160/232 kB | 41/89 kB | 20/122 kB Progress (5): 236/316 kB | 240/263 kB | 160/232 kB | 41/89 kB | 20/122 kB Progress (5): 236/316 kB | 240/263 kB | 160/232 kB | 41/89 kB | 24/122 kB Progress (5): 236/316 kB | 240/263 kB | 164/232 kB | 41/89 kB | 24/122 kB Progress (5): 236/316 kB | 244/263 kB | 164/232 kB | 41/89 kB | 24/122 kB Progress (5): 236/316 kB | 244/263 kB | 168/232 kB | 41/89 kB | 24/122 kB Progress (5): 236/316 kB | 244/263 kB | 168/232 kB | 41/89 kB | 28/122 kB Progress (5): 240/316 kB | 244/263 kB | 168/232 kB | 41/89 kB | 28/122 kB Progress (5): 240/316 kB | 244/263 kB | 168/232 kB | 45/89 kB | 28/122 kB Progress (5): 244/316 kB | 244/263 kB | 168/232 kB | 45/89 kB | 28/122 kB Progress (5): 244/316 kB | 244/263 kB | 168/232 kB | 45/89 kB | 32/122 kB Progress (5): 244/316 kB | 244/263 kB | 172/232 kB | 45/89 kB | 32/122 kB Progress (5): 244/316 kB | 248/263 kB | 172/232 kB | 45/89 kB | 32/122 kB Progress (5): 244/316 kB | 248/263 kB | 176/232 kB | 45/89 kB | 32/122 kB Progress (5): 244/316 kB | 248/263 kB | 176/232 kB | 45/89 kB | 33/122 kB Progress (5): 248/316 kB | 248/263 kB | 176/232 kB | 45/89 kB | 33/122 kB Progress (5): 248/316 kB | 248/263 kB | 176/232 kB | 49/89 kB | 33/122 kB Progress (5): 252/316 kB | 248/263 kB | 176/232 kB | 49/89 kB | 33/122 kB Progress (5): 252/316 kB | 248/263 kB | 176/232 kB | 53/89 kB | 33/122 kB Progress (5): 252/316 kB | 248/263 kB | 176/232 kB | 53/89 kB | 37/122 kB Progress (5): 252/316 kB | 248/263 kB | 180/232 kB | 53/89 kB | 37/122 kB Progress (5): 252/316 kB | 252/263 kB | 180/232 kB | 53/89 kB | 37/122 kB Progress (5): 252/316 kB | 252/263 kB | 184/232 kB | 53/89 kB | 37/122 kB Progress (5): 252/316 kB | 252/263 kB | 184/232 kB | 53/89 kB | 41/122 kB Progress (5): 252/316 kB | 252/263 kB | 184/232 kB | 57/89 kB | 41/122 kB Progress (5): 256/316 kB | 252/263 kB | 184/232 kB | 57/89 kB | 41/122 kB Progress (5): 256/316 kB | 252/263 kB | 184/232 kB | 57/89 kB | 45/122 kB Progress (5): 256/316 kB | 252/263 kB | 188/232 kB | 57/89 kB | 45/122 kB Progress (5): 256/316 kB | 256/263 kB | 188/232 kB | 57/89 kB | 45/122 kB Progress (5): 256/316 kB | 256/263 kB | 192/232 kB | 57/89 kB | 45/122 kB Progress (5): 256/316 kB | 256/263 kB | 192/232 kB | 57/89 kB | 49/122 kB Progress (5): 260/316 kB | 256/263 kB | 192/232 kB | 57/89 kB | 49/122 kB Progress (5): 260/316 kB | 256/263 kB | 192/232 kB | 61/89 kB | 49/122 kB Progress (5): 260/316 kB | 256/263 kB | 192/232 kB | 61/89 kB | 53/122 kB Progress (5): 264/316 kB | 256/263 kB | 192/232 kB | 61/89 kB | 53/122 kB Progress (5): 264/316 kB | 256/263 kB | 196/232 kB | 61/89 kB | 53/122 kB Progress (5): 264/316 kB | 260/263 kB | 196/232 kB | 61/89 kB | 53/122 kB Progress (5): 264/316 kB | 260/263 kB | 200/232 kB | 61/89 kB | 53/122 kB Progress (5): 268/316 kB | 260/263 kB | 200/232 kB | 61/89 kB | 53/122 kB Progress (5): 268/316 kB | 260/263 kB | 204/232 kB | 61/89 kB | 53/122 kB Progress (5): 268/316 kB | 260/263 kB | 204/232 kB | 61/89 kB | 57/122 kB Progress (5): 268/316 kB | 260/263 kB | 204/232 kB | 65/89 kB | 57/122 kB Progress (5): 268/316 kB | 260/263 kB | 208/232 kB | 65/89 kB | 57/122 kB Progress (5): 272/316 kB | 260/263 kB | 208/232 kB | 65/89 kB | 57/122 kB Progress (5): 272/316 kB | 260/263 kB | 212/232 kB | 65/89 kB | 57/122 kB Progress (5): 276/316 kB | 260/263 kB | 212/232 kB | 65/89 kB | 57/122 kB Progress (5): 276/316 kB | 263 kB | 212/232 kB | 65/89 kB | 57/122 kB Progress (5): 280/316 kB | 263 kB | 212/232 kB | 65/89 kB | 57/122 kB Progress (5): 280/316 kB | 263 kB | 216/232 kB | 65/89 kB | 57/122 kB Progress (5): 280/316 kB | 263 kB | 216/232 kB | 66/89 kB | 57/122 kB Progress (5): 280/316 kB | 263 kB | 216/232 kB | 66/89 kB | 61/122 kB Progress (5): 280/316 kB | 263 kB | 216/232 kB | 70/89 kB | 61/122 kB Progress (5): 280/316 kB | 263 kB | 220/232 kB | 70/89 kB | 61/122 kB Progress (5): 284/316 kB | 263 kB | 220/232 kB | 70/89 kB | 61/122 kB Progress (5): 284/316 kB | 263 kB | 224/232 kB | 70/89 kB | 61/122 kB Progress (5): 284/316 kB | 263 kB | 224/232 kB | 74/89 kB | 61/122 kB Progress (5): 284/316 kB | 263 kB | 228/232 kB | 74/89 kB | 61/122 kB Progress (5): 284/316 kB | 263 kB | 228/232 kB | 78/89 kB | 61/122 kB Progress (5): 284/316 kB | 263 kB | 228/232 kB | 78/89 kB | 65/122 kB Progress (5): 284/316 kB | 263 kB | 228/232 kB | 82/89 kB | 65/122 kB Progress (5): 284/316 kB | 263 kB | 232/232 kB | 82/89 kB | 65/122 kB Progress (5): 288/316 kB | 263 kB | 232/232 kB | 82/89 kB | 65/122 kB Progress (5): 288/316 kB | 263 kB | 232 kB | 82/89 kB | 65/122 kB Progress (5): 292/316 kB | 263 kB | 232 kB | 82/89 kB | 65/122 kB Progress (5): 292/316 kB | 263 kB | 232 kB | 86/89 kB | 65/122 kB Progress (5): 292/316 kB | 263 kB | 232 kB | 86/89 kB | 66/122 kB Progress (5): 292/316 kB | 263 kB | 232 kB | 89 kB | 66/122 kB Progress (5): 292/316 kB | 263 kB | 232 kB | 89 kB | 70/122 kB Progress (5): 292/316 kB | 263 kB | 232 kB | 89 kB | 74/122 kB Progress (5): 292/316 kB | 263 kB | 232 kB | 89 kB | 78/122 kB Progress (5): 292/316 kB | 263 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/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 1.4 MB/s) Progress (4): 296/316 kB | 232 kB | 89 kB | 82/122 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 (4): 296/316 kB | 232 kB | 89 kB | 86/122 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 1.2 MB/s) Progress (3): 296/316 kB | 89 kB | 90/122 kB Progress (3): 300/316 kB | 89 kB | 90/122 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Progress (3): 300/316 kB | 89 kB | 94/122 kB Progress (3): 304/316 kB | 89 kB | 94/122 kB Progress (3): 304/316 kB | 89 kB | 98/122 kB Progress (3): 308/316 kB | 89 kB | 98/122 kB Progress (3): 312/316 kB | 89 kB | 98/122 kB Progress (3): 312/316 kB | 89 kB | 102/122 kB Progress (3): 316/316 kB | 89 kB | 102/122 kB Progress (3): 316/316 kB | 89 kB | 106/122 kB Progress (3): 316 kB | 89 kB | 106/122 kB Progress (3): 316 kB | 89 kB | 110/122 kB Progress (3): 316 kB | 89 kB | 114/122 kB Progress (3): 316 kB | 89 kB | 118/122 kB Progress (3): 316 kB | 89 kB | 122/122 kB Progress (3): 316 kB | 89 kB | 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 456 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Progress (2): 122 kB | 4.1/49 kB Progress (2): 122 kB | 7.7/49 kB Progress (2): 122 kB | 12/49 kB Progress (2): 122 kB | 16/49 kB Progress (2): 122 kB | 20/49 kB Progress (2): 122 kB | 24/49 kB Progress (2): 122 kB | 28/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 (3): 122 kB | 48/49 kB | 4.1/35 kB Progress (3): 122 kB | 49 kB | 4.1/35 kB Progress (3): 122 kB | 49 kB | 7.7/35 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 588 kB/s) Progress (2): 49 kB | 12/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Progress (2): 49 kB | 16/35 kB Progress (3): 49 kB | 16/35 kB | 4.1/87 kB Progress (3): 49 kB | 20/35 kB | 4.1/87 kB Progress (3): 49 kB | 20/35 kB | 7.7/87 kB Progress (3): 49 kB | 24/35 kB | 7.7/87 kB Progress (4): 49 kB | 24/35 kB | 7.7/87 kB | 4.1/58 kB Progress (4): 49 kB | 24/35 kB | 12/87 kB | 4.1/58 kB Progress (4): 49 kB | 24/35 kB | 12/87 kB | 7.7/58 kB Progress (4): 49 kB | 28/35 kB | 12/87 kB | 7.7/58 kB Progress (4): 49 kB | 28/35 kB | 16/87 kB | 7.7/58 kB Progress (4): 49 kB | 32/35 kB | 16/87 kB | 7.7/58 kB Progress (4): 49 kB | 32/35 kB | 16/87 kB | 12/58 kB Progress (4): 49 kB | 35 kB | 16/87 kB | 12/58 kB Progress (4): 49 kB | 35 kB | 20/87 kB | 12/58 kB Progress (4): 49 kB | 35 kB | 20/87 kB | 16/58 kB Progress (4): 49 kB | 35 kB | 24/87 kB | 16/58 kB Progress (4): 49 kB | 35 kB | 24/87 kB | 20/58 kB Progress (4): 49 kB | 35 kB | 28/87 kB | 20/58 kB Progress (4): 49 kB | 35 kB | 28/87 kB | 24/58 kB Progress (4): 49 kB | 35 kB | 32/87 kB | 24/58 kB Progress (4): 49 kB | 35 kB | 32/87 kB | 28/58 kB Progress (4): 49 kB | 35 kB | 33/87 kB | 28/58 kB Progress (4): 49 kB | 35 kB | 33/87 kB | 32/58 kB Progress (4): 49 kB | 35 kB | 33/87 kB | 33/58 kB Progress (4): 49 kB | 35 kB | 33/87 kB | 37/58 kB Progress (5): 49 kB | 35 kB | 33/87 kB | 37/58 kB | 4.1/29 kB Progress (5): 49 kB | 35 kB | 37/87 kB | 37/58 kB | 4.1/29 kB Progress (5): 49 kB | 35 kB | 37/87 kB | 37/58 kB | 7.7/29 kB Progress (5): 49 kB | 35 kB | 37/87 kB | 41/58 kB | 7.7/29 kB Progress (5): 49 kB | 35 kB | 37/87 kB | 41/58 kB | 12/29 kB Progress (5): 49 kB | 35 kB | 41/87 kB | 41/58 kB | 12/29 kB Progress (5): 49 kB | 35 kB | 41/87 kB | 41/58 kB | 16/29 kB Progress (5): 49 kB | 35 kB | 41/87 kB | 45/58 kB | 16/29 kB Progress (5): 49 kB | 35 kB | 41/87 kB | 45/58 kB | 20/29 kB Progress (5): 49 kB | 35 kB | 45/87 kB | 45/58 kB | 20/29 kB Progress (5): 49 kB | 35 kB | 45/87 kB | 45/58 kB | 24/29 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 163 kB/s) Progress (4): 49 kB | 45/87 kB | 49/58 kB | 24/29 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 (4): 49 kB | 45/87 kB | 49/58 kB | 28/29 kB Progress (4): 49 kB | 49/87 kB | 49/58 kB | 28/29 kB Progress (4): 49 kB | 49/87 kB | 49/58 kB | 29 kB Progress (4): 49 kB | 49/87 kB | 53/58 kB | 29 kB Progress (4): 49 kB | 53/87 kB | 53/58 kB | 29 kB Progress (4): 49 kB | 53/87 kB | 57/58 kB | 29 kB Progress (4): 49 kB | 57/87 kB | 57/58 kB | 29 kB Progress (4): 49 kB | 57/87 kB | 58 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 222 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 Progress (3): 61/87 kB | 58 kB | 29 kB Progress (3): 65/87 kB | 58 kB | 29 kB Progress (3): 66/87 kB | 58 kB | 29 kB Progress (4): 66/87 kB | 58 kB | 29 kB | 4.1/160 kB Progress (4): 70/87 kB | 58 kB | 29 kB | 4.1/160 kB Progress (4): 70/87 kB | 58 kB | 29 kB | 7.7/160 kB Progress (4): 74/87 kB | 58 kB | 29 kB | 7.7/160 kB Progress (4): 74/87 kB | 58 kB | 29 kB | 12/160 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 100 kB/s) Progress (3): 78/87 kB | 58 kB | 12/160 kB Progress (3): 78/87 kB | 58 kB | 16/160 kB Progress (3): 82/87 kB | 58 kB | 16/160 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Progress (3): 86/87 kB | 58 kB | 16/160 kB Progress (3): 86/87 kB | 58 kB | 20/160 kB Progress (3): 87 kB | 58 kB | 20/160 kB Progress (3): 87 kB | 58 kB | 24/160 kB Progress (3): 87 kB | 58 kB | 28/160 kB Progress (3): 87 kB | 58 kB | 32/160 kB Progress (3): 87 kB | 58 kB | 33/160 kB Progress (3): 87 kB | 58 kB | 37/160 kB Progress (3): 87 kB | 58 kB | 41/160 kB Progress (3): 87 kB | 58 kB | 45/160 kB Progress (3): 87 kB | 58 kB | 49/160 kB Progress (3): 87 kB | 58 kB | 53/160 kB Progress (3): 87 kB | 58 kB | 57/160 kB Progress (3): 87 kB | 58 kB | 61/160 kB Progress (3): 87 kB | 58 kB | 65/160 kB Progress (3): 87 kB | 58 kB | 66/160 kB Progress (3): 87 kB | 58 kB | 70/160 kB Progress (3): 87 kB | 58 kB | 74/160 kB Progress (3): 87 kB | 58 kB | 78/160 kB Progress (3): 87 kB | 58 kB | 82/160 kB Progress (3): 87 kB | 58 kB | 86/160 kB Progress (3): 87 kB | 58 kB | 90/160 kB Progress (3): 87 kB | 58 kB | 94/160 kB Progress (3): 87 kB | 58 kB | 98/160 kB Progress (3): 87 kB | 58 kB | 102/160 kB Progress (3): 87 kB | 58 kB | 106/160 kB Progress (3): 87 kB | 58 kB | 110/160 kB Progress (3): 87 kB | 58 kB | 114/160 kB Progress (3): 87 kB | 58 kB | 118/160 kB Progress (3): 87 kB | 58 kB | 122/160 kB Progress (3): 87 kB | 58 kB | 126/160 kB Progress (3): 87 kB | 58 kB | 130/160 kB Progress (3): 87 kB | 58 kB | 134/160 kB Progress (3): 87 kB | 58 kB | 138/160 kB Progress (3): 87 kB | 58 kB | 142/160 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 193 kB/s) Progress (3): 87 kB | 142/160 kB | 4.1/21 kB Progress (3): 87 kB | 146/160 kB | 4.1/21 kB Progress (3): 87 kB | 146/160 kB | 7.7/21 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Progress (3): 87 kB | 146/160 kB | 12/21 kB Progress (3): 87 kB | 150/160 kB | 12/21 kB Progress (3): 87 kB | 150/160 kB | 16/21 kB Progress (3): 87 kB | 154/160 kB | 16/21 kB Progress (3): 87 kB | 154/160 kB | 20/21 kB Progress (3): 87 kB | 158/160 kB | 20/21 kB Progress (3): 87 kB | 158/160 kB | 21 kB Progress (3): 87 kB | 160 kB | 21 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 288 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 518 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar 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 67 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 (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/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 31 kB/s) Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (2): 7.7/25 kB | 4.1/14 kB Progress (2): 7.7/25 kB | 7.7/14 kB Progress (2): 7.7/25 kB | 12/14 kB Progress (2): 7.7/25 kB | 14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Progress (2): 12/25 kB | 14 kB Progress (3): 12/25 kB | 14 kB | 4.1/10 kB Progress (3): 16/25 kB | 14 kB | 4.1/10 kB Progress (4): 16/25 kB | 14 kB | 4.1/10 kB | 4.1/37 kB Progress (4): 16/25 kB | 14 kB | 7.7/10 kB | 4.1/37 kB Progress (4): 20/25 kB | 14 kB | 7.7/10 kB | 4.1/37 kB Progress (4): 20/25 kB | 14 kB | 7.7/10 kB | 7.7/37 kB Progress (4): 24/25 kB | 14 kB | 7.7/10 kB | 7.7/37 kB Progress (4): 24/25 kB | 14 kB | 10 kB | 7.7/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 7.7/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 12/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 16/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 20/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 24/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 28/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 32/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 33/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 37/37 kB Progress (4): 25 kB | 14 kB | 10 kB | 37 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 26 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 62 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 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 92 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 33 kB/s) Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Progress (2): 14 kB | 4.1/38 kB Progress (2): 14 kB | 7.7/38 kB Progress (2): 14 kB | 12/38 kB Progress (2): 14 kB | 16/38 kB Progress (2): 14 kB | 20/38 kB Progress (2): 14 kB | 24/38 kB Progress (2): 14 kB | 28/38 kB Progress (2): 14 kB | 32/38 kB Progress (2): 14 kB | 33/38 kB Progress (2): 14 kB | 37/38 kB Progress (2): 14 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 86 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 32 kB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.1:jar (default-jar) @ jaxr-impl --- Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 14 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 269 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.3 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.pom (4.3 kB at 290 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom (4.6 kB at 199 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom (5.3 kB at 333 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 133 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 368 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.5 MB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 785 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.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/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 661 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 83 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 81 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.5/xz-1.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Progress (2): 4.3 kB | 4.1/154 kB Progress (2): 4.3 kB | 7.7/154 kB Progress (2): 4.3 kB | 12/154 kB Progress (2): 4.3 kB | 16/154 kB Progress (2): 4.3 kB | 20/154 kB Progress (2): 4.3 kB | 24/154 kB Progress (2): 4.3 kB | 28/154 kB Progress (2): 4.3 kB | 32/154 kB Progress (2): 4.3 kB | 33/154 kB Progress (2): 4.3 kB | 37/154 kB Progress (2): 4.3 kB | 41/154 kB Progress (2): 4.3 kB | 45/154 kB Progress (2): 4.3 kB | 49/154 kB Progress (2): 4.3 kB | 53/154 kB Progress (3): 4.3 kB | 53/154 kB | 4.1/185 kB Progress (3): 4.3 kB | 57/154 kB | 4.1/185 kB Progress (3): 4.3 kB | 57/154 kB | 7.7/185 kB Progress (3): 4.3 kB | 61/154 kB | 7.7/185 kB Progress (3): 4.3 kB | 61/154 kB | 12/185 kB Progress (3): 4.3 kB | 65/154 kB | 12/185 kB Progress (3): 4.3 kB | 65/154 kB | 16/185 kB Progress (3): 4.3 kB | 66/154 kB | 16/185 kB Progress (3): 4.3 kB | 66/154 kB | 20/185 kB Progress (3): 4.3 kB | 70/154 kB | 20/185 kB Progress (3): 4.3 kB | 70/154 kB | 24/185 kB Progress (3): 4.3 kB | 74/154 kB | 24/185 kB Progress (3): 4.3 kB | 74/154 kB | 28/185 kB Progress (3): 4.3 kB | 78/154 kB | 28/185 kB Progress (3): 4.3 kB | 78/154 kB | 32/185 kB Progress (3): 4.3 kB | 82/154 kB | 32/185 kB Progress (3): 4.3 kB | 82/154 kB | 33/185 kB Progress (3): 4.3 kB | 86/154 kB | 33/185 kB Progress (3): 4.3 kB | 86/154 kB | 37/185 kB Progress (3): 4.3 kB | 90/154 kB | 37/185 kB Progress (3): 4.3 kB | 90/154 kB | 41/185 kB Progress (3): 4.3 kB | 94/154 kB | 41/185 kB Progress (3): 4.3 kB | 94/154 kB | 45/185 kB Progress (3): 4.3 kB | 98/154 kB | 45/185 kB Progress (3): 4.3 kB | 98/154 kB | 49/185 kB Progress (3): 4.3 kB | 98/154 kB | 49/185 kB Progress (3): 4.3 kB | 98/154 kB | 53/185 kB Progress (3): 4.3 kB | 102/154 kB | 53/185 kB Progress (3): 4.3 kB | 102/154 kB | 57/185 kB Progress (3): 4.3 kB | 106/154 kB | 57/185 kB Progress (3): 4.3 kB | 106/154 kB | 61/185 kB Progress (3): 4.3 kB | 110/154 kB | 61/185 kB Progress (3): 4.3 kB | 110/154 kB | 65/185 kB Progress (3): 4.3 kB | 114/154 kB | 65/185 kB Progress (3): 4.3 kB | 114/154 kB | 66/185 kB Progress (3): 4.3 kB | 118/154 kB | 66/185 kB Progress (3): 4.3 kB | 118/154 kB | 70/185 kB Progress (3): 4.3 kB | 122/154 kB | 70/185 kB Progress (3): 4.3 kB | 122/154 kB | 74/185 kB Progress (3): 4.3 kB | 126/154 kB | 74/185 kB Progress (3): 4.3 kB | 126/154 kB | 78/185 kB Progress (3): 4.3 kB | 130/154 kB | 78/185 kB Progress (3): 4.3 kB | 130/154 kB | 82/185 kB Progress (3): 4.3 kB | 134/154 kB | 82/185 kB Progress (3): 4.3 kB | 134/154 kB | 86/185 kB Progress (3): 4.3 kB | 138/154 kB | 86/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 138 kB/s) Progress (3): 138/154 kB | 86/185 kB | 4.1/86 kB Progress (3): 142/154 kB | 86/185 kB | 4.1/86 kB Progress (3): 142/154 kB | 90/185 kB | 4.1/86 kB Progress (3): 146/154 kB | 90/185 kB | 4.1/86 kB Progress (3): 146/154 kB | 90/185 kB | 7.7/86 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Progress (3): 146/154 kB | 90/185 kB | 12/86 kB Progress (3): 150/154 kB | 90/185 kB | 12/86 kB Progress (3): 150/154 kB | 94/185 kB | 12/86 kB Progress (3): 154/154 kB | 94/185 kB | 12/86 kB Progress (3): 154/154 kB | 94/185 kB | 16/86 kB Progress (3): 154 kB | 94/185 kB | 16/86 kB Progress (3): 154 kB | 98/185 kB | 16/86 kB Progress (3): 154 kB | 98/185 kB | 20/86 kB Progress (3): 154 kB | 98/185 kB | 20/86 kB Progress (4): 154 kB | 98/185 kB | 20/86 kB | 4.1/24 kB Progress (4): 154 kB | 98/185 kB | 24/86 kB | 4.1/24 kB Progress (4): 154 kB | 98/185 kB | 24/86 kB | 7.7/24 kB Progress (4): 154 kB | 102/185 kB | 24/86 kB | 7.7/24 kB Progress (4): 154 kB | 102/185 kB | 28/86 kB | 7.7/24 kB Progress (4): 154 kB | 106/185 kB | 28/86 kB | 7.7/24 kB Progress (4): 154 kB | 106/185 kB | 32/86 kB | 7.7/24 kB Progress (4): 154 kB | 110/185 kB | 32/86 kB | 7.7/24 kB Progress (4): 154 kB | 110/185 kB | 33/86 kB | 7.7/24 kB Progress (4): 154 kB | 110/185 kB | 33/86 kB | 12/24 kB Progress (4): 154 kB | 114/185 kB | 33/86 kB | 12/24 kB Progress (4): 154 kB | 114/185 kB | 33/86 kB | 16/24 kB Progress (4): 154 kB | 118/185 kB | 33/86 kB | 16/24 kB Progress (4): 154 kB | 118/185 kB | 37/86 kB | 16/24 kB Progress (4): 154 kB | 118/185 kB | 37/86 kB | 20/24 kB Progress (4): 154 kB | 122/185 kB | 37/86 kB | 20/24 kB Progress (4): 154 kB | 122/185 kB | 37/86 kB | 24/24 kB Progress (4): 154 kB | 126/185 kB | 37/86 kB | 24/24 kB Progress (4): 154 kB | 126/185 kB | 41/86 kB | 24/24 kB Progress (4): 154 kB | 130/185 kB | 41/86 kB | 24/24 kB Progress (4): 154 kB | 130/185 kB | 41/86 kB | 24 kB Progress (4): 154 kB | 134/185 kB | 41/86 kB | 24 kB Progress (4): 154 kB | 134/185 kB | 45/86 kB | 24 kB Progress (4): 154 kB | 138/185 kB | 45/86 kB | 24 kB Progress (4): 154 kB | 138/185 kB | 49/86 kB | 24 kB Progress (4): 154 kB | 142/185 kB | 49/86 kB | 24 kB Progress (4): 154 kB | 146/185 kB | 49/86 kB | 24 kB Progress (4): 154 kB | 146/185 kB | 53/86 kB | 24 kB Progress (4): 154 kB | 150/185 kB | 53/86 kB | 24 kB Progress (4): 154 kB | 150/185 kB | 57/86 kB | 24 kB Progress (4): 154 kB | 154/185 kB | 57/86 kB | 24 kB Progress (4): 154 kB | 154/185 kB | 61/86 kB | 24 kB Progress (4): 154 kB | 158/185 kB | 61/86 kB | 24 kB Progress (4): 154 kB | 158/185 kB | 65/86 kB | 24 kB Progress (4): 154 kB | 162/185 kB | 65/86 kB | 24 kB Progress (4): 154 kB | 162/185 kB | 69/86 kB | 24 kB Progress (4): 154 kB | 166/185 kB | 69/86 kB | 24 kB Progress (4): 154 kB | 166/185 kB | 73/86 kB | 24 kB Progress (4): 154 kB | 170/185 kB | 73/86 kB | 24 kB Progress (4): 154 kB | 170/185 kB | 77/86 kB | 24 kB Progress (4): 154 kB | 174/185 kB | 77/86 kB | 24 kB Progress (4): 154 kB | 174/185 kB | 81/86 kB | 24 kB Progress (4): 154 kB | 178/185 kB | 81/86 kB | 24 kB Progress (4): 154 kB | 182/185 kB | 81/86 kB | 24 kB Progress (4): 154 kB | 182/185 kB | 85/86 kB | 24 kB Progress (4): 154 kB | 185 kB | 85/86 kB | 24 kB Progress (4): 154 kB | 185 kB | 86 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (154 kB at 3.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 185 kB | 86 kB | 24 kB | 4.1/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 7.7/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 12/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 16/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 20/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 24/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 28/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 32/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 33/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 37/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 41/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 45/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 49/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 53/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 57/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 61/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 65/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 66/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 70/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 74/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 78/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 82/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 86/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 90/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 94/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 98/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 98/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 102/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 106/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 110/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 114/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 118/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 122/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 126/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 130/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 131/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 135/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 139/426 kB Progress (4): 185 kB | 86 kB | 24 kB | 143/426 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.jar (24 kB at 457 kB/s) Progress (4): 185 kB | 86 kB | 143/426 kB | 4.1/58 kB Progress (4): 185 kB | 86 kB | 147/426 kB | 4.1/58 kB Progress (4): 185 kB | 86 kB | 147/426 kB | 7.7/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (4): 185 kB | 86 kB | 147/426 kB | 12/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar (185 kB at 3.4 MB/s) Progress (3): 86 kB | 151/426 kB | 12/58 kB Progress (3): 86 kB | 151/426 kB | 16/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 1.6 MB/s) Progress (2): 151/426 kB | 20/58 kB Progress (2): 155/426 kB | 20/58 kB Progress (2): 155/426 kB | 24/58 kB Progress (2): 159/426 kB | 24/58 kB Progress (2): 159/426 kB | 28/58 kB Progress (2): 163/426 kB | 28/58 kB Progress (2): 163/426 kB | 32/58 kB Progress (2): 163/426 kB | 33/58 kB Progress (2): 167/426 kB | 33/58 kB Progress (2): 171/426 kB | 33/58 kB Progress (2): 175/426 kB | 33/58 kB Progress (2): 179/426 kB | 33/58 kB Progress (2): 183/426 kB | 33/58 kB Progress (2): 187/426 kB | 33/58 kB Progress (2): 191/426 kB | 33/58 kB Progress (2): 195/426 kB | 33/58 kB Progress (2): 195/426 kB | 37/58 kB Progress (2): 199/426 kB | 37/58 kB Progress (2): 199/426 kB | 41/58 kB Progress (2): 203/426 kB | 41/58 kB Progress (2): 203/426 kB | 45/58 kB Progress (2): 207/426 kB | 45/58 kB Progress (2): 207/426 kB | 49/58 kB Progress (2): 211/426 kB | 49/58 kB Progress (2): 211/426 kB | 53/58 kB Progress (2): 215/426 kB | 53/58 kB Progress (2): 215/426 kB | 57/58 kB Progress (2): 219/426 kB | 57/58 kB Progress (2): 219/426 kB | 58 kB Progress (2): 223/426 kB | 58 kB Progress (2): 227/426 kB | 58 kB Progress (2): 231/426 kB | 58 kB Progress (2): 235/426 kB | 58 kB Progress (2): 239/426 kB | 58 kB Progress (3): 239/426 kB | 58 kB | 4.1/100 kB Progress (3): 243/426 kB | 58 kB | 4.1/100 kB Progress (3): 243/426 kB | 58 kB | 7.7/100 kB Progress (3): 247/426 kB | 58 kB | 7.7/100 kB Progress (3): 247/426 kB | 58 kB | 12/100 kB Progress (3): 251/426 kB | 58 kB | 12/100 kB Progress (3): 251/426 kB | 58 kB | 16/100 kB Progress (3): 255/426 kB | 58 kB | 16/100 kB Progress (3): 255/426 kB | 58 kB | 20/100 kB Progress (3): 259/426 kB | 58 kB | 20/100 kB Progress (3): 263/426 kB | 58 kB | 20/100 kB Progress (3): 267/426 kB | 58 kB | 20/100 kB Progress (3): 271/426 kB | 58 kB | 20/100 kB Progress (3): 275/426 kB | 58 kB | 20/100 kB Progress (3): 279/426 kB | 58 kB | 20/100 kB Progress (3): 279/426 kB | 58 kB | 24/100 kB Progress (3): 283/426 kB | 58 kB | 24/100 kB Progress (3): 283/426 kB | 58 kB | 28/100 kB Progress (3): 287/426 kB | 58 kB | 28/100 kB Progress (3): 287/426 kB | 58 kB | 32/100 kB Progress (3): 291/426 kB | 58 kB | 32/100 kB Progress (3): 291/426 kB | 58 kB | 33/100 kB Progress (3): 295/426 kB | 58 kB | 33/100 kB Progress (3): 295/426 kB | 58 kB | 37/100 kB Progress (3): 299/426 kB | 58 kB | 37/100 kB Progress (3): 299/426 kB | 58 kB | 41/100 kB Progress (3): 303/426 kB | 58 kB | 41/100 kB Progress (3): 303/426 kB | 58 kB | 45/100 kB Progress (3): 307/426 kB | 58 kB | 45/100 kB Progress (3): 307/426 kB | 58 kB | 49/100 kB Progress (3): 311/426 kB | 58 kB | 49/100 kB Progress (3): 311/426 kB | 58 kB | 53/100 kB Progress (3): 315/426 kB | 58 kB | 53/100 kB Progress (3): 315/426 kB | 58 kB | 57/100 kB Progress (3): 319/426 kB | 58 kB | 57/100 kB Progress (3): 319/426 kB | 58 kB | 61/100 kB Progress (3): 323/426 kB | 58 kB | 61/100 kB Progress (3): 323/426 kB | 58 kB | 65/100 kB Progress (3): 323/426 kB | 58 kB | 66/100 kB Progress (3): 327/426 kB | 58 kB | 66/100 kB Progress (3): 331/426 kB | 58 kB | 66/100 kB Progress (3): 331/426 kB | 58 kB | 70/100 kB Progress (3): 331/426 kB | 58 kB | 74/100 kB Progress (3): 335/426 kB | 58 kB | 74/100 kB Progress (3): 339/426 kB | 58 kB | 74/100 kB Progress (3): 339/426 kB | 58 kB | 78/100 kB Progress (3): 339/426 kB | 58 kB | 82/100 kB Progress (3): 343/426 kB | 58 kB | 82/100 kB Progress (3): 347/426 kB | 58 kB | 82/100 kB Progress (3): 347/426 kB | 58 kB | 86/100 kB Progress (3): 347/426 kB | 58 kB | 90/100 kB Progress (3): 351/426 kB | 58 kB | 90/100 kB Progress (3): 355/426 kB | 58 kB | 90/100 kB Progress (3): 355/426 kB | 58 kB | 94/100 kB Progress (3): 355/426 kB | 58 kB | 98/100 kB Progress (3): 359/426 kB | 58 kB | 98/100 kB Progress (3): 359/426 kB | 58 kB | 98/100 kB Progress (3): 363/426 kB | 58 kB | 98/100 kB Progress (3): 363/426 kB | 58 kB | 100 kB Progress (3): 367/426 kB | 58 kB | 100 kB Progress (3): 371/426 kB | 58 kB | 100 kB Progress (3): 375/426 kB | 58 kB | 100 kB Progress (3): 379/426 kB | 58 kB | 100 kB Progress (3): 383/426 kB | 58 kB | 100 kB Progress (3): 387/426 kB | 58 kB | 100 kB Progress (3): 391/426 kB | 58 kB | 100 kB Progress (3): 395/426 kB | 58 kB | 100 kB Progress (3): 399/426 kB | 58 kB | 100 kB Progress (3): 403/426 kB | 58 kB | 100 kB Progress (3): 407/426 kB | 58 kB | 100 kB Progress (3): 411/426 kB | 58 kB | 100 kB Progress (3): 415/426 kB | 58 kB | 100 kB Progress (3): 419/426 kB | 58 kB | 100 kB Progress (3): 423/426 kB | 58 kB | 100 kB Progress (3): 426 kB | 58 kB | 100 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 913 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 3.7 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 467 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/jaxr-ri-master-build/target/jaxr-impl-1.0.9-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxr-impl --- 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 126 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 776 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 71 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 276 kB/s) Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-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 148 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.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 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 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/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (2): 12/38 kB | 4.1/230 kB Progress (2): 16/38 kB | 4.1/230 kB Progress (2): 16/38 kB | 7.7/230 kB Progress (2): 20/38 kB | 7.7/230 kB Progress (2): 20/38 kB | 12/230 kB Progress (2): 24/38 kB | 12/230 kB Progress (2): 24/38 kB | 16/230 kB Progress (2): 28/38 kB | 16/230 kB Progress (2): 28/38 kB | 20/230 kB Progress (2): 32/38 kB | 20/230 kB Progress (2): 32/38 kB | 24/230 kB Progress (2): 36/38 kB | 24/230 kB Progress (2): 38 kB | 24/230 kB Progress (2): 38 kB | 28/230 kB Progress (2): 38 kB | 32/230 kB Progress (2): 38 kB | 36/230 kB Progress (2): 38 kB | 40/230 kB Progress (3): 38 kB | 40/230 kB | 4.1/12 kB Progress (3): 38 kB | 44/230 kB | 4.1/12 kB Progress (3): 38 kB | 44/230 kB | 7.7/12 kB Progress (3): 38 kB | 48/230 kB | 7.7/12 kB Progress (3): 38 kB | 48/230 kB | 12/12 kB Progress (3): 38 kB | 48/230 kB | 12 kB Progress (3): 38 kB | 52/230 kB | 12 kB Progress (3): 38 kB | 56/230 kB | 12 kB Progress (3): 38 kB | 60/230 kB | 12 kB Progress (3): 38 kB | 64/230 kB | 12 kB Progress (3): 38 kB | 68/230 kB | 12 kB Progress (3): 38 kB | 72/230 kB | 12 kB Progress (3): 38 kB | 76/230 kB | 12 kB Progress (3): 38 kB | 80/230 kB | 12 kB Progress (3): 38 kB | 84/230 kB | 12 kB Progress (3): 38 kB | 88/230 kB | 12 kB Progress (3): 38 kB | 92/230 kB | 12 kB Progress (3): 38 kB | 96/230 kB | 12 kB Progress (3): 38 kB | 100/230 kB | 12 kB Progress (3): 38 kB | 104/230 kB | 12 kB Progress (3): 38 kB | 108/230 kB | 12 kB Progress (3): 38 kB | 112/230 kB | 12 kB Progress (3): 38 kB | 116/230 kB | 12 kB Progress (3): 38 kB | 120/230 kB | 12 kB Progress (3): 38 kB | 124/230 kB | 12 kB Progress (3): 38 kB | 128/230 kB | 12 kB Progress (3): 38 kB | 132/230 kB | 12 kB Progress (3): 38 kB | 136/230 kB | 12 kB Progress (3): 38 kB | 140/230 kB | 12 kB Progress (3): 38 kB | 144/230 kB | 12 kB Progress (3): 38 kB | 148/230 kB | 12 kB Progress (3): 38 kB | 152/230 kB | 12 kB Progress (3): 38 kB | 156/230 kB | 12 kB Progress (3): 38 kB | 160/230 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 439 kB/s) Progress (2): 38 kB | 164/230 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.3 MB/s) Progress (1): 168/230 kB Progress (1): 172/230 kB Progress (1): 176/230 kB Progress (1): 180/230 kB Progress (1): 184/230 kB Progress (1): 188/230 kB Progress (1): 192/230 kB Progress (1): 196/230 kB Progress (1): 200/230 kB Progress (1): 204/230 kB Progress (1): 208/230 kB Progress (1): 212/230 kB Progress (1): 216/230 kB Progress (1): 220/230 kB Progress (1): 224/230 kB Progress (1): 228/230 kB Progress (1): 230 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 6.6 MB/s) [INFO] Installing /home/jenkins/agent/workspace/jaxr-ri-master-build/target/jaxr-impl-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/registry/jaxr-impl/1.0.9-SNAPSHOT/jaxr-impl-1.0.9-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jaxr-ri-master-build/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/registry/jaxr-impl/1.0.9-SNAPSHOT/jaxr-impl-1.0.9-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:49 min [INFO] Finished at: 2019-11-21T10:47:07Z [INFO] ------------------------------------------------------------------------ Recording test results None of the test reports contained any result No mail will be sent out, as 'jaxr-ri-master-build #6' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS