Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent default-agent-qvrd2 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-qvrd2"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "ab80f6bef097b29bd5e1eee01aad089b5e76056709c087dd5d6a0ebe84311f64"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.mdht.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-qvrd2"
    - name: "JENKINS_NAME"
      value: "default-agent-qvrd2"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.mdht.svc.cluster.local/mdht/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:5e2449faafc9c1662697946057b511572fa666289255069526c1d5057be0c0f3"
    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/.m2/repository"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - 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"
  - configMap:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      name: "m2-dir"
    name: "settings-xml"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Building remotely on default-agent-qvrd2 in workspace /home/jenkins/workspace/MDHT-master-scm
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/mdht/org.eclipse.mdht
 > /usr/bin/git init /home/jenkins/workspace/MDHT-master-scm # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/mdht/org.eclipse.mdht
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --force --progress https://git.eclipse.org/r/mdht/org.eclipse.mdht +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url https://git.eclipse.org/r/mdht/org.eclipse.mdht # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/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
 > /usr/bin/git fetch --tags --force --progress https://git.eclipse.org/r/mdht/org.eclipse.mdht +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0545f3a8a05f3a924e25f8a5fa6cfcff0dc75815 (origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 0545f3a8a05f3a924e25f8a5fa6cfcff0dc75815
Commit message: "Updates to POM"
 > /usr/bin/git rev-list --no-walk 0868762819c1f4639cf18e2bf39faafd17d4f7c1 # 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/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 31 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/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 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 558 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/4.5 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 141 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/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 201 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/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 755 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/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 615 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/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 366 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 105 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/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 125 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/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 741 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/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 411 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 59 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 67 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 30 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/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 191 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/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 576 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 27 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/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 120 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 110 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/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 166 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/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 254 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/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 139 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/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 279 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/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 279 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 67 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 71 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 76 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/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 179 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 101 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 81 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 43 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/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 251 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/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 371 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 121 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/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 493 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/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 176 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/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 369 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 83 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 82 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 41 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/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 266 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 67 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 100 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 58 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/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 184 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/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 176 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/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 670 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/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 188 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/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 368 kB/s)
