Started by an SCM change Running as SYSTEM Agent default-agent-4llxg is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-4llxg" 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.mdht.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-4llxg" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-4llxg" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.mdht.svc.cluster.local/mdht/" - 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-mdht" 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-4llxg in workspace /home/jenkins/agent/workspace/MDHT-master-scm No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/mdht/org.eclipse.mdht > git init /home/jenkins/agent/workspace/MDHT-master-scm # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mdht/org.eclipse.mdht > git --version # timeout=10 > git fetch --tags --force --progress -- https://git.eclipse.org/r/mdht/org.eclipse.mdht +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://git.eclipse.org/r/mdht/org.eclipse.mdht # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/mdht/org.eclipse.mdht # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mdht/org.eclipse.mdht > git fetch --tags --force --progress -- https://git.eclipse.org/r/mdht/org.eclipse.mdht +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 6f7e09b5f26cc08e7dfb8594078ed811bca4b769 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6f7e09b5f26cc08e7dfb8594078ed811bca4b769 Commit message: "Updates to processing Zip Archive" > git rev-list --no-walk a99dd8d843d01efe78d278d72fa3e9923e5aff7a # timeout=10 [MDHT-master-scm] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Declipse.download=file:/home/data/httpd/download.eclipse.org -Dmaven.repo.local=/home/jenkins/agent/workspace/MDHT-master-scm/.repository clean verify Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 18 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 kB at 171 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (4.5 kB at 70 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 237 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 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 456 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 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 348 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 221 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 83 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 129 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 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 566 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 261 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 34 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 42 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 18 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 122 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 333 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 1.6 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 162 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 69 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 151 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 129 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 155 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 288 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 220 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 26 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 45 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 53 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 122 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 67 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 58 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 24 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 190 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 250 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 97 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 342 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 109 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 240 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 53 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 51 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 43 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 172 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 38 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 103 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 41 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 118 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 75 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 446 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 90 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 290 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 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 945 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 281 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 380 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 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 1.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 358 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 526 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.3 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 301 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 99 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 533 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 285 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 46 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 26 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 40 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 6.4 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 8.5 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 22 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 25 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 4.1 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 299 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 34 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 11 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 49 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 7.8 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 139 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 24 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 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 344 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 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.3 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 171 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 31 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (1.1 kB at 26 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 15 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 8.2 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/tukaani/xz/1.5/xz-1.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.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/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.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 Progress (1): 4.1/527 kB Progress (1): 7.7/527 kB Progress (1): 12/527 kB Progress (1): 16/527 kB Progress (1): 20/527 kB Progress (1): 24/527 kB Progress (1): 28/527 kB Progress (1): 32/527 kB Progress (1): 36/527 kB Progress (1): 40/527 kB Progress (1): 45/527 kB Progress (1): 49/527 kB Progress (1): 53/527 kB Progress (1): 57/527 kB Progress (1): 61/527 kB Progress (1): 65/527 kB Progress (1): 69/527 kB Progress (1): 73/527 kB Progress (1): 77/527 kB Progress (1): 81/527 kB Progress (2): 81/527 kB | 4.1/165 kB Progress (2): 81/527 kB | 7.7/165 kB Progress (2): 81/527 kB | 12/165 kB Progress (2): 85/527 kB | 12/165 kB Progress (2): 85/527 kB | 16/165 kB Progress (2): 90/527 kB | 16/165 kB Progress (2): 94/527 kB | 16/165 kB Progress (3): 94/527 kB | 16/165 kB | 4.1/5.5 kB Progress (3): 94/527 kB | 20/165 kB | 4.1/5.5 kB Progress (3): 98/527 kB | 20/165 kB | 4.1/5.5 kB Progress (3): 98/527 kB | 24/165 kB | 4.1/5.5 kB Progress (3): 98/527 kB | 24/165 kB | 5.5 kB Progress (3): 98/527 kB | 28/165 kB | 5.5 kB Progress (3): 102/527 kB | 28/165 kB | 5.5 kB Progress (3): 102/527 kB | 32/165 kB | 5.5 kB Progress (3): 106/527 kB | 32/165 kB | 5.5 kB Progress (3): 110/527 kB | 32/165 kB | 5.5 kB Progress (3): 110/527 kB | 36/165 kB | 5.5 kB Progress (3): 114/527 kB | 36/165 kB | 5.5 kB Progress (3): 114/527 kB | 40/165 kB | 5.5 kB Progress (3): 114/527 kB | 45/165 kB | 5.5 kB Progress (3): 118/527 kB | 45/165 kB | 5.5 kB Progress (3): 118/527 kB | 49/165 kB | 5.5 kB Progress (4): 118/527 kB | 49/165 kB | 5.5 kB | 4.1/200 kB Progress (4): 122/527 kB | 49/165 kB | 5.5 kB | 4.1/200 kB Progress (4): 122/527 kB | 49/165 kB | 5.5 kB | 7.7/200 kB Progress (4): 126/527 kB | 49/165 kB | 5.5 kB | 7.7/200 kB Progress (4): 126/527 kB | 53/165 kB | 5.5 kB | 7.7/200 kB Progress (4): 131/527 kB | 53/165 kB | 5.5 kB | 7.7/200 kB Progress (4): 131/527 kB | 53/165 kB | 5.5 kB | 12/200 kB Progress (4): 131/527 kB | 57/165 kB | 5.5 kB | 12/200 kB Progress (4): 131/527 kB | 57/165 kB | 5.5 kB | 16/200 kB Progress (4): 135/527 kB | 57/165 kB | 5.5 kB | 16/200 kB Progress (5): 135/527 kB | 57/165 kB | 5.5 kB | 16/200 kB | 4.1/47 kB Progress (5): 135/527 kB | 57/165 kB | 5.5 kB | 20/200 kB | 4.1/47 kB Progress (5): 135/527 kB | 61/165 kB | 5.5 kB | 20/200 kB | 4.1/47 kB Progress (5): 135/527 kB | 61/165 kB | 5.5 kB | 24/200 kB | 4.1/47 kB Progress (5): 135/527 kB | 61/165 kB | 5.5 kB | 24/200 kB | 7.7/47 kB Progress (5): 135/527 kB | 61/165 kB | 5.5 kB | 24/200 kB | 12/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 48 kB/s) Progress (4): 139/527 kB | 61/165 kB | 24/200 kB | 12/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (4): 139/527 kB | 61/165 kB | 24/200 kB | 16/47 kB Progress (4): 139/527 kB | 61/165 kB | 28/200 kB | 16/47 kB Progress (4): 139/527 kB | 65/165 kB | 28/200 kB | 16/47 kB Progress (4): 139/527 kB | 65/165 kB | 28/200 kB | 20/47 kB Progress (4): 139/527 kB | 65/165 kB | 32/200 kB | 20/47 kB Progress (4): 143/527 kB | 65/165 kB | 32/200 kB | 20/47 kB Progress (4): 143/527 kB | 69/165 kB | 32/200 kB | 20/47 kB Progress (4): 143/527 kB | 69/165 kB | 32/200 kB | 24/47 kB Progress (4): 143/527 kB | 73/165 kB | 32/200 kB | 24/47 kB Progress (4): 143/527 kB | 73/165 kB | 36/200 kB | 24/47 kB Progress (4): 147/527 kB | 73/165 kB | 36/200 kB | 24/47 kB Progress (4): 147/527 kB | 73/165 kB | 40/200 kB | 24/47 kB Progress (4): 147/527 kB | 77/165 kB | 40/200 kB | 24/47 kB Progress (4): 147/527 kB | 77/165 kB | 40/200 kB | 28/47 kB Progress (4): 147/527 kB | 81/165 kB | 40/200 kB | 28/47 kB Progress (4): 151/527 kB | 81/165 kB | 40/200 kB | 28/47 kB Progress (4): 151/527 kB | 81/165 kB | 45/200 kB | 28/47 kB Progress (4): 155/527 kB | 81/165 kB | 45/200 kB | 28/47 kB Progress (4): 155/527 kB | 81/165 kB | 45/200 kB | 32/47 kB Progress (4): 159/527 kB | 81/165 kB | 45/200 kB | 32/47 kB Progress (4): 159/527 kB | 85/165 kB | 45/200 kB | 32/47 kB Progress (4): 159/527 kB | 85/165 kB | 49/200 kB | 32/47 kB Progress (4): 159/527 kB | 90/165 kB | 49/200 kB | 32/47 kB Progress (4): 159/527 kB | 90/165 kB | 49/200 kB | 36/47 kB Progress (4): 163/527 kB | 90/165 kB | 49/200 kB | 36/47 kB Progress (4): 163/527 kB | 90/165 kB | 49/200 kB | 40/47 kB Progress (4): 163/527 kB | 90/165 kB | 53/200 kB | 40/47 kB Progress (4): 163/527 kB | 94/165 kB | 53/200 kB | 40/47 kB Progress (4): 167/527 kB | 94/165 kB | 53/200 kB | 40/47 kB Progress (4): 167/527 kB | 94/165 kB | 57/200 kB | 40/47 kB Progress (4): 167/527 kB | 94/165 kB | 57/200 kB | 45/47 kB Progress (4): 167/527 kB | 94/165 kB | 61/200 kB | 45/47 kB Progress (4): 171/527 kB | 94/165 kB | 61/200 kB | 45/47 kB Progress (4): 171/527 kB | 98/165 kB | 61/200 kB | 45/47 kB Progress (4): 176/527 kB | 98/165 kB | 61/200 kB | 45/47 kB Progress (4): 176/527 kB | 98/165 kB | 65/200 kB | 45/47 kB Progress (4): 176/527 kB | 98/165 kB | 65/200 kB | 47 kB Progress (4): 176/527 kB | 102/165 kB | 65/200 kB | 47 kB Progress (4): 180/527 kB | 102/165 kB | 65/200 kB | 47 kB Progress (4): 180/527 kB | 102/165 kB | 69/200 kB | 47 kB Progress (4): 180/527 kB | 106/165 kB | 69/200 kB | 47 kB Progress (4): 184/527 kB | 106/165 kB | 69/200 kB | 47 kB Progress (4): 184/527 kB | 106/165 kB | 73/200 kB | 47 kB Progress (4): 188/527 kB | 106/165 kB | 73/200 kB | 47 kB Progress (4): 188/527 kB | 110/165 kB | 73/200 kB | 47 kB Progress (4): 192/527 kB | 110/165 kB | 73/200 kB | 47 kB Progress (4): 192/527 kB | 110/165 kB | 77/200 kB | 47 kB Progress (4): 196/527 kB | 110/165 kB | 77/200 kB | 47 kB Progress (4): 196/527 kB | 114/165 kB | 77/200 kB | 47 kB Progress (4): 196/527 kB | 114/165 kB | 81/200 kB | 47 kB Progress (4): 200/527 kB | 114/165 kB | 81/200 kB | 47 kB Progress (4): 204/527 kB | 114/165 kB | 81/200 kB | 47 kB Progress (4): 204/527 kB | 114/165 kB | 85/200 kB | 47 kB Progress (4): 204/527 kB | 118/165 kB | 85/200 kB | 47 kB Progress (4): 204/527 kB | 118/165 kB | 90/200 kB | 47 kB Progress (4): 208/527 kB | 118/165 kB | 90/200 kB | 47 kB Progress (4): 208/527 kB | 118/165 kB | 94/200 kB | 47 kB Progress (4): 208/527 kB | 122/165 kB | 94/200 kB | 47 kB Progress (4): 208/527 kB | 122/165 kB | 98/200 kB | 47 kB Progress (4): 212/527 kB | 122/165 kB | 98/200 kB | 47 kB Progress (4): 212/527 kB | 126/165 kB | 98/200 kB | 47 kB Progress (4): 212/527 kB | 131/165 kB | 98/200 kB | 47 kB Progress (4): 212/527 kB | 131/165 kB | 102/200 kB | 47 kB Progress (4): 217/527 kB | 131/165 kB | 102/200 kB | 47 kB Progress (4): 217/527 kB | 131/165 kB | 106/200 kB | 47 kB Progress (4): 221/527 kB | 131/165 kB | 106/200 kB | 47 kB Progress (4): 225/527 kB | 131/165 kB | 106/200 kB | 47 kB Progress (4): 229/527 kB | 131/165 kB | 106/200 kB | 47 kB Progress (4): 233/527 kB | 131/165 kB | 106/200 kB | 47 kB Progress (4): 237/527 kB | 131/165 kB | 106/200 kB | 47 kB Progress (4): 241/527 kB | 131/165 kB | 106/200 kB | 47 kB Progress (4): 241/527 kB | 135/165 kB | 106/200 kB | 47 kB Progress (4): 245/527 kB | 135/165 kB | 106/200 kB | 47 kB Progress (5): 245/527 kB | 135/165 kB | 106/200 kB | 47 kB | 4.1/38 kB Progress (5): 245/527 kB | 135/165 kB | 110/200 kB | 47 kB | 4.1/38 kB Progress (5): 245/527 kB | 135/165 kB | 110/200 kB | 47 kB | 7.7/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 214 kB/s) Progress (4): 249/527 kB | 135/165 kB | 110/200 kB | 7.7/38 kB Progress (4): 249/527 kB | 139/165 kB | 110/200 kB | 7.7/38 kB Progress (4): 253/527 kB | 139/165 kB | 110/200 kB | 7.7/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (4): 253/527 kB | 139/165 kB | 110/200 kB | 12/38 kB Progress (4): 253/527 kB | 139/165 kB | 114/200 kB | 12/38 kB Progress (4): 253/527 kB | 139/165 kB | 114/200 kB | 16/38 kB Progress (4): 258/527 kB | 139/165 kB | 114/200 kB | 16/38 kB Progress (4): 258/527 kB | 143/165 kB | 114/200 kB | 16/38 kB Progress (4): 258/527 kB | 143/165 kB | 118/200 kB | 16/38 kB Progress (4): 262/527 kB | 143/165 kB | 118/200 kB | 16/38 kB Progress (4): 262/527 kB | 143/165 kB | 122/200 kB | 16/38 kB Progress (4): 262/527 kB | 143/165 kB | 122/200 kB | 20/38 kB Progress (4): 262/527 kB | 147/165 kB | 122/200 kB | 20/38 kB Progress (4): 262/527 kB | 147/165 kB | 122/200 kB | 24/38 kB Progress (4): 262/527 kB | 147/165 kB | 126/200 kB | 24/38 kB Progress (4): 262/527 kB | 147/165 kB | 126/200 kB | 28/38 kB Progress (4): 266/527 kB | 147/165 kB | 126/200 kB | 28/38 kB Progress (4): 266/527 kB | 147/165 kB | 126/200 kB | 32/38 kB Progress (4): 266/527 kB | 151/165 kB | 126/200 kB | 32/38 kB Progress (4): 266/527 kB | 151/165 kB | 131/200 kB | 32/38 kB Progress (4): 266/527 kB | 151/165 kB | 131/200 kB | 36/38 kB Progress (4): 266/527 kB | 155/165 kB | 131/200 kB | 36/38 kB Progress (4): 270/527 kB | 155/165 kB | 131/200 kB | 36/38 kB Progress (4): 270/527 kB | 155/165 kB | 135/200 kB | 36/38 kB Progress (4): 270/527 kB | 159/165 kB | 135/200 kB | 36/38 kB Progress (4): 270/527 kB | 159/165 kB | 135/200 kB | 38 kB Progress (4): 270/527 kB | 163/165 kB | 135/200 kB | 38 kB Progress (4): 270/527 kB | 163/165 kB | 139/200 kB | 38 kB Progress (4): 274/527 kB | 163/165 kB | 139/200 kB | 38 kB Progress (4): 274/527 kB | 163/165 kB | 143/200 kB | 38 kB Progress (4): 274/527 kB | 165 kB | 143/200 kB | 38 kB Progress (4): 274/527 kB | 165 kB | 147/200 kB | 38 kB Progress (4): 278/527 kB | 165 kB | 147/200 kB | 38 kB Progress (4): 278/527 kB | 165 kB | 151/200 kB | 38 kB Progress (4): 282/527 kB | 165 kB | 151/200 kB | 38 kB Progress (4): 282/527 kB | 165 kB | 155/200 kB | 38 kB Progress (4): 286/527 kB | 165 kB | 155/200 kB | 38 kB Progress (4): 286/527 kB | 165 kB | 159/200 kB | 38 kB Progress (4): 290/527 kB | 165 kB | 159/200 kB | 38 kB Progress (4): 290/527 kB | 165 kB | 163/200 kB | 38 kB Progress (4): 294/527 kB | 165 kB | 163/200 kB | 38 kB Progress (4): 294/527 kB | 165 kB | 167/200 kB | 38 kB Progress (4): 298/527 kB | 165 kB | 167/200 kB | 38 kB Progress (4): 298/527 kB | 165 kB | 171/200 kB | 38 kB Progress (4): 303/527 kB | 165 kB | 171/200 kB | 38 kB Progress (4): 303/527 kB | 165 kB | 176/200 kB | 38 kB Progress (4): 307/527 kB | 165 kB | 176/200 kB | 38 kB Progress (4): 307/527 kB | 165 kB | 180/200 kB | 38 kB Progress (4): 311/527 kB | 165 kB | 180/200 kB | 38 kB Progress (4): 311/527 kB | 165 kB | 184/200 kB | 38 kB Progress (4): 315/527 kB | 165 kB | 184/200 kB | 38 kB Progress (4): 315/527 kB | 165 kB | 188/200 kB | 38 kB Progress (4): 319/527 kB | 165 kB | 188/200 kB | 38 kB Progress (4): 319/527 kB | 165 kB | 192/200 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 157 kB/s) Progress (3): 323/527 kB | 165 kB | 192/200 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (3): 323/527 kB | 165 kB | 196/200 kB Progress (3): 327/527 kB | 165 kB | 196/200 kB Progress (3): 327/527 kB | 165 kB | 200 kB Progress (3): 331/527 kB | 165 kB | 200 kB Progress (3): 335/527 kB | 165 kB | 200 kB Progress (3): 339/527 kB | 165 kB | 200 kB Progress (3): 344/527 kB | 165 kB | 200 kB Progress (3): 348/527 kB | 165 kB | 200 kB Progress (3): 352/527 kB | 165 kB | 200 kB Progress (3): 356/527 kB | 165 kB | 200 kB Progress (3): 360/527 kB | 165 kB | 200 kB Progress (3): 364/527 kB | 165 kB | 200 kB Progress (3): 368/527 kB | 165 kB | 200 kB Progress (3): 372/527 kB | 165 kB | 200 kB Progress (3): 376/527 kB | 165 kB | 200 kB Progress (3): 380/527 kB | 165 kB | 200 kB Progress (3): 384/527 kB | 165 kB | 200 kB Progress (3): 389/527 kB | 165 kB | 200 kB Progress (3): 393/527 kB | 165 kB | 200 kB Progress (3): 397/527 kB | 165 kB | 200 kB Progress (3): 401/527 kB | 165 kB | 200 kB Progress (3): 405/527 kB | 165 kB | 200 kB Progress (3): 409/527 kB | 165 kB | 200 kB Progress (3): 413/527 kB | 165 kB | 200 kB Progress (3): 417/527 kB | 165 kB | 200 kB Progress (3): 421/527 kB | 165 kB | 200 kB Progress (3): 425/527 kB | 165 kB | 200 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 507 kB/s) Progress (2): 430/527 kB | 200 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): 430/527 kB | 200 kB | 4.1/30 kB Progress (4): 430/527 kB | 200 kB | 4.1/30 kB | 4.1/52 kB Progress (4): 434/527 kB | 200 kB | 4.1/30 kB | 4.1/52 kB Progress (4): 434/527 kB | 200 kB | 4.1/30 kB | 7.7/52 kB Progress (4): 434/527 kB | 200 kB | 7.7/30 kB | 7.7/52 kB Progress (4): 434/527 kB | 200 kB | 7.7/30 kB | 12/52 kB Progress (4): 438/527 kB | 200 kB | 7.7/30 kB | 12/52 kB Progress (4): 438/527 kB | 200 kB | 7.7/30 kB | 16/52 kB Progress (4): 438/527 kB | 200 kB | 12/30 kB | 16/52 kB Progress (4): 442/527 kB | 200 kB | 12/30 kB | 16/52 kB Progress (4): 442/527 kB | 200 kB | 16/30 kB | 16/52 kB Progress (4): 442/527 kB | 200 kB | 16/30 kB | 20/52 kB Progress (4): 446/527 kB | 200 kB | 16/30 kB | 20/52 kB Progress (4): 446/527 kB | 200 kB | 20/30 kB | 20/52 kB Progress (4): 446/527 kB | 200 kB | 20/30 kB | 24/52 kB Progress (4): 446/527 kB | 200 kB | 24/30 kB | 24/52 kB Progress (4): 450/527 kB | 200 kB | 24/30 kB | 24/52 kB Progress (4): 450/527 kB | 200 kB | 28/30 kB | 24/52 kB Progress (4): 450/527 kB | 200 kB | 28/30 kB | 28/52 kB Progress (4): 450/527 kB | 200 kB | 30 kB | 28/52 kB Progress (4): 454/527 kB | 200 kB | 30 kB | 28/52 kB Progress (4): 454/527 kB | 200 kB | 30 kB | 32/52 kB Progress (4): 458/527 kB | 200 kB | 30 kB | 32/52 kB Progress (4): 458/527 kB | 200 kB | 30 kB | 36/52 kB Progress (4): 462/527 kB | 200 kB | 30 kB | 36/52 kB Progress (4): 462/527 kB | 200 kB | 30 kB | 40/52 kB Progress (4): 466/527 kB | 200 kB | 30 kB | 40/52 kB Progress (4): 466/527 kB | 200 kB | 30 kB | 45/52 kB Progress (4): 471/527 kB | 200 kB | 30 kB | 45/52 kB Progress (4): 471/527 kB | 200 kB | 30 kB | 49/52 kB Progress (4): 475/527 kB | 200 kB | 30 kB | 49/52 kB Progress (4): 475/527 kB | 200 kB | 30 kB | 52 kB Progress (4): 479/527 kB | 200 kB | 30 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 590 kB/s) Progress (3): 483/527 kB | 30 kB | 52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (4): 483/527 kB | 30 kB | 52 kB | 4.1/148 kB Progress (4): 487/527 kB | 30 kB | 52 kB | 4.1/148 kB Progress (4): 487/527 kB | 30 kB | 52 kB | 7.7/148 kB Progress (4): 491/527 kB | 30 kB | 52 kB | 7.7/148 kB Progress (4): 491/527 kB | 30 kB | 52 kB | 12/148 kB Progress (4): 491/527 kB | 30 kB | 52 kB | 16/148 kB Progress (4): 495/527 kB | 30 kB | 52 kB | 16/148 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 73 kB/s) 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 125 kB/s) Progress (2): 495/527 kB | 20/148 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 (2): 499/527 kB | 20/148 kB Progress (2): 499/527 kB | 24/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (2): 499/527 kB | 28/148 kB Progress (2): 503/527 kB | 28/148 kB Progress (2): 503/527 kB | 32/148 kB Progress (2): 507/527 kB | 32/148 kB Progress (2): 511/527 kB | 32/148 kB Progress (2): 511/527 kB | 36/148 kB Progress (2): 516/527 kB | 36/148 kB Progress (2): 516/527 kB | 40/148 kB Progress (2): 520/527 kB | 40/148 kB Progress (2): 520/527 kB | 45/148 kB Progress (2): 524/527 kB | 45/148 kB Progress (2): 524/527 kB | 49/148 kB Progress (2): 527 kB | 49/148 kB Progress (2): 527 kB | 53/148 kB Progress (2): 527 kB | 57/148 kB Progress (2): 527 kB | 61/148 kB Progress (2): 527 kB | 65/148 kB Progress (2): 527 kB | 69/148 kB Progress (3): 527 kB | 69/148 kB | 4.1/51 kB Progress (3): 527 kB | 73/148 kB | 4.1/51 kB Progress (3): 527 kB | 73/148 kB | 7.7/51 kB Progress (3): 527 kB | 77/148 kB | 7.7/51 kB Progress (3): 527 kB | 77/148 kB | 12/51 kB Progress (3): 527 kB | 81/148 kB | 12/51 kB Progress (3): 527 kB | 81/148 kB | 16/51 kB Progress (3): 527 kB | 81/148 kB | 20/51 kB Progress (3): 527 kB | 81/148 kB | 24/51 kB Progress (3): 527 kB | 85/148 kB | 24/51 kB Progress (3): 527 kB | 85/148 kB | 28/51 kB Progress (3): 527 kB | 90/148 kB | 28/51 kB Progress (3): 527 kB | 90/148 kB | 32/51 kB Progress (3): 527 kB | 94/148 kB | 32/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.2 MB/s) Progress (2): 94/148 kB | 36/51 kB Progress (2): 98/148 kB | 36/51 kB Progress (3): 98/148 kB | 36/51 kB | 4.1/14 kB Progress (3): 98/148 kB | 40/51 kB | 4.1/14 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 (3): 102/148 kB | 40/51 kB | 4.1/14 kB Progress (3): 102/148 kB | 45/51 kB | 4.1/14 kB Progress (3): 102/148 kB | 45/51 kB | 7.7/14 kB Progress (3): 102/148 kB | 49/51 kB | 7.7/14 kB Progress (3): 106/148 kB | 49/51 kB | 7.7/14 kB Progress (3): 106/148 kB | 51 kB | 7.7/14 kB Progress (3): 106/148 kB | 51 kB | 12/14 kB Progress (3): 110/148 kB | 51 kB | 12/14 kB Progress (4): 110/148 kB | 51 kB | 12/14 kB | 4.1/106 kB Progress (4): 114/148 kB | 51 kB | 12/14 kB | 4.1/106 kB Progress (4): 114/148 kB | 51 kB | 14 kB | 4.1/106 kB Progress (4): 114/148 kB | 51 kB | 14 kB | 7.7/106 kB Progress (4): 114/148 kB | 51 kB | 14 kB | 12/106 kB Progress (4): 114/148 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 118/148 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 122/148 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 126/148 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 131/148 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 135/148 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 139/148 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 143/148 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 147/148 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 147/148 kB | 51 kB | 14 kB | 20/106 kB Progress (4): 148 kB | 51 kB | 14 kB | 20/106 kB Progress (5): 148 kB | 51 kB | 14 kB | 20/106 kB | 4.1/74 kB Progress (5): 148 kB | 51 kB | 14 kB | 24/106 kB | 4.1/74 kB Progress (5): 148 kB | 51 kB | 14 kB | 24/106 kB | 7.7/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 26 kB/s) Progress (4): 148 kB | 51 kB | 24/106 kB | 12/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 99 kB/s) Progress (3): 148 kB | 28/106 kB | 12/74 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 (3): 148 kB | 28/106 kB | 16/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (3): 148 kB | 32/106 kB | 16/74 kB Progress (3): 148 kB | 32/106 kB | 20/74 kB Progress (3): 148 kB | 32/106 kB | 24/74 kB Progress (3): 148 kB | 32/106 kB | 28/74 kB Progress (3): 148 kB | 36/106 kB | 28/74 kB Progress (3): 148 kB | 36/106 kB | 32/74 kB Progress (3): 148 kB | 40/106 kB | 32/74 kB Progress (3): 148 kB | 45/106 kB | 32/74 kB Progress (3): 148 kB | 49/106 kB | 32/74 kB Progress (3): 148 kB | 49/106 kB | 36/74 kB Progress (3): 148 kB | 49/106 kB | 40/74 kB Progress (3): 148 kB | 49/106 kB | 45/74 kB Progress (3): 148 kB | 53/106 kB | 45/74 kB Progress (3): 148 kB | 53/106 kB | 49/74 kB Progress (3): 148 kB | 57/106 kB | 49/74 kB Progress (3): 148 kB | 61/106 kB | 49/74 kB Progress (3): 148 kB | 65/106 kB | 49/74 kB Progress (3): 148 kB | 65/106 kB | 53/74 kB Progress (3): 148 kB | 65/106 kB | 57/74 kB Progress (3): 148 kB | 65/106 kB | 61/74 kB Progress (3): 148 kB | 69/106 kB | 61/74 kB Progress (3): 148 kB | 69/106 kB | 65/74 kB Progress (3): 148 kB | 73/106 kB | 65/74 kB Progress (3): 148 kB | 77/106 kB | 65/74 kB Progress (3): 148 kB | 77/106 kB | 69/74 kB Progress (3): 148 kB | 81/106 kB | 69/74 kB Progress (3): 148 kB | 81/106 kB | 73/74 kB Progress (3): 148 kB | 81/106 kB | 74 kB Progress (3): 148 kB | 85/106 kB | 74 kB Progress (3): 148 kB | 90/106 kB | 74 kB Progress (3): 148 kB | 94/106 kB | 74 kB Progress (3): 148 kB | 98/106 kB | 74 kB Progress (3): 148 kB | 102/106 kB | 74 kB Progress (3): 148 kB | 106/106 kB | 74 kB Progress (3): 148 kB | 106 kB | 74 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 278 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar 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 197 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 121 kB/s) Progress (1): 4.1/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (2): 4.1/202 kB | 4.1/472 kB Progress (2): 7.7/202 kB | 4.1/472 kB Progress (3): 7.7/202 kB | 4.1/472 kB | 4.1/108 kB Progress (4): 7.7/202 kB | 4.1/472 kB | 4.1/108 kB | 4.1/153 kB Progress (4): 7.7/202 kB | 4.1/472 kB | 7.7/108 kB | 4.1/153 kB Progress (4): 12/202 kB | 4.1/472 kB | 7.7/108 kB | 4.1/153 kB Progress (4): 12/202 kB | 7.7/472 kB | 7.7/108 kB | 4.1/153 kB Progress (4): 16/202 kB | 7.7/472 kB | 7.7/108 kB | 4.1/153 kB Progress (4): 16/202 kB | 7.7/472 kB | 12/108 kB | 4.1/153 kB Progress (4): 16/202 kB | 7.7/472 kB | 12/108 kB | 7.7/153 kB Progress (4): 16/202 kB | 7.7/472 kB | 16/108 kB | 7.7/153 kB Progress (4): 16/202 kB | 12/472 kB | 16/108 kB | 7.7/153 kB Progress (4): 16/202 kB | 12/472 kB | 16/108 kB | 12/153 kB Progress (4): 16/202 kB | 16/472 kB | 16/108 kB | 12/153 kB Progress (4): 16/202 kB | 16/472 kB | 20/108 kB | 12/153 kB Progress (4): 20/202 kB | 16/472 kB | 20/108 kB | 12/153 kB Progress (4): 20/202 kB | 16/472 kB | 20/108 kB | 16/153 kB Progress (4): 24/202 kB | 16/472 kB | 20/108 kB | 16/153 kB Progress (4): 24/202 kB | 20/472 kB | 20/108 kB | 16/153 kB Progress (4): 24/202 kB | 20/472 kB | 24/108 kB | 16/153 kB Progress (4): 24/202 kB | 24/472 kB | 24/108 kB | 16/153 kB Progress (4): 24/202 kB | 24/472 kB | 24/108 kB | 20/153 kB Progress (4): 28/202 kB | 24/472 kB | 24/108 kB | 20/153 kB Progress (4): 28/202 kB | 24/472 kB | 24/108 kB | 24/153 kB Progress (4): 28/202 kB | 28/472 kB | 24/108 kB | 24/153 kB Progress (4): 28/202 kB | 28/472 kB | 28/108 kB | 24/153 kB Progress (4): 28/202 kB | 32/472 kB | 28/108 kB | 24/153 kB Progress (4): 28/202 kB | 32/472 kB | 28/108 kB | 28/153 kB Progress (4): 32/202 kB | 32/472 kB | 28/108 kB | 28/153 kB Progress (4): 32/202 kB | 36/472 kB | 28/108 kB | 28/153 kB Progress (4): 32/202 kB | 36/472 kB | 28/108 kB | 32/153 kB Progress (4): 32/202 kB | 36/472 kB | 32/108 kB | 32/153 kB Progress (4): 32/202 kB | 40/472 kB | 32/108 kB | 32/153 kB Progress (5): 32/202 kB | 40/472 kB | 32/108 kB | 32/153 kB | 4.1/61 kB Progress (5): 32/202 kB | 45/472 kB | 32/108 kB | 32/153 kB | 4.1/61 kB Progress (5): 32/202 kB | 45/472 kB | 32/108 kB | 36/153 kB | 4.1/61 kB Progress (5): 32/202 kB | 49/472 kB | 32/108 kB | 36/153 kB | 4.1/61 kB Progress (5): 32/202 kB | 49/472 kB | 36/108 kB | 36/153 kB | 4.1/61 kB Progress (5): 32/202 kB | 49/472 kB | 36/108 kB | 36/153 kB | 7.7/61 kB Progress (5): 36/202 kB | 49/472 kB | 36/108 kB | 36/153 kB | 7.7/61 kB Progress (5): 36/202 kB | 49/472 kB | 36/108 kB | 36/153 kB | 12/61 kB Progress (5): 36/202 kB | 53/472 kB | 36/108 kB | 36/153 kB | 12/61 kB Progress (5): 36/202 kB | 53/472 kB | 40/108 kB | 36/153 kB | 12/61 kB Progress (5): 36/202 kB | 53/472 kB | 40/108 kB | 40/153 kB | 12/61 kB Progress (5): 36/202 kB | 53/472 kB | 45/108 kB | 40/153 kB | 12/61 kB Progress (5): 36/202 kB | 57/472 kB | 45/108 kB | 40/153 kB | 12/61 kB Progress (5): 36/202 kB | 57/472 kB | 45/108 kB | 40/153 kB | 16/61 kB Progress (5): 40/202 kB | 57/472 kB | 45/108 kB | 40/153 kB | 16/61 kB Progress (5): 40/202 kB | 61/472 kB | 45/108 kB | 40/153 kB | 16/61 kB Progress (5): 40/202 kB | 61/472 kB | 49/108 kB | 40/153 kB | 16/61 kB Progress (5): 40/202 kB | 61/472 kB | 49/108 kB | 45/153 kB | 16/61 kB Progress (5): 40/202 kB | 65/472 kB | 49/108 kB | 45/153 kB | 16/61 kB Progress (5): 40/202 kB | 65/472 kB | 49/108 kB | 45/153 kB | 20/61 kB Progress (5): 45/202 kB | 65/472 kB | 49/108 kB | 45/153 kB | 20/61 kB Progress (5): 45/202 kB | 69/472 kB | 49/108 kB | 45/153 kB | 20/61 kB Progress (5): 45/202 kB | 69/472 kB | 49/108 kB | 45/153 kB | 24/61 kB Progress (5): 45/202 kB | 69/472 kB | 53/108 kB | 45/153 kB | 24/61 kB Progress (5): 45/202 kB | 69/472 kB | 53/108 kB | 49/153 kB | 24/61 kB Progress (5): 45/202 kB | 69/472 kB | 57/108 kB | 49/153 kB | 24/61 kB Progress (5): 45/202 kB | 69/472 kB | 57/108 kB | 49/153 kB | 28/61 kB Progress (5): 45/202 kB | 73/472 kB | 57/108 kB | 49/153 kB | 28/61 kB Progress (5): 49/202 kB | 73/472 kB | 57/108 kB | 49/153 kB | 28/61 kB Progress (5): 49/202 kB | 77/472 kB | 57/108 kB | 49/153 kB | 28/61 kB Progress (5): 49/202 kB | 77/472 kB | 57/108 kB | 53/153 kB | 28/61 kB Progress (5): 49/202 kB | 77/472 kB | 57/108 kB | 53/153 kB | 32/61 kB Progress (5): 49/202 kB | 77/472 kB | 61/108 kB | 53/153 kB | 32/61 kB Progress (5): 49/202 kB | 77/472 kB | 61/108 kB | 57/153 kB | 32/61 kB Progress (5): 49/202 kB | 81/472 kB | 61/108 kB | 57/153 kB | 32/61 kB Progress (5): 53/202 kB | 81/472 kB | 61/108 kB | 57/153 kB | 32/61 kB Progress (5): 57/202 kB | 81/472 kB | 61/108 kB | 57/153 kB | 32/61 kB Progress (5): 61/202 kB | 81/472 kB | 61/108 kB | 57/153 kB | 32/61 kB Progress (5): 65/202 kB | 81/472 kB | 61/108 kB | 57/153 kB | 32/61 kB Progress (5): 65/202 kB | 81/472 kB | 61/108 kB | 57/153 kB | 36/61 kB Progress (5): 65/202 kB | 81/472 kB | 61/108 kB | 61/153 kB | 36/61 kB Progress (5): 65/202 kB | 81/472 kB | 65/108 kB | 61/153 kB | 36/61 kB Progress (5): 65/202 kB | 81/472 kB | 65/108 kB | 65/153 kB | 36/61 kB Progress (5): 65/202 kB | 81/472 kB | 65/108 kB | 65/153 kB | 40/61 kB Progress (5): 65/202 kB | 85/472 kB | 65/108 kB | 65/153 kB | 40/61 kB Progress (5): 65/202 kB | 85/472 kB | 65/108 kB | 69/153 kB | 40/61 kB Progress (5): 65/202 kB | 85/472 kB | 65/108 kB | 69/153 kB | 45/61 kB Progress (5): 65/202 kB | 85/472 kB | 69/108 kB | 69/153 kB | 45/61 kB Progress (5): 69/202 kB | 85/472 kB | 69/108 kB | 69/153 kB | 45/61 kB Progress (5): 69/202 kB | 85/472 kB | 73/108 kB | 69/153 kB | 45/61 kB Progress (5): 69/202 kB | 85/472 kB | 73/108 kB | 69/153 kB | 49/61 kB Progress (5): 69/202 kB | 85/472 kB | 73/108 kB | 73/153 kB | 49/61 kB Progress (5): 69/202 kB | 90/472 kB | 73/108 kB | 73/153 kB | 49/61 kB Progress (5): 69/202 kB | 90/472 kB | 73/108 kB | 77/153 kB | 49/61 kB Progress (5): 69/202 kB | 90/472 kB | 77/108 kB | 77/153 kB | 49/61 kB Progress (5): 73/202 kB | 90/472 kB | 77/108 kB | 77/153 kB | 49/61 kB Progress (5): 73/202 kB | 90/472 kB | 81/108 kB | 77/153 kB | 49/61 kB Progress (5): 73/202 kB | 90/472 kB | 81/108 kB | 81/153 kB | 49/61 kB Progress (5): 73/202 kB | 94/472 kB | 81/108 kB | 81/153 kB | 49/61 kB Progress (5): 73/202 kB | 94/472 kB | 81/108 kB | 81/153 kB | 53/61 kB Progress (5): 73/202 kB | 98/472 kB | 81/108 kB | 81/153 kB | 53/61 kB Progress (5): 73/202 kB | 98/472 kB | 85/108 kB | 81/153 kB | 53/61 kB Progress (5): 77/202 kB | 98/472 kB | 85/108 kB | 81/153 kB | 53/61 kB Progress (5): 77/202 kB | 102/472 kB | 85/108 kB | 81/153 kB | 53/61 kB Progress (5): 77/202 kB | 102/472 kB | 90/108 kB | 81/153 kB | 53/61 kB Progress (5): 77/202 kB | 102/472 kB | 90/108 kB | 85/153 kB | 53/61 kB Progress (5): 77/202 kB | 102/472 kB | 90/108 kB | 85/153 kB | 57/61 kB Progress (5): 77/202 kB | 102/472 kB | 90/108 kB | 90/153 kB | 57/61 kB Progress (5): 77/202 kB | 102/472 kB | 94/108 kB | 90/153 kB | 57/61 kB Progress (5): 77/202 kB | 106/472 kB | 94/108 kB | 90/153 kB | 57/61 kB Progress (5): 81/202 kB | 106/472 kB | 94/108 kB | 90/153 kB | 57/61 kB Progress (5): 81/202 kB | 110/472 kB | 94/108 kB | 90/153 kB | 57/61 kB Progress (5): 81/202 kB | 110/472 kB | 98/108 kB | 90/153 kB | 57/61 kB Progress (5): 85/202 kB | 110/472 kB | 98/108 kB | 90/153 kB | 57/61 kB Progress (5): 85/202 kB | 110/472 kB | 98/108 kB | 94/153 kB | 57/61 kB Progress (5): 85/202 kB | 110/472 kB | 98/108 kB | 94/153 kB | 61/61 kB Progress (5): 85/202 kB | 110/472 kB | 98/108 kB | 98/153 kB | 61/61 kB Progress (5): 85/202 kB | 110/472 kB | 102/108 kB | 98/153 kB | 61/61 kB Progress (5): 90/202 kB | 110/472 kB | 102/108 kB | 98/153 kB | 61/61 kB Progress (5): 90/202 kB | 114/472 kB | 102/108 kB | 98/153 kB | 61/61 kB Progress (5): 94/202 kB | 114/472 kB | 102/108 kB | 98/153 kB | 61/61 kB Progress (5): 94/202 kB | 114/472 kB | 102/108 kB | 102/153 kB | 61/61 kB Progress (5): 94/202 kB | 114/472 kB | 106/108 kB | 102/153 kB | 61/61 kB Progress (5): 94/202 kB | 114/472 kB | 106/108 kB | 102/153 kB | 61 kB Progress (5): 94/202 kB | 114/472 kB | 108 kB | 102/153 kB | 61 kB Progress (5): 94/202 kB | 114/472 kB | 108 kB | 106/153 kB | 61 kB Progress (5): 94/202 kB | 118/472 kB | 108 kB | 106/153 kB | 61 kB Progress (5): 98/202 kB | 118/472 kB | 108 kB | 106/153 kB | 61 kB Progress (5): 98/202 kB | 122/472 kB | 108 kB | 106/153 kB | 61 kB Progress (5): 98/202 kB | 122/472 kB | 108 kB | 110/153 kB | 61 kB Progress (5): 98/202 kB | 126/472 kB | 108 kB | 110/153 kB | 61 kB Progress (5): 102/202 kB | 126/472 kB | 108 kB | 110/153 kB | 61 kB Progress (5): 102/202 kB | 126/472 kB | 108 kB | 114/153 kB | 61 kB Progress (5): 106/202 kB | 126/472 kB | 108 kB | 114/153 kB | 61 kB Progress (5): 106/202 kB | 131/472 kB | 108 kB | 114/153 kB | 61 kB Progress (5): 110/202 kB | 131/472 kB | 108 kB | 114/153 kB | 61 kB Progress (5): 110/202 kB | 131/472 kB | 108 kB | 118/153 kB | 61 kB Progress (5): 114/202 kB | 131/472 kB | 108 kB | 118/153 kB | 61 kB Progress (5): 114/202 kB | 135/472 kB | 108 kB | 118/153 kB | 61 kB Progress (5): 114/202 kB | 135/472 kB | 108 kB | 122/153 kB | 61 kB Progress (5): 114/202 kB | 139/472 kB | 108 kB | 122/153 kB | 61 kB Progress (5): 114/202 kB | 139/472 kB | 108 kB | 126/153 kB | 61 kB Progress (5): 118/202 kB | 139/472 kB | 108 kB | 126/153 kB | 61 kB Progress (5): 118/202 kB | 139/472 kB | 108 kB | 131/153 kB | 61 kB Progress (5): 118/202 kB | 143/472 kB | 108 kB | 131/153 kB | 61 kB Progress (5): 122/202 kB | 143/472 kB | 108 kB | 131/153 kB | 61 kB Progress (5): 122/202 kB | 147/472 kB | 108 kB | 131/153 kB | 61 kB Progress (5): 122/202 kB | 147/472 kB | 108 kB | 135/153 kB | 61 kB Progress (5): 126/202 kB | 147/472 kB | 108 kB | 135/153 kB | 61 kB Progress (5): 126/202 kB | 151/472 kB | 108 kB | 135/153 kB | 61 kB Progress (5): 126/202 kB | 151/472 kB | 108 kB | 139/153 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 129 kB/s) 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 73 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (3): 126/202 kB | 151/472 kB | 143/153 kB Progress (3): 126/202 kB | 155/472 kB | 143/153 kB Progress (3): 131/202 kB | 155/472 kB | 143/153 kB Progress (3): 131/202 kB | 159/472 kB | 143/153 kB Progress (3): 131/202 kB | 159/472 kB | 147/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (3): 131/202 kB | 159/472 kB | 151/153 kB Progress (3): 135/202 kB | 159/472 kB | 151/153 kB Progress (3): 135/202 kB | 163/472 kB | 151/153 kB Progress (3): 139/202 kB | 163/472 kB | 151/153 kB Progress (3): 139/202 kB | 163/472 kB | 153 kB Progress (3): 143/202 kB | 163/472 kB | 153 kB Progress (3): 147/202 kB | 163/472 kB | 153 kB Progress (3): 147/202 kB | 167/472 kB | 153 kB Progress (3): 147/202 kB | 171/472 kB | 153 kB Progress (3): 147/202 kB | 176/472 kB | 153 kB Progress (3): 147/202 kB | 180/472 kB | 153 kB Progress (3): 151/202 kB | 180/472 kB | 153 kB Progress (3): 155/202 kB | 180/472 kB | 153 kB Progress (3): 159/202 kB | 180/472 kB | 153 kB Progress (3): 159/202 kB | 184/472 kB | 153 kB Progress (3): 163/202 kB | 184/472 kB | 153 kB Progress (3): 163/202 kB | 188/472 kB | 153 kB Progress (3): 163/202 kB | 192/472 kB | 153 kB Progress (3): 163/202 kB | 196/472 kB | 153 kB Progress (3): 167/202 kB | 196/472 kB | 153 kB Progress (3): 171/202 kB | 196/472 kB | 153 kB Progress (3): 176/202 kB | 196/472 kB | 153 kB Progress (3): 176/202 kB | 200/472 kB | 153 kB Progress (3): 180/202 kB | 200/472 kB | 153 kB Progress (3): 180/202 kB | 204/472 kB | 153 kB Progress (3): 180/202 kB | 208/472 kB | 153 kB Progress (3): 180/202 kB | 212/472 kB | 153 kB Progress (3): 184/202 kB | 212/472 kB | 153 kB Progress (3): 188/202 kB | 212/472 kB | 153 kB Progress (3): 188/202 kB | 217/472 kB | 153 kB Progress (3): 192/202 kB | 217/472 kB | 153 kB Progress (3): 192/202 kB | 221/472 kB | 153 kB Progress (3): 196/202 kB | 221/472 kB | 153 kB Progress (3): 196/202 kB | 225/472 kB | 153 kB Progress (3): 196/202 kB | 229/472 kB | 153 kB Progress (3): 200/202 kB | 229/472 kB | 153 kB Progress (3): 202 kB | 229/472 kB | 153 kB Progress (3): 202 kB | 233/472 kB | 153 kB Progress (3): 202 kB | 237/472 kB | 153 kB Progress (3): 202 kB | 241/472 kB | 153 kB Progress (3): 202 kB | 245/472 kB | 153 kB Progress (3): 202 kB | 249/472 kB | 153 kB Progress (3): 202 kB | 253/472 kB | 153 kB Progress (3): 202 kB | 258/472 kB | 153 kB Progress (3): 202 kB | 262/472 kB | 153 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 180 kB/s) Progress (2): 202 kB | 266/472 kB Progress (3): 202 kB | 266/472 kB | 4.1/29 kB Progress (3): 202 kB | 266/472 kB | 7.7/29 kB Progress (3): 202 kB | 266/472 kB | 12/29 kB Progress (3): 202 kB | 266/472 kB | 16/29 kB Progress (3): 202 kB | 266/472 kB | 20/29 kB Progress (3): 202 kB | 270/472 kB | 20/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (3): 202 kB | 274/472 kB | 20/29 kB Progress (4): 202 kB | 274/472 kB | 20/29 kB | 4.1/46 kB Progress (4): 202 kB | 274/472 kB | 24/29 kB | 4.1/46 kB Progress (4): 202 kB | 274/472 kB | 24/29 kB | 7.7/46 kB Progress (4): 202 kB | 278/472 kB | 24/29 kB | 7.7/46 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 220 kB/s) 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): 278/472 kB | 24/29 kB | 12/46 kB Progress (3): 278/472 kB | 28/29 kB | 12/46 kB Progress (4): 278/472 kB | 28/29 kB | 12/46 kB | 4.1/13 kB Progress (4): 278/472 kB | 28/29 kB | 16/46 kB | 4.1/13 kB Progress (4): 282/472 kB | 28/29 kB | 16/46 kB | 4.1/13 kB Progress (4): 282/472 kB | 28/29 kB | 16/46 kB | 7.7/13 kB Progress (4): 282/472 kB | 29 kB | 16/46 kB | 7.7/13 kB Progress (4): 282/472 kB | 29 kB | 20/46 kB | 7.7/13 kB Progress (4): 282/472 kB | 29 kB | 20/46 kB | 12/13 kB Progress (4): 286/472 kB | 29 kB | 20/46 kB | 12/13 kB Progress (4): 286/472 kB | 29 kB | 20/46 kB | 13 kB Progress (4): 286/472 kB | 29 kB | 24/46 kB | 13 kB Progress (4): 290/472 kB | 29 kB | 24/46 kB | 13 kB Progress (4): 290/472 kB | 29 kB | 28/46 kB | 13 kB Progress (4): 294/472 kB | 29 kB | 28/46 kB | 13 kB Progress (4): 294/472 kB | 29 kB | 32/46 kB | 13 kB Progress (4): 294/472 kB | 29 kB | 36/46 kB | 13 kB Progress (4): 298/472 kB | 29 kB | 36/46 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 14 kB/s) Progress (3): 298/472 kB | 29 kB | 40/46 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): 303/472 kB | 29 kB | 40/46 kB Progress (3): 303/472 kB | 29 kB | 45/46 kB Progress (3): 307/472 kB | 29 kB | 45/46 kB Progress (3): 307/472 kB | 29 kB | 46 kB Progress (3): 311/472 kB | 29 kB | 46 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 31 kB/s) Progress (2): 315/472 kB | 46 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (2): 319/472 kB | 46 kB Progress (3): 319/472 kB | 46 kB | 4.1/49 kB Progress (3): 323/472 kB | 46 kB | 4.1/49 kB Progress (3): 323/472 kB | 46 kB | 7.7/49 kB Progress (3): 327/472 kB | 46 kB | 7.7/49 kB Progress (3): 327/472 kB | 46 kB | 12/49 kB Progress (3): 327/472 kB | 46 kB | 16/49 kB Progress (3): 331/472 kB | 46 kB | 16/49 kB Progress (3): 335/472 kB | 46 kB | 16/49 kB Progress (3): 335/472 kB | 46 kB | 20/49 kB Progress (3): 339/472 kB | 46 kB | 20/49 kB Progress (3): 339/472 kB | 46 kB | 24/49 kB Progress (3): 344/472 kB | 46 kB | 24/49 kB Progress (3): 344/472 kB | 46 kB | 28/49 kB Progress (3): 344/472 kB | 46 kB | 32/49 kB Progress (3): 348/472 kB | 46 kB | 32/49 kB Progress (3): 348/472 kB | 46 kB | 36/49 kB Progress (3): 352/472 kB | 46 kB | 36/49 kB Progress (3): 352/472 kB | 46 kB | 40/49 kB Progress (3): 356/472 kB | 46 kB | 40/49 kB Progress (3): 356/472 kB | 46 kB | 45/49 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 49 kB/s) Progress (2): 356/472 kB | 49/49 kB Progress (2): 360/472 kB | 49/49 kB Progress (2): 360/472 kB | 49 kB 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 Progress (2): 364/472 kB | 49 kB Progress (2): 368/472 kB | 49 kB Progress (3): 368/472 kB | 49 kB | 4.1/247 kB Progress (3): 372/472 kB | 49 kB | 4.1/247 kB Progress (3): 372/472 kB | 49 kB | 7.7/247 kB Progress (3): 376/472 kB | 49 kB | 7.7/247 kB Progress (3): 376/472 kB | 49 kB | 12/247 kB Progress (3): 380/472 kB | 49 kB | 12/247 kB Progress (3): 384/472 kB | 49 kB | 12/247 kB Progress (3): 389/472 kB | 49 kB | 12/247 kB Progress (3): 393/472 kB | 49 kB | 12/247 kB Progress (4): 393/472 kB | 49 kB | 12/247 kB | 4.1/187 kB Progress (4): 393/472 kB | 49 kB | 12/247 kB | 7.7/187 kB Progress (4): 393/472 kB | 49 kB | 12/247 kB | 12/187 kB Progress (4): 393/472 kB | 49 kB | 16/247 kB | 12/187 kB Progress (5): 393/472 kB | 49 kB | 16/247 kB | 12/187 kB | 4.1/86 kB Progress (5): 397/472 kB | 49 kB | 16/247 kB | 12/187 kB | 4.1/86 kB Progress (5): 397/472 kB | 49 kB | 16/247 kB | 16/187 kB | 4.1/86 kB Progress (5): 401/472 kB | 49 kB | 16/247 kB | 16/187 kB | 4.1/86 kB Progress (5): 401/472 kB | 49 kB | 20/247 kB | 16/187 kB | 4.1/86 kB Progress (5): 401/472 kB | 49 kB | 20/247 kB | 16/187 kB | 7.7/86 kB Progress (5): 401/472 kB | 49 kB | 24/247 kB | 16/187 kB | 7.7/86 kB Progress (5): 401/472 kB | 49 kB | 24/247 kB | 20/187 kB | 7.7/86 kB Progress (5): 405/472 kB | 49 kB | 24/247 kB | 20/187 kB | 7.7/86 kB Progress (5): 405/472 kB | 49 kB | 24/247 kB | 24/187 kB | 7.7/86 kB Progress (5): 405/472 kB | 49 kB | 28/247 kB | 24/187 kB | 7.7/86 kB Progress (5): 405/472 kB | 49 kB | 28/247 kB | 24/187 kB | 12/86 kB Progress (5): 405/472 kB | 49 kB | 32/247 kB | 24/187 kB | 12/86 kB Progress (5): 405/472 kB | 49 kB | 32/247 kB | 28/187 kB | 12/86 kB Progress (5): 409/472 kB | 49 kB | 32/247 kB | 28/187 kB | 12/86 kB Progress (5): 409/472 kB | 49 kB | 32/247 kB | 32/187 kB | 12/86 kB Progress (5): 409/472 kB | 49 kB | 32/247 kB | 32/187 kB | 16/86 kB Progress (5): 409/472 kB | 49 kB | 36/247 kB | 32/187 kB | 16/86 kB Progress (5): 409/472 kB | 49 kB | 40/247 kB | 32/187 kB | 16/86 kB Progress (5): 413/472 kB | 49 kB | 40/247 kB | 32/187 kB | 16/86 kB Progress (5): 413/472 kB | 49 kB | 40/247 kB | 36/187 kB | 16/86 kB Progress (5): 417/472 kB | 49 kB | 40/247 kB | 36/187 kB | 16/86 kB Progress (5): 417/472 kB | 49 kB | 40/247 kB | 36/187 kB | 20/86 kB Progress (5): 417/472 kB | 49 kB | 45/247 kB | 36/187 kB | 20/86 kB Progress (5): 417/472 kB | 49 kB | 45/247 kB | 36/187 kB | 24/86 kB Progress (5): 421/472 kB | 49 kB | 45/247 kB | 36/187 kB | 24/86 kB Progress (5): 421/472 kB | 49 kB | 45/247 kB | 40/187 kB | 24/86 kB Progress (5): 425/472 kB | 49 kB | 45/247 kB | 40/187 kB | 24/86 kB Progress (5): 425/472 kB | 49 kB | 45/247 kB | 40/187 kB | 28/86 kB Progress (5): 425/472 kB | 49 kB | 49/247 kB | 40/187 kB | 28/86 kB Progress (5): 425/472 kB | 49 kB | 49/247 kB | 40/187 kB | 32/86 kB Progress (5): 425/472 kB | 49 kB | 49/247 kB | 45/187 kB | 32/86 kB Progress (5): 430/472 kB | 49 kB | 49/247 kB | 45/187 kB | 32/86 kB Progress (5): 430/472 kB | 49 kB | 53/247 kB | 45/187 kB | 32/86 kB Progress (5): 430/472 kB | 49 kB | 53/247 kB | 45/187 kB | 36/86 kB Progress (5): 430/472 kB | 49 kB | 53/247 kB | 49/187 kB | 36/86 kB Progress (5): 430/472 kB | 49 kB | 53/247 kB | 49/187 kB | 40/86 kB Progress (5): 430/472 kB | 49 kB | 57/247 kB | 49/187 kB | 40/86 kB Progress (5): 434/472 kB | 49 kB | 57/247 kB | 49/187 kB | 40/86 kB Progress (5): 434/472 kB | 49 kB | 57/247 kB | 53/187 kB | 40/86 kB Progress (5): 434/472 kB | 49 kB | 61/247 kB | 53/187 kB | 40/86 kB Progress (5): 434/472 kB | 49 kB | 61/247 kB | 53/187 kB | 45/86 kB Progress (5): 434/472 kB | 49 kB | 65/247 kB | 53/187 kB | 45/86 kB Progress (5): 434/472 kB | 49 kB | 65/247 kB | 57/187 kB | 45/86 kB Progress (5): 438/472 kB | 49 kB | 65/247 kB | 57/187 kB | 45/86 kB Progress (5): 438/472 kB | 49 kB | 65/247 kB | 61/187 kB | 45/86 kB Progress (5): 438/472 kB | 49 kB | 65/247 kB | 61/187 kB | 49/86 kB Progress (5): 438/472 kB | 49 kB | 65/247 kB | 65/187 kB | 49/86 kB Progress (5): 438/472 kB | 49 kB | 69/247 kB | 65/187 kB | 49/86 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 48 kB/s) Progress (4): 442/472 kB | 69/247 kB | 65/187 kB | 49/86 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (4): 442/472 kB | 69/247 kB | 65/187 kB | 53/86 kB Progress (4): 442/472 kB | 69/247 kB | 69/187 kB | 53/86 kB Progress (4): 442/472 kB | 73/247 kB | 69/187 kB | 53/86 kB Progress (4): 442/472 kB | 73/247 kB | 73/187 kB | 53/86 kB Progress (4): 442/472 kB | 73/247 kB | 73/187 kB | 57/86 kB Progress (4): 446/472 kB | 73/247 kB | 73/187 kB | 57/86 kB Progress (4): 446/472 kB | 73/247 kB | 73/187 kB | 61/86 kB Progress (4): 446/472 kB | 73/247 kB | 77/187 kB | 61/86 kB Progress (4): 446/472 kB | 77/247 kB | 77/187 kB | 61/86 kB Progress (4): 446/472 kB | 77/247 kB | 81/187 kB | 61/86 kB Progress (4): 446/472 kB | 77/247 kB | 81/187 kB | 65/86 kB Progress (4): 450/472 kB | 77/247 kB | 81/187 kB | 65/86 kB Progress (4): 450/472 kB | 81/247 kB | 81/187 kB | 65/86 kB Progress (4): 450/472 kB | 81/247 kB | 85/187 kB | 65/86 kB Progress (4): 454/472 kB | 81/247 kB | 85/187 kB | 65/86 kB Progress (4): 454/472 kB | 81/247 kB | 90/187 kB | 65/86 kB Progress (4): 458/472 kB | 81/247 kB | 90/187 kB | 65/86 kB Progress (4): 458/472 kB | 81/247 kB | 90/187 kB | 69/86 kB Progress (4): 458/472 kB | 85/247 kB | 90/187 kB | 69/86 kB Progress (4): 458/472 kB | 85/247 kB | 94/187 kB | 69/86 kB Progress (4): 462/472 kB | 85/247 kB | 94/187 kB | 69/86 kB Progress (4): 462/472 kB | 90/247 kB | 94/187 kB | 69/86 kB Progress (4): 462/472 kB | 90/247 kB | 94/187 kB | 73/86 kB Progress (4): 462/472 kB | 94/247 kB | 94/187 kB | 73/86 kB Progress (4): 466/472 kB | 94/247 kB | 94/187 kB | 73/86 kB Progress (4): 466/472 kB | 94/247 kB | 98/187 kB | 73/86 kB Progress (4): 471/472 kB | 94/247 kB | 98/187 kB | 73/86 kB Progress (4): 471/472 kB | 98/247 kB | 98/187 kB | 73/86 kB Progress (4): 471/472 kB | 98/247 kB | 98/187 kB | 77/86 kB Progress (4): 471/472 kB | 98/247 kB | 102/187 kB | 77/86 kB Progress (4): 472 kB | 98/247 kB | 102/187 kB | 77/86 kB Progress (4): 472 kB | 98/247 kB | 106/187 kB | 77/86 kB Progress (4): 472 kB | 98/247 kB | 106/187 kB | 81/86 kB Progress (5): 472 kB | 98/247 kB | 106/187 kB | 81/86 kB | 4.1/209 kB Progress (5): 472 kB | 102/247 kB | 106/187 kB | 81/86 kB | 4.1/209 kB Progress (5): 472 kB | 102/247 kB | 106/187 kB | 81/86 kB | 7.7/209 kB Progress (5): 472 kB | 102/247 kB | 106/187 kB | 85/86 kB | 7.7/209 kB Progress (5): 472 kB | 102/247 kB | 110/187 kB | 85/86 kB | 7.7/209 kB Progress (5): 472 kB | 102/247 kB | 110/187 kB | 86 kB | 7.7/209 kB Progress (5): 472 kB | 102/247 kB | 110/187 kB | 86 kB | 12/209 kB Progress (5): 472 kB | 106/247 kB | 110/187 kB | 86 kB | 12/209 kB Progress (5): 472 kB | 106/247 kB | 110/187 kB | 86 kB | 16/209 kB Progress (5): 472 kB | 106/247 kB | 114/187 kB | 86 kB | 16/209 kB Progress (5): 472 kB | 110/247 kB | 114/187 kB | 86 kB | 16/209 kB Progress (5): 472 kB | 114/247 kB | 114/187 kB | 86 kB | 16/209 kB Progress (5): 472 kB | 114/247 kB | 114/187 kB | 86 kB | 20/209 kB Progress (5): 472 kB | 114/247 kB | 118/187 kB | 86 kB | 20/209 kB Progress (5): 472 kB | 114/247 kB | 118/187 kB | 86 kB | 24/209 kB Progress (5): 472 kB | 118/247 kB | 118/187 kB | 86 kB | 24/209 kB Progress (5): 472 kB | 118/247 kB | 122/187 kB | 86 kB | 24/209 kB Progress (5): 472 kB | 122/247 kB | 122/187 kB | 86 kB | 24/209 kB Progress (5): 472 kB | 122/247 kB | 122/187 kB | 86 kB | 28/209 kB Progress (5): 472 kB | 126/247 kB | 122/187 kB | 86 kB | 28/209 kB Progress (5): 472 kB | 126/247 kB | 126/187 kB | 86 kB | 28/209 kB Progress (5): 472 kB | 131/247 kB | 126/187 kB | 86 kB | 28/209 kB Progress (5): 472 kB | 131/247 kB | 126/187 kB | 86 kB | 32/209 kB Progress (5): 472 kB | 131/247 kB | 131/187 kB | 86 kB | 32/209 kB Progress (5): 472 kB | 135/247 kB | 131/187 kB | 86 kB | 32/209 kB Progress (5): 472 kB | 135/247 kB | 131/187 kB | 86 kB | 36/209 kB Progress (5): 472 kB | 135/247 kB | 135/187 kB | 86 kB | 36/209 kB Progress (5): 472 kB | 139/247 kB | 135/187 kB | 86 kB | 36/209 kB Progress (5): 472 kB | 139/247 kB | 139/187 kB | 86 kB | 36/209 kB Progress (5): 472 kB | 139/247 kB | 139/187 kB | 86 kB | 40/209 kB Progress (5): 472 kB | 139/247 kB | 143/187 kB | 86 kB | 40/209 kB Progress (5): 472 kB | 143/247 kB | 143/187 kB | 86 kB | 40/209 kB Progress (5): 472 kB | 143/247 kB | 147/187 kB | 86 kB | 40/209 kB Progress (5): 472 kB | 143/247 kB | 147/187 kB | 86 kB | 45/209 kB Progress (5): 472 kB | 147/247 kB | 147/187 kB | 86 kB | 45/209 kB Progress (5): 472 kB | 147/247 kB | 147/187 kB | 86 kB | 49/209 kB Progress (5): 472 kB | 147/247 kB | 151/187 kB | 86 kB | 49/209 kB Progress (5): 472 kB | 147/247 kB | 155/187 kB | 86 kB | 49/209 kB Progress (5): 472 kB | 147/247 kB | 159/187 kB | 86 kB | 49/209 kB Progress (5): 472 kB | 151/247 kB | 159/187 kB | 86 kB | 49/209 kB Progress (5): 472 kB | 151/247 kB | 159/187 kB | 86 kB | 53/209 kB Progress (5): 472 kB | 151/247 kB | 163/187 kB | 86 kB | 53/209 kB Progress (5): 472 kB | 151/247 kB | 163/187 kB | 86 kB | 57/209 kB Progress (5): 472 kB | 155/247 kB | 163/187 kB | 86 kB | 57/209 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 419 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 76 kB/s) Progress (3): 155/247 kB | 163/187 kB | 61/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (3): 155/247 kB | 167/187 kB | 61/209 kB Progress (3): 159/247 kB | 167/187 kB | 61/209 kB Progress (3): 159/247 kB | 171/187 kB | 61/209 kB Progress (3): 159/247 kB | 176/187 kB | 61/209 kB Progress (3): 159/247 kB | 176/187 kB | 65/209 kB Progress (3): 159/247 kB | 180/187 kB | 65/209 kB Progress (3): 163/247 kB | 180/187 kB | 65/209 kB Progress (3): 163/247 kB | 184/187 kB | 65/209 kB Progress (3): 163/247 kB | 184/187 kB | 69/209 kB Progress (3): 163/247 kB | 187 kB | 69/209 kB Progress (4): 163/247 kB | 187 kB | 69/209 kB | 4.1/56 kB Progress (4): 163/247 kB | 187 kB | 73/209 kB | 4.1/56 kB Progress (4): 163/247 kB | 187 kB | 73/209 kB | 7.7/56 kB Progress (4): 167/247 kB | 187 kB | 73/209 kB | 7.7/56 kB Progress (4): 167/247 kB | 187 kB | 73/209 kB | 12/56 kB Progress (4): 167/247 kB | 187 kB | 77/209 kB | 12/56 kB Progress (5): 167/247 kB | 187 kB | 77/209 kB | 12/56 kB | 4.1/532 kB Progress (5): 167/247 kB | 187 kB | 81/209 kB | 12/56 kB | 4.1/532 kB Progress (5): 167/247 kB | 187 kB | 81/209 kB | 16/56 kB | 4.1/532 kB Progress (5): 171/247 kB | 187 kB | 81/209 kB | 16/56 kB | 4.1/532 kB Progress (5): 171/247 kB | 187 kB | 81/209 kB | 16/56 kB | 7.7/532 kB Progress (5): 171/247 kB | 187 kB | 85/209 kB | 16/56 kB | 7.7/532 kB Progress (5): 176/247 kB | 187 kB | 85/209 kB | 16/56 kB | 7.7/532 kB Progress (5): 176/247 kB | 187 kB | 90/209 kB | 16/56 kB | 7.7/532 kB Progress (5): 176/247 kB | 187 kB | 90/209 kB | 20/56 kB | 7.7/532 kB Progress (5): 176/247 kB | 187 kB | 90/209 kB | 20/56 kB | 12/532 kB Progress (5): 176/247 kB | 187 kB | 90/209 kB | 24/56 kB | 12/532 kB Progress (5): 176/247 kB | 187 kB | 94/209 kB | 24/56 kB | 12/532 kB Progress (5): 180/247 kB | 187 kB | 94/209 kB | 24/56 kB | 12/532 kB Progress (5): 180/247 kB | 187 kB | 98/209 kB | 24/56 kB | 12/532 kB Progress (5): 180/247 kB | 187 kB | 98/209 kB | 28/56 kB | 12/532 kB Progress (5): 180/247 kB | 187 kB | 98/209 kB | 28/56 kB | 16/532 kB Progress (5): 180/247 kB | 187 kB | 102/209 kB | 28/56 kB | 16/532 kB Progress (5): 184/247 kB | 187 kB | 102/209 kB | 28/56 kB | 16/532 kB Progress (5): 184/247 kB | 187 kB | 102/209 kB | 32/56 kB | 16/532 kB Progress (5): 184/247 kB | 187 kB | 102/209 kB | 32/56 kB | 20/532 kB Progress (5): 188/247 kB | 187 kB | 102/209 kB | 32/56 kB | 20/532 kB Progress (5): 188/247 kB | 187 kB | 106/209 kB | 32/56 kB | 20/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 154 kB/s) Progress (4): 188/247 kB | 110/209 kB | 32/56 kB | 20/532 kB Progress (4): 188/247 kB | 110/209 kB | 36/56 kB | 20/532 kB Progress (4): 192/247 kB | 110/209 kB | 36/56 kB | 20/532 kB Progress (4): 192/247 kB | 110/209 kB | 36/56 kB | 24/532 kB Progress (4): 196/247 kB | 110/209 kB | 36/56 kB | 24/532 kB Progress (4): 196/247 kB | 110/209 kB | 40/56 kB | 24/532 kB Progress (4): 196/247 kB | 114/209 kB | 40/56 kB | 24/532 kB 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): 200/247 kB | 114/209 kB | 40/56 kB | 24/532 kB Progress (4): 200/247 kB | 114/209 kB | 45/56 kB | 24/532 kB Progress (4): 200/247 kB | 114/209 kB | 45/56 kB | 28/532 kB Progress (4): 200/247 kB | 114/209 kB | 49/56 kB | 28/532 kB Progress (4): 204/247 kB | 114/209 kB | 49/56 kB | 28/532 kB Progress (4): 204/247 kB | 118/209 kB | 49/56 kB | 28/532 kB Progress (4): 204/247 kB | 118/209 kB | 53/56 kB | 28/532 kB Progress (4): 208/247 kB | 118/209 kB | 53/56 kB | 28/532 kB Progress (4): 208/247 kB | 118/209 kB | 53/56 kB | 32/532 kB Progress (4): 212/247 kB | 118/209 kB | 53/56 kB | 32/532 kB Progress (4): 212/247 kB | 118/209 kB | 56 kB | 32/532 kB Progress (4): 212/247 kB | 122/209 kB | 56 kB | 32/532 kB Progress (4): 212/247 kB | 126/209 kB | 56 kB | 32/532 kB Progress (4): 212/247 kB | 131/209 kB | 56 kB | 32/532 kB Progress (4): 217/247 kB | 131/209 kB | 56 kB | 32/532 kB Progress (4): 217/247 kB | 131/209 kB | 56 kB | 36/532 kB Progress (4): 221/247 kB | 131/209 kB | 56 kB | 36/532 kB Progress (4): 221/247 kB | 131/209 kB | 56 kB | 40/532 kB Progress (4): 221/247 kB | 135/209 kB | 56 kB | 40/532 kB Progress (4): 221/247 kB | 135/209 kB | 56 kB | 45/532 kB Progress (4): 225/247 kB | 135/209 kB | 56 kB | 45/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 46 kB/s) Progress (3): 225/247 kB | 135/209 kB | 49/532 kB Progress (3): 225/247 kB | 139/209 kB | 49/532 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 (3): 229/247 kB | 139/209 kB | 49/532 kB Progress (3): 229/247 kB | 143/209 kB | 49/532 kB Progress (3): 229/247 kB | 143/209 kB | 53/532 kB Progress (3): 229/247 kB | 147/209 kB | 53/532 kB Progress (3): 229/247 kB | 147/209 kB | 57/532 kB Progress (3): 233/247 kB | 147/209 kB | 57/532 kB Progress (3): 233/247 kB | 147/209 kB | 61/532 kB Progress (3): 233/247 kB | 151/209 kB | 61/532 kB Progress (3): 237/247 kB | 151/209 kB | 61/532 kB Progress (3): 237/247 kB | 155/209 kB | 61/532 kB Progress (3): 237/247 kB | 155/209 kB | 65/532 kB Progress (3): 237/247 kB | 159/209 kB | 65/532 kB Progress (3): 241/247 kB | 159/209 kB | 65/532 kB Progress (3): 241/247 kB | 163/209 kB | 65/532 kB Progress (3): 245/247 kB | 163/209 kB | 65/532 kB Progress (3): 247 kB | 163/209 kB | 65/532 kB Progress (3): 247 kB | 163/209 kB | 69/532 kB Progress (3): 247 kB | 167/209 kB | 69/532 kB Progress (3): 247 kB | 167/209 kB | 73/532 kB Progress (4): 247 kB | 167/209 kB | 73/532 kB | 4.1/58 kB Progress (4): 247 kB | 171/209 kB | 73/532 kB | 4.1/58 kB Progress (4): 247 kB | 171/209 kB | 73/532 kB | 7.7/58 kB Progress (4): 247 kB | 171/209 kB | 77/532 kB | 7.7/58 kB Progress (4): 247 kB | 171/209 kB | 77/532 kB | 12/58 kB Progress (4): 247 kB | 176/209 kB | 77/532 kB | 12/58 kB Progress (4): 247 kB | 176/209 kB | 77/532 kB | 16/58 kB Progress (4): 247 kB | 176/209 kB | 81/532 kB | 16/58 kB Progress (4): 247 kB | 180/209 kB | 81/532 kB | 16/58 kB Progress (4): 247 kB | 180/209 kB | 81/532 kB | 20/58 kB Progress (4): 247 kB | 180/209 kB | 81/532 kB | 24/58 kB Progress (4): 247 kB | 184/209 kB | 81/532 kB | 24/58 kB Progress (4): 247 kB | 184/209 kB | 85/532 kB | 24/58 kB Progress (4): 247 kB | 184/209 kB | 85/532 kB | 28/58 kB Progress (4): 247 kB | 184/209 kB | 90/532 kB | 28/58 kB Progress (4): 247 kB | 188/209 kB | 90/532 kB | 28/58 kB Progress (4): 247 kB | 188/209 kB | 94/532 kB | 28/58 kB Progress (4): 247 kB | 188/209 kB | 94/532 kB | 32/58 kB Progress (4): 247 kB | 188/209 kB | 98/532 kB | 32/58 kB Progress (4): 247 kB | 192/209 kB | 98/532 kB | 32/58 kB Progress (4): 247 kB | 196/209 kB | 98/532 kB | 32/58 kB Progress (4): 247 kB | 196/209 kB | 98/532 kB | 36/58 kB Progress (4): 247 kB | 196/209 kB | 98/532 kB | 40/58 kB Progress (4): 247 kB | 196/209 kB | 98/532 kB | 45/58 kB Progress (4): 247 kB | 200/209 kB | 98/532 kB | 45/58 kB Progress (4): 247 kB | 200/209 kB | 102/532 kB | 45/58 kB Progress (4): 247 kB | 204/209 kB | 102/532 kB | 45/58 kB Progress (4): 247 kB | 204/209 kB | 102/532 kB | 49/58 kB Progress (5): 247 kB | 204/209 kB | 102/532 kB | 49/58 kB | 4.1/100 kB Progress (5): 247 kB | 208/209 kB | 102/532 kB | 49/58 kB | 4.1/100 kB Progress (5): 247 kB | 208/209 kB | 106/532 kB | 49/58 kB | 4.1/100 kB Progress (5): 247 kB | 209 kB | 106/532 kB | 49/58 kB | 4.1/100 kB Progress (5): 247 kB | 209 kB | 106/532 kB | 49/58 kB | 7.7/100 kB Progress (5): 247 kB | 209 kB | 106/532 kB | 53/58 kB | 7.7/100 kB Progress (5): 247 kB | 209 kB | 106/532 kB | 53/58 kB | 12/100 kB Progress (5): 247 kB | 209 kB | 110/532 kB | 53/58 kB | 12/100 kB Progress (5): 247 kB | 209 kB | 110/532 kB | 53/58 kB | 16/100 kB Progress (5): 247 kB | 209 kB | 110/532 kB | 57/58 kB | 16/100 kB Progress (5): 247 kB | 209 kB | 110/532 kB | 58 kB | 16/100 kB Progress (5): 247 kB | 209 kB | 110/532 kB | 58 kB | 20/100 kB Progress (5): 247 kB | 209 kB | 114/532 kB | 58 kB | 20/100 kB Progress (5): 247 kB | 209 kB | 114/532 kB | 58 kB | 24/100 kB Progress (5): 247 kB | 209 kB | 114/532 kB | 58 kB | 28/100 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 188 kB/s) Progress (4): 209 kB | 118/532 kB | 58 kB | 28/100 kB Progress (4): 209 kB | 118/532 kB | 58 kB | 32/100 kB Progress (4): 209 kB | 122/532 kB | 58 kB | 32/100 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Progress (4): 209 kB | 122/532 kB | 58 kB | 36/100 kB Progress (4): 209 kB | 126/532 kB | 58 kB | 36/100 kB Progress (4): 209 kB | 126/532 kB | 58 kB | 40/100 kB Progress (4): 209 kB | 131/532 kB | 58 kB | 40/100 kB Progress (4): 209 kB | 131/532 kB | 58 kB | 45/100 kB Progress (4): 209 kB | 131/532 kB | 58 kB | 49/100 kB Progress (4): 209 kB | 131/532 kB | 58 kB | 53/100 kB Progress (4): 209 kB | 135/532 kB | 58 kB | 53/100 kB Progress (4): 209 kB | 135/532 kB | 58 kB | 57/100 kB Progress (4): 209 kB | 139/532 kB | 58 kB | 57/100 kB Progress (4): 209 kB | 139/532 kB | 58 kB | 61/100 kB Progress (4): 209 kB | 143/532 kB | 58 kB | 61/100 kB Progress (4): 209 kB | 143/532 kB | 58 kB | 65/100 kB Progress (4): 209 kB | 147/532 kB | 58 kB | 65/100 kB Progress (4): 209 kB | 147/532 kB | 58 kB | 69/100 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 158 kB/s) Progress (3): 151/532 kB | 58 kB | 69/100 kB Progress (3): 151/532 kB | 58 kB | 73/100 kB Progress (3): 155/532 kB | 58 kB | 73/100 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Progress (3): 159/532 kB | 58 kB | 73/100 kB Progress (3): 159/532 kB | 58 kB | 77/100 kB Progress (3): 163/532 kB | 58 kB | 77/100 kB Progress (3): 163/532 kB | 58 kB | 81/100 kB Progress (3): 163/532 kB | 58 kB | 85/100 kB Progress (3): 163/532 kB | 58 kB | 90/100 kB Progress (3): 167/532 kB | 58 kB | 90/100 kB Progress (3): 167/532 kB | 58 kB | 94/100 kB Progress (3): 171/532 kB | 58 kB | 94/100 kB Progress (3): 171/532 kB | 58 kB | 98/100 kB Progress (3): 176/532 kB | 58 kB | 98/100 kB Progress (3): 176/532 kB | 58 kB | 100 kB Progress (3): 180/532 kB | 58 kB | 100 kB Progress (3): 184/532 kB | 58 kB | 100 kB Progress (3): 188/532 kB | 58 kB | 100 kB Progress (3): 192/532 kB | 58 kB | 100 kB Progress (3): 196/532 kB | 58 kB | 100 kB Progress (3): 200/532 kB | 58 kB | 100 kB Progress (3): 204/532 kB | 58 kB | 100 kB Progress (3): 208/532 kB | 58 kB | 100 kB Progress (3): 212/532 kB | 58 kB | 100 kB Progress (3): 217/532 kB | 58 kB | 100 kB Progress (3): 221/532 kB | 58 kB | 100 kB Progress (3): 225/532 kB | 58 kB | 100 kB Progress (3): 229/532 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 75 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Progress (2): 233/532 kB | 58 kB Progress (2): 237/532 kB | 58 kB Progress (2): 241/532 kB | 58 kB Progress (2): 245/532 kB | 58 kB Progress (2): 249/532 kB | 58 kB Progress (2): 253/532 kB | 58 kB Progress (2): 258/532 kB | 58 kB 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 43 kB/s) Progress (1): 262/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Progress (1): 266/532 kB Progress (1): 270/532 kB Progress (1): 274/532 kB Progress (1): 278/532 kB Progress (1): 282/532 kB Progress (1): 286/532 kB Progress (1): 290/532 kB Progress (1): 294/532 kB Progress (1): 298/532 kB Progress (1): 303/532 kB Progress (1): 307/532 kB Progress (1): 311/532 kB Progress (1): 315/532 kB Progress (1): 319/532 kB Progress (1): 323/532 kB Progress (1): 327/532 kB Progress (2): 327/532 kB | 4.1/13 kB Progress (2): 327/532 kB | 7.7/13 kB Progress (2): 327/532 kB | 12/13 kB Progress (3): 327/532 kB | 12/13 kB | 0/1.4 MB Progress (3): 327/532 kB | 12/13 kB | 0/1.4 MB Progress (3): 327/532 kB | 13 kB | 0/1.4 MB Progress (3): 331/532 kB | 13 kB | 0/1.4 MB Progress (4): 331/532 kB | 13 kB | 0/1.4 MB | 3.1 kB Progress (5): 331/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 4.1/245 kB Progress (5): 331/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 4.1/245 kB Progress (5): 335/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 4.1/245 kB Progress (5): 335/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 4.1/245 kB Progress (5): 335/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 7.7/245 kB Progress (5): 339/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 7.7/245 kB Progress (5): 339/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 12/245 kB Progress (5): 344/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 12/245 kB Progress (5): 344/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 12/245 kB Progress (5): 344/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 16/245 kB Progress (5): 344/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 16/245 kB Progress (5): 348/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 16/245 kB Progress (5): 348/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 20/245 kB Progress (5): 352/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 20/245 kB Progress (5): 352/532 kB | 13 kB | 0/1.4 MB | 3.1 kB | 24/245 kB Progress (5): 352/532 kB | 13 kB | 0.1/1.4 MB | 3.1 kB | 24/245 kB Progress (5): 356/532 kB | 13 kB | 0.1/1.4 MB | 3.1 kB | 24/245 kB Progress (5): 356/532 kB | 13 kB | 0.1/1.4 MB | 3.1 kB | 24/245 kB Progress (5): 356/532 kB | 13 kB | 0.1/1.4 MB | 3.1 kB | 28/245 kB Progress (5): 360/532 kB | 13 kB | 0.1/1.4 MB | 3.1 kB | 28/245 kB Progress (5): 360/532 kB | 13 kB | 0.1/1.4 MB | 3.1 kB | 32/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 9.3 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 2.2 kB/s) Progress (3): 364/532 kB | 0.1/1.4 MB | 32/245 kB Progress (3): 364/532 kB | 0.1/1.4 MB | 32/245 kB Progress (3): 368/532 kB | 0.1/1.4 MB | 32/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (3): 368/532 kB | 0.1/1.4 MB | 36/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Progress (3): 368/532 kB | 0.1/1.4 MB | 40/245 kB Progress (3): 372/532 kB | 0.1/1.4 MB | 40/245 kB Progress (3): 372/532 kB | 0.1/1.4 MB | 40/245 kB Progress (3): 376/532 kB | 0.1/1.4 MB | 40/245 kB Progress (3): 376/532 kB | 0.1/1.4 MB | 45/245 kB Progress (3): 376/532 kB | 0.1/1.4 MB | 49/245 kB Progress (3): 380/532 kB | 0.1/1.4 MB | 49/245 kB Progress (4): 380/532 kB | 0.1/1.4 MB | 49/245 kB | 4.1/112 kB Progress (4): 380/532 kB | 0.1/1.4 MB | 49/245 kB | 4.1/112 kB Progress (4): 380/532 kB | 0.1/1.4 MB | 49/245 kB | 7.7/112 kB Progress (4): 380/532 kB | 0.1/1.4 MB | 53/245 kB | 7.7/112 kB Progress (4): 384/532 kB | 0.1/1.4 MB | 53/245 kB | 7.7/112 kB Progress (4): 384/532 kB | 0.1/1.4 MB | 57/245 kB | 7.7/112 kB Progress (4): 384/532 kB | 0.1/1.4 MB | 57/245 kB | 12/112 kB Progress (4): 384/532 kB | 0.1/1.4 MB | 57/245 kB | 12/112 kB Progress (4): 384/532 kB | 0.1/1.4 MB | 57/245 kB | 16/112 kB Progress (4): 384/532 kB | 0.1/1.4 MB | 61/245 kB | 16/112 kB Progress (4): 389/532 kB | 0.1/1.4 MB | 61/245 kB | 16/112 kB Progress (4): 389/532 kB | 0.1/1.4 MB | 65/245 kB | 16/112 kB Progress (4): 389/532 kB | 0.1/1.4 MB | 65/245 kB | 20/112 kB Progress (4): 393/532 kB | 0.1/1.4 MB | 65/245 kB | 20/112 kB Progress (4): 393/532 kB | 0.1/1.4 MB | 65/245 kB | 24/112 kB Progress (4): 393/532 kB | 0.1/1.4 MB | 65/245 kB | 24/112 kB Progress (4): 393/532 kB | 0.1/1.4 MB | 69/245 kB | 24/112 kB Progress (4): 393/532 kB | 0.1/1.4 MB | 69/245 kB | 28/112 kB Progress (4): 393/532 kB | 0.1/1.4 MB | 73/245 kB | 28/112 kB Progress (4): 393/532 kB | 0.1/1.4 MB | 73/245 kB | 28/112 kB Progress (4): 397/532 kB | 0.1/1.4 MB | 73/245 kB | 28/112 kB Progress (4): 397/532 kB | 0.1/1.4 MB | 77/245 kB | 28/112 kB Progress (4): 397/532 kB | 0.1/1.4 MB | 77/245 kB | 32/112 kB Progress (4): 397/532 kB | 0.1/1.4 MB | 81/245 kB | 32/112 kB Progress (4): 401/532 kB | 0.1/1.4 MB | 81/245 kB | 32/112 kB Progress (4): 401/532 kB | 0.1/1.4 MB | 81/245 kB | 32/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 81/245 kB | 32/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 81/245 kB | 32/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 81/245 kB | 36/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 85/245 kB | 36/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 85/245 kB | 40/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 90/245 kB | 40/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 90/245 kB | 45/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 90/245 kB | 45/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 94/245 kB | 45/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 94/245 kB | 45/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 94/245 kB | 49/112 kB Progress (4): 405/532 kB | 0.1/1.4 MB | 98/245 kB | 49/112 kB Progress (4): 405/532 kB | 0.2/1.4 MB | 98/245 kB | 49/112 kB Progress (4): 409/532 kB | 0.2/1.4 MB | 98/245 kB | 49/112 kB Progress (4): 409/532 kB | 0.2/1.4 MB | 98/245 kB | 49/112 kB Progress (4): 409/532 kB | 0.2/1.4 MB | 98/245 kB | 53/112 kB Progress (4): 409/532 kB | 0.2/1.4 MB | 102/245 kB | 53/112 kB Progress (4): 409/532 kB | 0.2/1.4 MB | 102/245 kB | 57/112 kB Progress (4): 409/532 kB | 0.2/1.4 MB | 102/245 kB | 57/112 kB Progress (4): 409/532 kB | 0.2/1.4 MB | 106/245 kB | 57/112 kB Progress (4): 413/532 kB | 0.2/1.4 MB | 106/245 kB | 57/112 kB Progress (4): 413/532 kB | 0.2/1.4 MB | 110/245 kB | 57/112 kB Progress (4): 413/532 kB | 0.2/1.4 MB | 110/245 kB | 57/112 kB Progress (4): 413/532 kB | 0.2/1.4 MB | 110/245 kB | 61/112 kB Progress (4): 413/532 kB | 0.2/1.4 MB | 114/245 kB | 61/112 kB Progress (4): 417/532 kB | 0.2/1.4 MB | 114/245 kB | 61/112 kB Progress (4): 417/532 kB | 0.2/1.4 MB | 114/245 kB | 61/112 kB Progress (4): 417/532 kB | 0.2/1.4 MB | 114/245 kB | 65/112 kB Progress (4): 417/532 kB | 0.2/1.4 MB | 114/245 kB | 65/112 kB Progress (4): 417/532 kB | 0.2/1.4 MB | 118/245 kB | 65/112 kB Progress (4): 421/532 kB | 0.2/1.4 MB | 118/245 kB | 65/112 kB Progress (4): 421/532 kB | 0.2/1.4 MB | 118/245 kB | 69/112 kB Progress (4): 421/532 kB | 0.2/1.4 MB | 122/245 kB | 69/112 kB Progress (4): 421/532 kB | 0.2/1.4 MB | 122/245 kB | 69/112 kB Progress (4): 421/532 kB | 0.2/1.4 MB | 122/245 kB | 73/112 kB Progress (4): 425/532 kB | 0.2/1.4 MB | 122/245 kB | 73/112 kB Progress (4): 425/532 kB | 0.2/1.4 MB | 122/245 kB | 77/112 kB Progress (4): 425/532 kB | 0.2/1.4 MB | 122/245 kB | 77/112 kB Progress (4): 425/532 kB | 0.2/1.4 MB | 126/245 kB | 77/112 kB Progress (4): 425/532 kB | 0.2/1.4 MB | 126/245 kB | 81/112 kB Progress (4): 430/532 kB | 0.2/1.4 MB | 126/245 kB | 81/112 kB Progress (4): 430/532 kB | 0.2/1.4 MB | 131/245 kB | 81/112 kB Progress (4): 434/532 kB | 0.2/1.4 MB | 131/245 kB | 81/112 kB Progress (4): 434/532 kB | 0.2/1.4 MB | 131/245 kB | 81/112 kB Progress (4): 438/532 kB | 0.2/1.4 MB | 131/245 kB | 81/112 kB Progress (4): 438/532 kB | 0.2/1.4 MB | 131/245 kB | 85/112 kB Progress (4): 442/532 kB | 0.2/1.4 MB | 131/245 kB | 85/112 kB Progress (4): 442/532 kB | 0.2/1.4 MB | 131/245 kB | 85/112 kB Progress (4): 442/532 kB | 0.2/1.4 MB | 135/245 kB | 85/112 kB Progress (4): 442/532 kB | 0.2/1.4 MB | 135/245 kB | 90/112 kB Progress (4): 442/532 kB | 0.2/1.4 MB | 139/245 kB | 90/112 kB Progress (4): 446/532 kB | 0.2/1.4 MB | 139/245 kB | 90/112 kB Progress (4): 446/532 kB | 0.2/1.4 MB | 139/245 kB | 94/112 kB Progress (4): 450/532 kB | 0.2/1.4 MB | 139/245 kB | 94/112 kB Progress (4): 450/532 kB | 0.2/1.4 MB | 143/245 kB | 94/112 kB Progress (4): 450/532 kB | 0.2/1.4 MB | 143/245 kB | 94/112 kB Progress (4): 450/532 kB | 0.2/1.4 MB | 147/245 kB | 94/112 kB Progress (4): 454/532 kB | 0.2/1.4 MB | 147/245 kB | 94/112 kB Progress (4): 454/532 kB | 0.2/1.4 MB | 147/245 kB | 98/112 kB Progress (4): 458/532 kB | 0.2/1.4 MB | 147/245 kB | 98/112 kB Progress (4): 458/532 kB | 0.2/1.4 MB | 147/245 kB | 98/112 kB Progress (4): 458/532 kB | 0.2/1.4 MB | 151/245 kB | 98/112 kB Progress (4): 458/532 kB | 0.2/1.4 MB | 151/245 kB | 102/112 kB Progress (4): 458/532 kB | 0.2/1.4 MB | 155/245 kB | 102/112 kB Progress (4): 462/532 kB | 0.2/1.4 MB | 155/245 kB | 102/112 kB Progress (4): 462/532 kB | 0.2/1.4 MB | 155/245 kB | 106/112 kB Progress (4): 466/532 kB | 0.2/1.4 MB | 155/245 kB | 106/112 kB Progress (4): 466/532 kB | 0.3/1.4 MB | 155/245 kB | 106/112 kB Progress (4): 466/532 kB | 0.3/1.4 MB | 159/245 kB | 106/112 kB Progress (4): 466/532 kB | 0.3/1.4 MB | 159/245 kB | 106/112 kB Progress (4): 471/532 kB | 0.3/1.4 MB | 159/245 kB | 106/112 kB Progress (4): 471/532 kB | 0.3/1.4 MB | 159/245 kB | 110/112 kB Progress (4): 475/532 kB | 0.3/1.4 MB | 159/245 kB | 110/112 kB Progress (4): 475/532 kB | 0.3/1.4 MB | 163/245 kB | 110/112 kB Progress (4): 475/532 kB | 0.3/1.4 MB | 163/245 kB | 110/112 kB Progress (4): 475/532 kB | 0.3/1.4 MB | 163/245 kB | 112 kB Progress (4): 475/532 kB | 0.3/1.4 MB | 163/245 kB | 112 kB Progress (4): 479/532 kB | 0.3/1.4 MB | 163/245 kB | 112 kB Progress (4): 479/532 kB | 0.3/1.4 MB | 167/245 kB | 112 kB Progress (4): 483/532 kB | 0.3/1.4 MB | 167/245 kB | 112 kB Progress (4): 483/532 kB | 0.3/1.4 MB | 171/245 kB | 112 kB Progress (4): 483/532 kB | 0.3/1.4 MB | 171/245 kB | 112 kB Progress (4): 483/532 kB | 0.3/1.4 MB | 176/245 kB | 112 kB Progress (4): 487/532 kB | 0.3/1.4 MB | 176/245 kB | 112 kB Progress (4): 487/532 kB | 0.3/1.4 MB | 180/245 kB | 112 kB Progress (4): 487/532 kB | 0.3/1.4 MB | 180/245 kB | 112 kB Progress (4): 491/532 kB | 0.3/1.4 MB | 180/245 kB | 112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 73 kB/s) Progress (3): 491/532 kB | 0.3/1.4 MB | 184/245 kB Progress (3): 495/532 kB | 0.3/1.4 MB | 184/245 kB Progress (3): 495/532 kB | 0.3/1.4 MB | 184/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Progress (3): 495/532 kB | 0.3/1.4 MB | 184/245 kB Progress (3): 499/532 kB | 0.3/1.4 MB | 184/245 kB Progress (3): 499/532 kB | 0.3/1.4 MB | 188/245 kB Progress (3): 503/532 kB | 0.3/1.4 MB | 188/245 kB Progress (3): 503/532 kB | 0.3/1.4 MB | 192/245 kB Progress (3): 503/532 kB | 0.3/1.4 MB | 192/245 kB Progress (3): 507/532 kB | 0.3/1.4 MB | 192/245 kB Progress (3): 507/532 kB | 0.3/1.4 MB | 192/245 kB Progress (3): 507/532 kB | 0.3/1.4 MB | 196/245 kB Progress (3): 511/532 kB | 0.3/1.4 MB | 196/245 kB Progress (3): 516/532 kB | 0.3/1.4 MB | 196/245 kB Progress (4): 516/532 kB | 0.3/1.4 MB | 196/245 kB | 4.1/7.0 kB Progress (4): 516/532 kB | 0.3/1.4 MB | 196/245 kB | 4.1/7.0 kB Progress (4): 516/532 kB | 0.3/1.4 MB | 200/245 kB | 4.1/7.0 kB Progress (4): 516/532 kB | 0.3/1.4 MB | 200/245 kB | 4.1/7.0 kB Progress (5): 516/532 kB | 0.3/1.4 MB | 200/245 kB | 4.1/7.0 kB | 4.1/36 kB Progress (5): 520/532 kB | 0.3/1.4 MB | 200/245 kB | 4.1/7.0 kB | 4.1/36 kB Progress (5): 520/532 kB | 0.3/1.4 MB | 200/245 kB | 7.0 kB | 4.1/36 kB Progress (5): 524/532 kB | 0.3/1.4 MB | 200/245 kB | 7.0 kB | 4.1/36 kB Progress (5): 524/532 kB | 0.4/1.4 MB | 200/245 kB | 7.0 kB | 4.1/36 kB Progress (5): 524/532 kB | 0.4/1.4 MB | 200/245 kB | 7.0 kB | 7.7/36 kB Progress (5): 524/532 kB | 0.4/1.4 MB | 204/245 kB | 7.0 kB | 7.7/36 kB Progress (5): 524/532 kB | 0.4/1.4 MB | 204/245 kB | 7.0 kB | 12/36 kB Progress (5): 528/532 kB | 0.4/1.4 MB | 204/245 kB | 7.0 kB | 12/36 kB Progress (5): 528/532 kB | 0.4/1.4 MB | 204/245 kB | 7.0 kB | 12/36 kB Progress (5): 532/532 kB | 0.4/1.4 MB | 204/245 kB | 7.0 kB | 12/36 kB Progress (5): 532/532 kB | 0.4/1.4 MB | 204/245 kB | 7.0 kB | 16/36 kB Progress (5): 532/532 kB | 0.4/1.4 MB | 208/245 kB | 7.0 kB | 16/36 kB Progress (5): 532/532 kB | 0.4/1.4 MB | 208/245 kB | 7.0 kB | 16/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 208/245 kB | 7.0 kB | 16/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 208/245 kB | 7.0 kB | 20/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 208/245 kB | 7.0 kB | 20/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 212/245 kB | 7.0 kB | 20/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 212/245 kB | 7.0 kB | 24/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 212/245 kB | 7.0 kB | 28/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 212/245 kB | 7.0 kB | 28/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 217/245 kB | 7.0 kB | 28/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 217/245 kB | 7.0 kB | 32/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 221/245 kB | 7.0 kB | 32/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 221/245 kB | 7.0 kB | 32/36 kB Progress (5): 532 kB | 0.4/1.4 MB | 221/245 kB | 7.0 kB | 36 kB Progress (5): 532 kB | 0.4/1.4 MB | 225/245 kB | 7.0 kB | 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 328 kB/s) Progress (4): 0.4/1.4 MB | 225/245 kB | 7.0 kB | 36 kB Progress (4): 0.4/1.4 MB | 229/245 kB | 7.0 kB | 36 kB Progress (4): 0.4/1.4 MB | 229/245 kB | 7.0 kB | 36 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Progress (4): 0.4/1.4 MB | 229/245 kB | 7.0 kB | 36 kB Progress (4): 0.4/1.4 MB | 233/245 kB | 7.0 kB | 36 kB Progress (4): 0.4/1.4 MB | 233/245 kB | 7.0 kB | 36 kB Progress (4): 0.4/1.4 MB | 237/245 kB | 7.0 kB | 36 kB Progress (4): 0.4/1.4 MB | 241/245 kB | 7.0 kB | 36 kB Progress (4): 0.4/1.4 MB | 245 kB | 7.0 kB | 36 kB Progress (4): 0.4/1.4 MB | 245 kB | 7.0 kB | 36 kB Progress (4): 0.4/1.4 MB | 245 kB | 7.0 kB | 36 kB Progress (4): 0.5/1.4 MB | 245 kB | 7.0 kB | 36 kB Progress (4): 0.5/1.4 MB | 245 kB | 7.0 kB | 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 4.3 kB/s) Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Progress (3): 0.5/1.4 MB | 245 kB | 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 150 kB/s) Progress (2): 0.5/1.4 MB | 36 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.6/1.4 MB | 36 kB Progress (2): 0.7/1.4 MB | 36 kB Progress (2): 0.7/1.4 MB | 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 21 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (1): 0.7/1.4 MB Progress (2): 0.7/1.4 MB | 4.1/285 kB Progress (2): 0.7/1.4 MB | 7.7/285 kB Progress (2): 0.7/1.4 MB | 12/285 kB Progress (2): 0.7/1.4 MB | 12/285 kB Progress (2): 0.7/1.4 MB | 16/285 kB Progress (2): 0.7/1.4 MB | 16/285 kB Progress (2): 0.7/1.4 MB | 20/285 kB Progress (2): 0.7/1.4 MB | 20/285 kB Progress (2): 0.7/1.4 MB | 24/285 kB Progress (2): 0.7/1.4 MB | 24/285 kB Progress (2): 0.7/1.4 MB | 28/285 kB Progress (2): 0.7/1.4 MB | 32/285 kB Progress (3): 0.7/1.4 MB | 32/285 kB | 4.1/53 kB Progress (3): 0.7/1.4 MB | 32/285 kB | 4.1/53 kB Progress (3): 0.7/1.4 MB | 32/285 kB | 7.7/53 kB Progress (3): 0.7/1.4 MB | 36/285 kB | 7.7/53 kB Progress (3): 0.7/1.4 MB | 36/285 kB | 12/53 kB Progress (3): 0.7/1.4 MB | 36/285 kB | 12/53 kB Progress (3): 0.7/1.4 MB | 36/285 kB | 16/53 kB Progress (3): 0.7/1.4 MB | 40/285 kB | 16/53 kB Progress (3): 0.7/1.4 MB | 45/285 kB | 16/53 kB Progress (3): 0.7/1.4 MB | 45/285 kB | 16/53 kB Progress (3): 0.7/1.4 MB | 49/285 kB | 16/53 kB Progress (3): 0.7/1.4 MB | 49/285 kB | 16/53 kB Progress (3): 0.7/1.4 MB | 49/285 kB | 20/53 kB Progress (3): 0.7/1.4 MB | 49/285 kB | 24/53 kB Progress (3): 0.7/1.4 MB | 53/285 kB | 24/53 kB Progress (3): 0.7/1.4 MB | 53/285 kB | 24/53 kB Progress (3): 0.7/1.4 MB | 53/285 kB | 28/53 kB Progress (3): 0.8/1.4 MB | 53/285 kB | 28/53 kB Progress (3): 0.8/1.4 MB | 57/285 kB | 28/53 kB Progress (3): 0.8/1.4 MB | 57/285 kB | 32/53 kB Progress (3): 0.8/1.4 MB | 61/285 kB | 32/53 kB Progress (3): 0.8/1.4 MB | 65/285 kB | 32/53 kB Progress (3): 0.8/1.4 MB | 65/285 kB | 32/53 kB Progress (3): 0.8/1.4 MB | 65/285 kB | 32/53 kB Progress (3): 0.8/1.4 MB | 65/285 kB | 36/53 kB Progress (3): 0.8/1.4 MB | 69/285 kB | 36/53 kB Progress (3): 0.8/1.4 MB | 69/285 kB | 40/53 kB Progress (3): 0.8/1.4 MB | 73/285 kB | 40/53 kB Progress (3): 0.8/1.4 MB | 73/285 kB | 40/53 kB Progress (3): 0.8/1.4 MB | 73/285 kB | 45/53 kB Progress (3): 0.8/1.4 MB | 73/285 kB | 45/53 kB Progress (3): 0.8/1.4 MB | 77/285 kB | 45/53 kB Progress (3): 0.8/1.4 MB | 77/285 kB | 49/53 kB Progress (3): 0.8/1.4 MB | 81/285 kB | 49/53 kB Progress (3): 0.8/1.4 MB | 81/285 kB | 53/53 kB Progress (3): 0.8/1.4 MB | 81/285 kB | 53/53 kB Progress (3): 0.8/1.4 MB | 81/285 kB | 53 kB Progress (3): 0.8/1.4 MB | 81/285 kB | 53 kB Progress (3): 0.8/1.4 MB | 85/285 kB | 53 kB Progress (3): 0.8/1.4 MB | 90/285 kB | 53 kB Progress (3): 0.8/1.4 MB | 94/285 kB | 53 kB Progress (3): 0.8/1.4 MB | 98/285 kB | 53 kB Progress (3): 0.8/1.4 MB | 98/285 kB | 53 kB Progress (3): 0.8/1.4 MB | 98/285 kB | 53 kB Progress (3): 0.8/1.4 MB | 102/285 kB | 53 kB Progress (3): 0.8/1.4 MB | 106/285 kB | 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 31 kB/s) Progress (2): 0.8/1.4 MB | 106/285 kB Progress (2): 0.8/1.4 MB | 110/285 kB Progress (2): 0.8/1.4 MB | 110/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Progress (2): 0.8/1.4 MB | 114/285 kB Progress (2): 0.8/1.4 MB | 114/285 kB Progress (2): 0.9/1.4 MB | 114/285 kB Progress (2): 0.9/1.4 MB | 118/285 kB Progress (2): 0.9/1.4 MB | 122/285 kB Progress (2): 0.9/1.4 MB | 126/285 kB Progress (2): 0.9/1.4 MB | 126/285 kB Progress (2): 0.9/1.4 MB | 131/285 kB Progress (2): 0.9/1.4 MB | 131/285 kB Progress (2): 0.9/1.4 MB | 135/285 kB Progress (2): 0.9/1.4 MB | 135/285 kB Progress (2): 0.9/1.4 MB | 139/285 kB Progress (2): 0.9/1.4 MB | 139/285 kB Progress (2): 0.9/1.4 MB | 143/285 kB Progress (2): 0.9/1.4 MB | 147/285 kB Progress (3): 0.9/1.4 MB | 147/285 kB | 4.1/37 kB Progress (3): 0.9/1.4 MB | 147/285 kB | 7.7/37 kB Progress (3): 0.9/1.4 MB | 147/285 kB | 7.7/37 kB Progress (3): 0.9/1.4 MB | 147/285 kB | 12/37 kB Progress (3): 0.9/1.4 MB | 147/285 kB | 12/37 kB Progress (3): 0.9/1.4 MB | 147/285 kB | 16/37 kB Progress (3): 0.9/1.4 MB | 151/285 kB | 16/37 kB Progress (4): 0.9/1.4 MB | 151/285 kB | 16/37 kB | 4.1/37 kB Progress (5): 0.9/1.4 MB | 151/285 kB | 16/37 kB | 4.1/37 kB | 4.1/9.4 kB Progress (5): 0.9/1.4 MB | 151/285 kB | 16/37 kB | 7.7/37 kB | 4.1/9.4 kB Progress (5): 0.9/1.4 MB | 151/285 kB | 20/37 kB | 7.7/37 kB | 4.1/9.4 kB Progress (5): 0.9/1.4 MB | 155/285 kB | 20/37 kB | 7.7/37 kB | 4.1/9.4 kB Progress (5): 0.9/1.4 MB | 159/285 kB | 20/37 kB | 7.7/37 kB | 4.1/9.4 kB Progress (5): 0.9/1.4 MB | 159/285 kB | 24/37 kB | 7.7/37 kB | 4.1/9.4 kB Progress (5): 0.9/1.4 MB | 159/285 kB | 24/37 kB | 12/37 kB | 4.1/9.4 kB Progress (5): 0.9/1.4 MB | 159/285 kB | 24/37 kB | 12/37 kB | 7.7/9.4 kB Progress (5): 0.9/1.4 MB | 159/285 kB | 24/37 kB | 12/37 kB | 7.7/9.4 kB Progress (5): 0.9/1.4 MB | 159/285 kB | 24/37 kB | 16/37 kB | 7.7/9.4 kB Progress (5): 0.9/1.4 MB | 159/285 kB | 28/37 kB | 16/37 kB | 7.7/9.4 kB Progress (5): 0.9/1.4 MB | 163/285 kB | 28/37 kB | 16/37 kB | 7.7/9.4 kB Progress (5): 0.9/1.4 MB | 163/285 kB | 32/37 kB | 16/37 kB | 7.7/9.4 kB Progress (5): 0.9/1.4 MB | 163/285 kB | 32/37 kB | 16/37 kB | 7.7/9.4 kB Progress (5): 0.9/1.4 MB | 163/285 kB | 32/37 kB | 16/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 167/285 kB | 32/37 kB | 16/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 167/285 kB | 36/37 kB | 16/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 167/285 kB | 36/37 kB | 20/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 167/285 kB | 37 kB | 20/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 171/285 kB | 37 kB | 20/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 171/285 kB | 37 kB | 20/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 176/285 kB | 37 kB | 20/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 176/285 kB | 37 kB | 24/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 180/285 kB | 37 kB | 24/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 180/285 kB | 37 kB | 24/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 180/285 kB | 37 kB | 28/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 180/285 kB | 37 kB | 32/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 184/285 kB | 37 kB | 32/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 188/285 kB | 37 kB | 32/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 188/285 kB | 37 kB | 36/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 188/285 kB | 37 kB | 36/37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 188/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 192/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 192/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 0.9/1.4 MB | 196/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 196/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 200/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 200/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 204/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 208/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 212/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 212/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 212/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 217/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 221/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 221/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 225/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 225/285 kB | 37 kB | 37 kB | 9.4 kB Progress (5): 1.0/1.4 MB | 229/285 kB | 37 kB | 37 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 5.1 kB/s) Progress (4): 1.0/1.4 MB | 233/285 kB | 37 kB | 37 kB Progress (4): 1.0/1.4 MB | 233/285 kB | 37 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 20 kB/s) Progress (3): 1.0/1.4 MB | 233/285 kB | 37 kB Progress (3): 1.0/1.4 MB | 237/285 kB | 37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (3): 1.0/1.4 MB | 237/285 kB | 37 kB Progress (3): 1.0/1.4 MB | 241/285 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 20 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Progress (2): 1.0/1.4 MB | 245/285 kB Progress (2): 1.0/1.4 MB | 245/285 kB Progress (2): 1.0/1.4 MB | 249/285 kB Progress (2): 1.0/1.4 MB | 253/285 kB Progress (2): 1.0/1.4 MB | 253/285 kB Progress (2): 1.0/1.4 MB | 258/285 kB Progress (2): 1.0/1.4 MB | 258/285 kB Progress (2): 1.0/1.4 MB | 262/285 kB Progress (2): 1.1/1.4 MB | 262/285 kB Progress (2): 1.1/1.4 MB | 266/285 kB Progress (2): 1.1/1.4 MB | 266/285 kB Progress (2): 1.1/1.4 MB | 270/285 kB Progress (2): 1.1/1.4 MB | 274/285 kB Progress (2): 1.1/1.4 MB | 278/285 kB Progress (2): 1.1/1.4 MB | 278/285 kB Progress (2): 1.1/1.4 MB | 282/285 kB Progress (2): 1.1/1.4 MB | 282/285 kB Progress (2): 1.1/1.4 MB | 282/285 kB Progress (2): 1.1/1.4 MB | 282/285 kB Progress (3): 1.1/1.4 MB | 282/285 kB | 4.1/4.3 kB Progress (3): 1.1/1.4 MB | 282/285 kB | 4.3 kB Progress (4): 1.1/1.4 MB | 282/285 kB | 4.3 kB | 4.1/29 kB Progress (4): 1.1/1.4 MB | 282/285 kB | 4.3 kB | 7.7/29 kB Progress (4): 1.1/1.4 MB | 285 kB | 4.3 kB | 7.7/29 kB Progress (4): 1.1/1.4 MB | 285 kB | 4.3 kB | 12/29 kB Progress (4): 1.1/1.4 MB | 285 kB | 4.3 kB | 12/29 kB Progress (4): 1.1/1.4 MB | 285 kB | 4.3 kB | 16/29 kB Progress (4): 1.1/1.4 MB | 285 kB | 4.3 kB | 16/29 kB Progress (5): 1.1/1.4 MB | 285 kB | 4.3 kB | 16/29 kB | 4.1/21 kB Progress (5): 1.1/1.4 MB | 285 kB | 4.3 kB | 20/29 kB | 4.1/21 kB Progress (5): 1.1/1.4 MB | 285 kB | 4.3 kB | 20/29 kB | 7.7/21 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 2.2 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 149 kB/s) Progress (3): 1.1/1.4 MB | 20/29 kB | 7.7/21 kB Progress (3): 1.1/1.4 MB | 24/29 kB | 7.7/21 kB Progress (3): 1.1/1.4 MB | 24/29 kB | 7.7/21 kB Progress (3): 1.1/1.4 MB | 24/29 kB | 12/21 kB Progress (3): 1.1/1.4 MB | 28/29 kB | 12/21 kB Progress (3): 1.1/1.4 MB | 28/29 kB | 16/21 kB Progress (3): 1.1/1.4 MB | 28/29 kB | 16/21 kB Progress (3): 1.1/1.4 MB | 29 kB | 16/21 kB Progress (3): 1.1/1.4 MB | 29 kB | 20/21 kB Progress (3): 1.1/1.4 MB | 29 kB | 20/21 kB Progress (3): 1.1/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.2/1.4 MB | 29 kB | 21 kB Progress (3): 1.3/1.4 MB | 29 kB | 21 kB Progress (3): 1.3/1.4 MB | 29 kB | 21 kB Progress (3): 1.3/1.4 MB | 29 kB | 21 kB Progress (3): 1.3/1.4 MB | 29 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 11 kB/s) Progress (2): 1.3/1.4 MB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 15 kB/s) Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 720 kB/s) [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.mdht:org.eclipse.mdht.uml.cda.ui:eclipse-plugin:3.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 26, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.mdht:org.eclipse.mdht.uml.cda.test:eclipse-plugin:3.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ line 52, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Progress (1): 0/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 9.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 36/218 kB Progress (1): 40/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 69/218 kB Progress (1): 73/218 kB Progress (1): 77/218 kB Progress (1): 81/218 kB Progress (1): 85/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 167/218 kB Progress (1): 171/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 217/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 1.6 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 36/148 kB Progress (1): 40/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 69/148 kB Progress (1): 73/148 kB Progress (1): 77/148 kB Progress (1): 81/148 kB Progress (1): 85/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 1.3 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 189 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 325 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.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 354 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 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 901 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/11/apache-11.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 511 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 219 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom (2.5 kB at 3.2 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar 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/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar (33 kB at 177 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 19 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (7.6 kB at 77 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom (1.4 kB at 19 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 kB at 112 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 50 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar 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/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 270 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 122 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 241 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 197 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 249 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 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 573 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 411 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 39 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 642 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom (2.7 kB at 31 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar 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-archiver/2.5/maven-archiver-2.5.jar (22 kB at 727 kB/s) Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 259 kB/s) Progress (1): 4.1/128 kB Progress (1): 7.7/128 kB Progress (1): 12/128 kB Progress (1): 16/128 kB Progress (1): 20/128 kB Progress (1): 24/128 kB Progress (1): 28/128 kB Progress (1): 32/128 kB Progress (1): 36/128 kB Progress (1): 40/128 kB Progress (1): 45/128 kB Progress (1): 49/128 kB Progress (1): 53/128 kB Progress (1): 57/128 kB Progress (1): 61/128 kB Progress (1): 65/128 kB Progress (1): 69/128 kB Progress (1): 73/128 kB Progress (1): 77/128 kB Progress (1): 81/128 kB Progress (1): 85/128 kB Progress (1): 90/128 kB Progress (1): 94/128 kB Progress (1): 98/128 kB Progress (1): 102/128 kB Progress (1): 106/128 kB Progress (1): 110/128 kB Progress (1): 114/128 kB Progress (1): 118/128 kB Progress (1): 122/128 kB Progress (1): 126/128 kB Progress (1): 128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (128 kB at 947 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom (2.3 kB at 23 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 135 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar (18 kB at 87 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 11 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 125 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 394 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 14 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 103 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 49 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 137 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 251 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 381 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 76 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 50 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 66 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 8.5 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 151 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/junit/junit/4.10/junit-4.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 41 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Progress (1): 481 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 13 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Progress (1): 4.1 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 131 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 70 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 16 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 33 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 29 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 9.9 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 95 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 23 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 30 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 45 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 47 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 23 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 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 104 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 51 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 27 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 85 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Progress (1): 747 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (747 B at 31 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 29 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 45 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 39 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 38 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 49 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 42 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 43 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 37 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 41 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar 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 (1): 4.1/4.2 kB Progress (1): 4.2 kB Progress (2): 4.2 kB | 4.1/13 kB Progress (2): 4.2 kB | 7.7/13 kB Progress (2): 4.2 kB | 12/13 kB Progress (2): 4.2 kB | 13 kB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB 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 44 kB/s) Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB Progress (2): 13 kB | 0.1/1.5 MB 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 131 kB/s) Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar (1.5 MB at 7.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 31 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 265 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 47 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 546 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 279 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 24 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 87 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 274 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm/7.0/asm-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 55 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 51 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 67 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 24/54 kB Progress (1): 28/54 kB Progress (1): 32/54 kB Progress (1): 36/54 kB Progress (1): 40/54 kB Progress (1): 45/54 kB Progress (1): 49/54 kB Progress (2): 49/54 kB | 4.1/114 kB Progress (2): 53/54 kB | 4.1/114 kB Progress (2): 53/54 kB | 7.7/114 kB Progress (2): 54 kB | 7.7/114 kB Progress (2): 54 kB | 12/114 kB Progress (2): 54 kB | 16/114 kB Progress (2): 54 kB | 20/114 kB Progress (2): 54 kB | 24/114 kB Progress (2): 54 kB | 28/114 kB Progress (2): 54 kB | 32/114 kB Progress (2): 54 kB | 36/114 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 593 kB/s) Progress (2): 36/114 kB | 4.1/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Progress (2): 40/114 kB | 4.1/50 kB Progress (2): 40/114 kB | 7.7/50 kB Progress (2): 45/114 kB | 7.7/50 kB Progress (2): 45/114 kB | 12/50 kB Progress (2): 49/114 kB | 12/50 kB Progress (2): 49/114 kB | 16/50 kB Progress (2): 53/114 kB | 16/50 kB Progress (2): 53/114 kB | 20/50 kB Progress (2): 57/114 kB | 20/50 kB Progress (2): 57/114 kB | 24/50 kB Progress (2): 61/114 kB | 24/50 kB Progress (2): 61/114 kB | 28/50 kB Progress (2): 65/114 kB | 28/50 kB Progress (2): 65/114 kB | 32/50 kB Progress (2): 69/114 kB | 32/50 kB Progress (2): 69/114 kB | 36/50 kB Progress (2): 73/114 kB | 36/50 kB Progress (2): 73/114 kB | 40/50 kB Progress (2): 77/114 kB | 40/50 kB Progress (2): 77/114 kB | 45/50 kB Progress (2): 81/114 kB | 45/50 kB Progress (2): 81/114 kB | 49/50 kB Progress (2): 81/114 kB | 50 kB Progress (2): 85/114 kB | 50 kB Progress (2): 90/114 kB | 50 kB Progress (2): 94/114 kB | 50 kB Progress (2): 98/114 kB | 50 kB Progress (2): 102/114 kB | 50 kB Progress (2): 106/114 kB | 50 kB Progress (2): 110/114 kB | 50 kB Progress (2): 114 kB | 50 kB Progress (3): 114 kB | 50 kB | 4.1/20 kB Progress (3): 114 kB | 50 kB | 7.7/20 kB Progress (3): 114 kB | 50 kB | 12/20 kB Progress (3): 114 kB | 50 kB | 16/20 kB Progress (3): 114 kB | 50 kB | 20 kB Progress (4): 114 kB | 50 kB | 20 kB | 4.1/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 7.7/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 12/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 16/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 20/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 24/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 28/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 32/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 36/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 40/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 45/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 49/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 53/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 57/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 61/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 65/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 69/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 73/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 77/81 kB Progress (4): 114 kB | 50 kB | 20 kB | 81 kB Progress (5): 114 kB | 50 kB | 20 kB | 81 kB | 4.1/28 kB Progress (5): 114 kB | 50 kB | 20 kB | 81 kB | 7.7/28 kB Progress (5): 114 kB | 50 kB | 20 kB | 81 kB | 12/28 kB Progress (5): 114 kB | 50 kB | 20 kB | 81 kB | 16/28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 668 kB/s) Progress (4): 114 kB | 50 kB | 20 kB | 20/28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Progress (4): 114 kB | 50 kB | 20 kB | 24/28 kB Progress (4): 114 kB | 50 kB | 20 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 909 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 397 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 156 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 204 kB/s) 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/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 211 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom (5.3 kB at 115 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 478 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 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 922 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 300 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.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 (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar (29 kB at 315 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 94 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 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/18/maven-plugins-18.pom (13 kB at 325 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 646 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 143 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar 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/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 82 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 150 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 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/16/maven-plugins-16.pom (13 kB at 332 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar 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/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 262 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 473 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 4.1 kB Progress (1): 8.2 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/24/maven-plugins-24.pom (11 kB at 264 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 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 665 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 65/124 kB Progress (1): 69/124 kB Progress (1): 73/124 kB Progress (1): 77/124 kB Progress (1): 81/124 kB Progress (1): 85/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 110/124 kB Progress (1): 114/124 kB Progress (1): 118/124 kB Progress (1): 122/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/maven-metadata.xml Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/maven-metadata.xml Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/maven-metadata.xml Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/maven-metadata.xml (1.3 kB at 13 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom (11 kB at 352 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/felix-parent/6/felix-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 508 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/21/apache-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 450 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar Progress (1): 4.1/233 kB Progress (1): 7.7/233 kB Progress (1): 12/233 kB Progress (1): 16/233 kB Progress (1): 20/233 kB Progress (1): 24/233 kB Progress (1): 28/233 kB Progress (1): 32/233 kB Progress (1): 36/233 kB Progress (1): 40/233 kB Progress (1): 45/233 kB Progress (1): 49/233 kB Progress (1): 53/233 kB Progress (1): 57/233 kB Progress (1): 61/233 kB Progress (1): 65/233 kB Progress (1): 69/233 kB Progress (1): 73/233 kB Progress (1): 77/233 kB Progress (1): 81/233 kB Progress (1): 85/233 kB Progress (1): 90/233 kB Progress (1): 94/233 kB Progress (1): 98/233 kB Progress (1): 102/233 kB Progress (1): 106/233 kB Progress (1): 110/233 kB Progress (1): 114/233 kB Progress (1): 118/233 kB Progress (1): 122/233 kB Progress (1): 126/233 kB Progress (1): 131/233 kB Progress (1): 135/233 kB Progress (1): 139/233 kB Progress (1): 143/233 kB Progress (1): 147/233 kB Progress (1): 151/233 kB Progress (1): 155/233 kB Progress (1): 159/233 kB Progress (1): 163/233 kB Progress (1): 167/233 kB Progress (1): 171/233 kB Progress (1): 176/233 kB Progress (1): 180/233 kB Progress (1): 184/233 kB Progress (1): 188/233 kB Progress (1): 192/233 kB Progress (1): 196/233 kB Progress (1): 200/233 kB Progress (1): 204/233 kB Progress (1): 208/233 kB Progress (1): 212/233 kB Progress (1): 217/233 kB Progress (1): 221/233 kB Progress (1): 225/233 kB Progress (1): 229/233 kB Progress (1): 233/233 kB Progress (1): 233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar (233 kB at 2.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom Progress (1): 4.1 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom (7.2 kB at 76 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 299 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 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 765 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar (31 kB at 220 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 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 228 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 238 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 423 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (7.9 kB at 95 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 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 303 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar 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/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (33 kB at 374 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom Progress (1): 4.1 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom (6.9 kB at 55 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom Progress (1): 4.1 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom (6.9 kB at 136 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar Progress (1): 4.1/39 kB Progress (1): 7.7/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 24/39 kB Progress (1): 28/39 kB Progress (1): 32/39 kB Progress (1): 36/39 kB Progress (1): 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar (39 kB at 412 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Progress (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/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (4.1 kB at 115 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar 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/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (32 kB at 433 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom (2.0 kB at 22 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar (22 kB at 278 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 220 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 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 911 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 45/316 kB Progress (1): 49/316 kB Progress (1): 53/316 kB Progress (1): 57/316 kB Progress (1): 61/316 kB Progress (1): 65/316 kB Progress (1): 69/316 kB Progress (1): 73/316 kB Progress (1): 77/316 kB Progress (1): 81/316 kB Progress (1): 85/316 kB Progress (1): 90/316 kB Progress (1): 94/316 kB Progress (1): 98/316 kB Progress (1): 102/316 kB Progress (1): 106/316 kB Progress (1): 110/316 kB Progress (1): 114/316 kB Progress (1): 118/316 kB Progress (1): 122/316 kB Progress (1): 126/316 kB Progress (1): 131/316 kB Progress (1): 135/316 kB Progress (1): 139/316 kB Progress (1): 143/316 kB Progress (1): 147/316 kB Progress (1): 151/316 kB Progress (1): 155/316 kB Progress (1): 159/316 kB Progress (1): 163/316 kB Progress (1): 167/316 kB Progress (1): 171/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 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.jar (316 kB at 4.3 MB/s) [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.emf.runtime:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/MDHT-master-scm/core/plugins/org.eclipse.mdht.emf.runtime/pom.xml [INFO] Adding repository file:/home/data/httpd/download.eclipse.org/releases/oxygen [ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'release.target' from location file:/home/data/httpd/download.eclipse.org/releases/oxygen: No repository found at file:/home/data/httpd/download.eclipse.org/releases/oxygen. -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'release.target' from location file:/home/data/httpd/download.eclipse.org/releases/oxygen at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: java.lang.RuntimeException: Failed to load p2 repository with ID 'release.target' from location file:/home/data/httpd/download.eclipse.org/releases/oxygen at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository (TargetPlatformFactoryImpl.java:302) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.gatherExternalInstallableUnits (TargetPlatformFactoryImpl.java:270) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:176) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1) at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:224) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:110) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at file:/home/data/httpd/download.eclipse.org/releases/oxygen. at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail (AbstractRepositoryManager.java:398) at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:695) at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository (MetadataRepositoryManager.java:110) at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository (RemoteMetadataRepositoryManager.java:61) at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository (RemoteMetadataRepositoryManager.java:53) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository (TargetPlatformFactoryImpl.java:298) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.gatherExternalInstallableUnits (TargetPlatformFactoryImpl.java:270) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:176) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1) at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:224) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:110) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException Build step 'Invoke top-level Maven targets' marked build as failure Not sending mail to unregistered user sean.muir@jkmsoftware.com Sending e-mails to: dcarlson@xmlmodeling.com sean.muir@jkmsoftware.com Archiving artifacts Finished: FAILURE