Downloading from 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/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 44/47 kB
Progress (1): 47 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.1 MB/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/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 459 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/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 554 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/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 44/62 kB
Progress (1): 48/62 kB
Progress (1): 52/62 kB
Progress (1): 56/62 kB
Progress (1): 60/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.1 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/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 700 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/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 702 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/68 kB
Progress (1): 7.7/68 kB
Progress (1): 12/68 kB 
Progress (1): 16/68 kB
Progress (1): 20/68 kB
Progress (1): 24/68 kB
Progress (1): 28/68 kB
Progress (1): 32/68 kB
Progress (1): 36/68 kB
Progress (1): 40/68 kB
Progress (1): 44/68 kB
Progress (1): 48/68 kB
Progress (1): 52/68 kB
Progress (1): 56/68 kB
Progress (1): 60/68 kB
Progress (1): 64/68 kB
Progress (1): 68/68 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.6 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/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 627 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 73 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/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 486 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/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 581 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 63 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 83 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 64 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 63 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 38 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 59 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 47 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/6.3 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 153 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 86 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 35 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 109 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 37 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 86 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 38 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/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 288 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/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 900 kB/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/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 108 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 71 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 35 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 24 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 43 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-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/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-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/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/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-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/47 kB
Progress (2): 4.1/47 kB | 4.1/200 kB
Progress (2): 7.7/47 kB | 4.1/200 kB
Progress (2): 7.7/47 kB | 7.7/200 kB
Progress (2): 12/47 kB | 7.7/200 kB 
Progress (2): 12/47 kB | 12/200 kB 
Progress (3): 12/47 kB | 12/200 kB | 4.1/527 kB
Progress (3): 12/47 kB | 16/200 kB | 4.1/527 kB
Progress (3): 16/47 kB | 16/200 kB | 4.1/527 kB
Progress (3): 16/47 kB | 20/200 kB | 4.1/527 kB
Progress (3): 16/47 kB | 20/200 kB | 7.7/527 kB
Progress (3): 20/47 kB | 20/200 kB | 7.7/527 kB
Progress (3): 20/47 kB | 24/200 kB | 7.7/527 kB
Progress (4): 20/47 kB | 24/200 kB | 7.7/527 kB | 4.1/5.5 kB
Progress (4): 20/47 kB | 28/200 kB | 7.7/527 kB | 4.1/5.5 kB
Progress (4): 24/47 kB | 28/200 kB | 7.7/527 kB | 4.1/5.5 kB
Progress (4): 24/47 kB | 28/200 kB | 12/527 kB | 4.1/5.5 kB 
Progress (4): 28/47 kB | 28/200 kB | 12/527 kB | 4.1/5.5 kB
Progress (4): 28/47 kB | 32/200 kB | 12/527 kB | 4.1/5.5 kB
Progress (4): 28/47 kB | 32/200 kB | 12/527 kB | 5.5 kB    
Progress (4): 28/47 kB | 36/200 kB | 12/527 kB | 5.5 kB
Progress (4): 32/47 kB | 36/200 kB | 12/527 kB | 5.5 kB
Progress (4): 32/47 kB | 36/200 kB | 16/527 kB | 5.5 kB
Progress (4): 32/47 kB | 40/200 kB | 16/527 kB | 5.5 kB
Progress (4): 36/47 kB | 40/200 kB | 16/527 kB | 5.5 kB
Progress (4): 36/47 kB | 40/200 kB | 20/527 kB | 5.5 kB
Progress (4): 40/47 kB | 40/200 kB | 20/527 kB | 5.5 kB
Progress (4): 40/47 kB | 44/200 kB | 20/527 kB | 5.5 kB
Progress (4): 40/47 kB | 44/200 kB | 24/527 kB | 5.5 kB
Progress (5): 40/47 kB | 44/200 kB | 24/527 kB | 5.5 kB | 4.1/165 kB
Progress (5): 44/47 kB | 44/200 kB | 24/527 kB | 5.5 kB | 4.1/165 kB
Progress (5): 44/47 kB | 48/200 kB | 24/527 kB | 5.5 kB | 4.1/165 kB
Progress (5): 47 kB | 48/200 kB | 24/527 kB | 5.5 kB | 4.1/165 kB   
Progress (5): 47 kB | 48/200 kB | 24/527 kB | 5.5 kB | 7.7/165 kB
Progress (5): 47 kB | 48/200 kB | 28/527 kB | 5.5 kB | 7.7/165 kB
Progress (5): 47 kB | 48/200 kB | 28/527 kB | 5.5 kB | 12/165 kB 
Progress (5): 47 kB | 52/200 kB | 28/527 kB | 5.5 kB | 12/165 kB
Progress (5): 47 kB | 52/200 kB | 28/527 kB | 5.5 kB | 16/165 kB
Progress (5): 47 kB | 52/200 kB | 32/527 kB | 5.5 kB | 16/165 kB
Progress (5): 47 kB | 56/200 kB | 32/527 kB | 5.5 kB | 16/165 kB
Progress (5): 47 kB | 56/200 kB | 32/527 kB | 5.5 kB | 20/165 kB
Progress (5): 47 kB | 56/200 kB | 36/527 kB | 5.5 kB | 20/165 kB
Progress (5): 47 kB | 56/200 kB | 36/527 kB | 5.5 kB | 24/165 kB
Progress (5): 47 kB | 60/200 kB | 36/527 kB | 5.5 kB | 24/165 kB
Progress (5): 47 kB | 60/200 kB | 40/527 kB | 5.5 kB | 24/165 kB
Progress (5): 47 kB | 64/200 kB | 40/527 kB | 5.5 kB | 24/165 kB
Progress (5): 47 kB | 64/200 kB | 40/527 kB | 5.5 kB | 28/165 kB
Progress (5): 47 kB | 68/200 kB | 40/527 kB | 5.5 kB | 28/165 kB
Progress (5): 47 kB | 68/200 kB | 44/527 kB | 5.5 kB | 28/165 kB
Progress (5): 47 kB | 72/200 kB | 44/527 kB | 5.5 kB | 28/165 kB
Progress (5): 47 kB | 72/200 kB | 44/527 kB | 5.5 kB | 32/165 kB
Progress (5): 47 kB | 76/200 kB | 44/527 kB | 5.5 kB | 32/165 kB
Progress (5): 47 kB | 76/200 kB | 44/527 kB | 5.5 kB | 36/165 kB
Progress (5): 47 kB | 76/200 kB | 48/527 kB | 5.5 kB | 36/165 kB
Progress (5): 47 kB | 76/200 kB | 48/527 kB | 5.5 kB | 40/165 kB
Progress (5): 47 kB | 80/200 kB | 48/527 kB | 5.5 kB | 40/165 kB
Progress (5): 47 kB | 80/200 kB | 48/527 kB | 5.5 kB | 44/165 kB
Progress (5): 47 kB | 80/200 kB | 52/527 kB | 5.5 kB | 44/165 kB
Progress (5): 47 kB | 80/200 kB | 52/527 kB | 5.5 kB | 48/165 kB
Progress (5): 47 kB | 84/200 kB | 52/527 kB | 5.5 kB | 48/165 kB
Progress (5): 47 kB | 84/200 kB | 52/527 kB | 5.5 kB | 52/165 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 114 kB/s)
Progress (4): 47 kB | 84/200 kB | 56/527 kB | 52/165 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 972 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Progress (3): 84/200 kB | 56/527 kB | 56/165 kB
Progress (3): 88/200 kB | 56/527 kB | 56/165 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 (3): 88/200 kB | 60/527 kB | 56/165 kB
Progress (3): 92/200 kB | 60/527 kB | 56/165 kB
Progress (3): 92/200 kB | 60/527 kB | 60/165 kB
Progress (3): 96/200 kB | 60/527 kB | 60/165 kB
Progress (3): 96/200 kB | 64/527 kB | 60/165 kB
Progress (3): 96/200 kB | 64/527 kB | 64/165 kB
Progress (3): 100/200 kB | 64/527 kB | 64/165 kB
Progress (3): 100/200 kB | 68/527 kB | 64/165 kB
Progress (3): 104/200 kB | 68/527 kB | 64/165 kB
Progress (3): 104/200 kB | 68/527 kB | 68/165 kB
Progress (3): 104/200 kB | 72/527 kB | 68/165 kB
Progress (3): 104/200 kB | 72/527 kB | 72/165 kB
Progress (3): 108/200 kB | 72/527 kB | 72/165 kB
Progress (3): 108/200 kB | 76/527 kB | 72/165 kB
Progress (3): 108/200 kB | 76/527 kB | 76/165 kB
Progress (3): 112/200 kB | 76/527 kB | 76/165 kB
Progress (3): 112/200 kB | 76/527 kB | 80/165 kB
Progress (3): 112/200 kB | 80/527 kB | 80/165 kB
Progress (3): 116/200 kB | 80/527 kB | 80/165 kB
Progress (3): 116/200 kB | 80/527 kB | 84/165 kB
Progress (3): 116/200 kB | 84/527 kB | 84/165 kB
Progress (3): 120/200 kB | 84/527 kB | 84/165 kB
Progress (3): 120/200 kB | 88/527 kB | 84/165 kB
Progress (3): 120/200 kB | 88/527 kB | 88/165 kB
Progress (3): 124/200 kB | 88/527 kB | 88/165 kB
Progress (3): 124/200 kB | 92/527 kB | 88/165 kB
Progress (3): 124/200 kB | 92/527 kB | 92/165 kB
Progress (3): 128/200 kB | 92/527 kB | 92/165 kB
Progress (4): 128/200 kB | 92/527 kB | 92/165 kB | 4.1/30 kB
Progress (4): 128/200 kB | 92/527 kB | 96/165 kB | 4.1/30 kB
Progress (4): 128/200 kB | 96/527 kB | 96/165 kB | 4.1/30 kB
Progress (4): 128/200 kB | 96/527 kB | 96/165 kB | 7.7/30 kB
Progress (4): 132/200 kB | 96/527 kB | 96/165 kB | 7.7/30 kB
Progress (5): 132/200 kB | 96/527 kB | 96/165 kB | 7.7/30 kB | 4.1/38 kB
Progress (5): 132/200 kB | 96/527 kB | 96/165 kB | 12/30 kB | 4.1/38 kB 
Progress (5): 136/200 kB | 96/527 kB | 96/165 kB | 12/30 kB | 4.1/38 kB
Progress (5): 136/200 kB | 100/527 kB | 96/165 kB | 12/30 kB | 4.1/38 kB
Progress (5): 136/200 kB | 100/527 kB | 100/165 kB | 12/30 kB | 4.1/38 kB
Progress (5): 136/200 kB | 104/527 kB | 100/165 kB | 12/30 kB | 4.1/38 kB
Progress (5): 140/200 kB | 104/527 kB | 100/165 kB | 12/30 kB | 4.1/38 kB
Progress (5): 140/200 kB | 104/527 kB | 100/165 kB | 16/30 kB | 4.1/38 kB
Progress (5): 140/200 kB | 104/527 kB | 100/165 kB | 16/30 kB | 7.7/38 kB
Progress (5): 140/200 kB | 104/527 kB | 100/165 kB | 20/30 kB | 7.7/38 kB
Progress (5): 140/200 kB | 104/527 kB | 100/165 kB | 20/30 kB | 12/38 kB 
Progress (5): 144/200 kB | 104/527 kB | 100/165 kB | 20/30 kB | 12/38 kB
Progress (5): 144/200 kB | 108/527 kB | 100/165 kB | 20/30 kB | 12/38 kB
Progress (5): 144/200 kB | 108/527 kB | 104/165 kB | 20/30 kB | 12/38 kB
Progress (5): 144/200 kB | 112/527 kB | 104/165 kB | 20/30 kB | 12/38 kB
Progress (5): 148/200 kB | 112/527 kB | 104/165 kB | 20/30 kB | 12/38 kB
Progress (5): 148/200 kB | 112/527 kB | 104/165 kB | 20/30 kB | 16/38 kB
Progress (5): 148/200 kB | 112/527 kB | 104/165 kB | 24/30 kB | 16/38 kB
Progress (5): 148/200 kB | 112/527 kB | 104/165 kB | 24/30 kB | 20/38 kB
Progress (5): 148/200 kB | 112/527 kB | 104/165 kB | 28/30 kB | 20/38 kB
Progress (5): 152/200 kB | 112/527 kB | 104/165 kB | 28/30 kB | 20/38 kB
Progress (5): 152/200 kB | 116/527 kB | 104/165 kB | 28/30 kB | 20/38 kB
Progress (5): 152/200 kB | 116/527 kB | 108/165 kB | 28/30 kB | 20/38 kB
Progress (5): 152/200 kB | 120/527 kB | 108/165 kB | 28/30 kB | 20/38 kB
Progress (5): 156/200 kB | 120/527 kB | 108/165 kB | 28/30 kB | 20/38 kB
Progress (5): 156/200 kB | 120/527 kB | 108/165 kB | 30 kB | 20/38 kB   
Progress (5): 156/200 kB | 120/527 kB | 108/165 kB | 30 kB | 24/38 kB
Progress (5): 160/200 kB | 120/527 kB | 108/165 kB | 30 kB | 24/38 kB
Progress (5): 160/200 kB | 124/527 kB | 108/165 kB | 30 kB | 24/38 kB
Progress (5): 160/200 kB | 124/527 kB | 112/165 kB | 30 kB | 24/38 kB
Progress (5): 160/200 kB | 128/527 kB | 112/165 kB | 30 kB | 24/38 kB
Progress (5): 164/200 kB | 128/527 kB | 112/165 kB | 30 kB | 24/38 kB
Progress (5): 164/200 kB | 128/527 kB | 112/165 kB | 30 kB | 28/38 kB
Progress (5): 168/200 kB | 128/527 kB | 112/165 kB | 30 kB | 28/38 kB
Progress (5): 168/200 kB | 132/527 kB | 112/165 kB | 30 kB | 28/38 kB
Progress (5): 168/200 kB | 132/527 kB | 116/165 kB | 30 kB | 28/38 kB
Progress (5): 168/200 kB | 136/527 kB | 116/165 kB | 30 kB | 28/38 kB
Progress (5): 172/200 kB | 136/527 kB | 116/165 kB | 30 kB | 28/38 kB
Progress (5): 172/200 kB | 136/527 kB | 116/165 kB | 30 kB | 32/38 kB
Progress (5): 176/200 kB | 136/527 kB | 116/165 kB | 30 kB | 32/38 kB
Progress (5): 176/200 kB | 140/527 kB | 116/165 kB | 30 kB | 32/38 kB
Progress (5): 180/200 kB | 140/527 kB | 116/165 kB | 30 kB | 32/38 kB
Progress (5): 180/200 kB | 140/527 kB | 120/165 kB | 30 kB | 32/38 kB
Progress (5): 184/200 kB | 140/527 kB | 120/165 kB | 30 kB | 32/38 kB
Progress (5): 184/200 kB | 144/527 kB | 120/165 kB | 30 kB | 32/38 kB
Progress (5): 184/200 kB | 144/527 kB | 120/165 kB | 30 kB | 36/38 kB
Progress (5): 188/200 kB | 144/527 kB | 120/165 kB | 30 kB | 36/38 kB
Progress (5): 188/200 kB | 144/527 kB | 124/165 kB | 30 kB | 36/38 kB
Progress (5): 192/200 kB | 144/527 kB | 124/165 kB | 30 kB | 36/38 kB
Progress (5): 192/200 kB | 144/527 kB | 124/165 kB | 30 kB | 38 kB   
Progress (5): 192/200 kB | 148/527 kB | 124/165 kB | 30 kB | 38 kB
Progress (5): 196/200 kB | 148/527 kB | 124/165 kB | 30 kB | 38 kB
Progress (5): 196/200 kB | 148/527 kB | 128/165 kB | 30 kB | 38 kB
Progress (5): 200/200 kB | 148/527 kB | 128/165 kB | 30 kB | 38 kB
Progress (5): 200/200 kB | 152/527 kB | 128/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 152/527 kB | 128/165 kB | 30 kB | 38 kB    
Progress (5): 200 kB | 152/527 kB | 132/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 156/527 kB | 132/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 156/527 kB | 136/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 160/527 kB | 136/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 160/527 kB | 140/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 164/527 kB | 140/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 164/527 kB | 144/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 168/527 kB | 144/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 168/527 kB | 148/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 172/527 kB | 148/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 172/527 kB | 152/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 176/527 kB | 152/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 176/527 kB | 156/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 180/527 kB | 156/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 180/527 kB | 160/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 184/527 kB | 160/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 184/527 kB | 164/165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 184/527 kB | 165 kB | 30 kB | 38 kB    
Progress (5): 200 kB | 188/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 192/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 196/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 200/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 204/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 208/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 212/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 216/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 220/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 224/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 228/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 232/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 236/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 240/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 244/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 248/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 252/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 256/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 260/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 264/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 268/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 272/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 276/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 280/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 284/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 288/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 292/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 296/527 kB | 165 kB | 30 kB | 38 kB
Progress (5): 200 kB | 300/527 kB | 165 kB | 30 kB | 38 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 1.7 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.4 MB/s)
Progress (3): 304/527 kB | 30 kB | 38 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
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): 308/527 kB | 30 kB | 38 kB
Progress (3): 312/527 kB | 30 kB | 38 kB
Progress (3): 316/527 kB | 30 kB | 38 kB
Progress (3): 320/527 kB | 30 kB | 38 kB
Progress (3): 324/527 kB | 30 kB | 38 kB
Progress (3): 328/527 kB | 30 kB | 38 kB
Progress (3): 332/527 kB | 30 kB | 38 kB
Progress (3): 336/527 kB | 30 kB | 38 kB
Progress (3): 340/527 kB | 30 kB | 38 kB
Progress (3): 344/527 kB | 30 kB | 38 kB
Progress (3): 348/527 kB | 30 kB | 38 kB
Progress (3): 352/527 kB | 30 kB | 38 kB
Progress (3): 356/527 kB | 30 kB | 38 kB
Progress (3): 360/527 kB | 30 kB | 38 kB
Progress (3): 364/527 kB | 30 kB | 38 kB
Progress (3): 368/527 kB | 30 kB | 38 kB
Progress (3): 372/527 kB | 30 kB | 38 kB
Progress (3): 376/527 kB | 30 kB | 38 kB
Progress (3): 380/527 kB | 30 kB | 38 kB
Progress (3): 384/527 kB | 30 kB | 38 kB
Progress (3): 388/527 kB | 30 kB | 38 kB
Progress (3): 392/527 kB | 30 kB | 38 kB
Progress (3): 396/527 kB | 30 kB | 38 kB
Progress (3): 400/527 kB | 30 kB | 38 kB
Progress (3): 404/527 kB | 30 kB | 38 kB
Progress (3): 408/527 kB | 30 kB | 38 kB
Progress (3): 412/527 kB | 30 kB | 38 kB
Progress (3): 416/527 kB | 30 kB | 38 kB
Progress (3): 420/527 kB | 30 kB | 38 kB
Progress (3): 424/527 kB | 30 kB | 38 kB
Progress (3): 428/527 kB | 30 kB | 38 kB
Progress (3): 432/527 kB | 30 kB | 38 kB
Progress (3): 436/527 kB | 30 kB | 38 kB
Progress (3): 440/527 kB | 30 kB | 38 kB
Progress (3): 444/527 kB | 30 kB | 38 kB
Progress (3): 448/527 kB | 30 kB | 38 kB
Progress (3): 452/527 kB | 30 kB | 38 kB
Progress (3): 456/527 kB | 30 kB | 38 kB
Progress (3): 460/527 kB | 30 kB | 38 kB
Progress (3): 464/527 kB | 30 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 197 kB/s)
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 156 kB/s)
Progress (2): 464/527 kB | 4.1/148 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Progress (2): 468/527 kB | 4.1/148 kB
Progress (2): 468/527 kB | 7.7/148 kB
Progress (3): 468/527 kB | 7.7/148 kB | 4.1/52 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Progress (3): 468/527 kB | 7.7/148 kB | 7.7/52 kB
Progress (3): 468/527 kB | 12/148 kB | 7.7/52 kB 
Progress (3): 472/527 kB | 12/148 kB | 7.7/52 kB
Progress (3): 472/527 kB | 16/148 kB | 7.7/52 kB
Progress (3): 472/527 kB | 16/148 kB | 12/52 kB 
Progress (3): 476/527 kB | 16/148 kB | 12/52 kB
Progress (3): 476/527 kB | 20/148 kB | 12/52 kB
Progress (3): 476/527 kB | 20/148 kB | 16/52 kB
Progress (3): 476/527 kB | 24/148 kB | 16/52 kB
Progress (3): 480/527 kB | 24/148 kB | 16/52 kB
Progress (3): 480/527 kB | 24/148 kB | 20/52 kB
Progress (3): 480/527 kB | 28/148 kB | 20/52 kB
Progress (3): 480/527 kB | 28/148 kB | 24/52 kB
Progress (3): 484/527 kB | 28/148 kB | 24/52 kB
Progress (3): 484/527 kB | 32/148 kB | 24/52 kB
Progress (3): 488/527 kB | 32/148 kB | 24/52 kB
Progress (3): 488/527 kB | 32/148 kB | 28/52 kB
Progress (3): 488/527 kB | 33/148 kB | 28/52 kB
Progress (3): 492/527 kB | 33/148 kB | 28/52 kB
Progress (3): 492/527 kB | 33/148 kB | 32/52 kB
Progress (3): 496/527 kB | 33/148 kB | 32/52 kB
Progress (3): 496/527 kB | 37/148 kB | 32/52 kB
Progress (3): 496/527 kB | 37/148 kB | 36/52 kB
Progress (3): 496/527 kB | 41/148 kB | 36/52 kB
Progress (3): 500/527 kB | 41/148 kB | 36/52 kB
Progress (3): 500/527 kB | 41/148 kB | 40/52 kB
Progress (3): 504/527 kB | 41/148 kB | 40/52 kB
Progress (3): 504/527 kB | 45/148 kB | 40/52 kB
Progress (3): 504/527 kB | 45/148 kB | 44/52 kB
Progress (3): 504/527 kB | 49/148 kB | 44/52 kB
Progress (3): 508/527 kB | 49/148 kB | 44/52 kB
Progress (3): 508/527 kB | 49/148 kB | 48/52 kB
Progress (3): 512/527 kB | 49/148 kB | 48/52 kB
Progress (3): 512/527 kB | 53/148 kB | 48/52 kB
Progress (3): 512/527 kB | 53/148 kB | 52/52 kB
Progress (3): 512/527 kB | 57/148 kB | 52/52 kB
Progress (3): 516/527 kB | 57/148 kB | 52/52 kB
Progress (3): 516/527 kB | 57/148 kB | 52 kB   
Progress (3): 516/527 kB | 61/148 kB | 52 kB
Progress (3): 520/527 kB | 61/148 kB | 52 kB
Progress (3): 520/527 kB | 65/148 kB | 52 kB
Progress (3): 524/527 kB | 65/148 kB | 52 kB
Progress (3): 524/527 kB | 66/148 kB | 52 kB
Progress (3): 527 kB | 66/148 kB | 52 kB    
Progress (3): 527 kB | 70/148 kB | 52 kB
Progress (3): 527 kB | 74/148 kB | 52 kB
Progress (3): 527 kB | 78/148 kB | 52 kB
Progress (3): 527 kB | 82/148 kB | 52 kB
Progress (3): 527 kB | 86/148 kB | 52 kB
Progress (3): 527 kB | 90/148 kB | 52 kB
Progress (3): 527 kB | 94/148 kB | 52 kB
Progress (3): 527 kB | 98/148 kB | 52 kB
Progress (3): 527 kB | 98/148 kB | 52 kB
Progress (3): 527 kB | 102/148 kB | 52 kB
Progress (3): 527 kB | 106/148 kB | 52 kB
Progress (3): 527 kB | 110/148 kB | 52 kB
Progress (3): 527 kB | 114/148 kB | 52 kB
Progress (3): 527 kB | 118/148 kB | 52 kB
Progress (3): 527 kB | 122/148 kB | 52 kB
Progress (3): 527 kB | 126/148 kB | 52 kB
Progress (3): 527 kB | 130/148 kB | 52 kB
Progress (3): 527 kB | 134/148 kB | 52 kB
Progress (3): 527 kB | 138/148 kB | 52 kB
Progress (3): 527 kB | 142/148 kB | 52 kB
Progress (3): 527 kB | 146/148 kB | 52 kB
Progress (3): 527 kB | 148 kB | 52 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 2.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Progress (3): 148 kB | 52 kB | 4.1/106 kB
Progress (3): 148 kB | 52 kB | 7.7/106 kB
Progress (3): 148 kB | 52 kB | 12/106 kB 
Progress (3): 148 kB | 52 kB | 16/106 kB
Progress (3): 148 kB | 52 kB | 20/106 kB
Progress (3): 148 kB | 52 kB | 24/106 kB
Progress (3): 148 kB | 52 kB | 28/106 kB
Progress (3): 148 kB | 52 kB | 32/106 kB
Progress (3): 148 kB | 52 kB | 36/106 kB
Progress (3): 148 kB | 52 kB | 40/106 kB
Progress (3): 148 kB | 52 kB | 44/106 kB
Progress (3): 148 kB | 52 kB | 48/106 kB
Progress (3): 148 kB | 52 kB | 52/106 kB
Progress (3): 148 kB | 52 kB | 56/106 kB
Progress (3): 148 kB | 52 kB | 60/106 kB
Progress (3): 148 kB | 52 kB | 64/106 kB
Progress (3): 148 kB | 52 kB | 68/106 kB
Progress (3): 148 kB | 52 kB | 72/106 kB
Progress (3): 148 kB | 52 kB | 76/106 kB
Progress (3): 148 kB | 52 kB | 80/106 kB
Progress (3): 148 kB | 52 kB | 84/106 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 227 kB/s)
Progress (2): 148 kB | 88/106 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Progress (2): 148 kB | 92/106 kB
Progress (2): 148 kB | 96/106 kB
Progress (2): 148 kB | 100/106 kB
Progress (2): 148 kB | 104/106 kB
Progress (2): 148 kB | 106 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 643 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Progress (2): 106 kB | 4.1/14 kB
Progress (2): 106 kB | 7.7/14 kB
Progress (2): 106 kB | 12/14 kB 
Progress (2): 106 kB | 14 kB   
Progress (3): 106 kB | 14 kB | 4.1/51 kB
Progress (3): 106 kB | 14 kB | 7.7/51 kB
Progress (3): 106 kB | 14 kB | 12/51 kB 
Progress (3): 106 kB | 14 kB | 16/51 kB
Progress (3): 106 kB | 14 kB | 20/51 kB
Progress (3): 106 kB | 14 kB | 24/51 kB
Progress (3): 106 kB | 14 kB | 28/51 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 57 kB/s)
Progress (2): 106 kB | 32/51 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): 106 kB | 32/51 kB | 4.1/74 kB
Progress (3): 106 kB | 33/51 kB | 4.1/74 kB
Progress (3): 106 kB | 33/51 kB | 7.7/74 kB
Progress (4): 106 kB | 33/51 kB | 7.7/74 kB | 4.1/108 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 363 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Progress (3): 33/51 kB | 7.7/74 kB | 7.7/108 kB
Progress (3): 33/51 kB | 12/74 kB | 7.7/108 kB 
Progress (3): 37/51 kB | 12/74 kB | 7.7/108 kB
Progress (3): 37/51 kB | 16/74 kB | 7.7/108 kB
Progress (3): 37/51 kB | 16/74 kB | 12/108 kB 
Progress (4): 37/51 kB | 16/74 kB | 12/108 kB | 4.1/202 kB
Progress (4): 37/51 kB | 16/74 kB | 16/108 kB | 4.1/202 kB
Progress (4): 37/51 kB | 20/74 kB | 16/108 kB | 4.1/202 kB
Progress (4): 41/51 kB | 20/74 kB | 16/108 kB | 4.1/202 kB
Progress (4): 41/51 kB | 24/74 kB | 16/108 kB | 4.1/202 kB
Progress (4): 41/51 kB | 24/74 kB | 20/108 kB | 4.1/202 kB
Progress (4): 41/51 kB | 24/74 kB | 20/108 kB | 7.7/202 kB
Progress (4): 41/51 kB | 28/74 kB | 20/108 kB | 7.7/202 kB
Progress (4): 41/51 kB | 28/74 kB | 24/108 kB | 7.7/202 kB
Progress (4): 45/51 kB | 28/74 kB | 24/108 kB | 7.7/202 kB
Progress (4): 45/51 kB | 28/74 kB | 24/108 kB | 12/202 kB 
Progress (4): 45/51 kB | 32/74 kB | 24/108 kB | 12/202 kB
Progress (4): 45/51 kB | 32/74 kB | 24/108 kB | 16/202 kB
Progress (4): 49/51 kB | 32/74 kB | 24/108 kB | 16/202 kB
Progress (4): 49/51 kB | 32/74 kB | 28/108 kB | 16/202 kB
Progress (4): 49/51 kB | 32/74 kB | 28/108 kB | 20/202 kB
Progress (4): 51 kB | 32/74 kB | 28/108 kB | 20/202 kB   
Progress (4): 51 kB | 33/74 kB | 28/108 kB | 20/202 kB
Progress (4): 51 kB | 33/74 kB | 28/108 kB | 24/202 kB
Progress (4): 51 kB | 37/74 kB | 28/108 kB | 24/202 kB
Progress (4): 51 kB | 37/74 kB | 32/108 kB | 24/202 kB
Progress (4): 51 kB | 37/74 kB | 32/108 kB | 28/202 kB
Progress (4): 51 kB | 41/74 kB | 32/108 kB | 28/202 kB
Progress (4): 51 kB | 41/74 kB | 32/108 kB | 32/202 kB
Progress (4): 51 kB | 41/74 kB | 33/108 kB | 32/202 kB
Progress (4): 51 kB | 41/74 kB | 33/108 kB | 33/202 kB
Progress (4): 51 kB | 45/74 kB | 33/108 kB | 33/202 kB
Progress (4): 51 kB | 45/74 kB | 37/108 kB | 33/202 kB
Progress (4): 51 kB | 49/74 kB | 37/108 kB | 33/202 kB
Progress (4): 51 kB | 49/74 kB | 37/108 kB | 37/202 kB
Progress (4): 51 kB | 53/74 kB | 37/108 kB | 37/202 kB
Progress (4): 51 kB | 53/74 kB | 37/108 kB | 41/202 kB
Progress (4): 51 kB | 53/74 kB | 41/108 kB | 41/202 kB
Progress (4): 51 kB | 57/74 kB | 41/108 kB | 41/202 kB
Progress (4): 51 kB | 57/74 kB | 41/108 kB | 45/202 kB
Progress (4): 51 kB | 61/74 kB | 41/108 kB | 45/202 kB
Progress (4): 51 kB | 61/74 kB | 45/108 kB | 45/202 kB
Progress (4): 51 kB | 65/74 kB | 45/108 kB | 45/202 kB
Progress (4): 51 kB | 65/74 kB | 45/108 kB | 49/202 kB
Progress (4): 51 kB | 69/74 kB | 45/108 kB | 49/202 kB
Progress (4): 51 kB | 69/74 kB | 49/108 kB | 49/202 kB
Progress (4): 51 kB | 69/74 kB | 49/108 kB | 53/202 kB
Progress (4): 51 kB | 69/74 kB | 53/108 kB | 53/202 kB
Progress (4): 51 kB | 73/74 kB | 53/108 kB | 53/202 kB
Progress (4): 51 kB | 73/74 kB | 57/108 kB | 53/202 kB
Progress (4): 51 kB | 73/74 kB | 57/108 kB | 57/202 kB
Progress (4): 51 kB | 73/74 kB | 61/108 kB | 57/202 kB
Progress (4): 51 kB | 74 kB | 61/108 kB | 57/202 kB   
Progress (4): 51 kB | 74 kB | 61/108 kB | 61/202 kB
Progress (4): 51 kB | 74 kB | 65/108 kB | 61/202 kB
Progress (4): 51 kB | 74 kB | 65/108 kB | 65/202 kB
Progress (4): 51 kB | 74 kB | 66/108 kB | 65/202 kB
Progress (4): 51 kB | 74 kB | 66/108 kB | 69/202 kB
Progress (4): 51 kB | 74 kB | 70/108 kB | 69/202 kB
Progress (4): 51 kB | 74 kB | 70/108 kB | 73/202 kB
Progress (4): 51 kB | 74 kB | 74/108 kB | 73/202 kB
Progress (4): 51 kB | 74 kB | 74/108 kB | 77/202 kB
Progress (4): 51 kB | 74 kB | 78/108 kB | 77/202 kB
Progress (4): 51 kB | 74 kB | 78/108 kB | 81/202 kB
Progress (4): 51 kB | 74 kB | 82/108 kB | 81/202 kB
Progress (4): 51 kB | 74 kB | 82/108 kB | 85/202 kB
Progress (4): 51 kB | 74 kB | 86/108 kB | 85/202 kB
Progress (4): 51 kB | 74 kB | 86/108 kB | 89/202 kB
Progress (4): 51 kB | 74 kB | 90/108 kB | 89/202 kB
Progress (4): 51 kB | 74 kB | 90/108 kB | 93/202 kB
Progress (4): 51 kB | 74 kB | 94/108 kB | 93/202 kB
Progress (4): 51 kB | 74 kB | 94/108 kB | 97/202 kB
Progress (4): 51 kB | 74 kB | 98/108 kB | 97/202 kB
Progress (4): 51 kB | 74 kB | 98/108 kB | 97/202 kB
Progress (4): 51 kB | 74 kB | 98/108 kB | 101/202 kB
Progress (4): 51 kB | 74 kB | 102/108 kB | 101/202 kB
Progress (4): 51 kB | 74 kB | 102/108 kB | 105/202 kB
Progress (4): 51 kB | 74 kB | 106/108 kB | 105/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 105/202 kB    
Progress (4): 51 kB | 74 kB | 108 kB | 109/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 113/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 117/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 121/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 125/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 129/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 133/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 137/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 141/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 145/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 149/202 kB
Progress (4): 51 kB | 74 kB | 108 kB | 153/202 kB
Progress (5): 51 kB | 74 kB | 108 kB | 153/202 kB | 4.1/153 kB
Progress (5): 51 kB | 74 kB | 108 kB | 157/202 kB | 4.1/153 kB
Progress (5): 51 kB | 74 kB | 108 kB | 157/202 kB | 7.7/153 kB
Progress (5): 51 kB | 74 kB | 108 kB | 161/202 kB | 7.7/153 kB
Progress (5): 51 kB | 74 kB | 108 kB | 161/202 kB | 12/153 kB 
Progress (5): 51 kB | 74 kB | 108 kB | 161/202 kB | 16/153 kB
Progress (5): 51 kB | 74 kB | 108 kB | 165/202 kB | 16/153 kB
Progress (5): 51 kB | 74 kB | 108 kB | 165/202 kB | 20/153 kB
Progress (5): 51 kB | 74 kB | 108 kB | 169/202 kB | 20/153 kB
Progress (5): 51 kB | 74 kB | 108 kB | 169/202 kB | 24/153 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 239 kB/s)
Progress (4): 51 kB | 108 kB | 169/202 kB | 28/153 kB
Progress (4): 51 kB | 108 kB | 173/202 kB | 28/153 kB
Progress (4): 51 kB | 108 kB | 173/202 kB | 32/153 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Progress (4): 51 kB | 108 kB | 173/202 kB | 33/153 kB
Progress (4): 51 kB | 108 kB | 177/202 kB | 33/153 kB
Progress (4): 51 kB | 108 kB | 181/202 kB | 33/153 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 165 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Progress (3): 108 kB | 185/202 kB | 33/153 kB
Progress (3): 108 kB | 185/202 kB | 37/153 kB
Progress (3): 108 kB | 189/202 kB | 37/153 kB
Progress (3): 108 kB | 189/202 kB | 41/153 kB
Progress (3): 108 kB | 193/202 kB | 41/153 kB
Progress (3): 108 kB | 197/202 kB | 41/153 kB
Progress (3): 108 kB | 197/202 kB | 45/153 kB
Progress (3): 108 kB | 201/202 kB | 45/153 kB
Progress (3): 108 kB | 202 kB | 45/153 kB    
Progress (3): 108 kB | 202 kB | 49/153 kB
Progress (3): 108 kB | 202 kB | 53/153 kB
Progress (3): 108 kB | 202 kB | 57/153 kB
Progress (3): 108 kB | 202 kB | 61/153 kB
Progress (3): 108 kB | 202 kB | 65/153 kB
Progress (3): 108 kB | 202 kB | 66/153 kB
Progress (3): 108 kB | 202 kB | 70/153 kB
Progress (3): 108 kB | 202 kB | 74/153 kB
Progress (3): 108 kB | 202 kB | 78/153 kB
Progress (3): 108 kB | 202 kB | 82/153 kB
Progress (3): 108 kB | 202 kB | 86/153 kB
Progress (3): 108 kB | 202 kB | 90/153 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 342 kB/s)
Progress (2): 202 kB | 94/153 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Progress (2): 202 kB | 98/153 kB
Progress (2): 202 kB | 98/153 kB
Progress (2): 202 kB | 102/153 kB
Progress (2): 202 kB | 106/153 kB
Progress (2): 202 kB | 110/153 kB
Progress (2): 202 kB | 114/153 kB
Progress (2): 202 kB | 118/153 kB
Progress (2): 202 kB | 122/153 kB
Progress (2): 202 kB | 126/153 kB
Progress (2): 202 kB | 130/153 kB
Progress (2): 202 kB | 134/153 kB
Progress (2): 202 kB | 138/153 kB
Progress (2): 202 kB | 142/153 kB
Progress (2): 202 kB | 146/153 kB
Progress (2): 202 kB | 150/153 kB
Progress (2): 202 kB | 153 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 609 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
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 461 kB/s)
Progress (1): 4.1/61 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 (1): 7.7/61 kB
Progress (1): 12/61 kB 
Progress (1): 16/61 kB
Progress (1): 20/61 kB
Progress (1): 24/61 kB
Progress (1): 28/61 kB
Progress (1): 32/61 kB
Progress (1): 36/61 kB
Progress (1): 40/61 kB
Progress (2): 40/61 kB | 4.1/46 kB
Progress (2): 44/61 kB | 4.1/46 kB
Progress (2): 44/61 kB | 7.7/46 kB
Progress (2): 48/61 kB | 7.7/46 kB
Progress (2): 48/61 kB | 12/46 kB 
Progress (2): 52/61 kB | 12/46 kB
Progress (2): 52/61 kB | 16/46 kB
Progress (2): 56/61 kB | 16/46 kB
Progress (2): 56/61 kB | 20/46 kB
Progress (2): 60/61 kB | 20/46 kB
Progress (2): 60/61 kB | 24/46 kB
Progress (2): 61 kB | 24/46 kB   
Progress (2): 61 kB | 28/46 kB
Progress (2): 61 kB | 32/46 kB
Progress (2): 61 kB | 36/46 kB
Progress (2): 61 kB | 40/46 kB
Progress (2): 61 kB | 44/46 kB
Progress (2): 61 kB | 46 kB   
Progress (3): 61 kB | 46 kB | 4.1/472 kB
Progress (4): 61 kB | 46 kB | 4.1/472 kB | 4.1/29 kB
Progress (4): 61 kB | 46 kB | 7.7/472 kB | 4.1/29 kB
Progress (4): 61 kB | 46 kB | 7.7/472 kB | 7.7/29 kB
Progress (5): 61 kB | 46 kB | 7.7/472 kB | 7.7/29 kB | 4.1/13 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 179 kB/s)
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 135 kB/s)
Progress (3): 7.7/472 kB | 7.7/29 kB | 7.7/13 kB
Progress (3): 7.7/472 kB | 7.7/29 kB | 12/13 kB 
Progress (3): 7.7/472 kB | 7.7/29 kB | 13 kB   
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
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): 7.7/472 kB | 12/29 kB | 13 kB
Progress (3): 12/472 kB | 12/29 kB | 13 kB 
Progress (3): 12/472 kB | 16/29 kB | 13 kB
Progress (3): 16/472 kB | 16/29 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 34 kB/s)
Progress (2): 20/472 kB | 16/29 kB
Progress (2): 20/472 kB | 20/29 kB
Progress (2): 24/472 kB | 20/29 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): 28/472 kB | 20/29 kB
Progress (2): 28/472 kB | 24/29 kB
Progress (2): 32/472 kB | 24/29 kB
Progress (2): 32/472 kB | 28/29 kB
Progress (2): 32/472 kB | 29 kB   
Progress (2): 33/472 kB | 29 kB
Progress (2): 37/472 kB | 29 kB
Progress (2): 41/472 kB | 29 kB
Progress (2): 45/472 kB | 29 kB
Progress (2): 49/472 kB | 29 kB
Progress (2): 53/472 kB | 29 kB
Progress (2): 57/472 kB | 29 kB
Progress (2): 61/472 kB | 29 kB
Progress (2): 65/472 kB | 29 kB
Progress (2): 66/472 kB | 29 kB
Progress (2): 70/472 kB | 29 kB
Progress (2): 74/472 kB | 29 kB
Progress (2): 78/472 kB | 29 kB
Progress (2): 82/472 kB | 29 kB
Progress (2): 86/472 kB | 29 kB
Progress (2): 90/472 kB | 29 kB
Progress (2): 94/472 kB | 29 kB
Progress (2): 98/472 kB | 29 kB
Progress (2): 98/472 kB | 29 kB
Progress (2): 102/472 kB | 29 kB
Progress (2): 106/472 kB | 29 kB
Progress (2): 110/472 kB | 29 kB
Progress (2): 114/472 kB | 29 kB
Progress (2): 118/472 kB | 29 kB
Progress (2): 122/472 kB | 29 kB
Progress (2): 126/472 kB | 29 kB
Progress (2): 130/472 kB | 29 kB
Progress (2): 131/472 kB | 29 kB
Progress (2): 135/472 kB | 29 kB
Progress (2): 139/472 kB | 29 kB
Progress (2): 143/472 kB | 29 kB
Progress (2): 147/472 kB | 29 kB
Progress (2): 151/472 kB | 29 kB
Progress (2): 155/472 kB | 29 kB
Progress (2): 159/472 kB | 29 kB
Progress (2): 163/472 kB | 29 kB
Progress (2): 164/472 kB | 29 kB
Progress (2): 168/472 kB | 29 kB
Progress (2): 172/472 kB | 29 kB
Progress (2): 176/472 kB | 29 kB
Progress (2): 180/472 kB | 29 kB
Progress (2): 184/472 kB | 29 kB
Progress (2): 188/472 kB | 29 kB
Progress (2): 192/472 kB | 29 kB
Progress (2): 196/472 kB | 29 kB
Progress (2): 197/472 kB | 29 kB
Progress (2): 201/472 kB | 29 kB
Progress (2): 205/472 kB | 29 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 70 kB/s)
Progress (1): 209/472 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 (1): 213/472 kB
Progress (2): 213/472 kB | 4.1/187 kB
Progress (2): 217/472 kB | 4.1/187 kB
Progress (2): 217/472 kB | 7.7/187 kB
Progress (2): 221/472 kB | 7.7/187 kB
Progress (2): 221/472 kB | 12/187 kB 
Progress (2): 225/472 kB | 12/187 kB
Progress (2): 225/472 kB | 16/187 kB
Progress (2): 229/472 kB | 16/187 kB
Progress (2): 229/472 kB | 20/187 kB
Progress (2): 229/472 kB | 20/187 kB
Progress (2): 229/472 kB | 24/187 kB
Progress (2): 233/472 kB | 24/187 kB
Progress (2): 233/472 kB | 28/187 kB
Progress (2): 237/472 kB | 28/187 kB
Progress (2): 237/472 kB | 32/187 kB
Progress (3): 237/472 kB | 32/187 kB | 4.1/247 kB
Progress (3): 241/472 kB | 32/187 kB | 4.1/247 kB
Progress (3): 241/472 kB | 32/187 kB | 7.7/247 kB
Progress (3): 241/472 kB | 36/187 kB | 7.7/247 kB
Progress (3): 245/472 kB | 36/187 kB | 7.7/247 kB
Progress (3): 245/472 kB | 36/187 kB | 12/247 kB 
Progress (3): 245/472 kB | 40/187 kB | 12/247 kB
Progress (3): 245/472 kB | 40/187 kB | 16/247 kB
Progress (3): 249/472 kB | 40/187 kB | 16/247 kB
Progress (3): 249/472 kB | 44/187 kB | 16/247 kB
Progress (3): 253/472 kB | 44/187 kB | 16/247 kB
Progress (3): 253/472 kB | 44/187 kB | 20/247 kB
Progress (3): 253/472 kB | 48/187 kB | 20/247 kB
Progress (3): 253/472 kB | 48/187 kB | 24/247 kB
Progress (3): 257/472 kB | 48/187 kB | 24/247 kB
Progress (3): 257/472 kB | 48/187 kB | 28/247 kB
Progress (3): 257/472 kB | 52/187 kB | 28/247 kB
Progress (3): 257/472 kB | 52/187 kB | 32/247 kB
Progress (3): 261/472 kB | 52/187 kB | 32/247 kB
Progress (3): 261/472 kB | 52/187 kB | 33/247 kB
Progress (3): 261/472 kB | 56/187 kB | 33/247 kB
Progress (3): 262/472 kB | 56/187 kB | 33/247 kB
Progress (3): 262/472 kB | 60/187 kB | 33/247 kB
Progress (3): 262/472 kB | 60/187 kB | 37/247 kB
Progress (3): 262/472 kB | 64/187 kB | 37/247 kB
Progress (3): 262/472 kB | 64/187 kB | 41/247 kB
Progress (3): 266/472 kB | 64/187 kB | 41/247 kB
Progress (3): 266/472 kB | 64/187 kB | 45/247 kB
Progress (4): 266/472 kB | 64/187 kB | 45/247 kB | 4.1/49 kB
Progress (4): 266/472 kB | 68/187 kB | 45/247 kB | 4.1/49 kB
Progress (4): 266/472 kB | 68/187 kB | 45/247 kB | 7.7/49 kB
Progress (4): 266/472 kB | 68/187 kB | 49/247 kB | 7.7/49 kB
Progress (4): 270/472 kB | 68/187 kB | 49/247 kB | 7.7/49 kB
Progress (4): 270/472 kB | 68/187 kB | 53/247 kB | 7.7/49 kB
Progress (4): 270/472 kB | 68/187 kB | 53/247 kB | 12/49 kB 
Progress (4): 270/472 kB | 72/187 kB | 53/247 kB | 12/49 kB
Progress (4): 270/472 kB | 72/187 kB | 53/247 kB | 16/49 kB
Progress (4): 274/472 kB | 72/187 kB | 53/247 kB | 16/49 kB
Progress (4): 274/472 kB | 72/187 kB | 57/247 kB | 16/49 kB
Progress (4): 278/472 kB | 72/187 kB | 57/247 kB | 16/49 kB
Progress (4): 278/472 kB | 72/187 kB | 57/247 kB | 20/49 kB
Progress (4): 278/472 kB | 76/187 kB | 57/247 kB | 20/49 kB
Progress (4): 278/472 kB | 76/187 kB | 57/247 kB | 24/49 kB
Progress (4): 278/472 kB | 76/187 kB | 61/247 kB | 24/49 kB
Progress (4): 278/472 kB | 80/187 kB | 61/247 kB | 24/49 kB
Progress (4): 282/472 kB | 80/187 kB | 61/247 kB | 24/49 kB
Progress (4): 282/472 kB | 84/187 kB | 61/247 kB | 24/49 kB
Progress (4): 282/472 kB | 84/187 kB | 65/247 kB | 24/49 kB
Progress (4): 282/472 kB | 84/187 kB | 65/247 kB | 28/49 kB
Progress (4): 282/472 kB | 84/187 kB | 66/247 kB | 28/49 kB
Progress (4): 282/472 kB | 88/187 kB | 66/247 kB | 28/49 kB
Progress (4): 286/472 kB | 88/187 kB | 66/247 kB | 28/49 kB
Progress (4): 286/472 kB | 92/187 kB | 66/247 kB | 28/49 kB
Progress (4): 286/472 kB | 92/187 kB | 70/247 kB | 28/49 kB
Progress (4): 286/472 kB | 92/187 kB | 70/247 kB | 32/49 kB
Progress (4): 286/472 kB | 92/187 kB | 74/247 kB | 32/49 kB
Progress (4): 290/472 kB | 92/187 kB | 74/247 kB | 32/49 kB
Progress (4): 290/472 kB | 96/187 kB | 74/247 kB | 32/49 kB
Progress (4): 294/472 kB | 96/187 kB | 74/247 kB | 32/49 kB
Progress (4): 294/472 kB | 96/187 kB | 78/247 kB | 32/49 kB
Progress (4): 294/472 kB | 96/187 kB | 78/247 kB | 33/49 kB
Progress (4): 294/472 kB | 96/187 kB | 82/247 kB | 33/49 kB
Progress (4): 294/472 kB | 96/187 kB | 82/247 kB | 37/49 kB
Progress (4): 294/472 kB | 100/187 kB | 82/247 kB | 37/49 kB
Progress (4): 294/472 kB | 100/187 kB | 86/247 kB | 37/49 kB
Progress (4): 294/472 kB | 100/187 kB | 86/247 kB | 41/49 kB
Progress (4): 298/472 kB | 100/187 kB | 86/247 kB | 41/49 kB
Progress (4): 298/472 kB | 100/187 kB | 86/247 kB | 45/49 kB
Progress (4): 298/472 kB | 100/187 kB | 90/247 kB | 45/49 kB
Progress (4): 298/472 kB | 104/187 kB | 90/247 kB | 45/49 kB
Progress (4): 298/472 kB | 104/187 kB | 94/247 kB | 45/49 kB
Progress (4): 298/472 kB | 104/187 kB | 94/247 kB | 49/49 kB
Progress (4): 302/472 kB | 104/187 kB | 94/247 kB | 49/49 kB
Progress (4): 302/472 kB | 104/187 kB | 94/247 kB | 49 kB   
Progress (4): 302/472 kB | 104/187 kB | 98/247 kB | 49 kB
Progress (4): 302/472 kB | 108/187 kB | 98/247 kB | 49 kB
Progress (4): 302/472 kB | 108/187 kB | 98/247 kB | 49 kB
Progress (4): 306/472 kB | 108/187 kB | 98/247 kB | 49 kB
Progress (5): 306/472 kB | 108/187 kB | 98/247 kB | 49 kB | 4.1/86 kB
Progress (5): 306/472 kB | 112/187 kB | 98/247 kB | 49 kB | 4.1/86 kB
Progress (5): 306/472 kB | 112/187 kB | 98/247 kB | 49 kB | 7.7/86 kB
Progress (5): 310/472 kB | 112/187 kB | 98/247 kB | 49 kB | 7.7/86 kB
Progress (5): 310/472 kB | 112/187 kB | 102/247 kB | 49 kB | 7.7/86 kB
Progress (5): 310/472 kB | 112/187 kB | 102/247 kB | 49 kB | 12/86 kB 
Progress (5): 310/472 kB | 116/187 kB | 102/247 kB | 49 kB | 12/86 kB
Progress (5): 310/472 kB | 116/187 kB | 102/247 kB | 49 kB | 16/86 kB
Progress (5): 314/472 kB | 116/187 kB | 102/247 kB | 49 kB | 16/86 kB
Progress (5): 314/472 kB | 116/187 kB | 106/247 kB | 49 kB | 16/86 kB
Progress (5): 318/472 kB | 116/187 kB | 106/247 kB | 49 kB | 16/86 kB
Progress (5): 318/472 kB | 116/187 kB | 106/247 kB | 49 kB | 20/86 kB
Progress (5): 318/472 kB | 120/187 kB | 106/247 kB | 49 kB | 20/86 kB
Progress (5): 322/472 kB | 120/187 kB | 106/247 kB | 49 kB | 20/86 kB
Progress (5): 322/472 kB | 120/187 kB | 106/247 kB | 49 kB | 24/86 kB
Progress (5): 322/472 kB | 120/187 kB | 110/247 kB | 49 kB | 24/86 kB
Progress (5): 322/472 kB | 120/187 kB | 110/247 kB | 49 kB | 28/86 kB
Progress (5): 326/472 kB | 120/187 kB | 110/247 kB | 49 kB | 28/86 kB
Progress (5): 326/472 kB | 124/187 kB | 110/247 kB | 49 kB | 28/86 kB
Progress (5): 326/472 kB | 124/187 kB | 110/247 kB | 49 kB | 32/86 kB
Progress (5): 326/472 kB | 124/187 kB | 114/247 kB | 49 kB | 32/86 kB
Progress (5): 326/472 kB | 124/187 kB | 114/247 kB | 49 kB | 33/86 kB
Progress (5): 326/472 kB | 124/187 kB | 118/247 kB | 49 kB | 33/86 kB
Progress (5): 330/472 kB | 124/187 kB | 118/247 kB | 49 kB | 33/86 kB
Progress (5): 330/472 kB | 128/187 kB | 118/247 kB | 49 kB | 33/86 kB
Progress (5): 334/472 kB | 128/187 kB | 118/247 kB | 49 kB | 33/86 kB
Progress (5): 334/472 kB | 128/187 kB | 122/247 kB | 49 kB | 33/86 kB
Progress (5): 334/472 kB | 128/187 kB | 122/247 kB | 49 kB | 37/86 kB
Progress (5): 334/472 kB | 128/187 kB | 126/247 kB | 49 kB | 37/86 kB
Progress (5): 338/472 kB | 128/187 kB | 126/247 kB | 49 kB | 37/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 99 kB/s)
Progress (4): 338/472 kB | 132/187 kB | 126/247 kB | 37/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): 342/472 kB | 132/187 kB | 126/247 kB | 37/86 kB
Progress (4): 342/472 kB | 132/187 kB | 130/247 kB | 37/86 kB
Progress (4): 342/472 kB | 132/187 kB | 130/247 kB | 41/86 kB
Progress (4): 346/472 kB | 132/187 kB | 130/247 kB | 41/86 kB
Progress (4): 346/472 kB | 132/187 kB | 131/247 kB | 41/86 kB
Progress (4): 346/472 kB | 136/187 kB | 131/247 kB | 41/86 kB
Progress (4): 350/472 kB | 136/187 kB | 131/247 kB | 41/86 kB
Progress (4): 350/472 kB | 136/187 kB | 131/247 kB | 45/86 kB
Progress (4): 350/472 kB | 140/187 kB | 131/247 kB | 45/86 kB
Progress (4): 350/472 kB | 140/187 kB | 135/247 kB | 45/86 kB
Progress (4): 350/472 kB | 144/187 kB | 135/247 kB | 45/86 kB
Progress (4): 354/472 kB | 144/187 kB | 135/247 kB | 45/86 kB
Progress (4): 354/472 kB | 144/187 kB | 135/247 kB | 49/86 kB
Progress (4): 358/472 kB | 144/187 kB | 135/247 kB | 49/86 kB
Progress (4): 358/472 kB | 148/187 kB | 135/247 kB | 49/86 kB
Progress (4): 358/472 kB | 148/187 kB | 139/247 kB | 49/86 kB
Progress (4): 362/472 kB | 148/187 kB | 139/247 kB | 49/86 kB
Progress (4): 362/472 kB | 152/187 kB | 139/247 kB | 49/86 kB
Progress (4): 362/472 kB | 152/187 kB | 139/247 kB | 53/86 kB
Progress (4): 366/472 kB | 152/187 kB | 139/247 kB | 53/86 kB
Progress (4): 366/472 kB | 152/187 kB | 143/247 kB | 53/86 kB
Progress (4): 366/472 kB | 152/187 kB | 143/247 kB | 57/86 kB
Progress (4): 370/472 kB | 152/187 kB | 143/247 kB | 57/86 kB
Progress (4): 370/472 kB | 152/187 kB | 143/247 kB | 61/86 kB
Progress (4): 370/472 kB | 156/187 kB | 143/247 kB | 61/86 kB
Progress (4): 370/472 kB | 156/187 kB | 143/247 kB | 65/86 kB
Progress (4): 374/472 kB | 156/187 kB | 143/247 kB | 65/86 kB
Progress (4): 374/472 kB | 156/187 kB | 147/247 kB | 65/86 kB
Progress (4): 374/472 kB | 156/187 kB | 147/247 kB | 69/86 kB
Progress (4): 374/472 kB | 160/187 kB | 147/247 kB | 69/86 kB
Progress (4): 374/472 kB | 160/187 kB | 147/247 kB | 73/86 kB
Progress (4): 374/472 kB | 160/187 kB | 151/247 kB | 73/86 kB
Progress (4): 378/472 kB | 160/187 kB | 151/247 kB | 73/86 kB
Progress (4): 378/472 kB | 160/187 kB | 151/247 kB | 77/86 kB
Progress (4): 378/472 kB | 160/187 kB | 155/247 kB | 77/86 kB
Progress (4): 378/472 kB | 164/187 kB | 155/247 kB | 77/86 kB
Progress (4): 378/472 kB | 164/187 kB | 155/247 kB | 81/86 kB
Progress (4): 382/472 kB | 164/187 kB | 155/247 kB | 81/86 kB
Progress (4): 382/472 kB | 164/187 kB | 155/247 kB | 85/86 kB
Progress (4): 382/472 kB | 168/187 kB | 155/247 kB | 85/86 kB
Progress (4): 382/472 kB | 168/187 kB | 159/247 kB | 85/86 kB
Progress (4): 386/472 kB | 168/187 kB | 159/247 kB | 85/86 kB
Progress (4): 386/472 kB | 168/187 kB | 159/247 kB | 86 kB   
Progress (4): 390/472 kB | 168/187 kB | 159/247 kB | 86 kB
Progress (4): 390/472 kB | 168/187 kB | 163/247 kB | 86 kB
Progress (4): 390/472 kB | 172/187 kB | 163/247 kB | 86 kB
Progress (4): 394/472 kB | 172/187 kB | 163/247 kB | 86 kB
Progress (4): 394/472 kB | 172/187 kB | 164/247 kB | 86 kB
Progress (4): 398/472 kB | 172/187 kB | 164/247 kB | 86 kB
Progress (4): 398/472 kB | 176/187 kB | 164/247 kB | 86 kB
Progress (4): 398/472 kB | 176/187 kB | 168/247 kB | 86 kB
Progress (4): 402/472 kB | 176/187 kB | 168/247 kB | 86 kB
Progress (4): 402/472 kB | 176/187 kB | 172/247 kB | 86 kB
Progress (4): 402/472 kB | 180/187 kB | 172/247 kB | 86 kB
Progress (4): 406/472 kB | 180/187 kB | 172/247 kB | 86 kB
Progress (4): 406/472 kB | 184/187 kB | 172/247 kB | 86 kB
Progress (4): 406/472 kB | 184/187 kB | 176/247 kB | 86 kB
Progress (4): 406/472 kB | 187 kB | 176/247 kB | 86 kB    
Progress (4): 410/472 kB | 187 kB | 176/247 kB | 86 kB
Progress (5): 410/472 kB | 187 kB | 176/247 kB | 86 kB | 4.1/209 kB
Progress (5): 414/472 kB | 187 kB | 176/247 kB | 86 kB | 4.1/209 kB
Progress (5): 414/472 kB | 187 kB | 180/247 kB | 86 kB | 4.1/209 kB
Progress (5): 414/472 kB | 187 kB | 180/247 kB | 86 kB | 7.7/209 kB
Progress (5): 414/472 kB | 187 kB | 184/247 kB | 86 kB | 7.7/209 kB
Progress (5): 418/472 kB | 187 kB | 184/247 kB | 86 kB | 7.7/209 kB
Progress (5): 418/472 kB | 187 kB | 184/247 kB | 86 kB | 12/209 kB 
Progress (5): 418/472 kB | 187 kB | 188/247 kB | 86 kB | 12/209 kB
Progress (5): 418/472 kB | 187 kB | 188/247 kB | 86 kB | 16/209 kB
Progress (5): 422/472 kB | 187 kB | 188/247 kB | 86 kB | 16/209 kB
Progress (5): 422/472 kB | 187 kB | 188/247 kB | 86 kB | 20/209 kB
Progress (5): 422/472 kB | 187 kB | 192/247 kB | 86 kB | 20/209 kB
Progress (5): 422/472 kB | 187 kB | 192/247 kB | 86 kB | 24/209 kB
Progress (5): 426/472 kB | 187 kB | 192/247 kB | 86 kB | 24/209 kB
Progress (5): 426/472 kB | 187 kB | 192/247 kB | 86 kB | 28/209 kB
Progress (5): 426/472 kB | 187 kB | 196/247 kB | 86 kB | 28/209 kB
Progress (5): 426/472 kB | 187 kB | 196/247 kB | 86 kB | 32/209 kB
Progress (5): 430/472 kB | 187 kB | 196/247 kB | 86 kB | 32/209 kB
Progress (5): 430/472 kB | 187 kB | 196/247 kB | 86 kB | 33/209 kB
Progress (5): 430/472 kB | 187 kB | 197/247 kB | 86 kB | 33/209 kB
Progress (5): 434/472 kB | 187 kB | 197/247 kB | 86 kB | 33/209 kB
Progress (5): 434/472 kB | 187 kB | 201/247 kB | 86 kB | 33/209 kB
Progress (5): 434/472 kB | 187 kB | 201/247 kB | 86 kB | 37/209 kB
Progress (5): 434/472 kB | 187 kB | 205/247 kB | 86 kB | 37/209 kB
Progress (5): 438/472 kB | 187 kB | 205/247 kB | 86 kB | 37/209 kB
Progress (5): 438/472 kB | 187 kB | 209/247 kB | 86 kB | 37/209 kB
Progress (5): 438/472 kB | 187 kB | 209/247 kB | 86 kB | 41/209 kB
Progress (5): 442/472 kB | 187 kB | 209/247 kB | 86 kB | 41/209 kB
Progress (5): 442/472 kB | 187 kB | 213/247 kB | 86 kB | 41/209 kB
Progress (5): 446/472 kB | 187 kB | 213/247 kB | 86 kB | 41/209 kB
Progress (5): 446/472 kB | 187 kB | 213/247 kB | 86 kB | 45/209 kB
Progress (5): 446/472 kB | 187 kB | 217/247 kB | 86 kB | 45/209 kB
Progress (5): 446/472 kB | 187 kB | 217/247 kB | 86 kB | 49/209 kB
Progress (5): 450/472 kB | 187 kB | 217/247 kB | 86 kB | 49/209 kB
Progress (5): 450/472 kB | 187 kB | 217/247 kB | 86 kB | 53/209 kB
Progress (5): 450/472 kB | 187 kB | 221/247 kB | 86 kB | 53/209 kB
Progress (5): 450/472 kB | 187 kB | 221/247 kB | 86 kB | 57/209 kB
Progress (5): 450/472 kB | 187 kB | 225/247 kB | 86 kB | 57/209 kB
Progress (5): 454/472 kB | 187 kB | 225/247 kB | 86 kB | 57/209 kB
Progress (5): 454/472 kB | 187 kB | 225/247 kB | 86 kB | 61/209 kB
Progress (5): 454/472 kB | 187 kB | 229/247 kB | 86 kB | 61/209 kB
Progress (5): 458/472 kB | 187 kB | 229/247 kB | 86 kB | 61/209 kB
Progress (5): 458/472 kB | 187 kB | 229/247 kB | 86 kB | 65/209 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 168 kB/s)
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 365 kB/s)
Progress (3): 458/472 kB | 229/247 kB | 66/209 kB
Progress (3): 462/472 kB | 229/247 kB | 66/209 kB
Progress (3): 462/472 kB | 233/247 kB | 66/209 kB
Progress (3): 462/472 kB | 233/247 kB | 70/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): 462/472 kB | 233/247 kB | 74/209 kB
Progress (3): 466/472 kB | 233/247 kB | 74/209 kB
Progress (3): 466/472 kB | 233/247 kB | 78/209 kB
Progress (3): 466/472 kB | 237/247 kB | 78/209 kB
Progress (3): 466/472 kB | 237/247 kB | 82/209 kB
Progress (3): 470/472 kB | 237/247 kB | 82/209 kB
Progress (3): 470/472 kB | 241/247 kB | 82/209 kB
Progress (3): 472 kB | 241/247 kB | 82/209 kB    
Progress (3): 472 kB | 241/247 kB | 86/209 kB
Progress (3): 472 kB | 245/247 kB | 86/209 kB
Progress (3): 472 kB | 245/247 kB | 90/209 kB
Progress (3): 472 kB | 247 kB | 90/209 kB    
Progress (3): 472 kB | 247 kB | 94/209 kB
Progress (3): 472 kB | 247 kB | 98/209 kB
Progress (3): 472 kB | 247 kB | 98/209 kB
Progress (3): 472 kB | 247 kB | 102/209 kB
Progress (3): 472 kB | 247 kB | 106/209 kB
Progress (3): 472 kB | 247 kB | 110/209 kB
Progress (3): 472 kB | 247 kB | 114/209 kB
Progress (3): 472 kB | 247 kB | 118/209 kB
Progress (3): 472 kB | 247 kB | 122/209 kB
Progress (3): 472 kB | 247 kB | 126/209 kB
Progress (3): 472 kB | 247 kB | 130/209 kB
Progress (3): 472 kB | 247 kB | 131/209 kB
Progress (3): 472 kB | 247 kB | 135/209 kB
Progress (3): 472 kB | 247 kB | 139/209 kB
Progress (3): 472 kB | 247 kB | 143/209 kB
Progress (3): 472 kB | 247 kB | 147/209 kB
Progress (3): 472 kB | 247 kB | 151/209 kB
Progress (3): 472 kB | 247 kB | 155/209 kB
Progress (3): 472 kB | 247 kB | 159/209 kB
Progress (3): 472 kB | 247 kB | 163/209 kB
Progress (3): 472 kB | 247 kB | 164/209 kB
Progress (3): 472 kB | 247 kB | 168/209 kB
Progress (3): 472 kB | 247 kB | 172/209 kB
Progress (3): 472 kB | 247 kB | 176/209 kB
Progress (3): 472 kB | 247 kB | 180/209 kB
Progress (3): 472 kB | 247 kB | 184/209 kB
Progress (3): 472 kB | 247 kB | 188/209 kB
Progress (3): 472 kB | 247 kB | 192/209 kB
Progress (3): 472 kB | 247 kB | 196/209 kB
Progress (3): 472 kB | 247 kB | 200/209 kB
Progress (3): 472 kB | 247 kB | 204/209 kB
Progress (3): 472 kB | 247 kB | 208/209 kB
Progress (3): 472 kB | 247 kB | 209 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 395 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
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 892 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
Progress (2): 247 kB | 4.1/56 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 417 kB/s)
Progress (2): 4.1/56 kB | 4.1/532 kB
Progress (2): 7.7/56 kB | 4.1/532 kB
Progress (2): 7.7/56 kB | 7.7/532 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 (3): 7.7/56 kB | 7.7/532 kB | 4.1/100 kB
Progress (3): 7.7/56 kB | 12/532 kB | 4.1/100 kB 
Progress (3): 12/56 kB | 12/532 kB | 4.1/100 kB 
Progress (3): 12/56 kB | 16/532 kB | 4.1/100 kB
Progress (3): 12/56 kB | 16/532 kB | 7.7/100 kB
Progress (3): 16/56 kB | 16/532 kB | 7.7/100 kB
Progress (3): 16/56 kB | 20/532 kB | 7.7/100 kB
Progress (3): 16/56 kB | 20/532 kB | 12/100 kB 
Progress (3): 20/56 kB | 20/532 kB | 12/100 kB
Progress (3): 20/56 kB | 24/532 kB | 12/100 kB
Progress (3): 24/56 kB | 24/532 kB | 12/100 kB
Progress (3): 24/56 kB | 24/532 kB | 16/100 kB
Progress (3): 24/56 kB | 28/532 kB | 16/100 kB
Progress (3): 28/56 kB | 28/532 kB | 16/100 kB
Progress (3): 28/56 kB | 32/532 kB | 16/100 kB
Progress (3): 28/56 kB | 32/532 kB | 20/100 kB
Progress (3): 28/56 kB | 33/532 kB | 20/100 kB
Progress (3): 32/56 kB | 33/532 kB | 20/100 kB
Progress (3): 32/56 kB | 33/532 kB | 24/100 kB
Progress (3): 32/56 kB | 37/532 kB | 24/100 kB
Progress (3): 36/56 kB | 37/532 kB | 24/100 kB
Progress (3): 36/56 kB | 37/532 kB | 28/100 kB
Progress (3): 36/56 kB | 41/532 kB | 28/100 kB
Progress (3): 36/56 kB | 41/532 kB | 32/100 kB
Progress (3): 40/56 kB | 41/532 kB | 32/100 kB
Progress (3): 40/56 kB | 45/532 kB | 32/100 kB
Progress (3): 40/56 kB | 45/532 kB | 33/100 kB
Progress (3): 40/56 kB | 49/532 kB | 33/100 kB
Progress (3): 44/56 kB | 49/532 kB | 33/100 kB
Progress (3): 44/56 kB | 49/532 kB | 37/100 kB
Progress (3): 48/56 kB | 49/532 kB | 37/100 kB
Progress (3): 48/56 kB | 53/532 kB | 37/100 kB
Progress (3): 48/56 kB | 53/532 kB | 41/100 kB
Progress (3): 48/56 kB | 57/532 kB | 41/100 kB
Progress (3): 52/56 kB | 57/532 kB | 41/100 kB
Progress (3): 52/56 kB | 57/532 kB | 45/100 kB
Progress (3): 56/56 kB | 57/532 kB | 45/100 kB
Progress (3): 56/56 kB | 61/532 kB | 45/100 kB
Progress (3): 56 kB | 61/532 kB | 45/100 kB   
Progress (3): 56 kB | 61/532 kB | 49/100 kB
Progress (3): 56 kB | 65/532 kB | 49/100 kB
Progress (3): 56 kB | 66/532 kB | 49/100 kB
Progress (3): 56 kB | 66/532 kB | 53/100 kB
Progress (3): 56 kB | 66/532 kB | 57/100 kB
Progress (3): 56 kB | 70/532 kB | 57/100 kB
Progress (3): 56 kB | 74/532 kB | 57/100 kB
Progress (3): 56 kB | 74/532 kB | 61/100 kB
Progress (3): 56 kB | 74/532 kB | 65/100 kB
Progress (3): 56 kB | 78/532 kB | 65/100 kB
Progress (3): 56 kB | 78/532 kB | 66/100 kB
Progress (3): 56 kB | 82/532 kB | 66/100 kB
Progress (3): 56 kB | 82/532 kB | 70/100 kB
Progress (3): 56 kB | 86/532 kB | 70/100 kB
Progress (3): 56 kB | 86/532 kB | 74/100 kB
Progress (3): 56 kB | 90/532 kB | 74/100 kB
Progress (3): 56 kB | 90/532 kB | 78/100 kB
Progress (3): 56 kB | 94/532 kB | 78/100 kB
Progress (3): 56 kB | 94/532 kB | 82/100 kB
Progress (3): 56 kB | 98/532 kB | 82/100 kB
Progress (3): 56 kB | 98/532 kB | 82/100 kB
Progress (3): 56 kB | 98/532 kB | 86/100 kB
Progress (3): 56 kB | 98/532 kB | 90/100 kB
Progress (3): 56 kB | 102/532 kB | 90/100 kB
Progress (3): 56 kB | 106/532 kB | 90/100 kB
Progress (3): 56 kB | 106/532 kB | 94/100 kB
Progress (3): 56 kB | 106/532 kB | 98/100 kB
Progress (3): 56 kB | 110/532 kB | 98/100 kB
Progress (3): 56 kB | 110/532 kB | 100 kB   
Progress (3): 56 kB | 114/532 kB | 100 kB
Progress (3): 56 kB | 118/532 kB | 100 kB
Progress (3): 56 kB | 122/532 kB | 100 kB
Progress (3): 56 kB | 126/532 kB | 100 kB
Progress (3): 56 kB | 130/532 kB | 100 kB
Progress (3): 56 kB | 131/532 kB | 100 kB
Progress (3): 56 kB | 135/532 kB | 100 kB
Progress (3): 56 kB | 139/532 kB | 100 kB
Progress (3): 56 kB | 143/532 kB | 100 kB
Progress (3): 56 kB | 147/532 kB | 100 kB
Progress (3): 56 kB | 151/532 kB | 100 kB
Progress (3): 56 kB | 155/532 kB | 100 kB
Progress (3): 56 kB | 159/532 kB | 100 kB
Progress (3): 56 kB | 163/532 kB | 100 kB
Progress (3): 56 kB | 164/532 kB | 100 kB
Progress (3): 56 kB | 168/532 kB | 100 kB
Progress (3): 56 kB | 172/532 kB | 100 kB
Progress (3): 56 kB | 176/532 kB | 100 kB
Progress (3): 56 kB | 180/532 kB | 100 kB
Progress (4): 56 kB | 180/532 kB | 100 kB | 4.1/58 kB
Progress (4): 56 kB | 184/532 kB | 100 kB | 4.1/58 kB
Progress (4): 56 kB | 184/532 kB | 100 kB | 7.7/58 kB
Progress (4): 56 kB | 188/532 kB | 100 kB | 7.7/58 kB
Progress (4): 56 kB | 188/532 kB | 100 kB | 12/58 kB 
Progress (4): 56 kB | 192/532 kB | 100 kB | 12/58 kB
Progress (4): 56 kB | 192/532 kB | 100 kB | 16/58 kB
Progress (4): 56 kB | 196/532 kB | 100 kB | 16/58 kB
Progress (4): 56 kB | 197/532 kB | 100 kB | 16/58 kB
Progress (4): 56 kB | 197/532 kB | 100 kB | 20/58 kB
Progress (4): 56 kB | 201/532 kB | 100 kB | 20/58 kB
Progress (4): 56 kB | 201/532 kB | 100 kB | 24/58 kB
Progress (4): 56 kB | 205/532 kB | 100 kB | 24/58 kB
Progress (4): 56 kB | 205/532 kB | 100 kB | 28/58 kB
Progress (4): 56 kB | 209/532 kB | 100 kB | 28/58 kB
Progress (4): 56 kB | 209/532 kB | 100 kB | 32/58 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 92 kB/s)
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 164 kB/s)
Progress (2): 209/532 kB | 33/58 kB
Progress (2): 213/532 kB | 33/58 kB
                                   
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
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): 213/532 kB | 33/58 kB | 4.1/245 kB
Progress (3): 217/532 kB | 33/58 kB | 4.1/245 kB
Progress (3): 217/532 kB | 37/58 kB | 4.1/245 kB
Progress (3): 217/532 kB | 37/58 kB | 7.7/245 kB
Progress (3): 221/532 kB | 37/58 kB | 7.7/245 kB
Progress (3): 221/532 kB | 41/58 kB | 7.7/245 kB
Progress (3): 221/532 kB | 41/58 kB | 12/245 kB 
Progress (3): 221/532 kB | 45/58 kB | 12/245 kB
Progress (3): 221/532 kB | 45/58 kB | 16/245 kB
Progress (3): 225/532 kB | 45/58 kB | 16/245 kB
Progress (3): 225/532 kB | 49/58 kB | 16/245 kB
Progress (3): 229/532 kB | 49/58 kB | 16/245 kB
Progress (3): 229/532 kB | 49/58 kB | 20/245 kB
Progress (3): 229/532 kB | 49/58 kB | 20/245 kB
Progress (3): 229/532 kB | 53/58 kB | 20/245 kB
Progress (3): 229/532 kB | 53/58 kB | 24/245 kB
Progress (3): 229/532 kB | 57/58 kB | 24/245 kB
Progress (3): 233/532 kB | 57/58 kB | 24/245 kB
Progress (3): 233/532 kB | 58 kB | 24/245 kB   
Progress (3): 233/532 kB | 58 kB | 28/245 kB
Progress (3): 237/532 kB | 58 kB | 28/245 kB
Progress (3): 237/532 kB | 58 kB | 32/245 kB
Progress (3): 241/532 kB | 58 kB | 32/245 kB
Progress (3): 241/532 kB | 58 kB | 33/245 kB
Progress (3): 245/532 kB | 58 kB | 33/245 kB
Progress (3): 245/532 kB | 58 kB | 37/245 kB
Progress (3): 249/532 kB | 58 kB | 37/245 kB
Progress (3): 249/532 kB | 58 kB | 41/245 kB
Progress (3): 253/532 kB | 58 kB | 41/245 kB
Progress (3): 257/532 kB | 58 kB | 41/245 kB
Progress (3): 257/532 kB | 58 kB | 45/245 kB
Progress (3): 261/532 kB | 58 kB | 45/245 kB
Progress (3): 261/532 kB | 58 kB | 49/245 kB
Progress (3): 262/532 kB | 58 kB | 49/245 kB
Progress (3): 266/532 kB | 58 kB | 49/245 kB
Progress (3): 266/532 kB | 58 kB | 53/245 kB
Progress (3): 270/532 kB | 58 kB | 53/245 kB
Progress (3): 270/532 kB | 58 kB | 57/245 kB
Progress (3): 274/532 kB | 58 kB | 57/245 kB
Progress (3): 278/532 kB | 58 kB | 57/245 kB
Progress (3): 278/532 kB | 58 kB | 61/245 kB
Progress (3): 282/532 kB | 58 kB | 61/245 kB
Progress (3): 282/532 kB | 58 kB | 65/245 kB
Progress (3): 286/532 kB | 58 kB | 65/245 kB
Progress (3): 286/532 kB | 58 kB | 66/245 kB
Progress (3): 290/532 kB | 58 kB | 66/245 kB
Progress (3): 294/532 kB | 58 kB | 66/245 kB
Progress (4): 294/532 kB | 58 kB | 66/245 kB | 0/1.4 MB
Progress (4): 294/532 kB | 58 kB | 70/245 kB | 0/1.4 MB
Progress (4): 295/532 kB | 58 kB | 70/245 kB | 0/1.4 MB
Progress (4): 295/532 kB | 58 kB | 74/245 kB | 0/1.4 MB
Progress (4): 295/532 kB | 58 kB | 74/245 kB | 0/1.4 MB
Progress (4): 299/532 kB | 58 kB | 74/245 kB | 0/1.4 MB
Progress (4): 299/532 kB | 58 kB | 78/245 kB | 0/1.4 MB
Progress (4): 303/532 kB | 58 kB | 78/245 kB | 0/1.4 MB
Progress (4): 303/532 kB | 58 kB | 78/245 kB | 0/1.4 MB
Progress (4): 303/532 kB | 58 kB | 82/245 kB | 0/1.4 MB
Progress (4): 303/532 kB | 58 kB | 82/245 kB | 0/1.4 MB
Progress (4): 307/532 kB | 58 kB | 82/245 kB | 0/1.4 MB
Progress (4): 307/532 kB | 58 kB | 86/245 kB | 0/1.4 MB
Progress (4): 311/532 kB | 58 kB | 86/245 kB | 0/1.4 MB
Progress (4): 311/532 kB | 58 kB | 86/245 kB | 0/1.4 MB
Progress (4): 315/532 kB | 58 kB | 86/245 kB | 0/1.4 MB
Progress (4): 315/532 kB | 58 kB | 90/245 kB | 0/1.4 MB
Progress (4): 319/532 kB | 58 kB | 90/245 kB | 0/1.4 MB
Progress (4): 319/532 kB | 58 kB | 90/245 kB | 0/1.4 MB
Progress (4): 319/532 kB | 58 kB | 94/245 kB | 0/1.4 MB
Progress (4): 319/532 kB | 58 kB | 94/245 kB | 0/1.4 MB
Progress (4): 323/532 kB | 58 kB | 94/245 kB | 0/1.4 MB
Progress (4): 323/532 kB | 58 kB | 94/245 kB | 0/1.4 MB
Progress (4): 323/532 kB | 58 kB | 98/245 kB | 0/1.4 MB
                                                       
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 84 kB/s)
Progress (3): 323/532 kB | 98/245 kB | 0/1.4 MB
Progress (3): 327/532 kB | 98/245 kB | 0/1.4 MB
                                               
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 (4): 327/532 kB | 98/245 kB | 0/1.4 MB | 4.1/13 kB
Progress (4): 327/532 kB | 98/245 kB | 0/1.4 MB | 4.1/13 kB
Progress (4): 327/532 kB | 98/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 328/532 kB | 98/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 328/532 kB | 98/245 kB | 0/1.4 MB | 12/13 kB 
Progress (4): 328/532 kB | 98/245 kB | 0/1.4 MB | 12/13 kB
Progress (4): 332/532 kB | 98/245 kB | 0/1.4 MB | 12/13 kB
Progress (4): 332/532 kB | 98/245 kB | 0/1.4 MB | 13 kB   
Progress (4): 332/532 kB | 102/245 kB | 0/1.4 MB | 13 kB
Progress (4): 336/532 kB | 102/245 kB | 0/1.4 MB | 13 kB
Progress (4): 336/532 kB | 102/245 kB | 0/1.4 MB | 13 kB
Progress (4): 336/532 kB | 106/245 kB | 0/1.4 MB | 13 kB
Progress (4): 340/532 kB | 106/245 kB | 0/1.4 MB | 13 kB
Progress (4): 340/532 kB | 106/245 kB | 0/1.4 MB | 13 kB
Progress (4): 340/532 kB | 110/245 kB | 0/1.4 MB | 13 kB
Progress (4): 344/532 kB | 110/245 kB | 0/1.4 MB | 13 kB
Progress (4): 344/532 kB | 114/245 kB | 0/1.4 MB | 13 kB
Progress (4): 344/532 kB | 114/245 kB | 0/1.4 MB | 13 kB
Progress (4): 348/532 kB | 114/245 kB | 0/1.4 MB | 13 kB
Progress (4): 348/532 kB | 118/245 kB | 0/1.4 MB | 13 kB
Progress (4): 348/532 kB | 118/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 352/532 kB | 118/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 352/532 kB | 118/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 352/532 kB | 122/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 352/532 kB | 122/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 356/532 kB | 122/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 356/532 kB | 126/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 356/532 kB | 126/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 356/532 kB | 130/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 360/532 kB | 130/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 360/532 kB | 130/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 360/532 kB | 130/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 360/532 kB | 130/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 360/532 kB | 134/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 360/532 kB | 134/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 365/532 kB | 134/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 365/532 kB | 138/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 365/532 kB | 138/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 368/532 kB | 138/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 368/532 kB | 138/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 368/532 kB | 142/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 373/532 kB | 142/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 373/532 kB | 146/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 373/532 kB | 146/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 376/532 kB | 146/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 376/532 kB | 146/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 376/532 kB | 150/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 381/532 kB | 150/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 381/532 kB | 150/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 381/532 kB | 154/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 381/532 kB | 154/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 384/532 kB | 154/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 384/532 kB | 158/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 384/532 kB | 158/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 384/532 kB | 162/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 389/532 kB | 162/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 389/532 kB | 162/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 392/532 kB | 162/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 392/532 kB | 166/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 392/532 kB | 166/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 397/532 kB | 166/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 397/532 kB | 170/245 kB | 0.1/1.4 MB | 13 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 19 kB/s)
Progress (3): 400/532 kB | 170/245 kB | 0.1/1.4 MB
Progress (3): 400/532 kB | 170/245 kB | 0.1/1.4 MB
                                                  
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): 400/532 kB | 174/245 kB | 0.1/1.4 MB
Progress (3): 400/532 kB | 174/245 kB | 0.1/1.4 MB
Progress (3): 405/532 kB | 174/245 kB | 0.1/1.4 MB
Progress (3): 405/532 kB | 178/245 kB | 0.1/1.4 MB
Progress (3): 408/532 kB | 178/245 kB | 0.1/1.4 MB
Progress (3): 408/532 kB | 178/245 kB | 0.1/1.4 MB
Progress (3): 408/532 kB | 182/245 kB | 0.1/1.4 MB
Progress (3): 408/532 kB | 182/245 kB | 0.1/1.4 MB
Progress (3): 413/532 kB | 182/245 kB | 0.1/1.4 MB
Progress (3): 413/532 kB | 186/245 kB | 0.1/1.4 MB
Progress (3): 413/532 kB | 186/245 kB | 0.1/1.4 MB
Progress (3): 416/532 kB | 186/245 kB | 0.1/1.4 MB
Progress (3): 416/532 kB | 190/245 kB | 0.1/1.4 MB
Progress (3): 416/532 kB | 190/245 kB | 0.1/1.4 MB
Progress (3): 416/532 kB | 194/245 kB | 0.1/1.4 MB
Progress (3): 421/532 kB | 194/245 kB | 0.1/1.4 MB
Progress (3): 421/532 kB | 194/245 kB | 0.1/1.4 MB
Progress (3): 421/532 kB | 198/245 kB | 0.1/1.4 MB
Progress (3): 421/532 kB | 198/245 kB | 0.1/1.4 MB
Progress (3): 424/532 kB | 198/245 kB | 0.1/1.4 MB
Progress (4): 424/532 kB | 198/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 424/532 kB | 198/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 424/532 kB | 202/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 424/532 kB | 202/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 429/532 kB | 202/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 429/532 kB | 206/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 429/532 kB | 206/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 429/532 kB | 210/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 432/532 kB | 210/245 kB | 0.1/1.4 MB | 3.1 kB
Progress (4): 432/532 kB | 210/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 432/532 kB | 214/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 432/532 kB | 214/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 437/532 kB | 214/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 437/532 kB | 218/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 437/532 kB | 218/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 440/532 kB | 218/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 440/532 kB | 222/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 445/532 kB | 222/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 445/532 kB | 222/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 448/532 kB | 222/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 448/532 kB | 226/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 453/532 kB | 226/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 453/532 kB | 226/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 453/532 kB | 230/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 456/532 kB | 230/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 456/532 kB | 234/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 456/532 kB | 234/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 461/532 kB | 234/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 461/532 kB | 238/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 461/532 kB | 238/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 461/532 kB | 242/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 464/532 kB | 242/245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 464/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB    
Progress (4): 464/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 469/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 469/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 472/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 472/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 477/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 477/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 480/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 480/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 485/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 485/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 488/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 488/532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB
Progress (4): 493/532 kB | 245 kB | 0.2/1.4 MB | 3.1 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.jar (3.1 kB at 4.4 kB/s)
Progress (3): 496/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 496/532 kB | 245 kB | 0.2/1.4 MB
                                              
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): 501/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 501/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 504/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 504/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 509/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 509/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 512/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 512/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 517/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 517/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 520/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 520/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 525/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 525/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 528/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 528/532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 532 kB | 245 kB | 0.2/1.4 MB    
Progress (3): 532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 532 kB | 245 kB | 0.2/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
Progress (3): 532 kB | 245 kB | 0.3/1.4 MB
                                          
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 340 kB/s)
Progress (3): 532 kB | 0.3/1.4 MB | 4.1/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 671 kB/s)
Progress (3): 0.3/1.4 MB | 4.1/36 kB | 4.1/112 kB
Progress (3): 0.3/1.4 MB | 4.1/36 kB | 4.1/112 kB
Progress (3): 0.3/1.4 MB | 4.1/36 kB | 7.7/112 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 (3): 0.3/1.4 MB | 7.7/36 kB | 7.7/112 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): 0.3/1.4 MB | 12/36 kB | 7.7/112 kB
Progress (3): 0.3/1.4 MB | 12/36 kB | 12/112 kB 
Progress (3): 0.3/1.4 MB | 12/36 kB | 12/112 kB
Progress (3): 0.3/1.4 MB | 12/36 kB | 16/112 kB
Progress (3): 0.3/1.4 MB | 16/36 kB | 16/112 kB
Progress (3): 0.3/1.4 MB | 16/36 kB | 16/112 kB
Progress (3): 0.3/1.4 MB | 16/36 kB | 20/112 kB
Progress (3): 0.3/1.4 MB | 20/36 kB | 20/112 kB
Progress (3): 0.3/1.4 MB | 20/36 kB | 24/112 kB
Progress (3): 0.3/1.4 MB | 24/36 kB | 24/112 kB
Progress (3): 0.3/1.4 MB | 24/36 kB | 24/112 kB
Progress (3): 0.3/1.4 MB | 24/36 kB | 28/112 kB
Progress (3): 0.3/1.4 MB | 24/36 kB | 28/112 kB
Progress (3): 0.3/1.4 MB | 28/36 kB | 28/112 kB
Progress (3): 0.3/1.4 MB | 28/36 kB | 32/112 kB
Progress (3): 0.3/1.4 MB | 28/36 kB | 32/112 kB
Progress (3): 0.3/1.4 MB | 32/36 kB | 32/112 kB
Progress (3): 0.3/1.4 MB | 32/36 kB | 32/112 kB
Progress (3): 0.3/1.4 MB | 32/36 kB | 33/112 kB
Progress (3): 0.3/1.4 MB | 36/36 kB | 33/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 33/112 kB   
Progress (3): 0.3/1.4 MB | 36 kB | 37/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 37/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 41/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 41/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 45/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 49/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 49/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 53/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 53/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 57/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 57/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 61/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 61/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 65/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 66/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 66/112 kB
Progress (3): 0.3/1.4 MB | 36 kB | 70/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 70/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 74/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 74/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 78/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 78/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 82/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 82/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 86/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 86/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 90/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 90/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 94/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 94/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 98/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 98/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 102/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 102/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 106/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 106/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 110/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 110/112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB    
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 kB
Progress (3): 0.4/1.4 MB | 36 kB | 112 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 45 kB/s)
Progress (2): 0.4/1.4 MB | 112 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 (2): 0.4/1.4 MB | 112 kB
Progress (2): 0.4/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (3): 0.5/1.4 MB | 112 kB | 4.1/9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.7/9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.7/9.4 kB
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB    
Progress (3): 0.5/1.4 MB | 112 kB | 9.4 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 4.1/7.0 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 4.1/7.0 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 7.0 kB    
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 7.0 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 7.0 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 7.0 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 7.0 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 7.0 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 7.0 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 7.0 kB
Progress (4): 0.5/1.4 MB | 112 kB | 9.4 kB | 7.0 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 138 kB/s)
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.5/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.6/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.6/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.6/1.4 MB | 9.4 kB | 7.0 kB
Progress (3): 0.6/1.4 MB | 9.4 kB | 7.0 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 12 kB/s)
Progress (2): 0.6/1.4 MB | 7.0 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.6/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.7/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 kB
Progress (2): 0.8/1.4 MB | 7.0 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 8.4 kB/s)
Progress (2): 0.8/1.4 MB | 4.1/37 kB
Progress (2): 0.8/1.4 MB | 4.1/37 kB
Progress (2): 0.8/1.4 MB | 7.7/37 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 | 12/37 kB
Progress (2): 0.8/1.4 MB | 12/37 kB
Progress (2): 0.8/1.4 MB | 16/37 kB
Progress (2): 0.8/1.4 MB | 16/37 kB
Progress (2): 0.8/1.4 MB | 20/37 kB
Progress (2): 0.8/1.4 MB | 20/37 kB
Progress (2): 0.8/1.4 MB | 24/37 kB
Progress (2): 0.8/1.4 MB | 24/37 kB
Progress (2): 0.8/1.4 MB | 28/37 kB
Progress (2): 0.9/1.4 MB | 28/37 kB
Progress (2): 0.9/1.4 MB | 32/37 kB
Progress (2): 0.9/1.4 MB | 32/37 kB
Progress (2): 0.9/1.4 MB | 36/37 kB
Progress (2): 0.9/1.4 MB | 36/37 kB
Progress (2): 0.9/1.4 MB | 37 kB   
Progress (2): 0.9/1.4 MB | 37 kB
Progress (3): 0.9/1.4 MB | 37 kB | 4.1/37 kB
Progress (3): 0.9/1.4 MB | 37 kB | 7.7/37 kB
Progress (4): 0.9/1.4 MB | 37 kB | 7.7/37 kB | 4.1/53 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 42 kB/s)
Progress (3): 0.9/1.4 MB | 7.7/37 kB | 7.7/53 kB
Progress (3): 0.9/1.4 MB | 12/37 kB | 7.7/53 kB 
Progress (4): 0.9/1.4 MB | 12/37 kB | 7.7/53 kB | 4.1/285 kB
Progress (4): 0.9/1.4 MB | 12/37 kB | 7.7/53 kB | 4.1/285 kB
Progress (4): 0.9/1.4 MB | 12/37 kB | 7.7/53 kB | 7.7/285 kB
Progress (4): 0.9/1.4 MB | 16/37 kB | 7.7/53 kB | 7.7/285 kB
Progress (4): 0.9/1.4 MB | 16/37 kB | 7.7/53 kB | 12/285 kB 
Progress (4): 0.9/1.4 MB | 16/37 kB | 12/53 kB | 12/285 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 (4): 0.9/1.4 MB | 16/37 kB | 16/53 kB | 12/285 kB
Progress (4): 0.9/1.4 MB | 20/37 kB | 16/53 kB | 12/285 kB
Progress (4): 0.9/1.4 MB | 20/37 kB | 20/53 kB | 12/285 kB
Progress (4): 0.9/1.4 MB | 20/37 kB | 20/53 kB | 16/285 kB
Progress (4): 0.9/1.4 MB | 20/37 kB | 20/53 kB | 16/285 kB
Progress (4): 0.9/1.4 MB | 20/37 kB | 24/53 kB | 16/285 kB
Progress (4): 0.9/1.4 MB | 24/37 kB | 24/53 kB | 16/285 kB
Progress (4): 0.9/1.4 MB | 24/37 kB | 24/53 kB | 20/285 kB
Progress (4): 0.9/1.4 MB | 24/37 kB | 24/53 kB | 20/285 kB
Progress (4): 0.9/1.4 MB | 28/37 kB | 24/53 kB | 20/285 kB
Progress (4): 0.9/1.4 MB | 28/37 kB | 24/53 kB | 24/285 kB
Progress (4): 0.9/1.4 MB | 28/37 kB | 28/53 kB | 24/285 kB
Progress (4): 0.9/1.4 MB | 32/37 kB | 28/53 kB | 24/285 kB
Progress (4): 0.9/1.4 MB | 32/37 kB | 28/53 kB | 24/285 kB
Progress (4): 0.9/1.4 MB | 32/37 kB | 32/53 kB | 24/285 kB
Progress (4): 0.9/1.4 MB | 32/37 kB | 32/53 kB | 28/285 kB
Progress (4): 0.9/1.4 MB | 32/37 kB | 32/53 kB | 28/285 kB
Progress (4): 0.9/1.4 MB | 36/37 kB | 32/53 kB | 28/285 kB
Progress (4): 0.9/1.4 MB | 36/37 kB | 32/53 kB | 32/285 kB
Progress (4): 0.9/1.4 MB | 36/37 kB | 36/53 kB | 32/285 kB
Progress (4): 0.9/1.4 MB | 36/37 kB | 36/53 kB | 33/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 36/53 kB | 33/285 kB   
Progress (4): 0.9/1.4 MB | 37 kB | 36/53 kB | 33/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 36/53 kB | 37/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 40/53 kB | 37/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 40/53 kB | 41/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 40/53 kB | 41/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 44/53 kB | 41/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 44/53 kB | 45/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 48/53 kB | 45/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 48/53 kB | 45/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 48/53 kB | 49/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 48/53 kB | 49/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 52/53 kB | 49/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 52/53 kB | 53/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 52/53 kB | 53/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 53/285 kB   
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 53/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 57/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 57/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 61/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 61/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 65/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 65/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 66/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 66/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 70/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 70/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 74/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 74/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 78/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 78/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 82/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 82/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 86/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 86/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 90/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 90/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53 kB | 94/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 94/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 98/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 98/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 98/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 98/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 102/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 102/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 106/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 106/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 110/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 110/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 114/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 114/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 118/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 118/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 122/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 122/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 126/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 126/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 130/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 130/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 131/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 131/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 135/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 135/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 139/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 139/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 143/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 143/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 147/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 147/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 151/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 151/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 155/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 155/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 159/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 159/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 163/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 163/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 164/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 164/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 168/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 168/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 172/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 172/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 176/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 176/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 180/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 180/285 kB
Progress (4): 1.0/1.4 MB | 37 kB | 53 kB | 184/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 184/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 188/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 188/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 192/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 192/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 196/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 196/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 197/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 197/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 201/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 201/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 205/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 205/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 209/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 209/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 213/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 213/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 217/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 217/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 221/285 kB
Progress (4): 1.1/1.4 MB | 37 kB | 53 kB | 221/285 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 41 kB/s)
Progress (3): 1.1/1.4 MB | 53 kB | 221/285 kB
Progress (3): 1.1/1.4 MB | 53 kB | 225/285 kB
Progress (3): 1.1/1.4 MB | 53 kB | 225/285 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 58 kB/s)
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
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
Progress (2): 1.1/1.4 MB | 225/285 kB
Progress (2): 1.1/1.4 MB | 229/285 kB
Progress (2): 1.1/1.4 MB | 229/285 kB
Progress (3): 1.1/1.4 MB | 229/285 kB | 4.1/4.3 kB
Progress (3): 1.1/1.4 MB | 229/285 kB | 4.1/4.3 kB
Progress (3): 1.1/1.4 MB | 229/285 kB | 4.1/4.3 kB
Progress (3): 1.1/1.4 MB | 229/285 kB | 4.3 kB    
Progress (3): 1.1/1.4 MB | 233/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 233/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 237/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 237/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 241/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 241/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 245/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 245/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 249/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 249/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 253/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 253/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 257/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 257/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 261/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 261/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 265/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 265/285 kB | 4.3 kB
Progress (3): 1.1/1.4 MB | 269/285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 269/285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 273/285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 273/285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 277/285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 277/285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 277/285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 281/285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 281/285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB    
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.3/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.3/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.3/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.3/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.3/1.4 MB | 285 kB | 4.3 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 4.6 kB/s)
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (2): 1.3/1.4 MB | 285 kB
Progress (3): 1.3/1.4 MB | 285 kB | 4.1/29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 4.1/29 kB | 4.1/21 kB
Progress (4): 1.3/1.4 MB | 285 kB | 4.1/29 kB | 7.7/21 kB
Progress (4): 1.3/1.4 MB | 285 kB | 4.1/29 kB | 12/21 kB 
Progress (4): 1.3/1.4 MB | 285 kB | 4.1/29 kB | 16/21 kB
Progress (4): 1.3/1.4 MB | 285 kB | 4.1/29 kB | 20/21 kB
Progress (4): 1.3/1.4 MB | 285 kB | 7.7/29 kB | 20/21 kB
Progress (4): 1.3/1.4 MB | 285 kB | 7.7/29 kB | 20/21 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 287 kB/s)
Progress (3): 1.3/1.4 MB | 7.7/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 7.7/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 12/29 kB | 21 kB 
Progress (3): 1.3/1.4 MB | 12/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 16/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 16/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 16/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 20/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 20/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 24/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 24/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 28/29 kB | 21 kB
Progress (3): 1.3/1.4 MB | 28/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
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/1.4 MB | 29 kB | 21 kB
Progress (3): 1.4/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 21 kB/s)
Progress (2): 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 29 kB/s)
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 1.4 MB/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. @ org.eclipse.mdht:org.eclipse.mdht.uml.cda.ui:[unknown-version], /home/jenkins/workspace/MDHT-master-scm/cda/plugins/org.eclipse.mdht.uml.cda.ui/pom.xml, 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 @ org.eclipse.mdht:org.eclipse.mdht.uml.cda.test:[unknown-version], /home/jenkins/workspace/MDHT-master-scm/cda/tests/org.eclipse.mdht.uml.cda.test/pom.xml, 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/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/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.2/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.2/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.2/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.2/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.2/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.2/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.2/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/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.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/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.5/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.5/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.5/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.5/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.5/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.5/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.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/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.7/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.7/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.7/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.7/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.7/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.7/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.7/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/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): 0.9/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): 0.9/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): 0.9/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): 0.9/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): 0.9/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): 0.9/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.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/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.1/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.1/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.1/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.1/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.1/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.1/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.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/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.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/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.4/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.4/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.4/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.4/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.4/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.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.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/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.6/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.6/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.6/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.6/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.6/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.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.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/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.8/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.8/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.8/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.8/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.8/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.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): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/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.0/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.0/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.0/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.0/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.0/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.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.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/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.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/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.3/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.3/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.3/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.3/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.3/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.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.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/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.5/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.5/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.5/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.5/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.5/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.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.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/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.7/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.7/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.7/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.7/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.7/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.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.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/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): 2.9/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): 2.9/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): 2.9/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): 2.9/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): 2.9/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): 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.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/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.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/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.2/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.2/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.2/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.2/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.2/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.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.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/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.4/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.4/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.4/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.4/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.4/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.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.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/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.6/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.6/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.6/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.6/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.6/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.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.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/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.8/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.8/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.8/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.8/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.8/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.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): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/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.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/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.1/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.1/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.1/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.1/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.1/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.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.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/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.3/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.3/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.3/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.3/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.3/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.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.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/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.5/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.5/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.5/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.5/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.5/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.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.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/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.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/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.8/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.8/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.8/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.8/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.8/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.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): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/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.0/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.0/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.0/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.0/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.0/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.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.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/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.2/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.2/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.2/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.2/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.2/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.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.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/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.4/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.4/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.4/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.4/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.4/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.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.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/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.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/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.7/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.7/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.7/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.7/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.7/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.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.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/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): 5.9/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): 5.9/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): 5.9/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): 5.9/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): 5.9/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): 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.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/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.1/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.1/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.1/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.1/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.1/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.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.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/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.3/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.3/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.3/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.3/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.3/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.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.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/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.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/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.6/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.6/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.6/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.6/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.6/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.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.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/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.8/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.8/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.8/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.8/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.8/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.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): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/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.0/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.0/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.0/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.0/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.0/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.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.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/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.2/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.2/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.2/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.2/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.2/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.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.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/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.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/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.5/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.5/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.5/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.5/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.5/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.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.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/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.7/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.7/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.7/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.7/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.7/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.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.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/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): 7.9/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): 7.9/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): 7.9/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): 7.9/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): 7.9/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): 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.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/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/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/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 12 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): 33/218 kB
Progress (1): 37/218 kB
Progress (1): 41/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): 66/218 kB
Progress (1): 70/218 kB
Progress (1): 74/218 kB
Progress (1): 78/218 kB
Progress (1): 82/218 kB
Progress (1): 86/218 kB
Progress (1): 90/218 kB
Progress (1): 94/218 kB
Progress (1): 98/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): 130/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): 164/218 kB
Progress (1): 168/218 kB
Progress (1): 172/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): 216/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 7.5 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): 44/148 kB
Progress (1): 48/148 kB
Progress (1): 52/148 kB
Progress (1): 56/148 kB
Progress (1): 60/148 kB
Progress (1): 64/148 kB
Progress (1): 68/148 kB
Progress (1): 72/148 kB
Progress (1): 76/148 kB
Progress (1): 80/148 kB
Progress (1): 84/148 kB
Progress (1): 88/148 kB
Progress (1): 92/148 kB
Progress (1): 96/148 kB
Progress (1): 100/148 kB
Progress (1): 104/148 kB
Progress (1): 108/148 kB
Progress (1): 112/148 kB
Progress (1): 116/148 kB
Progress (1): 120/148 kB
Progress (1): 124/148 kB
Progress (1): 128/148 kB
Progress (1): 132/148 kB
Progress (1): 136/148 kB
Progress (1): 140/148 kB
Progress (1): 144/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.9 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): 44/48 kB
Progress (1): 48/48 kB
Progress (1): 48 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 1.3 MB/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/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 159 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/9.2 kB
Progress (1): 7.7/9.2 kB
Progress (1): 9.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 317 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/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 24/30 kB
Progress (1): 28/30 kB
Progress (1): 30 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 991 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/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 529 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 1.3 MB/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 74 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 1.1 MB/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 61 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 238 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 40 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 417 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 103 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 861 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/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 179 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/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 453 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/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 168 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/8.7 kB
Progress (1): 7.7/8.7 kB
Progress (1): 8.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 311 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/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 613 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/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 548 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 38 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/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 689 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 11 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/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
Progress (2): 24 kB | 4.1/128 kB
Progress (2): 24 kB | 7.7/128 kB
Progress (2): 24 kB | 12/128 kB 
Progress (2): 24 kB | 16/128 kB
Progress (2): 24 kB | 20/128 kB
Progress (2): 24 kB | 24/128 kB
Progress (2): 24 kB | 28/128 kB
Progress (2): 24 kB | 32/128 kB
Progress (2): 24 kB | 36/128 kB
Progress (2): 24 kB | 40/128 kB
Progress (2): 24 kB | 44/128 kB
Progress (2): 24 kB | 48/128 kB
Progress (2): 24 kB | 52/128 kB
Progress (2): 24 kB | 56/128 kB
Progress (2): 24 kB | 60/128 kB
Progress (2): 24 kB | 64/128 kB
Progress (2): 24 kB | 68/128 kB
Progress (2): 24 kB | 72/128 kB
Progress (2): 24 kB | 76/128 kB
Progress (2): 24 kB | 80/128 kB
Progress (2): 24 kB | 84/128 kB
Progress (2): 24 kB | 88/128 kB
Progress (2): 24 kB | 92/128 kB
Progress (2): 24 kB | 96/128 kB
Progress (2): 24 kB | 100/128 kB
Progress (2): 24 kB | 104/128 kB
Progress (2): 24 kB | 108/128 kB
Progress (2): 24 kB | 112/128 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 917 kB/s)
Progress (1): 116/128 kB
Progress (1): 120/128 kB
Progress (1): 124/128 kB
Progress (1): 128/128 kB
Progress (1): 128 kB    
Progress (2): 128 kB | 4.1/22 kB
Progress (2): 128 kB | 7.7/22 kB
Progress (2): 128 kB | 12/22 kB 
Progress (2): 128 kB | 16/22 kB
Progress (2): 128 kB | 20/22 kB
Progress (2): 128 kB | 22 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 3.9 MB/s)
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 590 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 103 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/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 554 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 596 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 30 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/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 157 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/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 643 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 31 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/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 132 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 71 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/6.7 kB
Progress (1): 6.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 186 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/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 292 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/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 544 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 114 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 80 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 113 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 17 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/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 212 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 81 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 18 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/5.9 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 218 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 108 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 87 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 60 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 53 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 15 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 145 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 73 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 88 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 63 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 78 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 54 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 70 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/7.1 kB
Progress (1): 7.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 129 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 85 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 60 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 52 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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
Progress (1): 643 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (643 B at 16 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 66 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 75 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 64 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 69 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 64 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 64 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 64 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.14.0/org.eclipse.osgi-3.14.0.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 (2): 4.1/4.2 kB | 0/1.5 MB
Progress (2): 4.2 kB | 0/1.5 MB    
Progress (2): 4.2 kB | 0/1.5 MB
Progress (2): 4.2 kB | 0/1.5 MB
Progress (2): 4.2 kB | 0/1.5 MB
Progress (2): 4.2 kB | 0/1.5 MB
Progress (2): 4.2 kB | 0/1.5 MB
Progress (2): 4.2 kB | 0/1.5 MB
Progress (2): 4.2 kB | 0/1.5 MB
Progress (2): 4.2 kB | 0/1.5 MB
Progress (3): 4.2 kB | 0/1.5 MB | 4.1/13 kB
Progress (3): 4.2 kB | 0/1.5 MB | 4.1/13 kB
Progress (3): 4.2 kB | 0/1.5 MB | 7.7/13 kB
Progress (3): 4.2 kB | 0/1.5 MB | 7.7/13 kB
Progress (3): 4.2 kB | 0/1.5 MB | 12/13 kB 
Progress (3): 4.2 kB | 0/1.5 MB | 12/13 kB
Progress (3): 4.2 kB | 0/1.5 MB | 13 kB   
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
Progress (3): 4.2 kB | 0.1/1.5 MB | 13 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 120 kB/s)
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.1/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 355 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.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.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.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.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.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.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.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.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.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.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.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.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): 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.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.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.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.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.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.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.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.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.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 MB    
                    
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.jar (1.5 MB at 10 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 130 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 985 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 112 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/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 303 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/53 kB
Progress (1): 7.7/53 kB
Progress (1): 12/53 kB 
Progress (1): 16/53 kB
Progress (1): 20/53 kB
Progress (1): 24/53 kB
Progress (1): 28/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 44/53 kB
Progress (1): 48/53 kB
Progress (1): 52/53 kB
Progress (1): 53 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.4 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/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 499 kB/s)
Downloading from 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 77 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 112 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/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 416 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 133 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 135 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 117 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/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/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-tree/7.0/asm-tree-7.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-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/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/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-tree/7.0/asm-tree-7.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-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/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   
Progress (2): 28 kB | 4.1/20 kB
Progress (2): 28 kB | 7.7/20 kB
Progress (2): 28 kB | 12/20 kB 
Progress (2): 28 kB | 16/20 kB
Progress (2): 28 kB | 20 kB   
Progress (3): 28 kB | 20 kB | 4.1/114 kB
Progress (3): 28 kB | 20 kB | 7.7/114 kB
Progress (3): 28 kB | 20 kB | 12/114 kB 
Progress (3): 28 kB | 20 kB | 16/114 kB
Progress (3): 28 kB | 20 kB | 20/114 kB
Progress (3): 28 kB | 20 kB | 24/114 kB
Progress (3): 28 kB | 20 kB | 28/114 kB
Progress (3): 28 kB | 20 kB | 32/114 kB
Progress (3): 28 kB | 20 kB | 36/114 kB
Progress (3): 28 kB | 20 kB | 40/114 kB
Progress (3): 28 kB | 20 kB | 44/114 kB
Progress (3): 28 kB | 20 kB | 48/114 kB
Progress (3): 28 kB | 20 kB | 52/114 kB
Progress (3): 28 kB | 20 kB | 56/114 kB
Progress (3): 28 kB | 20 kB | 60/114 kB
Progress (3): 28 kB | 20 kB | 64/114 kB
Progress (3): 28 kB | 20 kB | 68/114 kB
Progress (4): 28 kB | 20 kB | 68/114 kB | 4.1/54 kB
Progress (4): 28 kB | 20 kB | 72/114 kB | 4.1/54 kB
Progress (4): 28 kB | 20 kB | 72/114 kB | 7.7/54 kB
Progress (4): 28 kB | 20 kB | 76/114 kB | 7.7/54 kB
Progress (4): 28 kB | 20 kB | 80/114 kB | 7.7/54 kB
Progress (4): 28 kB | 20 kB | 80/114 kB | 12/54 kB 
Progress (4): 28 kB | 20 kB | 84/114 kB | 12/54 kB
Progress (4): 28 kB | 20 kB | 84/114 kB | 16/54 kB
Progress (4): 28 kB | 20 kB | 88/114 kB | 16/54 kB
Progress (4): 28 kB | 20 kB | 88/114 kB | 20/54 kB
Progress (4): 28 kB | 20 kB | 92/114 kB | 20/54 kB
Progress (4): 28 kB | 20 kB | 92/114 kB | 24/54 kB
Progress (4): 28 kB | 20 kB | 96/114 kB | 24/54 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.jar (28 kB at 893 kB/s)
Progress (3): 20 kB | 100/114 kB | 24/54 kB
Progress (3): 20 kB | 100/114 kB | 28/54 kB
Progress (3): 20 kB | 104/114 kB | 28/54 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 (3): 20 kB | 108/114 kB | 28/54 kB
Progress (3): 20 kB | 108/114 kB | 32/54 kB
Progress (3): 20 kB | 112/114 kB | 32/54 kB
Progress (3): 20 kB | 112/114 kB | 36/54 kB
Progress (3): 20 kB | 114 kB | 36/54 kB    
Progress (4): 20 kB | 114 kB | 36/54 kB | 4.1/50 kB
Progress (4): 20 kB | 114 kB | 40/54 kB | 4.1/50 kB
Progress (4): 20 kB | 114 kB | 40/54 kB | 7.7/50 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.jar (20 kB at 599 kB/s)
Progress (3): 114 kB | 40/54 kB | 12/50 kB
Progress (3): 114 kB | 44/54 kB | 12/50 kB
Progress (3): 114 kB | 44/54 kB | 16/50 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 (3): 114 kB | 44/54 kB | 20/50 kB
Progress (3): 114 kB | 48/54 kB | 20/50 kB
Progress (3): 114 kB | 48/54 kB | 24/50 kB
Progress (3): 114 kB | 52/54 kB | 24/50 kB
Progress (3): 114 kB | 54 kB | 24/50 kB   
Progress (3): 114 kB | 54 kB | 28/50 kB
Progress (3): 114 kB | 54 kB | 32/50 kB
Progress (3): 114 kB | 54 kB | 36/50 kB
Progress (3): 114 kB | 54 kB | 40/50 kB
Progress (3): 114 kB | 54 kB | 44/50 kB
Progress (3): 114 kB | 54 kB | 48/50 kB
Progress (3): 114 kB | 54 kB | 50 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 2.8 MB/s)
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 1.3 MB/s)
Progress (2): 50 kB | 4.1/33 kB
Progress (2): 50 kB | 7.7/33 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.jar (50 kB at 1.2 MB/s)
Progress (2): 7.7/33 kB | 4.1/81 kB
Progress (2): 12/33 kB | 4.1/81 kB 
Progress (2): 12/33 kB | 7.7/81 kB
Progress (2): 16/33 kB | 7.7/81 kB
Progress (2): 20/33 kB | 7.7/81 kB
Progress (2): 20/33 kB | 12/81 kB 
Progress (2): 24/33 kB | 12/81 kB
Progress (2): 24/33 kB | 16/81 kB
Progress (2): 28/33 kB | 16/81 kB
Progress (2): 32/33 kB | 16/81 kB
Progress (2): 32/33 kB | 20/81 kB
Progress (2): 33 kB | 20/81 kB   
Progress (2): 33 kB | 24/81 kB
Progress (2): 33 kB | 28/81 kB
Progress (2): 33 kB | 32/81 kB
Progress (2): 33 kB | 33/81 kB
Progress (2): 33 kB | 37/81 kB
Progress (2): 33 kB | 41/81 kB
Progress (2): 33 kB | 45/81 kB
Progress (2): 33 kB | 49/81 kB
Progress (2): 33 kB | 53/81 kB
Progress (2): 33 kB | 57/81 kB
Progress (2): 33 kB | 61/81 kB
Progress (2): 33 kB | 65/81 kB
Progress (2): 33 kB | 69/81 kB
Progress (2): 33 kB | 73/81 kB
Progress (2): 33 kB | 77/81 kB
Progress (2): 33 kB | 81/81 kB
Progress (2): 33 kB | 81 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 709 kB/s)
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 1.6 MB/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/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom (5.3 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-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/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.2 MB/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/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 490 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 122 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/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 163 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/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 361 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/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 665 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/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 555 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 759 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/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 184 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/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 324 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 924 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/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 718 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/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 360 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/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.2 MB/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): 44/124 kB
Progress (1): 48/124 kB
Progress (1): 52/124 kB
Progress (1): 56/124 kB
Progress (1): 60/124 kB
Progress (1): 64/124 kB
Progress (1): 68/124 kB
Progress (1): 72/124 kB
Progress (1): 76/124 kB
Progress (1): 80/124 kB
Progress (1): 84/124 kB
Progress (1): 88/124 kB
Progress (1): 92/124 kB
Progress (1): 96/124 kB
Progress (1): 100/124 kB
Progress (1): 104/124 kB
Progress (1): 108/124 kB
Progress (1): 112/124 kB
Progress (1): 116/124 kB
Progress (1): 120/124 kB
Progress (1): 124/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 4.0 MB/s)
Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/maven-metadata.xml
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
Progress (1): 1.2 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.2 kB at 31 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.0/maven-bundle-plugin-4.2.0.pom
Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom (11 kB at 421 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/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/felix/felix-parent/6/felix-parent-6.pom (22 kB at 781 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/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 634 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.0/maven-bundle-plugin-4.2.0.jar
Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.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): 44/233 kB
Progress (1): 48/233 kB
Progress (1): 52/233 kB
Progress (1): 56/233 kB
Progress (1): 60/233 kB
Progress (1): 64/233 kB
Progress (1): 68/233 kB
Progress (1): 72/233 kB
Progress (1): 76/233 kB
Progress (1): 80/233 kB
Progress (1): 84/233 kB
Progress (1): 88/233 kB
Progress (1): 92/233 kB
Progress (1): 96/233 kB
Progress (1): 100/233 kB
Progress (1): 104/233 kB
Progress (1): 108/233 kB
Progress (1): 112/233 kB
Progress (1): 116/233 kB
Progress (1): 120/233 kB
Progress (1): 124/233 kB
Progress (1): 128/233 kB
Progress (1): 132/233 kB
Progress (1): 136/233 kB
Progress (1): 140/233 kB
Progress (1): 144/233 kB
Progress (1): 148/233 kB
Progress (1): 152/233 kB
Progress (1): 156/233 kB
Progress (1): 160/233 kB
Progress (1): 164/233 kB
Progress (1): 168/233 kB
Progress (1): 172/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): 216/233 kB
Progress (1): 220/233 kB
Progress (1): 224/233 kB
Progress (1): 228/233 kB
Progress (1): 232/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.0/maven-bundle-plugin-4.2.0.jar (233 kB at 6.6 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/7.2 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 224 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/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 391 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/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.3 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.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 1.0 MB/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/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 361 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/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 476 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 1.1 MB/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/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (7.9 kB at 283 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/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 483 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 1.2 MB/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/6.9 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 256 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/6.9 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 248 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 1.3 MB/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/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 125 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 1.2 MB/s)
[INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.emf.runtime:3.0.0-SNAPSHOT @ /home/jenkins/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:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
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:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
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:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[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