Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent default-agent-7blq0 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-7blq0"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-7blq0"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-7blq0"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.collections.svc.cluster.local/collections/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-collections"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-7blq0 in workspace /home/jenkins/agent/workspace/publish-p2-repo
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/eclipse-collections.git
 > git init /home/jenkins/agent/workspace/publish-p2-repo # timeout=10
Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10
Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse tags/10.1.0.M2^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/tags/10.1.0.M2^{commit} # timeout=10
Checking out Revision 62bac806a4580fd54b621e0fd99edf536addd34b (tags/10.1.0.M2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 62bac806a4580fd54b621e0fd99edf536addd34b
Commit message: "Release version 10.1.0.M2."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=10.1.0.M2 -DsigningServiceType=eclipse -Dsurefire.useFile=false -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests clean install
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.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.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 59 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.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/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 606 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.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.3.0/tycho-core-1.3.0.pom (4.5 kB at 150 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 179 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 644 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 572 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/6/apache-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 556 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 150 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 147 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 694 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 468 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 65 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 82 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 32 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 185 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 618 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from cbi-releases: 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 29 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 201 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 106 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 243 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 290 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 161 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 310 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 299 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 74 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 88 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from cbi-releases: 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 206 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading from cbi-releases: 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 112 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading from cbi-releases: 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 100 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 48 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 268 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 384 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 154 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 541 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from cbi-releases: 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 195 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 91 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 276 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 79 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 142 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 197 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 189 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 250 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 424 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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.4 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/9/apache-9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 561 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 492 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/16/apache-16.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 592 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 546 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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.2 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/18/apache-18.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 540 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 107 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 590 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 519 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 76 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.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.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 40 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.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.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 68 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.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.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 38 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.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.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 38 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.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.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 66 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.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.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 50 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 241 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.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.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 82 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.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.3.0/org.eclipse.tycho.embedder.shared-1.3.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.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 42 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.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.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 131 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.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.3.0/org.eclipse.tycho.core.shared-1.3.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.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 41 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 139 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from cbi-releases: 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 63 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from cbi-releases: 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 476 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.2 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/5/apache-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 158 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.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.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 76 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.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.3.0/tycho-p2-1.3.0.pom (1.1 kB at 45 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.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.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.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.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 41 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.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.3.0/org.eclipse.tycho.p2.tools.shared-1.3.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.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 43 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from cbi-releases: 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 cbi-releases: 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 cbi-releases: 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 cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from cbi-releases: 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 cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from cbi-releases: 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 cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.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/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Progress (1): 4.1/527 kB
Progress (1): 7.7/527 kB
Progress (2): 7.7/527 kB | 4.1/47 kB
Progress (2): 12/527 kB | 4.1/47 kB 
Progress (2): 12/527 kB | 7.7/47 kB
Progress (3): 12/527 kB | 7.7/47 kB | 4.1/5.6 kB
Progress (3): 16/527 kB | 7.7/47 kB | 4.1/5.6 kB
Progress (3): 16/527 kB | 7.7/47 kB | 5.6 kB    
Progress (3): 16/527 kB | 12/47 kB | 5.6 kB 
Progress (3): 20/527 kB | 12/47 kB | 5.6 kB
Progress (3): 20/527 kB | 16/47 kB | 5.6 kB
Progress (3): 24/527 kB | 16/47 kB | 5.6 kB
Progress (3): 24/527 kB | 20/47 kB | 5.6 kB
Progress (3): 24/527 kB | 24/47 kB | 5.6 kB
Progress (3): 28/527 kB | 24/47 kB | 5.6 kB
Progress (3): 28/527 kB | 28/47 kB | 5.6 kB
Progress (3): 32/527 kB | 28/47 kB | 5.6 kB
Progress (3): 32/527 kB | 32/47 kB | 5.6 kB
Progress (3): 36/527 kB | 32/47 kB | 5.6 kB
Progress (3): 36/527 kB | 36/47 kB | 5.6 kB
Progress (3): 36/527 kB | 40/47 kB | 5.6 kB
Progress (3): 36/527 kB | 44/47 kB | 5.6 kB
Progress (3): 40/527 kB | 44/47 kB | 5.6 kB
Progress (3): 40/527 kB | 47 kB | 5.6 kB   
Progress (3): 44/527 kB | 47 kB | 5.6 kB
Progress (3): 48/527 kB | 47 kB | 5.6 kB
Progress (4): 48/527 kB | 47 kB | 5.6 kB | 4.1/202 kB
Progress (4): 52/527 kB | 47 kB | 5.6 kB | 4.1/202 kB
Progress (4): 52/527 kB | 47 kB | 5.6 kB | 7.7/202 kB
Progress (4): 56/527 kB | 47 kB | 5.6 kB | 7.7/202 kB
Progress (4): 56/527 kB | 47 kB | 5.6 kB | 12/202 kB 
Progress (5): 56/527 kB | 47 kB | 5.6 kB | 12/202 kB | 4.1/165 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 119 kB/s)
Progress (4): 60/527 kB | 47 kB | 12/202 kB | 4.1/165 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Progress (4): 60/527 kB | 47 kB | 12/202 kB | 7.7/165 kB
Progress (4): 60/527 kB | 47 kB | 16/202 kB | 7.7/165 kB
Progress (4): 60/527 kB | 47 kB | 16/202 kB | 12/165 kB 
Progress (4): 60/527 kB | 47 kB | 20/202 kB | 12/165 kB
Progress (4): 64/527 kB | 47 kB | 20/202 kB | 12/165 kB
Progress (4): 64/527 kB | 47 kB | 24/202 kB | 12/165 kB
Progress (4): 64/527 kB | 47 kB | 24/202 kB | 16/165 kB
Progress (4): 68/527 kB | 47 kB | 24/202 kB | 16/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)
Progress (3): 68/527 kB | 28/202 kB | 16/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): 72/527 kB | 28/202 kB | 16/165 kB
Progress (3): 72/527 kB | 28/202 kB | 20/165 kB
Progress (3): 76/527 kB | 28/202 kB | 20/165 kB
Progress (3): 76/527 kB | 32/202 kB | 20/165 kB
Progress (3): 80/527 kB | 32/202 kB | 20/165 kB
Progress (3): 80/527 kB | 32/202 kB | 24/165 kB
Progress (3): 84/527 kB | 32/202 kB | 24/165 kB
Progress (3): 84/527 kB | 36/202 kB | 24/165 kB
Progress (3): 88/527 kB | 36/202 kB | 24/165 kB
Progress (3): 88/527 kB | 36/202 kB | 28/165 kB
Progress (3): 88/527 kB | 40/202 kB | 28/165 kB
Progress (3): 88/527 kB | 40/202 kB | 32/165 kB
Progress (3): 92/527 kB | 40/202 kB | 32/165 kB
Progress (3): 92/527 kB | 44/202 kB | 32/165 kB
Progress (3): 96/527 kB | 44/202 kB | 32/165 kB
Progress (3): 96/527 kB | 44/202 kB | 36/165 kB
Progress (3): 96/527 kB | 48/202 kB | 36/165 kB
Progress (3): 96/527 kB | 48/202 kB | 40/165 kB
Progress (3): 100/527 kB | 48/202 kB | 40/165 kB
Progress (3): 100/527 kB | 52/202 kB | 40/165 kB
Progress (3): 104/527 kB | 52/202 kB | 40/165 kB
Progress (3): 104/527 kB | 52/202 kB | 44/165 kB
Progress (3): 104/527 kB | 56/202 kB | 44/165 kB
Progress (3): 104/527 kB | 56/202 kB | 48/165 kB
Progress (3): 104/527 kB | 60/202 kB | 48/165 kB
Progress (3): 108/527 kB | 60/202 kB | 48/165 kB
Progress (3): 108/527 kB | 64/202 kB | 48/165 kB
Progress (3): 108/527 kB | 64/202 kB | 52/165 kB
Progress (3): 112/527 kB | 64/202 kB | 52/165 kB
Progress (3): 112/527 kB | 64/202 kB | 56/165 kB
Progress (3): 112/527 kB | 68/202 kB | 56/165 kB
Progress (3): 116/527 kB | 68/202 kB | 56/165 kB
Progress (3): 116/527 kB | 72/202 kB | 56/165 kB
Progress (3): 116/527 kB | 72/202 kB | 60/165 kB
Progress (3): 116/527 kB | 76/202 kB | 60/165 kB
Progress (3): 120/527 kB | 76/202 kB | 60/165 kB
Progress (3): 120/527 kB | 80/202 kB | 60/165 kB
Progress (3): 120/527 kB | 80/202 kB | 64/165 kB
Progress (3): 124/527 kB | 80/202 kB | 64/165 kB
Progress (4): 124/527 kB | 80/202 kB | 64/165 kB | 4.1/38 kB
Progress (4): 124/527 kB | 80/202 kB | 68/165 kB | 4.1/38 kB
Progress (4): 128/527 kB | 80/202 kB | 68/165 kB | 4.1/38 kB
Progress (4): 128/527 kB | 84/202 kB | 68/165 kB | 4.1/38 kB
Progress (4): 132/527 kB | 84/202 kB | 68/165 kB | 4.1/38 kB
Progress (5): 132/527 kB | 84/202 kB | 68/165 kB | 4.1/38 kB | 4.1/30 kB
Progress (5): 132/527 kB | 84/202 kB | 72/165 kB | 4.1/38 kB | 4.1/30 kB
Progress (5): 132/527 kB | 84/202 kB | 72/165 kB | 7.7/38 kB | 4.1/30 kB
Progress (5): 132/527 kB | 84/202 kB | 76/165 kB | 7.7/38 kB | 4.1/30 kB
Progress (5): 132/527 kB | 84/202 kB | 76/165 kB | 7.7/38 kB | 7.7/30 kB
Progress (5): 136/527 kB | 84/202 kB | 76/165 kB | 7.7/38 kB | 7.7/30 kB
Progress (5): 136/527 kB | 88/202 kB | 76/165 kB | 7.7/38 kB | 7.7/30 kB
Progress (5): 140/527 kB | 88/202 kB | 76/165 kB | 7.7/38 kB | 7.7/30 kB
Progress (5): 140/527 kB | 88/202 kB | 76/165 kB | 7.7/38 kB | 12/30 kB 
Progress (5): 140/527 kB | 88/202 kB | 80/165 kB | 7.7/38 kB | 12/30 kB
Progress (5): 140/527 kB | 88/202 kB | 80/165 kB | 12/38 kB | 12/30 kB 
Progress (5): 140/527 kB | 88/202 kB | 84/165 kB | 12/38 kB | 12/30 kB
Progress (5): 140/527 kB | 88/202 kB | 84/165 kB | 12/38 kB | 16/30 kB
Progress (5): 144/527 kB | 88/202 kB | 84/165 kB | 12/38 kB | 16/30 kB
Progress (5): 144/527 kB | 92/202 kB | 84/165 kB | 12/38 kB | 16/30 kB
Progress (5): 148/527 kB | 92/202 kB | 84/165 kB | 12/38 kB | 16/30 kB
Progress (5): 148/527 kB | 92/202 kB | 84/165 kB | 12/38 kB | 20/30 kB
Progress (5): 148/527 kB | 92/202 kB | 88/165 kB | 12/38 kB | 20/30 kB
Progress (5): 148/527 kB | 92/202 kB | 88/165 kB | 16/38 kB | 20/30 kB
Progress (5): 148/527 kB | 92/202 kB | 92/165 kB | 16/38 kB | 20/30 kB
Progress (5): 148/527 kB | 92/202 kB | 92/165 kB | 16/38 kB | 24/30 kB
Progress (5): 152/527 kB | 92/202 kB | 92/165 kB | 16/38 kB | 24/30 kB
Progress (5): 152/527 kB | 96/202 kB | 92/165 kB | 16/38 kB | 24/30 kB
Progress (5): 156/527 kB | 96/202 kB | 92/165 kB | 16/38 kB | 24/30 kB
Progress (5): 156/527 kB | 96/202 kB | 92/165 kB | 16/38 kB | 28/30 kB
Progress (5): 156/527 kB | 96/202 kB | 96/165 kB | 16/38 kB | 28/30 kB
Progress (5): 156/527 kB | 96/202 kB | 96/165 kB | 20/38 kB | 28/30 kB
Progress (5): 156/527 kB | 96/202 kB | 100/165 kB | 20/38 kB | 28/30 kB
Progress (5): 156/527 kB | 96/202 kB | 100/165 kB | 20/38 kB | 30 kB   
Progress (5): 160/527 kB | 96/202 kB | 100/165 kB | 20/38 kB | 30 kB
Progress (5): 160/527 kB | 100/202 kB | 100/165 kB | 20/38 kB | 30 kB
Progress (5): 164/527 kB | 100/202 kB | 100/165 kB | 20/38 kB | 30 kB
Progress (5): 164/527 kB | 100/202 kB | 104/165 kB | 20/38 kB | 30 kB
Progress (5): 164/527 kB | 100/202 kB | 104/165 kB | 24/38 kB | 30 kB
Progress (5): 164/527 kB | 100/202 kB | 108/165 kB | 24/38 kB | 30 kB
Progress (5): 164/527 kB | 100/202 kB | 108/165 kB | 28/38 kB | 30 kB
Progress (5): 168/527 kB | 100/202 kB | 108/165 kB | 28/38 kB | 30 kB
Progress (5): 168/527 kB | 104/202 kB | 108/165 kB | 28/38 kB | 30 kB
Progress (5): 172/527 kB | 104/202 kB | 108/165 kB | 28/38 kB | 30 kB
Progress (5): 172/527 kB | 104/202 kB | 108/165 kB | 32/38 kB | 30 kB
Progress (5): 172/527 kB | 104/202 kB | 112/165 kB | 32/38 kB | 30 kB
Progress (5): 172/527 kB | 104/202 kB | 112/165 kB | 36/38 kB | 30 kB
Progress (5): 176/527 kB | 104/202 kB | 112/165 kB | 36/38 kB | 30 kB
Progress (5): 176/527 kB | 108/202 kB | 112/165 kB | 36/38 kB | 30 kB
Progress (5): 180/527 kB | 108/202 kB | 112/165 kB | 36/38 kB | 30 kB
Progress (5): 180/527 kB | 108/202 kB | 112/165 kB | 38 kB | 30 kB   
Progress (5): 180/527 kB | 108/202 kB | 116/165 kB | 38 kB | 30 kB
Progress (5): 184/527 kB | 108/202 kB | 116/165 kB | 38 kB | 30 kB
Progress (5): 184/527 kB | 112/202 kB | 116/165 kB | 38 kB | 30 kB
Progress (5): 188/527 kB | 112/202 kB | 116/165 kB | 38 kB | 30 kB
Progress (5): 188/527 kB | 116/202 kB | 116/165 kB | 38 kB | 30 kB
Progress (5): 188/527 kB | 116/202 kB | 120/165 kB | 38 kB | 30 kB
Progress (5): 188/527 kB | 120/202 kB | 120/165 kB | 38 kB | 30 kB
Progress (5): 192/527 kB | 120/202 kB | 120/165 kB | 38 kB | 30 kB
Progress (5): 192/527 kB | 124/202 kB | 120/165 kB | 38 kB | 30 kB
Progress (5): 196/527 kB | 124/202 kB | 120/165 kB | 38 kB | 30 kB
Progress (5): 196/527 kB | 124/202 kB | 124/165 kB | 38 kB | 30 kB
Progress (5): 200/527 kB | 124/202 kB | 124/165 kB | 38 kB | 30 kB
Progress (5): 200/527 kB | 128/202 kB | 124/165 kB | 38 kB | 30 kB
Progress (5): 200/527 kB | 128/202 kB | 128/165 kB | 38 kB | 30 kB
Progress (5): 204/527 kB | 128/202 kB | 128/165 kB | 38 kB | 30 kB
Progress (5): 204/527 kB | 128/202 kB | 132/165 kB | 38 kB | 30 kB
Progress (5): 204/527 kB | 132/202 kB | 132/165 kB | 38 kB | 30 kB
Progress (5): 204/527 kB | 132/202 kB | 136/165 kB | 38 kB | 30 kB
Progress (5): 208/527 kB | 132/202 kB | 136/165 kB | 38 kB | 30 kB
Progress (5): 208/527 kB | 136/202 kB | 136/165 kB | 38 kB | 30 kB
Progress (5): 212/527 kB | 136/202 kB | 136/165 kB | 38 kB | 30 kB
Progress (5): 212/527 kB | 136/202 kB | 140/165 kB | 38 kB | 30 kB
Progress (5): 216/527 kB | 136/202 kB | 140/165 kB | 38 kB | 30 kB
Progress (5): 216/527 kB | 140/202 kB | 140/165 kB | 38 kB | 30 kB
Progress (5): 220/527 kB | 140/202 kB | 140/165 kB | 38 kB | 30 kB
Progress (5): 220/527 kB | 140/202 kB | 144/165 kB | 38 kB | 30 kB
Progress (5): 224/527 kB | 140/202 kB | 144/165 kB | 38 kB | 30 kB
Progress (5): 224/527 kB | 140/202 kB | 148/165 kB | 38 kB | 30 kB
Progress (5): 224/527 kB | 144/202 kB | 148/165 kB | 38 kB | 30 kB
Progress (5): 224/527 kB | 144/202 kB | 152/165 kB | 38 kB | 30 kB
Progress (5): 224/527 kB | 148/202 kB | 152/165 kB | 38 kB | 30 kB
Progress (5): 228/527 kB | 148/202 kB | 152/165 kB | 38 kB | 30 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 418 kB/s)
Progress (4): 232/527 kB | 148/202 kB | 152/165 kB | 38 kB
Progress (4): 232/527 kB | 152/202 kB | 152/165 kB | 38 kB
Progress (4): 236/527 kB | 152/202 kB | 152/165 kB | 38 kB
Progress (4): 236/527 kB | 152/202 kB | 156/165 kB | 38 kB
Progress (4): 240/527 kB | 152/202 kB | 156/165 kB | 38 kB
Progress (4): 240/527 kB | 156/202 kB | 156/165 kB | 38 kB
Progress (4): 244/527 kB | 156/202 kB | 156/165 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 511 kB/s)
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Progress (3): 248/527 kB | 156/202 kB | 156/165 kB
Progress (3): 248/527 kB | 160/202 kB | 156/165 kB
Progress (3): 248/527 kB | 160/202 kB | 160/165 kB
Progress (3): 248/527 kB | 164/202 kB | 160/165 kB
Progress (3): 252/527 kB | 164/202 kB | 160/165 kB
Progress (3): 252/527 kB | 168/202 kB | 160/165 kB
Progress (3): 252/527 kB | 168/202 kB | 164/165 kB
Progress (3): 256/527 kB | 168/202 kB | 164/165 kB
Progress (3): 256/527 kB | 172/202 kB | 164/165 kB
Progress (3): 256/527 kB | 172/202 kB | 165 kB    
Progress (3): 260/527 kB | 172/202 kB | 165 kB
Progress (3): 260/527 kB | 176/202 kB | 165 kB
Progress (3): 264/527 kB | 176/202 kB | 165 kB
Progress (3): 264/527 kB | 180/202 kB | 165 kB
Progress (3): 268/527 kB | 180/202 kB | 165 kB
Progress (3): 268/527 kB | 184/202 kB | 165 kB
Progress (3): 268/527 kB | 188/202 kB | 165 kB
Progress (3): 268/527 kB | 192/202 kB | 165 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.0 MB/s)
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): 268/527 kB | 196/202 kB
Progress (2): 272/527 kB | 196/202 kB
Progress (2): 272/527 kB | 200/202 kB
Progress (2): 276/527 kB | 200/202 kB
Progress (2): 276/527 kB | 202 kB    
Progress (2): 280/527 kB | 202 kB
Progress (2): 284/527 kB | 202 kB
Progress (2): 288/527 kB | 202 kB
Progress (2): 292/527 kB | 202 kB
Progress (2): 296/527 kB | 202 kB
Progress (2): 300/527 kB | 202 kB
Progress (2): 304/527 kB | 202 kB
Progress (2): 308/527 kB | 202 kB
Progress (2): 312/527 kB | 202 kB
Progress (2): 316/527 kB | 202 kB
Progress (2): 320/527 kB | 202 kB
Progress (2): 324/527 kB | 202 kB
Progress (2): 328/527 kB | 202 kB
Progress (2): 332/527 kB | 202 kB
Progress (2): 336/527 kB | 202 kB
Progress (2): 340/527 kB | 202 kB
Progress (2): 344/527 kB | 202 kB
Progress (2): 348/527 kB | 202 kB
Progress (2): 352/527 kB | 202 kB
Progress (2): 356/527 kB | 202 kB
Progress (2): 360/527 kB | 202 kB
Progress (2): 364/527 kB | 202 kB
Progress (2): 368/527 kB | 202 kB
Progress (2): 372/527 kB | 202 kB
Progress (2): 376/527 kB | 202 kB
Progress (2): 380/527 kB | 202 kB
Progress (2): 384/527 kB | 202 kB
Progress (2): 388/527 kB | 202 kB
Progress (2): 392/527 kB | 202 kB
Progress (2): 396/527 kB | 202 kB
Progress (2): 400/527 kB | 202 kB
Progress (2): 404/527 kB | 202 kB
Progress (2): 408/527 kB | 202 kB
Progress (3): 408/527 kB | 202 kB | 4.1/52 kB
Progress (3): 412/527 kB | 202 kB | 4.1/52 kB
Progress (3): 412/527 kB | 202 kB | 7.7/52 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 1.3 MB/s)
Progress (3): 412/527 kB | 7.7/52 kB | 4.1/148 kB
Progress (4): 412/527 kB | 7.7/52 kB | 4.1/148 kB | 4.1/51 kB
Progress (4): 416/527 kB | 7.7/52 kB | 4.1/148 kB | 4.1/51 kB
Progress (4): 416/527 kB | 7.7/52 kB | 4.1/148 kB | 7.7/51 kB
Progress (4): 416/527 kB | 7.7/52 kB | 7.7/148 kB | 7.7/51 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Progress (4): 416/527 kB | 12/52 kB | 7.7/148 kB | 7.7/51 kB
Progress (4): 416/527 kB | 12/52 kB | 12/148 kB | 7.7/51 kB 
Progress (4): 416/527 kB | 12/52 kB | 12/148 kB | 12/51 kB 
Progress (4): 420/527 kB | 12/52 kB | 12/148 kB | 12/51 kB
Progress (4): 420/527 kB | 12/52 kB | 12/148 kB | 16/51 kB
Progress (4): 420/527 kB | 12/52 kB | 16/148 kB | 16/51 kB
Progress (4): 420/527 kB | 16/52 kB | 16/148 kB | 16/51 kB
Progress (4): 420/527 kB | 16/52 kB | 16/148 kB | 20/51 kB
Progress (4): 424/527 kB | 16/52 kB | 16/148 kB | 20/51 kB
Progress (4): 424/527 kB | 16/52 kB | 16/148 kB | 24/51 kB
Progress (4): 424/527 kB | 20/52 kB | 16/148 kB | 24/51 kB
Progress (4): 424/527 kB | 20/52 kB | 20/148 kB | 24/51 kB
Progress (4): 424/527 kB | 24/52 kB | 20/148 kB | 24/51 kB
Progress (4): 424/527 kB | 24/52 kB | 20/148 kB | 28/51 kB
Progress (4): 428/527 kB | 24/52 kB | 20/148 kB | 28/51 kB
Progress (4): 428/527 kB | 24/52 kB | 20/148 kB | 32/51 kB
Progress (4): 428/527 kB | 28/52 kB | 20/148 kB | 32/51 kB
Progress (4): 428/527 kB | 28/52 kB | 24/148 kB | 32/51 kB
Progress (4): 428/527 kB | 32/52 kB | 24/148 kB | 32/51 kB
Progress (4): 428/527 kB | 32/52 kB | 24/148 kB | 36/51 kB
Progress (4): 432/527 kB | 32/52 kB | 24/148 kB | 36/51 kB
Progress (4): 432/527 kB | 32/52 kB | 24/148 kB | 40/51 kB
Progress (4): 432/527 kB | 36/52 kB | 24/148 kB | 40/51 kB
Progress (4): 432/527 kB | 36/52 kB | 28/148 kB | 40/51 kB
Progress (4): 432/527 kB | 40/52 kB | 28/148 kB | 40/51 kB
Progress (4): 432/527 kB | 40/52 kB | 28/148 kB | 44/51 kB
Progress (4): 432/527 kB | 44/52 kB | 28/148 kB | 44/51 kB
Progress (4): 436/527 kB | 44/52 kB | 28/148 kB | 44/51 kB
Progress (4): 436/527 kB | 48/52 kB | 28/148 kB | 44/51 kB
Progress (4): 436/527 kB | 48/52 kB | 28/148 kB | 48/51 kB
Progress (4): 436/527 kB | 48/52 kB | 32/148 kB | 48/51 kB
Progress (4): 436/527 kB | 48/52 kB | 32/148 kB | 51 kB   
Progress (4): 436/527 kB | 52/52 kB | 32/148 kB | 51 kB
Progress (4): 440/527 kB | 52/52 kB | 32/148 kB | 51 kB
Progress (4): 440/527 kB | 52 kB | 32/148 kB | 51 kB   
Progress (4): 440/527 kB | 52 kB | 33/148 kB | 51 kB
Progress (4): 444/527 kB | 52 kB | 33/148 kB | 51 kB
Progress (5): 444/527 kB | 52 kB | 33/148 kB | 51 kB | 4.1/106 kB
Progress (5): 444/527 kB | 52 kB | 37/148 kB | 51 kB | 4.1/106 kB
Progress (5): 448/527 kB | 52 kB | 37/148 kB | 51 kB | 4.1/106 kB
Progress (5): 448/527 kB | 52 kB | 41/148 kB | 51 kB | 4.1/106 kB
Progress (5): 448/527 kB | 52 kB | 41/148 kB | 51 kB | 7.7/106 kB
Progress (5): 448/527 kB | 52 kB | 45/148 kB | 51 kB | 7.7/106 kB
Progress (5): 448/527 kB | 52 kB | 49/148 kB | 51 kB | 7.7/106 kB
Progress (5): 448/527 kB | 52 kB | 53/148 kB | 51 kB | 7.7/106 kB
Progress (5): 448/527 kB | 52 kB | 57/148 kB | 51 kB | 7.7/106 kB
Progress (5): 448/527 kB | 52 kB | 61/148 kB | 51 kB | 7.7/106 kB
Progress (5): 452/527 kB | 52 kB | 61/148 kB | 51 kB | 7.7/106 kB
Progress (5): 452/527 kB | 52 kB | 61/148 kB | 51 kB | 12/106 kB 
Progress (5): 456/527 kB | 52 kB | 61/148 kB | 51 kB | 12/106 kB
Progress (5): 456/527 kB | 52 kB | 65/148 kB | 51 kB | 12/106 kB
Progress (5): 460/527 kB | 52 kB | 65/148 kB | 51 kB | 12/106 kB
Progress (5): 460/527 kB | 52 kB | 65/148 kB | 51 kB | 16/106 kB
Progress (5): 464/527 kB | 52 kB | 65/148 kB | 51 kB | 16/106 kB
Progress (5): 464/527 kB | 52 kB | 66/148 kB | 51 kB | 16/106 kB
Progress (5): 468/527 kB | 52 kB | 66/148 kB | 51 kB | 16/106 kB
Progress (5): 468/527 kB | 52 kB | 66/148 kB | 51 kB | 20/106 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 308 kB/s)
Progress (4): 468/527 kB | 52 kB | 66/148 kB | 24/106 kB
Progress (4): 472/527 kB | 52 kB | 66/148 kB | 24/106 kB
Progress (4): 472/527 kB | 52 kB | 70/148 kB | 24/106 kB
Progress (4): 476/527 kB | 52 kB | 70/148 kB | 24/106 kB
Progress (4): 476/527 kB | 52 kB | 70/148 kB | 28/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 309 kB/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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Progress (3): 476/527 kB | 70/148 kB | 32/106 kB
Progress (3): 480/527 kB | 70/148 kB | 32/106 kB
Progress (3): 480/527 kB | 74/148 kB | 32/106 kB
Progress (3): 484/527 kB | 74/148 kB | 32/106 kB
Progress (3): 484/527 kB | 74/148 kB | 36/106 kB
Progress (3): 484/527 kB | 78/148 kB | 36/106 kB
Progress (3): 488/527 kB | 78/148 kB | 36/106 kB
Progress (3): 488/527 kB | 82/148 kB | 36/106 kB
Progress (3): 488/527 kB | 82/148 kB | 40/106 kB
Progress (3): 492/527 kB | 82/148 kB | 40/106 kB
Progress (3): 492/527 kB | 86/148 kB | 40/106 kB
Progress (3): 496/527 kB | 86/148 kB | 40/106 kB
Progress (3): 496/527 kB | 86/148 kB | 44/106 kB
Progress (3): 496/527 kB | 90/148 kB | 44/106 kB
Progress (3): 496/527 kB | 90/148 kB | 48/106 kB
Progress (3): 500/527 kB | 90/148 kB | 48/106 kB
Progress (3): 500/527 kB | 94/148 kB | 48/106 kB
Progress (3): 504/527 kB | 94/148 kB | 48/106 kB
Progress (3): 504/527 kB | 94/148 kB | 52/106 kB
Progress (3): 504/527 kB | 98/148 kB | 52/106 kB
Progress (3): 504/527 kB | 98/148 kB | 56/106 kB
Progress (3): 508/527 kB | 98/148 kB | 56/106 kB
Progress (3): 508/527 kB | 98/148 kB | 56/106 kB
Progress (3): 512/527 kB | 98/148 kB | 56/106 kB
Progress (3): 512/527 kB | 98/148 kB | 60/106 kB
Progress (3): 512/527 kB | 102/148 kB | 60/106 kB
Progress (3): 512/527 kB | 102/148 kB | 64/106 kB
Progress (3): 516/527 kB | 102/148 kB | 64/106 kB
Progress (3): 516/527 kB | 106/148 kB | 64/106 kB
Progress (3): 520/527 kB | 106/148 kB | 64/106 kB
Progress (3): 520/527 kB | 106/148 kB | 68/106 kB
Progress (3): 524/527 kB | 106/148 kB | 68/106 kB
Progress (3): 524/527 kB | 110/148 kB | 68/106 kB
Progress (3): 527 kB | 110/148 kB | 68/106 kB    
Progress (3): 527 kB | 110/148 kB | 72/106 kB
Progress (3): 527 kB | 114/148 kB | 72/106 kB
Progress (3): 527 kB | 114/148 kB | 76/106 kB
Progress (3): 527 kB | 118/148 kB | 76/106 kB
Progress (3): 527 kB | 118/148 kB | 80/106 kB
Progress (3): 527 kB | 122/148 kB | 80/106 kB
Progress (3): 527 kB | 122/148 kB | 84/106 kB
Progress (3): 527 kB | 126/148 kB | 84/106 kB
Progress (3): 527 kB | 126/148 kB | 88/106 kB
Progress (3): 527 kB | 130/148 kB | 88/106 kB
Progress (3): 527 kB | 130/148 kB | 92/106 kB
Progress (3): 527 kB | 134/148 kB | 92/106 kB
Progress (3): 527 kB | 134/148 kB | 96/106 kB
Progress (3): 527 kB | 138/148 kB | 96/106 kB
Progress (3): 527 kB | 138/148 kB | 100/106 kB
Progress (3): 527 kB | 142/148 kB | 100/106 kB
Progress (3): 527 kB | 142/148 kB | 104/106 kB
Progress (3): 527 kB | 146/148 kB | 104/106 kB
Progress (3): 527 kB | 146/148 kB | 106 kB    
Progress (4): 527 kB | 146/148 kB | 106 kB | 4.1/14 kB
Progress (4): 527 kB | 148 kB | 106 kB | 4.1/14 kB    
Progress (4): 527 kB | 148 kB | 106 kB | 7.7/14 kB
Progress (4): 527 kB | 148 kB | 106 kB | 12/14 kB 
Progress (4): 527 kB | 148 kB | 106 kB | 14 kB   
Progress (5): 527 kB | 148 kB | 106 kB | 14 kB | 4.1/74 kB
Progress (5): 527 kB | 148 kB | 106 kB | 14 kB | 7.7/74 kB
Progress (5): 527 kB | 148 kB | 106 kB | 14 kB | 12/74 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 432 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.1 MB/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 (3): 148 kB | 14 kB | 16/74 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Progress (3): 148 kB | 14 kB | 20/74 kB
Progress (3): 148 kB | 14 kB | 24/74 kB
Progress (3): 148 kB | 14 kB | 28/74 kB
Progress (3): 148 kB | 14 kB | 32/74 kB
Progress (3): 148 kB | 14 kB | 36/74 kB
Progress (3): 148 kB | 14 kB | 40/74 kB
Progress (3): 148 kB | 14 kB | 44/74 kB
Progress (3): 148 kB | 14 kB | 48/74 kB
Progress (3): 148 kB | 14 kB | 52/74 kB
Progress (3): 148 kB | 14 kB | 56/74 kB
Progress (3): 148 kB | 14 kB | 60/74 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 590 kB/s)
Progress (2): 14 kB | 64/74 kB
                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Progress (2): 14 kB | 68/74 kB
Progress (2): 14 kB | 72/74 kB
Progress (2): 14 kB | 74 kB   
Progress (3): 14 kB | 74 kB | 4.1/108 kB
Progress (3): 14 kB | 74 kB | 7.7/108 kB
Progress (3): 14 kB | 74 kB | 12/108 kB 
Progress (3): 14 kB | 74 kB | 16/108 kB
Progress (4): 14 kB | 74 kB | 16/108 kB | 4.1/202 kB
Progress (4): 14 kB | 74 kB | 20/108 kB | 4.1/202 kB
Progress (4): 14 kB | 74 kB | 20/108 kB | 7.7/202 kB
Progress (4): 14 kB | 74 kB | 24/108 kB | 7.7/202 kB
Progress (4): 14 kB | 74 kB | 24/108 kB | 12/202 kB 
Progress (4): 14 kB | 74 kB | 28/108 kB | 12/202 kB
Progress (4): 14 kB | 74 kB | 28/108 kB | 16/202 kB
Progress (4): 14 kB | 74 kB | 32/108 kB | 16/202 kB
Progress (4): 14 kB | 74 kB | 32/108 kB | 20/202 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 52 kB/s)
Progress (3): 74 kB | 36/108 kB | 20/202 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): 74 kB | 36/108 kB | 20/202 kB | 4.1/153 kB
Progress (4): 74 kB | 36/108 kB | 24/202 kB | 4.1/153 kB
Progress (4): 74 kB | 36/108 kB | 24/202 kB | 7.7/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 284 kB/s)
Progress (3): 40/108 kB | 24/202 kB | 7.7/153 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Progress (3): 40/108 kB | 24/202 kB | 12/153 kB
Progress (3): 40/108 kB | 28/202 kB | 12/153 kB
Progress (3): 40/108 kB | 28/202 kB | 16/153 kB
Progress (3): 44/108 kB | 28/202 kB | 16/153 kB
Progress (3): 44/108 kB | 32/202 kB | 16/153 kB
Progress (3): 44/108 kB | 32/202 kB | 20/153 kB
Progress (3): 48/108 kB | 32/202 kB | 20/153 kB
Progress (3): 48/108 kB | 32/202 kB | 24/153 kB
Progress (3): 52/108 kB | 32/202 kB | 24/153 kB
Progress (3): 52/108 kB | 36/202 kB | 24/153 kB
Progress (3): 52/108 kB | 36/202 kB | 28/153 kB
Progress (3): 56/108 kB | 36/202 kB | 28/153 kB
Progress (3): 56/108 kB | 36/202 kB | 32/153 kB
Progress (3): 56/108 kB | 40/202 kB | 32/153 kB
Progress (3): 56/108 kB | 40/202 kB | 33/153 kB
Progress (3): 56/108 kB | 44/202 kB | 33/153 kB
Progress (3): 60/108 kB | 44/202 kB | 33/153 kB
Progress (3): 60/108 kB | 48/202 kB | 33/153 kB
Progress (3): 64/108 kB | 48/202 kB | 33/153 kB
Progress (3): 64/108 kB | 48/202 kB | 37/153 kB
Progress (3): 64/108 kB | 52/202 kB | 37/153 kB
Progress (3): 64/108 kB | 52/202 kB | 41/153 kB
Progress (3): 68/108 kB | 52/202 kB | 41/153 kB
Progress (3): 68/108 kB | 56/202 kB | 41/153 kB
Progress (3): 68/108 kB | 56/202 kB | 45/153 kB
Progress (3): 72/108 kB | 56/202 kB | 45/153 kB
Progress (3): 72/108 kB | 56/202 kB | 49/153 kB
Progress (3): 72/108 kB | 60/202 kB | 49/153 kB
Progress (3): 76/108 kB | 60/202 kB | 49/153 kB
Progress (3): 76/108 kB | 60/202 kB | 53/153 kB
Progress (3): 76/108 kB | 64/202 kB | 53/153 kB
Progress (3): 76/108 kB | 64/202 kB | 57/153 kB
Progress (3): 80/108 kB | 64/202 kB | 57/153 kB
Progress (3): 80/108 kB | 66/202 kB | 57/153 kB
Progress (3): 80/108 kB | 66/202 kB | 61/153 kB
Progress (3): 80/108 kB | 70/202 kB | 61/153 kB
Progress (3): 84/108 kB | 70/202 kB | 61/153 kB
Progress (3): 84/108 kB | 74/202 kB | 61/153 kB
Progress (3): 84/108 kB | 74/202 kB | 65/153 kB
Progress (3): 84/108 kB | 78/202 kB | 65/153 kB
Progress (3): 84/108 kB | 78/202 kB | 66/153 kB
Progress (3): 88/108 kB | 78/202 kB | 66/153 kB
Progress (3): 88/108 kB | 82/202 kB | 66/153 kB
Progress (3): 88/108 kB | 82/202 kB | 70/153 kB
Progress (3): 92/108 kB | 82/202 kB | 70/153 kB
Progress (3): 92/108 kB | 82/202 kB | 74/153 kB
Progress (3): 92/108 kB | 86/202 kB | 74/153 kB
Progress (3): 96/108 kB | 86/202 kB | 74/153 kB
Progress (3): 96/108 kB | 86/202 kB | 78/153 kB
Progress (3): 96/108 kB | 90/202 kB | 78/153 kB
Progress (3): 100/108 kB | 90/202 kB | 78/153 kB
Progress (3): 100/108 kB | 90/202 kB | 82/153 kB
Progress (3): 104/108 kB | 90/202 kB | 82/153 kB
Progress (3): 104/108 kB | 94/202 kB | 82/153 kB
Progress (3): 104/108 kB | 94/202 kB | 86/153 kB
Progress (3): 108/108 kB | 94/202 kB | 86/153 kB
Progress (4): 108/108 kB | 94/202 kB | 86/153 kB | 4.1/472 kB
Progress (4): 108 kB | 94/202 kB | 86/153 kB | 4.1/472 kB    
Progress (4): 108 kB | 94/202 kB | 90/153 kB | 4.1/472 kB
Progress (4): 108 kB | 98/202 kB | 90/153 kB | 4.1/472 kB
Progress (4): 108 kB | 98/202 kB | 90/153 kB | 7.7/472 kB
Progress (4): 108 kB | 98/202 kB | 94/153 kB | 7.7/472 kB
Progress (4): 108 kB | 102/202 kB | 94/153 kB | 7.7/472 kB
Progress (4): 108 kB | 102/202 kB | 98/153 kB | 7.7/472 kB
Progress (5): 108 kB | 102/202 kB | 98/153 kB | 7.7/472 kB | 4.1/61 kB
Progress (5): 108 kB | 102/202 kB | 98/153 kB | 12/472 kB | 4.1/61 kB 
Progress (5): 108 kB | 102/202 kB | 98/153 kB | 12/472 kB | 7.7/61 kB
Progress (5): 108 kB | 102/202 kB | 98/153 kB | 12/472 kB | 7.7/61 kB
Progress (5): 108 kB | 106/202 kB | 98/153 kB | 12/472 kB | 7.7/61 kB
Progress (5): 108 kB | 106/202 kB | 98/153 kB | 12/472 kB | 12/61 kB 
Progress (5): 108 kB | 106/202 kB | 98/153 kB | 16/472 kB | 12/61 kB
Progress (5): 108 kB | 106/202 kB | 98/153 kB | 16/472 kB | 16/61 kB
Progress (5): 108 kB | 110/202 kB | 98/153 kB | 16/472 kB | 16/61 kB
Progress (5): 108 kB | 110/202 kB | 102/153 kB | 16/472 kB | 16/61 kB
Progress (5): 108 kB | 110/202 kB | 102/153 kB | 16/472 kB | 20/61 kB
Progress (5): 108 kB | 114/202 kB | 102/153 kB | 16/472 kB | 20/61 kB
Progress (5): 108 kB | 114/202 kB | 102/153 kB | 20/472 kB | 20/61 kB
Progress (5): 108 kB | 118/202 kB | 102/153 kB | 20/472 kB | 20/61 kB
Progress (5): 108 kB | 118/202 kB | 102/153 kB | 20/472 kB | 24/61 kB
Progress (5): 108 kB | 118/202 kB | 106/153 kB | 20/472 kB | 24/61 kB
Progress (5): 108 kB | 118/202 kB | 106/153 kB | 20/472 kB | 28/61 kB
Progress (5): 108 kB | 122/202 kB | 106/153 kB | 20/472 kB | 28/61 kB
Progress (5): 108 kB | 122/202 kB | 106/153 kB | 24/472 kB | 28/61 kB
Progress (5): 108 kB | 126/202 kB | 106/153 kB | 24/472 kB | 28/61 kB
Progress (5): 108 kB | 126/202 kB | 106/153 kB | 24/472 kB | 32/61 kB
Progress (5): 108 kB | 126/202 kB | 110/153 kB | 24/472 kB | 32/61 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 391 kB/s)
Progress (4): 126/202 kB | 114/153 kB | 24/472 kB | 32/61 kB
Progress (4): 126/202 kB | 114/153 kB | 24/472 kB | 36/61 kB
Progress (4): 130/202 kB | 114/153 kB | 24/472 kB | 36/61 kB
Progress (4): 130/202 kB | 114/153 kB | 28/472 kB | 36/61 kB
Progress (4): 134/202 kB | 114/153 kB | 28/472 kB | 36/61 kB
Progress (4): 134/202 kB | 114/153 kB | 28/472 kB | 40/61 kB
Progress (4): 134/202 kB | 118/153 kB | 28/472 kB | 40/61 kB
Progress (4): 134/202 kB | 118/153 kB | 28/472 kB | 44/61 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 (4): 134/202 kB | 118/153 kB | 28/472 kB | 48/61 kB
Progress (4): 134/202 kB | 122/153 kB | 28/472 kB | 48/61 kB
Progress (4): 138/202 kB | 122/153 kB | 28/472 kB | 48/61 kB
Progress (4): 138/202 kB | 122/153 kB | 32/472 kB | 48/61 kB
Progress (4): 138/202 kB | 126/153 kB | 32/472 kB | 48/61 kB
Progress (4): 138/202 kB | 126/153 kB | 32/472 kB | 52/61 kB
Progress (4): 138/202 kB | 130/153 kB | 32/472 kB | 52/61 kB
Progress (4): 138/202 kB | 130/153 kB | 36/472 kB | 52/61 kB
Progress (4): 142/202 kB | 130/153 kB | 36/472 kB | 52/61 kB
Progress (4): 142/202 kB | 130/153 kB | 40/472 kB | 52/61 kB
Progress (4): 142/202 kB | 134/153 kB | 40/472 kB | 52/61 kB
Progress (4): 142/202 kB | 134/153 kB | 40/472 kB | 56/61 kB
Progress (4): 142/202 kB | 138/153 kB | 40/472 kB | 56/61 kB
Progress (4): 142/202 kB | 138/153 kB | 44/472 kB | 56/61 kB
Progress (4): 146/202 kB | 138/153 kB | 44/472 kB | 56/61 kB
Progress (4): 146/202 kB | 142/153 kB | 44/472 kB | 56/61 kB
Progress (4): 146/202 kB | 142/153 kB | 48/472 kB | 56/61 kB
Progress (4): 146/202 kB | 142/153 kB | 48/472 kB | 60/61 kB
Progress (4): 146/202 kB | 146/153 kB | 48/472 kB | 60/61 kB
Progress (4): 150/202 kB | 146/153 kB | 48/472 kB | 60/61 kB
Progress (4): 150/202 kB | 150/153 kB | 48/472 kB | 60/61 kB
Progress (4): 150/202 kB | 150/153 kB | 52/472 kB | 60/61 kB
Progress (4): 150/202 kB | 150/153 kB | 52/472 kB | 61 kB   
Progress (4): 150/202 kB | 150/153 kB | 56/472 kB | 61 kB
Progress (4): 150/202 kB | 153 kB | 56/472 kB | 61 kB    
Progress (4): 154/202 kB | 153 kB | 56/472 kB | 61 kB
Progress (4): 154/202 kB | 153 kB | 60/472 kB | 61 kB
Progress (4): 158/202 kB | 153 kB | 60/472 kB | 61 kB
Progress (4): 158/202 kB | 153 kB | 64/472 kB | 61 kB
Progress (4): 162/202 kB | 153 kB | 64/472 kB | 61 kB
Progress (4): 162/202 kB | 153 kB | 68/472 kB | 61 kB
Progress (4): 166/202 kB | 153 kB | 68/472 kB | 61 kB
Progress (4): 166/202 kB | 153 kB | 72/472 kB | 61 kB
Progress (4): 170/202 kB | 153 kB | 72/472 kB | 61 kB
Progress (4): 170/202 kB | 153 kB | 76/472 kB | 61 kB
Progress (4): 174/202 kB | 153 kB | 76/472 kB | 61 kB
Progress (4): 174/202 kB | 153 kB | 80/472 kB | 61 kB
Progress (4): 178/202 kB | 153 kB | 80/472 kB | 61 kB
Progress (4): 178/202 kB | 153 kB | 84/472 kB | 61 kB
Progress (4): 182/202 kB | 153 kB | 84/472 kB | 61 kB
Progress (4): 182/202 kB | 153 kB | 88/472 kB | 61 kB
Progress (4): 186/202 kB | 153 kB | 88/472 kB | 61 kB
Progress (4): 186/202 kB | 153 kB | 92/472 kB | 61 kB
Progress (4): 190/202 kB | 153 kB | 92/472 kB | 61 kB
Progress (4): 190/202 kB | 153 kB | 96/472 kB | 61 kB
Progress (4): 194/202 kB | 153 kB | 96/472 kB | 61 kB
Progress (4): 194/202 kB | 153 kB | 100/472 kB | 61 kB
Progress (4): 198/202 kB | 153 kB | 100/472 kB | 61 kB
Progress (4): 198/202 kB | 153 kB | 104/472 kB | 61 kB
Progress (4): 202/202 kB | 153 kB | 104/472 kB | 61 kB
Progress (4): 202/202 kB | 153 kB | 108/472 kB | 61 kB
Progress (4): 202 kB | 153 kB | 108/472 kB | 61 kB    
Progress (4): 202 kB | 153 kB | 112/472 kB | 61 kB
Progress (4): 202 kB | 153 kB | 116/472 kB | 61 kB
Progress (4): 202 kB | 153 kB | 120/472 kB | 61 kB
Progress (4): 202 kB | 153 kB | 124/472 kB | 61 kB
Progress (4): 202 kB | 153 kB | 128/472 kB | 61 kB
Progress (4): 202 kB | 153 kB | 132/472 kB | 61 kB
Progress (4): 202 kB | 153 kB | 136/472 kB | 61 kB
Progress (4): 202 kB | 153 kB | 140/472 kB | 61 kB
Progress (4): 202 kB | 153 kB | 144/472 kB | 61 kB
Progress (5): 202 kB | 153 kB | 144/472 kB | 61 kB | 4.1/46 kB
Progress (5): 202 kB | 153 kB | 148/472 kB | 61 kB | 4.1/46 kB
Progress (5): 202 kB | 153 kB | 148/472 kB | 61 kB | 7.7/46 kB
Progress (5): 202 kB | 153 kB | 152/472 kB | 61 kB | 7.7/46 kB
Progress (5): 202 kB | 153 kB | 152/472 kB | 61 kB | 12/46 kB 
Progress (5): 202 kB | 153 kB | 156/472 kB | 61 kB | 12/46 kB
Progress (5): 202 kB | 153 kB | 156/472 kB | 61 kB | 16/46 kB
Progress (5): 202 kB | 153 kB | 160/472 kB | 61 kB | 16/46 kB
Progress (5): 202 kB | 153 kB | 160/472 kB | 61 kB | 20/46 kB
Progress (5): 202 kB | 153 kB | 164/472 kB | 61 kB | 20/46 kB
Progress (5): 202 kB | 153 kB | 164/472 kB | 61 kB | 24/46 kB
Progress (5): 202 kB | 153 kB | 168/472 kB | 61 kB | 24/46 kB
Progress (5): 202 kB | 153 kB | 168/472 kB | 61 kB | 28/46 kB
Progress (5): 202 kB | 153 kB | 172/472 kB | 61 kB | 28/46 kB
Progress (5): 202 kB | 153 kB | 172/472 kB | 61 kB | 32/46 kB
Progress (5): 202 kB | 153 kB | 176/472 kB | 61 kB | 32/46 kB
Progress (5): 202 kB | 153 kB | 176/472 kB | 61 kB | 36/46 kB
Progress (5): 202 kB | 153 kB | 180/472 kB | 61 kB | 36/46 kB
Progress (5): 202 kB | 153 kB | 180/472 kB | 61 kB | 40/46 kB
Progress (5): 202 kB | 153 kB | 184/472 kB | 61 kB | 40/46 kB
Progress (5): 202 kB | 153 kB | 184/472 kB | 61 kB | 44/46 kB
Progress (5): 202 kB | 153 kB | 188/472 kB | 61 kB | 44/46 kB
Progress (5): 202 kB | 153 kB | 188/472 kB | 61 kB | 46 kB   
Progress (5): 202 kB | 153 kB | 192/472 kB | 61 kB | 46 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 425 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 170 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Progress (3): 202 kB | 196/472 kB | 46 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 559 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Progress (2): 200/472 kB | 46 kB
Progress (2): 204/472 kB | 46 kB
Progress (2): 208/472 kB | 46 kB
Progress (2): 212/472 kB | 46 kB
Progress (2): 216/472 kB | 46 kB
Progress (2): 220/472 kB | 46 kB
Progress (2): 224/472 kB | 46 kB
Progress (2): 228/472 kB | 46 kB
Progress (2): 232/472 kB | 46 kB
Progress (2): 236/472 kB | 46 kB
Progress (2): 240/472 kB | 46 kB
Progress (2): 244/472 kB | 46 kB
Progress (2): 248/472 kB | 46 kB
Progress (2): 252/472 kB | 46 kB
Progress (2): 256/472 kB | 46 kB
Progress (2): 260/472 kB | 46 kB
Progress (2): 264/472 kB | 46 kB
Progress (2): 268/472 kB | 46 kB
Progress (2): 272/472 kB | 46 kB
Progress (2): 276/472 kB | 46 kB
Progress (2): 280/472 kB | 46 kB
Progress (2): 284/472 kB | 46 kB
Progress (2): 288/472 kB | 46 kB
Progress (2): 292/472 kB | 46 kB
Progress (2): 296/472 kB | 46 kB
Progress (2): 300/472 kB | 46 kB
Progress (2): 304/472 kB | 46 kB
Progress (2): 308/472 kB | 46 kB
Progress (2): 312/472 kB | 46 kB
Progress (2): 316/472 kB | 46 kB
Progress (2): 320/472 kB | 46 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 125 kB/s)
Progress (1): 324/472 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Progress (1): 328/472 kB
Progress (1): 332/472 kB
Progress (1): 336/472 kB
Progress (1): 340/472 kB
Progress (2): 340/472 kB | 4.1/49 kB
Progress (2): 344/472 kB | 4.1/49 kB
Progress (3): 344/472 kB | 4.1/49 kB | 4.1/13 kB
Progress (3): 348/472 kB | 4.1/49 kB | 4.1/13 kB
Progress (3): 348/472 kB | 7.7/49 kB | 4.1/13 kB
Progress (3): 352/472 kB | 7.7/49 kB | 4.1/13 kB
Progress (3): 352/472 kB | 7.7/49 kB | 7.7/13 kB
Progress (4): 352/472 kB | 7.7/49 kB | 7.7/13 kB | 4.1/29 kB
Progress (4): 352/472 kB | 7.7/49 kB | 12/13 kB | 4.1/29 kB 
Progress (4): 356/472 kB | 7.7/49 kB | 12/13 kB | 4.1/29 kB
Progress (4): 356/472 kB | 12/49 kB | 12/13 kB | 4.1/29 kB 
Progress (4): 360/472 kB | 12/49 kB | 12/13 kB | 4.1/29 kB
Progress (4): 360/472 kB | 12/49 kB | 13 kB | 4.1/29 kB   
Progress (4): 360/472 kB | 12/49 kB | 13 kB | 7.7/29 kB
Progress (4): 364/472 kB | 12/49 kB | 13 kB | 7.7/29 kB
Progress (4): 364/472 kB | 12/49 kB | 13 kB | 12/29 kB 
Progress (4): 364/472 kB | 16/49 kB | 13 kB | 12/29 kB
Progress (4): 364/472 kB | 16/49 kB | 13 kB | 16/29 kB
Progress (4): 368/472 kB | 16/49 kB | 13 kB | 16/29 kB
Progress (4): 368/472 kB | 20/49 kB | 13 kB | 16/29 kB
Progress (4): 368/472 kB | 20/49 kB | 13 kB | 20/29 kB
Progress (4): 368/472 kB | 24/49 kB | 13 kB | 20/29 kB
Progress (4): 372/472 kB | 24/49 kB | 13 kB | 20/29 kB
Progress (4): 372/472 kB | 24/49 kB | 13 kB | 24/29 kB
Progress (4): 372/472 kB | 28/49 kB | 13 kB | 24/29 kB
Progress (4): 372/472 kB | 28/49 kB | 13 kB | 28/29 kB
Progress (4): 376/472 kB | 28/49 kB | 13 kB | 28/29 kB
Progress (4): 376/472 kB | 28/49 kB | 13 kB | 29 kB   
Progress (4): 380/472 kB | 28/49 kB | 13 kB | 29 kB
Progress (4): 380/472 kB | 32/49 kB | 13 kB | 29 kB
Progress (4): 384/472 kB | 32/49 kB | 13 kB | 29 kB
Progress (4): 384/472 kB | 36/49 kB | 13 kB | 29 kB
Progress (4): 388/472 kB | 36/49 kB | 13 kB | 29 kB
Progress (4): 388/472 kB | 40/49 kB | 13 kB | 29 kB
Progress (4): 392/472 kB | 40/49 kB | 13 kB | 29 kB
Progress (4): 392/472 kB | 44/49 kB | 13 kB | 29 kB
Progress (4): 396/472 kB | 44/49 kB | 13 kB | 29 kB
Progress (4): 396/472 kB | 48/49 kB | 13 kB | 29 kB
Progress (4): 400/472 kB | 48/49 kB | 13 kB | 29 kB
Progress (4): 400/472 kB | 49 kB | 13 kB | 29 kB   
Progress (4): 404/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 408/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 412/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 416/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 420/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 424/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 428/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 432/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 436/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 440/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 444/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 448/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 452/472 kB | 49 kB | 13 kB | 29 kB
Progress (4): 456/472 kB | 49 kB | 13 kB | 29 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 35 kB/s)
Progress (3): 460/472 kB | 49 kB | 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 (3): 464/472 kB | 49 kB | 29 kB
Progress (3): 468/472 kB | 49 kB | 29 kB
Progress (3): 472/472 kB | 49 kB | 29 kB
Progress (3): 472 kB | 49 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 74 kB/s)
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
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 126 kB/s)
Progress (2): 472 kB | 4.1/247 kB
Progress (3): 472 kB | 4.1/247 kB | 4.1/187 kB
Progress (3): 472 kB | 7.7/247 kB | 4.1/187 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 (3): 472 kB | 12/247 kB | 4.1/187 kB
Progress (3): 472 kB | 12/247 kB | 7.7/187 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.1 MB/s)
Progress (2): 16/247 kB | 7.7/187 kB
                                    
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 (2): 16/247 kB | 12/187 kB
Progress (2): 20/247 kB | 12/187 kB
Progress (2): 20/247 kB | 16/187 kB
Progress (2): 24/247 kB | 16/187 kB
Progress (2): 24/247 kB | 20/187 kB
Progress (2): 28/247 kB | 20/187 kB
Progress (2): 28/247 kB | 24/187 kB
Progress (2): 32/247 kB | 24/187 kB
Progress (2): 33/247 kB | 24/187 kB
Progress (2): 33/247 kB | 28/187 kB
Progress (2): 37/247 kB | 28/187 kB
Progress (2): 37/247 kB | 32/187 kB
Progress (2): 41/247 kB | 32/187 kB
Progress (2): 41/247 kB | 33/187 kB
Progress (2): 45/247 kB | 33/187 kB
Progress (2): 49/247 kB | 33/187 kB
Progress (2): 49/247 kB | 37/187 kB
Progress (2): 53/247 kB | 37/187 kB
Progress (2): 53/247 kB | 41/187 kB
Progress (2): 57/247 kB | 41/187 kB
Progress (2): 57/247 kB | 45/187 kB
Progress (2): 61/247 kB | 45/187 kB
Progress (2): 61/247 kB | 49/187 kB
Progress (2): 65/247 kB | 49/187 kB
Progress (2): 66/247 kB | 49/187 kB
Progress (2): 66/247 kB | 53/187 kB
Progress (2): 70/247 kB | 53/187 kB
Progress (2): 70/247 kB | 57/187 kB
Progress (2): 74/247 kB | 57/187 kB
Progress (2): 74/247 kB | 61/187 kB
Progress (2): 78/247 kB | 61/187 kB
Progress (2): 78/247 kB | 65/187 kB
Progress (2): 82/247 kB | 65/187 kB
Progress (2): 82/247 kB | 66/187 kB
Progress (2): 86/247 kB | 66/187 kB
Progress (2): 86/247 kB | 70/187 kB
Progress (2): 90/247 kB | 70/187 kB
Progress (2): 90/247 kB | 74/187 kB
Progress (2): 94/247 kB | 74/187 kB
Progress (2): 94/247 kB | 78/187 kB
Progress (2): 98/247 kB | 78/187 kB
Progress (2): 98/247 kB | 82/187 kB
Progress (2): 98/247 kB | 82/187 kB
Progress (2): 102/247 kB | 82/187 kB
Progress (2): 102/247 kB | 86/187 kB
Progress (2): 106/247 kB | 86/187 kB
Progress (2): 106/247 kB | 90/187 kB
Progress (2): 110/247 kB | 90/187 kB
Progress (2): 114/247 kB | 90/187 kB
Progress (2): 114/247 kB | 94/187 kB
Progress (2): 118/247 kB | 94/187 kB
Progress (2): 118/247 kB | 98/187 kB
Progress (2): 122/247 kB | 98/187 kB
Progress (2): 122/247 kB | 98/187 kB
Progress (2): 126/247 kB | 98/187 kB
Progress (2): 130/247 kB | 98/187 kB
Progress (2): 130/247 kB | 102/187 kB
Progress (2): 131/247 kB | 102/187 kB
Progress (2): 131/247 kB | 106/187 kB
Progress (2): 135/247 kB | 106/187 kB
Progress (2): 139/247 kB | 106/187 kB
Progress (2): 139/247 kB | 110/187 kB
Progress (2): 143/247 kB | 110/187 kB
Progress (2): 143/247 kB | 114/187 kB
Progress (2): 147/247 kB | 114/187 kB
Progress (2): 147/247 kB | 118/187 kB
Progress (2): 151/247 kB | 118/187 kB
Progress (3): 151/247 kB | 118/187 kB | 4.1/532 kB
Progress (3): 151/247 kB | 122/187 kB | 4.1/532 kB
Progress (3): 155/247 kB | 122/187 kB | 4.1/532 kB
Progress (4): 155/247 kB | 122/187 kB | 4.1/532 kB | 4.1/86 kB
Progress (4): 155/247 kB | 122/187 kB | 7.7/532 kB | 4.1/86 kB
Progress (5): 155/247 kB | 122/187 kB | 7.7/532 kB | 4.1/86 kB | 4.1/209 kB
Progress (5): 155/247 kB | 122/187 kB | 7.7/532 kB | 7.7/86 kB | 4.1/209 kB
Progress (5): 159/247 kB | 122/187 kB | 7.7/532 kB | 7.7/86 kB | 4.1/209 kB
Progress (5): 159/247 kB | 126/187 kB | 7.7/532 kB | 7.7/86 kB | 4.1/209 kB
Progress (5): 163/247 kB | 126/187 kB | 7.7/532 kB | 7.7/86 kB | 4.1/209 kB
Progress (5): 163/247 kB | 126/187 kB | 7.7/532 kB | 12/86 kB | 4.1/209 kB 
Progress (5): 163/247 kB | 126/187 kB | 12/532 kB | 12/86 kB | 4.1/209 kB 
Progress (5): 163/247 kB | 126/187 kB | 12/532 kB | 12/86 kB | 7.7/209 kB
Progress (5): 163/247 kB | 126/187 kB | 16/532 kB | 12/86 kB | 7.7/209 kB
Progress (5): 163/247 kB | 126/187 kB | 16/532 kB | 16/86 kB | 7.7/209 kB
Progress (5): 164/247 kB | 126/187 kB | 16/532 kB | 16/86 kB | 7.7/209 kB
Progress (5): 164/247 kB | 130/187 kB | 16/532 kB | 16/86 kB | 7.7/209 kB
Progress (5): 168/247 kB | 130/187 kB | 16/532 kB | 16/86 kB | 7.7/209 kB
Progress (5): 168/247 kB | 130/187 kB | 16/532 kB | 20/86 kB | 7.7/209 kB
Progress (5): 168/247 kB | 130/187 kB | 20/532 kB | 20/86 kB | 7.7/209 kB
Progress (5): 168/247 kB | 130/187 kB | 20/532 kB | 20/86 kB | 12/209 kB 
Progress (5): 168/247 kB | 130/187 kB | 24/532 kB | 20/86 kB | 12/209 kB
Progress (5): 168/247 kB | 130/187 kB | 24/532 kB | 24/86 kB | 12/209 kB
Progress (5): 172/247 kB | 130/187 kB | 24/532 kB | 24/86 kB | 12/209 kB
Progress (5): 172/247 kB | 131/187 kB | 24/532 kB | 24/86 kB | 12/209 kB
Progress (5): 176/247 kB | 131/187 kB | 24/532 kB | 24/86 kB | 12/209 kB
Progress (5): 176/247 kB | 131/187 kB | 24/532 kB | 28/86 kB | 12/209 kB
Progress (5): 176/247 kB | 131/187 kB | 28/532 kB | 28/86 kB | 12/209 kB
Progress (5): 176/247 kB | 131/187 kB | 28/532 kB | 28/86 kB | 16/209 kB
Progress (5): 176/247 kB | 131/187 kB | 32/532 kB | 28/86 kB | 16/209 kB
Progress (5): 176/247 kB | 131/187 kB | 32/532 kB | 32/86 kB | 16/209 kB
Progress (5): 180/247 kB | 131/187 kB | 32/532 kB | 32/86 kB | 16/209 kB
Progress (5): 180/247 kB | 135/187 kB | 32/532 kB | 32/86 kB | 16/209 kB
Progress (5): 184/247 kB | 135/187 kB | 32/532 kB | 32/86 kB | 16/209 kB
Progress (5): 184/247 kB | 135/187 kB | 32/532 kB | 33/86 kB | 16/209 kB
Progress (5): 184/247 kB | 135/187 kB | 33/532 kB | 33/86 kB | 16/209 kB
Progress (5): 184/247 kB | 135/187 kB | 33/532 kB | 33/86 kB | 20/209 kB
Progress (5): 184/247 kB | 135/187 kB | 37/532 kB | 33/86 kB | 20/209 kB
Progress (5): 184/247 kB | 135/187 kB | 37/532 kB | 37/86 kB | 20/209 kB
Progress (5): 188/247 kB | 135/187 kB | 37/532 kB | 37/86 kB | 20/209 kB
Progress (5): 188/247 kB | 139/187 kB | 37/532 kB | 37/86 kB | 20/209 kB
Progress (5): 192/247 kB | 139/187 kB | 37/532 kB | 37/86 kB | 20/209 kB
Progress (5): 192/247 kB | 139/187 kB | 37/532 kB | 41/86 kB | 20/209 kB
Progress (5): 192/247 kB | 139/187 kB | 41/532 kB | 41/86 kB | 20/209 kB
Progress (5): 192/247 kB | 139/187 kB | 41/532 kB | 41/86 kB | 24/209 kB
Progress (5): 192/247 kB | 139/187 kB | 41/532 kB | 45/86 kB | 24/209 kB
Progress (5): 196/247 kB | 139/187 kB | 41/532 kB | 45/86 kB | 24/209 kB
Progress (5): 196/247 kB | 143/187 kB | 41/532 kB | 45/86 kB | 24/209 kB
Progress (5): 200/247 kB | 143/187 kB | 41/532 kB | 45/86 kB | 24/209 kB
Progress (5): 200/247 kB | 143/187 kB | 41/532 kB | 49/86 kB | 24/209 kB
Progress (5): 200/247 kB | 143/187 kB | 41/532 kB | 49/86 kB | 28/209 kB
Progress (5): 200/247 kB | 143/187 kB | 41/532 kB | 53/86 kB | 28/209 kB
Progress (5): 200/247 kB | 143/187 kB | 45/532 kB | 53/86 kB | 28/209 kB
Progress (5): 200/247 kB | 143/187 kB | 45/532 kB | 57/86 kB | 28/209 kB
Progress (5): 200/247 kB | 143/187 kB | 45/532 kB | 57/86 kB | 32/209 kB
Progress (5): 204/247 kB | 143/187 kB | 45/532 kB | 57/86 kB | 32/209 kB
Progress (5): 204/247 kB | 147/187 kB | 45/532 kB | 57/86 kB | 32/209 kB
Progress (5): 208/247 kB | 147/187 kB | 45/532 kB | 57/86 kB | 32/209 kB
Progress (5): 208/247 kB | 147/187 kB | 45/532 kB | 57/86 kB | 33/209 kB
Progress (5): 208/247 kB | 147/187 kB | 45/532 kB | 61/86 kB | 33/209 kB
Progress (5): 208/247 kB | 147/187 kB | 49/532 kB | 61/86 kB | 33/209 kB
Progress (5): 208/247 kB | 147/187 kB | 49/532 kB | 65/86 kB | 33/209 kB
Progress (5): 208/247 kB | 147/187 kB | 49/532 kB | 65/86 kB | 37/209 kB
Progress (5): 208/247 kB | 147/187 kB | 49/532 kB | 69/86 kB | 37/209 kB
Progress (5): 208/247 kB | 151/187 kB | 49/532 kB | 69/86 kB | 37/209 kB
Progress (5): 212/247 kB | 151/187 kB | 49/532 kB | 69/86 kB | 37/209 kB
Progress (5): 212/247 kB | 155/187 kB | 49/532 kB | 69/86 kB | 37/209 kB
Progress (5): 212/247 kB | 155/187 kB | 49/532 kB | 73/86 kB | 37/209 kB
Progress (5): 212/247 kB | 159/187 kB | 49/532 kB | 73/86 kB | 37/209 kB
Progress (5): 212/247 kB | 159/187 kB | 49/532 kB | 73/86 kB | 41/209 kB
Progress (5): 212/247 kB | 159/187 kB | 53/532 kB | 73/86 kB | 41/209 kB
Progress (5): 212/247 kB | 159/187 kB | 53/532 kB | 73/86 kB | 45/209 kB
Progress (5): 212/247 kB | 163/187 kB | 53/532 kB | 73/86 kB | 45/209 kB
Progress (5): 212/247 kB | 163/187 kB | 53/532 kB | 77/86 kB | 45/209 kB
Progress (5): 216/247 kB | 163/187 kB | 53/532 kB | 77/86 kB | 45/209 kB
Progress (5): 216/247 kB | 163/187 kB | 53/532 kB | 81/86 kB | 45/209 kB
Progress (5): 216/247 kB | 167/187 kB | 53/532 kB | 81/86 kB | 45/209 kB
Progress (5): 216/247 kB | 167/187 kB | 53/532 kB | 81/86 kB | 49/209 kB
Progress (5): 216/247 kB | 167/187 kB | 57/532 kB | 81/86 kB | 49/209 kB
Progress (5): 216/247 kB | 167/187 kB | 57/532 kB | 81/86 kB | 53/209 kB
Progress (5): 216/247 kB | 171/187 kB | 57/532 kB | 81/86 kB | 53/209 kB
Progress (5): 216/247 kB | 171/187 kB | 57/532 kB | 85/86 kB | 53/209 kB
Progress (5): 216/247 kB | 175/187 kB | 57/532 kB | 85/86 kB | 53/209 kB
Progress (5): 220/247 kB | 175/187 kB | 57/532 kB | 85/86 kB | 53/209 kB
Progress (5): 220/247 kB | 179/187 kB | 57/532 kB | 85/86 kB | 53/209 kB
Progress (5): 220/247 kB | 179/187 kB | 57/532 kB | 86 kB | 53/209 kB   
Progress (5): 220/247 kB | 179/187 kB | 61/532 kB | 86 kB | 53/209 kB
Progress (5): 220/247 kB | 179/187 kB | 61/532 kB | 86 kB | 57/209 kB
Progress (5): 220/247 kB | 179/187 kB | 65/532 kB | 86 kB | 57/209 kB
Progress (5): 220/247 kB | 183/187 kB | 65/532 kB | 86 kB | 57/209 kB
Progress (5): 224/247 kB | 183/187 kB | 65/532 kB | 86 kB | 57/209 kB
Progress (5): 224/247 kB | 187 kB | 65/532 kB | 86 kB | 57/209 kB    
Progress (5): 224/247 kB | 187 kB | 66/532 kB | 86 kB | 57/209 kB
Progress (5): 224/247 kB | 187 kB | 66/532 kB | 86 kB | 61/209 kB
Progress (5): 228/247 kB | 187 kB | 66/532 kB | 86 kB | 61/209 kB
Progress (5): 228/247 kB | 187 kB | 70/532 kB | 86 kB | 61/209 kB
Progress (5): 228/247 kB | 187 kB | 70/532 kB | 86 kB | 65/209 kB
Progress (5): 228/247 kB | 187 kB | 74/532 kB | 86 kB | 65/209 kB
Progress (5): 232/247 kB | 187 kB | 74/532 kB | 86 kB | 65/209 kB
Progress (5): 232/247 kB | 187 kB | 78/532 kB | 86 kB | 65/209 kB
Progress (5): 232/247 kB | 187 kB | 78/532 kB | 86 kB | 66/209 kB
Progress (5): 232/247 kB | 187 kB | 82/532 kB | 86 kB | 66/209 kB
Progress (5): 236/247 kB | 187 kB | 82/532 kB | 86 kB | 66/209 kB
Progress (5): 236/247 kB | 187 kB | 82/532 kB | 86 kB | 70/209 kB
Progress (5): 240/247 kB | 187 kB | 82/532 kB | 86 kB | 70/209 kB
Progress (5): 240/247 kB | 187 kB | 86/532 kB | 86 kB | 70/209 kB
Progress (5): 244/247 kB | 187 kB | 86/532 kB | 86 kB | 70/209 kB
Progress (5): 244/247 kB | 187 kB | 86/532 kB | 86 kB | 74/209 kB
Progress (5): 247 kB | 187 kB | 86/532 kB | 86 kB | 74/209 kB    
Progress (5): 247 kB | 187 kB | 90/532 kB | 86 kB | 74/209 kB
Progress (5): 247 kB | 187 kB | 90/532 kB | 86 kB | 78/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 157 kB/s)
Progress (4): 247 kB | 187 kB | 90/532 kB | 82/209 kB
Progress (4): 247 kB | 187 kB | 94/532 kB | 82/209 kB
Progress (4): 247 kB | 187 kB | 94/532 kB | 86/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
Progress (4): 247 kB | 187 kB | 94/532 kB | 90/209 kB
Progress (4): 247 kB | 187 kB | 98/532 kB | 90/209 kB
Progress (4): 247 kB | 187 kB | 98/532 kB | 94/209 kB
Progress (4): 247 kB | 187 kB | 98/532 kB | 94/209 kB
Progress (4): 247 kB | 187 kB | 98/532 kB | 98/209 kB
Progress (4): 247 kB | 187 kB | 98/532 kB | 98/209 kB
Progress (4): 247 kB | 187 kB | 102/532 kB | 98/209 kB
Progress (4): 247 kB | 187 kB | 102/532 kB | 102/209 kB
Progress (4): 247 kB | 187 kB | 106/532 kB | 102/209 kB
Progress (4): 247 kB | 187 kB | 106/532 kB | 106/209 kB
Progress (4): 247 kB | 187 kB | 110/532 kB | 106/209 kB
Progress (4): 247 kB | 187 kB | 110/532 kB | 110/209 kB
Progress (4): 247 kB | 187 kB | 114/532 kB | 110/209 kB
Progress (4): 247 kB | 187 kB | 114/532 kB | 114/209 kB
Progress (4): 247 kB | 187 kB | 118/532 kB | 114/209 kB
Progress (4): 247 kB | 187 kB | 118/532 kB | 118/209 kB
Progress (4): 247 kB | 187 kB | 122/532 kB | 118/209 kB
Progress (4): 247 kB | 187 kB | 122/532 kB | 122/209 kB
Progress (4): 247 kB | 187 kB | 126/532 kB | 122/209 kB
Progress (4): 247 kB | 187 kB | 126/532 kB | 126/209 kB
Progress (4): 247 kB | 187 kB | 130/532 kB | 126/209 kB
Progress (4): 247 kB | 187 kB | 130/532 kB | 130/209 kB
Progress (4): 247 kB | 187 kB | 131/532 kB | 130/209 kB
Progress (4): 247 kB | 187 kB | 131/532 kB | 131/209 kB
Progress (4): 247 kB | 187 kB | 135/532 kB | 131/209 kB
Progress (4): 247 kB | 187 kB | 135/532 kB | 135/209 kB
Progress (4): 247 kB | 187 kB | 139/532 kB | 135/209 kB
Progress (4): 247 kB | 187 kB | 139/532 kB | 139/209 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 340 kB/s)
Progress (3): 247 kB | 139/532 kB | 143/209 kB
Progress (3): 247 kB | 143/532 kB | 143/209 kB
Progress (3): 247 kB | 143/532 kB | 147/209 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Progress (3): 247 kB | 143/532 kB | 151/209 kB
Progress (3): 247 kB | 147/532 kB | 151/209 kB
Progress (3): 247 kB | 147/532 kB | 155/209 kB
Progress (3): 247 kB | 151/532 kB | 155/209 kB
Progress (3): 247 kB | 151/532 kB | 159/209 kB
Progress (3): 247 kB | 155/532 kB | 159/209 kB
Progress (3): 247 kB | 155/532 kB | 163/209 kB
Progress (3): 247 kB | 155/532 kB | 164/209 kB
Progress (3): 247 kB | 159/532 kB | 164/209 kB
Progress (3): 247 kB | 163/532 kB | 164/209 kB
Progress (3): 247 kB | 163/532 kB | 168/209 kB
Progress (3): 247 kB | 164/532 kB | 168/209 kB
Progress (3): 247 kB | 164/532 kB | 172/209 kB
Progress (3): 247 kB | 168/532 kB | 172/209 kB
Progress (3): 247 kB | 168/532 kB | 176/209 kB
Progress (3): 247 kB | 172/532 kB | 176/209 kB
Progress (3): 247 kB | 172/532 kB | 180/209 kB
Progress (3): 247 kB | 176/532 kB | 180/209 kB
Progress (3): 247 kB | 176/532 kB | 184/209 kB
Progress (3): 247 kB | 180/532 kB | 184/209 kB
Progress (3): 247 kB | 180/532 kB | 188/209 kB
Progress (3): 247 kB | 184/532 kB | 188/209 kB
Progress (3): 247 kB | 184/532 kB | 192/209 kB
Progress (3): 247 kB | 188/532 kB | 192/209 kB
Progress (3): 247 kB | 188/532 kB | 196/209 kB
Progress (3): 247 kB | 192/532 kB | 196/209 kB
Progress (3): 247 kB | 192/532 kB | 200/209 kB
Progress (3): 247 kB | 196/532 kB | 200/209 kB
Progress (3): 247 kB | 196/532 kB | 204/209 kB
Progress (3): 247 kB | 197/532 kB | 204/209 kB
Progress (3): 247 kB | 197/532 kB | 208/209 kB
Progress (3): 247 kB | 197/532 kB | 209 kB    
Progress (3): 247 kB | 201/532 kB | 209 kB
Progress (3): 247 kB | 205/532 kB | 209 kB
Progress (3): 247 kB | 209/532 kB | 209 kB
Progress (3): 247 kB | 213/532 kB | 209 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 446 kB/s)
Progress (3): 213/532 kB | 209 kB | 4.1/56 kB
Progress (3): 217/532 kB | 209 kB | 4.1/56 kB
Progress (3): 217/532 kB | 209 kB | 7.7/56 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
Progress (3): 217/532 kB | 209 kB | 12/56 kB
Progress (3): 221/532 kB | 209 kB | 12/56 kB
Progress (3): 221/532 kB | 209 kB | 16/56 kB
Progress (3): 225/532 kB | 209 kB | 16/56 kB
Progress (3): 229/532 kB | 209 kB | 16/56 kB
Progress (3): 229/532 kB | 209 kB | 20/56 kB
Progress (4): 229/532 kB | 209 kB | 20/56 kB | 4.1/58 kB
Progress (4): 229/532 kB | 209 kB | 20/56 kB | 4.1/58 kB
Progress (4): 229/532 kB | 209 kB | 20/56 kB | 7.7/58 kB
Progress (4): 229/532 kB | 209 kB | 24/56 kB | 7.7/58 kB
Progress (4): 229/532 kB | 209 kB | 24/56 kB | 12/58 kB 
Progress (4): 233/532 kB | 209 kB | 24/56 kB | 12/58 kB
Progress (4): 233/532 kB | 209 kB | 28/56 kB | 12/58 kB
Progress (4): 233/532 kB | 209 kB | 28/56 kB | 16/58 kB
Progress (4): 233/532 kB | 209 kB | 32/56 kB | 16/58 kB
Progress (4): 237/532 kB | 209 kB | 32/56 kB | 16/58 kB
Progress (4): 237/532 kB | 209 kB | 36/56 kB | 16/58 kB
Progress (4): 237/532 kB | 209 kB | 36/56 kB | 20/58 kB
Progress (4): 237/532 kB | 209 kB | 40/56 kB | 20/58 kB
Progress (4): 241/532 kB | 209 kB | 40/56 kB | 20/58 kB
Progress (4): 241/532 kB | 209 kB | 40/56 kB | 24/58 kB
Progress (4): 245/532 kB | 209 kB | 40/56 kB | 24/58 kB
Progress (4): 245/532 kB | 209 kB | 44/56 kB | 24/58 kB
Progress (4): 245/532 kB | 209 kB | 44/56 kB | 28/58 kB
Progress (4): 245/532 kB | 209 kB | 48/56 kB | 28/58 kB
Progress (4): 249/532 kB | 209 kB | 48/56 kB | 28/58 kB
Progress (4): 249/532 kB | 209 kB | 48/56 kB | 32/58 kB
Progress (4): 253/532 kB | 209 kB | 48/56 kB | 32/58 kB
Progress (4): 253/532 kB | 209 kB | 52/56 kB | 32/58 kB
Progress (4): 257/532 kB | 209 kB | 52/56 kB | 32/58 kB
Progress (4): 257/532 kB | 209 kB | 52/56 kB | 36/58 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 372 kB/s)
Progress (3): 261/532 kB | 52/56 kB | 36/58 kB
Progress (3): 261/532 kB | 56/56 kB | 36/58 kB
Progress (3): 262/532 kB | 56/56 kB | 36/58 kB
Progress (4): 262/532 kB | 56/56 kB | 36/58 kB | 4.1/100 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Progress (4): 262/532 kB | 56/56 kB | 40/58 kB | 4.1/100 kB
Progress (4): 262/532 kB | 56/56 kB | 40/58 kB | 7.7/100 kB
Progress (4): 266/532 kB | 56/56 kB | 40/58 kB | 7.7/100 kB
Progress (4): 266/532 kB | 56 kB | 40/58 kB | 7.7/100 kB   
Progress (4): 266/532 kB | 56 kB | 40/58 kB | 12/100 kB 
Progress (4): 270/532 kB | 56 kB | 40/58 kB | 12/100 kB
Progress (4): 270/532 kB | 56 kB | 44/58 kB | 12/100 kB
Progress (4): 270/532 kB | 56 kB | 44/58 kB | 16/100 kB
Progress (4): 270/532 kB | 56 kB | 48/58 kB | 16/100 kB
Progress (4): 274/532 kB | 56 kB | 48/58 kB | 16/100 kB
Progress (4): 274/532 kB | 56 kB | 48/58 kB | 20/100 kB
Progress (4): 278/532 kB | 56 kB | 48/58 kB | 20/100 kB
Progress (4): 278/532 kB | 56 kB | 52/58 kB | 20/100 kB
Progress (4): 278/532 kB | 56 kB | 52/58 kB | 24/100 kB
Progress (4): 278/532 kB | 56 kB | 56/58 kB | 24/100 kB
Progress (4): 282/532 kB | 56 kB | 56/58 kB | 24/100 kB
Progress (4): 282/532 kB | 56 kB | 58 kB | 24/100 kB   
Progress (4): 282/532 kB | 56 kB | 58 kB | 28/100 kB
Progress (4): 286/532 kB | 56 kB | 58 kB | 28/100 kB
Progress (4): 286/532 kB | 56 kB | 58 kB | 32/100 kB
Progress (4): 290/532 kB | 56 kB | 58 kB | 32/100 kB
Progress (4): 290/532 kB | 56 kB | 58 kB | 36/100 kB
Progress (4): 294/532 kB | 56 kB | 58 kB | 36/100 kB
Progress (4): 294/532 kB | 56 kB | 58 kB | 40/100 kB
Progress (4): 295/532 kB | 56 kB | 58 kB | 40/100 kB
Progress (4): 295/532 kB | 56 kB | 58 kB | 44/100 kB
Progress (4): 299/532 kB | 56 kB | 58 kB | 44/100 kB
Progress (4): 299/532 kB | 56 kB | 58 kB | 48/100 kB
Progress (4): 303/532 kB | 56 kB | 58 kB | 48/100 kB
Progress (4): 303/532 kB | 56 kB | 58 kB | 52/100 kB
Progress (4): 307/532 kB | 56 kB | 58 kB | 52/100 kB
Progress (4): 307/532 kB | 56 kB | 58 kB | 56/100 kB
Progress (4): 311/532 kB | 56 kB | 58 kB | 56/100 kB
Progress (4): 311/532 kB | 56 kB | 58 kB | 60/100 kB
Progress (4): 315/532 kB | 56 kB | 58 kB | 60/100 kB
Progress (4): 315/532 kB | 56 kB | 58 kB | 64/100 kB
Progress (4): 319/532 kB | 56 kB | 58 kB | 64/100 kB
Progress (4): 319/532 kB | 56 kB | 58 kB | 68/100 kB
Progress (4): 323/532 kB | 56 kB | 58 kB | 68/100 kB
Progress (4): 323/532 kB | 56 kB | 58 kB | 72/100 kB
Progress (4): 327/532 kB | 56 kB | 58 kB | 72/100 kB
Progress (4): 327/532 kB | 56 kB | 58 kB | 76/100 kB
Progress (4): 331/532 kB | 56 kB | 58 kB | 76/100 kB
Progress (4): 331/532 kB | 56 kB | 58 kB | 80/100 kB
Progress (5): 331/532 kB | 56 kB | 58 kB | 80/100 kB | 4.1/245 kB
Progress (5): 335/532 kB | 56 kB | 58 kB | 80/100 kB | 4.1/245 kB
Progress (5): 335/532 kB | 56 kB | 58 kB | 80/100 kB | 7.7/245 kB
Progress (5): 335/532 kB | 56 kB | 58 kB | 84/100 kB | 7.7/245 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Progress (4): 339/532 kB | 56 kB | 84/100 kB | 7.7/245 kB
Progress (4): 339/532 kB | 56 kB | 88/100 kB | 7.7/245 kB
Progress (4): 339/532 kB | 56 kB | 88/100 kB | 12/245 kB 
Progress (4): 339/532 kB | 56 kB | 92/100 kB | 12/245 kB
Progress (4): 343/532 kB | 56 kB | 92/100 kB | 12/245 kB
Progress (4): 343/532 kB | 56 kB | 96/100 kB | 12/245 kB
Progress (4): 343/532 kB | 56 kB | 96/100 kB | 16/245 kB
Progress (4): 347/532 kB | 56 kB | 96/100 kB | 16/245 kB
Progress (4): 347/532 kB | 56 kB | 100 kB | 16/245 kB   
Progress (4): 351/532 kB | 56 kB | 100 kB | 16/245 kB
Progress (4): 351/532 kB | 56 kB | 100 kB | 20/245 kB
Progress (4): 355/532 kB | 56 kB | 100 kB | 20/245 kB
Progress (4): 355/532 kB | 56 kB | 100 kB | 24/245 kB
Progress (4): 359/532 kB | 56 kB | 100 kB | 24/245 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 97 kB/s)
Progress (4): 359/532 kB | 100 kB | 24/245 kB | 4.1/13 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 155 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Progress (3): 363/532 kB | 24/245 kB | 4.1/13 kB
Progress (3): 363/532 kB | 28/245 kB | 4.1/13 kB
Progress (3): 367/532 kB | 28/245 kB | 4.1/13 kB
Progress (3): 367/532 kB | 28/245 kB | 7.7/13 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Progress (3): 367/532 kB | 28/245 kB | 12/13 kB
Progress (3): 371/532 kB | 28/245 kB | 12/13 kB
Progress (3): 371/532 kB | 32/245 kB | 12/13 kB
Progress (3): 375/532 kB | 32/245 kB | 12/13 kB
Progress (3): 375/532 kB | 32/245 kB | 13 kB   
Progress (3): 375/532 kB | 36/245 kB | 13 kB
Progress (3): 379/532 kB | 36/245 kB | 13 kB
Progress (3): 379/532 kB | 40/245 kB | 13 kB
Progress (3): 383/532 kB | 40/245 kB | 13 kB
Progress (3): 383/532 kB | 44/245 kB | 13 kB
Progress (3): 387/532 kB | 44/245 kB | 13 kB
Progress (3): 387/532 kB | 48/245 kB | 13 kB
Progress (3): 391/532 kB | 48/245 kB | 13 kB
Progress (3): 391/532 kB | 52/245 kB | 13 kB
Progress (3): 395/532 kB | 52/245 kB | 13 kB
Progress (3): 395/532 kB | 56/245 kB | 13 kB
Progress (3): 399/532 kB | 56/245 kB | 13 kB
Progress (3): 399/532 kB | 60/245 kB | 13 kB
Progress (3): 403/532 kB | 60/245 kB | 13 kB
Progress (3): 403/532 kB | 64/245 kB | 13 kB
Progress (3): 407/532 kB | 64/245 kB | 13 kB
Progress (3): 407/532 kB | 68/245 kB | 13 kB
Progress (3): 411/532 kB | 68/245 kB | 13 kB
Progress (3): 411/532 kB | 72/245 kB | 13 kB
Progress (3): 415/532 kB | 72/245 kB | 13 kB
Progress (3): 415/532 kB | 76/245 kB | 13 kB
Progress (3): 419/532 kB | 76/245 kB | 13 kB
Progress (3): 419/532 kB | 80/245 kB | 13 kB
Progress (3): 423/532 kB | 80/245 kB | 13 kB
Progress (3): 423/532 kB | 84/245 kB | 13 kB
Progress (3): 427/532 kB | 84/245 kB | 13 kB
Progress (3): 427/532 kB | 88/245 kB | 13 kB
Progress (3): 431/532 kB | 88/245 kB | 13 kB
Progress (3): 431/532 kB | 92/245 kB | 13 kB
Progress (3): 435/532 kB | 92/245 kB | 13 kB
Progress (3): 435/532 kB | 96/245 kB | 13 kB
Progress (3): 439/532 kB | 96/245 kB | 13 kB
Progress (3): 439/532 kB | 100/245 kB | 13 kB
Progress (3): 443/532 kB | 100/245 kB | 13 kB
Progress (3): 443/532 kB | 104/245 kB | 13 kB
Progress (3): 447/532 kB | 104/245 kB | 13 kB
Progress (3): 447/532 kB | 108/245 kB | 13 kB
Progress (3): 451/532 kB | 108/245 kB | 13 kB
Progress (3): 451/532 kB | 112/245 kB | 13 kB
Progress (3): 455/532 kB | 112/245 kB | 13 kB
Progress (3): 455/532 kB | 116/245 kB | 13 kB
Progress (3): 459/532 kB | 116/245 kB | 13 kB
Progress (3): 459/532 kB | 120/245 kB | 13 kB
Progress (3): 463/532 kB | 120/245 kB | 13 kB
Progress (3): 463/532 kB | 124/245 kB | 13 kB
Progress (3): 467/532 kB | 124/245 kB | 13 kB
Progress (3): 467/532 kB | 128/245 kB | 13 kB
Progress (3): 471/532 kB | 128/245 kB | 13 kB
Progress (3): 471/532 kB | 132/245 kB | 13 kB
Progress (3): 475/532 kB | 132/245 kB | 13 kB
Progress (3): 475/532 kB | 136/245 kB | 13 kB
Progress (3): 479/532 kB | 136/245 kB | 13 kB
Progress (3): 479/532 kB | 140/245 kB | 13 kB
Progress (3): 483/532 kB | 140/245 kB | 13 kB
Progress (3): 483/532 kB | 144/245 kB | 13 kB
Progress (3): 487/532 kB | 144/245 kB | 13 kB
Progress (3): 487/532 kB | 148/245 kB | 13 kB
Progress (3): 491/532 kB | 148/245 kB | 13 kB
Progress (4): 491/532 kB | 148/245 kB | 13 kB | 0/1.4 MB
Progress (4): 495/532 kB | 148/245 kB | 13 kB | 0/1.4 MB
Progress (4): 495/532 kB | 152/245 kB | 13 kB | 0/1.4 MB
Progress (4): 499/532 kB | 152/245 kB | 13 kB | 0/1.4 MB
Progress (4): 499/532 kB | 152/245 kB | 13 kB | 0/1.4 MB
Progress (4): 503/532 kB | 152/245 kB | 13 kB | 0/1.4 MB
Progress (4): 503/532 kB | 156/245 kB | 13 kB | 0/1.4 MB
Progress (4): 507/532 kB | 156/245 kB | 13 kB | 0/1.4 MB
Progress (4): 507/532 kB | 156/245 kB | 13 kB | 0/1.4 MB
Progress (4): 511/532 kB | 156/245 kB | 13 kB | 0/1.4 MB
Progress (4): 511/532 kB | 160/245 kB | 13 kB | 0/1.4 MB
Progress (4): 515/532 kB | 160/245 kB | 13 kB | 0/1.4 MB
Progress (4): 515/532 kB | 160/245 kB | 13 kB | 0/1.4 MB
Progress (4): 519/532 kB | 160/245 kB | 13 kB | 0/1.4 MB
Progress (4): 519/532 kB | 164/245 kB | 13 kB | 0/1.4 MB
Progress (4): 523/532 kB | 164/245 kB | 13 kB | 0/1.4 MB
Progress (4): 523/532 kB | 164/245 kB | 13 kB | 0/1.4 MB
Progress (4): 527/532 kB | 164/245 kB | 13 kB | 0/1.4 MB
Progress (4): 527/532 kB | 168/245 kB | 13 kB | 0/1.4 MB
Progress (4): 531/532 kB | 168/245 kB | 13 kB | 0/1.4 MB
Progress (4): 531/532 kB | 168/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 168/245 kB | 13 kB | 0/1.4 MB    
Progress (4): 532 kB | 172/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 172/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 176/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 176/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 180/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 184/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 184/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 188/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 188/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 192/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 192/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 196/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 196/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 200/245 kB | 13 kB | 0/1.4 MB
Progress (4): 532 kB | 200/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 204/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 204/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 208/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 208/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 212/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 212/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 216/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 216/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 220/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 220/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 224/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 224/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 228/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 228/245 kB | 13 kB | 0.1/1.4 MB
Progress (4): 532 kB | 232/245 kB | 13 kB | 0.1/1.4 MB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 20 kB/s)
Progress (3): 532 kB | 236/245 kB | 0.1/1.4 MB
Progress (3): 532 kB | 236/245 kB | 0.1/1.4 MB
Progress (3): 532 kB | 240/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.3.0/tycho-metadata-model-1.3.0.jar
Progress (3): 532 kB | 244/245 kB | 0.1/1.4 MB
Progress (3): 532 kB | 244/245 kB | 0.1/1.4 MB
Progress (3): 532 kB | 245 kB | 0.1/1.4 MB    
Progress (3): 532 kB | 245 kB | 0.1/1.4 MB
Progress (3): 532 kB | 245 kB | 0.1/1.4 MB
Progress (3): 532 kB | 245 kB | 0.1/1.4 MB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 532 kB | 245 kB | 0.2/1.4 MB | 3.2 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 794 kB/s)
Progress (3): 245 kB | 0.2/1.4 MB | 3.2 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
Progress (3): 245 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 245 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 245 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 245 kB | 0.2/1.4 MB | 3.2 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 365 kB/s)
Progress (3): 0.2/1.4 MB | 3.2 kB | 4.1/37 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Progress (3): 0.2/1.4 MB | 3.2 kB | 4.1/37 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 4.3 kB/s)
Progress (2): 0.2/1.4 MB | 7.7/37 kB
Progress (3): 0.2/1.4 MB | 7.7/37 kB | 4.1/7.2 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Progress (4): 0.2/1.4 MB | 7.7/37 kB | 4.1/7.2 kB | 4.1/112 kB
Progress (4): 0.2/1.4 MB | 7.7/37 kB | 4.1/7.2 kB | 4.1/112 kB
Progress (4): 0.2/1.4 MB | 7.7/37 kB | 4.1/7.2 kB | 7.7/112 kB
Progress (4): 0.2/1.4 MB | 7.7/37 kB | 7.2 kB | 7.7/112 kB    
Progress (4): 0.2/1.4 MB | 12/37 kB | 7.2 kB | 7.7/112 kB 
Progress (4): 0.2/1.4 MB | 12/37 kB | 7.2 kB | 12/112 kB 
Progress (4): 0.2/1.4 MB | 12/37 kB | 7.2 kB | 12/112 kB
Progress (4): 0.2/1.4 MB | 12/37 kB | 7.2 kB | 16/112 kB
Progress (4): 0.2/1.4 MB | 16/37 kB | 7.2 kB | 16/112 kB
Progress (4): 0.2/1.4 MB | 16/37 kB | 7.2 kB | 16/112 kB
Progress (4): 0.2/1.4 MB | 20/37 kB | 7.2 kB | 16/112 kB
Progress (4): 0.2/1.4 MB | 20/37 kB | 7.2 kB | 20/112 kB
Progress (4): 0.2/1.4 MB | 24/37 kB | 7.2 kB | 20/112 kB
Progress (4): 0.2/1.4 MB | 24/37 kB | 7.2 kB | 20/112 kB
Progress (4): 0.2/1.4 MB | 28/37 kB | 7.2 kB | 20/112 kB
Progress (4): 0.2/1.4 MB | 28/37 kB | 7.2 kB | 24/112 kB
Progress (4): 0.2/1.4 MB | 28/37 kB | 7.2 kB | 24/112 kB
Progress (4): 0.2/1.4 MB | 32/37 kB | 7.2 kB | 24/112 kB
Progress (4): 0.2/1.4 MB | 32/37 kB | 7.2 kB | 24/112 kB
Progress (4): 0.2/1.4 MB | 32/37 kB | 7.2 kB | 28/112 kB
Progress (4): 0.2/1.4 MB | 36/37 kB | 7.2 kB | 28/112 kB
Progress (4): 0.2/1.4 MB | 36/37 kB | 7.2 kB | 32/112 kB
Progress (4): 0.2/1.4 MB | 36/37 kB | 7.2 kB | 32/112 kB
Progress (4): 0.2/1.4 MB | 36/37 kB | 7.2 kB | 33/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 33/112 kB   
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 33/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 37/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 37/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 41/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 41/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 45/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 45/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 49/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 49/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 53/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 57/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 57/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 61/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 61/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 65/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 66/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 66/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 70/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 70/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 74/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 74/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 78/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 78/112 kB
Progress (4): 0.2/1.4 MB | 37 kB | 7.2 kB | 82/112 kB
Progress (4): 0.3/1.4 MB | 37 kB | 7.2 kB | 82/112 kB
Progress (4): 0.3/1.4 MB | 37 kB | 7.2 kB | 86/112 kB
Progress (4): 0.3/1.4 MB | 37 kB | 7.2 kB | 86/112 kB
Progress (4): 0.3/1.4 MB | 37 kB | 7.2 kB | 90/112 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 9.5 kB/s)
Progress (4): 0.3/1.4 MB | 37 kB | 90/112 kB | 4.1/9.4 kB
Progress (4): 0.3/1.4 MB | 37 kB | 90/112 kB | 4.1/9.4 kB
Progress (4): 0.3/1.4 MB | 37 kB | 94/112 kB | 4.1/9.4 kB
Progress (4): 0.3/1.4 MB | 37 kB | 94/112 kB | 4.1/9.4 kB
Progress (4): 0.3/1.4 MB | 37 kB | 94/112 kB | 7.7/9.4 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Progress (4): 0.3/1.4 MB | 37 kB | 94/112 kB | 9.4 kB
Progress (4): 0.3/1.4 MB | 37 kB | 94/112 kB | 9.4 kB
Progress (4): 0.3/1.4 MB | 37 kB | 98/112 kB | 9.4 kB
Progress (4): 0.3/1.4 MB | 37 kB | 98/112 kB | 9.4 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 49 kB/s)
Progress (3): 0.3/1.4 MB | 98/112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 102/112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 102/112 kB | 9.4 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.3/1.4 MB | 102/112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 106/112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 106/112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 110/112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB    
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 4.1/285 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 4.1/285 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 7.7/285 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 7.7/285 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 12/285 kB 
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 16/285 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 16/285 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 20/285 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 20/285 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 24/285 kB
Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 24/285 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 12 kB/s)
Progress (3): 0.4/1.4 MB | 112 kB | 28/285 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 (4): 0.4/1.4 MB | 112 kB | 28/285 kB | 4.1/37 kB
Progress (4): 0.4/1.4 MB | 112 kB | 28/285 kB | 4.1/37 kB
Progress (4): 0.4/1.4 MB | 112 kB | 28/285 kB | 7.7/37 kB
Progress (4): 0.4/1.4 MB | 112 kB | 32/285 kB | 7.7/37 kB
Progress (4): 0.4/1.4 MB | 112 kB | 32/285 kB | 12/37 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 145 kB/s)
Progress (3): 0.4/1.4 MB | 32/285 kB | 12/37 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Progress (3): 0.4/1.4 MB | 32/285 kB | 16/37 kB
Progress (3): 0.4/1.4 MB | 33/285 kB | 16/37 kB
Progress (3): 0.4/1.4 MB | 33/285 kB | 20/37 kB
Progress (3): 0.4/1.4 MB | 33/285 kB | 20/37 kB
Progress (3): 0.4/1.4 MB | 37/285 kB | 20/37 kB
Progress (3): 0.4/1.4 MB | 37/285 kB | 24/37 kB
Progress (3): 0.4/1.4 MB | 41/285 kB | 24/37 kB
Progress (3): 0.4/1.4 MB | 41/285 kB | 24/37 kB
Progress (3): 0.4/1.4 MB | 41/285 kB | 24/37 kB
Progress (3): 0.4/1.4 MB | 41/285 kB | 24/37 kB
Progress (3): 0.4/1.4 MB | 41/285 kB | 24/37 kB
Progress (3): 0.4/1.4 MB | 41/285 kB | 24/37 kB
Progress (3): 0.4/1.4 MB | 41/285 kB | 24/37 kB
Progress (3): 0.4/1.4 MB | 41/285 kB | 28/37 kB
Progress (3): 0.4/1.4 MB | 45/285 kB | 28/37 kB
Progress (4): 0.4/1.4 MB | 45/285 kB | 28/37 kB | 4.1/38 kB
Progress (5): 0.4/1.4 MB | 45/285 kB | 28/37 kB | 4.1/38 kB | 4.1/53 kB
Progress (5): 0.4/1.4 MB | 45/285 kB | 28/37 kB | 7.7/38 kB | 4.1/53 kB
Progress (5): 0.4/1.4 MB | 49/285 kB | 28/37 kB | 7.7/38 kB | 4.1/53 kB
Progress (5): 0.4/1.4 MB | 49/285 kB | 28/37 kB | 12/38 kB | 4.1/53 kB 
Progress (5): 0.4/1.4 MB | 49/285 kB | 32/37 kB | 12/38 kB | 4.1/53 kB
Progress (5): 0.5/1.4 MB | 49/285 kB | 32/37 kB | 12/38 kB | 4.1/53 kB
Progress (5): 0.5/1.4 MB | 49/285 kB | 36/37 kB | 12/38 kB | 4.1/53 kB
Progress (5): 0.5/1.4 MB | 49/285 kB | 36/37 kB | 16/38 kB | 4.1/53 kB
Progress (5): 0.5/1.4 MB | 53/285 kB | 36/37 kB | 16/38 kB | 4.1/53 kB
Progress (5): 0.5/1.4 MB | 53/285 kB | 36/37 kB | 16/38 kB | 7.7/53 kB
Progress (5): 0.5/1.4 MB | 57/285 kB | 36/37 kB | 16/38 kB | 7.7/53 kB
Progress (5): 0.5/1.4 MB | 57/285 kB | 36/37 kB | 20/38 kB | 7.7/53 kB
Progress (5): 0.5/1.4 MB | 57/285 kB | 37 kB | 20/38 kB | 7.7/53 kB   
Progress (5): 0.5/1.4 MB | 57/285 kB | 37 kB | 20/38 kB | 7.7/53 kB
Progress (5): 0.5/1.4 MB | 57/285 kB | 37 kB | 24/38 kB | 7.7/53 kB
Progress (5): 0.5/1.4 MB | 61/285 kB | 37 kB | 24/38 kB | 7.7/53 kB
Progress (5): 0.5/1.4 MB | 61/285 kB | 37 kB | 24/38 kB | 12/53 kB 
Progress (5): 0.5/1.4 MB | 61/285 kB | 37 kB | 28/38 kB | 12/53 kB
Progress (5): 0.5/1.4 MB | 65/285 kB | 37 kB | 28/38 kB | 12/53 kB
Progress (5): 0.5/1.4 MB | 65/285 kB | 37 kB | 28/38 kB | 12/53 kB
Progress (5): 0.5/1.4 MB | 69/285 kB | 37 kB | 28/38 kB | 12/53 kB
Progress (5): 0.5/1.4 MB | 69/285 kB | 37 kB | 32/38 kB | 12/53 kB
Progress (5): 0.5/1.4 MB | 69/285 kB | 37 kB | 32/38 kB | 16/53 kB
Progress (5): 0.5/1.4 MB | 69/285 kB | 37 kB | 36/38 kB | 16/53 kB
Progress (5): 0.5/1.4 MB | 73/285 kB | 37 kB | 36/38 kB | 16/53 kB
Progress (5): 0.5/1.4 MB | 73/285 kB | 37 kB | 36/38 kB | 16/53 kB
Progress (5): 0.5/1.4 MB | 73/285 kB | 37 kB | 38 kB | 16/53 kB   
Progress (5): 0.5/1.4 MB | 73/285 kB | 37 kB | 38 kB | 16/53 kB
Progress (5): 0.5/1.4 MB | 73/285 kB | 37 kB | 38 kB | 20/53 kB
Progress (5): 0.5/1.4 MB | 73/285 kB | 37 kB | 38 kB | 20/53 kB
Progress (5): 0.5/1.4 MB | 77/285 kB | 37 kB | 38 kB | 20/53 kB
Progress (5): 0.5/1.4 MB | 77/285 kB | 37 kB | 38 kB | 24/53 kB
Progress (5): 0.5/1.4 MB | 81/285 kB | 37 kB | 38 kB | 24/53 kB
Progress (5): 0.5/1.4 MB | 81/285 kB | 37 kB | 38 kB | 24/53 kB
Progress (5): 0.5/1.4 MB | 81/285 kB | 37 kB | 38 kB | 28/53 kB
Progress (5): 0.5/1.4 MB | 81/285 kB | 37 kB | 38 kB | 28/53 kB
Progress (5): 0.5/1.4 MB | 85/285 kB | 37 kB | 38 kB | 28/53 kB
Progress (5): 0.5/1.4 MB | 85/285 kB | 37 kB | 38 kB | 32/53 kB
Progress (5): 0.5/1.4 MB | 89/285 kB | 37 kB | 38 kB | 32/53 kB
Progress (5): 0.5/1.4 MB | 89/285 kB | 37 kB | 38 kB | 36/53 kB
Progress (5): 0.5/1.4 MB | 89/285 kB | 37 kB | 38 kB | 36/53 kB
Progress (5): 0.5/1.4 MB | 89/285 kB | 37 kB | 38 kB | 40/53 kB
Progress (5): 0.5/1.4 MB | 93/285 kB | 37 kB | 38 kB | 40/53 kB
Progress (5): 0.5/1.4 MB | 93/285 kB | 37 kB | 38 kB | 44/53 kB
Progress (5): 0.5/1.4 MB | 93/285 kB | 37 kB | 38 kB | 44/53 kB
Progress (5): 0.5/1.4 MB | 93/285 kB | 37 kB | 38 kB | 48/53 kB
Progress (5): 0.5/1.4 MB | 97/285 kB | 37 kB | 38 kB | 48/53 kB
Progress (5): 0.5/1.4 MB | 97/285 kB | 37 kB | 38 kB | 52/53 kB
Progress (5): 0.5/1.4 MB | 97/285 kB | 37 kB | 38 kB | 52/53 kB
Progress (5): 0.5/1.4 MB | 97/285 kB | 37 kB | 38 kB | 53 kB   
Progress (5): 0.5/1.4 MB | 101/285 kB | 37 kB | 38 kB | 53 kB
Progress (5): 0.5/1.4 MB | 101/285 kB | 37 kB | 38 kB | 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.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 44 kB/s)
Progress (4): 0.5/1.4 MB | 105/285 kB | 38 kB | 53 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.5/1.4 MB | 105/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 109/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 109/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 113/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 113/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 117/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 117/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 121/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 121/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 125/285 kB | 38 kB | 53 kB
Progress (4): 0.5/1.4 MB | 125/285 kB | 38 kB | 53 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 44 kB/s)
Progress (3): 0.5/1.4 MB | 129/285 kB | 53 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Progress (3): 0.5/1.4 MB | 129/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 133/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 133/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 137/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 137/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 141/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 141/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 145/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 145/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 149/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 149/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 153/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 153/285 kB | 53 kB
Progress (3): 0.5/1.4 MB | 157/285 kB | 53 kB
Progress (3): 0.6/1.4 MB | 157/285 kB | 53 kB
Progress (3): 0.6/1.4 MB | 161/285 kB | 53 kB
Progress (3): 0.6/1.4 MB | 161/285 kB | 53 kB
Progress (3): 0.6/1.4 MB | 165/285 kB | 53 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 62 kB/s)
Progress (2): 0.6/1.4 MB | 169/285 kB
Progress (2): 0.6/1.4 MB | 169/285 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Progress (2): 0.6/1.4 MB | 169/285 kB
Progress (2): 0.6/1.4 MB | 173/285 kB
Progress (2): 0.6/1.4 MB | 173/285 kB
Progress (3): 0.6/1.4 MB | 173/285 kB | 4.1/4.3 kB
Progress (3): 0.6/1.4 MB | 177/285 kB | 4.1/4.3 kB
Progress (3): 0.6/1.4 MB | 177/285 kB | 4.3 kB    
Progress (3): 0.6/1.4 MB | 177/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 181/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 181/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 185/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 185/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 189/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 189/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 193/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 193/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 197/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 197/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 201/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 201/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 205/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 205/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 209/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 209/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 213/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 213/285 kB | 4.3 kB
Progress (4): 0.6/1.4 MB | 213/285 kB | 4.3 kB | 4.1/29 kB
Progress (4): 0.6/1.4 MB | 213/285 kB | 4.3 kB | 4.1/29 kB
Progress (4): 0.6/1.4 MB | 217/285 kB | 4.3 kB | 4.1/29 kB
Progress (4): 0.6/1.4 MB | 217/285 kB | 4.3 kB | 4.1/29 kB
Progress (4): 0.6/1.4 MB | 217/285 kB | 4.3 kB | 7.7/29 kB
Progress (4): 0.6/1.4 MB | 217/285 kB | 4.3 kB | 7.7/29 kB
Progress (4): 0.6/1.4 MB | 221/285 kB | 4.3 kB | 7.7/29 kB
Progress (4): 0.6/1.4 MB | 221/285 kB | 4.3 kB | 12/29 kB 
Progress (4): 0.6/1.4 MB | 221/285 kB | 4.3 kB | 12/29 kB
Progress (4): 0.6/1.4 MB | 221/285 kB | 4.3 kB | 16/29 kB
Progress (4): 0.6/1.4 MB | 225/285 kB | 4.3 kB | 16/29 kB
Progress (4): 0.6/1.4 MB | 225/285 kB | 4.3 kB | 16/29 kB
Progress (4): 0.6/1.4 MB | 229/285 kB | 4.3 kB | 16/29 kB
Progress (4): 0.6/1.4 MB | 229/285 kB | 4.3 kB | 20/29 kB
Progress (4): 0.6/1.4 MB | 229/285 kB | 4.3 kB | 20/29 kB
Progress (4): 0.6/1.4 MB | 229/285 kB | 4.3 kB | 20/29 kB
Progress (4): 0.6/1.4 MB | 233/285 kB | 4.3 kB | 20/29 kB
Progress (4): 0.6/1.4 MB | 233/285 kB | 4.3 kB | 24/29 kB
Progress (4): 0.6/1.4 MB | 237/285 kB | 4.3 kB | 24/29 kB
Progress (4): 0.6/1.4 MB | 237/285 kB | 4.3 kB | 28/29 kB
Progress (4): 0.6/1.4 MB | 237/285 kB | 4.3 kB | 28/29 kB
Progress (5): 0.6/1.4 MB | 237/285 kB | 4.3 kB | 28/29 kB | 4.1/21 kB
Progress (5): 0.6/1.4 MB | 237/285 kB | 4.3 kB | 29 kB | 4.1/21 kB   
Progress (5): 0.6/1.4 MB | 241/285 kB | 4.3 kB | 29 kB | 4.1/21 kB
Progress (5): 0.6/1.4 MB | 241/285 kB | 4.3 kB | 29 kB | 7.7/21 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 4.9 kB/s)
Progress (4): 0.6/1.4 MB | 241/285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.6/1.4 MB | 241/285 kB | 29 kB | 12/21 kB 
Progress (4): 0.6/1.4 MB | 245/285 kB | 29 kB | 12/21 kB
Progress (4): 0.6/1.4 MB | 245/285 kB | 29 kB | 16/21 kB
Progress (4): 0.6/1.4 MB | 245/285 kB | 29 kB | 16/21 kB
Progress (4): 0.6/1.4 MB | 249/285 kB | 29 kB | 16/21 kB
Progress (4): 0.6/1.4 MB | 249/285 kB | 29 kB | 20/21 kB
Progress (4): 0.6/1.4 MB | 249/285 kB | 29 kB | 21 kB   
Progress (4): 0.6/1.4 MB | 249/285 kB | 29 kB | 21 kB
Progress (4): 0.6/1.4 MB | 253/285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 253/285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 257/285 kB | 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.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 30 kB/s)
Progress (3): 0.7/1.4 MB | 257/285 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.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 22 kB/s)
Progress (2): 0.7/1.4 MB | 261/285 kB
Progress (2): 0.7/1.4 MB | 261/285 kB
Progress (2): 0.7/1.4 MB | 261/285 kB
Progress (2): 0.7/1.4 MB | 265/285 kB
Progress (2): 0.7/1.4 MB | 269/285 kB
Progress (2): 0.7/1.4 MB | 269/285 kB
Progress (2): 0.7/1.4 MB | 269/285 kB
Progress (2): 0.7/1.4 MB | 273/285 kB
Progress (2): 0.7/1.4 MB | 277/285 kB
Progress (2): 0.7/1.4 MB | 277/285 kB
Progress (2): 0.7/1.4 MB | 281/285 kB
Progress (2): 0.7/1.4 MB | 281/285 kB
Progress (2): 0.7/1.4 MB | 285 kB    
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.7/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
Progress (2): 0.8/1.4 MB | 285 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 299 kB/s)
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 1.5 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.pom
Progress (1): 3.9 kB
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.pom (3.9 kB at 262 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugins-parent/1.0.0/ebr-maven-plugins-parent-1.0.0.pom
Progress (1): 4.1/9.5 kB
Progress (1): 7.7/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugins-parent/1.0.0/ebr-maven-plugins-parent-1.0.0.pom (9.5 kB at 631 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.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/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom (10 kB at 671 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 754 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/21/apache-21.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 57 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom (1.4 kB at 52 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 218 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Progress (1): 4.1/9.7 kB
Progress (1): 7.7/9.7 kB
Progress (1): 9.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 345 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Progress (1): 193 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 7.4 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.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/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 205 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 126 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Progress (1): 463 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 18 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.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/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom (8.4 kB at 312 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.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/3.6.0/maven-3.6.0.pom (24 kB at 887 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
Progress (1): 4.1/44 kB
Progress (1): 7.7/44 kB
Progress (1): 12/44 kB 
Progress (1): 16/44 kB
Progress (1): 20/44 kB
Progress (1): 24/44 kB
Progress (1): 28/44 kB
Progress (1): 32/44 kB
Progress (1): 36/44 kB
Progress (1): 40/44 kB
Progress (1): 44/44 kB
Progress (1): 44 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.5 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.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.6.0/maven-model-3.6.0.pom (3.9 kB at 163 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 155 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom (1.8 kB at 68 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.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-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom (2.5 kB at 96 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom (1.4 kB at 46 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 98 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.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/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 833 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 114 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 271 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 345 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 79 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.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.6.0/maven-repository-metadata-3.6.0.pom (1.9 kB at 76 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom (2.1 kB at 81 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
Progress (1): 4.1/78 kB
Progress (1): 7.7/78 kB
Progress (1): 12/78 kB 
Progress (1): 16/78 kB
Progress (1): 20/78 kB
Progress (1): 24/78 kB
Progress (1): 28/78 kB
Progress (1): 32/78 kB
Progress (1): 36/78 kB
Progress (1): 40/78 kB
Progress (1): 44/78 kB
Progress (1): 48/78 kB
Progress (1): 52/78 kB
Progress (1): 56/78 kB
Progress (1): 60/78 kB
Progress (1): 64/78 kB
Progress (1): 68/78 kB
Progress (1): 72/78 kB
Progress (1): 76/78 kB
Progress (1): 78 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.7 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/19/apache-19.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.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/19/apache-19.pom (15 kB at 596 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom (2.9 kB at 113 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 149 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 549 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 253 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 60 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 94 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 304 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 796 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 43 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
Progress (1): 612 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 24 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 101 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 554 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading from cbi-releases: 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 163 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 292 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 786 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 131 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom (3.0 kB at 121 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom (4.2 kB at 168 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom (2.5 kB at 102 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom (17 kB at 669 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom (2.6 kB at 103 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom (2.7 kB at 105 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom (3.9 kB at 158 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 153 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.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/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 500 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 225 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 170 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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.5 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 548 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 421 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 644 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/google/5/google-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 98 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Progress (1): 363 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 15 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Progress (1): 4.1/8.3 kB
Progress (1): 7.7/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom (8.3 kB at 307 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.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/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom (10 kB at 416 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 101 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.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/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 407 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 91 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 134 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 193 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 103 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 69 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 204 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 120 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 99 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Progress (1): 4.1/8.6 kB
Progress (1): 7.7/8.6 kB
Progress (1): 8.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 331 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Progress (1): 4.1/34 kB
Progress (1): 7.7/34 kB
Progress (1): 12/34 kB 
Progress (1): 16/34 kB
Progress (1): 20/34 kB
Progress (1): 24/34 kB
Progress (1): 28/34 kB
Progress (1): 32/34 kB
Progress (1): 34 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.2 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 173 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 196 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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.3 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/14/apache-14.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 587 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 61 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 773 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 167 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 447 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 120 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 201 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 31 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 158 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 122 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 796 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 201 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 88 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 127 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 440 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
Progress (1): 4.1/56 kB
Progress (1): 7.7/56 kB
Progress (1): 12/56 kB 
Progress (1): 16/56 kB
Progress (1): 20/56 kB
Progress (1): 24/56 kB
Progress (1): 28/56 kB
Progress (1): 32/56 kB
Progress (1): 36/56 kB
Progress (1): 40/56 kB
Progress (1): 44/56 kB
Progress (1): 48/56 kB
Progress (1): 52/56 kB
Progress (1): 56/56 kB
Progress (1): 56 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.0 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/13/apache-13.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 559 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 109 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 272 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 245 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 103 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 864 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 87 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 135 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 34 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Progress (1): 4.1/5.8 kB
Progress (1): 5.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 216 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-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 cbi-releases: 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 123 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 20 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/junit/junit/4.12/junit-4.12.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 1.0 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Progress (1): 766 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 20 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 86 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 264 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 120 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 66 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 66 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 39 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 26 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Progress (1): 880 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 34 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 77 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 85 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 63 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 107 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 197 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 55 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 344 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.2 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/4/apache-4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 180 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 170 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 383 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 83 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 278 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 145 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 82 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 98 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 134 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Progress (1): 4.1/8.2 kB
Progress (1): 7.7/8.2 kB
Progress (1): 8.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 317 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 42 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 120 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 73 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 82 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 115 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 75 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 41 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 289 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 108 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 404 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 353 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 217 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Progress (1): 4.1/9.9 kB
Progress (1): 7.7/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 342 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
Progress (1): 140 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 5.8 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 126 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 441 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 87 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 77 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 93 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 80 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 64 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 95 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom (2.5 kB at 99 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Progress (1): 4.1/9.4 kB
Progress (1): 7.7/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom (9.4 kB at 393 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.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.5/maven-3.0.5.pom (22 kB at 862 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 146 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 107 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 149 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 440 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom (2.8 kB at 173 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.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/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom (14 kB at 519 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom (1.0 kB at 42 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 186 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 203 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 189 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 701 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 79 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom (6.6 kB at 254 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom (16 kB at 626 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Progress (1): 4.1/35 kB
Progress (1): 7.7/35 kB
Progress (1): 12/35 kB 
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 24/35 kB
Progress (1): 28/35 kB
Progress (1): 32/35 kB
Progress (1): 35 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.3 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 192 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 513 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 739 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 559 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.pom
Progress (1): 1.5 kB
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.pom (1.5 kB at 118 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.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/apache/commons/commons-text/1.6/commons-text-1.6.pom (17 kB at 647 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom (4.1 kB at 163 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Progress (1): 4.1/88 kB
Progress (1): 7.7/88 kB
Progress (1): 12/88 kB 
Progress (1): 16/88 kB
Progress (1): 20/88 kB
Progress (1): 24/88 kB
Progress (1): 28/88 kB
Progress (1): 32/88 kB
Progress (1): 36/88 kB
Progress (1): 40/88 kB
Progress (1): 44/88 kB
Progress (1): 48/88 kB
Progress (1): 52/88 kB
Progress (1): 56/88 kB
Progress (1): 60/88 kB
Progress (1): 64/88 kB
Progress (1): 68/88 kB
Progress (1): 72/88 kB
Progress (1): 76/88 kB
Progress (1): 80/88 kB
Progress (1): 84/88 kB
                      
Progress (1): 88 kB
                   
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.jar (88 kB at 2.6 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.jar (5.4 kB at 17 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Progress (1): 4.1/232 kB
Progress (1): 7.7/232 kB
Progress (1): 12/232 kB 
Progress (1): 16/232 kB
Progress (1): 20/232 kB
Progress (1): 24/232 kB
Progress (1): 28/232 kB
Progress (1): 32/232 kB
Progress (2): 32/232 kB | 0/2.9 MB
Progress (2): 36/232 kB | 0/2.9 MB
Progress (2): 36/232 kB | 0/2.9 MB
Progress (2): 40/232 kB | 0/2.9 MB
Progress (2): 40/232 kB | 0/2.9 MB
Progress (2): 44/232 kB | 0/2.9 MB
Progress (2): 44/232 kB | 0/2.9 MB
Progress (2): 48/232 kB | 0/2.9 MB
Progress (2): 48/232 kB | 0/2.9 MB
Progress (3): 48/232 kB | 0/2.9 MB | 4.1/168 kB
Progress (3): 52/232 kB | 0/2.9 MB | 4.1/168 kB
Progress (3): 52/232 kB | 0/2.9 MB | 7.7/168 kB
Progress (3): 52/232 kB | 0/2.9 MB | 7.7/168 kB
Progress (3): 56/232 kB | 0/2.9 MB | 7.7/168 kB
Progress (3): 56/232 kB | 0/2.9 MB | 12/168 kB 
Progress (3): 56/232 kB | 0/2.9 MB | 12/168 kB
Progress (3): 56/232 kB | 0/2.9 MB | 16/168 kB
Progress (3): 60/232 kB | 0/2.9 MB | 16/168 kB
Progress (3): 60/232 kB | 0/2.9 MB | 16/168 kB
Progress (3): 60/232 kB | 0/2.9 MB | 20/168 kB
Progress (3): 64/232 kB | 0/2.9 MB | 20/168 kB
Progress (3): 64/232 kB | 0/2.9 MB | 20/168 kB
Progress (3): 64/232 kB | 0/2.9 MB | 24/168 kB
Progress (3): 68/232 kB | 0/2.9 MB | 24/168 kB
Progress (3): 68/232 kB | 0/2.9 MB | 24/168 kB
Progress (3): 72/232 kB | 0/2.9 MB | 24/168 kB
Progress (3): 72/232 kB | 0/2.9 MB | 28/168 kB
Progress (3): 72/232 kB | 0/2.9 MB | 28/168 kB
Progress (4): 72/232 kB | 0/2.9 MB | 28/168 kB | 4.1/81 kB
Progress (4): 72/232 kB | 0/2.9 MB | 28/168 kB | 4.1/81 kB
Progress (4): 72/232 kB | 0/2.9 MB | 32/168 kB | 4.1/81 kB
Progress (4): 76/232 kB | 0/2.9 MB | 32/168 kB | 4.1/81 kB
Progress (4): 76/232 kB | 0.1/2.9 MB | 32/168 kB | 4.1/81 kB
Progress (4): 76/232 kB | 0.1/2.9 MB | 32/168 kB | 7.7/81 kB
Progress (4): 76/232 kB | 0.1/2.9 MB | 32/168 kB | 7.7/81 kB
Progress (4): 80/232 kB | 0.1/2.9 MB | 32/168 kB | 7.7/81 kB
Progress (4): 80/232 kB | 0.1/2.9 MB | 36/168 kB | 7.7/81 kB
Progress (4): 80/232 kB | 0.1/2.9 MB | 36/168 kB | 7.7/81 kB
Progress (4): 80/232 kB | 0.1/2.9 MB | 36/168 kB | 12/81 kB 
Progress (4): 80/232 kB | 0.1/2.9 MB | 36/168 kB | 12/81 kB
Progress (4): 84/232 kB | 0.1/2.9 MB | 36/168 kB | 12/81 kB
Progress (4): 84/232 kB | 0.1/2.9 MB | 40/168 kB | 12/81 kB
Progress (4): 88/232 kB | 0.1/2.9 MB | 40/168 kB | 12/81 kB
Progress (4): 88/232 kB | 0.1/2.9 MB | 40/168 kB | 12/81 kB
Progress (4): 88/232 kB | 0.1/2.9 MB | 40/168 kB | 16/81 kB
Progress (4): 88/232 kB | 0.1/2.9 MB | 40/168 kB | 16/81 kB
Progress (4): 88/232 kB | 0.1/2.9 MB | 40/168 kB | 20/81 kB
Progress (4): 92/232 kB | 0.1/2.9 MB | 40/168 kB | 20/81 kB
Progress (4): 92/232 kB | 0.1/2.9 MB | 44/168 kB | 20/81 kB
Progress (4): 96/232 kB | 0.1/2.9 MB | 44/168 kB | 20/81 kB
Progress (4): 96/232 kB | 0.1/2.9 MB | 44/168 kB | 24/81 kB
Progress (4): 100/232 kB | 0.1/2.9 MB | 44/168 kB | 24/81 kB
Progress (4): 100/232 kB | 0.1/2.9 MB | 44/168 kB | 24/81 kB
Progress (4): 104/232 kB | 0.1/2.9 MB | 44/168 kB | 24/81 kB
Progress (4): 104/232 kB | 0.1/2.9 MB | 44/168 kB | 28/81 kB
Progress (4): 108/232 kB | 0.1/2.9 MB | 44/168 kB | 28/81 kB
Progress (4): 108/232 kB | 0.1/2.9 MB | 48/168 kB | 28/81 kB
Progress (4): 112/232 kB | 0.1/2.9 MB | 48/168 kB | 28/81 kB
Progress (4): 112/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 112/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.1/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.2/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.2/2.9 MB | 48/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.2/2.9 MB | 52/168 kB | 32/81 kB
Progress (4): 116/232 kB | 0.2/2.9 MB | 52/168 kB | 32/81 kB
Progress (5): 116/232 kB | 0.2/2.9 MB | 52/168 kB | 32/81 kB | 4.1/350 kB
Progress (5): 120/232 kB | 0.2/2.9 MB | 52/168 kB | 32/81 kB | 4.1/350 kB
Progress (5): 120/232 kB | 0.2/2.9 MB | 52/168 kB | 36/81 kB | 4.1/350 kB
Progress (5): 124/232 kB | 0.2/2.9 MB | 52/168 kB | 36/81 kB | 4.1/350 kB
Progress (5): 124/232 kB | 0.2/2.9 MB | 52/168 kB | 36/81 kB | 7.7/350 kB
Progress (5): 124/232 kB | 0.2/2.9 MB | 52/168 kB | 36/81 kB | 7.7/350 kB
Progress (5): 124/232 kB | 0.2/2.9 MB | 56/168 kB | 36/81 kB | 7.7/350 kB
Progress (5): 124/232 kB | 0.2/2.9 MB | 56/168 kB | 36/81 kB | 7.7/350 kB
Progress (5): 124/232 kB | 0.2/2.9 MB | 56/168 kB | 36/81 kB | 12/350 kB 
Progress (5): 128/232 kB | 0.2/2.9 MB | 56/168 kB | 36/81 kB | 12/350 kB
Progress (5): 128/232 kB | 0.2/2.9 MB | 56/168 kB | 40/81 kB | 12/350 kB
Progress (5): 132/232 kB | 0.2/2.9 MB | 56/168 kB | 40/81 kB | 12/350 kB
Progress (5): 132/232 kB | 0.2/2.9 MB | 56/168 kB | 40/81 kB | 16/350 kB
Progress (5): 132/232 kB | 0.2/2.9 MB | 56/168 kB | 40/81 kB | 16/350 kB
Progress (5): 132/232 kB | 0.2/2.9 MB | 60/168 kB | 40/81 kB | 16/350 kB
Progress (5): 132/232 kB | 0.2/2.9 MB | 60/168 kB | 40/81 kB | 16/350 kB
Progress (5): 132/232 kB | 0.2/2.9 MB | 60/168 kB | 40/81 kB | 20/350 kB
Progress (5): 136/232 kB | 0.2/2.9 MB | 60/168 kB | 40/81 kB | 20/350 kB
Progress (5): 136/232 kB | 0.2/2.9 MB | 60/168 kB | 44/81 kB | 20/350 kB
Progress (5): 140/232 kB | 0.2/2.9 MB | 60/168 kB | 44/81 kB | 20/350 kB
Progress (5): 140/232 kB | 0.2/2.9 MB | 60/168 kB | 44/81 kB | 24/350 kB
Progress (5): 140/232 kB | 0.2/2.9 MB | 60/168 kB | 44/81 kB | 24/350 kB
Progress (5): 140/232 kB | 0.2/2.9 MB | 64/168 kB | 44/81 kB | 24/350 kB
Progress (5): 140/232 kB | 0.2/2.9 MB | 64/168 kB | 44/81 kB | 24/350 kB
Progress (5): 140/232 kB | 0.2/2.9 MB | 64/168 kB | 44/81 kB | 28/350 kB
Progress (5): 144/232 kB | 0.2/2.9 MB | 64/168 kB | 44/81 kB | 28/350 kB
Progress (5): 144/232 kB | 0.2/2.9 MB | 64/168 kB | 48/81 kB | 28/350 kB
Progress (5): 144/232 kB | 0.2/2.9 MB | 64/168 kB | 48/81 kB | 32/350 kB
Progress (5): 144/232 kB | 0.2/2.9 MB | 64/168 kB | 48/81 kB | 32/350 kB
Progress (5): 144/232 kB | 0.2/2.9 MB | 64/168 kB | 48/81 kB | 36/350 kB
Progress (5): 144/232 kB | 0.2/2.9 MB | 68/168 kB | 48/81 kB | 36/350 kB
Progress (5): 144/232 kB | 0.2/2.9 MB | 68/168 kB | 48/81 kB | 40/350 kB
Progress (5): 144/232 kB | 0.2/2.9 MB | 68/168 kB | 48/81 kB | 40/350 kB
Progress (5): 144/232 kB | 0.2/2.9 MB | 68/168 kB | 52/81 kB | 40/350 kB
Progress (5): 148/232 kB | 0.2/2.9 MB | 68/168 kB | 52/81 kB | 40/350 kB
Progress (5): 148/232 kB | 0.2/2.9 MB | 68/168 kB | 56/81 kB | 40/350 kB
Progress (5): 148/232 kB | 0.2/2.9 MB | 68/168 kB | 56/81 kB | 40/350 kB
Progress (5): 148/232 kB | 0.2/2.9 MB | 68/168 kB | 56/81 kB | 44/350 kB
Progress (5): 148/232 kB | 0.2/2.9 MB | 72/168 kB | 56/81 kB | 44/350 kB
Progress (5): 148/232 kB | 0.2/2.9 MB | 72/168 kB | 56/81 kB | 48/350 kB
Progress (5): 148/232 kB | 0.2/2.9 MB | 72/168 kB | 56/81 kB | 48/350 kB
Progress (5): 148/232 kB | 0.2/2.9 MB | 72/168 kB | 60/81 kB | 48/350 kB
Progress (5): 148/232 kB | 0.2/2.9 MB | 72/168 kB | 60/81 kB | 48/350 kB
Progress (5): 152/232 kB | 0.2/2.9 MB | 72/168 kB | 60/81 kB | 48/350 kB
Progress (5): 152/232 kB | 0.2/2.9 MB | 72/168 kB | 60/81 kB | 48/350 kB
Progress (5): 152/232 kB | 0.2/2.9 MB | 72/168 kB | 64/81 kB | 48/350 kB
Progress (5): 152/232 kB | 0.2/2.9 MB | 72/168 kB | 64/81 kB | 52/350 kB
Progress (5): 152/232 kB | 0.2/2.9 MB | 76/168 kB | 64/81 kB | 52/350 kB
Progress (5): 152/232 kB | 0.2/2.9 MB | 76/168 kB | 64/81 kB | 56/350 kB
Progress (5): 152/232 kB | 0.2/2.9 MB | 76/168 kB | 68/81 kB | 56/350 kB
Progress (5): 152/232 kB | 0.2/2.9 MB | 76/168 kB | 68/81 kB | 56/350 kB
Progress (5): 156/232 kB | 0.2/2.9 MB | 76/168 kB | 68/81 kB | 56/350 kB
Progress (5): 156/232 kB | 0.2/2.9 MB | 76/168 kB | 68/81 kB | 56/350 kB
Progress (5): 156/232 kB | 0.2/2.9 MB | 76/168 kB | 72/81 kB | 56/350 kB
Progress (5): 156/232 kB | 0.2/2.9 MB | 76/168 kB | 72/81 kB | 60/350 kB
Progress (5): 156/232 kB | 0.2/2.9 MB | 80/168 kB | 72/81 kB | 60/350 kB
Progress (5): 156/232 kB | 0.2/2.9 MB | 80/168 kB | 72/81 kB | 64/350 kB
Progress (5): 156/232 kB | 0.2/2.9 MB | 80/168 kB | 76/81 kB | 64/350 kB
Progress (5): 156/232 kB | 0.2/2.9 MB | 80/168 kB | 76/81 kB | 64/350 kB
Progress (5): 160/232 kB | 0.2/2.9 MB | 80/168 kB | 76/81 kB | 64/350 kB
Progress (5): 160/232 kB | 0.2/2.9 MB | 80/168 kB | 76/81 kB | 64/350 kB
Progress (5): 160/232 kB | 0.2/2.9 MB | 80/168 kB | 80/81 kB | 64/350 kB
Progress (5): 160/232 kB | 0.2/2.9 MB | 80/168 kB | 80/81 kB | 68/350 kB
Progress (5): 160/232 kB | 0.2/2.9 MB | 84/168 kB | 80/81 kB | 68/350 kB
Progress (5): 160/232 kB | 0.2/2.9 MB | 84/168 kB | 80/81 kB | 72/350 kB
Progress (5): 160/232 kB | 0.2/2.9 MB | 84/168 kB | 81 kB | 72/350 kB   
Progress (5): 160/232 kB | 0.2/2.9 MB | 84/168 kB | 81 kB | 72/350 kB
Progress (5): 164/232 kB | 0.2/2.9 MB | 84/168 kB | 81 kB | 72/350 kB
Progress (5): 164/232 kB | 0.2/2.9 MB | 84/168 kB | 81 kB | 72/350 kB
Progress (5): 164/232 kB | 0.2/2.9 MB | 84/168 kB | 81 kB | 76/350 kB
Progress (5): 164/232 kB | 0.2/2.9 MB | 84/168 kB | 81 kB | 76/350 kB
Progress (5): 164/232 kB | 0.2/2.9 MB | 88/168 kB | 81 kB | 76/350 kB
Progress (5): 164/232 kB | 0.2/2.9 MB | 88/168 kB | 81 kB | 76/350 kB
Progress (5): 164/232 kB | 0.2/2.9 MB | 88/168 kB | 81 kB | 80/350 kB
Progress (5): 168/232 kB | 0.2/2.9 MB | 88/168 kB | 81 kB | 80/350 kB
Progress (5): 168/232 kB | 0.2/2.9 MB | 88/168 kB | 81 kB | 84/350 kB
Progress (5): 168/232 kB | 0.2/2.9 MB | 88/168 kB | 81 kB | 84/350 kB
Progress (5): 168/232 kB | 0.2/2.9 MB | 92/168 kB | 81 kB | 84/350 kB
Progress (5): 168/232 kB | 0.2/2.9 MB | 92/168 kB | 81 kB | 84/350 kB
Progress (5): 168/232 kB | 0.2/2.9 MB | 92/168 kB | 81 kB | 88/350 kB
Progress (5): 172/232 kB | 0.2/2.9 MB | 92/168 kB | 81 kB | 88/350 kB
Progress (5): 172/232 kB | 0.2/2.9 MB | 92/168 kB | 81 kB | 92/350 kB
Progress (5): 172/232 kB | 0.3/2.9 MB | 92/168 kB | 81 kB | 92/350 kB
Progress (5): 172/232 kB | 0.3/2.9 MB | 96/168 kB | 81 kB | 92/350 kB
Progress (5): 172/232 kB | 0.3/2.9 MB | 96/168 kB | 81 kB | 92/350 kB
Progress (5): 172/232 kB | 0.3/2.9 MB | 96/168 kB | 81 kB | 96/350 kB
Progress (5): 176/232 kB | 0.3/2.9 MB | 96/168 kB | 81 kB | 96/350 kB
Progress (5): 176/232 kB | 0.3/2.9 MB | 96/168 kB | 81 kB | 100/350 kB
Progress (5): 180/232 kB | 0.3/2.9 MB | 96/168 kB | 81 kB | 100/350 kB
Progress (5): 180/232 kB | 0.3/2.9 MB | 96/168 kB | 81 kB | 100/350 kB
Progress (5): 180/232 kB | 0.3/2.9 MB | 100/168 kB | 81 kB | 100/350 kB
Progress (5): 180/232 kB | 0.3/2.9 MB | 100/168 kB | 81 kB | 100/350 kB
Progress (5): 184/232 kB | 0.3/2.9 MB | 100/168 kB | 81 kB | 100/350 kB
Progress (5): 184/232 kB | 0.3/2.9 MB | 100/168 kB | 81 kB | 104/350 kB
Progress (5): 188/232 kB | 0.3/2.9 MB | 100/168 kB | 81 kB | 104/350 kB
Progress (5): 188/232 kB | 0.3/2.9 MB | 100/168 kB | 81 kB | 104/350 kB
Progress (5): 188/232 kB | 0.3/2.9 MB | 104/168 kB | 81 kB | 104/350 kB
Progress (5): 188/232 kB | 0.3/2.9 MB | 104/168 kB | 81 kB | 104/350 kB
Progress (5): 188/232 kB | 0.3/2.9 MB | 108/168 kB | 81 kB | 104/350 kB
Progress (5): 192/232 kB | 0.3/2.9 MB | 108/168 kB | 81 kB | 104/350 kB
Progress (5): 192/232 kB | 0.3/2.9 MB | 108/168 kB | 81 kB | 108/350 kB
Progress (5): 196/232 kB | 0.3/2.9 MB | 108/168 kB | 81 kB | 108/350 kB
Progress (5): 196/232 kB | 0.3/2.9 MB | 112/168 kB | 81 kB | 108/350 kB
Progress (5): 196/232 kB | 0.3/2.9 MB | 112/168 kB | 81 kB | 108/350 kB
Progress (5): 196/232 kB | 0.3/2.9 MB | 116/168 kB | 81 kB | 108/350 kB
Progress (5): 200/232 kB | 0.3/2.9 MB | 116/168 kB | 81 kB | 108/350 kB
Progress (5): 200/232 kB | 0.3/2.9 MB | 116/168 kB | 81 kB | 112/350 kB
Progress (5): 204/232 kB | 0.3/2.9 MB | 116/168 kB | 81 kB | 112/350 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 738 kB/s)
Progress (4): 204/232 kB | 0.3/2.9 MB | 120/168 kB | 112/350 kB
Progress (4): 204/232 kB | 0.3/2.9 MB | 120/168 kB | 112/350 kB
Progress (4): 204/232 kB | 0.3/2.9 MB | 124/168 kB | 112/350 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Progress (4): 208/232 kB | 0.3/2.9 MB | 124/168 kB | 112/350 kB
Progress (4): 208/232 kB | 0.3/2.9 MB | 124/168 kB | 116/350 kB
Progress (4): 212/232 kB | 0.3/2.9 MB | 124/168 kB | 116/350 kB
Progress (4): 212/232 kB | 0.3/2.9 MB | 128/168 kB | 116/350 kB
Progress (4): 212/232 kB | 0.3/2.9 MB | 128/168 kB | 116/350 kB
Progress (4): 216/232 kB | 0.3/2.9 MB | 128/168 kB | 116/350 kB
Progress (4): 216/232 kB | 0.3/2.9 MB | 128/168 kB | 120/350 kB
Progress (4): 220/232 kB | 0.3/2.9 MB | 128/168 kB | 120/350 kB
Progress (4): 220/232 kB | 0.3/2.9 MB | 128/168 kB | 124/350 kB
Progress (4): 220/232 kB | 0.3/2.9 MB | 128/168 kB | 124/350 kB
Progress (4): 220/232 kB | 0.3/2.9 MB | 132/168 kB | 124/350 kB
Progress (4): 220/232 kB | 0.3/2.9 MB | 132/168 kB | 124/350 kB
Progress (4): 220/232 kB | 0.3/2.9 MB | 132/168 kB | 128/350 kB
Progress (4): 224/232 kB | 0.3/2.9 MB | 132/168 kB | 128/350 kB
Progress (4): 224/232 kB | 0.3/2.9 MB | 132/168 kB | 132/350 kB
Progress (4): 224/232 kB | 0.3/2.9 MB | 132/168 kB | 132/350 kB
Progress (4): 224/232 kB | 0.3/2.9 MB | 136/168 kB | 132/350 kB
Progress (4): 224/232 kB | 0.3/2.9 MB | 136/168 kB | 132/350 kB
Progress (4): 224/232 kB | 0.3/2.9 MB | 136/168 kB | 136/350 kB
Progress (4): 228/232 kB | 0.3/2.9 MB | 136/168 kB | 136/350 kB
Progress (4): 228/232 kB | 0.3/2.9 MB | 136/168 kB | 140/350 kB
Progress (4): 228/232 kB | 0.3/2.9 MB | 136/168 kB | 140/350 kB
Progress (4): 228/232 kB | 0.3/2.9 MB | 140/168 kB | 140/350 kB
Progress (4): 228/232 kB | 0.3/2.9 MB | 140/168 kB | 140/350 kB
Progress (4): 228/232 kB | 0.3/2.9 MB | 140/168 kB | 144/350 kB
Progress (4): 232/232 kB | 0.3/2.9 MB | 140/168 kB | 144/350 kB
Progress (4): 232/232 kB | 0.3/2.9 MB | 140/168 kB | 148/350 kB
Progress (4): 232/232 kB | 0.3/2.9 MB | 140/168 kB | 148/350 kB
Progress (4): 232/232 kB | 0.3/2.9 MB | 144/168 kB | 148/350 kB
Progress (4): 232/232 kB | 0.3/2.9 MB | 144/168 kB | 148/350 kB
Progress (4): 232/232 kB | 0.3/2.9 MB | 148/168 kB | 148/350 kB
Progress (4): 232/232 kB | 0.3/2.9 MB | 148/168 kB | 152/350 kB
Progress (4): 232 kB | 0.3/2.9 MB | 148/168 kB | 152/350 kB    
Progress (4): 232 kB | 0.3/2.9 MB | 148/168 kB | 156/350 kB
Progress (4): 232 kB | 0.3/2.9 MB | 152/168 kB | 156/350 kB
Progress (4): 232 kB | 0.3/2.9 MB | 152/168 kB | 156/350 kB
Progress (4): 232 kB | 0.3/2.9 MB | 156/168 kB | 156/350 kB
Progress (4): 232 kB | 0.3/2.9 MB | 160/168 kB | 156/350 kB
Progress (4): 232 kB | 0.3/2.9 MB | 164/168 kB | 156/350 kB
Progress (4): 232 kB | 0.3/2.9 MB | 168/168 kB | 156/350 kB
Progress (4): 232 kB | 0.3/2.9 MB | 168 kB | 156/350 kB    
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar (232 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Progress (3): 0.3/2.9 MB | 168 kB | 160/350 kB
Progress (4): 0.3/2.9 MB | 168 kB | 160/350 kB | 4.1/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 160/350 kB | 4.1/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 160/350 kB | 7.7/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 164/350 kB | 7.7/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 164/350 kB | 7.7/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 168/350 kB | 7.7/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 168/350 kB | 12/68 kB 
Progress (4): 0.3/2.9 MB | 168 kB | 168/350 kB | 12/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 168/350 kB | 16/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 172/350 kB | 16/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 172/350 kB | 16/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 176/350 kB | 16/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 176/350 kB | 20/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 176/350 kB | 20/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 176/350 kB | 24/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 180/350 kB | 24/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 180/350 kB | 28/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 180/350 kB | 28/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 180/350 kB | 32/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 184/350 kB | 32/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 184/350 kB | 33/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 188/350 kB | 33/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 188/350 kB | 33/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 192/350 kB | 33/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 192/350 kB | 37/68 kB
Progress (4): 0.3/2.9 MB | 168 kB | 196/350 kB | 37/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 196/350 kB | 37/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 200/350 kB | 37/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 200/350 kB | 41/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 204/350 kB | 41/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 204/350 kB | 41/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 208/350 kB | 41/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 208/350 kB | 45/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 212/350 kB | 45/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 212/350 kB | 49/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 212/350 kB | 49/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 216/350 kB | 49/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 216/350 kB | 53/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 220/350 kB | 53/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 220/350 kB | 53/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 224/350 kB | 53/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 224/350 kB | 57/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 228/350 kB | 57/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 228/350 kB | 61/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 228/350 kB | 61/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 228/350 kB | 65/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 232/350 kB | 65/68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 232/350 kB | 68 kB   
Progress (4): 0.4/2.9 MB | 168 kB | 232/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 236/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 236/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 240/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 240/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 244/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 244/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 248/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 248/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 252/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 252/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 256/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 256/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 260/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 260/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 264/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 264/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 268/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 268/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 272/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 272/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 276/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 276/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 280/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 280/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 284/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 284/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 288/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 288/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 292/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 292/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 296/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 296/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 300/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 300/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 304/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 304/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 308/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 308/350 kB | 68 kB
Progress (4): 0.4/2.9 MB | 168 kB | 312/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 312/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 316/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 316/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 320/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 320/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 324/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 324/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 328/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 328/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 332/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 332/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 336/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 336/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 340/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 340/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 344/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 344/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 348/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 348/350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB    
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.5/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.6/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.6/2.9 MB | 168 kB | 350 kB | 68 kB
Progress (4): 0.6/2.9 MB | 168 kB | 350 kB | 68 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 805 kB/s)
Progress (3): 0.6/2.9 MB | 350 kB | 68 kB
Progress (4): 0.6/2.9 MB | 350 kB | 68 kB | 4.1/614 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 322 kB/s)
Progress (3): 0.6/2.9 MB | 350 kB | 4.1/614 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Progress (3): 0.6/2.9 MB | 350 kB | 4.1/614 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Progress (3): 0.6/2.9 MB | 350 kB | 7.7/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 7.7/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 12/614 kB 
Progress (3): 0.6/2.9 MB | 350 kB | 16/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 16/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 20/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 20/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 24/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 24/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 28/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 28/614 kB
Progress (3): 0.6/2.9 MB | 350 kB | 32/614 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 1.6 MB/s)
Progress (2): 0.6/2.9 MB | 33/614 kB
Progress (2): 0.6/2.9 MB | 33/614 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Progress (2): 0.6/2.9 MB | 33/614 kB
Progress (2): 0.6/2.9 MB | 37/614 kB
Progress (2): 0.6/2.9 MB | 37/614 kB
Progress (2): 0.6/2.9 MB | 41/614 kB
Progress (2): 0.6/2.9 MB | 41/614 kB
Progress (2): 0.6/2.9 MB | 45/614 kB
Progress (2): 0.6/2.9 MB | 45/614 kB
Progress (2): 0.6/2.9 MB | 49/614 kB
Progress (2): 0.6/2.9 MB | 49/614 kB
Progress (2): 0.6/2.9 MB | 53/614 kB
Progress (2): 0.6/2.9 MB | 53/614 kB
Progress (2): 0.6/2.9 MB | 57/614 kB
Progress (2): 0.6/2.9 MB | 57/614 kB
Progress (2): 0.6/2.9 MB | 61/614 kB
Progress (2): 0.6/2.9 MB | 61/614 kB
Progress (2): 0.6/2.9 MB | 65/614 kB
Progress (2): 0.6/2.9 MB | 65/614 kB
Progress (2): 0.6/2.9 MB | 69/614 kB
Progress (2): 0.6/2.9 MB | 69/614 kB
Progress (2): 0.6/2.9 MB | 73/614 kB
Progress (2): 0.6/2.9 MB | 73/614 kB
Progress (2): 0.6/2.9 MB | 77/614 kB
Progress (2): 0.6/2.9 MB | 77/614 kB
Progress (2): 0.6/2.9 MB | 81/614 kB
Progress (2): 0.6/2.9 MB | 81/614 kB
Progress (2): 0.6/2.9 MB | 85/614 kB
Progress (2): 0.7/2.9 MB | 85/614 kB
Progress (2): 0.7/2.9 MB | 85/614 kB
Progress (2): 0.7/2.9 MB | 85/614 kB
Progress (2): 0.7/2.9 MB | 85/614 kB
Progress (3): 0.7/2.9 MB | 85/614 kB | 4.1/45 kB
Progress (3): 0.7/2.9 MB | 89/614 kB | 4.1/45 kB
Progress (3): 0.7/2.9 MB | 89/614 kB | 7.7/45 kB
Progress (3): 0.7/2.9 MB | 89/614 kB | 7.7/45 kB
Progress (4): 0.7/2.9 MB | 89/614 kB | 7.7/45 kB | 4.1/55 kB
Progress (4): 0.7/2.9 MB | 89/614 kB | 7.7/45 kB | 7.7/55 kB
Progress (4): 0.7/2.9 MB | 89/614 kB | 7.7/45 kB | 12/55 kB 
Progress (4): 0.7/2.9 MB | 89/614 kB | 7.7/45 kB | 16/55 kB
Progress (4): 0.7/2.9 MB | 89/614 kB | 7.7/45 kB | 16/55 kB
Progress (4): 0.7/2.9 MB | 89/614 kB | 12/45 kB | 16/55 kB 
Progress (4): 0.7/2.9 MB | 93/614 kB | 12/45 kB | 16/55 kB
Progress (5): 0.7/2.9 MB | 93/614 kB | 12/45 kB | 16/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 97/614 kB | 12/45 kB | 16/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 97/614 kB | 16/45 kB | 16/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 97/614 kB | 16/45 kB | 16/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 97/614 kB | 20/45 kB | 16/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 97/614 kB | 20/45 kB | 20/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 97/614 kB | 24/45 kB | 20/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 97/614 kB | 24/45 kB | 20/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 97/614 kB | 28/45 kB | 20/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 101/614 kB | 28/45 kB | 20/55 kB | 4.1/27 kB
Progress (5): 0.7/2.9 MB | 101/614 kB | 28/45 kB | 20/55 kB | 7.7/27 kB
Progress (5): 0.7/2.9 MB | 105/614 kB | 28/45 kB | 20/55 kB | 7.7/27 kB
Progress (5): 0.7/2.9 MB | 105/614 kB | 32/45 kB | 20/55 kB | 7.7/27 kB
Progress (5): 0.7/2.9 MB | 105/614 kB | 32/45 kB | 20/55 kB | 7.7/27 kB
Progress (5): 0.7/2.9 MB | 105/614 kB | 36/45 kB | 20/55 kB | 7.7/27 kB
Progress (5): 0.7/2.9 MB | 105/614 kB | 36/45 kB | 24/55 kB | 7.7/27 kB
Progress (5): 0.7/2.9 MB | 105/614 kB | 40/45 kB | 24/55 kB | 7.7/27 kB
Progress (5): 0.7/2.9 MB | 105/614 kB | 40/45 kB | 24/55 kB | 7.7/27 kB
Progress (5): 0.7/2.9 MB | 109/614 kB | 40/45 kB | 24/55 kB | 7.7/27 kB
Progress (5): 0.7/2.9 MB | 109/614 kB | 40/45 kB | 24/55 kB | 12/27 kB 
Progress (5): 0.7/2.9 MB | 113/614 kB | 40/45 kB | 24/55 kB | 12/27 kB
Progress (5): 0.7/2.9 MB | 113/614 kB | 40/45 kB | 24/55 kB | 12/27 kB
Progress (5): 0.7/2.9 MB | 113/614 kB | 44/45 kB | 24/55 kB | 12/27 kB
Progress (5): 0.7/2.9 MB | 113/614 kB | 44/45 kB | 28/55 kB | 12/27 kB
Progress (5): 0.7/2.9 MB | 113/614 kB | 45 kB | 28/55 kB | 12/27 kB   
Progress (5): 0.7/2.9 MB | 113/614 kB | 45 kB | 28/55 kB | 12/27 kB
Progress (5): 0.7/2.9 MB | 117/614 kB | 45 kB | 28/55 kB | 12/27 kB
Progress (5): 0.7/2.9 MB | 117/614 kB | 45 kB | 28/55 kB | 16/27 kB
Progress (5): 0.7/2.9 MB | 121/614 kB | 45 kB | 28/55 kB | 16/27 kB
Progress (5): 0.7/2.9 MB | 121/614 kB | 45 kB | 28/55 kB | 16/27 kB
Progress (5): 0.7/2.9 MB | 121/614 kB | 45 kB | 32/55 kB | 16/27 kB
Progress (5): 0.7/2.9 MB | 121/614 kB | 45 kB | 32/55 kB | 16/27 kB
Progress (5): 0.7/2.9 MB | 125/614 kB | 45 kB | 32/55 kB | 16/27 kB
Progress (5): 0.7/2.9 MB | 125/614 kB | 45 kB | 32/55 kB | 16/27 kB
Progress (5): 0.7/2.9 MB | 125/614 kB | 45 kB | 32/55 kB | 20/27 kB
Progress (5): 0.7/2.9 MB | 125/614 kB | 45 kB | 32/55 kB | 20/27 kB
Progress (5): 0.7/2.9 MB | 129/614 kB | 45 kB | 32/55 kB | 20/27 kB
Progress (5): 0.7/2.9 MB | 129/614 kB | 45 kB | 36/55 kB | 20/27 kB
Progress (5): 0.7/2.9 MB | 133/614 kB | 45 kB | 36/55 kB | 20/27 kB
Progress (5): 0.7/2.9 MB | 133/614 kB | 45 kB | 36/55 kB | 20/27 kB
Progress (5): 0.7/2.9 MB | 133/614 kB | 45 kB | 36/55 kB | 24/27 kB
Progress (5): 0.7/2.9 MB | 133/614 kB | 45 kB | 36/55 kB | 24/27 kB
Progress (5): 0.7/2.9 MB | 137/614 kB | 45 kB | 36/55 kB | 24/27 kB
Progress (5): 0.7/2.9 MB | 137/614 kB | 45 kB | 40/55 kB | 24/27 kB
Progress (5): 0.7/2.9 MB | 141/614 kB | 45 kB | 40/55 kB | 24/27 kB
Progress (5): 0.7/2.9 MB | 141/614 kB | 45 kB | 40/55 kB | 24/27 kB
Progress (5): 0.7/2.9 MB | 141/614 kB | 45 kB | 40/55 kB | 27 kB   
Progress (5): 0.7/2.9 MB | 141/614 kB | 45 kB | 40/55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 145/614 kB | 45 kB | 40/55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 145/614 kB | 45 kB | 44/55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 145/614 kB | 45 kB | 44/55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 145/614 kB | 45 kB | 48/55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 149/614 kB | 45 kB | 48/55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 149/614 kB | 45 kB | 52/55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 149/614 kB | 45 kB | 52/55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 149/614 kB | 45 kB | 55 kB | 27 kB   
Progress (5): 0.7/2.9 MB | 149/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 153/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 153/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 157/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 157/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.7/2.9 MB | 161/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 161/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 164/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 164/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 168/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 168/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 172/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 172/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 176/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 176/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 180/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 180/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 184/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 184/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 188/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 188/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 192/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 192/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 196/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 196/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 200/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 200/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 204/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 204/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 208/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 208/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 212/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 212/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 216/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 216/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 220/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 220/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 224/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 224/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 228/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 228/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 232/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 232/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 236/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 236/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 240/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 240/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 244/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 244/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 248/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 248/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 252/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 252/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 256/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 256/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.8/2.9 MB | 260/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.9/2.9 MB | 260/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.9/2.9 MB | 264/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.9/2.9 MB | 264/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.9/2.9 MB | 268/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.9/2.9 MB | 268/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.9/2.9 MB | 272/614 kB | 45 kB | 55 kB | 27 kB
Progress (5): 0.9/2.9 MB | 272/614 kB | 45 kB | 55 kB | 27 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar (27 kB at 89 kB/s)
Progress (4): 0.9/2.9 MB | 276/614 kB | 45 kB | 55 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Progress (4): 0.9/2.9 MB | 276/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 280/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 280/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 284/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 284/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 288/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 288/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 292/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 292/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 296/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 296/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 300/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 300/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 304/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 304/614 kB | 45 kB | 55 kB
Progress (4): 0.9/2.9 MB | 308/614 kB | 45 kB | 55 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar (45 kB at 143 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar (55 kB at 176 kB/s)
Progress (2): 0.9/2.9 MB | 312/614 kB
Progress (2): 0.9/2.9 MB | 312/614 kB
Progress (2): 0.9/2.9 MB | 316/614 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Progress (2): 0.9/2.9 MB | 320/614 kB
Progress (2): 0.9/2.9 MB | 320/614 kB
Progress (2): 0.9/2.9 MB | 324/614 kB
Progress (2): 0.9/2.9 MB | 324/614 kB
Progress (2): 0.9/2.9 MB | 328/614 kB
Progress (2): 0.9/2.9 MB | 328/614 kB
Progress (2): 0.9/2.9 MB | 332/614 kB
Progress (2): 0.9/2.9 MB | 332/614 kB
Progress (2): 0.9/2.9 MB | 336/614 kB
Progress (2): 0.9/2.9 MB | 336/614 kB
Progress (2): 0.9/2.9 MB | 340/614 kB
Progress (2): 0.9/2.9 MB | 340/614 kB
Progress (2): 0.9/2.9 MB | 344/614 kB
Progress (2): 0.9/2.9 MB | 344/614 kB
Progress (2): 0.9/2.9 MB | 348/614 kB
Progress (2): 0.9/2.9 MB | 348/614 kB
Progress (2): 0.9/2.9 MB | 352/614 kB
Progress (2): 0.9/2.9 MB | 352/614 kB
Progress (2): 0.9/2.9 MB | 356/614 kB
Progress (2): 0.9/2.9 MB | 356/614 kB
Progress (2): 0.9/2.9 MB | 360/614 kB
Progress (2): 0.9/2.9 MB | 360/614 kB
Progress (2): 0.9/2.9 MB | 364/614 kB
Progress (2): 0.9/2.9 MB | 364/614 kB
Progress (2): 0.9/2.9 MB | 368/614 kB
Progress (2): 1.0/2.9 MB | 368/614 kB
Progress (2): 1.0/2.9 MB | 372/614 kB
Progress (2): 1.0/2.9 MB | 372/614 kB
Progress (2): 1.0/2.9 MB | 376/614 kB
Progress (2): 1.0/2.9 MB | 376/614 kB
Progress (2): 1.0/2.9 MB | 380/614 kB
Progress (2): 1.0/2.9 MB | 380/614 kB
Progress (2): 1.0/2.9 MB | 384/614 kB
Progress (2): 1.0/2.9 MB | 384/614 kB
Progress (2): 1.0/2.9 MB | 388/614 kB
Progress (2): 1.0/2.9 MB | 388/614 kB
Progress (2): 1.0/2.9 MB | 392/614 kB
Progress (2): 1.0/2.9 MB | 392/614 kB
Progress (2): 1.0/2.9 MB | 396/614 kB
Progress (2): 1.0/2.9 MB | 396/614 kB
Progress (2): 1.0/2.9 MB | 400/614 kB
Progress (2): 1.0/2.9 MB | 400/614 kB
Progress (2): 1.0/2.9 MB | 404/614 kB
Progress (2): 1.0/2.9 MB | 404/614 kB
Progress (2): 1.0/2.9 MB | 408/614 kB
Progress (2): 1.0/2.9 MB | 408/614 kB
Progress (2): 1.0/2.9 MB | 412/614 kB
Progress (2): 1.0/2.9 MB | 412/614 kB
Progress (2): 1.0/2.9 MB | 416/614 kB
Progress (2): 1.0/2.9 MB | 416/614 kB
Progress (2): 1.0/2.9 MB | 420/614 kB
Progress (2): 1.0/2.9 MB | 420/614 kB
Progress (2): 1.0/2.9 MB | 424/614 kB
Progress (2): 1.0/2.9 MB | 424/614 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 4.1/53 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 7.7/53 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 12/53 kB 
Progress (3): 1.0/2.9 MB | 424/614 kB | 16/53 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 20/53 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 24/53 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 28/53 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 32/53 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 36/53 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 40/53 kB
Progress (3): 1.0/2.9 MB | 424/614 kB | 44/53 kB
Progress (3): 1.0/2.9 MB | 428/614 kB | 44/53 kB
Progress (3): 1.0/2.9 MB | 428/614 kB | 48/53 kB
Progress (3): 1.0/2.9 MB | 428/614 kB | 48/53 kB
Progress (4): 1.0/2.9 MB | 428/614 kB | 48/53 kB | 4.1/167 kB
Progress (4): 1.0/2.9 MB | 432/614 kB | 48/53 kB | 4.1/167 kB
Progress (5): 1.0/2.9 MB | 432/614 kB | 48/53 kB | 4.1/167 kB | 4.1/23 kB
Progress (5): 1.0/2.9 MB | 436/614 kB | 48/53 kB | 4.1/167 kB | 4.1/23 kB
Progress (5): 1.0/2.9 MB | 436/614 kB | 48/53 kB | 7.7/167 kB | 4.1/23 kB
Progress (5): 1.0/2.9 MB | 436/614 kB | 48/53 kB | 7.7/167 kB | 4.1/23 kB
Progress (5): 1.0/2.9 MB | 436/614 kB | 52/53 kB | 7.7/167 kB | 4.1/23 kB
Progress (5): 1.0/2.9 MB | 436/614 kB | 52/53 kB | 7.7/167 kB | 4.1/23 kB
Progress (5): 1.0/2.9 MB | 436/614 kB | 52/53 kB | 12/167 kB | 4.1/23 kB 
Progress (5): 1.0/2.9 MB | 440/614 kB | 52/53 kB | 12/167 kB | 4.1/23 kB
Progress (5): 1.0/2.9 MB | 440/614 kB | 52/53 kB | 12/167 kB | 7.7/23 kB
Progress (5): 1.0/2.9 MB | 444/614 kB | 52/53 kB | 12/167 kB | 7.7/23 kB
Progress (5): 1.0/2.9 MB | 444/614 kB | 52/53 kB | 16/167 kB | 7.7/23 kB
Progress (5): 1.0/2.9 MB | 444/614 kB | 52/53 kB | 16/167 kB | 7.7/23 kB
Progress (5): 1.0/2.9 MB | 444/614 kB | 53 kB | 16/167 kB | 7.7/23 kB   
Progress (5): 1.0/2.9 MB | 444/614 kB | 53 kB | 16/167 kB | 7.7/23 kB
Progress (5): 1.0/2.9 MB | 444/614 kB | 53 kB | 20/167 kB | 7.7/23 kB
Progress (5): 1.0/2.9 MB | 448/614 kB | 53 kB | 20/167 kB | 7.7/23 kB
Progress (5): 1.0/2.9 MB | 448/614 kB | 53 kB | 20/167 kB | 12/23 kB 
Progress (5): 1.0/2.9 MB | 452/614 kB | 53 kB | 20/167 kB | 12/23 kB
Progress (5): 1.0/2.9 MB | 452/614 kB | 53 kB | 24/167 kB | 12/23 kB
Progress (5): 1.0/2.9 MB | 452/614 kB | 53 kB | 24/167 kB | 12/23 kB
Progress (5): 1.0/2.9 MB | 452/614 kB | 53 kB | 28/167 kB | 12/23 kB
Progress (5): 1.0/2.9 MB | 456/614 kB | 53 kB | 28/167 kB | 12/23 kB
Progress (5): 1.0/2.9 MB | 456/614 kB | 53 kB | 28/167 kB | 16/23 kB
Progress (5): 1.0/2.9 MB | 460/614 kB | 53 kB | 28/167 kB | 16/23 kB
Progress (5): 1.0/2.9 MB | 460/614 kB | 53 kB | 32/167 kB | 16/23 kB
Progress (5): 1.0/2.9 MB | 460/614 kB | 53 kB | 32/167 kB | 16/23 kB
Progress (5): 1.0/2.9 MB | 460/614 kB | 53 kB | 33/167 kB | 16/23 kB
Progress (5): 1.0/2.9 MB | 464/614 kB | 53 kB | 33/167 kB | 16/23 kB
Progress (5): 1.0/2.9 MB | 464/614 kB | 53 kB | 33/167 kB | 20/23 kB
Progress (5): 1.0/2.9 MB | 468/614 kB | 53 kB | 33/167 kB | 20/23 kB
Progress (5): 1.0/2.9 MB | 468/614 kB | 53 kB | 37/167 kB | 20/23 kB
Progress (5): 1.0/2.9 MB | 468/614 kB | 53 kB | 37/167 kB | 20/23 kB
Progress (5): 1.0/2.9 MB | 468/614 kB | 53 kB | 41/167 kB | 20/23 kB
Progress (5): 1.0/2.9 MB | 468/614 kB | 53 kB | 41/167 kB | 20/23 kB
Progress (5): 1.0/2.9 MB | 472/614 kB | 53 kB | 41/167 kB | 20/23 kB
Progress (5): 1.0/2.9 MB | 472/614 kB | 53 kB | 41/167 kB | 23 kB   
Progress (5): 1.0/2.9 MB | 476/614 kB | 53 kB | 41/167 kB | 23 kB
Progress (5): 1.0/2.9 MB | 476/614 kB | 53 kB | 41/167 kB | 23 kB
Progress (5): 1.0/2.9 MB | 480/614 kB | 53 kB | 41/167 kB | 23 kB
Progress (5): 1.0/2.9 MB | 480/614 kB | 53 kB | 45/167 kB | 23 kB
Progress (5): 1.0/2.9 MB | 484/614 kB | 53 kB | 45/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 484/614 kB | 53 kB | 45/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 484/614 kB | 53 kB | 49/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 484/614 kB | 53 kB | 49/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 484/614 kB | 53 kB | 53/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 488/614 kB | 53 kB | 53/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 488/614 kB | 53 kB | 57/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 488/614 kB | 53 kB | 57/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 488/614 kB | 53 kB | 61/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 492/614 kB | 53 kB | 61/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 492/614 kB | 53 kB | 65/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 492/614 kB | 53 kB | 65/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 492/614 kB | 53 kB | 69/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 496/614 kB | 53 kB | 69/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 496/614 kB | 53 kB | 73/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 496/614 kB | 53 kB | 73/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 496/614 kB | 53 kB | 77/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 500/614 kB | 53 kB | 77/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 500/614 kB | 53 kB | 81/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 500/614 kB | 53 kB | 81/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 500/614 kB | 53 kB | 85/167 kB | 23 kB
Progress (5): 1.1/2.9 MB | 504/614 kB | 53 kB | 85/167 kB | 23 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 132 kB/s)
Progress (4): 1.1/2.9 MB | 508/614 kB | 85/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 508/614 kB | 89/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 512/614 kB | 89/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 512/614 kB | 89/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 516/614 kB | 89/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 516/614 kB | 93/167 kB | 23 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Progress (4): 1.1/2.9 MB | 516/614 kB | 97/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 520/614 kB | 97/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 520/614 kB | 97/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 524/614 kB | 97/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 524/614 kB | 101/167 kB | 23 kB
Progress (4): 1.1/2.9 MB | 524/614 kB | 101/167 kB | 23 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 56 kB/s)
Progress (3): 1.1/2.9 MB | 524/614 kB | 101/167 kB
Progress (3): 1.1/2.9 MB | 528/614 kB | 101/167 kB
Progress (3): 1.1/2.9 MB | 528/614 kB | 105/167 kB
Progress (3): 1.1/2.9 MB | 532/614 kB | 105/167 kB
Progress (3): 1.1/2.9 MB | 532/614 kB | 105/167 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Progress (3): 1.1/2.9 MB | 532/614 kB | 105/167 kB
Progress (3): 1.1/2.9 MB | 536/614 kB | 105/167 kB
Progress (3): 1.1/2.9 MB | 536/614 kB | 109/167 kB
Progress (3): 1.1/2.9 MB | 540/614 kB | 109/167 kB
Progress (3): 1.1/2.9 MB | 540/614 kB | 109/167 kB
Progress (3): 1.1/2.9 MB | 540/614 kB | 113/167 kB
Progress (3): 1.1/2.9 MB | 540/614 kB | 113/167 kB
Progress (3): 1.1/2.9 MB | 544/614 kB | 113/167 kB
Progress (3): 1.1/2.9 MB | 544/614 kB | 117/167 kB
Progress (3): 1.1/2.9 MB | 548/614 kB | 117/167 kB
Progress (3): 1.1/2.9 MB | 548/614 kB | 117/167 kB
Progress (3): 1.1/2.9 MB | 552/614 kB | 117/167 kB
Progress (3): 1.1/2.9 MB | 552/614 kB | 121/167 kB
Progress (3): 1.1/2.9 MB | 556/614 kB | 121/167 kB
Progress (3): 1.1/2.9 MB | 556/614 kB | 121/167 kB
Progress (3): 1.1/2.9 MB | 560/614 kB | 121/167 kB
Progress (3): 1.1/2.9 MB | 560/614 kB | 125/167 kB
Progress (3): 1.1/2.9 MB | 560/614 kB | 125/167 kB
Progress (3): 1.1/2.9 MB | 564/614 kB | 125/167 kB
Progress (3): 1.1/2.9 MB | 564/614 kB | 125/167 kB
Progress (3): 1.1/2.9 MB | 564/614 kB | 129/167 kB
Progress (3): 1.1/2.9 MB | 564/614 kB | 129/167 kB
Progress (3): 1.1/2.9 MB | 568/614 kB | 129/167 kB
Progress (3): 1.1/2.9 MB | 568/614 kB | 129/167 kB
Progress (3): 1.1/2.9 MB | 568/614 kB | 133/167 kB
Progress (3): 1.1/2.9 MB | 572/614 kB | 133/167 kB
Progress (3): 1.1/2.9 MB | 572/614 kB | 137/167 kB
Progress (3): 1.1/2.9 MB | 572/614 kB | 137/167 kB
Progress (3): 1.1/2.9 MB | 576/614 kB | 137/167 kB
Progress (3): 1.1/2.9 MB | 576/614 kB | 137/167 kB
Progress (3): 1.1/2.9 MB | 576/614 kB | 141/167 kB
Progress (3): 1.1/2.9 MB | 580/614 kB | 141/167 kB
Progress (3): 1.1/2.9 MB | 580/614 kB | 145/167 kB
Progress (3): 1.1/2.9 MB | 580/614 kB | 145/167 kB
Progress (3): 1.1/2.9 MB | 584/614 kB | 145/167 kB
Progress (3): 1.1/2.9 MB | 584/614 kB | 145/167 kB
Progress (3): 1.1/2.9 MB | 584/614 kB | 149/167 kB
Progress (3): 1.1/2.9 MB | 588/614 kB | 149/167 kB
Progress (3): 1.1/2.9 MB | 588/614 kB | 149/167 kB
Progress (3): 1.1/2.9 MB | 588/614 kB | 153/167 kB
Progress (3): 1.2/2.9 MB | 588/614 kB | 153/167 kB
Progress (3): 1.2/2.9 MB | 592/614 kB | 153/167 kB
Progress (3): 1.2/2.9 MB | 592/614 kB | 157/167 kB
Progress (3): 1.2/2.9 MB | 596/614 kB | 157/167 kB
Progress (3): 1.2/2.9 MB | 596/614 kB | 157/167 kB
Progress (3): 1.2/2.9 MB | 596/614 kB | 161/167 kB
Progress (3): 1.2/2.9 MB | 596/614 kB | 161/167 kB
Progress (3): 1.2/2.9 MB | 600/614 kB | 161/167 kB
Progress (3): 1.2/2.9 MB | 600/614 kB | 165/167 kB
Progress (4): 1.2/2.9 MB | 600/614 kB | 165/167 kB | 4.1/62 kB
Progress (4): 1.2/2.9 MB | 604/614 kB | 165/167 kB | 4.1/62 kB
Progress (4): 1.2/2.9 MB | 604/614 kB | 165/167 kB | 4.1/62 kB
Progress (4): 1.2/2.9 MB | 608/614 kB | 165/167 kB | 4.1/62 kB
Progress (4): 1.2/2.9 MB | 608/614 kB | 165/167 kB | 7.7/62 kB
Progress (4): 1.2/2.9 MB | 608/614 kB | 167 kB | 7.7/62 kB    
Progress (4): 1.2/2.9 MB | 612/614 kB | 167 kB | 7.7/62 kB
Progress (4): 1.2/2.9 MB | 612/614 kB | 167 kB | 7.7/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 7.7/62 kB    
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 12/62 kB 
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 12/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 16/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 16/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 20/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 20/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 24/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 24/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 28/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 28/62 kB
Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 32/62 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 32/62 kB | 4.1/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 36/62 kB | 4.1/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 36/62 kB | 4.1/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 40/62 kB | 4.1/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 40/62 kB | 7.7/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 44/62 kB | 7.7/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 44/62 kB | 7.7/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 48/62 kB | 7.7/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 48/62 kB | 12/60 kB 
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 52/62 kB | 12/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 52/62 kB | 12/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 56/62 kB | 12/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 56/62 kB | 16/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 60/62 kB | 16/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 60/62 kB | 16/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 60/62 kB | 20/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 20/60 kB   
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 24/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 24/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 28/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 28/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 32/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 32/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 36/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 36/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 40/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 40/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 44/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 44/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 48/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 48/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 52/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 52/60 kB
Progress (5): 1.2/2.9 MB | 614 kB | 167 kB | 62 kB | 56/60 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 399 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 128 kB/s)
Progress (3): 1.2/2.9 MB | 614 kB | 56/60 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 1.3 MB/s)
Progress (2): 1.2/2.9 MB | 60/60 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Progress (2): 1.2/2.9 MB | 60/60 kB
Progress (2): 1.2/2.9 MB | 60 kB   
Progress (2): 1.2/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.3/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.4/2.9 MB | 60 kB
Progress (2): 1.5/2.9 MB | 60 kB
Progress (2): 1.5/2.9 MB | 60 kB
Progress (2): 1.5/2.9 MB | 60 kB
Progress (2): 1.5/2.9 MB | 60 kB
Progress (2): 1.5/2.9 MB | 60 kB
Progress (2): 1.5/2.9 MB | 60 kB
Progress (2): 1.5/2.9 MB | 60 kB
Progress (2): 1.5/2.9 MB | 60 kB
Progress (3): 1.5/2.9 MB | 60 kB | 4.1/156 kB
Progress (3): 1.5/2.9 MB | 60 kB | 4.1/156 kB
Progress (3): 1.5/2.9 MB | 60 kB | 7.7/156 kB
Progress (3): 1.5/2.9 MB | 60 kB | 7.7/156 kB
Progress (3): 1.5/2.9 MB | 60 kB | 7.7/156 kB
Progress (3): 1.5/2.9 MB | 60 kB | 12/156 kB 
Progress (4): 1.5/2.9 MB | 60 kB | 12/156 kB | 4.1/35 kB
Progress (4): 1.5/2.9 MB | 60 kB | 12/156 kB | 4.1/35 kB
Progress (4): 1.5/2.9 MB | 60 kB | 12/156 kB | 7.7/35 kB
Progress (4): 1.5/2.9 MB | 60 kB | 16/156 kB | 7.7/35 kB
Progress (4): 1.5/2.9 MB | 60 kB | 16/156 kB | 12/35 kB 
Progress (4): 1.5/2.9 MB | 60 kB | 16/156 kB | 12/35 kB
Progress (4): 1.5/2.9 MB | 60 kB | 20/156 kB | 12/35 kB
Progress (4): 1.5/2.9 MB | 60 kB | 20/156 kB | 16/35 kB
Progress (4): 1.5/2.9 MB | 60 kB | 24/156 kB | 16/35 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 119 kB/s)
Progress (3): 1.5/2.9 MB | 28/156 kB | 16/35 kB
Progress (3): 1.5/2.9 MB | 28/156 kB | 20/35 kB
Progress (3): 1.5/2.9 MB | 32/156 kB | 20/35 kB
Progress (3): 1.5/2.9 MB | 32/156 kB | 20/35 kB
Progress (3): 1.5/2.9 MB | 33/156 kB | 20/35 kB
Progress (3): 1.5/2.9 MB | 33/156 kB | 24/35 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Progress (3): 1.5/2.9 MB | 33/156 kB | 28/35 kB
Progress (3): 1.5/2.9 MB | 37/156 kB | 28/35 kB
Progress (3): 1.5/2.9 MB | 37/156 kB | 28/35 kB
Progress (4): 1.5/2.9 MB | 37/156 kB | 28/35 kB | 4.1/65 kB
Progress (4): 1.5/2.9 MB | 37/156 kB | 28/35 kB | 4.1/65 kB
Progress (4): 1.5/2.9 MB | 41/156 kB | 28/35 kB | 4.1/65 kB
Progress (4): 1.5/2.9 MB | 41/156 kB | 32/35 kB | 4.1/65 kB
Progress (4): 1.5/2.9 MB | 41/156 kB | 32/35 kB | 4.1/65 kB
Progress (4): 1.5/2.9 MB | 41/156 kB | 32/35 kB | 7.7/65 kB
Progress (4): 1.5/2.9 MB | 41/156 kB | 32/35 kB | 7.7/65 kB
Progress (4): 1.5/2.9 MB | 41/156 kB | 35 kB | 7.7/65 kB   
Progress (4): 1.5/2.9 MB | 45/156 kB | 35 kB | 7.7/65 kB
Progress (4): 1.5/2.9 MB | 45/156 kB | 35 kB | 7.7/65 kB
Progress (4): 1.5/2.9 MB | 45/156 kB | 35 kB | 12/65 kB 
Progress (4): 1.5/2.9 MB | 45/156 kB | 35 kB | 12/65 kB
Progress (4): 1.5/2.9 MB | 49/156 kB | 35 kB | 12/65 kB
Progress (4): 1.5/2.9 MB | 49/156 kB | 35 kB | 12/65 kB
Progress (4): 1.5/2.9 MB | 49/156 kB | 35 kB | 16/65 kB
Progress (4): 1.5/2.9 MB | 53/156 kB | 35 kB | 16/65 kB
Progress (4): 1.5/2.9 MB | 53/156 kB | 35 kB | 16/65 kB
Progress (4): 1.5/2.9 MB | 57/156 kB | 35 kB | 16/65 kB
Progress (4): 1.5/2.9 MB | 57/156 kB | 35 kB | 20/65 kB
Progress (4): 1.5/2.9 MB | 57/156 kB | 35 kB | 20/65 kB
Progress (4): 1.5/2.9 MB | 61/156 kB | 35 kB | 20/65 kB
Progress (4): 1.5/2.9 MB | 61/156 kB | 35 kB | 24/65 kB
Progress (4): 1.5/2.9 MB | 65/156 kB | 35 kB | 24/65 kB
Progress (4): 1.5/2.9 MB | 65/156 kB | 35 kB | 24/65 kB
Progress (4): 1.5/2.9 MB | 66/156 kB | 35 kB | 24/65 kB
Progress (4): 1.5/2.9 MB | 66/156 kB | 35 kB | 28/65 kB
Progress (4): 1.5/2.9 MB | 66/156 kB | 35 kB | 28/65 kB
Progress (4): 1.5/2.9 MB | 66/156 kB | 35 kB | 32/65 kB
Progress (4): 1.5/2.9 MB | 70/156 kB | 35 kB | 32/65 kB
Progress (4): 1.5/2.9 MB | 70/156 kB | 35 kB | 36/65 kB
Progress (4): 1.6/2.9 MB | 70/156 kB | 35 kB | 36/65 kB
Progress (4): 1.6/2.9 MB | 70/156 kB | 35 kB | 40/65 kB
Progress (4): 1.6/2.9 MB | 74/156 kB | 35 kB | 40/65 kB
Progress (4): 1.6/2.9 MB | 74/156 kB | 35 kB | 44/65 kB
Progress (4): 1.6/2.9 MB | 74/156 kB | 35 kB | 44/65 kB
Progress (4): 1.6/2.9 MB | 78/156 kB | 35 kB | 44/65 kB
Progress (4): 1.6/2.9 MB | 78/156 kB | 35 kB | 48/65 kB
Progress (4): 1.6/2.9 MB | 82/156 kB | 35 kB | 48/65 kB
Progress (4): 1.6/2.9 MB | 82/156 kB | 35 kB | 48/65 kB
Progress (4): 1.6/2.9 MB | 82/156 kB | 35 kB | 52/65 kB
Progress (4): 1.6/2.9 MB | 86/156 kB | 35 kB | 52/65 kB
Progress (4): 1.6/2.9 MB | 86/156 kB | 35 kB | 56/65 kB
Progress (4): 1.6/2.9 MB | 86/156 kB | 35 kB | 56/65 kB
Progress (4): 1.6/2.9 MB | 86/156 kB | 35 kB | 60/65 kB
Progress (4): 1.6/2.9 MB | 90/156 kB | 35 kB | 60/65 kB
Progress (4): 1.6/2.9 MB | 90/156 kB | 35 kB | 64/65 kB
Progress (4): 1.6/2.9 MB | 90/156 kB | 35 kB | 64/65 kB
Progress (4): 1.6/2.9 MB | 94/156 kB | 35 kB | 64/65 kB
Progress (4): 1.6/2.9 MB | 94/156 kB | 35 kB | 65 kB   
Progress (4): 1.6/2.9 MB | 98/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 98/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 98/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 98/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 102/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 102/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 106/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 106/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 110/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 110/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 114/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 114/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 118/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 118/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 122/156 kB | 35 kB | 65 kB
Progress (4): 1.6/2.9 MB | 122/156 kB | 35 kB | 65 kB
Progress (5): 1.6/2.9 MB | 122/156 kB | 35 kB | 65 kB | 4.1/332 kB
Progress (5): 1.6/2.9 MB | 122/156 kB | 35 kB | 65 kB | 4.1/332 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 69 kB/s)
Progress (4): 1.6/2.9 MB | 126/156 kB | 65 kB | 4.1/332 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Progress (4): 1.6/2.9 MB | 126/156 kB | 65 kB | 4.1/332 kB
Progress (4): 1.6/2.9 MB | 126/156 kB | 65 kB | 7.7/332 kB
Progress (4): 1.6/2.9 MB | 126/156 kB | 65 kB | 7.7/332 kB
Progress (4): 1.6/2.9 MB | 130/156 kB | 65 kB | 7.7/332 kB
Progress (4): 1.6/2.9 MB | 130/156 kB | 65 kB | 7.7/332 kB
Progress (4): 1.6/2.9 MB | 130/156 kB | 65 kB | 12/332 kB 
Progress (4): 1.6/2.9 MB | 130/156 kB | 65 kB | 12/332 kB
Progress (4): 1.6/2.9 MB | 130/156 kB | 65 kB | 16/332 kB
Progress (4): 1.6/2.9 MB | 134/156 kB | 65 kB | 16/332 kB
Progress (4): 1.6/2.9 MB | 134/156 kB | 65 kB | 16/332 kB
Progress (4): 1.6/2.9 MB | 138/156 kB | 65 kB | 16/332 kB
Progress (4): 1.6/2.9 MB | 138/156 kB | 65 kB | 20/332 kB
Progress (4): 1.6/2.9 MB | 142/156 kB | 65 kB | 20/332 kB
Progress (4): 1.6/2.9 MB | 142/156 kB | 65 kB | 20/332 kB
Progress (4): 1.6/2.9 MB | 146/156 kB | 65 kB | 20/332 kB
Progress (4): 1.6/2.9 MB | 146/156 kB | 65 kB | 24/332 kB
Progress (4): 1.6/2.9 MB | 150/156 kB | 65 kB | 24/332 kB
Progress (4): 1.6/2.9 MB | 150/156 kB | 65 kB | 24/332 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 126 kB/s)
Progress (3): 1.6/2.9 MB | 154/156 kB | 24/332 kB
Progress (3): 1.6/2.9 MB | 154/156 kB | 28/332 kB
Progress (3): 1.6/2.9 MB | 156 kB | 28/332 kB    
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Progress (3): 1.6/2.9 MB | 156 kB | 28/332 kB
Progress (3): 1.6/2.9 MB | 156 kB | 32/332 kB
Progress (3): 1.6/2.9 MB | 156 kB | 32/332 kB
Progress (3): 1.6/2.9 MB | 156 kB | 33/332 kB
Progress (3): 1.6/2.9 MB | 156 kB | 33/332 kB
Progress (3): 1.6/2.9 MB | 156 kB | 33/332 kB
Progress (3): 1.6/2.9 MB | 156 kB | 37/332 kB
Progress (3): 1.7/2.9 MB | 156 kB | 37/332 kB
Progress (4): 1.7/2.9 MB | 156 kB | 37/332 kB | 4.1/30 kB
Progress (4): 1.7/2.9 MB | 156 kB | 37/332 kB | 4.1/30 kB
Progress (4): 1.7/2.9 MB | 156 kB | 41/332 kB | 4.1/30 kB
Progress (4): 1.7/2.9 MB | 156 kB | 41/332 kB | 4.1/30 kB
Progress (4): 1.7/2.9 MB | 156 kB | 41/332 kB | 7.7/30 kB
Progress (4): 1.7/2.9 MB | 156 kB | 41/332 kB | 7.7/30 kB
Progress (4): 1.7/2.9 MB | 156 kB | 45/332 kB | 7.7/30 kB
Progress (4): 1.7/2.9 MB | 156 kB | 45/332 kB | 12/30 kB 
Progress (5): 1.7/2.9 MB | 156 kB | 45/332 kB | 12/30 kB | 4.1/134 kB
Progress (5): 1.7/2.9 MB | 156 kB | 45/332 kB | 16/30 kB | 4.1/134 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 265 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Progress (4): 1.7/2.9 MB | 49/332 kB | 16/30 kB | 4.1/134 kB
Progress (4): 1.7/2.9 MB | 49/332 kB | 16/30 kB | 4.1/134 kB
Progress (4): 1.7/2.9 MB | 53/332 kB | 16/30 kB | 4.1/134 kB
Progress (4): 1.7/2.9 MB | 53/332 kB | 20/30 kB | 4.1/134 kB
Progress (4): 1.7/2.9 MB | 53/332 kB | 20/30 kB | 7.7/134 kB
Progress (4): 1.7/2.9 MB | 53/332 kB | 24/30 kB | 7.7/134 kB
Progress (4): 1.7/2.9 MB | 57/332 kB | 24/30 kB | 7.7/134 kB
Progress (4): 1.7/2.9 MB | 57/332 kB | 24/30 kB | 7.7/134 kB
Progress (4): 1.7/2.9 MB | 57/332 kB | 28/30 kB | 7.7/134 kB
Progress (4): 1.7/2.9 MB | 57/332 kB | 28/30 kB | 12/134 kB 
Progress (4): 1.7/2.9 MB | 57/332 kB | 28/30 kB | 12/134 kB
Progress (4): 1.7/2.9 MB | 57/332 kB | 30 kB | 12/134 kB   
Progress (4): 1.7/2.9 MB | 61/332 kB | 30 kB | 12/134 kB
Progress (4): 1.7/2.9 MB | 61/332 kB | 30 kB | 12/134 kB
Progress (4): 1.7/2.9 MB | 61/332 kB | 30 kB | 16/134 kB
Progress (4): 1.7/2.9 MB | 61/332 kB | 30 kB | 16/134 kB
Progress (4): 1.7/2.9 MB | 65/332 kB | 30 kB | 16/134 kB
Progress (4): 1.7/2.9 MB | 65/332 kB | 30 kB | 20/134 kB
Progress (4): 1.7/2.9 MB | 65/332 kB | 30 kB | 20/134 kB
Progress (4): 1.7/2.9 MB | 65/332 kB | 30 kB | 24/134 kB
Progress (4): 1.7/2.9 MB | 66/332 kB | 30 kB | 24/134 kB
Progress (4): 1.7/2.9 MB | 66/332 kB | 30 kB | 24/134 kB
Progress (4): 1.7/2.9 MB | 66/332 kB | 30 kB | 28/134 kB
Progress (4): 1.7/2.9 MB | 66/332 kB | 30 kB | 28/134 kB
Progress (4): 1.7/2.9 MB | 70/332 kB | 30 kB | 28/134 kB
Progress (4): 1.7/2.9 MB | 70/332 kB | 30 kB | 32/134 kB
Progress (4): 1.7/2.9 MB | 74/332 kB | 30 kB | 32/134 kB
Progress (4): 1.7/2.9 MB | 74/332 kB | 30 kB | 32/134 kB
Progress (4): 1.7/2.9 MB | 74/332 kB | 30 kB | 33/134 kB
Progress (4): 1.7/2.9 MB | 74/332 kB | 30 kB | 33/134 kB
Progress (4): 1.7/2.9 MB | 78/332 kB | 30 kB | 33/134 kB
Progress (4): 1.7/2.9 MB | 78/332 kB | 30 kB | 37/134 kB
Progress (4): 1.7/2.9 MB | 82/332 kB | 30 kB | 37/134 kB
Progress (4): 1.7/2.9 MB | 82/332 kB | 30 kB | 37/134 kB
Progress (4): 1.7/2.9 MB | 82/332 kB | 30 kB | 41/134 kB
Progress (4): 1.7/2.9 MB | 82/332 kB | 30 kB | 41/134 kB
Progress (4): 1.7/2.9 MB | 86/332 kB | 30 kB | 41/134 kB
Progress (4): 1.7/2.9 MB | 86/332 kB | 30 kB | 45/134 kB
Progress (4): 1.7/2.9 MB | 90/332 kB | 30 kB | 45/134 kB
Progress (4): 1.7/2.9 MB | 90/332 kB | 30 kB | 45/134 kB
Progress (4): 1.7/2.9 MB | 90/332 kB | 30 kB | 49/134 kB
Progress (4): 1.7/2.9 MB | 90/332 kB | 30 kB | 49/134 kB
Progress (4): 1.7/2.9 MB | 94/332 kB | 30 kB | 49/134 kB
Progress (4): 1.7/2.9 MB | 94/332 kB | 30 kB | 53/134 kB
Progress (4): 1.7/2.9 MB | 98/332 kB | 30 kB | 53/134 kB
Progress (4): 1.7/2.9 MB | 98/332 kB | 30 kB | 53/134 kB
Progress (4): 1.7/2.9 MB | 98/332 kB | 30 kB | 53/134 kB
Progress (4): 1.7/2.9 MB | 98/332 kB | 30 kB | 57/134 kB
Progress (4): 1.7/2.9 MB | 102/332 kB | 30 kB | 57/134 kB
Progress (4): 1.7/2.9 MB | 102/332 kB | 30 kB | 57/134 kB
Progress (4): 1.7/2.9 MB | 102/332 kB | 30 kB | 61/134 kB
Progress (4): 1.7/2.9 MB | 106/332 kB | 30 kB | 61/134 kB
Progress (4): 1.7/2.9 MB | 106/332 kB | 30 kB | 65/134 kB
Progress (4): 1.7/2.9 MB | 106/332 kB | 30 kB | 65/134 kB
Progress (5): 1.7/2.9 MB | 106/332 kB | 30 kB | 65/134 kB | 4.1/231 kB
Progress (5): 1.7/2.9 MB | 106/332 kB | 30 kB | 65/134 kB | 4.1/231 kB
Progress (5): 1.7/2.9 MB | 106/332 kB | 30 kB | 66/134 kB | 4.1/231 kB
Progress (5): 1.7/2.9 MB | 110/332 kB | 30 kB | 66/134 kB | 4.1/231 kB
Progress (5): 1.7/2.9 MB | 110/332 kB | 30 kB | 66/134 kB | 4.1/231 kB
Progress (5): 1.7/2.9 MB | 110/332 kB | 30 kB | 66/134 kB | 7.7/231 kB
Progress (5): 1.7/2.9 MB | 110/332 kB | 30 kB | 66/134 kB | 7.7/231 kB
Progress (5): 1.7/2.9 MB | 110/332 kB | 30 kB | 66/134 kB | 12/231 kB 
Progress (5): 1.7/2.9 MB | 114/332 kB | 30 kB | 66/134 kB | 12/231 kB
Progress (5): 1.7/2.9 MB | 114/332 kB | 30 kB | 70/134 kB | 12/231 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 50 kB/s)
Progress (4): 1.7/2.9 MB | 114/332 kB | 74/134 kB | 12/231 kB
Progress (4): 1.7/2.9 MB | 118/332 kB | 74/134 kB | 12/231 kB
Progress (4): 1.7/2.9 MB | 118/332 kB | 74/134 kB | 16/231 kB
Progress (4): 1.7/2.9 MB | 118/332 kB | 74/134 kB | 16/231 kB
Progress (4): 1.7/2.9 MB | 118/332 kB | 74/134 kB | 20/231 kB
Progress (4): 1.7/2.9 MB | 118/332 kB | 78/134 kB | 20/231 kB
Progress (4): 1.7/2.9 MB | 122/332 kB | 78/134 kB | 20/231 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Progress (4): 1.7/2.9 MB | 126/332 kB | 78/134 kB | 20/231 kB
Progress (4): 1.7/2.9 MB | 126/332 kB | 82/134 kB | 20/231 kB
Progress (4): 1.7/2.9 MB | 126/332 kB | 82/134 kB | 24/231 kB
Progress (4): 1.7/2.9 MB | 126/332 kB | 86/134 kB | 24/231 kB
Progress (4): 1.8/2.9 MB | 126/332 kB | 86/134 kB | 24/231 kB
Progress (4): 1.8/2.9 MB | 126/332 kB | 90/134 kB | 24/231 kB
Progress (4): 1.8/2.9 MB | 126/332 kB | 90/134 kB | 28/231 kB
Progress (4): 1.8/2.9 MB | 130/332 kB | 90/134 kB | 28/231 kB
Progress (4): 1.8/2.9 MB | 130/332 kB | 90/134 kB | 32/231 kB
Progress (4): 1.8/2.9 MB | 130/332 kB | 94/134 kB | 32/231 kB
Progress (4): 1.8/2.9 MB | 130/332 kB | 94/134 kB | 32/231 kB
Progress (4): 1.8/2.9 MB | 130/332 kB | 98/134 kB | 32/231 kB
Progress (4): 1.8/2.9 MB | 130/332 kB | 98/134 kB | 33/231 kB
Progress (4): 1.8/2.9 MB | 131/332 kB | 98/134 kB | 33/231 kB
Progress (4): 1.8/2.9 MB | 131/332 kB | 98/134 kB | 33/231 kB
Progress (4): 1.8/2.9 MB | 131/332 kB | 98/134 kB | 33/231 kB
Progress (4): 1.8/2.9 MB | 135/332 kB | 98/134 kB | 33/231 kB
Progress (4): 1.8/2.9 MB | 135/332 kB | 98/134 kB | 33/231 kB
Progress (4): 1.8/2.9 MB | 135/332 kB | 98/134 kB | 37/231 kB
Progress (4): 1.8/2.9 MB | 135/332 kB | 98/134 kB | 37/231 kB
Progress (4): 1.8/2.9 MB | 139/332 kB | 98/134 kB | 37/231 kB
Progress (4): 1.8/2.9 MB | 139/332 kB | 102/134 kB | 37/231 kB
Progress (4): 1.8/2.9 MB | 143/332 kB | 102/134 kB | 37/231 kB
Progress (4): 1.8/2.9 MB | 143/332 kB | 102/134 kB | 37/231 kB
Progress (4): 1.8/2.9 MB | 143/332 kB | 102/134 kB | 41/231 kB
Progress (4): 1.8/2.9 MB | 143/332 kB | 102/134 kB | 41/231 kB
Progress (4): 1.8/2.9 MB | 147/332 kB | 102/134 kB | 41/231 kB
Progress (4): 1.8/2.9 MB | 147/332 kB | 106/134 kB | 41/231 kB
Progress (4): 1.8/2.9 MB | 151/332 kB | 106/134 kB | 41/231 kB
Progress (4): 1.8/2.9 MB | 151/332 kB | 106/134 kB | 41/231 kB
Progress (4): 1.8/2.9 MB | 151/332 kB | 106/134 kB | 45/231 kB
Progress (4): 1.8/2.9 MB | 151/332 kB | 106/134 kB | 45/231 kB
Progress (4): 1.8/2.9 MB | 151/332 kB | 110/134 kB | 45/231 kB
Progress (4): 1.8/2.9 MB | 155/332 kB | 110/134 kB | 45/231 kB
Progress (4): 1.8/2.9 MB | 155/332 kB | 114/134 kB | 45/231 kB
Progress (4): 1.8/2.9 MB | 155/332 kB | 114/134 kB | 45/231 kB
Progress (4): 1.8/2.9 MB | 155/332 kB | 114/134 kB | 49/231 kB
Progress (4): 1.8/2.9 MB | 155/332 kB | 114/134 kB | 49/231 kB
Progress (4): 1.8/2.9 MB | 155/332 kB | 118/134 kB | 49/231 kB
Progress (4): 1.8/2.9 MB | 159/332 kB | 118/134 kB | 49/231 kB
Progress (4): 1.8/2.9 MB | 159/332 kB | 122/134 kB | 49/231 kB
Progress (4): 1.8/2.9 MB | 159/332 kB | 122/134 kB | 49/231 kB
Progress (4): 1.8/2.9 MB | 159/332 kB | 126/134 kB | 49/231 kB
Progress (4): 1.8/2.9 MB | 159/332 kB | 126/134 kB | 53/231 kB
Progress (4): 1.8/2.9 MB | 159/332 kB | 130/134 kB | 53/231 kB
Progress (4): 1.8/2.9 MB | 159/332 kB | 130/134 kB | 53/231 kB
Progress (4): 1.8/2.9 MB | 163/332 kB | 130/134 kB | 53/231 kB
Progress (5): 1.8/2.9 MB | 163/332 kB | 130/134 kB | 53/231 kB | 4.1/8.5 kB
Progress (5): 1.8/2.9 MB | 164/332 kB | 130/134 kB | 53/231 kB | 4.1/8.5 kB
Progress (5): 1.8/2.9 MB | 164/332 kB | 130/134 kB | 53/231 kB | 4.1/8.5 kB
Progress (5): 1.8/2.9 MB | 164/332 kB | 134 kB | 53/231 kB | 4.1/8.5 kB    
Progress (5): 1.8/2.9 MB | 164/332 kB | 134 kB | 57/231 kB | 4.1/8.5 kB
Progress (5): 1.8/2.9 MB | 164/332 kB | 134 kB | 57/231 kB | 4.1/8.5 kB
Progress (5): 1.8/2.9 MB | 168/332 kB | 134 kB | 57/231 kB | 4.1/8.5 kB
Progress (5): 1.8/2.9 MB | 168/332 kB | 134 kB | 57/231 kB | 7.7/8.5 kB
Progress (5): 1.8/2.9 MB | 172/332 kB | 134 kB | 57/231 kB | 7.7/8.5 kB
Progress (5): 1.8/2.9 MB | 172/332 kB | 134 kB | 57/231 kB | 7.7/8.5 kB
Progress (5): 1.8/2.9 MB | 172/332 kB | 134 kB | 61/231 kB | 7.7/8.5 kB
Progress (5): 1.8/2.9 MB | 172/332 kB | 134 kB | 61/231 kB | 7.7/8.5 kB
Progress (5): 1.8/2.9 MB | 176/332 kB | 134 kB | 61/231 kB | 7.7/8.5 kB
Progress (5): 1.8/2.9 MB | 176/332 kB | 134 kB | 61/231 kB | 8.5 kB    
Progress (5): 1.8/2.9 MB | 180/332 kB | 134 kB | 61/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 180/332 kB | 134 kB | 61/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 180/332 kB | 134 kB | 65/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 180/332 kB | 134 kB | 65/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 184/332 kB | 134 kB | 65/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 184/332 kB | 134 kB | 66/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 184/332 kB | 134 kB | 66/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 188/332 kB | 134 kB | 66/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 188/332 kB | 134 kB | 66/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 188/332 kB | 134 kB | 70/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 192/332 kB | 134 kB | 70/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 192/332 kB | 134 kB | 74/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 192/332 kB | 134 kB | 74/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 192/332 kB | 134 kB | 78/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 196/332 kB | 134 kB | 78/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 196/332 kB | 134 kB | 82/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 196/332 kB | 134 kB | 82/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 196/332 kB | 134 kB | 86/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 196/332 kB | 134 kB | 86/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 197/332 kB | 134 kB | 86/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 197/332 kB | 134 kB | 86/231 kB | 8.5 kB
Progress (5): 1.8/2.9 MB | 197/332 kB | 134 kB | 90/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 197/332 kB | 134 kB | 90/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 201/332 kB | 134 kB | 90/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 201/332 kB | 134 kB | 90/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 201/332 kB | 134 kB | 94/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 201/332 kB | 134 kB | 94/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 205/332 kB | 134 kB | 94/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 205/332 kB | 134 kB | 94/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 205/332 kB | 134 kB | 98/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 205/332 kB | 134 kB | 98/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 209/332 kB | 134 kB | 98/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 209/332 kB | 134 kB | 98/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 209/332 kB | 134 kB | 98/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 213/332 kB | 134 kB | 98/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 213/332 kB | 134 kB | 102/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 213/332 kB | 134 kB | 102/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 213/332 kB | 134 kB | 106/231 kB | 8.5 kB
Progress (5): 1.9/2.9 MB | 217/332 kB | 134 kB | 106/231 kB | 8.5 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 217 kB/s)
Progress (4): 1.9/2.9 MB | 221/332 kB | 106/231 kB | 8.5 kB
Progress (4): 1.9/2.9 MB | 221/332 kB | 110/231 kB | 8.5 kB
Progress (4): 1.9/2.9 MB | 225/332 kB | 110/231 kB | 8.5 kB
Progress (4): 1.9/2.9 MB | 225/332 kB | 110/231 kB | 8.5 kB
Progress (4): 1.9/2.9 MB | 229/332 kB | 110/231 kB | 8.5 kB
Progress (4): 1.9/2.9 MB | 229/332 kB | 114/231 kB | 8.5 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Progress (4): 1.9/2.9 MB | 229/332 kB | 118/231 kB | 8.5 kB
Progress (4): 1.9/2.9 MB | 229/332 kB | 118/231 kB | 8.5 kB
Progress (4): 1.9/2.9 MB | 229/332 kB | 118/231 kB | 8.5 kB
Progress (4): 1.9/2.9 MB | 233/332 kB | 118/231 kB | 8.5 kB
Progress (4): 1.9/2.9 MB | 233/332 kB | 122/231 kB | 8.5 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 14 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Progress (3): 1.9/2.9 MB | 233/332 kB | 126/231 kB
Progress (3): 1.9/2.9 MB | 237/332 kB | 126/231 kB
Progress (3): 1.9/2.9 MB | 237/332 kB | 126/231 kB
Progress (3): 1.9/2.9 MB | 237/332 kB | 130/231 kB
Progress (3): 1.9/2.9 MB | 241/332 kB | 130/231 kB
Progress (3): 1.9/2.9 MB | 241/332 kB | 130/231 kB
Progress (3): 1.9/2.9 MB | 245/332 kB | 130/231 kB
Progress (3): 1.9/2.9 MB | 245/332 kB | 134/231 kB
Progress (4): 1.9/2.9 MB | 245/332 kB | 134/231 kB | 4.1/10 kB
Progress (4): 1.9/2.9 MB | 245/332 kB | 134/231 kB | 4.1/10 kB
Progress (4): 1.9/2.9 MB | 245/332 kB | 134/231 kB | 7.7/10 kB
Progress (4): 1.9/2.9 MB | 245/332 kB | 134/231 kB | 7.7/10 kB
Progress (4): 1.9/2.9 MB | 245/332 kB | 138/231 kB | 7.7/10 kB
Progress (4): 1.9/2.9 MB | 249/332 kB | 138/231 kB | 7.7/10 kB
Progress (4): 1.9/2.9 MB | 249/332 kB | 142/231 kB | 7.7/10 kB
Progress (4): 1.9/2.9 MB | 249/332 kB | 142/231 kB | 7.7/10 kB
Progress (4): 1.9/2.9 MB | 249/332 kB | 142/231 kB | 10 kB    
Progress (4): 1.9/2.9 MB | 249/332 kB | 146/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 253/332 kB | 146/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 253/332 kB | 146/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 253/332 kB | 150/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 253/332 kB | 150/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 257/332 kB | 150/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 257/332 kB | 154/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 261/332 kB | 154/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 261/332 kB | 154/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 262/332 kB | 154/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 262/332 kB | 158/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 262/332 kB | 158/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 262/332 kB | 162/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 266/332 kB | 162/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 266/332 kB | 162/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 270/332 kB | 162/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 270/332 kB | 166/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 270/332 kB | 166/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 270/332 kB | 170/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 274/332 kB | 170/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 274/332 kB | 174/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 274/332 kB | 174/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 274/332 kB | 178/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 278/332 kB | 178/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 278/332 kB | 182/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 278/332 kB | 182/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 278/332 kB | 186/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 282/332 kB | 186/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 282/332 kB | 190/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 282/332 kB | 190/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 282/332 kB | 194/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 286/332 kB | 194/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 286/332 kB | 198/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 286/332 kB | 198/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 286/332 kB | 202/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 286/332 kB | 202/231 kB | 10 kB
Progress (4): 1.9/2.9 MB | 290/332 kB | 202/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 290/332 kB | 202/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 290/332 kB | 206/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 290/332 kB | 206/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 294/332 kB | 206/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 294/332 kB | 206/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 294/332 kB | 210/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 295/332 kB | 210/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 295/332 kB | 214/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 295/332 kB | 214/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 295/332 kB | 218/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 299/332 kB | 218/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 299/332 kB | 222/231 kB | 10 kB
Progress (4): 2.0/2.9 MB | 299/332 kB | 222/231 kB | 10 kB
Progress (5): 2.0/2.9 MB | 299/332 kB | 222/231 kB | 10 kB | 4.1/47 kB
Progress (5): 2.0/2.9 MB | 299/332 kB | 226/231 kB | 10 kB | 4.1/47 kB
Progress (5): 2.0/2.9 MB | 303/332 kB | 226/231 kB | 10 kB | 4.1/47 kB
Progress (5): 2.0/2.9 MB | 303/332 kB | 230/231 kB | 10 kB | 4.1/47 kB
Progress (5): 2.0/2.9 MB | 303/332 kB | 230/231 kB | 10 kB | 7.7/47 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 14 kB/s)
Progress (4): 2.0/2.9 MB | 303/332 kB | 230/231 kB | 7.7/47 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Progress (4): 2.0/2.9 MB | 303/332 kB | 230/231 kB | 12/47 kB
Progress (4): 2.0/2.9 MB | 307/332 kB | 230/231 kB | 12/47 kB
Progress (4): 2.0/2.9 MB | 307/332 kB | 231 kB | 12/47 kB    
Progress (4): 2.0/2.9 MB | 311/332 kB | 231 kB | 12/47 kB
Progress (4): 2.0/2.9 MB | 311/332 kB | 231 kB | 16/47 kB
Progress (4): 2.0/2.9 MB | 311/332 kB | 231 kB | 16/47 kB
Progress (4): 2.0/2.9 MB | 315/332 kB | 231 kB | 16/47 kB
Progress (4): 2.0/2.9 MB | 315/332 kB | 231 kB | 20/47 kB
Progress (4): 2.0/2.9 MB | 319/332 kB | 231 kB | 20/47 kB
Progress (4): 2.0/2.9 MB | 319/332 kB | 231 kB | 20/47 kB
Progress (4): 2.0/2.9 MB | 319/332 kB | 231 kB | 24/47 kB
Progress (4): 2.0/2.9 MB | 323/332 kB | 231 kB | 24/47 kB
Progress (4): 2.0/2.9 MB | 323/332 kB | 231 kB | 24/47 kB
Progress (4): 2.0/2.9 MB | 327/332 kB | 231 kB | 24/47 kB
Progress (4): 2.0/2.9 MB | 327/332 kB | 231 kB | 28/47 kB
Progress (4): 2.0/2.9 MB | 331/332 kB | 231 kB | 28/47 kB
Progress (4): 2.0/2.9 MB | 331/332 kB | 231 kB | 28/47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 28/47 kB    
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 32/47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 32/47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 36/47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 36/47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 40/47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 40/47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 44/47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 44/47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB   
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.0/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.1/2.9 MB | 332 kB | 231 kB | 47 kB
Progress (4): 2.2/2.9 MB | 332 kB | 231 kB | 47 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 467 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 325 kB/s)
Progress (2): 2.2/2.9 MB | 47 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Progress (3): 2.2/2.9 MB | 47 kB | 4.1/55 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 65 kB/s)
Progress (2): 2.2/2.9 MB | 4.1/55 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Progress (2): 2.2/2.9 MB | 7.7/55 kB
Progress (2): 2.2/2.9 MB | 7.7/55 kB
Progress (2): 2.2/2.9 MB | 12/55 kB 
Progress (2): 2.2/2.9 MB | 12/55 kB
Progress (2): 2.2/2.9 MB | 16/55 kB
Progress (2): 2.2/2.9 MB | 16/55 kB
Progress (2): 2.2/2.9 MB | 20/55 kB
Progress (2): 2.2/2.9 MB | 20/55 kB
Progress (2): 2.2/2.9 MB | 24/55 kB
Progress (2): 2.2/2.9 MB | 24/55 kB
Progress (2): 2.2/2.9 MB | 28/55 kB
Progress (2): 2.2/2.9 MB | 28/55 kB
Progress (2): 2.2/2.9 MB | 32/55 kB
Progress (2): 2.2/2.9 MB | 32/55 kB
Progress (2): 2.2/2.9 MB | 36/55 kB
Progress (2): 2.2/2.9 MB | 36/55 kB
Progress (2): 2.2/2.9 MB | 40/55 kB
Progress (2): 2.2/2.9 MB | 40/55 kB
Progress (2): 2.2/2.9 MB | 44/55 kB
Progress (2): 2.2/2.9 MB | 44/55 kB
Progress (2): 2.2/2.9 MB | 48/55 kB
Progress (2): 2.2/2.9 MB | 48/55 kB
Progress (2): 2.2/2.9 MB | 52/55 kB
Progress (2): 2.2/2.9 MB | 52/55 kB
Progress (2): 2.2/2.9 MB | 55 kB   
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.2/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.3/2.9 MB | 55 kB
Progress (2): 2.4/2.9 MB | 55 kB
Progress (2): 2.4/2.9 MB | 55 kB
Progress (2): 2.4/2.9 MB | 55 kB
Progress (2): 2.4/2.9 MB | 55 kB
Progress (2): 2.4/2.9 MB | 55 kB
Progress (2): 2.4/2.9 MB | 55 kB
Progress (2): 2.4/2.9 MB | 55 kB
Progress (2): 2.4/2.9 MB | 55 kB
Progress (2): 2.4/2.9 MB | 55 kB
Progress (3): 2.4/2.9 MB | 55 kB | 4.1/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 4.1/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 7.7/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 7.7/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 12/237 kB 
Progress (3): 2.4/2.9 MB | 55 kB | 12/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 12/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 12/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 12/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 12/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 12/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 12/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 16/237 kB
Progress (3): 2.4/2.9 MB | 55 kB | 16/237 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 70 kB/s)
Progress (2): 2.4/2.9 MB | 16/237 kB
Progress (3): 2.4/2.9 MB | 16/237 kB | 4.1/7.7 kB
Progress (3): 2.4/2.9 MB | 20/237 kB | 4.1/7.7 kB
Progress (4): 2.4/2.9 MB | 20/237 kB | 4.1/7.7 kB | 4.1/11 kB
Progress (4): 2.4/2.9 MB | 24/237 kB | 4.1/7.7 kB | 4.1/11 kB
Progress (4): 2.4/2.9 MB | 24/237 kB | 7.7 kB | 4.1/11 kB    
Progress (4): 2.4/2.9 MB | 24/237 kB | 7.7 kB | 4.1/11 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Progress (4): 2.4/2.9 MB | 24/237 kB | 7.7 kB | 4.1/11 kB
Progress (4): 2.4/2.9 MB | 28/237 kB | 7.7 kB | 4.1/11 kB
Progress (4): 2.4/2.9 MB | 28/237 kB | 7.7 kB | 7.7/11 kB
Progress (4): 2.4/2.9 MB | 32/237 kB | 7.7 kB | 7.7/11 kB
Progress (4): 2.4/2.9 MB | 32/237 kB | 7.7 kB | 7.7/11 kB
Progress (4): 2.4/2.9 MB | 33/237 kB | 7.7 kB | 7.7/11 kB
Progress (4): 2.4/2.9 MB | 33/237 kB | 7.7 kB | 11 kB    
Progress (4): 2.4/2.9 MB | 33/237 kB | 7.7 kB | 11 kB
Progress (4): 2.4/2.9 MB | 37/237 kB | 7.7 kB | 11 kB
Progress (4): 2.4/2.9 MB | 37/237 kB | 7.7 kB | 11 kB
Progress (4): 2.4/2.9 MB | 41/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 41/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 45/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 45/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 49/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 49/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 53/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 53/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 57/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 57/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 61/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 61/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 65/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 66/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 66/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 70/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 70/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 74/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 74/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 78/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 78/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 82/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 82/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 86/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 86/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 90/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 90/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 94/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 94/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 98/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 98/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 98/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 102/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 102/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 106/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 106/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 110/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 110/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 114/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 114/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 118/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 118/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 122/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 122/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 126/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 126/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 130/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 130/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 131/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 131/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 135/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 135/237 kB | 7.7 kB | 11 kB
Progress (4): 2.5/2.9 MB | 139/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 139/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 143/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 143/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 147/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 147/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 151/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 151/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 155/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 155/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 159/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 159/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 163/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 163/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 164/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 164/237 kB | 7.7 kB | 11 kB
Progress (4): 2.6/2.9 MB | 168/237 kB | 7.7 kB | 11 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 9.6 kB/s)
Progress (3): 2.6/2.9 MB | 172/237 kB | 11 kB
Progress (3): 2.6/2.9 MB | 172/237 kB | 11 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 13 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
Progress (3): 2.6/2.9 MB | 172/237 kB | 4.1/392 kB
Progress (3): 2.6/2.9 MB | 172/237 kB | 4.1/392 kB
Progress (3): 2.6/2.9 MB | 176/237 kB | 4.1/392 kB
Progress (3): 2.6/2.9 MB | 176/237 kB | 4.1/392 kB
Progress (3): 2.6/2.9 MB | 176/237 kB | 7.7/392 kB
Progress (3): 2.6/2.9 MB | 180/237 kB | 7.7/392 kB
Progress (3): 2.6/2.9 MB | 180/237 kB | 7.7/392 kB
Progress (3): 2.6/2.9 MB | 180/237 kB | 12/392 kB 
Progress (3): 2.6/2.9 MB | 180/237 kB | 12/392 kB
Progress (3): 2.6/2.9 MB | 184/237 kB | 12/392 kB
Progress (3): 2.6/2.9 MB | 184/237 kB | 16/392 kB
Progress (3): 2.6/2.9 MB | 188/237 kB | 16/392 kB
Progress (3): 2.6/2.9 MB | 188/237 kB | 16/392 kB
Progress (3): 2.6/2.9 MB | 188/237 kB | 20/392 kB
Progress (3): 2.6/2.9 MB | 188/237 kB | 20/392 kB
Progress (3): 2.6/2.9 MB | 192/237 kB | 20/392 kB
Progress (3): 2.6/2.9 MB | 192/237 kB | 24/392 kB
Progress (3): 2.6/2.9 MB | 192/237 kB | 24/392 kB
Progress (3): 2.6/2.9 MB | 196/237 kB | 24/392 kB
Progress (3): 2.6/2.9 MB | 196/237 kB | 24/392 kB
Progress (3): 2.6/2.9 MB | 196/237 kB | 28/392 kB
Progress (3): 2.6/2.9 MB | 197/237 kB | 28/392 kB
Progress (3): 2.6/2.9 MB | 197/237 kB | 32/392 kB
Progress (3): 2.6/2.9 MB | 197/237 kB | 32/392 kB
Progress (3): 2.6/2.9 MB | 197/237 kB | 33/392 kB
Progress (3): 2.6/2.9 MB | 201/237 kB | 33/392 kB
Progress (3): 2.6/2.9 MB | 201/237 kB | 33/392 kB
Progress (3): 2.6/2.9 MB | 205/237 kB | 33/392 kB
Progress (3): 2.6/2.9 MB | 205/237 kB | 37/392 kB
Progress (3): 2.6/2.9 MB | 205/237 kB | 37/392 kB
Progress (3): 2.6/2.9 MB | 205/237 kB | 41/392 kB
Progress (3): 2.6/2.9 MB | 209/237 kB | 41/392 kB
Progress (3): 2.6/2.9 MB | 209/237 kB | 41/392 kB
Progress (3): 2.6/2.9 MB | 213/237 kB | 41/392 kB
Progress (3): 2.6/2.9 MB | 213/237 kB | 45/392 kB
Progress (3): 2.6/2.9 MB | 213/237 kB | 45/392 kB
Progress (3): 2.6/2.9 MB | 213/237 kB | 49/392 kB
Progress (3): 2.6/2.9 MB | 217/237 kB | 49/392 kB
Progress (3): 2.6/2.9 MB | 217/237 kB | 49/392 kB
Progress (3): 2.6/2.9 MB | 221/237 kB | 49/392 kB
Progress (3): 2.6/2.9 MB | 221/237 kB | 53/392 kB
Progress (3): 2.6/2.9 MB | 221/237 kB | 53/392 kB
Progress (3): 2.6/2.9 MB | 221/237 kB | 57/392 kB
Progress (3): 2.6/2.9 MB | 225/237 kB | 57/392 kB
Progress (3): 2.6/2.9 MB | 225/237 kB | 57/392 kB
Progress (3): 2.6/2.9 MB | 225/237 kB | 61/392 kB
Progress (3): 2.6/2.9 MB | 229/237 kB | 61/392 kB
Progress (3): 2.6/2.9 MB | 229/237 kB | 65/392 kB
Progress (3): 2.7/2.9 MB | 229/237 kB | 65/392 kB
Progress (3): 2.7/2.9 MB | 229/237 kB | 66/392 kB
Progress (3): 2.7/2.9 MB | 233/237 kB | 66/392 kB
Progress (3): 2.7/2.9 MB | 233/237 kB | 70/392 kB
Progress (3): 2.7/2.9 MB | 233/237 kB | 70/392 kB
Progress (3): 2.7/2.9 MB | 233/237 kB | 74/392 kB
Progress (3): 2.7/2.9 MB | 237/237 kB | 74/392 kB
Progress (3): 2.7/2.9 MB | 237/237 kB | 74/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 74/392 kB    
Progress (3): 2.7/2.9 MB | 237 kB | 78/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 78/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 82/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 82/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 86/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 86/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 90/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 90/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 94/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 94/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 98/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 98/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 98/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 98/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 102/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 102/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 106/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 106/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 110/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 110/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 114/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 114/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 118/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 118/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 122/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 122/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 126/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 126/392 kB
Progress (3): 2.7/2.9 MB | 237 kB | 130/392 kB
Progress (4): 2.7/2.9 MB | 237 kB | 130/392 kB | 4.1/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 131/392 kB | 4.1/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 131/392 kB | 4.1/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 131/392 kB | 7.7/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 131/392 kB | 7.7/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 135/392 kB | 7.7/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 135/392 kB | 7.7/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 135/392 kB | 12/208 kB 
Progress (4): 2.7/2.9 MB | 237 kB | 139/392 kB | 12/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 139/392 kB | 16/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 143/392 kB | 16/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 143/392 kB | 16/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 147/392 kB | 16/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 147/392 kB | 20/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 147/392 kB | 20/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 147/392 kB | 24/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 151/392 kB | 24/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 151/392 kB | 24/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 155/392 kB | 24/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 155/392 kB | 28/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 155/392 kB | 28/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 155/392 kB | 32/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 159/392 kB | 32/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 159/392 kB | 33/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 159/392 kB | 33/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 159/392 kB | 37/208 kB
Progress (4): 2.7/2.9 MB | 237 kB | 163/392 kB | 37/208 kB
Progress (5): 2.7/2.9 MB | 237 kB | 163/392 kB | 37/208 kB | 4.1/65 kB
Progress (5): 2.7/2.9 MB | 237 kB | 163/392 kB | 41/208 kB | 4.1/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 163/392 kB | 41/208 kB | 4.1/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 163/392 kB | 45/208 kB | 4.1/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 163/392 kB | 45/208 kB | 4.1/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 163/392 kB | 45/208 kB | 7.7/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 164/392 kB | 45/208 kB | 7.7/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 164/392 kB | 45/208 kB | 7.7/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 164/392 kB | 49/208 kB | 7.7/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 164/392 kB | 49/208 kB | 7.7/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 168/392 kB | 49/208 kB | 7.7/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 168/392 kB | 49/208 kB | 12/65 kB 
Progress (5): 2.8/2.9 MB | 237 kB | 172/392 kB | 49/208 kB | 12/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 172/392 kB | 49/208 kB | 12/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 172/392 kB | 53/208 kB | 12/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 172/392 kB | 53/208 kB | 12/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 176/392 kB | 53/208 kB | 12/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 176/392 kB | 53/208 kB | 16/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 180/392 kB | 53/208 kB | 16/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 180/392 kB | 53/208 kB | 20/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 180/392 kB | 53/208 kB | 20/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 180/392 kB | 57/208 kB | 20/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 180/392 kB | 57/208 kB | 20/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 180/392 kB | 57/208 kB | 24/65 kB
Progress (5): 2.8/2.9 MB | 237 kB | 184/392 kB | 57/208 kB | 24/65 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 291 kB/s)
Progress (4): 2.8/2.9 MB | 188/392 kB | 57/208 kB | 24/65 kB
Progress (4): 2.8/2.9 MB | 188/392 kB | 57/208 kB | 28/65 kB
Progress (4): 2.8/2.9 MB | 192/392 kB | 57/208 kB | 28/65 kB
Progress (4): 2.8/2.9 MB | 192/392 kB | 57/208 kB | 28/65 kB
Progress (4): 2.8/2.9 MB | 192/392 kB | 61/208 kB | 28/65 kB
Progress (4): 2.8/2.9 MB | 192/392 kB | 61/208 kB | 28/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 28/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 32/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 36/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 40/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 44/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 48/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 52/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 56/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 60/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 64/65 kB
Progress (4): 2.8/2.9 MB | 196/392 kB | 61/208 kB | 65 kB   
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Progress (4): 2.8/2.9 MB | 197/392 kB | 61/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 197/392 kB | 61/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 197/392 kB | 65/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 197/392 kB | 65/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 201/392 kB | 65/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 201/392 kB | 65/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 201/392 kB | 66/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 205/392 kB | 66/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 205/392 kB | 66/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 209/392 kB | 66/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 209/392 kB | 70/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 213/392 kB | 70/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 213/392 kB | 70/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 217/392 kB | 70/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 217/392 kB | 74/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 221/392 kB | 74/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 221/392 kB | 74/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 225/392 kB | 74/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 225/392 kB | 78/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 229/392 kB | 78/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 229/392 kB | 78/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 229/392 kB | 78/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 229/392 kB | 82/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 233/392 kB | 82/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 233/392 kB | 82/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 237/392 kB | 82/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 237/392 kB | 86/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 237/392 kB | 86/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 237/392 kB | 90/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 241/392 kB | 90/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 241/392 kB | 90/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 245/392 kB | 90/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 245/392 kB | 94/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 245/392 kB | 94/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 245/392 kB | 98/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 249/392 kB | 98/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 249/392 kB | 98/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 249/392 kB | 98/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 249/392 kB | 102/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 253/392 kB | 102/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 253/392 kB | 106/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 253/392 kB | 106/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 253/392 kB | 110/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 253/392 kB | 110/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 257/392 kB | 110/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 257/392 kB | 110/208 kB | 65 kB
Progress (4): 2.8/2.9 MB | 257/392 kB | 114/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 257/392 kB | 114/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 261/392 kB | 114/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 261/392 kB | 114/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 261/392 kB | 118/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 265/392 kB | 118/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 265/392 kB | 122/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 265/392 kB | 122/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 265/392 kB | 126/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 269/392 kB | 126/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 269/392 kB | 130/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 269/392 kB | 130/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 269/392 kB | 131/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 269/392 kB | 131/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 269/392 kB | 135/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 273/392 kB | 135/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 273/392 kB | 139/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 273/392 kB | 139/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 273/392 kB | 143/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 273/392 kB | 143/208 kB | 65 kB
Progress (4): 2.9/2.9 MB | 277/392 kB | 143/208 kB | 65 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 73 kB/s)
Progress (3): 2.9/2.9 MB | 281/392 kB | 143/208 kB
Progress (3): 2.9/2.9 MB | 281/392 kB | 143/208 kB
Progress (3): 2.9/2.9 MB | 281/392 kB | 147/208 kB
Progress (3): 2.9/2.9 MB | 285/392 kB | 147/208 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Progress (3): 2.9/2.9 MB | 289/392 kB | 147/208 kB
Progress (3): 2.9/2.9 MB | 289/392 kB | 151/208 kB
Progress (3): 2.9/2.9 MB | 289/392 kB | 151/208 kB
Progress (3): 2.9/2.9 MB | 289/392 kB | 155/208 kB
Progress (3): 2.9/2.9 MB | 293/392 kB | 155/208 kB
Progress (4): 2.9/2.9 MB | 293/392 kB | 155/208 kB | 4.1/49 kB
Progress (4): 2.9/2.9 MB | 295/392 kB | 155/208 kB | 4.1/49 kB
Progress (4): 2.9/2.9 MB | 295/392 kB | 159/208 kB | 4.1/49 kB
Progress (4): 2.9/2.9 MB | 295/392 kB | 159/208 kB | 4.1/49 kB
Progress (4): 2.9/2.9 MB | 295/392 kB | 163/208 kB | 4.1/49 kB
Progress (4): 2.9/2.9 MB | 299/392 kB | 163/208 kB | 4.1/49 kB
Progress (4): 2.9/2.9 MB | 299/392 kB | 163/208 kB | 7.7/49 kB
Progress (4): 2.9/2.9 MB | 303/392 kB | 163/208 kB | 7.7/49 kB
Progress (4): 2.9/2.9 MB | 303/392 kB | 164/208 kB | 7.7/49 kB
Progress (4): 2.9/2.9 MB | 307/392 kB | 164/208 kB | 7.7/49 kB
Progress (4): 2.9/2.9 MB | 307/392 kB | 164/208 kB | 7.7/49 kB
Progress (4): 2.9/2.9 MB | 311/392 kB | 164/208 kB | 7.7/49 kB
Progress (4): 2.9/2.9 MB | 311/392 kB | 168/208 kB | 7.7/49 kB
Progress (4): 2.9/2.9 MB | 311/392 kB | 168/208 kB | 12/49 kB 
Progress (4): 2.9/2.9 MB | 311/392 kB | 172/208 kB | 12/49 kB
Progress (4): 2.9/2.9 MB | 315/392 kB | 172/208 kB | 12/49 kB
Progress (4): 2.9/2.9 MB | 315/392 kB | 176/208 kB | 12/49 kB
Progress (4): 2.9/2.9 MB | 315/392 kB | 176/208 kB | 12/49 kB
Progress (4): 2.9/2.9 MB | 315/392 kB | 180/208 kB | 12/49 kB
Progress (4): 2.9/2.9 MB | 319/392 kB | 180/208 kB | 12/49 kB
Progress (4): 2.9/2.9 MB | 319/392 kB | 184/208 kB | 12/49 kB
Progress (4): 2.9/2.9 MB | 319/392 kB | 184/208 kB | 16/49 kB
Progress (4): 2.9/2.9 MB | 319/392 kB | 188/208 kB | 16/49 kB
Progress (4): 2.9/2.9 MB | 323/392 kB | 188/208 kB | 16/49 kB
Progress (4): 2.9 MB | 323/392 kB | 188/208 kB | 16/49 kB    
Progress (4): 2.9 MB | 327/392 kB | 188/208 kB | 16/49 kB
Progress (4): 2.9 MB | 327/392 kB | 192/208 kB | 16/49 kB
Progress (4): 2.9 MB | 327/392 kB | 192/208 kB | 20/49 kB
Progress (4): 2.9 MB | 327/392 kB | 196/208 kB | 20/49 kB
Progress (4): 2.9 MB | 331/392 kB | 196/208 kB | 20/49 kB
Progress (4): 2.9 MB | 331/392 kB | 200/208 kB | 20/49 kB
Progress (4): 2.9 MB | 331/392 kB | 200/208 kB | 24/49 kB
Progress (4): 2.9 MB | 331/392 kB | 204/208 kB | 24/49 kB
Progress (4): 2.9 MB | 335/392 kB | 204/208 kB | 24/49 kB
Progress (4): 2.9 MB | 335/392 kB | 208 kB | 24/49 kB    
Progress (4): 2.9 MB | 335/392 kB | 208 kB | 28/49 kB
Progress (4): 2.9 MB | 339/392 kB | 208 kB | 28/49 kB
Progress (4): 2.9 MB | 339/392 kB | 208 kB | 32/49 kB
Progress (4): 2.9 MB | 343/392 kB | 208 kB | 32/49 kB
Progress (4): 2.9 MB | 343/392 kB | 208 kB | 36/49 kB
Progress (4): 2.9 MB | 347/392 kB | 208 kB | 36/49 kB
Progress (4): 2.9 MB | 347/392 kB | 208 kB | 40/49 kB
Progress (4): 2.9 MB | 351/392 kB | 208 kB | 40/49 kB
Progress (4): 2.9 MB | 351/392 kB | 208 kB | 44/49 kB
Progress (4): 2.9 MB | 355/392 kB | 208 kB | 44/49 kB
Progress (4): 2.9 MB | 355/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 359/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 363/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 367/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 371/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 375/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 379/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 383/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 387/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 391/392 kB | 208 kB | 48/49 kB
Progress (4): 2.9 MB | 392 kB | 208 kB | 48/49 kB    
Progress (5): 2.9 MB | 392 kB | 208 kB | 48/49 kB | 4.1/571 kB
Progress (5): 2.9 MB | 392 kB | 208 kB | 48/49 kB | 7.7/571 kB
Progress (5): 2.9 MB | 392 kB | 208 kB | 48/49 kB | 12/571 kB 
Progress (5): 2.9 MB | 392 kB | 208 kB | 48/49 kB | 16/571 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 228 kB/s)
Progress (4): 2.9 MB | 392 kB | 48/49 kB | 20/571 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar (2.9 MB at 3.2 MB/s)
Progress (3): 392 kB | 48/49 kB | 24/571 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Progress (3): 392 kB | 48/49 kB | 28/571 kB
Progress (3): 392 kB | 48/49 kB | 32/571 kB
Progress (3): 392 kB | 48/49 kB | 36/571 kB
Progress (3): 392 kB | 48/49 kB | 40/571 kB
Progress (3): 392 kB | 48/49 kB | 44/571 kB
Progress (3): 392 kB | 48/49 kB | 48/571 kB
Progress (3): 392 kB | 48/49 kB | 52/571 kB
Progress (3): 392 kB | 48/49 kB | 56/571 kB
Progress (3): 392 kB | 48/49 kB | 60/571 kB
Progress (3): 392 kB | 48/49 kB | 64/571 kB
Progress (3): 392 kB | 48/49 kB | 66/571 kB
Progress (3): 392 kB | 48/49 kB | 70/571 kB
Progress (3): 392 kB | 48/49 kB | 74/571 kB
Progress (3): 392 kB | 48/49 kB | 78/571 kB
Progress (3): 392 kB | 48/49 kB | 82/571 kB
Progress (3): 392 kB | 48/49 kB | 86/571 kB
Progress (3): 392 kB | 48/49 kB | 90/571 kB
Progress (3): 392 kB | 48/49 kB | 94/571 kB
Progress (3): 392 kB | 48/49 kB | 98/571 kB
Progress (3): 392 kB | 48/49 kB | 98/571 kB
Progress (3): 392 kB | 48/49 kB | 102/571 kB
Progress (3): 392 kB | 48/49 kB | 106/571 kB
Progress (3): 392 kB | 48/49 kB | 110/571 kB
Progress (3): 392 kB | 48/49 kB | 114/571 kB
Progress (3): 392 kB | 48/49 kB | 118/571 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 427 kB/s)
Progress (2): 48/49 kB | 122/571 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Progress (2): 48/49 kB | 126/571 kB
Progress (2): 48/49 kB | 130/571 kB
Progress (2): 48/49 kB | 134/571 kB
Progress (2): 48/49 kB | 138/571 kB
Progress (2): 48/49 kB | 142/571 kB
Progress (2): 48/49 kB | 146/571 kB
Progress (2): 48/49 kB | 150/571 kB
Progress (2): 48/49 kB | 154/571 kB
Progress (3): 48/49 kB | 154/571 kB | 4.1/47 kB
Progress (3): 48/49 kB | 158/571 kB | 4.1/47 kB
Progress (3): 48/49 kB | 158/571 kB | 7.7/47 kB
Progress (3): 48/49 kB | 162/571 kB | 7.7/47 kB
Progress (3): 48/49 kB | 162/571 kB | 12/47 kB 
Progress (3): 48/49 kB | 166/571 kB | 12/47 kB
Progress (3): 48/49 kB | 166/571 kB | 16/47 kB
Progress (3): 48/49 kB | 170/571 kB | 16/47 kB
Progress (3): 48/49 kB | 170/571 kB | 20/47 kB
Progress (3): 48/49 kB | 174/571 kB | 20/47 kB
Progress (3): 48/49 kB | 174/571 kB | 24/47 kB
Progress (3): 48/49 kB | 178/571 kB | 24/47 kB
Progress (3): 48/49 kB | 178/571 kB | 28/47 kB
Progress (3): 48/49 kB | 182/571 kB | 28/47 kB
Progress (4): 48/49 kB | 182/571 kB | 28/47 kB | 4.1/19 kB
Progress (4): 48/49 kB | 182/571 kB | 32/47 kB | 4.1/19 kB
Progress (4): 48/49 kB | 182/571 kB | 32/47 kB | 7.7/19 kB
Progress (4): 48/49 kB | 186/571 kB | 32/47 kB | 7.7/19 kB
Progress (4): 48/49 kB | 186/571 kB | 36/47 kB | 7.7/19 kB
Progress (4): 48/49 kB | 190/571 kB | 36/47 kB | 7.7/19 kB
Progress (4): 48/49 kB | 190/571 kB | 40/47 kB | 7.7/19 kB
Progress (5): 48/49 kB | 190/571 kB | 40/47 kB | 7.7/19 kB | 4.1/28 kB
Progress (5): 48/49 kB | 190/571 kB | 44/47 kB | 7.7/19 kB | 4.1/28 kB
Progress (5): 48/49 kB | 194/571 kB | 44/47 kB | 7.7/19 kB | 4.1/28 kB
Progress (5): 48/49 kB | 194/571 kB | 44/47 kB | 12/19 kB | 4.1/28 kB 
Progress (5): 48/49 kB | 198/571 kB | 44/47 kB | 12/19 kB | 4.1/28 kB
Progress (5): 48/49 kB | 198/571 kB | 47 kB | 12/19 kB | 4.1/28 kB   
Progress (5): 48/49 kB | 198/571 kB | 47 kB | 12/19 kB | 7.7/28 kB
Progress (5): 48/49 kB | 202/571 kB | 47 kB | 12/19 kB | 7.7/28 kB
Progress (5): 48/49 kB | 202/571 kB | 47 kB | 12/19 kB | 12/28 kB 
Progress (5): 48/49 kB | 202/571 kB | 47 kB | 16/19 kB | 12/28 kB
Progress (5): 48/49 kB | 202/571 kB | 47 kB | 16/19 kB | 16/28 kB
Progress (5): 48/49 kB | 206/571 kB | 47 kB | 16/19 kB | 16/28 kB
Progress (5): 48/49 kB | 206/571 kB | 47 kB | 16/19 kB | 20/28 kB
Progress (5): 48/49 kB | 206/571 kB | 47 kB | 19 kB | 20/28 kB   
Progress (5): 48/49 kB | 206/571 kB | 47 kB | 19 kB | 24/28 kB
Progress (5): 48/49 kB | 210/571 kB | 47 kB | 19 kB | 24/28 kB
Progress (5): 48/49 kB | 210/571 kB | 47 kB | 19 kB | 28/28 kB
Progress (5): 48/49 kB | 214/571 kB | 47 kB | 19 kB | 28/28 kB
Progress (5): 48/49 kB | 214/571 kB | 47 kB | 19 kB | 28 kB   
Progress (5): 48/49 kB | 218/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 222/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 226/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 230/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 234/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 238/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 242/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 246/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 250/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 254/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 258/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 262/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 266/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 270/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 274/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 278/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 282/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 286/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 290/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 294/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 298/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 302/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 306/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 310/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 314/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 318/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 322/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 326/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 330/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 334/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 338/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 342/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 346/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 350/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 354/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 358/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 362/571 kB | 47 kB | 19 kB | 28 kB
Progress (5): 48/49 kB | 366/571 kB | 47 kB | 19 kB | 28 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 28 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 47 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar
Progress (3): 48/49 kB | 370/571 kB | 19 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 19 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Progress (2): 48/49 kB | 374/571 kB
Progress (2): 48/49 kB | 378/571 kB
Progress (2): 48/49 kB | 382/571 kB
Progress (2): 48/49 kB | 386/571 kB
Progress (2): 48/49 kB | 390/571 kB
Progress (2): 48/49 kB | 394/571 kB
Progress (2): 48/49 kB | 398/571 kB
Progress (2): 48/49 kB | 402/571 kB
Progress (2): 48/49 kB | 406/571 kB
Progress (2): 48/49 kB | 410/571 kB
Progress (2): 48/49 kB | 414/571 kB
Progress (2): 48/49 kB | 418/571 kB
Progress (2): 48/49 kB | 422/571 kB
Progress (2): 48/49 kB | 426/571 kB
Progress (2): 48/49 kB | 430/571 kB
Progress (2): 48/49 kB | 434/571 kB
Progress (2): 48/49 kB | 438/571 kB
Progress (2): 48/49 kB | 442/571 kB
Progress (2): 48/49 kB | 446/571 kB
Progress (2): 48/49 kB | 450/571 kB
Progress (2): 48/49 kB | 454/571 kB
Progress (2): 48/49 kB | 458/571 kB
Progress (2): 48/49 kB | 462/571 kB
Progress (2): 48/49 kB | 466/571 kB
Progress (2): 48/49 kB | 470/571 kB
Progress (2): 48/49 kB | 474/571 kB
Progress (2): 48/49 kB | 478/571 kB
Progress (2): 48/49 kB | 482/571 kB
Progress (2): 48/49 kB | 486/571 kB
Progress (2): 48/49 kB | 490/571 kB
Progress (2): 48/49 kB | 494/571 kB
Progress (2): 48/49 kB | 498/571 kB
Progress (2): 48/49 kB | 502/571 kB
Progress (2): 48/49 kB | 506/571 kB
Progress (2): 48/49 kB | 510/571 kB
Progress (2): 48/49 kB | 514/571 kB
Progress (2): 48/49 kB | 518/571 kB
Progress (2): 48/49 kB | 522/571 kB
Progress (2): 48/49 kB | 526/571 kB
Progress (2): 48/49 kB | 530/571 kB
Progress (2): 48/49 kB | 534/571 kB
Progress (2): 48/49 kB | 538/571 kB
Progress (2): 48/49 kB | 542/571 kB
Progress (2): 48/49 kB | 546/571 kB
Progress (2): 48/49 kB | 550/571 kB
Progress (2): 48/49 kB | 554/571 kB
Progress (2): 48/49 kB | 558/571 kB
Progress (2): 48/49 kB | 562/571 kB
Progress (2): 48/49 kB | 566/571 kB
Progress (2): 48/49 kB | 570/571 kB
Progress (2): 48/49 kB | 571 kB    
Progress (3): 48/49 kB | 571 kB | 4.1/13 kB
Progress (3): 48/49 kB | 571 kB | 7.7/13 kB
Progress (3): 48/49 kB | 571 kB | 12/13 kB 
Progress (3): 48/49 kB | 571 kB | 13 kB   
Progress (4): 48/49 kB | 571 kB | 13 kB | 4.1/22 kB
Progress (4): 48/49 kB | 571 kB | 13 kB | 7.7/22 kB
Progress (4): 48/49 kB | 571 kB | 13 kB | 12/22 kB 
Progress (4): 48/49 kB | 571 kB | 13 kB | 16/22 kB
Progress (4): 48/49 kB | 571 kB | 13 kB | 20/22 kB
Progress (4): 48/49 kB | 571 kB | 13 kB | 22 kB   
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar (13 kB at 12 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 562 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Progress (3): 48/49 kB | 22 kB | 4.1/153 kB
Progress (3): 48/49 kB | 22 kB | 7.7/153 kB
Progress (3): 48/49 kB | 22 kB | 12/153 kB 
Progress (3): 48/49 kB | 22 kB | 16/153 kB
Progress (3): 48/49 kB | 22 kB | 20/153 kB
Progress (3): 48/49 kB | 22 kB | 24/153 kB
Progress (3): 48/49 kB | 22 kB | 28/153 kB
Progress (3): 48/49 kB | 22 kB | 32/153 kB
Progress (3): 48/49 kB | 22 kB | 36/153 kB
Progress (3): 48/49 kB | 22 kB | 40/153 kB
Progress (3): 48/49 kB | 22 kB | 44/153 kB
Progress (3): 48/49 kB | 22 kB | 48/153 kB
Progress (3): 48/49 kB | 22 kB | 52/153 kB
Progress (3): 48/49 kB | 22 kB | 56/153 kB
Progress (3): 48/49 kB | 22 kB | 60/153 kB
Progress (3): 48/49 kB | 22 kB | 64/153 kB
Progress (3): 48/49 kB | 22 kB | 68/153 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 21 kB/s)
Progress (2): 48/49 kB | 72/153 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Progress (2): 48/49 kB | 76/153 kB
Progress (2): 48/49 kB | 80/153 kB
Progress (2): 48/49 kB | 84/153 kB
Progress (2): 48/49 kB | 88/153 kB
Progress (2): 48/49 kB | 92/153 kB
Progress (2): 48/49 kB | 96/153 kB
Progress (3): 48/49 kB | 96/153 kB | 4.1/41 kB
Progress (3): 48/49 kB | 96/153 kB | 7.7/41 kB
Progress (3): 48/49 kB | 100/153 kB | 7.7/41 kB
Progress (3): 48/49 kB | 100/153 kB | 12/41 kB 
Progress (3): 48/49 kB | 104/153 kB | 12/41 kB
Progress (3): 48/49 kB | 104/153 kB | 16/41 kB
Progress (3): 48/49 kB | 108/153 kB | 16/41 kB
Progress (3): 48/49 kB | 108/153 kB | 20/41 kB
Progress (3): 48/49 kB | 112/153 kB | 20/41 kB
Progress (3): 48/49 kB | 112/153 kB | 24/41 kB
Progress (3): 48/49 kB | 116/153 kB | 24/41 kB
Progress (3): 48/49 kB | 116/153 kB | 28/41 kB
Progress (3): 48/49 kB | 120/153 kB | 28/41 kB
Progress (3): 48/49 kB | 120/153 kB | 32/41 kB
Progress (3): 48/49 kB | 124/153 kB | 32/41 kB
Progress (3): 48/49 kB | 124/153 kB | 36/41 kB
Progress (3): 48/49 kB | 128/153 kB | 36/41 kB
Progress (3): 48/49 kB | 128/153 kB | 40/41 kB
Progress (3): 48/49 kB | 132/153 kB | 40/41 kB
Progress (3): 48/49 kB | 132/153 kB | 41 kB   
Progress (3): 48/49 kB | 136/153 kB | 41 kB
Progress (3): 48/49 kB | 140/153 kB | 41 kB
Progress (3): 48/49 kB | 144/153 kB | 41 kB
Progress (4): 48/49 kB | 144/153 kB | 41 kB | 4.1/164 kB
Progress (4): 48/49 kB | 148/153 kB | 41 kB | 4.1/164 kB
Progress (4): 48/49 kB | 148/153 kB | 41 kB | 7.7/164 kB
Progress (4): 48/49 kB | 152/153 kB | 41 kB | 7.7/164 kB
Progress (4): 48/49 kB | 152/153 kB | 41 kB | 12/164 kB 
Progress (4): 48/49 kB | 153 kB | 41 kB | 12/164 kB    
Progress (4): 48/49 kB | 153 kB | 41 kB | 16/164 kB
Progress (4): 48/49 kB | 153 kB | 41 kB | 20/164 kB
Progress (4): 48/49 kB | 153 kB | 41 kB | 24/164 kB
Progress (4): 48/49 kB | 153 kB | 41 kB | 28/164 kB
Progress (4): 48/49 kB | 153 kB | 41 kB | 32/164 kB
Progress (4): 48/49 kB | 153 kB | 41 kB | 36/164 kB
Progress (4): 48/49 kB | 153 kB | 41 kB | 40/164 kB
Progress (4): 48/49 kB | 153 kB | 41 kB | 44/164 kB
Progress (4): 48/49 kB | 153 kB | 41 kB | 48/164 kB
Progress (4): 48/49 kB | 153 kB | 41 kB | 52/164 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar (41 kB at 38 kB/s)
Progress (3): 48/49 kB | 153 kB | 56/164 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 140 kB/s)
Progress (3): 48/49 kB | 56/164 kB | 4.1/11 kB
Progress (3): 48/49 kB | 60/164 kB | 4.1/11 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Progress (3): 48/49 kB | 64/164 kB | 4.1/11 kB
Progress (3): 48/49 kB | 64/164 kB | 7.7/11 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Progress (3): 48/49 kB | 64/164 kB | 11 kB
Progress (3): 48/49 kB | 68/164 kB | 11 kB
Progress (3): 48/49 kB | 72/164 kB | 11 kB
Progress (3): 48/49 kB | 76/164 kB | 11 kB
Progress (3): 48/49 kB | 80/164 kB | 11 kB
Progress (3): 48/49 kB | 84/164 kB | 11 kB
Progress (3): 48/49 kB | 88/164 kB | 11 kB
Progress (3): 48/49 kB | 92/164 kB | 11 kB
Progress (3): 48/49 kB | 96/164 kB | 11 kB
Progress (3): 48/49 kB | 100/164 kB | 11 kB
Progress (3): 48/49 kB | 104/164 kB | 11 kB
Progress (3): 48/49 kB | 108/164 kB | 11 kB
Progress (3): 48/49 kB | 112/164 kB | 11 kB
Progress (3): 48/49 kB | 116/164 kB | 11 kB
Progress (3): 48/49 kB | 120/164 kB | 11 kB
Progress (3): 48/49 kB | 124/164 kB | 11 kB
Progress (3): 48/49 kB | 128/164 kB | 11 kB
Progress (3): 48/49 kB | 132/164 kB | 11 kB
Progress (3): 48/49 kB | 136/164 kB | 11 kB
Progress (3): 48/49 kB | 140/164 kB | 11 kB
Progress (3): 48/49 kB | 144/164 kB | 11 kB
Progress (3): 48/49 kB | 148/164 kB | 11 kB
Progress (3): 48/49 kB | 152/164 kB | 11 kB
Progress (3): 48/49 kB | 156/164 kB | 11 kB
Progress (3): 48/49 kB | 160/164 kB | 11 kB
Progress (3): 48/49 kB | 164 kB | 11 kB    
Progress (4): 48/49 kB | 164 kB | 11 kB | 4.1/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 7.7/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 12/192 kB 
Progress (4): 48/49 kB | 164 kB | 11 kB | 16/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 20/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 24/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 28/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 32/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 36/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 40/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 44/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 48/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 52/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 56/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 60/192 kB
Progress (4): 48/49 kB | 164 kB | 11 kB | 64/192 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 148 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Progress (4): 48/49 kB | 11 kB | 64/192 kB | 4.1/75 kB
Progress (4): 48/49 kB | 11 kB | 68/192 kB | 4.1/75 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar (11 kB at 10 kB/s)
Progress (3): 48/49 kB | 72/192 kB | 4.1/75 kB
Progress (3): 48/49 kB | 72/192 kB | 7.7/75 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
Progress (3): 48/49 kB | 72/192 kB | 12/75 kB
Progress (3): 48/49 kB | 76/192 kB | 12/75 kB
Progress (3): 48/49 kB | 76/192 kB | 16/75 kB
Progress (3): 48/49 kB | 80/192 kB | 16/75 kB
Progress (3): 48/49 kB | 80/192 kB | 20/75 kB
Progress (3): 48/49 kB | 84/192 kB | 20/75 kB
Progress (3): 48/49 kB | 84/192 kB | 24/75 kB
Progress (3): 48/49 kB | 88/192 kB | 24/75 kB
Progress (3): 48/49 kB | 88/192 kB | 28/75 kB
Progress (3): 48/49 kB | 92/192 kB | 28/75 kB
Progress (3): 48/49 kB | 92/192 kB | 32/75 kB
Progress (3): 48/49 kB | 96/192 kB | 32/75 kB
Progress (3): 48/49 kB | 96/192 kB | 36/75 kB
Progress (3): 48/49 kB | 100/192 kB | 36/75 kB
Progress (3): 48/49 kB | 100/192 kB | 40/75 kB
Progress (3): 48/49 kB | 104/192 kB | 40/75 kB
Progress (3): 48/49 kB | 104/192 kB | 44/75 kB
Progress (3): 48/49 kB | 108/192 kB | 44/75 kB
Progress (3): 48/49 kB | 108/192 kB | 48/75 kB
Progress (3): 48/49 kB | 112/192 kB | 48/75 kB
Progress (3): 48/49 kB | 112/192 kB | 52/75 kB
Progress (3): 48/49 kB | 116/192 kB | 52/75 kB
Progress (3): 48/49 kB | 116/192 kB | 56/75 kB
Progress (3): 48/49 kB | 120/192 kB | 56/75 kB
Progress (3): 48/49 kB | 120/192 kB | 60/75 kB
Progress (3): 48/49 kB | 124/192 kB | 60/75 kB
Progress (3): 48/49 kB | 124/192 kB | 64/75 kB
Progress (3): 48/49 kB | 128/192 kB | 64/75 kB
Progress (3): 48/49 kB | 128/192 kB | 68/75 kB
Progress (3): 48/49 kB | 132/192 kB | 68/75 kB
Progress (3): 48/49 kB | 132/192 kB | 72/75 kB
Progress (3): 48/49 kB | 136/192 kB | 72/75 kB
Progress (3): 48/49 kB | 136/192 kB | 75 kB   
Progress (3): 48/49 kB | 140/192 kB | 75 kB
Progress (3): 48/49 kB | 144/192 kB | 75 kB
Progress (3): 48/49 kB | 148/192 kB | 75 kB
Progress (3): 48/49 kB | 152/192 kB | 75 kB
Progress (3): 48/49 kB | 156/192 kB | 75 kB
Progress (3): 48/49 kB | 160/192 kB | 75 kB
Progress (3): 48/49 kB | 164/192 kB | 75 kB
Progress (3): 48/49 kB | 168/192 kB | 75 kB
Progress (3): 48/49 kB | 172/192 kB | 75 kB
Progress (3): 48/49 kB | 176/192 kB | 75 kB
Progress (3): 48/49 kB | 180/192 kB | 75 kB
Progress (3): 48/49 kB | 184/192 kB | 75 kB
Progress (3): 48/49 kB | 188/192 kB | 75 kB
Progress (3): 48/49 kB | 192/192 kB | 75 kB
Progress (3): 48/49 kB | 192 kB | 75 kB    
Progress (3): 49 kB | 192 kB | 75 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 68 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Progress (3): 49 kB | 192 kB | 4.1/592 kB
Progress (3): 49 kB | 192 kB | 7.7/592 kB
Progress (3): 49 kB | 192 kB | 12/592 kB 
Progress (3): 49 kB | 192 kB | 16/592 kB
Progress (3): 49 kB | 192 kB | 20/592 kB
Progress (3): 49 kB | 192 kB | 24/592 kB
Progress (3): 49 kB | 192 kB | 28/592 kB
Progress (3): 49 kB | 192 kB | 32/592 kB
Progress (3): 49 kB | 192 kB | 33/592 kB
Progress (3): 49 kB | 192 kB | 37/592 kB
Progress (3): 49 kB | 192 kB | 41/592 kB
Progress (3): 49 kB | 192 kB | 45/592 kB
Progress (3): 49 kB | 192 kB | 49/592 kB
Progress (3): 49 kB | 192 kB | 53/592 kB
Progress (3): 49 kB | 192 kB | 57/592 kB
Progress (3): 49 kB | 192 kB | 61/592 kB
Progress (3): 49 kB | 192 kB | 65/592 kB
Progress (3): 49 kB | 192 kB | 66/592 kB
Progress (3): 49 kB | 192 kB | 70/592 kB
Progress (3): 49 kB | 192 kB | 74/592 kB
Progress (3): 49 kB | 192 kB | 78/592 kB
Progress (3): 49 kB | 192 kB | 82/592 kB
Progress (3): 49 kB | 192 kB | 86/592 kB
Progress (3): 49 kB | 192 kB | 90/592 kB
Progress (3): 49 kB | 192 kB | 94/592 kB
Progress (3): 49 kB | 192 kB | 98/592 kB
Progress (3): 49 kB | 192 kB | 98/592 kB
Progress (3): 49 kB | 192 kB | 102/592 kB
Progress (3): 49 kB | 192 kB | 106/592 kB
Progress (3): 49 kB | 192 kB | 110/592 kB
Progress (3): 49 kB | 192 kB | 114/592 kB
Progress (3): 49 kB | 192 kB | 118/592 kB
Progress (3): 49 kB | 192 kB | 122/592 kB
Progress (4): 49 kB | 192 kB | 122/592 kB | 4.1/109 kB
Progress (4): 49 kB | 192 kB | 126/592 kB | 4.1/109 kB
Progress (4): 49 kB | 192 kB | 126/592 kB | 7.7/109 kB
Progress (4): 49 kB | 192 kB | 130/592 kB | 7.7/109 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 171 kB/s)
Progress (3): 49 kB | 131/592 kB | 7.7/109 kB
Progress (3): 49 kB | 131/592 kB | 12/109 kB 
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 44 kB/s)
Progress (2): 135/592 kB | 12/109 kB
Progress (2): 135/592 kB | 16/109 kB
Progress (2): 139/592 kB | 16/109 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Progress (2): 143/592 kB | 16/109 kB
Progress (2): 143/592 kB | 20/109 kB
Progress (2): 147/592 kB | 20/109 kB
Progress (2): 147/592 kB | 24/109 kB
Progress (2): 151/592 kB | 24/109 kB
Progress (2): 151/592 kB | 28/109 kB
Progress (2): 155/592 kB | 28/109 kB
Progress (2): 155/592 kB | 32/109 kB
Progress (2): 159/592 kB | 32/109 kB
Progress (2): 159/592 kB | 36/109 kB
Progress (2): 163/592 kB | 36/109 kB
Progress (2): 163/592 kB | 40/109 kB
Progress (2): 164/592 kB | 40/109 kB
Progress (2): 164/592 kB | 44/109 kB
Progress (2): 164/592 kB | 48/109 kB
Progress (2): 168/592 kB | 48/109 kB
Progress (2): 168/592 kB | 52/109 kB
Progress (2): 172/592 kB | 52/109 kB
Progress (2): 172/592 kB | 56/109 kB
Progress (3): 172/592 kB | 56/109 kB | 0/2.7 MB
Progress (3): 172/592 kB | 60/109 kB | 0/2.7 MB
Progress (3): 176/592 kB | 60/109 kB | 0/2.7 MB
Progress (3): 176/592 kB | 64/109 kB | 0/2.7 MB
Progress (3): 176/592 kB | 64/109 kB | 0/2.7 MB
Progress (3): 176/592 kB | 68/109 kB | 0/2.7 MB
Progress (3): 180/592 kB | 68/109 kB | 0/2.7 MB
Progress (3): 180/592 kB | 68/109 kB | 0/2.7 MB
Progress (3): 180/592 kB | 72/109 kB | 0/2.7 MB
Progress (3): 180/592 kB | 72/109 kB | 0/2.7 MB
Progress (3): 184/592 kB | 72/109 kB | 0/2.7 MB
Progress (3): 184/592 kB | 76/109 kB | 0/2.7 MB
Progress (3): 188/592 kB | 76/109 kB | 0/2.7 MB
Progress (3): 188/592 kB | 76/109 kB | 0/2.7 MB
Progress (3): 192/592 kB | 76/109 kB | 0/2.7 MB
Progress (3): 192/592 kB | 80/109 kB | 0/2.7 MB
Progress (3): 196/592 kB | 80/109 kB | 0/2.7 MB
Progress (3): 196/592 kB | 80/109 kB | 0/2.7 MB
Progress (3): 196/592 kB | 84/109 kB | 0/2.7 MB
Progress (3): 200/592 kB | 84/109 kB | 0/2.7 MB
Progress (3): 200/592 kB | 84/109 kB | 0/2.7 MB
Progress (3): 200/592 kB | 88/109 kB | 0/2.7 MB
Progress (3): 200/592 kB | 88/109 kB | 0/2.7 MB
Progress (3): 204/592 kB | 88/109 kB | 0/2.7 MB
Progress (3): 204/592 kB | 88/109 kB | 0/2.7 MB
Progress (3): 204/592 kB | 92/109 kB | 0/2.7 MB
Progress (3): 208/592 kB | 92/109 kB | 0/2.7 MB
Progress (3): 208/592 kB | 96/109 kB | 0/2.7 MB
Progress (3): 208/592 kB | 96/109 kB | 0/2.7 MB
Progress (3): 208/592 kB | 100/109 kB | 0/2.7 MB
Progress (3): 212/592 kB | 100/109 kB | 0/2.7 MB
Progress (3): 212/592 kB | 104/109 kB | 0/2.7 MB
Progress (3): 212/592 kB | 104/109 kB | 0/2.7 MB
Progress (3): 212/592 kB | 108/109 kB | 0/2.7 MB
Progress (3): 212/592 kB | 109 kB | 0/2.7 MB    
Progress (3): 216/592 kB | 109 kB | 0/2.7 MB
Progress (4): 216/592 kB | 109 kB | 0/2.7 MB | 2.2 kB
Progress (4): 216/592 kB | 109 kB | 0/2.7 MB | 2.2 kB
Progress (4): 220/592 kB | 109 kB | 0/2.7 MB | 2.2 kB
Progress (4): 220/592 kB | 109 kB | 0/2.7 MB | 2.2 kB
Progress (4): 220/592 kB | 109 kB | 0.1/2.7 MB | 2.2 kB
Progress (4): 220/592 kB | 109 kB | 0.1/2.7 MB | 2.2 kB
Progress (5): 220/592 kB | 109 kB | 0.1/2.7 MB | 2.2 kB | 4.1/4.6 kB
Progress (5): 220/592 kB | 109 kB | 0.1/2.7 MB | 2.2 kB | 4.6 kB    
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Progress (4): 224/592 kB | 0.1/2.7 MB | 2.2 kB | 4.6 kB
Progress (4): 224/592 kB | 0.1/2.7 MB | 2.2 kB | 4.6 kB
Progress (4): 228/592 kB | 0.1/2.7 MB | 2.2 kB | 4.6 kB
Progress (4): 228/592 kB | 0.1/2.7 MB | 2.2 kB | 4.6 kB
Progress (4): 232/592 kB | 0.1/2.7 MB | 2.2 kB | 4.6 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 3.9 kB/s)
Progress (3): 232/592 kB | 0.1/2.7 MB | 2.2 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Progress (4): 232/592 kB | 0.1/2.7 MB | 2.2 kB | 4.1/20 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 1.8 kB/s)
Progress (3): 236/592 kB | 0.1/2.7 MB | 4.1/20 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Progress (3): 236/592 kB | 0.1/2.7 MB | 7.7/20 kB
Progress (3): 236/592 kB | 0.1/2.7 MB | 7.7/20 kB
Progress (3): 236/592 kB | 0.1/2.7 MB | 12/20 kB 
Progress (3): 240/592 kB | 0.1/2.7 MB | 12/20 kB
Progress (3): 240/592 kB | 0.1/2.7 MB | 16/20 kB
Progress (3): 240/592 kB | 0.1/2.7 MB | 16/20 kB
Progress (3): 240/592 kB | 0.1/2.7 MB | 20/20 kB
Progress (3): 244/592 kB | 0.1/2.7 MB | 20/20 kB
Progress (3): 244/592 kB | 0.1/2.7 MB | 20/20 kB
Progress (3): 244/592 kB | 0.1/2.7 MB | 20 kB   
Progress (3): 244/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 248/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 248/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 252/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 252/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 256/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 256/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 260/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 260/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 262/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 262/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 266/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 266/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 270/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 270/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 274/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 274/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 278/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 278/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 282/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 282/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 286/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 286/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 290/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 290/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 294/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 294/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 298/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 298/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 302/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 302/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 306/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 306/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 310/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 310/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 314/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 314/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 318/592 kB | 0.1/2.7 MB | 20 kB
Progress (3): 318/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 322/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 322/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 326/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 326/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 330/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 330/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 334/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 334/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 338/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 338/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 342/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 342/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 346/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 346/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 350/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 350/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 354/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 354/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 358/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 358/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 362/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 362/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 366/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 366/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 370/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 370/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 374/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 374/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 378/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 378/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 382/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 382/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 386/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 386/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 390/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 390/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 394/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 394/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 398/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 398/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 402/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 402/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 406/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 406/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 410/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 410/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 414/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 414/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 418/592 kB | 0.2/2.7 MB | 20 kB
Progress (3): 422/592 kB | 0.2/2.7 MB | 20 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 17 kB/s)
Progress (2): 422/592 kB | 0.2/2.7 MB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Progress (2): 426/592 kB | 0.2/2.7 MB
Progress (3): 426/592 kB | 0.2/2.7 MB | 4.1/14 kB
Progress (3): 430/592 kB | 0.2/2.7 MB | 4.1/14 kB
Progress (3): 430/592 kB | 0.2/2.7 MB | 4.1/14 kB
Progress (3): 434/592 kB | 0.2/2.7 MB | 4.1/14 kB
Progress (3): 434/592 kB | 0.2/2.7 MB | 7.7/14 kB
Progress (3): 434/592 kB | 0.2/2.7 MB | 7.7/14 kB
Progress (3): 438/592 kB | 0.2/2.7 MB | 7.7/14 kB
Progress (4): 438/592 kB | 0.2/2.7 MB | 7.7/14 kB | 4.1/193 kB
Progress (4): 442/592 kB | 0.2/2.7 MB | 7.7/14 kB | 4.1/193 kB
Progress (4): 442/592 kB | 0.3/2.7 MB | 7.7/14 kB | 4.1/193 kB
Progress (4): 442/592 kB | 0.3/2.7 MB | 12/14 kB | 4.1/193 kB 
Progress (4): 446/592 kB | 0.3/2.7 MB | 12/14 kB | 4.1/193 kB
Progress (4): 446/592 kB | 0.3/2.7 MB | 12/14 kB | 7.7/193 kB
Progress (4): 450/592 kB | 0.3/2.7 MB | 12/14 kB | 7.7/193 kB
Progress (4): 450/592 kB | 0.3/2.7 MB | 14 kB | 7.7/193 kB   
Progress (4): 450/592 kB | 0.3/2.7 MB | 14 kB | 7.7/193 kB
Progress (4): 450/592 kB | 0.3/2.7 MB | 14 kB | 12/193 kB 
Progress (4): 454/592 kB | 0.3/2.7 MB | 14 kB | 12/193 kB
Progress (4): 454/592 kB | 0.3/2.7 MB | 14 kB | 16/193 kB
Progress (4): 454/592 kB | 0.3/2.7 MB | 14 kB | 16/193 kB
Progress (4): 458/592 kB | 0.3/2.7 MB | 14 kB | 16/193 kB
Progress (4): 458/592 kB | 0.3/2.7 MB | 14 kB | 16/193 kB
Progress (4): 458/592 kB | 0.3/2.7 MB | 14 kB | 20/193 kB
Progress (4): 458/592 kB | 0.3/2.7 MB | 14 kB | 20/193 kB
Progress (4): 462/592 kB | 0.3/2.7 MB | 14 kB | 20/193 kB
Progress (4): 462/592 kB | 0.3/2.7 MB | 14 kB | 20/193 kB
Progress (4): 462/592 kB | 0.3/2.7 MB | 14 kB | 24/193 kB
Progress (4): 462/592 kB | 0.3/2.7 MB | 14 kB | 24/193 kB
Progress (4): 466/592 kB | 0.3/2.7 MB | 14 kB | 24/193 kB
Progress (4): 466/592 kB | 0.3/2.7 MB | 14 kB | 24/193 kB
Progress (4): 466/592 kB | 0.3/2.7 MB | 14 kB | 28/193 kB
Progress (4): 466/592 kB | 0.3/2.7 MB | 14 kB | 28/193 kB
Progress (4): 470/592 kB | 0.3/2.7 MB | 14 kB | 28/193 kB
Progress (4): 470/592 kB | 0.3/2.7 MB | 14 kB | 28/193 kB
Progress (4): 470/592 kB | 0.3/2.7 MB | 14 kB | 32/193 kB
Progress (4): 474/592 kB | 0.3/2.7 MB | 14 kB | 32/193 kB
Progress (4): 474/592 kB | 0.3/2.7 MB | 14 kB | 33/193 kB
Progress (4): 474/592 kB | 0.3/2.7 MB | 14 kB | 33/193 kB
Progress (4): 474/592 kB | 0.3/2.7 MB | 14 kB | 37/193 kB
Progress (4): 478/592 kB | 0.3/2.7 MB | 14 kB | 37/193 kB
Progress (4): 478/592 kB | 0.3/2.7 MB | 14 kB | 41/193 kB
Progress (4): 478/592 kB | 0.3/2.7 MB | 14 kB | 45/193 kB
Progress (4): 478/592 kB | 0.3/2.7 MB | 14 kB | 45/193 kB
Progress (4): 478/592 kB | 0.3/2.7 MB | 14 kB | 49/193 kB
Progress (4): 482/592 kB | 0.3/2.7 MB | 14 kB | 49/193 kB
Progress (4): 482/592 kB | 0.3/2.7 MB | 14 kB | 49/193 kB
Progress (4): 482/592 kB | 0.3/2.7 MB | 14 kB | 53/193 kB
Progress (4): 482/592 kB | 0.3/2.7 MB | 14 kB | 53/193 kB
Progress (4): 486/592 kB | 0.3/2.7 MB | 14 kB | 53/193 kB
Progress (4): 486/592 kB | 0.3/2.7 MB | 14 kB | 53/193 kB
Progress (4): 486/592 kB | 0.3/2.7 MB | 14 kB | 57/193 kB
Progress (4): 486/592 kB | 0.3/2.7 MB | 14 kB | 57/193 kB
Progress (4): 490/592 kB | 0.3/2.7 MB | 14 kB | 57/193 kB
Progress (4): 490/592 kB | 0.3/2.7 MB | 14 kB | 57/193 kB
Progress (4): 490/592 kB | 0.3/2.7 MB | 14 kB | 61/193 kB
Progress (5): 490/592 kB | 0.3/2.7 MB | 14 kB | 61/193 kB | 4.1/8.8 kB
Progress (5): 490/592 kB | 0.3/2.7 MB | 14 kB | 65/193 kB | 4.1/8.8 kB
Progress (5): 490/592 kB | 0.3/2.7 MB | 14 kB | 65/193 kB | 4.1/8.8 kB
Progress (5): 494/592 kB | 0.3/2.7 MB | 14 kB | 65/193 kB | 4.1/8.8 kB
Progress (5): 494/592 kB | 0.3/2.7 MB | 14 kB | 65/193 kB | 4.1/8.8 kB
Progress (5): 494/592 kB | 0.3/2.7 MB | 14 kB | 66/193 kB | 4.1/8.8 kB
Progress (5): 494/592 kB | 0.3/2.7 MB | 14 kB | 66/193 kB | 7.7/8.8 kB
Progress (5): 494/592 kB | 0.3/2.7 MB | 14 kB | 66/193 kB | 7.7/8.8 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 11 kB/s)
Progress (4): 498/592 kB | 0.3/2.7 MB | 66/193 kB | 7.7/8.8 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Progress (4): 498/592 kB | 0.3/2.7 MB | 66/193 kB | 7.7/8.8 kB
Progress (4): 498/592 kB | 0.3/2.7 MB | 66/193 kB | 8.8 kB    
Progress (4): 498/592 kB | 0.3/2.7 MB | 70/193 kB | 8.8 kB
Progress (4): 498/592 kB | 0.3/2.7 MB | 70/193 kB | 8.8 kB
Progress (4): 502/592 kB | 0.3/2.7 MB | 70/193 kB | 8.8 kB
Progress (4): 502/592 kB | 0.3/2.7 MB | 74/193 kB | 8.8 kB
Progress (4): 506/592 kB | 0.3/2.7 MB | 74/193 kB | 8.8 kB
Progress (4): 506/592 kB | 0.3/2.7 MB | 74/193 kB | 8.8 kB
Progress (4): 506/592 kB | 0.3/2.7 MB | 78/193 kB | 8.8 kB
Progress (4): 510/592 kB | 0.3/2.7 MB | 78/193 kB | 8.8 kB
Progress (4): 510/592 kB | 0.3/2.7 MB | 82/193 kB | 8.8 kB
Progress (4): 510/592 kB | 0.3/2.7 MB | 82/193 kB | 8.8 kB
Progress (4): 510/592 kB | 0.3/2.7 MB | 86/193 kB | 8.8 kB
Progress (4): 514/592 kB | 0.3/2.7 MB | 86/193 kB | 8.8 kB
Progress (4): 514/592 kB | 0.3/2.7 MB | 90/193 kB | 8.8 kB
Progress (4): 514/592 kB | 0.3/2.7 MB | 90/193 kB | 8.8 kB
Progress (4): 514/592 kB | 0.3/2.7 MB | 94/193 kB | 8.8 kB
Progress (4): 518/592 kB | 0.3/2.7 MB | 94/193 kB | 8.8 kB
Progress (4): 518/592 kB | 0.3/2.7 MB | 98/193 kB | 8.8 kB
Progress (4): 518/592 kB | 0.3/2.7 MB | 98/193 kB | 8.8 kB
Progress (4): 522/592 kB | 0.3/2.7 MB | 98/193 kB | 8.8 kB
Progress (4): 522/592 kB | 0.3/2.7 MB | 102/193 kB | 8.8 kB
Progress (4): 522/592 kB | 0.3/2.7 MB | 102/193 kB | 8.8 kB
Progress (4): 526/592 kB | 0.3/2.7 MB | 102/193 kB | 8.8 kB
Progress (4): 526/592 kB | 0.4/2.7 MB | 102/193 kB | 8.8 kB
Progress (4): 526/592 kB | 0.4/2.7 MB | 106/193 kB | 8.8 kB
Progress (4): 526/592 kB | 0.4/2.7 MB | 106/193 kB | 8.8 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 106/193 kB | 8.8 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 106/193 kB | 8.8 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 110/193 kB | 8.8 kB
Progress (5): 530/592 kB | 0.4/2.7 MB | 110/193 kB | 8.8 kB | 3.4 kB
Progress (5): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 8.8 kB | 3.4 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 7.2 kB/s)
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 530/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Progress (4): 534/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 534/592 kB | 0.4/2.7 MB | 114/193 kB | 3.4 kB
Progress (4): 534/592 kB | 0.4/2.7 MB | 118/193 kB | 3.4 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 2.7 kB/s)
Progress (3): 534/592 kB | 0.4/2.7 MB | 118/193 kB
Progress (3): 538/592 kB | 0.4/2.7 MB | 118/193 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Progress (3): 538/592 kB | 0.4/2.7 MB | 122/193 kB
Progress (3): 542/592 kB | 0.4/2.7 MB | 122/193 kB
Progress (3): 542/592 kB | 0.4/2.7 MB | 122/193 kB
Progress (3): 542/592 kB | 0.4/2.7 MB | 126/193 kB
Progress (3): 542/592 kB | 0.4/2.7 MB | 126/193 kB
Progress (3): 546/592 kB | 0.4/2.7 MB | 126/193 kB
Progress (3): 546/592 kB | 0.4/2.7 MB | 130/193 kB
Progress (3): 550/592 kB | 0.4/2.7 MB | 130/193 kB
Progress (3): 550/592 kB | 0.4/2.7 MB | 130/193 kB
Progress (3): 554/592 kB | 0.4/2.7 MB | 130/193 kB
Progress (3): 554/592 kB | 0.4/2.7 MB | 134/193 kB
Progress (3): 557/592 kB | 0.4/2.7 MB | 134/193 kB
Progress (3): 557/592 kB | 0.4/2.7 MB | 134/193 kB
Progress (3): 557/592 kB | 0.4/2.7 MB | 138/193 kB
Progress (3): 557/592 kB | 0.4/2.7 MB | 138/193 kB
Progress (3): 561/592 kB | 0.4/2.7 MB | 138/193 kB
Progress (3): 561/592 kB | 0.4/2.7 MB | 142/193 kB
Progress (3): 561/592 kB | 0.4/2.7 MB | 142/193 kB
Progress (3): 561/592 kB | 0.4/2.7 MB | 146/193 kB
Progress (3): 565/592 kB | 0.4/2.7 MB | 146/193 kB
Progress (3): 565/592 kB | 0.4/2.7 MB | 146/193 kB
Progress (3): 565/592 kB | 0.4/2.7 MB | 150/193 kB
Progress (3): 565/592 kB | 0.4/2.7 MB | 150/193 kB
Progress (3): 569/592 kB | 0.4/2.7 MB | 150/193 kB
Progress (3): 569/592 kB | 0.4/2.7 MB | 150/193 kB
Progress (3): 569/592 kB | 0.4/2.7 MB | 154/193 kB
Progress (3): 573/592 kB | 0.4/2.7 MB | 154/193 kB
Progress (3): 573/592 kB | 0.4/2.7 MB | 154/193 kB
Progress (3): 573/592 kB | 0.4/2.7 MB | 158/193 kB
Progress (3): 573/592 kB | 0.4/2.7 MB | 158/193 kB
Progress (3): 577/592 kB | 0.4/2.7 MB | 158/193 kB
Progress (3): 577/592 kB | 0.4/2.7 MB | 162/193 kB
Progress (3): 581/592 kB | 0.4/2.7 MB | 162/193 kB
Progress (3): 581/592 kB | 0.4/2.7 MB | 162/193 kB
Progress (3): 581/592 kB | 0.4/2.7 MB | 166/193 kB
Progress (3): 581/592 kB | 0.4/2.7 MB | 166/193 kB
Progress (3): 585/592 kB | 0.4/2.7 MB | 166/193 kB
Progress (3): 585/592 kB | 0.4/2.7 MB | 170/193 kB
Progress (3): 585/592 kB | 0.5/2.7 MB | 170/193 kB
Progress (3): 589/592 kB | 0.5/2.7 MB | 170/193 kB
Progress (3): 589/592 kB | 0.5/2.7 MB | 170/193 kB
Progress (3): 589/592 kB | 0.5/2.7 MB | 174/193 kB
Progress (3): 589/592 kB | 0.5/2.7 MB | 174/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 174/193 kB    
Progress (3): 592 kB | 0.5/2.7 MB | 178/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 178/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 182/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 182/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 186/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 186/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 190/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 190/193 kB
Progress (4): 592 kB | 0.5/2.7 MB | 190/193 kB | 4.1/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 4.1/768 kB    
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 4.1/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 7.7/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 7.7/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 12/768 kB 
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 12/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 16/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 16/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 20/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 20/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 24/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 24/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 28/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 28/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 32/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 33/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 33/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 37/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 37/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 41/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 41/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 45/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 45/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 49/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 49/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 53/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 53/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 57/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 57/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 61/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 61/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 65/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 65/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 66/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 66/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 70/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 70/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 74/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 74/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 78/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 78/768 kB
Progress (4): 592 kB | 0.5/2.7 MB | 193 kB | 82/768 kB
Progress (4): 592 kB | 0.6/2.7 MB | 193 kB | 82/768 kB
Progress (4): 592 kB | 0.6/2.7 MB | 193 kB | 86/768 kB
Progress (4): 592 kB | 0.6/2.7 MB | 193 kB | 86/768 kB
Progress (4): 592 kB | 0.6/2.7 MB | 193 kB | 90/768 kB
Progress (4): 592 kB | 0.6/2.7 MB | 193 kB | 90/768 kB
Progress (5): 592 kB | 0.6/2.7 MB | 193 kB | 90/768 kB | 4.1/327 kB
Progress (5): 592 kB | 0.6/2.7 MB | 193 kB | 94/768 kB | 4.1/327 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 454 kB/s)
Progress (4): 0.6/2.7 MB | 193 kB | 94/768 kB | 7.7/327 kB
Progress (4): 0.6/2.7 MB | 193 kB | 94/768 kB | 7.7/327 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Progress (4): 0.6/2.7 MB | 193 kB | 98/768 kB | 7.7/327 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 148 kB/s)
Progress (3): 0.6/2.7 MB | 98/768 kB | 7.7/327 kB
Progress (3): 0.6/2.7 MB | 98/768 kB | 12/327 kB 
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Progress (3): 0.6/2.7 MB | 98/768 kB | 12/327 kB
Progress (3): 0.6/2.7 MB | 98/768 kB | 12/327 kB
Progress (3): 0.6/2.7 MB | 98/768 kB | 16/327 kB
Progress (3): 0.6/2.7 MB | 98/768 kB | 16/327 kB
Progress (3): 0.6/2.7 MB | 102/768 kB | 16/327 kB
Progress (3): 0.6/2.7 MB | 102/768 kB | 20/327 kB
Progress (3): 0.6/2.7 MB | 106/768 kB | 20/327 kB
Progress (3): 0.6/2.7 MB | 106/768 kB | 20/327 kB
Progress (3): 0.6/2.7 MB | 106/768 kB | 24/327 kB
Progress (3): 0.6/2.7 MB | 106/768 kB | 24/327 kB
Progress (3): 0.6/2.7 MB | 110/768 kB | 24/327 kB
Progress (3): 0.6/2.7 MB | 110/768 kB | 28/327 kB
Progress (3): 0.6/2.7 MB | 114/768 kB | 28/327 kB
Progress (3): 0.6/2.7 MB | 114/768 kB | 28/327 kB
Progress (3): 0.6/2.7 MB | 114/768 kB | 32/327 kB
Progress (3): 0.6/2.7 MB | 118/768 kB | 32/327 kB
Progress (3): 0.6/2.7 MB | 118/768 kB | 32/327 kB
Progress (3): 0.6/2.7 MB | 122/768 kB | 32/327 kB
Progress (3): 0.6/2.7 MB | 122/768 kB | 33/327 kB
Progress (3): 0.6/2.7 MB | 122/768 kB | 33/327 kB
Progress (3): 0.6/2.7 MB | 126/768 kB | 33/327 kB
Progress (3): 0.6/2.7 MB | 126/768 kB | 37/327 kB
Progress (3): 0.6/2.7 MB | 130/768 kB | 37/327 kB
Progress (3): 0.6/2.7 MB | 130/768 kB | 37/327 kB
Progress (3): 0.6/2.7 MB | 131/768 kB | 37/327 kB
Progress (3): 0.6/2.7 MB | 131/768 kB | 41/327 kB
Progress (3): 0.6/2.7 MB | 131/768 kB | 41/327 kB
Progress (3): 0.6/2.7 MB | 135/768 kB | 41/327 kB
Progress (3): 0.6/2.7 MB | 135/768 kB | 41/327 kB
Progress (3): 0.6/2.7 MB | 135/768 kB | 45/327 kB
Progress (3): 0.6/2.7 MB | 135/768 kB | 45/327 kB
Progress (3): 0.6/2.7 MB | 139/768 kB | 45/327 kB
Progress (3): 0.6/2.7 MB | 139/768 kB | 49/327 kB
Progress (3): 0.6/2.7 MB | 139/768 kB | 49/327 kB
Progress (3): 0.6/2.7 MB | 143/768 kB | 49/327 kB
Progress (3): 0.6/2.7 MB | 143/768 kB | 53/327 kB
Progress (3): 0.6/2.7 MB | 143/768 kB | 53/327 kB
Progress (3): 0.6/2.7 MB | 143/768 kB | 57/327 kB
Progress (3): 0.6/2.7 MB | 147/768 kB | 57/327 kB
Progress (3): 0.6/2.7 MB | 147/768 kB | 57/327 kB
Progress (3): 0.6/2.7 MB | 147/768 kB | 61/327 kB
Progress (3): 0.6/2.7 MB | 147/768 kB | 61/327 kB
Progress (3): 0.6/2.7 MB | 151/768 kB | 61/327 kB
Progress (3): 0.6/2.7 MB | 151/768 kB | 61/327 kB
Progress (3): 0.6/2.7 MB | 151/768 kB | 65/327 kB
Progress (3): 0.6/2.7 MB | 155/768 kB | 65/327 kB
Progress (3): 0.6/2.7 MB | 155/768 kB | 66/327 kB
Progress (3): 0.6/2.7 MB | 155/768 kB | 66/327 kB
Progress (3): 0.6/2.7 MB | 159/768 kB | 66/327 kB
Progress (3): 0.6/2.7 MB | 159/768 kB | 66/327 kB
Progress (3): 0.6/2.7 MB | 159/768 kB | 70/327 kB
Progress (3): 0.6/2.7 MB | 163/768 kB | 70/327 kB
Progress (3): 0.6/2.7 MB | 163/768 kB | 70/327 kB
Progress (3): 0.6/2.7 MB | 163/768 kB | 74/327 kB
Progress (3): 0.6/2.7 MB | 163/768 kB | 74/327 kB
Progress (3): 0.6/2.7 MB | 163/768 kB | 78/327 kB
Progress (3): 0.6/2.7 MB | 164/768 kB | 78/327 kB
Progress (3): 0.6/2.7 MB | 164/768 kB | 78/327 kB
Progress (3): 0.6/2.7 MB | 168/768 kB | 78/327 kB
Progress (3): 0.6/2.7 MB | 168/768 kB | 82/327 kB
Progress (3): 0.6/2.7 MB | 172/768 kB | 82/327 kB
Progress (3): 0.6/2.7 MB | 172/768 kB | 82/327 kB
Progress (3): 0.6/2.7 MB | 172/768 kB | 86/327 kB
Progress (3): 0.6/2.7 MB | 176/768 kB | 86/327 kB
Progress (3): 0.7/2.7 MB | 176/768 kB | 86/327 kB
Progress (3): 0.7/2.7 MB | 176/768 kB | 90/327 kB
Progress (3): 0.7/2.7 MB | 176/768 kB | 90/327 kB
Progress (3): 0.7/2.7 MB | 180/768 kB | 90/327 kB
Progress (3): 0.7/2.7 MB | 180/768 kB | 90/327 kB
Progress (3): 0.7/2.7 MB | 180/768 kB | 94/327 kB
Progress (3): 0.7/2.7 MB | 184/768 kB | 94/327 kB
Progress (3): 0.7/2.7 MB | 184/768 kB | 94/327 kB
Progress (3): 0.7/2.7 MB | 184/768 kB | 98/327 kB
Progress (3): 0.7/2.7 MB | 184/768 kB | 98/327 kB
Progress (3): 0.7/2.7 MB | 188/768 kB | 98/327 kB
Progress (3): 0.7/2.7 MB | 188/768 kB | 98/327 kB
Progress (3): 0.7/2.7 MB | 192/768 kB | 98/327 kB
Progress (3): 0.7/2.7 MB | 192/768 kB | 98/327 kB
Progress (3): 0.7/2.7 MB | 196/768 kB | 98/327 kB
Progress (3): 0.7/2.7 MB | 196/768 kB | 102/327 kB
Progress (3): 0.7/2.7 MB | 197/768 kB | 102/327 kB
Progress (3): 0.7/2.7 MB | 197/768 kB | 102/327 kB
Progress (3): 0.7/2.7 MB | 201/768 kB | 102/327 kB
Progress (3): 0.7/2.7 MB | 201/768 kB | 106/327 kB
Progress (3): 0.7/2.7 MB | 201/768 kB | 106/327 kB
Progress (3): 0.7/2.7 MB | 205/768 kB | 106/327 kB
Progress (3): 0.7/2.7 MB | 205/768 kB | 106/327 kB
Progress (3): 0.7/2.7 MB | 205/768 kB | 110/327 kB
Progress (3): 0.7/2.7 MB | 209/768 kB | 110/327 kB
Progress (3): 0.7/2.7 MB | 209/768 kB | 114/327 kB
Progress (3): 0.7/2.7 MB | 209/768 kB | 118/327 kB
Progress (3): 0.7/2.7 MB | 209/768 kB | 122/327 kB
Progress (3): 0.7/2.7 MB | 209/768 kB | 126/327 kB
Progress (3): 0.7/2.7 MB | 209/768 kB | 130/327 kB
Progress (3): 0.7/2.7 MB | 209/768 kB | 130/327 kB
Progress (3): 0.7/2.7 MB | 209/768 kB | 131/327 kB
Progress (3): 0.7/2.7 MB | 209/768 kB | 131/327 kB
Progress (3): 0.7/2.7 MB | 213/768 kB | 131/327 kB
Progress (4): 0.7/2.7 MB | 213/768 kB | 131/327 kB | 4.1/62 kB
Progress (5): 0.7/2.7 MB | 213/768 kB | 131/327 kB | 4.1/62 kB | 4.1/335 kB
Progress (5): 0.7/2.7 MB | 213/768 kB | 131/327 kB | 7.7/62 kB | 4.1/335 kB
Progress (5): 0.7/2.7 MB | 217/768 kB | 131/327 kB | 7.7/62 kB | 4.1/335 kB
Progress (5): 0.7/2.7 MB | 217/768 kB | 131/327 kB | 12/62 kB | 4.1/335 kB 
Progress (5): 0.7/2.7 MB | 217/768 kB | 131/327 kB | 12/62 kB | 4.1/335 kB
Progress (5): 0.7/2.7 MB | 217/768 kB | 135/327 kB | 12/62 kB | 4.1/335 kB
Progress (5): 0.7/2.7 MB | 217/768 kB | 135/327 kB | 12/62 kB | 4.1/335 kB
Progress (5): 0.7/2.7 MB | 217/768 kB | 135/327 kB | 16/62 kB | 4.1/335 kB
Progress (5): 0.7/2.7 MB | 221/768 kB | 135/327 kB | 16/62 kB | 4.1/335 kB
Progress (5): 0.7/2.7 MB | 221/768 kB | 135/327 kB | 16/62 kB | 7.7/335 kB
Progress (5): 0.7/2.7 MB | 225/768 kB | 135/327 kB | 16/62 kB | 7.7/335 kB
Progress (5): 0.7/2.7 MB | 225/768 kB | 135/327 kB | 20/62 kB | 7.7/335 kB
Progress (5): 0.7/2.7 MB | 225/768 kB | 135/327 kB | 20/62 kB | 7.7/335 kB
Progress (5): 0.7/2.7 MB | 225/768 kB | 139/327 kB | 20/62 kB | 7.7/335 kB
Progress (5): 0.7/2.7 MB | 225/768 kB | 139/327 kB | 20/62 kB | 7.7/335 kB
Progress (5): 0.7/2.7 MB | 225/768 kB | 139/327 kB | 24/62 kB | 7.7/335 kB
Progress (5): 0.7/2.7 MB | 229/768 kB | 139/327 kB | 24/62 kB | 7.7/335 kB
Progress (5): 0.7/2.7 MB | 229/768 kB | 139/327 kB | 28/62 kB | 7.7/335 kB
Progress (5): 0.7/2.7 MB | 229/768 kB | 139/327 kB | 28/62 kB | 12/335 kB 
Progress (5): 0.7/2.7 MB | 229/768 kB | 139/327 kB | 32/62 kB | 12/335 kB
Progress (5): 0.7/2.7 MB | 229/768 kB | 139/327 kB | 32/62 kB | 12/335 kB
Progress (5): 0.7/2.7 MB | 229/768 kB | 139/327 kB | 32/62 kB | 12/335 kB
Progress (5): 0.7/2.7 MB | 229/768 kB | 143/327 kB | 32/62 kB | 12/335 kB
Progress (5): 0.7/2.7 MB | 229/768 kB | 143/327 kB | 32/62 kB | 12/335 kB
Progress (5): 0.7/2.7 MB | 233/768 kB | 143/327 kB | 32/62 kB | 12/335 kB
Progress (5): 0.7/2.7 MB | 233/768 kB | 143/327 kB | 36/62 kB | 12/335 kB
Progress (5): 0.7/2.7 MB | 233/768 kB | 143/327 kB | 36/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 233/768 kB | 143/327 kB | 40/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 237/768 kB | 143/327 kB | 40/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 237/768 kB | 143/327 kB | 44/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 241/768 kB | 143/327 kB | 44/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 241/768 kB | 143/327 kB | 44/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 241/768 kB | 147/327 kB | 44/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 241/768 kB | 147/327 kB | 44/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 241/768 kB | 151/327 kB | 44/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 245/768 kB | 151/327 kB | 44/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 245/768 kB | 151/327 kB | 48/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 245/768 kB | 151/327 kB | 52/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 245/768 kB | 151/327 kB | 56/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 245/768 kB | 151/327 kB | 60/62 kB | 16/335 kB
Progress (5): 0.7/2.7 MB | 245/768 kB | 151/327 kB | 62 kB | 16/335 kB   
Progress (5): 0.7/2.7 MB | 245/768 kB | 151/327 kB | 62 kB | 20/335 kB
Progress (5): 0.7/2.7 MB | 249/768 kB | 151/327 kB | 62 kB | 20/335 kB
Progress (5): 0.7/2.7 MB | 249/768 kB | 155/327 kB | 62 kB | 20/335 kB
Progress (5): 0.7/2.7 MB | 249/768 kB | 155/327 kB | 62 kB | 20/335 kB
Progress (5): 0.7/2.7 MB | 253/768 kB | 155/327 kB | 62 kB | 20/335 kB
Progress (5): 0.7/2.7 MB | 253/768 kB | 155/327 kB | 62 kB | 24/335 kB
Progress (5): 0.7/2.7 MB | 253/768 kB | 159/327 kB | 62 kB | 24/335 kB
Progress (5): 0.7/2.7 MB | 253/768 kB | 159/327 kB | 62 kB | 24/335 kB
Progress (5): 0.7/2.7 MB | 253/768 kB | 163/327 kB | 62 kB | 24/335 kB
Progress (5): 0.7/2.7 MB | 253/768 kB | 163/327 kB | 62 kB | 28/335 kB
Progress (5): 0.7/2.7 MB | 257/768 kB | 163/327 kB | 62 kB | 28/335 kB
Progress (5): 0.7/2.7 MB | 257/768 kB | 163/327 kB | 62 kB | 32/335 kB
Progress (5): 0.7/2.7 MB | 257/768 kB | 164/327 kB | 62 kB | 32/335 kB
Progress (5): 0.7/2.7 MB | 257/768 kB | 164/327 kB | 62 kB | 32/335 kB
Progress (5): 0.7/2.7 MB | 257/768 kB | 164/327 kB | 62 kB | 33/335 kB
Progress (5): 0.7/2.7 MB | 261/768 kB | 164/327 kB | 62 kB | 33/335 kB
Progress (5): 0.7/2.7 MB | 261/768 kB | 164/327 kB | 62 kB | 33/335 kB
Progress (5): 0.7/2.7 MB | 261/768 kB | 168/327 kB | 62 kB | 33/335 kB
Progress (5): 0.7/2.7 MB | 261/768 kB | 168/327 kB | 62 kB | 33/335 kB
Progress (5): 0.7/2.7 MB | 262/768 kB | 168/327 kB | 62 kB | 33/335 kB
Progress (5): 0.7/2.7 MB | 262/768 kB | 168/327 kB | 62 kB | 37/335 kB
Progress (5): 0.7/2.7 MB | 262/768 kB | 168/327 kB | 62 kB | 37/335 kB
Progress (5): 0.7/2.7 MB | 262/768 kB | 172/327 kB | 62 kB | 37/335 kB
Progress (5): 0.7/2.7 MB | 262/768 kB | 172/327 kB | 62 kB | 37/335 kB
Progress (5): 0.7/2.7 MB | 262/768 kB | 172/327 kB | 62 kB | 41/335 kB
Progress (5): 0.7/2.7 MB | 266/768 kB | 172/327 kB | 62 kB | 41/335 kB
Progress (5): 0.7/2.7 MB | 266/768 kB | 172/327 kB | 62 kB | 45/335 kB
Progress (5): 0.7/2.7 MB | 266/768 kB | 172/327 kB | 62 kB | 45/335 kB
Progress (5): 0.7/2.7 MB | 266/768 kB | 176/327 kB | 62 kB | 45/335 kB
Progress (5): 0.7/2.7 MB | 266/768 kB | 176/327 kB | 62 kB | 45/335 kB
Progress (5): 0.7/2.7 MB | 266/768 kB | 176/327 kB | 62 kB | 49/335 kB
Progress (5): 0.7/2.7 MB | 270/768 kB | 176/327 kB | 62 kB | 49/335 kB
Progress (5): 0.7/2.7 MB | 270/768 kB | 176/327 kB | 62 kB | 53/335 kB
Progress (5): 0.7/2.7 MB | 274/768 kB | 176/327 kB | 62 kB | 53/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 176/327 kB | 62 kB | 53/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 180/327 kB | 62 kB | 53/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 180/327 kB | 62 kB | 53/335 kB
Progress (5): 0.8/2.7 MB | 278/768 kB | 180/327 kB | 62 kB | 53/335 kB
Progress (5): 0.8/2.7 MB | 278/768 kB | 180/327 kB | 62 kB | 57/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 180/327 kB | 62 kB | 57/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 180/327 kB | 62 kB | 57/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 184/327 kB | 62 kB | 57/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 184/327 kB | 62 kB | 57/335 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 44 kB/s)
Progress (4): 0.8/2.7 MB | 286/768 kB | 184/327 kB | 57/335 kB
Progress (4): 0.8/2.7 MB | 286/768 kB | 184/327 kB | 61/335 kB
Progress (4): 0.8/2.7 MB | 290/768 kB | 184/327 kB | 61/335 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Progress (4): 0.8/2.7 MB | 290/768 kB | 184/327 kB | 61/335 kB
Progress (4): 0.8/2.7 MB | 290/768 kB | 188/327 kB | 61/335 kB
Progress (4): 0.8/2.7 MB | 290/768 kB | 188/327 kB | 61/335 kB
Progress (4): 0.8/2.7 MB | 294/768 kB | 188/327 kB | 61/335 kB
Progress (4): 0.8/2.7 MB | 294/768 kB | 188/327 kB | 61/335 kB
Progress (4): 0.8/2.7 MB | 294/768 kB | 188/327 kB | 65/335 kB
Progress (4): 0.8/2.7 MB | 294/768 kB | 188/327 kB | 65/335 kB
Progress (4): 0.8/2.7 MB | 295/768 kB | 188/327 kB | 65/335 kB
Progress (4): 0.8/2.7 MB | 295/768 kB | 188/327 kB | 65/335 kB
Progress (4): 0.8/2.7 MB | 295/768 kB | 192/327 kB | 65/335 kB
Progress (4): 0.8/2.7 MB | 295/768 kB | 192/327 kB | 65/335 kB
Progress (4): 0.8/2.7 MB | 299/768 kB | 192/327 kB | 65/335 kB
Progress (4): 0.8/2.7 MB | 299/768 kB | 192/327 kB | 66/335 kB
Progress (4): 0.8/2.7 MB | 303/768 kB | 192/327 kB | 66/335 kB
Progress (4): 0.8/2.7 MB | 303/768 kB | 192/327 kB | 66/335 kB
Progress (4): 0.8/2.7 MB | 303/768 kB | 196/327 kB | 66/335 kB
Progress (4): 0.8/2.7 MB | 303/768 kB | 196/327 kB | 66/335 kB
Progress (4): 0.8/2.7 MB | 307/768 kB | 196/327 kB | 66/335 kB
Progress (4): 0.8/2.7 MB | 307/768 kB | 196/327 kB | 70/335 kB
Progress (4): 0.8/2.7 MB | 311/768 kB | 196/327 kB | 70/335 kB
Progress (4): 0.8/2.7 MB | 311/768 kB | 196/327 kB | 70/335 kB
Progress (4): 0.8/2.7 MB | 315/768 kB | 196/327 kB | 70/335 kB
Progress (4): 0.8/2.7 MB | 315/768 kB | 200/327 kB | 70/335 kB
Progress (4): 0.8/2.7 MB | 319/768 kB | 200/327 kB | 70/335 kB
Progress (4): 0.8/2.7 MB | 319/768 kB | 200/327 kB | 70/335 kB
Progress (4): 0.8/2.7 MB | 319/768 kB | 200/327 kB | 74/335 kB
Progress (4): 0.8/2.7 MB | 319/768 kB | 200/327 kB | 74/335 kB
Progress (4): 0.8/2.7 MB | 323/768 kB | 200/327 kB | 74/335 kB
Progress (4): 0.8/2.7 MB | 323/768 kB | 204/327 kB | 74/335 kB
Progress (4): 0.8/2.7 MB | 327/768 kB | 204/327 kB | 74/335 kB
Progress (4): 0.8/2.7 MB | 327/768 kB | 204/327 kB | 74/335 kB
Progress (4): 0.8/2.7 MB | 327/768 kB | 204/327 kB | 78/335 kB
Progress (4): 0.8/2.7 MB | 327/768 kB | 204/327 kB | 78/335 kB
Progress (4): 0.8/2.7 MB | 331/768 kB | 204/327 kB | 78/335 kB
Progress (4): 0.8/2.7 MB | 331/768 kB | 208/327 kB | 78/335 kB
Progress (4): 0.8/2.7 MB | 335/768 kB | 208/327 kB | 78/335 kB
Progress (4): 0.8/2.7 MB | 335/768 kB | 208/327 kB | 78/335 kB
Progress (4): 0.8/2.7 MB | 335/768 kB | 208/327 kB | 82/335 kB
Progress (4): 0.8/2.7 MB | 335/768 kB | 208/327 kB | 82/335 kB
Progress (4): 0.8/2.7 MB | 335/768 kB | 208/327 kB | 86/335 kB
Progress (4): 0.8/2.7 MB | 339/768 kB | 208/327 kB | 86/335 kB
Progress (4): 0.8/2.7 MB | 339/768 kB | 212/327 kB | 86/335 kB
Progress (4): 0.8/2.7 MB | 343/768 kB | 212/327 kB | 86/335 kB
Progress (4): 0.8/2.7 MB | 343/768 kB | 212/327 kB | 90/335 kB
Progress (4): 0.8/2.7 MB | 343/768 kB | 212/327 kB | 90/335 kB
Progress (4): 0.8/2.7 MB | 343/768 kB | 212/327 kB | 94/335 kB
Progress (4): 0.8/2.7 MB | 347/768 kB | 212/327 kB | 94/335 kB
Progress (4): 0.8/2.7 MB | 347/768 kB | 216/327 kB | 94/335 kB
Progress (5): 0.8/2.7 MB | 347/768 kB | 216/327 kB | 94/335 kB | 4.1/502 kB
Progress (5): 0.8/2.7 MB | 351/768 kB | 216/327 kB | 94/335 kB | 4.1/502 kB
Progress (5): 0.8/2.7 MB | 351/768 kB | 216/327 kB | 94/335 kB | 4.1/502 kB
Progress (5): 0.8/2.7 MB | 351/768 kB | 216/327 kB | 98/335 kB | 4.1/502 kB
Progress (5): 0.8/2.7 MB | 351/768 kB | 216/327 kB | 98/335 kB | 4.1/502 kB
Progress (5): 0.8/2.7 MB | 355/768 kB | 216/327 kB | 98/335 kB | 4.1/502 kB
Progress (5): 0.8/2.7 MB | 355/768 kB | 216/327 kB | 98/335 kB | 7.7/502 kB
Progress (5): 0.8/2.7 MB | 355/768 kB | 220/327 kB | 98/335 kB | 7.7/502 kB
Progress (5): 0.8/2.7 MB | 355/768 kB | 220/327 kB | 98/335 kB | 12/502 kB 
Progress (5): 0.8/2.7 MB | 359/768 kB | 220/327 kB | 98/335 kB | 12/502 kB
Progress (5): 0.8/2.7 MB | 359/768 kB | 220/327 kB | 98/335 kB | 12/502 kB
Progress (5): 0.8/2.7 MB | 363/768 kB | 220/327 kB | 98/335 kB | 12/502 kB
Progress (5): 0.8/2.7 MB | 363/768 kB | 220/327 kB | 98/335 kB | 12/502 kB
Progress (5): 0.8/2.7 MB | 367/768 kB | 220/327 kB | 98/335 kB | 12/502 kB
Progress (5): 0.8/2.7 MB | 367/768 kB | 220/327 kB | 98/335 kB | 12/502 kB
Progress (5): 0.8/2.7 MB | 367/768 kB | 220/327 kB | 98/335 kB | 16/502 kB
Progress (5): 0.8/2.7 MB | 367/768 kB | 220/327 kB | 98/335 kB | 16/502 kB
Progress (5): 0.8/2.7 MB | 367/768 kB | 224/327 kB | 98/335 kB | 16/502 kB
Progress (5): 0.8/2.7 MB | 367/768 kB | 224/327 kB | 98/335 kB | 16/502 kB
Progress (5): 0.8/2.7 MB | 367/768 kB | 224/327 kB | 98/335 kB | 20/502 kB
Progress (5): 0.8/2.7 MB | 371/768 kB | 224/327 kB | 98/335 kB | 20/502 kB
Progress (5): 0.8/2.7 MB | 371/768 kB | 224/327 kB | 102/335 kB | 20/502 kB
Progress (5): 0.8/2.7 MB | 375/768 kB | 224/327 kB | 102/335 kB | 20/502 kB
Progress (5): 0.8/2.7 MB | 375/768 kB | 224/327 kB | 102/335 kB | 24/502 kB
Progress (5): 0.8/2.7 MB | 375/768 kB | 224/327 kB | 102/335 kB | 24/502 kB
Progress (5): 0.8/2.7 MB | 375/768 kB | 228/327 kB | 102/335 kB | 24/502 kB
Progress (5): 0.9/2.7 MB | 375/768 kB | 228/327 kB | 102/335 kB | 24/502 kB
Progress (5): 0.9/2.7 MB | 375/768 kB | 228/327 kB | 102/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 379/768 kB | 228/327 kB | 102/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 379/768 kB | 228/327 kB | 106/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 383/768 kB | 228/327 kB | 106/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 383/768 kB | 228/327 kB | 106/335 kB | 32/502 kB
Progress (5): 0.9/2.7 MB | 383/768 kB | 228/327 kB | 106/335 kB | 32/502 kB
Progress (5): 0.9/2.7 MB | 383/768 kB | 232/327 kB | 106/335 kB | 32/502 kB
Progress (5): 0.9/2.7 MB | 383/768 kB | 232/327 kB | 106/335 kB | 32/502 kB
Progress (5): 0.9/2.7 MB | 383/768 kB | 232/327 kB | 106/335 kB | 33/502 kB
Progress (5): 0.9/2.7 MB | 387/768 kB | 232/327 kB | 106/335 kB | 33/502 kB
Progress (5): 0.9/2.7 MB | 387/768 kB | 232/327 kB | 106/335 kB | 37/502 kB
Progress (5): 0.9/2.7 MB | 387/768 kB | 232/327 kB | 110/335 kB | 37/502 kB
Progress (5): 0.9/2.7 MB | 387/768 kB | 232/327 kB | 110/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 391/768 kB | 232/327 kB | 110/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 391/768 kB | 232/327 kB | 110/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 391/768 kB | 236/327 kB | 110/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 391/768 kB | 236/327 kB | 110/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 395/768 kB | 236/327 kB | 110/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 395/768 kB | 236/327 kB | 110/335 kB | 45/502 kB
Progress (5): 0.9/2.7 MB | 395/768 kB | 236/327 kB | 114/335 kB | 45/502 kB
Progress (5): 0.9/2.7 MB | 395/768 kB | 236/327 kB | 114/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 395/768 kB | 236/327 kB | 118/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 399/768 kB | 236/327 kB | 118/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 399/768 kB | 236/327 kB | 118/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 399/768 kB | 240/327 kB | 118/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 399/768 kB | 240/327 kB | 118/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 403/768 kB | 240/327 kB | 118/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 403/768 kB | 240/327 kB | 122/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 403/768 kB | 240/327 kB | 122/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 403/768 kB | 240/327 kB | 126/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 407/768 kB | 240/327 kB | 126/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 407/768 kB | 240/327 kB | 126/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 411/768 kB | 240/327 kB | 126/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 411/768 kB | 244/327 kB | 126/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 415/768 kB | 244/327 kB | 126/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 415/768 kB | 244/327 kB | 126/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 415/768 kB | 244/327 kB | 130/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 415/768 kB | 244/327 kB | 130/335 kB | 57/502 kB
Progress (5): 0.9/2.7 MB | 415/768 kB | 244/327 kB | 131/335 kB | 57/502 kB
Progress (5): 0.9/2.7 MB | 415/768 kB | 244/327 kB | 131/335 kB | 57/502 kB
Progress (5): 0.9/2.7 MB | 419/768 kB | 244/327 kB | 131/335 kB | 57/502 kB
Progress (5): 0.9/2.7 MB | 419/768 kB | 248/327 kB | 131/335 kB | 57/502 kB
Progress (5): 0.9/2.7 MB | 423/768 kB | 248/327 kB | 131/335 kB | 57/502 kB
Progress (5): 0.9/2.7 MB | 423/768 kB | 248/327 kB | 131/335 kB | 57/502 kB
Progress (5): 0.9/2.7 MB | 423/768 kB | 248/327 kB | 135/335 kB | 57/502 kB
Progress (5): 0.9/2.7 MB | 423/768 kB | 248/327 kB | 135/335 kB | 61/502 kB
Progress (5): 0.9/2.7 MB | 423/768 kB | 248/327 kB | 139/335 kB | 61/502 kB
Progress (5): 0.9/2.7 MB | 423/768 kB | 248/327 kB | 139/335 kB | 61/502 kB
Progress (5): 0.9/2.7 MB | 423/768 kB | 248/327 kB | 143/335 kB | 61/502 kB
Progress (5): 0.9/2.7 MB | 426/768 kB | 248/327 kB | 143/335 kB | 61/502 kB
Progress (5): 0.9/2.7 MB | 426/768 kB | 252/327 kB | 143/335 kB | 61/502 kB
Progress (5): 0.9/2.7 MB | 430/768 kB | 252/327 kB | 143/335 kB | 61/502 kB
Progress (5): 0.9/2.7 MB | 430/768 kB | 252/327 kB | 147/335 kB | 61/502 kB
Progress (5): 0.9/2.7 MB | 430/768 kB | 252/327 kB | 147/335 kB | 61/502 kB
Progress (5): 0.9/2.7 MB | 430/768 kB | 252/327 kB | 147/335 kB | 65/502 kB
Progress (5): 0.9/2.7 MB | 430/768 kB | 252/327 kB | 151/335 kB | 65/502 kB
Progress (5): 0.9/2.7 MB | 434/768 kB | 252/327 kB | 151/335 kB | 65/502 kB
Progress (5): 0.9/2.7 MB | 434/768 kB | 256/327 kB | 151/335 kB | 65/502 kB
Progress (5): 0.9/2.7 MB | 438/768 kB | 256/327 kB | 151/335 kB | 65/502 kB
Progress (5): 0.9/2.7 MB | 438/768 kB | 256/327 kB | 155/335 kB | 65/502 kB
Progress (5): 0.9/2.7 MB | 438/768 kB | 256/327 kB | 155/335 kB | 66/502 kB
Progress (5): 0.9/2.7 MB | 438/768 kB | 256/327 kB | 155/335 kB | 66/502 kB
Progress (5): 0.9/2.7 MB | 438/768 kB | 256/327 kB | 155/335 kB | 70/502 kB
Progress (5): 0.9/2.7 MB | 438/768 kB | 256/327 kB | 159/335 kB | 70/502 kB
Progress (5): 0.9/2.7 MB | 442/768 kB | 256/327 kB | 159/335 kB | 70/502 kB
Progress (5): 0.9/2.7 MB | 442/768 kB | 260/327 kB | 159/335 kB | 70/502 kB
Progress (5): 0.9/2.7 MB | 446/768 kB | 260/327 kB | 159/335 kB | 70/502 kB
Progress (5): 0.9/2.7 MB | 446/768 kB | 260/327 kB | 163/335 kB | 70/502 kB
Progress (5): 0.9/2.7 MB | 446/768 kB | 260/327 kB | 163/335 kB | 74/502 kB
Progress (5): 0.9/2.7 MB | 446/768 kB | 260/327 kB | 163/335 kB | 74/502 kB
Progress (5): 0.9/2.7 MB | 446/768 kB | 260/327 kB | 163/335 kB | 78/502 kB
Progress (5): 0.9/2.7 MB | 446/768 kB | 260/327 kB | 167/335 kB | 78/502 kB
Progress (5): 0.9/2.7 MB | 450/768 kB | 260/327 kB | 167/335 kB | 78/502 kB
Progress (5): 0.9/2.7 MB | 450/768 kB | 264/327 kB | 167/335 kB | 78/502 kB
Progress (5): 0.9/2.7 MB | 454/768 kB | 264/327 kB | 167/335 kB | 78/502 kB
Progress (5): 0.9/2.7 MB | 454/768 kB | 264/327 kB | 171/335 kB | 78/502 kB
Progress (5): 0.9/2.7 MB | 454/768 kB | 264/327 kB | 171/335 kB | 82/502 kB
Progress (5): 0.9/2.7 MB | 454/768 kB | 264/327 kB | 171/335 kB | 82/502 kB
Progress (5): 0.9/2.7 MB | 454/768 kB | 264/327 kB | 171/335 kB | 86/502 kB
Progress (5): 0.9/2.7 MB | 454/768 kB | 264/327 kB | 175/335 kB | 86/502 kB
Progress (5): 0.9/2.7 MB | 458/768 kB | 264/327 kB | 175/335 kB | 86/502 kB
Progress (5): 0.9/2.7 MB | 458/768 kB | 268/327 kB | 175/335 kB | 86/502 kB
Progress (5): 0.9/2.7 MB | 462/768 kB | 268/327 kB | 175/335 kB | 86/502 kB
Progress (5): 0.9/2.7 MB | 462/768 kB | 268/327 kB | 179/335 kB | 86/502 kB
Progress (5): 0.9/2.7 MB | 462/768 kB | 268/327 kB | 179/335 kB | 90/502 kB
Progress (5): 0.9/2.7 MB | 462/768 kB | 268/327 kB | 179/335 kB | 90/502 kB
Progress (5): 0.9/2.7 MB | 462/768 kB | 268/327 kB | 179/335 kB | 94/502 kB
Progress (5): 0.9/2.7 MB | 462/768 kB | 268/327 kB | 183/335 kB | 94/502 kB
Progress (5): 0.9/2.7 MB | 466/768 kB | 268/327 kB | 183/335 kB | 94/502 kB
Progress (5): 0.9/2.7 MB | 466/768 kB | 272/327 kB | 183/335 kB | 94/502 kB
Progress (5): 0.9/2.7 MB | 466/768 kB | 272/327 kB | 187/335 kB | 94/502 kB
Progress (5): 0.9/2.7 MB | 466/768 kB | 272/327 kB | 187/335 kB | 98/502 kB
Progress (5): 0.9/2.7 MB | 466/768 kB | 272/327 kB | 187/335 kB | 98/502 kB
Progress (5): 0.9/2.7 MB | 466/768 kB | 272/327 kB | 187/335 kB | 98/502 kB
Progress (5): 0.9/2.7 MB | 466/768 kB | 272/327 kB | 191/335 kB | 98/502 kB
Progress (5): 0.9/2.7 MB | 466/768 kB | 276/327 kB | 191/335 kB | 98/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 276/327 kB | 191/335 kB | 98/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 280/327 kB | 191/335 kB | 98/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 280/327 kB | 195/335 kB | 98/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 280/327 kB | 195/335 kB | 102/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 280/327 kB | 199/335 kB | 102/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 280/327 kB | 203/335 kB | 102/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 280/327 kB | 207/335 kB | 102/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 280/327 kB | 207/335 kB | 102/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 280/327 kB | 211/335 kB | 102/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 280/327 kB | 211/335 kB | 106/502 kB
Progress (5): 0.9/2.7 MB | 470/768 kB | 284/327 kB | 211/335 kB | 106/502 kB
Progress (5): 0.9/2.7 MB | 474/768 kB | 284/327 kB | 211/335 kB | 106/502 kB
Progress (5): 0.9/2.7 MB | 474/768 kB | 288/327 kB | 211/335 kB | 106/502 kB
Progress (5): 0.9/2.7 MB | 474/768 kB | 288/327 kB | 211/335 kB | 110/502 kB
Progress (5): 0.9/2.7 MB | 474/768 kB | 288/327 kB | 215/335 kB | 110/502 kB
Progress (5): 0.9/2.7 MB | 474/768 kB | 288/327 kB | 215/335 kB | 110/502 kB
Progress (5): 0.9/2.7 MB | 474/768 kB | 288/327 kB | 219/335 kB | 110/502 kB
Progress (5): 0.9/2.7 MB | 474/768 kB | 288/327 kB | 219/335 kB | 114/502 kB
Progress (5): 0.9/2.7 MB | 474/768 kB | 292/327 kB | 219/335 kB | 114/502 kB
Progress (5): 0.9/2.7 MB | 478/768 kB | 292/327 kB | 219/335 kB | 114/502 kB
Progress (5): 0.9/2.7 MB | 478/768 kB | 296/327 kB | 219/335 kB | 114/502 kB
Progress (5): 0.9/2.7 MB | 478/768 kB | 296/327 kB | 219/335 kB | 118/502 kB
Progress (5): 0.9/2.7 MB | 478/768 kB | 296/327 kB | 223/335 kB | 118/502 kB
Progress (5): 0.9/2.7 MB | 478/768 kB | 296/327 kB | 223/335 kB | 118/502 kB
Progress (5): 0.9/2.7 MB | 478/768 kB | 296/327 kB | 227/335 kB | 118/502 kB
Progress (5): 0.9/2.7 MB | 478/768 kB | 296/327 kB | 227/335 kB | 122/502 kB
Progress (5): 0.9/2.7 MB | 478/768 kB | 300/327 kB | 227/335 kB | 122/502 kB
Progress (5): 0.9/2.7 MB | 482/768 kB | 300/327 kB | 227/335 kB | 122/502 kB
Progress (5): 0.9/2.7 MB | 482/768 kB | 304/327 kB | 227/335 kB | 122/502 kB
Progress (5): 0.9/2.7 MB | 482/768 kB | 304/327 kB | 227/335 kB | 126/502 kB
Progress (5): 0.9/2.7 MB | 482/768 kB | 304/327 kB | 231/335 kB | 126/502 kB
Progress (5): 0.9/2.7 MB | 482/768 kB | 304/327 kB | 231/335 kB | 126/502 kB
Progress (5): 0.9/2.7 MB | 482/768 kB | 304/327 kB | 235/335 kB | 126/502 kB
Progress (5): 0.9/2.7 MB | 482/768 kB | 304/327 kB | 235/335 kB | 126/502 kB
Progress (5): 0.9/2.7 MB | 482/768 kB | 304/327 kB | 235/335 kB | 130/502 kB
Progress (5): 0.9/2.7 MB | 482/768 kB | 308/327 kB | 235/335 kB | 130/502 kB
Progress (5): 0.9/2.7 MB | 486/768 kB | 308/327 kB | 235/335 kB | 130/502 kB
Progress (5): 0.9/2.7 MB | 486/768 kB | 312/327 kB | 235/335 kB | 130/502 kB
Progress (5): 0.9/2.7 MB | 486/768 kB | 312/327 kB | 235/335 kB | 131/502 kB
Progress (5): 0.9/2.7 MB | 486/768 kB | 312/327 kB | 235/335 kB | 131/502 kB
Progress (5): 0.9/2.7 MB | 486/768 kB | 312/327 kB | 239/335 kB | 131/502 kB
Progress (5): 0.9/2.7 MB | 486/768 kB | 312/327 kB | 239/335 kB | 131/502 kB
Progress (5): 0.9/2.7 MB | 486/768 kB | 312/327 kB | 239/335 kB | 135/502 kB
Progress (5): 0.9/2.7 MB | 486/768 kB | 316/327 kB | 239/335 kB | 135/502 kB
Progress (5): 0.9/2.7 MB | 490/768 kB | 316/327 kB | 239/335 kB | 135/502 kB
Progress (5): 0.9/2.7 MB | 490/768 kB | 320/327 kB | 239/335 kB | 135/502 kB
Progress (5): 0.9/2.7 MB | 494/768 kB | 320/327 kB | 239/335 kB | 135/502 kB
Progress (5): 0.9/2.7 MB | 494/768 kB | 320/327 kB | 239/335 kB | 139/502 kB
Progress (5): 0.9/2.7 MB | 494/768 kB | 320/327 kB | 239/335 kB | 139/502 kB
Progress (5): 0.9/2.7 MB | 494/768 kB | 320/327 kB | 243/335 kB | 139/502 kB
Progress (5): 0.9/2.7 MB | 494/768 kB | 320/327 kB | 243/335 kB | 139/502 kB
Progress (5): 0.9/2.7 MB | 494/768 kB | 320/327 kB | 243/335 kB | 143/502 kB
Progress (5): 0.9/2.7 MB | 498/768 kB | 320/327 kB | 243/335 kB | 143/502 kB
Progress (5): 0.9/2.7 MB | 498/768 kB | 324/327 kB | 243/335 kB | 143/502 kB
Progress (5): 0.9/2.7 MB | 502/768 kB | 324/327 kB | 243/335 kB | 143/502 kB
Progress (5): 0.9/2.7 MB | 502/768 kB | 324/327 kB | 243/335 kB | 147/502 kB
Progress (5): 0.9/2.7 MB | 502/768 kB | 324/327 kB | 243/335 kB | 147/502 kB
Progress (5): 0.9/2.7 MB | 502/768 kB | 324/327 kB | 247/335 kB | 147/502 kB
Progress (5): 1.0/2.7 MB | 502/768 kB | 324/327 kB | 247/335 kB | 147/502 kB
Progress (5): 1.0/2.7 MB | 502/768 kB | 324/327 kB | 247/335 kB | 151/502 kB
Progress (5): 1.0/2.7 MB | 506/768 kB | 324/327 kB | 247/335 kB | 151/502 kB
Progress (5): 1.0/2.7 MB | 506/768 kB | 327 kB | 247/335 kB | 151/502 kB    
Progress (5): 1.0/2.7 MB | 510/768 kB | 327 kB | 247/335 kB | 151/502 kB
Progress (5): 1.0/2.7 MB | 510/768 kB | 327 kB | 247/335 kB | 155/502 kB
Progress (5): 1.0/2.7 MB | 510/768 kB | 327 kB | 247/335 kB | 155/502 kB
Progress (5): 1.0/2.7 MB | 510/768 kB | 327 kB | 251/335 kB | 155/502 kB
Progress (5): 1.0/2.7 MB | 510/768 kB | 327 kB | 251/335 kB | 155/502 kB
Progress (5): 1.0/2.7 MB | 510/768 kB | 327 kB | 251/335 kB | 159/502 kB
Progress (5): 1.0/2.7 MB | 514/768 kB | 327 kB | 251/335 kB | 159/502 kB
Progress (5): 1.0/2.7 MB | 514/768 kB | 327 kB | 251/335 kB | 163/502 kB
Progress (5): 1.0/2.7 MB | 514/768 kB | 327 kB | 251/335 kB | 163/502 kB
Progress (5): 1.0/2.7 MB | 514/768 kB | 327 kB | 255/335 kB | 163/502 kB
Progress (5): 1.0/2.7 MB | 514/768 kB | 327 kB | 255/335 kB | 163/502 kB
Progress (5): 1.0/2.7 MB | 514/768 kB | 327 kB | 255/335 kB | 164/502 kB
Progress (5): 1.0/2.7 MB | 518/768 kB | 327 kB | 255/335 kB | 164/502 kB
Progress (5): 1.0/2.7 MB | 518/768 kB | 327 kB | 255/335 kB | 168/502 kB
Progress (5): 1.0/2.7 MB | 518/768 kB | 327 kB | 255/335 kB | 168/502 kB
Progress (5): 1.0/2.7 MB | 518/768 kB | 327 kB | 259/335 kB | 168/502 kB
Progress (5): 1.0/2.7 MB | 518/768 kB | 327 kB | 259/335 kB | 168/502 kB
Progress (5): 1.0/2.7 MB | 518/768 kB | 327 kB | 259/335 kB | 172/502 kB
Progress (5): 1.0/2.7 MB | 522/768 kB | 327 kB | 259/335 kB | 172/502 kB
Progress (5): 1.0/2.7 MB | 522/768 kB | 327 kB | 259/335 kB | 176/502 kB
Progress (5): 1.0/2.7 MB | 522/768 kB | 327 kB | 259/335 kB | 176/502 kB
Progress (5): 1.0/2.7 MB | 522/768 kB | 327 kB | 263/335 kB | 176/502 kB
Progress (5): 1.0/2.7 MB | 522/768 kB | 327 kB | 263/335 kB | 176/502 kB
Progress (5): 1.0/2.7 MB | 522/768 kB | 327 kB | 263/335 kB | 180/502 kB
Progress (5): 1.0/2.7 MB | 526/768 kB | 327 kB | 263/335 kB | 180/502 kB
Progress (5): 1.0/2.7 MB | 526/768 kB | 327 kB | 263/335 kB | 184/502 kB
Progress (5): 1.0/2.7 MB | 526/768 kB | 327 kB | 263/335 kB | 184/502 kB
Progress (5): 1.0/2.7 MB | 526/768 kB | 327 kB | 267/335 kB | 184/502 kB
Progress (5): 1.0/2.7 MB | 526/768 kB | 327 kB | 267/335 kB | 184/502 kB
Progress (5): 1.0/2.7 MB | 526/768 kB | 327 kB | 267/335 kB | 188/502 kB
Progress (5): 1.0/2.7 MB | 530/768 kB | 327 kB | 267/335 kB | 188/502 kB
Progress (5): 1.0/2.7 MB | 530/768 kB | 327 kB | 267/335 kB | 192/502 kB
Progress (5): 1.0/2.7 MB | 530/768 kB | 327 kB | 267/335 kB | 192/502 kB
Progress (5): 1.0/2.7 MB | 530/768 kB | 327 kB | 271/335 kB | 192/502 kB
Progress (5): 1.0/2.7 MB | 530/768 kB | 327 kB | 271/335 kB | 192/502 kB
Progress (5): 1.0/2.7 MB | 530/768 kB | 327 kB | 271/335 kB | 196/502 kB
Progress (5): 1.0/2.7 MB | 534/768 kB | 327 kB | 271/335 kB | 196/502 kB
Progress (5): 1.0/2.7 MB | 534/768 kB | 327 kB | 271/335 kB | 197/502 kB
Progress (5): 1.0/2.7 MB | 534/768 kB | 327 kB | 271/335 kB | 197/502 kB
Progress (5): 1.0/2.7 MB | 534/768 kB | 327 kB | 275/335 kB | 197/502 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 217 kB/s)
Progress (4): 1.0/2.7 MB | 534/768 kB | 275/335 kB | 197/502 kB
Progress (4): 1.0/2.7 MB | 534/768 kB | 275/335 kB | 201/502 kB
Progress (4): 1.0/2.7 MB | 538/768 kB | 275/335 kB | 201/502 kB
Progress (4): 1.0/2.7 MB | 538/768 kB | 275/335 kB | 205/502 kB
Progress (4): 1.0/2.7 MB | 542/768 kB | 275/335 kB | 205/502 kB
Progress (4): 1.0/2.7 MB | 542/768 kB | 275/335 kB | 205/502 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Progress (4): 1.0/2.7 MB | 542/768 kB | 279/335 kB | 205/502 kB
Progress (4): 1.0/2.7 MB | 542/768 kB | 279/335 kB | 205/502 kB
Progress (4): 1.0/2.7 MB | 546/768 kB | 279/335 kB | 205/502 kB
Progress (4): 1.0/2.7 MB | 546/768 kB | 279/335 kB | 209/502 kB
Progress (4): 1.0/2.7 MB | 550/768 kB | 279/335 kB | 209/502 kB
Progress (4): 1.0/2.7 MB | 550/768 kB | 279/335 kB | 209/502 kB
Progress (4): 1.0/2.7 MB | 550/768 kB | 283/335 kB | 209/502 kB
Progress (4): 1.0/2.7 MB | 550/768 kB | 283/335 kB | 209/502 kB
Progress (4): 1.0/2.7 MB | 554/768 kB | 283/335 kB | 209/502 kB
Progress (4): 1.0/2.7 MB | 554/768 kB | 283/335 kB | 213/502 kB
Progress (4): 1.0/2.7 MB | 558/768 kB | 283/335 kB | 213/502 kB
Progress (4): 1.0/2.7 MB | 558/768 kB | 283/335 kB | 213/502 kB
Progress (4): 1.0/2.7 MB | 558/768 kB | 287/335 kB | 213/502 kB
Progress (4): 1.0/2.7 MB | 558/768 kB | 287/335 kB | 213/502 kB
Progress (4): 1.0/2.7 MB | 562/768 kB | 287/335 kB | 213/502 kB
Progress (4): 1.0/2.7 MB | 562/768 kB | 287/335 kB | 213/502 kB
Progress (4): 1.0/2.7 MB | 566/768 kB | 287/335 kB | 213/502 kB
Progress (4): 1.0/2.7 MB | 566/768 kB | 287/335 kB | 217/502 kB
Progress (4): 1.0/2.7 MB | 570/768 kB | 287/335 kB | 217/502 kB
Progress (4): 1.0/2.7 MB | 570/768 kB | 287/335 kB | 217/502 kB
Progress (4): 1.0/2.7 MB | 570/768 kB | 291/335 kB | 217/502 kB
Progress (4): 1.0/2.7 MB | 570/768 kB | 291/335 kB | 217/502 kB
Progress (4): 1.0/2.7 MB | 570/768 kB | 295/335 kB | 217/502 kB
Progress (4): 1.0/2.7 MB | 574/768 kB | 295/335 kB | 217/502 kB
Progress (4): 1.0/2.7 MB | 574/768 kB | 295/335 kB | 221/502 kB
Progress (4): 1.0/2.7 MB | 578/768 kB | 295/335 kB | 221/502 kB
Progress (4): 1.0/2.7 MB | 578/768 kB | 295/335 kB | 225/502 kB
Progress (4): 1.0/2.7 MB | 578/768 kB | 299/335 kB | 225/502 kB
Progress (4): 1.0/2.7 MB | 578/768 kB | 299/335 kB | 225/502 kB
Progress (4): 1.0/2.7 MB | 578/768 kB | 303/335 kB | 225/502 kB
Progress (4): 1.0/2.7 MB | 578/768 kB | 303/335 kB | 229/502 kB
Progress (4): 1.0/2.7 MB | 582/768 kB | 303/335 kB | 229/502 kB
Progress (4): 1.0/2.7 MB | 582/768 kB | 303/335 kB | 229/502 kB
Progress (4): 1.0/2.7 MB | 582/768 kB | 307/335 kB | 229/502 kB
Progress (4): 1.0/2.7 MB | 582/768 kB | 307/335 kB | 233/502 kB
Progress (4): 1.0/2.7 MB | 582/768 kB | 307/335 kB | 233/502 kB
Progress (4): 1.0/2.7 MB | 582/768 kB | 307/335 kB | 237/502 kB
Progress (4): 1.0/2.7 MB | 582/768 kB | 311/335 kB | 237/502 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 311/335 kB | 237/502 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 315/335 kB | 237/502 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 315/335 kB | 241/502 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 315/335 kB | 241/502 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 315/335 kB | 245/502 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 319/335 kB | 245/502 kB
Progress (4): 1.0/2.7 MB | 590/768 kB | 319/335 kB | 245/502 kB
Progress (4): 1.0/2.7 MB | 590/768 kB | 323/335 kB | 245/502 kB
Progress (4): 1.0/2.7 MB | 590/768 kB | 323/335 kB | 249/502 kB
Progress (4): 1.0/2.7 MB | 590/768 kB | 323/335 kB | 249/502 kB
Progress (4): 1.0/2.7 MB | 590/768 kB | 323/335 kB | 253/502 kB
Progress (4): 1.0/2.7 MB | 590/768 kB | 327/335 kB | 253/502 kB
Progress (4): 1.0/2.7 MB | 594/768 kB | 327/335 kB | 253/502 kB
Progress (4): 1.0/2.7 MB | 594/768 kB | 331/335 kB | 253/502 kB
Progress (5): 1.0/2.7 MB | 594/768 kB | 331/335 kB | 253/502 kB | 4.1/197 kB
Progress (5): 1.0/2.7 MB | 594/768 kB | 331/335 kB | 257/502 kB | 4.1/197 kB
Progress (5): 1.1/2.7 MB | 594/768 kB | 331/335 kB | 257/502 kB | 4.1/197 kB
Progress (5): 1.1/2.7 MB | 594/768 kB | 331/335 kB | 261/502 kB | 4.1/197 kB
Progress (5): 1.1/2.7 MB | 594/768 kB | 331/335 kB | 261/502 kB | 7.7/197 kB
Progress (5): 1.1/2.7 MB | 594/768 kB | 335 kB | 261/502 kB | 7.7/197 kB    
Progress (5): 1.1/2.7 MB | 598/768 kB | 335 kB | 261/502 kB | 7.7/197 kB
Progress (5): 1.1/2.7 MB | 598/768 kB | 335 kB | 261/502 kB | 12/197 kB 
Progress (5): 1.1/2.7 MB | 598/768 kB | 335 kB | 262/502 kB | 12/197 kB
Progress (5): 1.1/2.7 MB | 598/768 kB | 335 kB | 262/502 kB | 12/197 kB
Progress (5): 1.1/2.7 MB | 598/768 kB | 335 kB | 266/502 kB | 12/197 kB
Progress (5): 1.1/2.7 MB | 598/768 kB | 335 kB | 266/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 602/768 kB | 335 kB | 266/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 602/768 kB | 335 kB | 270/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 602/768 kB | 335 kB | 270/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 602/768 kB | 335 kB | 274/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 606/768 kB | 335 kB | 274/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 606/768 kB | 335 kB | 274/502 kB | 20/197 kB
Progress (5): 1.1/2.7 MB | 610/768 kB | 335 kB | 274/502 kB | 20/197 kB
Progress (5): 1.1/2.7 MB | 610/768 kB | 335 kB | 278/502 kB | 20/197 kB
Progress (5): 1.1/2.7 MB | 610/768 kB | 335 kB | 278/502 kB | 20/197 kB
Progress (5): 1.1/2.7 MB | 610/768 kB | 335 kB | 282/502 kB | 20/197 kB
Progress (5): 1.1/2.7 MB | 614/768 kB | 335 kB | 282/502 kB | 20/197 kB
Progress (5): 1.1/2.7 MB | 614/768 kB | 335 kB | 282/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 618/768 kB | 335 kB | 282/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 618/768 kB | 335 kB | 286/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 618/768 kB | 335 kB | 286/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 618/768 kB | 335 kB | 290/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 622/768 kB | 335 kB | 290/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 622/768 kB | 335 kB | 290/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 623/768 kB | 335 kB | 290/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 623/768 kB | 335 kB | 294/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 623/768 kB | 335 kB | 294/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 623/768 kB | 335 kB | 295/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 627/768 kB | 335 kB | 295/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 627/768 kB | 335 kB | 295/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 631/768 kB | 335 kB | 295/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 631/768 kB | 335 kB | 299/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 631/768 kB | 335 kB | 299/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 631/768 kB | 335 kB | 303/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 635/768 kB | 335 kB | 303/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 635/768 kB | 335 kB | 303/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 639/768 kB | 335 kB | 303/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 639/768 kB | 335 kB | 307/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 639/768 kB | 335 kB | 307/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 639/768 kB | 335 kB | 311/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 643/768 kB | 335 kB | 311/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 643/768 kB | 335 kB | 311/502 kB | 37/197 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 220 kB/s)
Progress (4): 1.1/2.7 MB | 643/768 kB | 311/502 kB | 41/197 kB
Progress (4): 1.1/2.7 MB | 647/768 kB | 311/502 kB | 41/197 kB
Progress (4): 1.1/2.7 MB | 647/768 kB | 315/502 kB | 41/197 kB
Progress (4): 1.1/2.7 MB | 647/768 kB | 315/502 kB | 41/197 kB
Progress (4): 1.1/2.7 MB | 647/768 kB | 319/502 kB | 41/197 kB
Progress (4): 1.1/2.7 MB | 651/768 kB | 319/502 kB | 41/197 kB
Progress (4): 1.1/2.7 MB | 651/768 kB | 323/502 kB | 41/197 kB
Progress (4): 1.1/2.7 MB | 651/768 kB | 323/502 kB | 45/197 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
Progress (4): 1.1/2.7 MB | 651/768 kB | 323/502 kB | 49/197 kB
Progress (4): 1.1/2.7 MB | 651/768 kB | 327/502 kB | 49/197 kB
Progress (4): 1.1/2.7 MB | 655/768 kB | 327/502 kB | 49/197 kB
Progress (4): 1.1/2.7 MB | 655/768 kB | 327/502 kB | 49/197 kB
Progress (4): 1.1/2.7 MB | 655/768 kB | 327/502 kB | 49/197 kB
Progress (4): 1.1/2.7 MB | 655/768 kB | 331/502 kB | 49/197 kB
Progress (4): 1.1/2.7 MB | 655/768 kB | 331/502 kB | 53/197 kB
Progress (4): 1.1/2.7 MB | 655/768 kB | 335/502 kB | 53/197 kB
Progress (4): 1.1/2.7 MB | 659/768 kB | 335/502 kB | 53/197 kB
Progress (4): 1.1/2.7 MB | 659/768 kB | 335/502 kB | 53/197 kB
Progress (4): 1.1/2.7 MB | 663/768 kB | 335/502 kB | 53/197 kB
Progress (4): 1.1/2.7 MB | 663/768 kB | 339/502 kB | 53/197 kB
Progress (4): 1.1/2.7 MB | 667/768 kB | 339/502 kB | 53/197 kB
Progress (4): 1.1/2.7 MB | 667/768 kB | 339/502 kB | 57/197 kB
Progress (4): 1.1/2.7 MB | 671/768 kB | 339/502 kB | 57/197 kB
Progress (4): 1.1/2.7 MB | 671/768 kB | 343/502 kB | 57/197 kB
Progress (4): 1.1/2.7 MB | 671/768 kB | 343/502 kB | 57/197 kB
Progress (4): 1.1/2.7 MB | 671/768 kB | 347/502 kB | 57/197 kB
Progress (4): 1.1/2.7 MB | 675/768 kB | 347/502 kB | 57/197 kB
Progress (4): 1.1/2.7 MB | 675/768 kB | 347/502 kB | 61/197 kB
Progress (4): 1.1/2.7 MB | 679/768 kB | 347/502 kB | 61/197 kB
Progress (4): 1.1/2.7 MB | 679/768 kB | 351/502 kB | 61/197 kB
Progress (4): 1.1/2.7 MB | 679/768 kB | 351/502 kB | 61/197 kB
Progress (4): 1.1/2.7 MB | 679/768 kB | 355/502 kB | 61/197 kB
Progress (4): 1.1/2.7 MB | 679/768 kB | 355/502 kB | 61/197 kB
Progress (4): 1.1/2.7 MB | 683/768 kB | 355/502 kB | 61/197 kB
Progress (4): 1.1/2.7 MB | 683/768 kB | 355/502 kB | 65/197 kB
Progress (4): 1.1/2.7 MB | 687/768 kB | 355/502 kB | 65/197 kB
Progress (4): 1.1/2.7 MB | 687/768 kB | 355/502 kB | 65/197 kB
Progress (4): 1.1/2.7 MB | 687/768 kB | 359/502 kB | 65/197 kB
Progress (4): 1.1/2.7 MB | 688/768 kB | 359/502 kB | 65/197 kB
Progress (4): 1.1/2.7 MB | 688/768 kB | 359/502 kB | 66/197 kB
Progress (4): 1.1/2.7 MB | 692/768 kB | 359/502 kB | 66/197 kB
Progress (4): 1.1/2.7 MB | 692/768 kB | 360/502 kB | 66/197 kB
Progress (4): 1.1/2.7 MB | 692/768 kB | 360/502 kB | 66/197 kB
Progress (4): 1.1/2.7 MB | 692/768 kB | 365/502 kB | 66/197 kB
Progress (4): 1.1/2.7 MB | 696/768 kB | 365/502 kB | 66/197 kB
Progress (4): 1.1/2.7 MB | 696/768 kB | 365/502 kB | 70/197 kB
Progress (4): 1.1/2.7 MB | 700/768 kB | 365/502 kB | 70/197 kB
Progress (4): 1.1/2.7 MB | 700/768 kB | 368/502 kB | 70/197 kB
Progress (4): 1.1/2.7 MB | 700/768 kB | 368/502 kB | 70/197 kB
Progress (4): 1.1/2.7 MB | 700/768 kB | 373/502 kB | 70/197 kB
Progress (4): 1.1/2.7 MB | 704/768 kB | 373/502 kB | 70/197 kB
Progress (4): 1.1/2.7 MB | 704/768 kB | 373/502 kB | 74/197 kB
Progress (4): 1.1/2.7 MB | 708/768 kB | 373/502 kB | 74/197 kB
Progress (4): 1.1/2.7 MB | 708/768 kB | 373/502 kB | 78/197 kB
Progress (4): 1.1/2.7 MB | 708/768 kB | 376/502 kB | 78/197 kB
Progress (4): 1.1/2.7 MB | 708/768 kB | 376/502 kB | 78/197 kB
Progress (5): 1.1/2.7 MB | 708/768 kB | 376/502 kB | 78/197 kB | 4.1/215 kB
Progress (5): 1.1/2.7 MB | 708/768 kB | 376/502 kB | 82/197 kB | 4.1/215 kB
Progress (5): 1.1/2.7 MB | 712/768 kB | 376/502 kB | 82/197 kB | 4.1/215 kB
Progress (5): 1.1/2.7 MB | 712/768 kB | 376/502 kB | 86/197 kB | 4.1/215 kB
Progress (5): 1.1/2.7 MB | 712/768 kB | 376/502 kB | 86/197 kB | 7.7/215 kB
Progress (5): 1.1/2.7 MB | 712/768 kB | 376/502 kB | 86/197 kB | 7.7/215 kB
Progress (5): 1.1/2.7 MB | 712/768 kB | 381/502 kB | 86/197 kB | 7.7/215 kB
Progress (5): 1.1/2.7 MB | 712/768 kB | 381/502 kB | 86/197 kB | 7.7/215 kB
Progress (5): 1.1/2.7 MB | 712/768 kB | 381/502 kB | 86/197 kB | 12/215 kB 
Progress (5): 1.1/2.7 MB | 712/768 kB | 381/502 kB | 90/197 kB | 12/215 kB
Progress (5): 1.1/2.7 MB | 716/768 kB | 381/502 kB | 90/197 kB | 12/215 kB
Progress (5): 1.1/2.7 MB | 716/768 kB | 381/502 kB | 94/197 kB | 12/215 kB
Progress (5): 1.1/2.7 MB | 716/768 kB | 381/502 kB | 94/197 kB | 16/215 kB
Progress (5): 1.1/2.7 MB | 716/768 kB | 381/502 kB | 94/197 kB | 16/215 kB
Progress (5): 1.1/2.7 MB | 716/768 kB | 381/502 kB | 94/197 kB | 20/215 kB
Progress (5): 1.1/2.7 MB | 716/768 kB | 384/502 kB | 94/197 kB | 20/215 kB
Progress (5): 1.1/2.7 MB | 716/768 kB | 384/502 kB | 94/197 kB | 24/215 kB
Progress (5): 1.1/2.7 MB | 716/768 kB | 384/502 kB | 94/197 kB | 24/215 kB
Progress (5): 1.1/2.7 MB | 716/768 kB | 384/502 kB | 98/197 kB | 24/215 kB
Progress (5): 1.1/2.7 MB | 720/768 kB | 384/502 kB | 98/197 kB | 24/215 kB
Progress (5): 1.1/2.7 MB | 720/768 kB | 384/502 kB | 98/197 kB | 24/215 kB
Progress (5): 1.1/2.7 MB | 724/768 kB | 384/502 kB | 98/197 kB | 24/215 kB
Progress (5): 1.1/2.7 MB | 724/768 kB | 384/502 kB | 98/197 kB | 24/215 kB
Progress (5): 1.1/2.7 MB | 724/768 kB | 384/502 kB | 98/197 kB | 28/215 kB
Progress (5): 1.1/2.7 MB | 724/768 kB | 389/502 kB | 98/197 kB | 28/215 kB
Progress (5): 1.1/2.7 MB | 724/768 kB | 389/502 kB | 98/197 kB | 32/215 kB
Progress (5): 1.1/2.7 MB | 724/768 kB | 389/502 kB | 98/197 kB | 32/215 kB
Progress (5): 1.1/2.7 MB | 728/768 kB | 389/502 kB | 98/197 kB | 32/215 kB
Progress (5): 1.1/2.7 MB | 728/768 kB | 389/502 kB | 102/197 kB | 32/215 kB
Progress (5): 1.1/2.7 MB | 732/768 kB | 389/502 kB | 102/197 kB | 32/215 kB
Progress (5): 1.1/2.7 MB | 732/768 kB | 389/502 kB | 102/197 kB | 32/215 kB
Progress (5): 1.1/2.7 MB | 732/768 kB | 389/502 kB | 102/197 kB | 33/215 kB
Progress (5): 1.1/2.7 MB | 732/768 kB | 392/502 kB | 102/197 kB | 33/215 kB
Progress (5): 1.1/2.7 MB | 732/768 kB | 392/502 kB | 102/197 kB | 37/215 kB
Progress (5): 1.1/2.7 MB | 732/768 kB | 392/502 kB | 102/197 kB | 37/215 kB
Progress (5): 1.1/2.7 MB | 736/768 kB | 392/502 kB | 102/197 kB | 37/215 kB
Progress (5): 1.1/2.7 MB | 736/768 kB | 392/502 kB | 106/197 kB | 37/215 kB
Progress (5): 1.1/2.7 MB | 740/768 kB | 392/502 kB | 106/197 kB | 37/215 kB
Progress (5): 1.1/2.7 MB | 740/768 kB | 392/502 kB | 110/197 kB | 37/215 kB
Progress (5): 1.2/2.7 MB | 740/768 kB | 392/502 kB | 110/197 kB | 37/215 kB
Progress (5): 1.2/2.7 MB | 740/768 kB | 392/502 kB | 110/197 kB | 41/215 kB
Progress (5): 1.2/2.7 MB | 740/768 kB | 393/502 kB | 110/197 kB | 41/215 kB
Progress (5): 1.2/2.7 MB | 740/768 kB | 393/502 kB | 110/197 kB | 45/215 kB
Progress (5): 1.2/2.7 MB | 740/768 kB | 393/502 kB | 110/197 kB | 45/215 kB
Progress (5): 1.2/2.7 MB | 740/768 kB | 393/502 kB | 114/197 kB | 45/215 kB
Progress (5): 1.2/2.7 MB | 744/768 kB | 393/502 kB | 114/197 kB | 45/215 kB
Progress (5): 1.2/2.7 MB | 744/768 kB | 393/502 kB | 118/197 kB | 45/215 kB
Progress (5): 1.2/2.7 MB | 744/768 kB | 393/502 kB | 118/197 kB | 45/215 kB
Progress (5): 1.2/2.7 MB | 744/768 kB | 393/502 kB | 118/197 kB | 49/215 kB
Progress (5): 1.2/2.7 MB | 744/768 kB | 397/502 kB | 118/197 kB | 49/215 kB
Progress (5): 1.2/2.7 MB | 744/768 kB | 397/502 kB | 118/197 kB | 53/215 kB
Progress (5): 1.2/2.7 MB | 744/768 kB | 397/502 kB | 118/197 kB | 53/215 kB
Progress (5): 1.2/2.7 MB | 744/768 kB | 397/502 kB | 122/197 kB | 53/215 kB
Progress (5): 1.2/2.7 MB | 748/768 kB | 397/502 kB | 122/197 kB | 53/215 kB
Progress (5): 1.2/2.7 MB | 748/768 kB | 397/502 kB | 126/197 kB | 53/215 kB
Progress (5): 1.2/2.7 MB | 748/768 kB | 397/502 kB | 126/197 kB | 53/215 kB
Progress (5): 1.2/2.7 MB | 748/768 kB | 397/502 kB | 126/197 kB | 57/215 kB
Progress (5): 1.2/2.7 MB | 748/768 kB | 401/502 kB | 126/197 kB | 57/215 kB
Progress (5): 1.2/2.7 MB | 748/768 kB | 401/502 kB | 126/197 kB | 61/215 kB
Progress (5): 1.2/2.7 MB | 748/768 kB | 401/502 kB | 126/197 kB | 61/215 kB
Progress (5): 1.2/2.7 MB | 748/768 kB | 401/502 kB | 130/197 kB | 61/215 kB
Progress (5): 1.2/2.7 MB | 752/768 kB | 401/502 kB | 130/197 kB | 61/215 kB
Progress (5): 1.2/2.7 MB | 752/768 kB | 401/502 kB | 131/197 kB | 61/215 kB
Progress (5): 1.2/2.7 MB | 752/768 kB | 401/502 kB | 131/197 kB | 61/215 kB
Progress (5): 1.2/2.7 MB | 752/768 kB | 401/502 kB | 131/197 kB | 65/215 kB
Progress (5): 1.2/2.7 MB | 752/768 kB | 405/502 kB | 131/197 kB | 65/215 kB
Progress (5): 1.2/2.7 MB | 752/768 kB | 405/502 kB | 131/197 kB | 66/215 kB
Progress (5): 1.2/2.7 MB | 752/768 kB | 405/502 kB | 131/197 kB | 66/215 kB
Progress (5): 1.2/2.7 MB | 752/768 kB | 405/502 kB | 135/197 kB | 66/215 kB
Progress (5): 1.2/2.7 MB | 756/768 kB | 405/502 kB | 135/197 kB | 66/215 kB
Progress (5): 1.2/2.7 MB | 756/768 kB | 405/502 kB | 139/197 kB | 66/215 kB
Progress (5): 1.2/2.7 MB | 756/768 kB | 405/502 kB | 139/197 kB | 66/215 kB
Progress (5): 1.2/2.7 MB | 756/768 kB | 405/502 kB | 139/197 kB | 70/215 kB
Progress (5): 1.2/2.7 MB | 756/768 kB | 409/502 kB | 139/197 kB | 70/215 kB
Progress (5): 1.2/2.7 MB | 756/768 kB | 409/502 kB | 139/197 kB | 74/215 kB
Progress (5): 1.2/2.7 MB | 756/768 kB | 409/502 kB | 139/197 kB | 74/215 kB
Progress (5): 1.2/2.7 MB | 756/768 kB | 409/502 kB | 143/197 kB | 74/215 kB
Progress (5): 1.2/2.7 MB | 760/768 kB | 409/502 kB | 143/197 kB | 74/215 kB
Progress (5): 1.2/2.7 MB | 760/768 kB | 409/502 kB | 147/197 kB | 74/215 kB
Progress (5): 1.2/2.7 MB | 760/768 kB | 409/502 kB | 147/197 kB | 74/215 kB
Progress (5): 1.2/2.7 MB | 760/768 kB | 409/502 kB | 147/197 kB | 78/215 kB
Progress (5): 1.2/2.7 MB | 760/768 kB | 413/502 kB | 147/197 kB | 78/215 kB
Progress (5): 1.2/2.7 MB | 760/768 kB | 413/502 kB | 147/197 kB | 82/215 kB
Progress (5): 1.2/2.7 MB | 760/768 kB | 413/502 kB | 147/197 kB | 82/215 kB
Progress (5): 1.2/2.7 MB | 760/768 kB | 413/502 kB | 151/197 kB | 82/215 kB
Progress (5): 1.2/2.7 MB | 764/768 kB | 413/502 kB | 151/197 kB | 82/215 kB
Progress (5): 1.2/2.7 MB | 764/768 kB | 413/502 kB | 155/197 kB | 82/215 kB
Progress (5): 1.2/2.7 MB | 764/768 kB | 413/502 kB | 155/197 kB | 82/215 kB
Progress (5): 1.2/2.7 MB | 764/768 kB | 413/502 kB | 159/197 kB | 82/215 kB
Progress (5): 1.2/2.7 MB | 764/768 kB | 413/502 kB | 159/197 kB | 86/215 kB
Progress (5): 1.2/2.7 MB | 764/768 kB | 417/502 kB | 159/197 kB | 86/215 kB
Progress (5): 1.2/2.7 MB | 764/768 kB | 417/502 kB | 159/197 kB | 90/215 kB
Progress (5): 1.2/2.7 MB | 764/768 kB | 417/502 kB | 163/197 kB | 90/215 kB
Progress (5): 1.2/2.7 MB | 764/768 kB | 417/502 kB | 163/197 kB | 90/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 417/502 kB | 163/197 kB | 90/215 kB    
Progress (5): 1.2/2.7 MB | 768 kB | 417/502 kB | 163/197 kB | 90/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 417/502 kB | 164/197 kB | 90/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 417/502 kB | 164/197 kB | 94/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 417/502 kB | 168/197 kB | 94/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 421/502 kB | 168/197 kB | 94/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 421/502 kB | 172/197 kB | 94/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 421/502 kB | 172/197 kB | 98/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 421/502 kB | 172/197 kB | 98/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 421/502 kB | 172/197 kB | 98/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 421/502 kB | 176/197 kB | 98/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 425/502 kB | 176/197 kB | 98/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 425/502 kB | 180/197 kB | 98/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 425/502 kB | 180/197 kB | 102/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 425/502 kB | 184/197 kB | 102/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 425/502 kB | 184/197 kB | 102/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 425/502 kB | 188/197 kB | 102/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 425/502 kB | 188/197 kB | 106/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 426/502 kB | 188/197 kB | 106/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 426/502 kB | 188/197 kB | 110/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 426/502 kB | 192/197 kB | 110/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 426/502 kB | 192/197 kB | 110/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 426/502 kB | 196/197 kB | 110/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 426/502 kB | 196/197 kB | 114/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 430/502 kB | 196/197 kB | 114/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 430/502 kB | 196/197 kB | 118/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 430/502 kB | 197 kB | 118/215 kB    
Progress (5): 1.2/2.7 MB | 768 kB | 430/502 kB | 197 kB | 118/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 430/502 kB | 197 kB | 122/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 434/502 kB | 197 kB | 122/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 434/502 kB | 197 kB | 126/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 434/502 kB | 197 kB | 126/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 434/502 kB | 197 kB | 130/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 438/502 kB | 197 kB | 130/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 438/502 kB | 197 kB | 131/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 438/502 kB | 197 kB | 131/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 438/502 kB | 197 kB | 135/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 442/502 kB | 197 kB | 135/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 442/502 kB | 197 kB | 139/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 442/502 kB | 197 kB | 139/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 442/502 kB | 197 kB | 143/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 446/502 kB | 197 kB | 143/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 446/502 kB | 197 kB | 147/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 446/502 kB | 197 kB | 147/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 446/502 kB | 197 kB | 151/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 450/502 kB | 197 kB | 151/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 450/502 kB | 197 kB | 155/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 450/502 kB | 197 kB | 155/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 450/502 kB | 197 kB | 159/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 454/502 kB | 197 kB | 159/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 454/502 kB | 197 kB | 163/215 kB
Progress (5): 1.2/2.7 MB | 768 kB | 454/502 kB | 197 kB | 163/215 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar (768 kB at 474 kB/s)
Progress (4): 1.3/2.7 MB | 454/502 kB | 197 kB | 163/215 kB
Progress (4): 1.3/2.7 MB | 454/502 kB | 197 kB | 167/215 kB
Progress (4): 1.3/2.7 MB | 458/502 kB | 197 kB | 167/215 kB
Progress (4): 1.3/2.7 MB | 458/502 kB | 197 kB | 171/215 kB
Progress (4): 1.3/2.7 MB | 458/502 kB | 197 kB | 171/215 kB
Progress (4): 1.3/2.7 MB | 459/502 kB | 197 kB | 171/215 kB
Progress (4): 1.3/2.7 MB | 459/502 kB | 197 kB | 171/215 kB
Progress (4): 1.3/2.7 MB | 463/502 kB | 197 kB | 171/215 kB
Progress (4): 1.3/2.7 MB | 463/502 kB | 197 kB | 175/215 kB
Progress (4): 1.3/2.7 MB | 467/502 kB | 197 kB | 175/215 kB
Progress (4): 1.3/2.7 MB | 467/502 kB | 197 kB | 175/215 kB
Progress (4): 1.3/2.7 MB | 471/502 kB | 197 kB | 175/215 kB
Progress (4): 1.3/2.7 MB | 471/502 kB | 197 kB | 179/215 kB
Progress (4): 1.3/2.7 MB | 475/502 kB | 197 kB | 179/215 kB
Progress (4): 1.3/2.7 MB | 475/502 kB | 197 kB | 179/215 kB
Progress (4): 1.3/2.7 MB | 479/502 kB | 197 kB | 179/215 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.jar (197 kB at 121 kB/s)
Progress (3): 1.3/2.7 MB | 479/502 kB | 183/215 kB
Progress (3): 1.3/2.7 MB | 483/502 kB | 183/215 kB
Progress (3): 1.3/2.7 MB | 483/502 kB | 183/215 kB
Progress (3): 1.3/2.7 MB | 483/502 kB | 187/215 kB
Progress (3): 1.3/2.7 MB | 483/502 kB | 187/215 kB
Progress (3): 1.3/2.7 MB | 487/502 kB | 187/215 kB
Progress (3): 1.3/2.7 MB | 487/502 kB | 191/215 kB
Progress (3): 1.3/2.7 MB | 491/502 kB | 191/215 kB
Progress (3): 1.3/2.7 MB | 491/502 kB | 191/215 kB
Progress (3): 1.3/2.7 MB | 491/502 kB | 195/215 kB
Progress (3): 1.3/2.7 MB | 491/502 kB | 195/215 kB
Progress (3): 1.3/2.7 MB | 495/502 kB | 195/215 kB
Progress (3): 1.3/2.7 MB | 495/502 kB | 195/215 kB
Progress (3): 1.3/2.7 MB | 495/502 kB | 199/215 kB
Progress (3): 1.3/2.7 MB | 495/502 kB | 199/215 kB
Progress (3): 1.3/2.7 MB | 499/502 kB | 199/215 kB
Progress (3): 1.3/2.7 MB | 499/502 kB | 199/215 kB
Progress (3): 1.3/2.7 MB | 499/502 kB | 203/215 kB
Progress (3): 1.3/2.7 MB | 499/502 kB | 203/215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 203/215 kB    
Progress (3): 1.3/2.7 MB | 502 kB | 207/215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 207/215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 211/215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 211/215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB    
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.3/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
Progress (3): 1.4/2.7 MB | 502 kB | 215 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 307 kB/s)
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
Progress (2): 1.5/2.7 MB | 215 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 127 kB/s)
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar (2.7 MB at 1.5 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Collections Parent Project                                 [pom]
[INFO] Eclipse Collections Code Generator                                 [jar]
[INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
[INFO] Eclipse Collections API                                            [jar]
[INFO] Eclipse Collections Main Library                                   [jar]
[INFO] Eclipse Collections Test Utilities                                 [jar]
[INFO] Eclipse Collections Fork Join Utilities                            [jar]
[INFO] Eclipse Collections JCStress Test Suite                            [jar]
[INFO] Eclipse Collections p2 Repository Build                            [pom]
[INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
[INFO] 
[INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
[INFO] Building Eclipse Collections Parent Project 10.1.0.M2             [1/10]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.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-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.pom (7.2 kB at 450 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M1/enforcer-3.0.0-M1.pom
Progress (1): 4.1/8.3 kB
Progress (1): 7.7/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M1/enforcer-3.0.0-M1.pom (8.3 kB at 595 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.jar
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/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.jar (26 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.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/31/maven-plugins-31.pom (10 kB at 612 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
Progress (1): 4.1/43 kB
Progress (1): 7.7/43 kB
Progress (1): 12/43 kB 
Progress (1): 16/43 kB
Progress (1): 20/43 kB
Progress (1): 24/43 kB
Progress (1): 28/43 kB
Progress (1): 32/43 kB
Progress (1): 36/43 kB
Progress (1): 40/43 kB
Progress (1): 43 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 3.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar
Progress (1): 4.1/167 kB
Progress (1): 7.7/167 kB
Progress (1): 12/167 kB 
Progress (1): 16/167 kB
Progress (1): 20/167 kB
Progress (1): 24/167 kB
Progress (1): 28/167 kB
Progress (1): 32/167 kB
Progress (1): 36/167 kB
Progress (1): 40/167 kB
Progress (1): 44/167 kB
Progress (1): 48/167 kB
Progress (1): 52/167 kB
Progress (1): 56/167 kB
Progress (1): 60/167 kB
Progress (1): 64/167 kB
Progress (1): 68/167 kB
Progress (1): 72/167 kB
Progress (1): 76/167 kB
Progress (1): 80/167 kB
Progress (1): 84/167 kB
Progress (1): 88/167 kB
Progress (1): 92/167 kB
Progress (1): 96/167 kB
Progress (1): 100/167 kB
Progress (1): 104/167 kB
Progress (1): 108/167 kB
Progress (1): 112/167 kB
Progress (1): 116/167 kB
Progress (1): 120/167 kB
Progress (1): 124/167 kB
Progress (1): 128/167 kB
Progress (1): 132/167 kB
Progress (1): 136/167 kB
Progress (1): 140/167 kB
Progress (1): 144/167 kB
Progress (1): 148/167 kB
Progress (1): 152/167 kB
Progress (1): 156/167 kB
Progress (1): 160/167 kB
Progress (1): 164/167 kB
Progress (1): 167 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 8.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 369 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.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-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 2.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 494 kB/s)
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 682 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.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-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 2.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 256 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 256 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Progress (1): 4.1/222 kB
Progress (1): 7.7/222 kB
Progress (1): 12/222 kB 
Progress (1): 16/222 kB
Progress (1): 20/222 kB
Progress (1): 24/222 kB
Progress (1): 28/222 kB
Progress (1): 32/222 kB
Progress (1): 36/222 kB
Progress (1): 40/222 kB
Progress (1): 44/222 kB
Progress (1): 48/222 kB
Progress (1): 52/222 kB
Progress (1): 56/222 kB
Progress (1): 60/222 kB
Progress (1): 64/222 kB
Progress (1): 68/222 kB
Progress (1): 72/222 kB
Progress (1): 76/222 kB
Progress (1): 80/222 kB
Progress (1): 84/222 kB
Progress (1): 88/222 kB
Progress (1): 92/222 kB
Progress (1): 96/222 kB
Progress (1): 100/222 kB
Progress (1): 104/222 kB
Progress (1): 108/222 kB
Progress (1): 112/222 kB
Progress (1): 116/222 kB
Progress (1): 120/222 kB
Progress (1): 124/222 kB
Progress (1): 128/222 kB
Progress (1): 132/222 kB
Progress (1): 136/222 kB
Progress (1): 140/222 kB
Progress (1): 144/222 kB
Progress (1): 148/222 kB
Progress (1): 152/222 kB
Progress (1): 156/222 kB
Progress (1): 160/222 kB
Progress (1): 164/222 kB
Progress (1): 168/222 kB
Progress (1): 172/222 kB
Progress (1): 176/222 kB
Progress (1): 180/222 kB
Progress (1): 184/222 kB
Progress (1): 188/222 kB
Progress (1): 192/222 kB
Progress (1): 196/222 kB
Progress (1): 200/222 kB
Progress (1): 204/222 kB
Progress (1): 208/222 kB
Progress (1): 212/222 kB
Progress (1): 216/222 kB
Progress (1): 220/222 kB
Progress (1): 222 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 10 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
Progress (1): 748 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 58 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 290 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.pom (2.9 kB at 224 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 195 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.pom (3.9 kB at 303 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 372 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 356 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom
Progress (1): 4.1/65 kB
Progress (1): 7.7/65 kB
Progress (1): 12/65 kB 
Progress (1): 16/65 kB
Progress (1): 20/65 kB
Progress (1): 24/65 kB
Progress (1): 28/65 kB
Progress (1): 32/65 kB
Progress (1): 36/65 kB
Progress (1): 40/65 kB
Progress (1): 44/65 kB
Progress (1): 48/65 kB
Progress (1): 52/65 kB
Progress (1): 56/65 kB
Progress (1): 60/65 kB
Progress (1): 64/65 kB
Progress (1): 65 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 4.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.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/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 858 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
Progress (1): 4.1/42 kB
Progress (1): 7.7/42 kB
Progress (1): 12/42 kB 
Progress (1): 16/42 kB
Progress (1): 20/42 kB
Progress (1): 24/42 kB
Progress (1): 28/42 kB
Progress (1): 32/42 kB
Progress (1): 36/42 kB
Progress (1): 40/42 kB
Progress (1): 42 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 92 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 559 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.jar
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
Progress (2): 13 kB | 4.1/245 kB
Progress (2): 13 kB | 7.7/245 kB
Progress (2): 13 kB | 12/245 kB 
Progress (2): 13 kB | 16/245 kB
Progress (2): 13 kB | 20/245 kB
Progress (2): 13 kB | 24/245 kB
Progress (2): 13 kB | 28/245 kB
Progress (2): 13 kB | 32/245 kB
Progress (2): 13 kB | 33/245 kB
Progress (3): 13 kB | 33/245 kB | 4.1/195 kB
Progress (3): 13 kB | 37/245 kB | 4.1/195 kB
Progress (3): 13 kB | 37/245 kB | 7.7/195 kB
Progress (3): 13 kB | 41/245 kB | 7.7/195 kB
Progress (3): 13 kB | 45/245 kB | 7.7/195 kB
Progress (3): 13 kB | 45/245 kB | 12/195 kB 
Progress (3): 13 kB | 49/245 kB | 12/195 kB
Progress (3): 13 kB | 49/245 kB | 16/195 kB
Progress (3): 13 kB | 53/245 kB | 16/195 kB
Progress (3): 13 kB | 57/245 kB | 16/195 kB
Progress (3): 13 kB | 57/245 kB | 20/195 kB
Progress (3): 13 kB | 61/245 kB | 20/195 kB
Progress (3): 13 kB | 61/245 kB | 24/195 kB
Progress (3): 13 kB | 65/245 kB | 24/195 kB
Progress (3): 13 kB | 66/245 kB | 24/195 kB
Progress (3): 13 kB | 66/245 kB | 28/195 kB
Progress (3): 13 kB | 66/245 kB | 32/195 kB
Progress (3): 13 kB | 66/245 kB | 33/195 kB
Progress (3): 13 kB | 66/245 kB | 37/195 kB
Progress (3): 13 kB | 66/245 kB | 41/195 kB
Progress (3): 13 kB | 66/245 kB | 45/195 kB
Progress (4): 13 kB | 66/245 kB | 45/195 kB | 4.1/12 kB
Progress (4): 13 kB | 66/245 kB | 49/195 kB | 4.1/12 kB
Progress (5): 13 kB | 66/245 kB | 49/195 kB | 4.1/12 kB | 4.1/4.3 kB
Progress (5): 13 kB | 66/245 kB | 49/195 kB | 7.7/12 kB | 4.1/4.3 kB
Progress (5): 13 kB | 66/245 kB | 49/195 kB | 7.7/12 kB | 4.3 kB    
Progress (5): 13 kB | 66/245 kB | 53/195 kB | 7.7/12 kB | 4.3 kB
Progress (5): 13 kB | 66/245 kB | 53/195 kB | 12 kB | 4.3 kB    
Progress (5): 13 kB | 66/245 kB | 57/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 66/245 kB | 61/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 66/245 kB | 65/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 70/245 kB | 65/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 70/245 kB | 66/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 74/245 kB | 66/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 74/245 kB | 70/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 78/245 kB | 70/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 78/245 kB | 74/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 82/245 kB | 74/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 82/245 kB | 78/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 86/245 kB | 78/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 90/245 kB | 78/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 90/245 kB | 82/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 94/245 kB | 82/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 98/245 kB | 82/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 98/245 kB | 86/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 102/245 kB | 86/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 102/245 kB | 90/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 106/245 kB | 90/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 106/245 kB | 94/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 110/245 kB | 94/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 110/245 kB | 98/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 114/245 kB | 98/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 114/245 kB | 98/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 118/245 kB | 98/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 118/245 kB | 102/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 122/245 kB | 102/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 122/245 kB | 106/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 126/245 kB | 106/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 130/245 kB | 106/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 130/245 kB | 110/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 134/245 kB | 110/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 134/245 kB | 114/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 138/245 kB | 114/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 138/245 kB | 118/195 kB | 12 kB | 4.3 kB
Progress (5): 13 kB | 142/245 kB | 118/195 kB | 12 kB | 4.3 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.jar (12 kB at 470 kB/s)
Progress (4): 13 kB | 142/245 kB | 122/195 kB | 4.3 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 519 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Progress (3): 146/245 kB | 122/195 kB | 4.3 kB
Progress (3): 146/245 kB | 126/195 kB | 4.3 kB
Progress (3): 150/245 kB | 126/195 kB | 4.3 kB
Progress (3): 150/245 kB | 130/195 kB | 4.3 kB
Progress (3): 154/245 kB | 130/195 kB | 4.3 kB
Progress (3): 154/245 kB | 131/195 kB | 4.3 kB
Progress (3): 158/245 kB | 131/195 kB | 4.3 kB
Progress (3): 162/245 kB | 131/195 kB | 4.3 kB
Progress (3): 162/245 kB | 135/195 kB | 4.3 kB
Progress (3): 166/245 kB | 135/195 kB | 4.3 kB
Progress (3): 166/245 kB | 139/195 kB | 4.3 kB
Progress (3): 170/245 kB | 139/195 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.6/plexus-component-annotations-1.6.jar (4.3 kB at 152 kB/s)
Progress (2): 174/245 kB | 139/195 kB
Progress (2): 174/245 kB | 143/195 kB
Progress (2): 178/245 kB | 143/195 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.jar
Progress (2): 182/245 kB | 143/195 kB
Progress (2): 182/245 kB | 147/195 kB
Progress (2): 186/245 kB | 147/195 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Progress (3): 186/245 kB | 147/195 kB | 4.1/45 kB
Progress (3): 190/245 kB | 147/195 kB | 4.1/45 kB
Progress (3): 190/245 kB | 151/195 kB | 4.1/45 kB
Progress (3): 194/245 kB | 151/195 kB | 4.1/45 kB
Progress (3): 194/245 kB | 151/195 kB | 7.7/45 kB
Progress (3): 198/245 kB | 151/195 kB | 7.7/45 kB
Progress (3): 198/245 kB | 155/195 kB | 7.7/45 kB
Progress (3): 198/245 kB | 155/195 kB | 12/45 kB 
Progress (3): 202/245 kB | 155/195 kB | 12/45 kB
Progress (3): 202/245 kB | 155/195 kB | 16/45 kB
Progress (3): 202/245 kB | 159/195 kB | 16/45 kB
Progress (3): 202/245 kB | 159/195 kB | 20/45 kB
Progress (3): 206/245 kB | 159/195 kB | 20/45 kB
Progress (3): 206/245 kB | 159/195 kB | 24/45 kB
Progress (3): 206/245 kB | 163/195 kB | 24/45 kB
Progress (3): 210/245 kB | 163/195 kB | 24/45 kB
Progress (3): 210/245 kB | 163/195 kB | 28/45 kB
Progress (3): 214/245 kB | 163/195 kB | 28/45 kB
Progress (3): 214/245 kB | 167/195 kB | 28/45 kB
Progress (3): 218/245 kB | 167/195 kB | 28/45 kB
Progress (3): 218/245 kB | 167/195 kB | 32/45 kB
Progress (3): 222/245 kB | 167/195 kB | 32/45 kB
Progress (3): 222/245 kB | 171/195 kB | 32/45 kB
Progress (3): 222/245 kB | 171/195 kB | 36/45 kB
Progress (3): 226/245 kB | 171/195 kB | 36/45 kB
Progress (3): 226/245 kB | 171/195 kB | 40/45 kB
Progress (3): 226/245 kB | 175/195 kB | 40/45 kB
Progress (3): 226/245 kB | 175/195 kB | 44/45 kB
Progress (3): 230/245 kB | 175/195 kB | 44/45 kB
Progress (3): 230/245 kB | 175/195 kB | 45 kB   
Progress (3): 230/245 kB | 179/195 kB | 45 kB
Progress (3): 234/245 kB | 179/195 kB | 45 kB
Progress (3): 234/245 kB | 183/195 kB | 45 kB
Progress (3): 238/245 kB | 183/195 kB | 45 kB
Progress (3): 238/245 kB | 187/195 kB | 45 kB
Progress (3): 242/245 kB | 187/195 kB | 45 kB
Progress (3): 245 kB | 187/195 kB | 45 kB    
Progress (3): 245 kB | 191/195 kB | 45 kB
Progress (3): 245 kB | 195/195 kB | 45 kB
Progress (4): 245 kB | 195/195 kB | 45 kB | 4.1/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 4.1/105 kB    
Progress (4): 245 kB | 195 kB | 45 kB | 7.7/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 12/105 kB 
Progress (4): 245 kB | 195 kB | 45 kB | 16/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 20/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 24/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 28/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 32/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 33/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 37/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 41/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 45/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 49/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 53/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 57/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 61/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 65/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 66/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 70/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 74/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 78/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 82/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 86/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 90/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 94/105 kB
Progress (4): 245 kB | 195 kB | 45 kB | 98/105 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 4.1 MB/s)
Progress (4): 195 kB | 45 kB | 98/105 kB | 4.1/38 kB
Progress (4): 195 kB | 45 kB | 102/105 kB | 4.1/38 kB
Progress (4): 195 kB | 45 kB | 102/105 kB | 7.7/38 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 738 kB/s)
Progress (3): 195 kB | 102/105 kB | 12/38 kB
Progress (3): 195 kB | 105 kB | 12/38 kB    
Progress (3): 195 kB | 105 kB | 16/38 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
Progress (3): 195 kB | 105 kB | 20/38 kB
Progress (3): 195 kB | 105 kB | 24/38 kB
Progress (3): 195 kB | 105 kB | 28/38 kB
Progress (3): 195 kB | 105 kB | 32/38 kB
Progress (3): 195 kB | 105 kB | 36/38 kB
Progress (3): 195 kB | 105 kB | 38 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 3.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 514 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.jar (105 kB at 1.4 MB/s)
Progress (1): 4.1/61 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Progress (2): 4.1/61 kB | 4.1/164 kB
Progress (2): 7.7/61 kB | 4.1/164 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Progress (2): 12/61 kB | 4.1/164 kB
Progress (2): 12/61 kB | 7.7/164 kB
Progress (2): 16/61 kB | 7.7/164 kB
Progress (2): 16/61 kB | 12/164 kB 
Progress (3): 16/61 kB | 12/164 kB | 4.1/480 kB
Progress (3): 20/61 kB | 12/164 kB | 4.1/480 kB
Progress (3): 20/61 kB | 16/164 kB | 4.1/480 kB
Progress (3): 24/61 kB | 16/164 kB | 4.1/480 kB
Progress (3): 24/61 kB | 16/164 kB | 7.7/480 kB
Progress (3): 24/61 kB | 20/164 kB | 7.7/480 kB
Progress (3): 28/61 kB | 20/164 kB | 7.7/480 kB
Progress (3): 28/61 kB | 20/164 kB | 12/480 kB 
Progress (3): 28/61 kB | 24/164 kB | 12/480 kB
Progress (3): 28/61 kB | 24/164 kB | 16/480 kB
Progress (3): 28/61 kB | 28/164 kB | 16/480 kB
Progress (3): 32/61 kB | 28/164 kB | 16/480 kB
Progress (3): 32/61 kB | 28/164 kB | 20/480 kB
Progress (3): 32/61 kB | 32/164 kB | 20/480 kB
Progress (3): 32/61 kB | 32/164 kB | 24/480 kB
Progress (3): 36/61 kB | 32/164 kB | 24/480 kB
Progress (3): 36/61 kB | 33/164 kB | 24/480 kB
Progress (3): 40/61 kB | 33/164 kB | 24/480 kB
Progress (3): 40/61 kB | 33/164 kB | 28/480 kB
Progress (3): 44/61 kB | 33/164 kB | 28/480 kB
Progress (3): 44/61 kB | 37/164 kB | 28/480 kB
Progress (3): 48/61 kB | 37/164 kB | 28/480 kB
Progress (3): 48/61 kB | 37/164 kB | 32/480 kB
Progress (3): 52/61 kB | 37/164 kB | 32/480 kB
Progress (3): 52/61 kB | 41/164 kB | 32/480 kB
Progress (3): 52/61 kB | 41/164 kB | 36/480 kB
Progress (3): 56/61 kB | 41/164 kB | 36/480 kB
Progress (3): 56/61 kB | 41/164 kB | 40/480 kB
Progress (3): 56/61 kB | 45/164 kB | 40/480 kB
Progress (3): 60/61 kB | 45/164 kB | 40/480 kB
Progress (3): 60/61 kB | 45/164 kB | 44/480 kB
Progress (3): 60/61 kB | 49/164 kB | 44/480 kB
Progress (3): 60/61 kB | 49/164 kB | 48/480 kB
Progress (3): 61 kB | 49/164 kB | 48/480 kB   
Progress (3): 61 kB | 53/164 kB | 48/480 kB
Progress (3): 61 kB | 53/164 kB | 52/480 kB
Progress (3): 61 kB | 57/164 kB | 52/480 kB
Progress (3): 61 kB | 57/164 kB | 56/480 kB
Progress (3): 61 kB | 61/164 kB | 56/480 kB
Progress (3): 61 kB | 65/164 kB | 56/480 kB
Progress (3): 61 kB | 65/164 kB | 60/480 kB
Progress (3): 61 kB | 66/164 kB | 60/480 kB
Progress (3): 61 kB | 66/164 kB | 64/480 kB
Progress (3): 61 kB | 70/164 kB | 64/480 kB
Progress (3): 61 kB | 74/164 kB | 64/480 kB
Progress (4): 61 kB | 74/164 kB | 64/480 kB | 4.1/282 kB
Progress (4): 61 kB | 78/164 kB | 64/480 kB | 4.1/282 kB
Progress (4): 61 kB | 78/164 kB | 68/480 kB | 4.1/282 kB
Progress (4): 61 kB | 82/164 kB | 68/480 kB | 4.1/282 kB
Progress (4): 61 kB | 82/164 kB | 68/480 kB | 7.7/282 kB
Progress (4): 61 kB | 82/164 kB | 72/480 kB | 7.7/282 kB
Progress (4): 61 kB | 82/164 kB | 72/480 kB | 12/282 kB 
Progress (4): 61 kB | 86/164 kB | 72/480 kB | 12/282 kB
Progress (4): 61 kB | 86/164 kB | 72/480 kB | 16/282 kB
Progress (4): 61 kB | 86/164 kB | 76/480 kB | 16/282 kB
Progress (5): 61 kB | 86/164 kB | 76/480 kB | 16/282 kB | 4.1/233 kB
Progress (5): 61 kB | 86/164 kB | 80/480 kB | 16/282 kB | 4.1/233 kB
Progress (5): 61 kB | 86/164 kB | 80/480 kB | 20/282 kB | 4.1/233 kB
Progress (5): 61 kB | 90/164 kB | 80/480 kB | 20/282 kB | 4.1/233 kB
Progress (5): 61 kB | 90/164 kB | 84/480 kB | 20/282 kB | 4.1/233 kB
Progress (5): 61 kB | 90/164 kB | 84/480 kB | 24/282 kB | 4.1/233 kB
Progress (5): 61 kB | 90/164 kB | 84/480 kB | 24/282 kB | 7.7/233 kB
Progress (5): 61 kB | 90/164 kB | 84/480 kB | 28/282 kB | 7.7/233 kB
Progress (5): 61 kB | 90/164 kB | 88/480 kB | 28/282 kB | 7.7/233 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 732 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
Progress (4): 94/164 kB | 88/480 kB | 28/282 kB | 7.7/233 kB
Progress (4): 94/164 kB | 92/480 kB | 28/282 kB | 7.7/233 kB
Progress (4): 94/164 kB | 92/480 kB | 28/282 kB | 12/233 kB 
Progress (4): 94/164 kB | 92/480 kB | 32/282 kB | 12/233 kB
Progress (4): 94/164 kB | 92/480 kB | 32/282 kB | 16/233 kB
Progress (4): 94/164 kB | 96/480 kB | 32/282 kB | 16/233 kB
Progress (4): 98/164 kB | 96/480 kB | 32/282 kB | 16/233 kB
Progress (4): 98/164 kB | 96/480 kB | 32/282 kB | 20/233 kB
Progress (4): 98/164 kB | 96/480 kB | 33/282 kB | 20/233 kB
Progress (4): 98/164 kB | 96/480 kB | 33/282 kB | 24/233 kB
Progress (4): 98/164 kB | 100/480 kB | 33/282 kB | 24/233 kB
Progress (4): 98/164 kB | 100/480 kB | 33/282 kB | 24/233 kB
Progress (4): 98/164 kB | 104/480 kB | 33/282 kB | 24/233 kB
Progress (4): 98/164 kB | 104/480 kB | 33/282 kB | 28/233 kB
Progress (4): 98/164 kB | 104/480 kB | 37/282 kB | 28/233 kB
Progress (4): 98/164 kB | 108/480 kB | 37/282 kB | 28/233 kB
Progress (4): 98/164 kB | 108/480 kB | 37/282 kB | 32/233 kB
Progress (4): 102/164 kB | 108/480 kB | 37/282 kB | 32/233 kB
Progress (4): 102/164 kB | 112/480 kB | 37/282 kB | 32/233 kB
Progress (4): 102/164 kB | 112/480 kB | 41/282 kB | 32/233 kB
Progress (5): 102/164 kB | 112/480 kB | 41/282 kB | 32/233 kB | 4.1/64 kB
Progress (5): 102/164 kB | 112/480 kB | 45/282 kB | 32/233 kB | 4.1/64 kB
Progress (5): 106/164 kB | 112/480 kB | 45/282 kB | 32/233 kB | 4.1/64 kB
Progress (5): 106/164 kB | 112/480 kB | 45/282 kB | 36/233 kB | 4.1/64 kB
Progress (5): 110/164 kB | 112/480 kB | 45/282 kB | 36/233 kB | 4.1/64 kB
Progress (5): 110/164 kB | 112/480 kB | 49/282 kB | 36/233 kB | 4.1/64 kB
Progress (5): 110/164 kB | 112/480 kB | 49/282 kB | 36/233 kB | 7.7/64 kB
Progress (5): 110/164 kB | 116/480 kB | 49/282 kB | 36/233 kB | 7.7/64 kB
Progress (5): 110/164 kB | 116/480 kB | 53/282 kB | 36/233 kB | 7.7/64 kB
Progress (5): 114/164 kB | 116/480 kB | 53/282 kB | 36/233 kB | 7.7/64 kB
Progress (5): 114/164 kB | 116/480 kB | 53/282 kB | 40/233 kB | 7.7/64 kB
Progress (5): 118/164 kB | 116/480 kB | 53/282 kB | 40/233 kB | 7.7/64 kB
Progress (5): 118/164 kB | 116/480 kB | 57/282 kB | 40/233 kB | 7.7/64 kB
Progress (5): 118/164 kB | 120/480 kB | 57/282 kB | 40/233 kB | 7.7/64 kB
Progress (5): 118/164 kB | 120/480 kB | 57/282 kB | 40/233 kB | 12/64 kB 
Progress (5): 118/164 kB | 124/480 kB | 57/282 kB | 40/233 kB | 12/64 kB
Progress (5): 118/164 kB | 124/480 kB | 61/282 kB | 40/233 kB | 12/64 kB
Progress (5): 122/164 kB | 124/480 kB | 61/282 kB | 40/233 kB | 12/64 kB
Progress (5): 122/164 kB | 124/480 kB | 61/282 kB | 44/233 kB | 12/64 kB
Progress (5): 126/164 kB | 124/480 kB | 61/282 kB | 44/233 kB | 12/64 kB
Progress (5): 126/164 kB | 124/480 kB | 65/282 kB | 44/233 kB | 12/64 kB
Progress (5): 126/164 kB | 128/480 kB | 65/282 kB | 44/233 kB | 12/64 kB
Progress (5): 126/164 kB | 128/480 kB | 65/282 kB | 44/233 kB | 16/64 kB
Progress (5): 126/164 kB | 132/480 kB | 65/282 kB | 44/233 kB | 16/64 kB
Progress (5): 126/164 kB | 132/480 kB | 66/282 kB | 44/233 kB | 16/64 kB
Progress (5): 130/164 kB | 132/480 kB | 66/282 kB | 44/233 kB | 16/64 kB
Progress (5): 130/164 kB | 132/480 kB | 66/282 kB | 48/233 kB | 16/64 kB
Progress (5): 134/164 kB | 132/480 kB | 66/282 kB | 48/233 kB | 16/64 kB
Progress (5): 134/164 kB | 132/480 kB | 66/282 kB | 52/233 kB | 16/64 kB
Progress (5): 134/164 kB | 132/480 kB | 70/282 kB | 52/233 kB | 16/64 kB
Progress (5): 134/164 kB | 136/480 kB | 70/282 kB | 52/233 kB | 16/64 kB
Progress (5): 134/164 kB | 136/480 kB | 70/282 kB | 52/233 kB | 20/64 kB
Progress (5): 134/164 kB | 140/480 kB | 70/282 kB | 52/233 kB | 20/64 kB
Progress (5): 134/164 kB | 140/480 kB | 74/282 kB | 52/233 kB | 20/64 kB
Progress (5): 134/164 kB | 140/480 kB | 74/282 kB | 56/233 kB | 20/64 kB
Progress (5): 138/164 kB | 140/480 kB | 74/282 kB | 56/233 kB | 20/64 kB
Progress (5): 138/164 kB | 140/480 kB | 74/282 kB | 60/233 kB | 20/64 kB
Progress (5): 138/164 kB | 140/480 kB | 78/282 kB | 60/233 kB | 20/64 kB
Progress (5): 138/164 kB | 144/480 kB | 78/282 kB | 60/233 kB | 20/64 kB
Progress (5): 138/164 kB | 144/480 kB | 78/282 kB | 60/233 kB | 24/64 kB
Progress (5): 138/164 kB | 148/480 kB | 78/282 kB | 60/233 kB | 24/64 kB
Progress (5): 138/164 kB | 148/480 kB | 78/282 kB | 60/233 kB | 28/64 kB
Progress (5): 138/164 kB | 148/480 kB | 82/282 kB | 60/233 kB | 28/64 kB
Progress (5): 138/164 kB | 148/480 kB | 82/282 kB | 64/233 kB | 28/64 kB
Progress (5): 142/164 kB | 148/480 kB | 82/282 kB | 64/233 kB | 28/64 kB
Progress (5): 142/164 kB | 148/480 kB | 82/282 kB | 68/233 kB | 28/64 kB
Progress (5): 142/164 kB | 148/480 kB | 86/282 kB | 68/233 kB | 28/64 kB
Progress (5): 142/164 kB | 148/480 kB | 86/282 kB | 68/233 kB | 32/64 kB
Progress (5): 142/164 kB | 152/480 kB | 86/282 kB | 68/233 kB | 32/64 kB
Progress (5): 142/164 kB | 152/480 kB | 86/282 kB | 68/233 kB | 36/64 kB
Progress (5): 142/164 kB | 156/480 kB | 86/282 kB | 68/233 kB | 36/64 kB
Progress (5): 142/164 kB | 156/480 kB | 90/282 kB | 68/233 kB | 36/64 kB
Progress (5): 142/164 kB | 156/480 kB | 90/282 kB | 72/233 kB | 36/64 kB
Progress (5): 146/164 kB | 156/480 kB | 90/282 kB | 72/233 kB | 36/64 kB
Progress (5): 146/164 kB | 156/480 kB | 90/282 kB | 76/233 kB | 36/64 kB
Progress (5): 150/164 kB | 156/480 kB | 90/282 kB | 76/233 kB | 36/64 kB
Progress (5): 150/164 kB | 156/480 kB | 94/282 kB | 76/233 kB | 36/64 kB
Progress (5): 150/164 kB | 160/480 kB | 94/282 kB | 76/233 kB | 36/64 kB
Progress (5): 150/164 kB | 160/480 kB | 94/282 kB | 76/233 kB | 40/64 kB
Progress (5): 150/164 kB | 164/480 kB | 94/282 kB | 76/233 kB | 40/64 kB
Progress (5): 150/164 kB | 164/480 kB | 98/282 kB | 76/233 kB | 40/64 kB
Progress (5): 154/164 kB | 164/480 kB | 98/282 kB | 76/233 kB | 40/64 kB
Progress (5): 154/164 kB | 164/480 kB | 98/282 kB | 80/233 kB | 40/64 kB
Progress (5): 158/164 kB | 164/480 kB | 98/282 kB | 80/233 kB | 40/64 kB
Progress (5): 162/164 kB | 164/480 kB | 98/282 kB | 80/233 kB | 40/64 kB
Progress (5): 162/164 kB | 164/480 kB | 98/282 kB | 80/233 kB | 40/64 kB
Progress (5): 162/164 kB | 168/480 kB | 98/282 kB | 80/233 kB | 40/64 kB
Progress (5): 162/164 kB | 168/480 kB | 98/282 kB | 80/233 kB | 44/64 kB
Progress (5): 162/164 kB | 172/480 kB | 98/282 kB | 80/233 kB | 44/64 kB
Progress (5): 162/164 kB | 172/480 kB | 102/282 kB | 80/233 kB | 44/64 kB
Progress (5): 164 kB | 172/480 kB | 102/282 kB | 80/233 kB | 44/64 kB    
Progress (5): 164 kB | 172/480 kB | 102/282 kB | 84/233 kB | 44/64 kB
Progress (5): 164 kB | 172/480 kB | 106/282 kB | 84/233 kB | 44/64 kB
Progress (5): 164 kB | 176/480 kB | 106/282 kB | 84/233 kB | 44/64 kB
Progress (5): 164 kB | 176/480 kB | 106/282 kB | 84/233 kB | 48/64 kB
Progress (5): 164 kB | 180/480 kB | 106/282 kB | 84/233 kB | 48/64 kB
Progress (5): 164 kB | 180/480 kB | 110/282 kB | 84/233 kB | 48/64 kB
Progress (5): 164 kB | 180/480 kB | 110/282 kB | 88/233 kB | 48/64 kB
Progress (5): 164 kB | 180/480 kB | 114/282 kB | 88/233 kB | 48/64 kB
Progress (5): 164 kB | 184/480 kB | 114/282 kB | 88/233 kB | 48/64 kB
Progress (5): 164 kB | 184/480 kB | 114/282 kB | 88/233 kB | 52/64 kB
Progress (5): 164 kB | 188/480 kB | 114/282 kB | 88/233 kB | 52/64 kB
Progress (5): 164 kB | 188/480 kB | 118/282 kB | 88/233 kB | 52/64 kB
Progress (5): 164 kB | 188/480 kB | 118/282 kB | 92/233 kB | 52/64 kB
Progress (5): 164 kB | 188/480 kB | 122/282 kB | 92/233 kB | 52/64 kB
Progress (5): 164 kB | 192/480 kB | 122/282 kB | 92/233 kB | 52/64 kB
Progress (5): 164 kB | 192/480 kB | 122/282 kB | 92/233 kB | 56/64 kB
Progress (5): 164 kB | 196/480 kB | 122/282 kB | 92/233 kB | 56/64 kB
Progress (5): 164 kB | 196/480 kB | 126/282 kB | 92/233 kB | 56/64 kB
Progress (5): 164 kB | 196/480 kB | 126/282 kB | 96/233 kB | 56/64 kB
Progress (5): 164 kB | 196/480 kB | 130/282 kB | 96/233 kB | 56/64 kB
Progress (5): 164 kB | 200/480 kB | 130/282 kB | 96/233 kB | 56/64 kB
Progress (5): 164 kB | 200/480 kB | 130/282 kB | 96/233 kB | 60/64 kB
Progress (5): 164 kB | 204/480 kB | 130/282 kB | 96/233 kB | 60/64 kB
Progress (5): 164 kB | 204/480 kB | 131/282 kB | 96/233 kB | 60/64 kB
Progress (5): 164 kB | 204/480 kB | 131/282 kB | 100/233 kB | 60/64 kB
Progress (5): 164 kB | 204/480 kB | 135/282 kB | 100/233 kB | 60/64 kB
Progress (5): 164 kB | 208/480 kB | 135/282 kB | 100/233 kB | 60/64 kB
Progress (5): 164 kB | 208/480 kB | 135/282 kB | 100/233 kB | 64 kB   
Progress (5): 164 kB | 212/480 kB | 135/282 kB | 100/233 kB | 64 kB
Progress (5): 164 kB | 212/480 kB | 139/282 kB | 100/233 kB | 64 kB
Progress (5): 164 kB | 212/480 kB | 139/282 kB | 104/233 kB | 64 kB
Progress (5): 164 kB | 212/480 kB | 143/282 kB | 104/233 kB | 64 kB
Progress (5): 164 kB | 212/480 kB | 143/282 kB | 108/233 kB | 64 kB
Progress (5): 164 kB | 216/480 kB | 143/282 kB | 108/233 kB | 64 kB
Progress (5): 164 kB | 216/480 kB | 143/282 kB | 112/233 kB | 64 kB
Progress (5): 164 kB | 220/480 kB | 143/282 kB | 112/233 kB | 64 kB
Progress (5): 164 kB | 220/480 kB | 147/282 kB | 112/233 kB | 64 kB
Progress (5): 164 kB | 224/480 kB | 147/282 kB | 112/233 kB | 64 kB
Progress (5): 164 kB | 224/480 kB | 147/282 kB | 116/233 kB | 64 kB
Progress (5): 164 kB | 228/480 kB | 147/282 kB | 116/233 kB | 64 kB
Progress (5): 164 kB | 228/480 kB | 151/282 kB | 116/233 kB | 64 kB
Progress (5): 164 kB | 232/480 kB | 151/282 kB | 116/233 kB | 64 kB
Progress (5): 164 kB | 232/480 kB | 151/282 kB | 120/233 kB | 64 kB
Progress (5): 164 kB | 232/480 kB | 155/282 kB | 120/233 kB | 64 kB
Progress (5): 164 kB | 232/480 kB | 155/282 kB | 124/233 kB | 64 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 980 kB/s)
Progress (4): 236/480 kB | 155/282 kB | 124/233 kB | 64 kB
Progress (4): 236/480 kB | 155/282 kB | 128/233 kB | 64 kB
Progress (4): 236/480 kB | 159/282 kB | 128/233 kB | 64 kB
Progress (4): 236/480 kB | 159/282 kB | 132/233 kB | 64 kB
Progress (4): 240/480 kB | 159/282 kB | 132/233 kB | 64 kB
Progress (4): 240/480 kB | 159/282 kB | 136/233 kB | 64 kB
Progress (4): 244/480 kB | 159/282 kB | 136/233 kB | 64 kB
Progress (4): 244/480 kB | 159/282 kB | 140/233 kB | 64 kB
Progress (4): 244/480 kB | 163/282 kB | 140/233 kB | 64 kB
Progress (4): 244/480 kB | 163/282 kB | 144/233 kB | 64 kB
Progress (4): 248/480 kB | 163/282 kB | 144/233 kB | 64 kB
Progress (4): 248/480 kB | 163/282 kB | 148/233 kB | 64 kB
Progress (4): 252/480 kB | 163/282 kB | 148/233 kB | 64 kB
Progress (4): 252/480 kB | 167/282 kB | 148/233 kB | 64 kB
Progress (4): 256/480 kB | 167/282 kB | 148/233 kB | 64 kB
Progress (4): 256/480 kB | 167/282 kB | 152/233 kB | 64 kB
Progress (4): 260/480 kB | 167/282 kB | 152/233 kB | 64 kB
Progress (4): 260/480 kB | 171/282 kB | 152/233 kB | 64 kB
Progress (4): 264/480 kB | 171/282 kB | 152/233 kB | 64 kB
Progress (4): 264/480 kB | 171/282 kB | 156/233 kB | 64 kB
Progress (4): 268/480 kB | 171/282 kB | 156/233 kB | 64 kB
Progress (4): 268/480 kB | 175/282 kB | 156/233 kB | 64 kB
Progress (4): 272/480 kB | 175/282 kB | 156/233 kB | 64 kB
Progress (4): 272/480 kB | 175/282 kB | 160/233 kB | 64 kB
Progress (4): 276/480 kB | 175/282 kB | 160/233 kB | 64 kB
Progress (4): 276/480 kB | 179/282 kB | 160/233 kB | 64 kB
Progress (4): 280/480 kB | 179/282 kB | 160/233 kB | 64 kB
Progress (4): 280/480 kB | 179/282 kB | 164/233 kB | 64 kB
Progress (4): 284/480 kB | 179/282 kB | 164/233 kB | 64 kB
Progress (4): 284/480 kB | 183/282 kB | 164/233 kB | 64 kB
Progress (4): 288/480 kB | 183/282 kB | 164/233 kB | 64 kB
Progress (4): 288/480 kB | 183/282 kB | 168/233 kB | 64 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 372 kB/s)
Progress (3): 288/480 kB | 183/282 kB | 172/233 kB
Progress (3): 292/480 kB | 183/282 kB | 172/233 kB
Progress (3): 292/480 kB | 187/282 kB | 172/233 kB
Progress (3): 296/480 kB | 187/282 kB | 172/233 kB
Progress (3): 296/480 kB | 187/282 kB | 176/233 kB
Progress (3): 296/480 kB | 191/282 kB | 176/233 kB
Progress (3): 300/480 kB | 191/282 kB | 176/233 kB
Progress (3): 300/480 kB | 195/282 kB | 176/233 kB
Progress (3): 300/480 kB | 195/282 kB | 180/233 kB
Progress (3): 300/480 kB | 199/282 kB | 180/233 kB
Progress (3): 304/480 kB | 199/282 kB | 180/233 kB
Progress (3): 304/480 kB | 203/282 kB | 180/233 kB
Progress (3): 304/480 kB | 203/282 kB | 184/233 kB
Progress (3): 308/480 kB | 203/282 kB | 184/233 kB
Progress (3): 308/480 kB | 207/282 kB | 184/233 kB
Progress (3): 308/480 kB | 207/282 kB | 188/233 kB
Progress (3): 312/480 kB | 207/282 kB | 188/233 kB
Progress (3): 312/480 kB | 207/282 kB | 192/233 kB
Progress (3): 312/480 kB | 211/282 kB | 192/233 kB
Progress (3): 312/480 kB | 211/282 kB | 196/233 kB
Progress (3): 316/480 kB | 211/282 kB | 196/233 kB
Progress (3): 316/480 kB | 215/282 kB | 196/233 kB
Progress (3): 316/480 kB | 215/282 kB | 200/233 kB
Progress (3): 316/480 kB | 219/282 kB | 200/233 kB
Progress (3): 320/480 kB | 219/282 kB | 200/233 kB
Progress (3): 320/480 kB | 219/282 kB | 204/233 kB
Progress (3): 324/480 kB | 219/282 kB | 204/233 kB
Progress (3): 324/480 kB | 223/282 kB | 204/233 kB
Progress (3): 328/480 kB | 223/282 kB | 204/233 kB
Progress (3): 328/480 kB | 223/282 kB | 208/233 kB
Progress (3): 328/480 kB | 227/282 kB | 208/233 kB
Progress (3): 328/480 kB | 227/282 kB | 212/233 kB
Progress (3): 332/480 kB | 227/282 kB | 212/233 kB
Progress (3): 332/480 kB | 231/282 kB | 212/233 kB
Progress (3): 332/480 kB | 231/282 kB | 216/233 kB
Progress (3): 332/480 kB | 235/282 kB | 216/233 kB
Progress (3): 336/480 kB | 235/282 kB | 216/233 kB
Progress (3): 336/480 kB | 235/282 kB | 220/233 kB
Progress (3): 340/480 kB | 235/282 kB | 220/233 kB
Progress (3): 340/480 kB | 239/282 kB | 220/233 kB
Progress (3): 344/480 kB | 239/282 kB | 220/233 kB
Progress (3): 344/480 kB | 239/282 kB | 224/233 kB
Progress (3): 344/480 kB | 243/282 kB | 224/233 kB
Progress (3): 344/480 kB | 243/282 kB | 228/233 kB
Progress (3): 348/480 kB | 243/282 kB | 228/233 kB
Progress (3): 348/480 kB | 247/282 kB | 228/233 kB
Progress (3): 348/480 kB | 247/282 kB | 232/233 kB
Progress (3): 348/480 kB | 251/282 kB | 232/233 kB
Progress (3): 352/480 kB | 251/282 kB | 232/233 kB
Progress (3): 352/480 kB | 251/282 kB | 233 kB    
Progress (3): 352/480 kB | 255/282 kB | 233 kB
Progress (3): 356/480 kB | 255/282 kB | 233 kB
Progress (3): 356/480 kB | 259/282 kB | 233 kB
Progress (3): 360/480 kB | 259/282 kB | 233 kB
Progress (3): 360/480 kB | 263/282 kB | 233 kB
Progress (3): 364/480 kB | 263/282 kB | 233 kB
Progress (3): 364/480 kB | 267/282 kB | 233 kB
Progress (3): 368/480 kB | 267/282 kB | 233 kB
Progress (3): 368/480 kB | 271/282 kB | 233 kB
Progress (3): 372/480 kB | 271/282 kB | 233 kB
Progress (3): 372/480 kB | 275/282 kB | 233 kB
Progress (3): 376/480 kB | 275/282 kB | 233 kB
Progress (3): 376/480 kB | 279/282 kB | 233 kB
Progress (3): 380/480 kB | 279/282 kB | 233 kB
Progress (3): 380/480 kB | 282 kB | 233 kB    
Progress (3): 384/480 kB | 282 kB | 233 kB
Progress (3): 388/480 kB | 282 kB | 233 kB
Progress (3): 392/480 kB | 282 kB | 233 kB
Progress (3): 396/480 kB | 282 kB | 233 kB
Progress (3): 400/480 kB | 282 kB | 233 kB
Progress (3): 404/480 kB | 282 kB | 233 kB
Progress (3): 408/480 kB | 282 kB | 233 kB
Progress (3): 412/480 kB | 282 kB | 233 kB
Progress (3): 416/480 kB | 282 kB | 233 kB
Progress (3): 420/480 kB | 282 kB | 233 kB
Progress (3): 424/480 kB | 282 kB | 233 kB
Progress (3): 428/480 kB | 282 kB | 233 kB
Progress (3): 432/480 kB | 282 kB | 233 kB
Progress (3): 436/480 kB | 282 kB | 233 kB
Progress (3): 440/480 kB | 282 kB | 233 kB
Progress (3): 444/480 kB | 282 kB | 233 kB
Progress (3): 448/480 kB | 282 kB | 233 kB
Progress (3): 452/480 kB | 282 kB | 233 kB
Progress (3): 456/480 kB | 282 kB | 233 kB
Progress (3): 460/480 kB | 282 kB | 233 kB
Progress (3): 464/480 kB | 282 kB | 233 kB
Progress (3): 468/480 kB | 282 kB | 233 kB
Progress (3): 472/480 kB | 282 kB | 233 kB
Progress (3): 476/480 kB | 282 kB | 233 kB
Progress (3): 480/480 kB | 282 kB | 233 kB
Progress (3): 480 kB | 282 kB | 233 kB    
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.1 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 935 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-parent ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 99 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Progress (1): 4.1/9.3 kB
Progress (1): 7.7/9.3 kB
Progress (1): 9.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 333 kB/s)
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 1.7 MB/s)
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 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 385 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 122 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 375 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 126 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom
Progress (1): 4.1/25 kB
Progress (1): 7.7/25 kB
Progress (1): 12/25 kB 
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 24/25 kB
Progress (1): 25 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 1.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 127 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
Progress (1): 998 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 77 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 330 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 80 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 130 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 286 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 577 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 690 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 376 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Progress (1): 4.1/9.4 kB
Progress (1): 7.7/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 779 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 470 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
Progress (1): 4.1/6.2 kB
Progress (1): 6.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 480 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 235 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 147 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 208 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 433 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 481 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 694 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Progress (1): 357 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 30 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Progress (1): 866 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 72 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Progress (1): 974 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 81 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 192 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Progress (1): 163 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 14 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Progress (1): 171 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 14 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 278 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 173 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 439 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 118 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 118 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 436 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 339 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 206 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 116 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 218 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 370 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Progress (1): 4.1/7.0 kB
Progress (1): 7.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 584 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Progress (1): 4.1/6.2 kB
Progress (1): 6.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 476 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
Progress (1): 145 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
Progress (1): 147 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 10 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Progress (1): 167 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 13 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Progress (1): 156 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 12 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 463 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
Progress (1): 142 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
Progress (1): 653 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 50 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 332 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Progress (1): 4.1/9.8 kB
Progress (1): 7.7/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 757 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 910 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 262 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
Progress (1): 145 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 12 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 256 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 223 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 817 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 370 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 379 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom
Progress (1): 4.1/70 kB
Progress (1): 7.7/70 kB
Progress (1): 12/70 kB 
Progress (1): 16/70 kB
Progress (1): 20/70 kB
Progress (1): 24/70 kB
Progress (1): 28/70 kB
Progress (1): 32/70 kB
Progress (1): 36/70 kB
Progress (1): 40/70 kB
Progress (1): 44/70 kB
Progress (1): 48/70 kB
Progress (1): 52/70 kB
Progress (1): 56/70 kB
Progress (1): 60/70 kB
Progress (1): 64/70 kB
Progress (1): 68/70 kB
Progress (1): 70 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 4.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 361 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 393 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 320 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 163 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 133 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
Progress (1): 4.1/40 kB
Progress (1): 7.7/40 kB
Progress (1): 12/40 kB 
Progress (1): 16/40 kB
Progress (1): 20/40 kB
Progress (1): 24/40 kB
Progress (1): 28/40 kB
Progress (1): 32/40 kB
Progress (1): 36/40 kB
Progress (1): 40/40 kB
Progress (1): 40 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 242 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 430 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 426 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 782 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
Progress (1): 4.1/48 kB
Progress (1): 7.7/48 kB
Progress (1): 12/48 kB 
Progress (1): 16/48 kB
Progress (1): 20/48 kB
Progress (1): 24/48 kB
Progress (1): 28/48 kB
Progress (1): 32/48 kB
Progress (1): 36/48 kB
Progress (1): 40/48 kB
Progress (1): 44/48 kB
Progress (1): 48/48 kB
Progress (1): 48 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 3.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 319 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 350 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.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/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 518 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 393 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 245 kB/s)
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 864 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 191 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 209 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.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/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 439 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Progress (1): 767 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 59 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Progress (1): 727 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 61 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 577 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom
Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 544 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 207 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.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/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 908 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 377 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 954 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 277 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
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/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 365 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
Progress (1): 4.1/194 kB
Progress (1): 7.7/194 kB
Progress (1): 12/194 kB 
Progress (1): 16/194 kB
Progress (1): 20/194 kB
Progress (2): 20/194 kB | 4.1/154 kB
Progress (2): 24/194 kB | 4.1/154 kB
Progress (2): 24/194 kB | 7.7/154 kB
Progress (2): 28/194 kB | 7.7/154 kB
Progress (2): 32/194 kB | 7.7/154 kB
Progress (2): 32/194 kB | 12/154 kB 
Progress (2): 36/194 kB | 12/154 kB
Progress (2): 36/194 kB | 16/154 kB
Progress (2): 40/194 kB | 16/154 kB
Progress (2): 40/194 kB | 20/154 kB
Progress (2): 44/194 kB | 20/154 kB
Progress (2): 44/194 kB | 24/154 kB
Progress (2): 48/194 kB | 24/154 kB
Progress (2): 52/194 kB | 24/154 kB
Progress (2): 52/194 kB | 28/154 kB
Progress (2): 56/194 kB | 28/154 kB
Progress (2): 56/194 kB | 32/154 kB
Progress (2): 60/194 kB | 32/154 kB
Progress (2): 64/194 kB | 32/154 kB
Progress (2): 64/194 kB | 36/154 kB
Progress (2): 68/194 kB | 36/154 kB
Progress (2): 68/194 kB | 40/154 kB
Progress (2): 72/194 kB | 40/154 kB
Progress (2): 76/194 kB | 40/154 kB
Progress (2): 76/194 kB | 44/154 kB
Progress (2): 80/194 kB | 44/154 kB
Progress (2): 80/194 kB | 48/154 kB
Progress (2): 84/194 kB | 48/154 kB
Progress (2): 88/194 kB | 48/154 kB
Progress (2): 88/194 kB | 52/154 kB
Progress (2): 92/194 kB | 52/154 kB
Progress (2): 92/194 kB | 56/154 kB
Progress (2): 96/194 kB | 56/154 kB
Progress (2): 100/194 kB | 56/154 kB
Progress (2): 100/194 kB | 60/154 kB
Progress (2): 104/194 kB | 60/154 kB
Progress (2): 104/194 kB | 64/154 kB
Progress (2): 108/194 kB | 64/154 kB
Progress (2): 112/194 kB | 64/154 kB
Progress (2): 112/194 kB | 68/154 kB
Progress (2): 116/194 kB | 68/154 kB
Progress (2): 116/194 kB | 72/154 kB
Progress (2): 120/194 kB | 72/154 kB
Progress (2): 124/194 kB | 72/154 kB
Progress (2): 128/194 kB | 72/154 kB
Progress (2): 128/194 kB | 76/154 kB
Progress (2): 132/194 kB | 76/154 kB
Progress (3): 132/194 kB | 76/154 kB | 0/1.2 MB
Progress (3): 132/194 kB | 80/154 kB | 0/1.2 MB
Progress (3): 132/194 kB | 80/154 kB | 0/1.2 MB
Progress (3): 136/194 kB | 80/154 kB | 0/1.2 MB
Progress (3): 136/194 kB | 80/154 kB | 0/1.2 MB
Progress (3): 140/194 kB | 80/154 kB | 0/1.2 MB
Progress (3): 140/194 kB | 84/154 kB | 0/1.2 MB
Progress (4): 140/194 kB | 84/154 kB | 0/1.2 MB | 4.1/293 kB
Progress (4): 140/194 kB | 88/154 kB | 0/1.2 MB | 4.1/293 kB
Progress (4): 144/194 kB | 88/154 kB | 0/1.2 MB | 4.1/293 kB
Progress (4): 144/194 kB | 88/154 kB | 0/1.2 MB | 4.1/293 kB
Progress (4): 148/194 kB | 88/154 kB | 0/1.2 MB | 4.1/293 kB
Progress (4): 148/194 kB | 92/154 kB | 0/1.2 MB | 4.1/293 kB
Progress (4): 148/194 kB | 92/154 kB | 0/1.2 MB | 7.7/293 kB
Progress (4): 148/194 kB | 96/154 kB | 0/1.2 MB | 7.7/293 kB
Progress (4): 152/194 kB | 96/154 kB | 0/1.2 MB | 7.7/293 kB
Progress (4): 152/194 kB | 96/154 kB | 0/1.2 MB | 7.7/293 kB
Progress (4): 156/194 kB | 96/154 kB | 0/1.2 MB | 7.7/293 kB
Progress (4): 156/194 kB | 100/154 kB | 0/1.2 MB | 7.7/293 kB
Progress (4): 156/194 kB | 100/154 kB | 0/1.2 MB | 12/293 kB 
Progress (4): 156/194 kB | 104/154 kB | 0/1.2 MB | 12/293 kB
Progress (5): 156/194 kB | 104/154 kB | 0/1.2 MB | 12/293 kB | 4.1/18 kB
Progress (5): 160/194 kB | 104/154 kB | 0/1.2 MB | 12/293 kB | 4.1/18 kB
Progress (5): 160/194 kB | 104/154 kB | 0/1.2 MB | 12/293 kB | 4.1/18 kB
Progress (5): 164/194 kB | 104/154 kB | 0/1.2 MB | 12/293 kB | 4.1/18 kB
Progress (5): 164/194 kB | 104/154 kB | 0/1.2 MB | 12/293 kB | 4.1/18 kB
Progress (5): 164/194 kB | 104/154 kB | 0/1.2 MB | 12/293 kB | 7.7/18 kB
Progress (5): 164/194 kB | 108/154 kB | 0/1.2 MB | 12/293 kB | 7.7/18 kB
Progress (5): 164/194 kB | 108/154 kB | 0/1.2 MB | 16/293 kB | 7.7/18 kB
Progress (5): 164/194 kB | 112/154 kB | 0/1.2 MB | 16/293 kB | 7.7/18 kB
Progress (5): 164/194 kB | 112/154 kB | 0/1.2 MB | 16/293 kB | 12/18 kB 
Progress (5): 164/194 kB | 112/154 kB | 0/1.2 MB | 16/293 kB | 12/18 kB
Progress (5): 168/194 kB | 112/154 kB | 0/1.2 MB | 16/293 kB | 12/18 kB
Progress (5): 168/194 kB | 112/154 kB | 0/1.2 MB | 16/293 kB | 12/18 kB
Progress (5): 168/194 kB | 112/154 kB | 0/1.2 MB | 16/293 kB | 16/18 kB
Progress (5): 168/194 kB | 116/154 kB | 0/1.2 MB | 16/293 kB | 16/18 kB
Progress (5): 168/194 kB | 116/154 kB | 0/1.2 MB | 20/293 kB | 16/18 kB
Progress (5): 168/194 kB | 120/154 kB | 0/1.2 MB | 20/293 kB | 16/18 kB
Progress (5): 168/194 kB | 120/154 kB | 0/1.2 MB | 20/293 kB | 18 kB   
Progress (5): 168/194 kB | 120/154 kB | 0/1.2 MB | 20/293 kB | 18 kB
Progress (5): 172/194 kB | 120/154 kB | 0/1.2 MB | 20/293 kB | 18 kB
Progress (5): 172/194 kB | 120/154 kB | 0/1.2 MB | 20/293 kB | 18 kB
Progress (5): 172/194 kB | 124/154 kB | 0/1.2 MB | 20/293 kB | 18 kB
Progress (5): 172/194 kB | 124/154 kB | 0/1.2 MB | 24/293 kB | 18 kB
Progress (5): 172/194 kB | 128/154 kB | 0/1.2 MB | 24/293 kB | 18 kB
Progress (5): 172/194 kB | 128/154 kB | 0/1.2 MB | 24/293 kB | 18 kB
Progress (5): 176/194 kB | 128/154 kB | 0/1.2 MB | 24/293 kB | 18 kB
Progress (5): 176/194 kB | 128/154 kB | 0.1/1.2 MB | 24/293 kB | 18 kB
Progress (5): 180/194 kB | 128/154 kB | 0.1/1.2 MB | 24/293 kB | 18 kB
Progress (5): 180/194 kB | 132/154 kB | 0.1/1.2 MB | 24/293 kB | 18 kB
Progress (5): 180/194 kB | 132/154 kB | 0.1/1.2 MB | 28/293 kB | 18 kB
Progress (5): 180/194 kB | 136/154 kB | 0.1/1.2 MB | 28/293 kB | 18 kB
Progress (5): 184/194 kB | 136/154 kB | 0.1/1.2 MB | 28/293 kB | 18 kB
Progress (5): 184/194 kB | 136/154 kB | 0.1/1.2 MB | 28/293 kB | 18 kB
Progress (5): 188/194 kB | 136/154 kB | 0.1/1.2 MB | 28/293 kB | 18 kB
Progress (5): 188/194 kB | 140/154 kB | 0.1/1.2 MB | 28/293 kB | 18 kB
Progress (5): 188/194 kB | 140/154 kB | 0.1/1.2 MB | 32/293 kB | 18 kB
Progress (5): 188/194 kB | 144/154 kB | 0.1/1.2 MB | 32/293 kB | 18 kB
Progress (5): 192/194 kB | 144/154 kB | 0.1/1.2 MB | 32/293 kB | 18 kB
Progress (5): 192/194 kB | 144/154 kB | 0.1/1.2 MB | 32/293 kB | 18 kB
Progress (5): 194 kB | 144/154 kB | 0.1/1.2 MB | 32/293 kB | 18 kB    
Progress (5): 194 kB | 148/154 kB | 0.1/1.2 MB | 32/293 kB | 18 kB
Progress (5): 194 kB | 148/154 kB | 0.1/1.2 MB | 33/293 kB | 18 kB
Progress (5): 194 kB | 152/154 kB | 0.1/1.2 MB | 33/293 kB | 18 kB
Progress (5): 194 kB | 152/154 kB | 0.1/1.2 MB | 33/293 kB | 18 kB
Progress (5): 194 kB | 154 kB | 0.1/1.2 MB | 33/293 kB | 18 kB    
Progress (5): 194 kB | 154 kB | 0.1/1.2 MB | 37/293 kB | 18 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 367 kB/s)
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 41/293 kB
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 41/293 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 41/293 kB
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 45/293 kB
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 45/293 kB
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 49/293 kB
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 49/293 kB
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 53/293 kB
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 57/293 kB
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 57/293 kB
Progress (4): 194 kB | 154 kB | 0.1/1.2 MB | 61/293 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 3.7 MB/s)
Progress (3): 154 kB | 0.1/1.2 MB | 61/293 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Progress (3): 154 kB | 0.1/1.2 MB | 65/293 kB
Progress (3): 154 kB | 0.1/1.2 MB | 65/293 kB
Progress (3): 154 kB | 0.1/1.2 MB | 66/293 kB
Progress (3): 154 kB | 0.1/1.2 MB | 66/293 kB
Progress (3): 154 kB | 0.1/1.2 MB | 70/293 kB
Progress (3): 154 kB | 0.1/1.2 MB | 70/293 kB
Progress (3): 154 kB | 0.1/1.2 MB | 74/293 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 2.9 MB/s)
Progress (2): 0.1/1.2 MB | 74/293 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Progress (2): 0.1/1.2 MB | 78/293 kB
Progress (2): 0.1/1.2 MB | 78/293 kB
Progress (2): 0.1/1.2 MB | 82/293 kB
Progress (2): 0.1/1.2 MB | 82/293 kB
Progress (2): 0.1/1.2 MB | 86/293 kB
Progress (2): 0.1/1.2 MB | 86/293 kB
Progress (2): 0.1/1.2 MB | 90/293 kB
Progress (2): 0.1/1.2 MB | 90/293 kB
Progress (2): 0.1/1.2 MB | 94/293 kB
Progress (2): 0.1/1.2 MB | 98/293 kB
Progress (2): 0.1/1.2 MB | 98/293 kB
Progress (2): 0.1/1.2 MB | 98/293 kB
Progress (2): 0.1/1.2 MB | 98/293 kB
Progress (2): 0.1/1.2 MB | 102/293 kB
Progress (2): 0.1/1.2 MB | 102/293 kB
Progress (2): 0.1/1.2 MB | 106/293 kB
Progress (2): 0.1/1.2 MB | 106/293 kB
Progress (2): 0.1/1.2 MB | 110/293 kB
Progress (2): 0.1/1.2 MB | 114/293 kB
Progress (2): 0.1/1.2 MB | 114/293 kB
Progress (2): 0.1/1.2 MB | 118/293 kB
Progress (2): 0.1/1.2 MB | 118/293 kB
Progress (2): 0.1/1.2 MB | 118/293 kB
Progress (2): 0.2/1.2 MB | 118/293 kB
Progress (2): 0.2/1.2 MB | 118/293 kB
Progress (2): 0.2/1.2 MB | 118/293 kB
Progress (2): 0.2/1.2 MB | 118/293 kB
Progress (2): 0.2/1.2 MB | 118/293 kB
Progress (3): 0.2/1.2 MB | 118/293 kB | 4.1/139 kB
Progress (3): 0.2/1.2 MB | 118/293 kB | 7.7/139 kB
Progress (3): 0.2/1.2 MB | 118/293 kB | 12/139 kB 
Progress (3): 0.2/1.2 MB | 118/293 kB | 16/139 kB
Progress (4): 0.2/1.2 MB | 118/293 kB | 16/139 kB | 4.1/173 kB
Progress (4): 0.2/1.2 MB | 118/293 kB | 16/139 kB | 7.7/173 kB
Progress (4): 0.2/1.2 MB | 118/293 kB | 16/139 kB | 12/173 kB 
Progress (4): 0.2/1.2 MB | 118/293 kB | 16/139 kB | 16/173 kB
Progress (4): 0.2/1.2 MB | 118/293 kB | 16/139 kB | 20/173 kB
Progress (4): 0.2/1.2 MB | 118/293 kB | 16/139 kB | 24/173 kB
Progress (4): 0.2/1.2 MB | 122/293 kB | 16/139 kB | 24/173 kB
Progress (4): 0.2/1.2 MB | 122/293 kB | 16/139 kB | 28/173 kB
Progress (4): 0.2/1.2 MB | 122/293 kB | 16/139 kB | 28/173 kB
Progress (4): 0.2/1.2 MB | 122/293 kB | 20/139 kB | 28/173 kB
Progress (4): 0.2/1.2 MB | 122/293 kB | 20/139 kB | 28/173 kB
Progress (4): 0.2/1.2 MB | 122/293 kB | 20/139 kB | 32/173 kB
Progress (5): 0.2/1.2 MB | 122/293 kB | 20/139 kB | 32/173 kB | 4.1/189 kB
Progress (5): 0.2/1.2 MB | 126/293 kB | 20/139 kB | 32/173 kB | 4.1/189 kB
Progress (5): 0.2/1.2 MB | 126/293 kB | 20/139 kB | 32/173 kB | 7.7/189 kB
Progress (5): 0.2/1.2 MB | 126/293 kB | 20/139 kB | 36/173 kB | 7.7/189 kB
Progress (5): 0.2/1.2 MB | 126/293 kB | 20/139 kB | 36/173 kB | 7.7/189 kB
Progress (5): 0.2/1.2 MB | 126/293 kB | 24/139 kB | 36/173 kB | 7.7/189 kB
Progress (5): 0.2/1.2 MB | 126/293 kB | 24/139 kB | 36/173 kB | 7.7/189 kB
Progress (5): 0.2/1.2 MB | 126/293 kB | 24/139 kB | 40/173 kB | 7.7/189 kB
Progress (5): 0.2/1.2 MB | 126/293 kB | 24/139 kB | 40/173 kB | 7.7/189 kB
Progress (5): 0.2/1.2 MB | 126/293 kB | 24/139 kB | 40/173 kB | 12/189 kB 
Progress (5): 0.2/1.2 MB | 130/293 kB | 24/139 kB | 40/173 kB | 12/189 kB
Progress (5): 0.2/1.2 MB | 130/293 kB | 24/139 kB | 40/173 kB | 16/189 kB
Progress (5): 0.2/1.2 MB | 130/293 kB | 24/139 kB | 40/173 kB | 16/189 kB
Progress (5): 0.2/1.2 MB | 130/293 kB | 24/139 kB | 44/173 kB | 16/189 kB
Progress (5): 0.2/1.2 MB | 130/293 kB | 24/139 kB | 44/173 kB | 16/189 kB
Progress (5): 0.2/1.2 MB | 130/293 kB | 28/139 kB | 44/173 kB | 16/189 kB
Progress (5): 0.2/1.2 MB | 130/293 kB | 28/139 kB | 44/173 kB | 16/189 kB
Progress (5): 0.2/1.2 MB | 130/293 kB | 28/139 kB | 48/173 kB | 16/189 kB
Progress (5): 0.2/1.2 MB | 130/293 kB | 28/139 kB | 48/173 kB | 20/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 28/139 kB | 48/173 kB | 20/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 28/139 kB | 48/173 kB | 24/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 28/139 kB | 52/173 kB | 24/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 28/139 kB | 52/173 kB | 24/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 32/139 kB | 52/173 kB | 24/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 32/139 kB | 52/173 kB | 24/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 36/139 kB | 52/173 kB | 24/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 36/139 kB | 52/173 kB | 24/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 36/139 kB | 56/173 kB | 24/189 kB
Progress (5): 0.2/1.2 MB | 131/293 kB | 36/139 kB | 56/173 kB | 28/189 kB
Progress (5): 0.2/1.2 MB | 135/293 kB | 36/139 kB | 56/173 kB | 28/189 kB
Progress (5): 0.2/1.2 MB | 135/293 kB | 36/139 kB | 56/173 kB | 32/189 kB
Progress (5): 0.2/1.2 MB | 135/293 kB | 36/139 kB | 60/173 kB | 32/189 kB
Progress (5): 0.2/1.2 MB | 135/293 kB | 36/139 kB | 60/173 kB | 36/189 kB
Progress (5): 0.2/1.2 MB | 135/293 kB | 36/139 kB | 60/173 kB | 36/189 kB
Progress (5): 0.2/1.2 MB | 135/293 kB | 40/139 kB | 60/173 kB | 36/189 kB
Progress (5): 0.2/1.2 MB | 135/293 kB | 40/139 kB | 60/173 kB | 40/189 kB
Progress (5): 0.2/1.2 MB | 135/293 kB | 44/139 kB | 60/173 kB | 40/189 kB
Progress (5): 0.2/1.2 MB | 135/293 kB | 44/139 kB | 64/173 kB | 40/189 kB
Progress (5): 0.2/1.2 MB | 139/293 kB | 44/139 kB | 64/173 kB | 40/189 kB
Progress (5): 0.2/1.2 MB | 139/293 kB | 44/139 kB | 68/173 kB | 40/189 kB
Progress (5): 0.2/1.2 MB | 139/293 kB | 48/139 kB | 68/173 kB | 40/189 kB
Progress (5): 0.2/1.2 MB | 139/293 kB | 48/139 kB | 68/173 kB | 44/189 kB
Progress (5): 0.2/1.2 MB | 139/293 kB | 48/139 kB | 68/173 kB | 44/189 kB
Progress (5): 0.2/1.2 MB | 139/293 kB | 48/139 kB | 68/173 kB | 48/189 kB
Progress (5): 0.2/1.2 MB | 139/293 kB | 52/139 kB | 68/173 kB | 48/189 kB
Progress (5): 0.2/1.2 MB | 139/293 kB | 52/139 kB | 72/173 kB | 48/189 kB
Progress (5): 0.2/1.2 MB | 143/293 kB | 52/139 kB | 72/173 kB | 48/189 kB
Progress (5): 0.2/1.2 MB | 143/293 kB | 52/139 kB | 76/173 kB | 48/189 kB
Progress (5): 0.2/1.2 MB | 143/293 kB | 56/139 kB | 76/173 kB | 48/189 kB
Progress (5): 0.2/1.2 MB | 143/293 kB | 56/139 kB | 76/173 kB | 52/189 kB
Progress (5): 0.2/1.2 MB | 143/293 kB | 60/139 kB | 76/173 kB | 52/189 kB
Progress (5): 0.2/1.2 MB | 143/293 kB | 60/139 kB | 76/173 kB | 52/189 kB
Progress (5): 0.2/1.2 MB | 143/293 kB | 64/139 kB | 76/173 kB | 52/189 kB
Progress (5): 0.2/1.2 MB | 143/293 kB | 64/139 kB | 76/173 kB | 56/189 kB
Progress (5): 0.2/1.2 MB | 143/293 kB | 64/139 kB | 80/173 kB | 56/189 kB
Progress (5): 0.2/1.2 MB | 147/293 kB | 64/139 kB | 80/173 kB | 56/189 kB
Progress (5): 0.2/1.2 MB | 147/293 kB | 64/139 kB | 84/173 kB | 56/189 kB
Progress (5): 0.2/1.2 MB | 147/293 kB | 64/139 kB | 84/173 kB | 60/189 kB
Progress (5): 0.2/1.2 MB | 147/293 kB | 68/139 kB | 84/173 kB | 60/189 kB
Progress (5): 0.2/1.2 MB | 147/293 kB | 68/139 kB | 84/173 kB | 60/189 kB
Progress (5): 0.2/1.2 MB | 147/293 kB | 72/139 kB | 84/173 kB | 60/189 kB
Progress (5): 0.2/1.2 MB | 147/293 kB | 72/139 kB | 84/173 kB | 64/189 kB
Progress (5): 0.2/1.2 MB | 147/293 kB | 72/139 kB | 88/173 kB | 64/189 kB
Progress (5): 0.2/1.2 MB | 151/293 kB | 72/139 kB | 88/173 kB | 64/189 kB
Progress (5): 0.2/1.2 MB | 151/293 kB | 72/139 kB | 92/173 kB | 64/189 kB
Progress (5): 0.2/1.2 MB | 151/293 kB | 72/139 kB | 92/173 kB | 68/189 kB
Progress (5): 0.2/1.2 MB | 151/293 kB | 76/139 kB | 92/173 kB | 68/189 kB
Progress (5): 0.2/1.2 MB | 151/293 kB | 76/139 kB | 92/173 kB | 68/189 kB
Progress (5): 0.2/1.2 MB | 151/293 kB | 80/139 kB | 92/173 kB | 68/189 kB
Progress (5): 0.2/1.2 MB | 151/293 kB | 80/139 kB | 92/173 kB | 72/189 kB
Progress (5): 0.2/1.2 MB | 151/293 kB | 80/139 kB | 96/173 kB | 72/189 kB
Progress (5): 0.2/1.2 MB | 155/293 kB | 80/139 kB | 96/173 kB | 72/189 kB
Progress (5): 0.2/1.2 MB | 155/293 kB | 80/139 kB | 100/173 kB | 72/189 kB
Progress (5): 0.2/1.2 MB | 155/293 kB | 80/139 kB | 100/173 kB | 76/189 kB
Progress (5): 0.2/1.2 MB | 155/293 kB | 84/139 kB | 100/173 kB | 76/189 kB
Progress (5): 0.2/1.2 MB | 155/293 kB | 84/139 kB | 100/173 kB | 76/189 kB
Progress (5): 0.2/1.2 MB | 155/293 kB | 88/139 kB | 100/173 kB | 76/189 kB
Progress (5): 0.2/1.2 MB | 155/293 kB | 88/139 kB | 100/173 kB | 80/189 kB
Progress (5): 0.2/1.2 MB | 155/293 kB | 88/139 kB | 104/173 kB | 80/189 kB
Progress (5): 0.2/1.2 MB | 159/293 kB | 88/139 kB | 104/173 kB | 80/189 kB
Progress (5): 0.2/1.2 MB | 159/293 kB | 88/139 kB | 108/173 kB | 80/189 kB
Progress (5): 0.2/1.2 MB | 159/293 kB | 88/139 kB | 108/173 kB | 84/189 kB
Progress (5): 0.2/1.2 MB | 159/293 kB | 92/139 kB | 108/173 kB | 84/189 kB
Progress (5): 0.2/1.2 MB | 159/293 kB | 92/139 kB | 108/173 kB | 84/189 kB
Progress (5): 0.2/1.2 MB | 159/293 kB | 96/139 kB | 108/173 kB | 84/189 kB
Progress (5): 0.2/1.2 MB | 159/293 kB | 96/139 kB | 108/173 kB | 88/189 kB
Progress (5): 0.2/1.2 MB | 159/293 kB | 96/139 kB | 112/173 kB | 88/189 kB
Progress (5): 0.2/1.2 MB | 163/293 kB | 96/139 kB | 112/173 kB | 88/189 kB
Progress (5): 0.2/1.2 MB | 163/293 kB | 96/139 kB | 116/173 kB | 88/189 kB
Progress (5): 0.2/1.2 MB | 163/293 kB | 96/139 kB | 116/173 kB | 92/189 kB
Progress (5): 0.2/1.2 MB | 163/293 kB | 100/139 kB | 116/173 kB | 92/189 kB
Progress (5): 0.2/1.2 MB | 163/293 kB | 100/139 kB | 116/173 kB | 92/189 kB
Progress (5): 0.2/1.2 MB | 163/293 kB | 104/139 kB | 116/173 kB | 92/189 kB
Progress (5): 0.2/1.2 MB | 163/293 kB | 104/139 kB | 116/173 kB | 96/189 kB
Progress (5): 0.2/1.2 MB | 163/293 kB | 104/139 kB | 120/173 kB | 96/189 kB
Progress (5): 0.2/1.2 MB | 164/293 kB | 104/139 kB | 120/173 kB | 96/189 kB
Progress (5): 0.2/1.2 MB | 164/293 kB | 104/139 kB | 124/173 kB | 96/189 kB
Progress (5): 0.2/1.2 MB | 164/293 kB | 104/139 kB | 124/173 kB | 100/189 kB
Progress (5): 0.2/1.2 MB | 164/293 kB | 108/139 kB | 124/173 kB | 100/189 kB
Progress (5): 0.2/1.2 MB | 164/293 kB | 108/139 kB | 124/173 kB | 100/189 kB
Progress (5): 0.2/1.2 MB | 164/293 kB | 112/139 kB | 124/173 kB | 100/189 kB
Progress (5): 0.2/1.2 MB | 164/293 kB | 112/139 kB | 124/173 kB | 104/189 kB
Progress (5): 0.2/1.2 MB | 164/293 kB | 112/139 kB | 128/173 kB | 104/189 kB
Progress (5): 0.2/1.2 MB | 168/293 kB | 112/139 kB | 128/173 kB | 104/189 kB
Progress (5): 0.2/1.2 MB | 168/293 kB | 112/139 kB | 132/173 kB | 104/189 kB
Progress (5): 0.2/1.2 MB | 168/293 kB | 112/139 kB | 132/173 kB | 108/189 kB
Progress (5): 0.2/1.2 MB | 168/293 kB | 116/139 kB | 132/173 kB | 108/189 kB
Progress (5): 0.3/1.2 MB | 168/293 kB | 116/139 kB | 132/173 kB | 108/189 kB
Progress (5): 0.3/1.2 MB | 168/293 kB | 120/139 kB | 132/173 kB | 108/189 kB
Progress (5): 0.3/1.2 MB | 168/293 kB | 120/139 kB | 132/173 kB | 112/189 kB
Progress (5): 0.3/1.2 MB | 168/293 kB | 120/139 kB | 136/173 kB | 112/189 kB
Progress (5): 0.3/1.2 MB | 172/293 kB | 120/139 kB | 136/173 kB | 112/189 kB
Progress (5): 0.3/1.2 MB | 172/293 kB | 120/139 kB | 140/173 kB | 112/189 kB
Progress (5): 0.3/1.2 MB | 172/293 kB | 120/139 kB | 140/173 kB | 116/189 kB
Progress (5): 0.3/1.2 MB | 172/293 kB | 124/139 kB | 140/173 kB | 116/189 kB
Progress (5): 0.3/1.2 MB | 172/293 kB | 124/139 kB | 140/173 kB | 116/189 kB
Progress (5): 0.3/1.2 MB | 172/293 kB | 128/139 kB | 140/173 kB | 116/189 kB
Progress (5): 0.3/1.2 MB | 172/293 kB | 128/139 kB | 140/173 kB | 116/189 kB
Progress (5): 0.3/1.2 MB | 172/293 kB | 128/139 kB | 140/173 kB | 120/189 kB
Progress (5): 0.3/1.2 MB | 172/293 kB | 128/139 kB | 144/173 kB | 120/189 kB
Progress (5): 0.3/1.2 MB | 176/293 kB | 128/139 kB | 144/173 kB | 120/189 kB
Progress (5): 0.3/1.2 MB | 176/293 kB | 128/139 kB | 148/173 kB | 120/189 kB
Progress (5): 0.3/1.2 MB | 176/293 kB | 128/139 kB | 148/173 kB | 124/189 kB
Progress (5): 0.3/1.2 MB | 176/293 kB | 128/139 kB | 148/173 kB | 124/189 kB
Progress (5): 0.3/1.2 MB | 176/293 kB | 132/139 kB | 148/173 kB | 124/189 kB
Progress (5): 0.3/1.2 MB | 176/293 kB | 132/139 kB | 148/173 kB | 124/189 kB
Progress (5): 0.3/1.2 MB | 176/293 kB | 132/139 kB | 148/173 kB | 128/189 kB
Progress (5): 0.3/1.2 MB | 176/293 kB | 132/139 kB | 152/173 kB | 128/189 kB
Progress (5): 0.3/1.2 MB | 180/293 kB | 132/139 kB | 152/173 kB | 128/189 kB
Progress (5): 0.3/1.2 MB | 180/293 kB | 132/139 kB | 156/173 kB | 128/189 kB
Progress (5): 0.3/1.2 MB | 180/293 kB | 132/139 kB | 156/173 kB | 132/189 kB
Progress (5): 0.3/1.2 MB | 180/293 kB | 132/139 kB | 156/173 kB | 132/189 kB
Progress (5): 0.3/1.2 MB | 180/293 kB | 136/139 kB | 156/173 kB | 132/189 kB
Progress (5): 0.3/1.2 MB | 180/293 kB | 136/139 kB | 156/173 kB | 132/189 kB
Progress (5): 0.3/1.2 MB | 180/293 kB | 136/139 kB | 156/173 kB | 136/189 kB
Progress (5): 0.3/1.2 MB | 180/293 kB | 136/139 kB | 160/173 kB | 136/189 kB
Progress (5): 0.3/1.2 MB | 184/293 kB | 136/139 kB | 160/173 kB | 136/189 kB
Progress (5): 0.3/1.2 MB | 184/293 kB | 136/139 kB | 164/173 kB | 136/189 kB
Progress (5): 0.3/1.2 MB | 184/293 kB | 136/139 kB | 164/173 kB | 140/189 kB
Progress (5): 0.3/1.2 MB | 184/293 kB | 136/139 kB | 164/173 kB | 140/189 kB
Progress (5): 0.3/1.2 MB | 184/293 kB | 139 kB | 164/173 kB | 140/189 kB    
Progress (5): 0.3/1.2 MB | 184/293 kB | 139 kB | 164/173 kB | 140/189 kB
Progress (5): 0.3/1.2 MB | 184/293 kB | 139 kB | 164/173 kB | 144/189 kB
Progress (5): 0.3/1.2 MB | 184/293 kB | 139 kB | 168/173 kB | 144/189 kB
Progress (5): 0.3/1.2 MB | 188/293 kB | 139 kB | 168/173 kB | 144/189 kB
Progress (5): 0.3/1.2 MB | 188/293 kB | 139 kB | 172/173 kB | 144/189 kB
Progress (5): 0.3/1.2 MB | 188/293 kB | 139 kB | 172/173 kB | 148/189 kB
Progress (5): 0.3/1.2 MB | 188/293 kB | 139 kB | 172/173 kB | 148/189 kB
Progress (5): 0.3/1.2 MB | 188/293 kB | 139 kB | 172/173 kB | 152/189 kB
Progress (5): 0.3/1.2 MB | 188/293 kB | 139 kB | 172/173 kB | 152/189 kB
Progress (5): 0.3/1.2 MB | 188/293 kB | 139 kB | 173 kB | 152/189 kB    
Progress (5): 0.3/1.2 MB | 192/293 kB | 139 kB | 173 kB | 152/189 kB
Progress (5): 0.3/1.2 MB | 192/293 kB | 139 kB | 173 kB | 152/189 kB
Progress (5): 0.3/1.2 MB | 192/293 kB | 139 kB | 173 kB | 156/189 kB
Progress (5): 0.3/1.2 MB | 196/293 kB | 139 kB | 173 kB | 156/189 kB
Progress (5): 0.3/1.2 MB | 196/293 kB | 139 kB | 173 kB | 156/189 kB
Progress (5): 0.3/1.2 MB | 196/293 kB | 139 kB | 173 kB | 160/189 kB
Progress (5): 0.3/1.2 MB | 196/293 kB | 139 kB | 173 kB | 160/189 kB
Progress (5): 0.3/1.2 MB | 197/293 kB | 139 kB | 173 kB | 160/189 kB
Progress (5): 0.3/1.2 MB | 197/293 kB | 139 kB | 173 kB | 160/189 kB
Progress (5): 0.3/1.2 MB | 197/293 kB | 139 kB | 173 kB | 164/189 kB
Progress (5): 0.3/1.2 MB | 197/293 kB | 139 kB | 173 kB | 164/189 kB
Progress (5): 0.3/1.2 MB | 201/293 kB | 139 kB | 173 kB | 164/189 kB
Progress (5): 0.3/1.2 MB | 201/293 kB | 139 kB | 173 kB | 168/189 kB
Progress (5): 0.3/1.2 MB | 205/293 kB | 139 kB | 173 kB | 168/189 kB
Progress (5): 0.3/1.2 MB | 205/293 kB | 139 kB | 173 kB | 168/189 kB
Progress (5): 0.3/1.2 MB | 209/293 kB | 139 kB | 173 kB | 168/189 kB
Progress (5): 0.3/1.2 MB | 209/293 kB | 139 kB | 173 kB | 172/189 kB
Progress (5): 0.3/1.2 MB | 213/293 kB | 139 kB | 173 kB | 172/189 kB
Progress (5): 0.3/1.2 MB | 213/293 kB | 139 kB | 173 kB | 172/189 kB
Progress (5): 0.3/1.2 MB | 217/293 kB | 139 kB | 173 kB | 172/189 kB
Progress (5): 0.3/1.2 MB | 217/293 kB | 139 kB | 173 kB | 172/189 kB
Progress (5): 0.3/1.2 MB | 217/293 kB | 139 kB | 173 kB | 176/189 kB
Progress (5): 0.3/1.2 MB | 217/293 kB | 139 kB | 173 kB | 176/189 kB
Progress (5): 0.3/1.2 MB | 221/293 kB | 139 kB | 173 kB | 176/189 kB
Progress (5): 0.3/1.2 MB | 221/293 kB | 139 kB | 173 kB | 176/189 kB
Progress (5): 0.3/1.2 MB | 221/293 kB | 139 kB | 173 kB | 180/189 kB
Progress (5): 0.3/1.2 MB | 221/293 kB | 139 kB | 173 kB | 180/189 kB
Progress (5): 0.3/1.2 MB | 225/293 kB | 139 kB | 173 kB | 180/189 kB
Progress (5): 0.3/1.2 MB | 225/293 kB | 139 kB | 173 kB | 180/189 kB
Progress (5): 0.3/1.2 MB | 225/293 kB | 139 kB | 173 kB | 184/189 kB
Progress (5): 0.3/1.2 MB | 225/293 kB | 139 kB | 173 kB | 184/189 kB
Progress (5): 0.3/1.2 MB | 229/293 kB | 139 kB | 173 kB | 184/189 kB
Progress (5): 0.3/1.2 MB | 229/293 kB | 139 kB | 173 kB | 188/189 kB
Progress (5): 0.3/1.2 MB | 229/293 kB | 139 kB | 173 kB | 188/189 kB
Progress (5): 0.3/1.2 MB | 229/293 kB | 139 kB | 173 kB | 188/189 kB
Progress (5): 0.3/1.2 MB | 233/293 kB | 139 kB | 173 kB | 188/189 kB
Progress (5): 0.3/1.2 MB | 233/293 kB | 139 kB | 173 kB | 189 kB    
Progress (5): 0.3/1.2 MB | 237/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 237/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 241/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 241/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 245/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 245/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 249/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 249/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 253/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 253/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 257/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 257/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 261/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 261/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 265/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 265/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 269/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 269/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 273/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 273/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 273/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 273/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 273/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 273/293 kB | 139 kB | 173 kB | 189 kB
Progress (5): 0.4/1.2 MB | 277/293 kB | 139 kB | 173 kB | 189 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 894 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Progress (4): 0.4/1.2 MB | 277/293 kB | 139 kB | 173 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 816 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 655 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Progress (2): 0.4/1.2 MB | 277/293 kB
Progress (2): 0.4/1.2 MB | 281/293 kB
Progress (2): 0.4/1.2 MB | 281/293 kB
Progress (2): 0.4/1.2 MB | 285/293 kB
Progress (2): 0.4/1.2 MB | 285/293 kB
Progress (2): 0.4/1.2 MB | 289/293 kB
Progress (2): 0.4/1.2 MB | 289/293 kB
Progress (2): 0.4/1.2 MB | 293 kB    
Progress (2): 0.4/1.2 MB | 293 kB
Progress (2): 0.4/1.2 MB | 293 kB
Progress (2): 0.4/1.2 MB | 293 kB
Progress (2): 0.4/1.2 MB | 293 kB
Progress (2): 0.4/1.2 MB | 293 kB
Progress (2): 0.4/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.5/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.6/1.2 MB | 293 kB
Progress (2): 0.7/1.2 MB | 293 kB
Progress (2): 0.7/1.2 MB | 293 kB
Progress (2): 0.7/1.2 MB | 293 kB
Progress (2): 0.7/1.2 MB | 293 kB
Progress (2): 0.7/1.2 MB | 293 kB
Progress (2): 0.7/1.2 MB | 293 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 1.3 MB/s)
Progress (1): 0.7/1.2 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (2): 0.7/1.2 MB | 4.1/168 kB
Progress (3): 0.7/1.2 MB | 4.1/168 kB | 4.1/11 kB
Progress (3): 0.7/1.2 MB | 7.7/168 kB | 4.1/11 kB
Progress (3): 0.7/1.2 MB | 7.7/168 kB | 7.7/11 kB
Progress (3): 0.7/1.2 MB | 7.7/168 kB | 7.7/11 kB
Progress (3): 0.7/1.2 MB | 12/168 kB | 7.7/11 kB 
Progress (3): 0.7/1.2 MB | 12/168 kB | 11 kB    
Progress (3): 0.7/1.2 MB | 16/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 16/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 20/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 20/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 24/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 24/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 28/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 28/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 32/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 32/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 36/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 36/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 40/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 40/168 kB | 11 kB
Progress (3): 0.7/1.2 MB | 44/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 44/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 48/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 48/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 52/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 52/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 56/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 56/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 60/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 60/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 64/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 64/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 68/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 68/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 72/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 72/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 76/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 76/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 80/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 80/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 84/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 84/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 88/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 88/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 92/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 92/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 96/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 96/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 100/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 100/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 104/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 104/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 108/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 108/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 112/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 112/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 116/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 116/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 120/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 120/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 124/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 124/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 128/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 128/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 132/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 132/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 136/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 136/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 140/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 140/168 kB | 11 kB
Progress (3): 0.8/1.2 MB | 144/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 144/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 148/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 148/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 152/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 152/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 156/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 156/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 160/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 160/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 164/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 164/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168/168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB    
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 0.9/1.2 MB | 168 kB | 11 kB
Progress (3): 1.0/1.2 MB | 168 kB | 11 kB
Progress (3): 1.0/1.2 MB | 168 kB | 11 kB
Progress (3): 1.0/1.2 MB | 168 kB | 11 kB
Progress (3): 1.0/1.2 MB | 168 kB | 11 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 4.1/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 4.1/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 7.7/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 7.7/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 12/38 kB 
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 12/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 16/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 16/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 20/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 20/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 24/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 24/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 28/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 28/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 32/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 32/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 36/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 36/38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB   
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.0/1.2 MB | 168 kB | 11 kB | 38 kB
Progress (4): 1.1/1.2 MB | 168 kB | 11 kB | 38 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 45 kB/s)
Progress (4): 1.1/1.2 MB | 168 kB | 38 kB | 4.1/11 kB
Progress (4): 1.1/1.2 MB | 168 kB | 38 kB | 4.1/11 kB
Progress (4): 1.1/1.2 MB | 168 kB | 38 kB | 7.7/11 kB
Progress (4): 1.1/1.2 MB | 168 kB | 38 kB | 7.7/11 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 122 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 542 kB/s)
Progress (2): 1.1/1.2 MB | 7.7/11 kB
Progress (2): 1.1/1.2 MB | 11 kB    
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Progress (3): 1.1/1.2 MB | 11 kB | 4.1/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 4.1/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 7.7/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 7.7/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 12/53 kB 
Progress (3): 1.1/1.2 MB | 11 kB | 12/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 16/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 16/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 20/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 20/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 24/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 24/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 28/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 28/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 32/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 32/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 36/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 36/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 40/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 40/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 44/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 48/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 48/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 52/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 52/53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB   
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB
Progress (3): 1.1/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2/1.2 MB | 11 kB | 53 kB
Progress (3): 1.2 MB | 11 kB | 53 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 35 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
Progress (3): 1.2 MB | 53 kB | 4.1/61 kB
Progress (4): 1.2 MB | 53 kB | 4.1/61 kB | 4.1/15 kB
Progress (4): 1.2 MB | 53 kB | 7.7/61 kB | 4.1/15 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 164 kB/s)
Progress (3): 1.2 MB | 12/61 kB | 4.1/15 kB
Progress (3): 1.2 MB | 12/61 kB | 7.7/15 kB
Progress (3): 1.2 MB | 16/61 kB | 7.7/15 kB
Progress (3): 1.2 MB | 16/61 kB | 12/15 kB 
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
Progress (3): 1.2 MB | 20/61 kB | 12/15 kB
Progress (3): 1.2 MB | 20/61 kB | 15 kB   
Progress (3): 1.2 MB | 24/61 kB | 15 kB
Progress (3): 1.2 MB | 28/61 kB | 15 kB
Progress (3): 1.2 MB | 32/61 kB | 15 kB
Progress (3): 1.2 MB | 36/61 kB | 15 kB
Progress (3): 1.2 MB | 40/61 kB | 15 kB
Progress (3): 1.2 MB | 44/61 kB | 15 kB
Progress (3): 1.2 MB | 48/61 kB | 15 kB
Progress (3): 1.2 MB | 52/61 kB | 15 kB
Progress (3): 1.2 MB | 56/61 kB | 15 kB
Progress (3): 1.2 MB | 60/61 kB | 15 kB
Progress (3): 1.2 MB | 61 kB | 15 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 3.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Progress (3): 61 kB | 15 kB | 4.1/121 kB
Progress (3): 61 kB | 15 kB | 7.7/121 kB
Progress (3): 61 kB | 15 kB | 12/121 kB 
Progress (3): 61 kB | 15 kB | 16/121 kB
Progress (3): 61 kB | 15 kB | 20/121 kB
Progress (3): 61 kB | 15 kB | 24/121 kB
Progress (3): 61 kB | 15 kB | 28/121 kB
Progress (3): 61 kB | 15 kB | 32/121 kB
Progress (3): 61 kB | 15 kB | 33/121 kB
Progress (4): 61 kB | 15 kB | 33/121 kB | 4.1/38 kB
Progress (4): 61 kB | 15 kB | 33/121 kB | 7.7/38 kB
Progress (4): 61 kB | 15 kB | 33/121 kB | 12/38 kB 
Progress (4): 61 kB | 15 kB | 37/121 kB | 12/38 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 46 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 182 kB/s)
Progress (2): 37/121 kB | 16/38 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Progress (2): 41/121 kB | 16/38 kB
Progress (3): 41/121 kB | 16/38 kB | 4.1/347 kB
Progress (3): 41/121 kB | 20/38 kB | 4.1/347 kB
Progress (3): 41/121 kB | 20/38 kB | 7.7/347 kB
Progress (3): 45/121 kB | 20/38 kB | 7.7/347 kB
Progress (3): 45/121 kB | 24/38 kB | 7.7/347 kB
Progress (3): 49/121 kB | 24/38 kB | 7.7/347 kB
Progress (3): 49/121 kB | 24/38 kB | 12/347 kB 
Progress (3): 49/121 kB | 28/38 kB | 12/347 kB
Progress (3): 49/121 kB | 28/38 kB | 16/347 kB
Progress (3): 53/121 kB | 28/38 kB | 16/347 kB
Progress (3): 53/121 kB | 32/38 kB | 16/347 kB
Progress (3): 53/121 kB | 32/38 kB | 20/347 kB
Progress (3): 57/121 kB | 32/38 kB | 20/347 kB
Progress (3): 57/121 kB | 32/38 kB | 24/347 kB
Progress (3): 57/121 kB | 36/38 kB | 24/347 kB
Progress (3): 61/121 kB | 36/38 kB | 24/347 kB
Progress (3): 61/121 kB | 38 kB | 24/347 kB   
Progress (3): 61/121 kB | 38 kB | 28/347 kB
Progress (3): 65/121 kB | 38 kB | 28/347 kB
Progress (3): 65/121 kB | 38 kB | 32/347 kB
Progress (3): 66/121 kB | 38 kB | 32/347 kB
Progress (3): 66/121 kB | 38 kB | 33/347 kB
Progress (3): 70/121 kB | 38 kB | 33/347 kB
Progress (3): 70/121 kB | 38 kB | 37/347 kB
Progress (3): 74/121 kB | 38 kB | 37/347 kB
Progress (3): 74/121 kB | 38 kB | 41/347 kB
Progress (3): 78/121 kB | 38 kB | 41/347 kB
Progress (3): 78/121 kB | 38 kB | 45/347 kB
Progress (3): 82/121 kB | 38 kB | 45/347 kB
Progress (3): 82/121 kB | 38 kB | 49/347 kB
Progress (3): 86/121 kB | 38 kB | 49/347 kB
Progress (3): 86/121 kB | 38 kB | 53/347 kB
Progress (3): 90/121 kB | 38 kB | 53/347 kB
Progress (3): 90/121 kB | 38 kB | 57/347 kB
Progress (3): 94/121 kB | 38 kB | 57/347 kB
Progress (3): 94/121 kB | 38 kB | 61/347 kB
Progress (3): 98/121 kB | 38 kB | 61/347 kB
Progress (3): 98/121 kB | 38 kB | 65/347 kB
Progress (3): 98/121 kB | 38 kB | 66/347 kB
Progress (3): 102/121 kB | 38 kB | 66/347 kB
Progress (3): 102/121 kB | 38 kB | 70/347 kB
Progress (3): 106/121 kB | 38 kB | 70/347 kB
Progress (3): 106/121 kB | 38 kB | 74/347 kB
Progress (3): 110/121 kB | 38 kB | 74/347 kB
Progress (3): 110/121 kB | 38 kB | 78/347 kB
Progress (3): 114/121 kB | 38 kB | 78/347 kB
Progress (3): 114/121 kB | 38 kB | 82/347 kB
Progress (3): 118/121 kB | 38 kB | 82/347 kB
Progress (3): 118/121 kB | 38 kB | 86/347 kB
Progress (3): 121 kB | 38 kB | 86/347 kB    
Progress (3): 121 kB | 38 kB | 90/347 kB
Progress (4): 121 kB | 38 kB | 90/347 kB | 4.1/457 kB
Progress (4): 121 kB | 38 kB | 94/347 kB | 4.1/457 kB
Progress (5): 121 kB | 38 kB | 94/347 kB | 4.1/457 kB | 4.1/90 kB
Progress (5): 121 kB | 38 kB | 98/347 kB | 4.1/457 kB | 4.1/90 kB
Progress (5): 121 kB | 38 kB | 98/347 kB | 7.7/457 kB | 4.1/90 kB
Progress (5): 121 kB | 38 kB | 98/347 kB | 7.7/457 kB | 4.1/90 kB
Progress (5): 121 kB | 38 kB | 98/347 kB | 7.7/457 kB | 7.7/90 kB
Progress (5): 121 kB | 38 kB | 102/347 kB | 7.7/457 kB | 7.7/90 kB
Progress (5): 121 kB | 38 kB | 102/347 kB | 12/457 kB | 7.7/90 kB 
Progress (5): 121 kB | 38 kB | 106/347 kB | 12/457 kB | 7.7/90 kB
Progress (5): 121 kB | 38 kB | 106/347 kB | 12/457 kB | 12/90 kB 
Progress (5): 121 kB | 38 kB | 110/347 kB | 12/457 kB | 12/90 kB
Progress (5): 121 kB | 38 kB | 110/347 kB | 16/457 kB | 12/90 kB
Progress (5): 121 kB | 38 kB | 114/347 kB | 16/457 kB | 12/90 kB
Progress (5): 121 kB | 38 kB | 114/347 kB | 16/457 kB | 16/90 kB
Progress (5): 121 kB | 38 kB | 114/347 kB | 20/457 kB | 16/90 kB
Progress (5): 121 kB | 38 kB | 114/347 kB | 20/457 kB | 20/90 kB
Progress (5): 121 kB | 38 kB | 118/347 kB | 20/457 kB | 20/90 kB
Progress (5): 121 kB | 38 kB | 118/347 kB | 20/457 kB | 24/90 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 109 kB/s)
Progress (4): 121 kB | 118/347 kB | 24/457 kB | 24/90 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar
Progress (4): 121 kB | 118/347 kB | 24/457 kB | 28/90 kB
Progress (4): 121 kB | 122/347 kB | 24/457 kB | 28/90 kB
Progress (4): 121 kB | 122/347 kB | 24/457 kB | 32/90 kB
Progress (4): 121 kB | 122/347 kB | 28/457 kB | 32/90 kB
Progress (4): 121 kB | 122/347 kB | 28/457 kB | 33/90 kB
Progress (4): 121 kB | 126/347 kB | 28/457 kB | 33/90 kB
Progress (4): 121 kB | 126/347 kB | 32/457 kB | 33/90 kB
Progress (4): 121 kB | 130/347 kB | 32/457 kB | 33/90 kB
Progress (4): 121 kB | 130/347 kB | 32/457 kB | 37/90 kB
Progress (4): 121 kB | 131/347 kB | 32/457 kB | 37/90 kB
Progress (4): 121 kB | 131/347 kB | 33/457 kB | 37/90 kB
Progress (4): 121 kB | 135/347 kB | 33/457 kB | 37/90 kB
Progress (4): 121 kB | 135/347 kB | 33/457 kB | 41/90 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 347 kB/s)
Progress (3): 139/347 kB | 33/457 kB | 41/90 kB
Progress (3): 139/347 kB | 37/457 kB | 41/90 kB
Progress (3): 143/347 kB | 37/457 kB | 41/90 kB
Progress (3): 147/347 kB | 37/457 kB | 41/90 kB
Progress (3): 151/347 kB | 37/457 kB | 41/90 kB
Progress (3): 155/347 kB | 37/457 kB | 41/90 kB
Progress (4): 155/347 kB | 37/457 kB | 41/90 kB | 4.1/26 kB
Progress (4): 155/347 kB | 37/457 kB | 41/90 kB | 7.7/26 kB
Progress (4): 155/347 kB | 37/457 kB | 41/90 kB | 12/26 kB 
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Progress (4): 155/347 kB | 37/457 kB | 45/90 kB | 12/26 kB
Progress (4): 155/347 kB | 37/457 kB | 45/90 kB | 16/26 kB
Progress (4): 159/347 kB | 37/457 kB | 45/90 kB | 16/26 kB
Progress (4): 159/347 kB | 41/457 kB | 45/90 kB | 16/26 kB
Progress (4): 163/347 kB | 41/457 kB | 45/90 kB | 16/26 kB
Progress (4): 163/347 kB | 41/457 kB | 45/90 kB | 20/26 kB
Progress (4): 163/347 kB | 41/457 kB | 49/90 kB | 20/26 kB
Progress (4): 163/347 kB | 41/457 kB | 49/90 kB | 24/26 kB
Progress (4): 164/347 kB | 41/457 kB | 49/90 kB | 24/26 kB
Progress (4): 164/347 kB | 45/457 kB | 49/90 kB | 24/26 kB
Progress (4): 168/347 kB | 45/457 kB | 49/90 kB | 24/26 kB
Progress (4): 168/347 kB | 45/457 kB | 49/90 kB | 26 kB   
Progress (4): 168/347 kB | 45/457 kB | 53/90 kB | 26 kB
Progress (4): 172/347 kB | 45/457 kB | 53/90 kB | 26 kB
Progress (4): 172/347 kB | 49/457 kB | 53/90 kB | 26 kB
Progress (4): 172/347 kB | 49/457 kB | 57/90 kB | 26 kB
Progress (4): 172/347 kB | 53/457 kB | 57/90 kB | 26 kB
Progress (4): 176/347 kB | 53/457 kB | 57/90 kB | 26 kB
Progress (4): 176/347 kB | 57/457 kB | 57/90 kB | 26 kB
Progress (4): 176/347 kB | 57/457 kB | 61/90 kB | 26 kB
Progress (4): 176/347 kB | 61/457 kB | 61/90 kB | 26 kB
Progress (4): 180/347 kB | 61/457 kB | 61/90 kB | 26 kB
Progress (4): 180/347 kB | 65/457 kB | 61/90 kB | 26 kB
Progress (4): 184/347 kB | 65/457 kB | 61/90 kB | 26 kB
Progress (4): 184/347 kB | 69/457 kB | 61/90 kB | 26 kB
Progress (4): 184/347 kB | 69/457 kB | 65/90 kB | 26 kB
Progress (4): 184/347 kB | 73/457 kB | 65/90 kB | 26 kB
Progress (4): 188/347 kB | 73/457 kB | 65/90 kB | 26 kB
Progress (4): 188/347 kB | 73/457 kB | 69/90 kB | 26 kB
Progress (4): 192/347 kB | 73/457 kB | 69/90 kB | 26 kB
Progress (4): 192/347 kB | 77/457 kB | 69/90 kB | 26 kB
Progress (4): 196/347 kB | 77/457 kB | 69/90 kB | 26 kB
Progress (4): 196/347 kB | 77/457 kB | 73/90 kB | 26 kB
Progress (4): 197/347 kB | 77/457 kB | 73/90 kB | 26 kB
Progress (4): 197/347 kB | 77/457 kB | 77/90 kB | 26 kB
Progress (4): 197/347 kB | 81/457 kB | 77/90 kB | 26 kB
Progress (4): 197/347 kB | 81/457 kB | 81/90 kB | 26 kB
Progress (4): 201/347 kB | 81/457 kB | 81/90 kB | 26 kB
Progress (4): 201/347 kB | 85/457 kB | 81/90 kB | 26 kB
Progress (4): 205/347 kB | 85/457 kB | 81/90 kB | 26 kB
Progress (4): 205/347 kB | 85/457 kB | 85/90 kB | 26 kB
Progress (4): 209/347 kB | 85/457 kB | 85/90 kB | 26 kB
Progress (4): 209/347 kB | 89/457 kB | 85/90 kB | 26 kB
Progress (4): 213/347 kB | 89/457 kB | 85/90 kB | 26 kB
Progress (4): 213/347 kB | 89/457 kB | 89/90 kB | 26 kB
Progress (4): 217/347 kB | 89/457 kB | 89/90 kB | 26 kB
Progress (4): 217/347 kB | 93/457 kB | 89/90 kB | 26 kB
Progress (4): 221/347 kB | 93/457 kB | 89/90 kB | 26 kB
Progress (4): 221/347 kB | 93/457 kB | 90 kB | 26 kB   
Progress (4): 225/347 kB | 93/457 kB | 90 kB | 26 kB
Progress (4): 225/347 kB | 97/457 kB | 90 kB | 26 kB
Progress (4): 229/347 kB | 97/457 kB | 90 kB | 26 kB
Progress (4): 229/347 kB | 101/457 kB | 90 kB | 26 kB
Progress (4): 229/347 kB | 101/457 kB | 90 kB | 26 kB
Progress (4): 229/347 kB | 105/457 kB | 90 kB | 26 kB
Progress (4): 233/347 kB | 105/457 kB | 90 kB | 26 kB
Progress (5): 233/347 kB | 105/457 kB | 90 kB | 26 kB | 4.1/329 kB
Progress (5): 233/347 kB | 109/457 kB | 90 kB | 26 kB | 4.1/329 kB
Progress (5): 237/347 kB | 109/457 kB | 90 kB | 26 kB | 4.1/329 kB
Progress (5): 237/347 kB | 113/457 kB | 90 kB | 26 kB | 4.1/329 kB
Progress (5): 237/347 kB | 113/457 kB | 90 kB | 26 kB | 7.7/329 kB
Progress (5): 237/347 kB | 117/457 kB | 90 kB | 26 kB | 7.7/329 kB
Progress (5): 241/347 kB | 117/457 kB | 90 kB | 26 kB | 7.7/329 kB
Progress (5): 241/347 kB | 121/457 kB | 90 kB | 26 kB | 7.7/329 kB
Progress (5): 241/347 kB | 121/457 kB | 90 kB | 26 kB | 12/329 kB 
Progress (5): 241/347 kB | 125/457 kB | 90 kB | 26 kB | 12/329 kB
Progress (5): 245/347 kB | 125/457 kB | 90 kB | 26 kB | 12/329 kB
Progress (5): 245/347 kB | 129/457 kB | 90 kB | 26 kB | 12/329 kB
Progress (5): 245/347 kB | 129/457 kB | 90 kB | 26 kB | 16/329 kB
Progress (5): 245/347 kB | 133/457 kB | 90 kB | 26 kB | 16/329 kB
Progress (5): 249/347 kB | 133/457 kB | 90 kB | 26 kB | 16/329 kB
Progress (5): 249/347 kB | 137/457 kB | 90 kB | 26 kB | 16/329 kB
Progress (5): 249/347 kB | 137/457 kB | 90 kB | 26 kB | 20/329 kB
Progress (5): 249/347 kB | 141/457 kB | 90 kB | 26 kB | 20/329 kB
Progress (5): 253/347 kB | 141/457 kB | 90 kB | 26 kB | 20/329 kB
Progress (5): 253/347 kB | 145/457 kB | 90 kB | 26 kB | 20/329 kB
Progress (5): 253/347 kB | 145/457 kB | 90 kB | 26 kB | 24/329 kB
Progress (5): 253/347 kB | 149/457 kB | 90 kB | 26 kB | 24/329 kB
Progress (5): 253/347 kB | 149/457 kB | 90 kB | 26 kB | 28/329 kB
Progress (5): 257/347 kB | 149/457 kB | 90 kB | 26 kB | 28/329 kB
Progress (5): 257/347 kB | 149/457 kB | 90 kB | 26 kB | 32/329 kB
Progress (5): 257/347 kB | 153/457 kB | 90 kB | 26 kB | 32/329 kB
Progress (5): 257/347 kB | 153/457 kB | 90 kB | 26 kB | 33/329 kB
Progress (5): 257/347 kB | 157/457 kB | 90 kB | 26 kB | 33/329 kB
Progress (5): 261/347 kB | 157/457 kB | 90 kB | 26 kB | 33/329 kB
Progress (5): 261/347 kB | 161/457 kB | 90 kB | 26 kB | 33/329 kB
Progress (5): 261/347 kB | 161/457 kB | 90 kB | 26 kB | 37/329 kB
Progress (5): 261/347 kB | 165/457 kB | 90 kB | 26 kB | 37/329 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 212 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 62 kB/s)
Progress (3): 262/347 kB | 165/457 kB | 37/329 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar
Progress (3): 262/347 kB | 169/457 kB | 37/329 kB
Progress (3): 262/347 kB | 169/457 kB | 41/329 kB
Progress (3): 266/347 kB | 169/457 kB | 41/329 kB
Progress (3): 266/347 kB | 169/457 kB | 45/329 kB
Progress (3): 266/347 kB | 173/457 kB | 45/329 kB
Progress (3): 266/347 kB | 173/457 kB | 49/329 kB
Progress (3): 270/347 kB | 173/457 kB | 49/329 kB
Progress (3): 270/347 kB | 173/457 kB | 53/329 kB
Progress (3): 270/347 kB | 177/457 kB | 53/329 kB
Progress (3): 274/347 kB | 177/457 kB | 53/329 kB
Progress (3): 274/347 kB | 181/457 kB | 53/329 kB
Progress (3): 274/347 kB | 181/457 kB | 57/329 kB
Progress (3): 274/347 kB | 185/457 kB | 57/329 kB
Progress (3): 278/347 kB | 185/457 kB | 57/329 kB
Progress (3): 278/347 kB | 189/457 kB | 57/329 kB
Progress (3): 278/347 kB | 189/457 kB | 61/329 kB
Progress (3): 282/347 kB | 189/457 kB | 61/329 kB
Progress (3): 282/347 kB | 193/457 kB | 61/329 kB
Progress (3): 286/347 kB | 193/457 kB | 61/329 kB
Progress (3): 286/347 kB | 193/457 kB | 65/329 kB
Progress (3): 286/347 kB | 197/457 kB | 65/329 kB
Progress (3): 290/347 kB | 197/457 kB | 65/329 kB
Progress (3): 290/347 kB | 197/457 kB | 66/329 kB
Progress (3): 294/347 kB | 197/457 kB | 66/329 kB
Progress (3): 294/347 kB | 201/457 kB | 66/329 kB
Progress (3): 295/347 kB | 201/457 kB | 66/329 kB
Progress (3): 295/347 kB | 201/457 kB | 70/329 kB
Progress (3): 295/347 kB | 205/457 kB | 70/329 kB
Progress (3): 295/347 kB | 205/457 kB | 74/329 kB
Progress (3): 299/347 kB | 205/457 kB | 74/329 kB
Progress (3): 299/347 kB | 205/457 kB | 78/329 kB
Progress (3): 299/347 kB | 209/457 kB | 78/329 kB
Progress (3): 299/347 kB | 209/457 kB | 82/329 kB
Progress (3): 303/347 kB | 209/457 kB | 82/329 kB
Progress (3): 303/347 kB | 213/457 kB | 82/329 kB
Progress (3): 303/347 kB | 213/457 kB | 86/329 kB
Progress (3): 303/347 kB | 217/457 kB | 86/329 kB
Progress (3): 307/347 kB | 217/457 kB | 86/329 kB
Progress (3): 307/347 kB | 217/457 kB | 90/329 kB
Progress (3): 311/347 kB | 217/457 kB | 90/329 kB
Progress (3): 311/347 kB | 221/457 kB | 90/329 kB
Progress (3): 311/347 kB | 221/457 kB | 94/329 kB
Progress (3): 311/347 kB | 225/457 kB | 94/329 kB
Progress (3): 315/347 kB | 225/457 kB | 94/329 kB
Progress (3): 315/347 kB | 229/457 kB | 94/329 kB
Progress (3): 315/347 kB | 229/457 kB | 98/329 kB
Progress (3): 315/347 kB | 233/457 kB | 98/329 kB
Progress (3): 319/347 kB | 233/457 kB | 98/329 kB
Progress (3): 319/347 kB | 237/457 kB | 98/329 kB
Progress (3): 319/347 kB | 237/457 kB | 98/329 kB
Progress (3): 319/347 kB | 241/457 kB | 98/329 kB
Progress (3): 323/347 kB | 241/457 kB | 98/329 kB
Progress (4): 323/347 kB | 241/457 kB | 98/329 kB | 4.1/252 kB
Progress (4): 323/347 kB | 245/457 kB | 98/329 kB | 4.1/252 kB
Progress (4): 323/347 kB | 245/457 kB | 102/329 kB | 4.1/252 kB
Progress (4): 323/347 kB | 249/457 kB | 102/329 kB | 4.1/252 kB
Progress (4): 323/347 kB | 249/457 kB | 102/329 kB | 7.7/252 kB
Progress (4): 327/347 kB | 249/457 kB | 102/329 kB | 7.7/252 kB
Progress (4): 327/347 kB | 249/457 kB | 102/329 kB | 12/252 kB 
Progress (4): 327/347 kB | 253/457 kB | 102/329 kB | 12/252 kB
Progress (4): 327/347 kB | 253/457 kB | 106/329 kB | 12/252 kB
Progress (4): 327/347 kB | 257/457 kB | 106/329 kB | 12/252 kB
Progress (4): 327/347 kB | 257/457 kB | 110/329 kB | 12/252 kB
Progress (4): 327/347 kB | 257/457 kB | 110/329 kB | 16/252 kB
Progress (4): 331/347 kB | 257/457 kB | 110/329 kB | 16/252 kB
Progress (4): 331/347 kB | 257/457 kB | 110/329 kB | 20/252 kB
Progress (4): 331/347 kB | 257/457 kB | 114/329 kB | 20/252 kB
Progress (4): 331/347 kB | 261/457 kB | 114/329 kB | 20/252 kB
Progress (4): 331/347 kB | 261/457 kB | 118/329 kB | 20/252 kB
Progress (4): 331/347 kB | 261/457 kB | 118/329 kB | 24/252 kB
Progress (4): 335/347 kB | 261/457 kB | 118/329 kB | 24/252 kB
Progress (4): 335/347 kB | 261/457 kB | 118/329 kB | 28/252 kB
Progress (4): 335/347 kB | 261/457 kB | 122/329 kB | 28/252 kB
Progress (4): 335/347 kB | 265/457 kB | 122/329 kB | 28/252 kB
Progress (4): 335/347 kB | 265/457 kB | 126/329 kB | 28/252 kB
Progress (5): 335/347 kB | 265/457 kB | 126/329 kB | 28/252 kB | 4.1/358 kB
Progress (5): 335/347 kB | 265/457 kB | 126/329 kB | 32/252 kB | 4.1/358 kB
Progress (5): 339/347 kB | 265/457 kB | 126/329 kB | 32/252 kB | 4.1/358 kB
Progress (5): 339/347 kB | 265/457 kB | 126/329 kB | 33/252 kB | 4.1/358 kB
Progress (5): 339/347 kB | 265/457 kB | 126/329 kB | 33/252 kB | 7.7/358 kB
Progress (5): 339/347 kB | 265/457 kB | 130/329 kB | 33/252 kB | 7.7/358 kB
Progress (5): 339/347 kB | 269/457 kB | 130/329 kB | 33/252 kB | 7.7/358 kB
Progress (5): 339/347 kB | 269/457 kB | 131/329 kB | 33/252 kB | 7.7/358 kB
Progress (5): 339/347 kB | 269/457 kB | 131/329 kB | 33/252 kB | 12/358 kB 
Progress (5): 339/347 kB | 269/457 kB | 131/329 kB | 37/252 kB | 12/358 kB
Progress (5): 343/347 kB | 269/457 kB | 131/329 kB | 37/252 kB | 12/358 kB
Progress (5): 343/347 kB | 269/457 kB | 131/329 kB | 41/252 kB | 12/358 kB
Progress (5): 343/347 kB | 269/457 kB | 131/329 kB | 41/252 kB | 16/358 kB
Progress (5): 343/347 kB | 269/457 kB | 135/329 kB | 41/252 kB | 16/358 kB
Progress (5): 343/347 kB | 273/457 kB | 135/329 kB | 41/252 kB | 16/358 kB
Progress (5): 343/347 kB | 273/457 kB | 139/329 kB | 41/252 kB | 16/358 kB
Progress (5): 343/347 kB | 273/457 kB | 139/329 kB | 41/252 kB | 20/358 kB
Progress (5): 343/347 kB | 273/457 kB | 139/329 kB | 45/252 kB | 20/358 kB
Progress (5): 347 kB | 273/457 kB | 139/329 kB | 45/252 kB | 20/358 kB    
Progress (5): 347 kB | 273/457 kB | 139/329 kB | 49/252 kB | 20/358 kB
Progress (5): 347 kB | 273/457 kB | 139/329 kB | 49/252 kB | 24/358 kB
Progress (5): 347 kB | 273/457 kB | 143/329 kB | 49/252 kB | 24/358 kB
Progress (5): 347 kB | 277/457 kB | 143/329 kB | 49/252 kB | 24/358 kB
Progress (5): 347 kB | 277/457 kB | 147/329 kB | 49/252 kB | 24/358 kB
Progress (5): 347 kB | 277/457 kB | 147/329 kB | 49/252 kB | 28/358 kB
Progress (5): 347 kB | 277/457 kB | 147/329 kB | 53/252 kB | 28/358 kB
Progress (5): 347 kB | 277/457 kB | 147/329 kB | 53/252 kB | 32/358 kB
Progress (5): 347 kB | 277/457 kB | 151/329 kB | 53/252 kB | 32/358 kB
Progress (5): 347 kB | 281/457 kB | 151/329 kB | 53/252 kB | 32/358 kB
Progress (5): 347 kB | 281/457 kB | 155/329 kB | 53/252 kB | 32/358 kB
Progress (5): 347 kB | 281/457 kB | 155/329 kB | 53/252 kB | 36/358 kB
Progress (5): 347 kB | 281/457 kB | 155/329 kB | 57/252 kB | 36/358 kB
Progress (5): 347 kB | 281/457 kB | 155/329 kB | 57/252 kB | 40/358 kB
Progress (5): 347 kB | 281/457 kB | 159/329 kB | 57/252 kB | 40/358 kB
Progress (5): 347 kB | 285/457 kB | 159/329 kB | 57/252 kB | 40/358 kB
Progress (5): 347 kB | 285/457 kB | 163/329 kB | 57/252 kB | 40/358 kB
Progress (5): 347 kB | 285/457 kB | 163/329 kB | 57/252 kB | 44/358 kB
Progress (5): 347 kB | 285/457 kB | 163/329 kB | 57/252 kB | 48/358 kB
Progress (5): 347 kB | 285/457 kB | 163/329 kB | 57/252 kB | 52/358 kB
Progress (5): 347 kB | 285/457 kB | 163/329 kB | 57/252 kB | 56/358 kB
Progress (5): 347 kB | 285/457 kB | 163/329 kB | 61/252 kB | 56/358 kB
Progress (5): 347 kB | 285/457 kB | 163/329 kB | 61/252 kB | 60/358 kB
Progress (5): 347 kB | 285/457 kB | 164/329 kB | 61/252 kB | 60/358 kB
Progress (5): 347 kB | 289/457 kB | 164/329 kB | 61/252 kB | 60/358 kB
Progress (5): 347 kB | 289/457 kB | 168/329 kB | 61/252 kB | 60/358 kB
Progress (5): 347 kB | 289/457 kB | 168/329 kB | 61/252 kB | 64/358 kB
Progress (5): 347 kB | 289/457 kB | 168/329 kB | 65/252 kB | 64/358 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 678 kB/s)
Progress (4): 293/457 kB | 168/329 kB | 65/252 kB | 64/358 kB
Progress (4): 293/457 kB | 172/329 kB | 65/252 kB | 64/358 kB
Progress (4): 297/457 kB | 172/329 kB | 65/252 kB | 64/358 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Progress (4): 297/457 kB | 172/329 kB | 66/252 kB | 64/358 kB
Progress (4): 297/457 kB | 172/329 kB | 66/252 kB | 68/358 kB
Progress (4): 301/457 kB | 172/329 kB | 66/252 kB | 68/358 kB
Progress (4): 301/457 kB | 176/329 kB | 66/252 kB | 68/358 kB
Progress (4): 305/457 kB | 176/329 kB | 66/252 kB | 68/358 kB
Progress (4): 305/457 kB | 176/329 kB | 66/252 kB | 72/358 kB
Progress (4): 305/457 kB | 176/329 kB | 70/252 kB | 72/358 kB
Progress (4): 305/457 kB | 176/329 kB | 70/252 kB | 76/358 kB
Progress (4): 309/457 kB | 176/329 kB | 70/252 kB | 76/358 kB
Progress (4): 309/457 kB | 180/329 kB | 70/252 kB | 76/358 kB
Progress (4): 313/457 kB | 180/329 kB | 70/252 kB | 76/358 kB
Progress (4): 313/457 kB | 180/329 kB | 70/252 kB | 80/358 kB
Progress (4): 313/457 kB | 180/329 kB | 74/252 kB | 80/358 kB
Progress (4): 313/457 kB | 180/329 kB | 74/252 kB | 84/358 kB
Progress (4): 317/457 kB | 180/329 kB | 74/252 kB | 84/358 kB
Progress (4): 317/457 kB | 184/329 kB | 74/252 kB | 84/358 kB
Progress (4): 321/457 kB | 184/329 kB | 74/252 kB | 84/358 kB
Progress (4): 321/457 kB | 184/329 kB | 74/252 kB | 88/358 kB
Progress (4): 321/457 kB | 184/329 kB | 78/252 kB | 88/358 kB
Progress (4): 321/457 kB | 184/329 kB | 78/252 kB | 92/358 kB
Progress (4): 325/457 kB | 184/329 kB | 78/252 kB | 92/358 kB
Progress (4): 325/457 kB | 188/329 kB | 78/252 kB | 92/358 kB
Progress (4): 329/457 kB | 188/329 kB | 78/252 kB | 92/358 kB
Progress (4): 329/457 kB | 188/329 kB | 78/252 kB | 96/358 kB
Progress (4): 329/457 kB | 188/329 kB | 82/252 kB | 96/358 kB
Progress (4): 329/457 kB | 188/329 kB | 82/252 kB | 100/358 kB
Progress (4): 333/457 kB | 188/329 kB | 82/252 kB | 100/358 kB
Progress (4): 333/457 kB | 192/329 kB | 82/252 kB | 100/358 kB
Progress (4): 337/457 kB | 192/329 kB | 82/252 kB | 100/358 kB
Progress (4): 337/457 kB | 192/329 kB | 82/252 kB | 104/358 kB
Progress (4): 341/457 kB | 192/329 kB | 82/252 kB | 104/358 kB
Progress (4): 341/457 kB | 192/329 kB | 86/252 kB | 104/358 kB
Progress (4): 345/457 kB | 192/329 kB | 86/252 kB | 104/358 kB
Progress (4): 345/457 kB | 192/329 kB | 86/252 kB | 108/358 kB
Progress (4): 345/457 kB | 196/329 kB | 86/252 kB | 108/358 kB
Progress (4): 345/457 kB | 196/329 kB | 86/252 kB | 112/358 kB
Progress (4): 349/457 kB | 196/329 kB | 86/252 kB | 112/358 kB
Progress (4): 349/457 kB | 196/329 kB | 90/252 kB | 112/358 kB
Progress (4): 353/457 kB | 196/329 kB | 90/252 kB | 112/358 kB
Progress (4): 353/457 kB | 196/329 kB | 90/252 kB | 116/358 kB
Progress (4): 353/457 kB | 200/329 kB | 90/252 kB | 116/358 kB
Progress (4): 353/457 kB | 200/329 kB | 90/252 kB | 120/358 kB
Progress (4): 357/457 kB | 200/329 kB | 90/252 kB | 120/358 kB
Progress (4): 357/457 kB | 200/329 kB | 94/252 kB | 120/358 kB
Progress (4): 361/457 kB | 200/329 kB | 94/252 kB | 120/358 kB
Progress (4): 361/457 kB | 200/329 kB | 94/252 kB | 124/358 kB
Progress (4): 361/457 kB | 204/329 kB | 94/252 kB | 124/358 kB
Progress (4): 361/457 kB | 204/329 kB | 94/252 kB | 128/358 kB
Progress (4): 365/457 kB | 204/329 kB | 94/252 kB | 128/358 kB
Progress (4): 365/457 kB | 204/329 kB | 98/252 kB | 128/358 kB
Progress (4): 369/457 kB | 204/329 kB | 98/252 kB | 128/358 kB
Progress (4): 369/457 kB | 204/329 kB | 98/252 kB | 132/358 kB
Progress (5): 369/457 kB | 204/329 kB | 98/252 kB | 132/358 kB | 4.1/120 kB
Progress (5): 369/457 kB | 208/329 kB | 98/252 kB | 132/358 kB | 4.1/120 kB
Progress (5): 369/457 kB | 208/329 kB | 98/252 kB | 132/358 kB | 7.7/120 kB
Progress (5): 369/457 kB | 208/329 kB | 98/252 kB | 136/358 kB | 7.7/120 kB
Progress (5): 373/457 kB | 208/329 kB | 98/252 kB | 136/358 kB | 7.7/120 kB
Progress (5): 373/457 kB | 208/329 kB | 98/252 kB | 136/358 kB | 7.7/120 kB
Progress (5): 377/457 kB | 208/329 kB | 98/252 kB | 136/358 kB | 7.7/120 kB
Progress (5): 377/457 kB | 208/329 kB | 98/252 kB | 140/358 kB | 7.7/120 kB
Progress (5): 377/457 kB | 208/329 kB | 98/252 kB | 140/358 kB | 12/120 kB 
Progress (5): 377/457 kB | 212/329 kB | 98/252 kB | 140/358 kB | 12/120 kB
Progress (5): 377/457 kB | 212/329 kB | 98/252 kB | 140/358 kB | 16/120 kB
Progress (5): 377/457 kB | 212/329 kB | 98/252 kB | 144/358 kB | 16/120 kB
Progress (5): 381/457 kB | 212/329 kB | 98/252 kB | 144/358 kB | 16/120 kB
Progress (5): 381/457 kB | 212/329 kB | 102/252 kB | 144/358 kB | 16/120 kB
Progress (5): 385/457 kB | 212/329 kB | 102/252 kB | 144/358 kB | 16/120 kB
Progress (5): 385/457 kB | 212/329 kB | 102/252 kB | 148/358 kB | 16/120 kB
Progress (5): 385/457 kB | 212/329 kB | 102/252 kB | 148/358 kB | 20/120 kB
Progress (5): 385/457 kB | 216/329 kB | 102/252 kB | 148/358 kB | 20/120 kB
Progress (5): 385/457 kB | 216/329 kB | 102/252 kB | 148/358 kB | 24/120 kB
Progress (5): 385/457 kB | 216/329 kB | 102/252 kB | 152/358 kB | 24/120 kB
Progress (5): 389/457 kB | 216/329 kB | 102/252 kB | 152/358 kB | 24/120 kB
Progress (5): 389/457 kB | 216/329 kB | 106/252 kB | 152/358 kB | 24/120 kB
Progress (5): 393/457 kB | 216/329 kB | 106/252 kB | 152/358 kB | 24/120 kB
Progress (5): 393/457 kB | 216/329 kB | 106/252 kB | 156/358 kB | 24/120 kB
Progress (5): 393/457 kB | 216/329 kB | 106/252 kB | 156/358 kB | 28/120 kB
Progress (5): 393/457 kB | 220/329 kB | 106/252 kB | 156/358 kB | 28/120 kB
Progress (5): 393/457 kB | 220/329 kB | 106/252 kB | 156/358 kB | 32/120 kB
Progress (5): 393/457 kB | 220/329 kB | 106/252 kB | 160/358 kB | 32/120 kB
Progress (5): 397/457 kB | 220/329 kB | 106/252 kB | 160/358 kB | 32/120 kB
Progress (5): 397/457 kB | 220/329 kB | 110/252 kB | 160/358 kB | 32/120 kB
Progress (5): 401/457 kB | 220/329 kB | 110/252 kB | 160/358 kB | 32/120 kB
Progress (5): 401/457 kB | 220/329 kB | 110/252 kB | 164/358 kB | 32/120 kB
Progress (5): 401/457 kB | 220/329 kB | 110/252 kB | 164/358 kB | 33/120 kB
Progress (5): 401/457 kB | 224/329 kB | 110/252 kB | 164/358 kB | 33/120 kB
Progress (5): 401/457 kB | 224/329 kB | 110/252 kB | 164/358 kB | 37/120 kB
Progress (5): 401/457 kB | 224/329 kB | 110/252 kB | 168/358 kB | 37/120 kB
Progress (5): 405/457 kB | 224/329 kB | 110/252 kB | 168/358 kB | 37/120 kB
Progress (5): 405/457 kB | 224/329 kB | 114/252 kB | 168/358 kB | 37/120 kB
Progress (5): 409/457 kB | 224/329 kB | 114/252 kB | 168/358 kB | 37/120 kB
Progress (5): 409/457 kB | 224/329 kB | 114/252 kB | 172/358 kB | 37/120 kB
Progress (5): 409/457 kB | 224/329 kB | 114/252 kB | 172/358 kB | 41/120 kB
Progress (5): 409/457 kB | 228/329 kB | 114/252 kB | 172/358 kB | 41/120 kB
Progress (5): 409/457 kB | 228/329 kB | 114/252 kB | 172/358 kB | 45/120 kB
Progress (5): 409/457 kB | 228/329 kB | 114/252 kB | 176/358 kB | 45/120 kB
Progress (5): 413/457 kB | 228/329 kB | 114/252 kB | 176/358 kB | 45/120 kB
Progress (5): 413/457 kB | 228/329 kB | 118/252 kB | 176/358 kB | 45/120 kB
Progress (5): 417/457 kB | 228/329 kB | 118/252 kB | 176/358 kB | 45/120 kB
Progress (5): 417/457 kB | 228/329 kB | 118/252 kB | 180/358 kB | 45/120 kB
Progress (5): 417/457 kB | 228/329 kB | 118/252 kB | 180/358 kB | 49/120 kB
Progress (5): 417/457 kB | 232/329 kB | 118/252 kB | 180/358 kB | 49/120 kB
Progress (5): 417/457 kB | 232/329 kB | 118/252 kB | 180/358 kB | 53/120 kB
Progress (5): 417/457 kB | 232/329 kB | 118/252 kB | 184/358 kB | 53/120 kB
Progress (5): 421/457 kB | 232/329 kB | 118/252 kB | 184/358 kB | 53/120 kB
Progress (5): 421/457 kB | 232/329 kB | 122/252 kB | 184/358 kB | 53/120 kB
Progress (5): 425/457 kB | 232/329 kB | 122/252 kB | 184/358 kB | 53/120 kB
Progress (5): 425/457 kB | 232/329 kB | 122/252 kB | 188/358 kB | 53/120 kB
Progress (5): 425/457 kB | 232/329 kB | 122/252 kB | 188/358 kB | 57/120 kB
Progress (5): 425/457 kB | 236/329 kB | 122/252 kB | 188/358 kB | 57/120 kB
Progress (5): 425/457 kB | 236/329 kB | 122/252 kB | 188/358 kB | 61/120 kB
Progress (5): 425/457 kB | 236/329 kB | 122/252 kB | 192/358 kB | 61/120 kB
Progress (5): 429/457 kB | 236/329 kB | 122/252 kB | 192/358 kB | 61/120 kB
Progress (5): 429/457 kB | 236/329 kB | 126/252 kB | 192/358 kB | 61/120 kB
Progress (5): 433/457 kB | 236/329 kB | 126/252 kB | 192/358 kB | 61/120 kB
Progress (5): 433/457 kB | 236/329 kB | 126/252 kB | 196/358 kB | 61/120 kB
Progress (5): 433/457 kB | 236/329 kB | 126/252 kB | 196/358 kB | 65/120 kB
Progress (5): 433/457 kB | 240/329 kB | 126/252 kB | 196/358 kB | 65/120 kB
Progress (5): 433/457 kB | 240/329 kB | 126/252 kB | 196/358 kB | 66/120 kB
Progress (5): 433/457 kB | 240/329 kB | 126/252 kB | 200/358 kB | 66/120 kB
Progress (5): 437/457 kB | 240/329 kB | 126/252 kB | 200/358 kB | 66/120 kB
Progress (5): 437/457 kB | 240/329 kB | 130/252 kB | 200/358 kB | 66/120 kB
Progress (5): 441/457 kB | 240/329 kB | 130/252 kB | 200/358 kB | 66/120 kB
Progress (5): 441/457 kB | 240/329 kB | 130/252 kB | 204/358 kB | 66/120 kB
Progress (5): 441/457 kB | 240/329 kB | 130/252 kB | 204/358 kB | 70/120 kB
Progress (5): 441/457 kB | 244/329 kB | 130/252 kB | 204/358 kB | 70/120 kB
Progress (5): 441/457 kB | 244/329 kB | 130/252 kB | 204/358 kB | 74/120 kB
Progress (5): 441/457 kB | 244/329 kB | 130/252 kB | 208/358 kB | 74/120 kB
Progress (5): 445/457 kB | 244/329 kB | 130/252 kB | 208/358 kB | 74/120 kB
Progress (5): 445/457 kB | 244/329 kB | 130/252 kB | 212/358 kB | 74/120 kB
Progress (5): 445/457 kB | 244/329 kB | 131/252 kB | 212/358 kB | 74/120 kB
Progress (5): 445/457 kB | 244/329 kB | 131/252 kB | 216/358 kB | 74/120 kB
Progress (5): 449/457 kB | 244/329 kB | 131/252 kB | 216/358 kB | 74/120 kB
Progress (5): 449/457 kB | 244/329 kB | 131/252 kB | 220/358 kB | 74/120 kB
Progress (5): 449/457 kB | 244/329 kB | 131/252 kB | 220/358 kB | 78/120 kB
Progress (5): 449/457 kB | 248/329 kB | 131/252 kB | 220/358 kB | 78/120 kB
Progress (5): 449/457 kB | 248/329 kB | 131/252 kB | 220/358 kB | 82/120 kB
Progress (5): 449/457 kB | 248/329 kB | 131/252 kB | 224/358 kB | 82/120 kB
Progress (5): 453/457 kB | 248/329 kB | 131/252 kB | 224/358 kB | 82/120 kB
Progress (5): 453/457 kB | 248/329 kB | 135/252 kB | 224/358 kB | 82/120 kB
Progress (5): 457/457 kB | 248/329 kB | 135/252 kB | 224/358 kB | 82/120 kB
Progress (5): 457/457 kB | 248/329 kB | 135/252 kB | 228/358 kB | 82/120 kB
Progress (5): 457/457 kB | 248/329 kB | 135/252 kB | 228/358 kB | 86/120 kB
Progress (5): 457/457 kB | 252/329 kB | 135/252 kB | 228/358 kB | 86/120 kB
Progress (5): 457/457 kB | 252/329 kB | 135/252 kB | 228/358 kB | 90/120 kB
Progress (5): 457/457 kB | 252/329 kB | 135/252 kB | 232/358 kB | 90/120 kB
Progress (5): 457 kB | 252/329 kB | 135/252 kB | 232/358 kB | 90/120 kB    
Progress (5): 457 kB | 252/329 kB | 135/252 kB | 236/358 kB | 90/120 kB
Progress (5): 457 kB | 252/329 kB | 139/252 kB | 236/358 kB | 90/120 kB
Progress (5): 457 kB | 252/329 kB | 139/252 kB | 240/358 kB | 90/120 kB
Progress (5): 457 kB | 252/329 kB | 139/252 kB | 240/358 kB | 94/120 kB
Progress (5): 457 kB | 252/329 kB | 139/252 kB | 244/358 kB | 94/120 kB
Progress (5): 457 kB | 256/329 kB | 139/252 kB | 244/358 kB | 94/120 kB
Progress (5): 457 kB | 256/329 kB | 139/252 kB | 248/358 kB | 94/120 kB
Progress (5): 457 kB | 256/329 kB | 139/252 kB | 248/358 kB | 98/120 kB
Progress (5): 457 kB | 256/329 kB | 143/252 kB | 248/358 kB | 98/120 kB
Progress (5): 457 kB | 256/329 kB | 143/252 kB | 252/358 kB | 98/120 kB
Progress (5): 457 kB | 260/329 kB | 143/252 kB | 252/358 kB | 98/120 kB
Progress (5): 457 kB | 260/329 kB | 143/252 kB | 256/358 kB | 98/120 kB
Progress (5): 457 kB | 260/329 kB | 147/252 kB | 256/358 kB | 98/120 kB
Progress (5): 457 kB | 260/329 kB | 147/252 kB | 256/358 kB | 102/120 kB
Progress (5): 457 kB | 260/329 kB | 147/252 kB | 256/358 kB | 106/120 kB
Progress (5): 457 kB | 260/329 kB | 147/252 kB | 256/358 kB | 110/120 kB
Progress (5): 457 kB | 260/329 kB | 147/252 kB | 256/358 kB | 114/120 kB
Progress (5): 457 kB | 260/329 kB | 147/252 kB | 256/358 kB | 118/120 kB
Progress (5): 457 kB | 260/329 kB | 147/252 kB | 256/358 kB | 120 kB    
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 835 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar
Progress (4): 260/329 kB | 151/252 kB | 256/358 kB | 120 kB
Progress (4): 260/329 kB | 151/252 kB | 260/358 kB | 120 kB
Progress (4): 262/329 kB | 151/252 kB | 260/358 kB | 120 kB
Progress (4): 262/329 kB | 151/252 kB | 264/358 kB | 120 kB
Progress (4): 262/329 kB | 155/252 kB | 264/358 kB | 120 kB
Progress (4): 266/329 kB | 155/252 kB | 264/358 kB | 120 kB
Progress (4): 266/329 kB | 159/252 kB | 264/358 kB | 120 kB
Progress (4): 266/329 kB | 159/252 kB | 268/358 kB | 120 kB
Progress (4): 266/329 kB | 163/252 kB | 268/358 kB | 120 kB
Progress (4): 270/329 kB | 163/252 kB | 268/358 kB | 120 kB
Progress (4): 270/329 kB | 167/252 kB | 268/358 kB | 120 kB
Progress (4): 270/329 kB | 167/252 kB | 272/358 kB | 120 kB
Progress (4): 270/329 kB | 171/252 kB | 272/358 kB | 120 kB
Progress (4): 270/329 kB | 171/252 kB | 276/358 kB | 120 kB
Progress (4): 274/329 kB | 171/252 kB | 276/358 kB | 120 kB
Progress (4): 274/329 kB | 171/252 kB | 280/358 kB | 120 kB
Progress (4): 274/329 kB | 175/252 kB | 280/358 kB | 120 kB
Progress (4): 274/329 kB | 175/252 kB | 284/358 kB | 120 kB
Progress (4): 278/329 kB | 175/252 kB | 284/358 kB | 120 kB
Progress (4): 278/329 kB | 175/252 kB | 288/358 kB | 120 kB
Progress (4): 278/329 kB | 179/252 kB | 288/358 kB | 120 kB
Progress (4): 278/329 kB | 179/252 kB | 292/358 kB | 120 kB
Progress (4): 282/329 kB | 179/252 kB | 292/358 kB | 120 kB
Progress (4): 282/329 kB | 179/252 kB | 296/358 kB | 120 kB
Progress (4): 282/329 kB | 183/252 kB | 296/358 kB | 120 kB
Progress (4): 282/329 kB | 183/252 kB | 300/358 kB | 120 kB
Progress (4): 286/329 kB | 183/252 kB | 300/358 kB | 120 kB
Progress (4): 286/329 kB | 183/252 kB | 304/358 kB | 120 kB
Progress (4): 290/329 kB | 183/252 kB | 304/358 kB | 120 kB
Progress (4): 290/329 kB | 187/252 kB | 304/358 kB | 120 kB
Progress (4): 294/329 kB | 187/252 kB | 304/358 kB | 120 kB
Progress (4): 294/329 kB | 187/252 kB | 308/358 kB | 120 kB
Progress (4): 298/329 kB | 187/252 kB | 308/358 kB | 120 kB
Progress (4): 298/329 kB | 191/252 kB | 308/358 kB | 120 kB
Progress (4): 302/329 kB | 191/252 kB | 308/358 kB | 120 kB
Progress (4): 302/329 kB | 191/252 kB | 312/358 kB | 120 kB
Progress (4): 306/329 kB | 191/252 kB | 312/358 kB | 120 kB
Progress (4): 306/329 kB | 195/252 kB | 312/358 kB | 120 kB
Progress (4): 310/329 kB | 195/252 kB | 312/358 kB | 120 kB
Progress (4): 310/329 kB | 195/252 kB | 316/358 kB | 120 kB
Progress (4): 314/329 kB | 195/252 kB | 316/358 kB | 120 kB
Progress (4): 314/329 kB | 199/252 kB | 316/358 kB | 120 kB
Progress (4): 318/329 kB | 199/252 kB | 316/358 kB | 120 kB
Progress (4): 318/329 kB | 199/252 kB | 320/358 kB | 120 kB
Progress (4): 322/329 kB | 199/252 kB | 320/358 kB | 120 kB
Progress (4): 322/329 kB | 203/252 kB | 320/358 kB | 120 kB
Progress (4): 326/329 kB | 203/252 kB | 320/358 kB | 120 kB
Progress (5): 326/329 kB | 203/252 kB | 320/358 kB | 120 kB | 4.1/191 kB
Progress (5): 326/329 kB | 203/252 kB | 324/358 kB | 120 kB | 4.1/191 kB
Progress (5): 326/329 kB | 203/252 kB | 324/358 kB | 120 kB | 7.7/191 kB
Progress (5): 329 kB | 203/252 kB | 324/358 kB | 120 kB | 7.7/191 kB    
Progress (5): 329 kB | 207/252 kB | 324/358 kB | 120 kB | 7.7/191 kB
Progress (5): 329 kB | 207/252 kB | 324/358 kB | 120 kB | 12/191 kB 
Progress (5): 329 kB | 207/252 kB | 328/358 kB | 120 kB | 12/191 kB
Progress (5): 329 kB | 207/252 kB | 328/358 kB | 120 kB | 16/191 kB
Progress (5): 329 kB | 211/252 kB | 328/358 kB | 120 kB | 16/191 kB
Progress (5): 329 kB | 211/252 kB | 328/358 kB | 120 kB | 20/191 kB
Progress (5): 329 kB | 211/252 kB | 332/358 kB | 120 kB | 20/191 kB
Progress (5): 329 kB | 211/252 kB | 332/358 kB | 120 kB | 24/191 kB
Progress (5): 329 kB | 215/252 kB | 332/358 kB | 120 kB | 24/191 kB
Progress (5): 329 kB | 215/252 kB | 336/358 kB | 120 kB | 24/191 kB
Progress (5): 329 kB | 215/252 kB | 336/358 kB | 120 kB | 28/191 kB
Progress (5): 329 kB | 219/252 kB | 336/358 kB | 120 kB | 28/191 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 193 kB/s)
Progress (4): 329 kB | 219/252 kB | 336/358 kB | 32/191 kB
Progress (4): 329 kB | 219/252 kB | 340/358 kB | 32/191 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
Progress (4): 329 kB | 223/252 kB | 340/358 kB | 32/191 kB
Progress (4): 329 kB | 223/252 kB | 344/358 kB | 32/191 kB
Progress (4): 329 kB | 223/252 kB | 344/358 kB | 36/191 kB
Progress (4): 329 kB | 227/252 kB | 344/358 kB | 36/191 kB
Progress (4): 329 kB | 227/252 kB | 344/358 kB | 40/191 kB
Progress (4): 329 kB | 227/252 kB | 348/358 kB | 40/191 kB
Progress (4): 329 kB | 231/252 kB | 348/358 kB | 40/191 kB
Progress (4): 329 kB | 231/252 kB | 352/358 kB | 40/191 kB
Progress (4): 329 kB | 231/252 kB | 352/358 kB | 44/191 kB
Progress (4): 329 kB | 231/252 kB | 356/358 kB | 44/191 kB
Progress (4): 329 kB | 235/252 kB | 356/358 kB | 44/191 kB
Progress (4): 329 kB | 235/252 kB | 358 kB | 44/191 kB    
Progress (4): 329 kB | 235/252 kB | 358 kB | 48/191 kB
Progress (4): 329 kB | 239/252 kB | 358 kB | 48/191 kB
Progress (4): 329 kB | 239/252 kB | 358 kB | 52/191 kB
Progress (4): 329 kB | 243/252 kB | 358 kB | 52/191 kB
Progress (4): 329 kB | 243/252 kB | 358 kB | 56/191 kB
Progress (4): 329 kB | 247/252 kB | 358 kB | 56/191 kB
Progress (4): 329 kB | 247/252 kB | 358 kB | 60/191 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 527 kB/s)
Progress (3): 251/252 kB | 358 kB | 60/191 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
Progress (3): 251/252 kB | 358 kB | 64/191 kB
Progress (3): 252 kB | 358 kB | 64/191 kB    
Progress (3): 252 kB | 358 kB | 68/191 kB
Progress (3): 252 kB | 358 kB | 72/191 kB
Progress (3): 252 kB | 358 kB | 76/191 kB
Progress (3): 252 kB | 358 kB | 80/191 kB
Progress (3): 252 kB | 358 kB | 84/191 kB
Progress (3): 252 kB | 358 kB | 88/191 kB
Progress (3): 252 kB | 358 kB | 92/191 kB
Progress (3): 252 kB | 358 kB | 96/191 kB
Progress (3): 252 kB | 358 kB | 100/191 kB
Progress (3): 252 kB | 358 kB | 104/191 kB
Progress (3): 252 kB | 358 kB | 108/191 kB
Progress (3): 252 kB | 358 kB | 112/191 kB
Progress (3): 252 kB | 358 kB | 116/191 kB
Progress (3): 252 kB | 358 kB | 120/191 kB
Progress (3): 252 kB | 358 kB | 124/191 kB
Progress (3): 252 kB | 358 kB | 128/191 kB
Progress (3): 252 kB | 358 kB | 132/191 kB
Progress (3): 252 kB | 358 kB | 136/191 kB
Progress (3): 252 kB | 358 kB | 140/191 kB
Progress (3): 252 kB | 358 kB | 144/191 kB
Progress (3): 252 kB | 358 kB | 148/191 kB
Progress (3): 252 kB | 358 kB | 152/191 kB
Progress (3): 252 kB | 358 kB | 156/191 kB
Progress (3): 252 kB | 358 kB | 160/191 kB
Progress (3): 252 kB | 358 kB | 164/191 kB
Progress (3): 252 kB | 358 kB | 168/191 kB
Progress (3): 252 kB | 358 kB | 172/191 kB
Progress (3): 252 kB | 358 kB | 176/191 kB
Progress (3): 252 kB | 358 kB | 180/191 kB
Progress (3): 252 kB | 358 kB | 184/191 kB
Progress (3): 252 kB | 358 kB | 188/191 kB
Progress (3): 252 kB | 358 kB | 191 kB    
Progress (4): 252 kB | 358 kB | 191 kB | 4.1/560 kB
Progress (4): 252 kB | 358 kB | 191 kB | 7.7/560 kB
Progress (4): 252 kB | 358 kB | 191 kB | 12/560 kB 
Progress (4): 252 kB | 358 kB | 191 kB | 16/560 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 566 kB/s)
Progress (3): 252 kB | 191 kB | 20/560 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
Progress (3): 252 kB | 191 kB | 24/560 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 397 kB/s)
Progress (3): 191 kB | 24/560 kB | 4.1/262 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
Progress (3): 191 kB | 28/560 kB | 4.1/262 kB
Progress (3): 191 kB | 28/560 kB | 7.7/262 kB
Progress (3): 191 kB | 32/560 kB | 7.7/262 kB
Progress (3): 191 kB | 32/560 kB | 12/262 kB 
Progress (3): 191 kB | 33/560 kB | 12/262 kB
Progress (3): 191 kB | 33/560 kB | 16/262 kB
Progress (3): 191 kB | 37/560 kB | 16/262 kB
Progress (3): 191 kB | 37/560 kB | 20/262 kB
Progress (3): 191 kB | 41/560 kB | 20/262 kB
Progress (3): 191 kB | 41/560 kB | 24/262 kB
Progress (3): 191 kB | 45/560 kB | 24/262 kB
Progress (3): 191 kB | 45/560 kB | 28/262 kB
Progress (3): 191 kB | 49/560 kB | 28/262 kB
Progress (3): 191 kB | 49/560 kB | 32/262 kB
Progress (3): 191 kB | 49/560 kB | 33/262 kB
Progress (3): 191 kB | 53/560 kB | 33/262 kB
Progress (3): 191 kB | 53/560 kB | 37/262 kB
Progress (3): 191 kB | 57/560 kB | 37/262 kB
Progress (3): 191 kB | 57/560 kB | 41/262 kB
Progress (3): 191 kB | 61/560 kB | 41/262 kB
Progress (3): 191 kB | 61/560 kB | 45/262 kB
Progress (3): 191 kB | 65/560 kB | 45/262 kB
Progress (3): 191 kB | 65/560 kB | 49/262 kB
Progress (3): 191 kB | 69/560 kB | 49/262 kB
Progress (3): 191 kB | 69/560 kB | 53/262 kB
Progress (3): 191 kB | 73/560 kB | 53/262 kB
Progress (3): 191 kB | 73/560 kB | 57/262 kB
Progress (3): 191 kB | 77/560 kB | 57/262 kB
Progress (3): 191 kB | 77/560 kB | 61/262 kB
Progress (3): 191 kB | 81/560 kB | 61/262 kB
Progress (3): 191 kB | 81/560 kB | 65/262 kB
Progress (3): 191 kB | 85/560 kB | 65/262 kB
Progress (3): 191 kB | 85/560 kB | 69/262 kB
Progress (3): 191 kB | 89/560 kB | 69/262 kB
Progress (3): 191 kB | 89/560 kB | 73/262 kB
Progress (3): 191 kB | 93/560 kB | 73/262 kB
Progress (3): 191 kB | 93/560 kB | 77/262 kB
Progress (3): 191 kB | 97/560 kB | 77/262 kB
Progress (3): 191 kB | 97/560 kB | 81/262 kB
Progress (3): 191 kB | 97/560 kB | 85/262 kB
Progress (3): 191 kB | 101/560 kB | 85/262 kB
Progress (3): 191 kB | 101/560 kB | 89/262 kB
Progress (3): 191 kB | 105/560 kB | 89/262 kB
Progress (3): 191 kB | 105/560 kB | 93/262 kB
Progress (3): 191 kB | 105/560 kB | 97/262 kB
Progress (3): 191 kB | 109/560 kB | 97/262 kB
Progress (3): 191 kB | 109/560 kB | 101/262 kB
Progress (3): 191 kB | 113/560 kB | 101/262 kB
Progress (3): 191 kB | 113/560 kB | 105/262 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 298 kB/s)
Progress (3): 113/560 kB | 105/262 kB | 4.1/35 kB
Progress (3): 117/560 kB | 105/262 kB | 4.1/35 kB
Progress (3): 117/560 kB | 109/262 kB | 4.1/35 kB
Progress (3): 121/560 kB | 109/262 kB | 4.1/35 kB
Progress (3): 121/560 kB | 109/262 kB | 7.7/35 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
Progress (3): 121/560 kB | 109/262 kB | 12/35 kB
Progress (3): 125/560 kB | 109/262 kB | 12/35 kB
Progress (4): 125/560 kB | 109/262 kB | 12/35 kB | 4.1/41 kB
Progress (4): 125/560 kB | 113/262 kB | 12/35 kB | 4.1/41 kB
Progress (4): 125/560 kB | 113/262 kB | 12/35 kB | 7.7/41 kB
Progress (4): 129/560 kB | 113/262 kB | 12/35 kB | 7.7/41 kB
Progress (4): 129/560 kB | 113/262 kB | 16/35 kB | 7.7/41 kB
Progress (4): 131/560 kB | 113/262 kB | 16/35 kB | 7.7/41 kB
Progress (4): 131/560 kB | 113/262 kB | 16/35 kB | 12/41 kB 
Progress (4): 131/560 kB | 113/262 kB | 16/35 kB | 16/41 kB
Progress (4): 131/560 kB | 113/262 kB | 16/35 kB | 20/41 kB
Progress (4): 131/560 kB | 117/262 kB | 16/35 kB | 20/41 kB
Progress (4): 131/560 kB | 117/262 kB | 16/35 kB | 24/41 kB
Progress (4): 135/560 kB | 117/262 kB | 16/35 kB | 24/41 kB
Progress (4): 135/560 kB | 117/262 kB | 20/35 kB | 24/41 kB
Progress (4): 139/560 kB | 117/262 kB | 20/35 kB | 24/41 kB
Progress (4): 139/560 kB | 117/262 kB | 20/35 kB | 28/41 kB
Progress (5): 139/560 kB | 117/262 kB | 20/35 kB | 28/41 kB | 4.1/54 kB
Progress (5): 139/560 kB | 121/262 kB | 20/35 kB | 28/41 kB | 4.1/54 kB
Progress (5): 139/560 kB | 121/262 kB | 20/35 kB | 28/41 kB | 7.7/54 kB
Progress (5): 143/560 kB | 121/262 kB | 20/35 kB | 28/41 kB | 7.7/54 kB
Progress (5): 143/560 kB | 121/262 kB | 20/35 kB | 32/41 kB | 7.7/54 kB
Progress (5): 143/560 kB | 121/262 kB | 24/35 kB | 32/41 kB | 7.7/54 kB
Progress (5): 143/560 kB | 121/262 kB | 24/35 kB | 36/41 kB | 7.7/54 kB
Progress (5): 147/560 kB | 121/262 kB | 24/35 kB | 36/41 kB | 7.7/54 kB
Progress (5): 147/560 kB | 121/262 kB | 24/35 kB | 36/41 kB | 12/54 kB 
Progress (5): 147/560 kB | 125/262 kB | 24/35 kB | 36/41 kB | 12/54 kB
Progress (5): 151/560 kB | 125/262 kB | 24/35 kB | 36/41 kB | 12/54 kB
Progress (5): 151/560 kB | 125/262 kB | 24/35 kB | 36/41 kB | 16/54 kB
Progress (5): 151/560 kB | 125/262 kB | 24/35 kB | 40/41 kB | 16/54 kB
Progress (5): 151/560 kB | 125/262 kB | 28/35 kB | 40/41 kB | 16/54 kB
Progress (5): 151/560 kB | 125/262 kB | 28/35 kB | 41 kB | 16/54 kB   
Progress (5): 151/560 kB | 125/262 kB | 28/35 kB | 41 kB | 20/54 kB
Progress (5): 155/560 kB | 125/262 kB | 28/35 kB | 41 kB | 20/54 kB
Progress (5): 155/560 kB | 129/262 kB | 28/35 kB | 41 kB | 20/54 kB
Progress (5): 159/560 kB | 129/262 kB | 28/35 kB | 41 kB | 20/54 kB
Progress (5): 159/560 kB | 129/262 kB | 28/35 kB | 41 kB | 24/54 kB
Progress (5): 159/560 kB | 129/262 kB | 32/35 kB | 41 kB | 24/54 kB
Progress (5): 159/560 kB | 129/262 kB | 32/35 kB | 41 kB | 28/54 kB
Progress (5): 163/560 kB | 129/262 kB | 32/35 kB | 41 kB | 28/54 kB
Progress (5): 163/560 kB | 133/262 kB | 32/35 kB | 41 kB | 28/54 kB
Progress (5): 163/560 kB | 133/262 kB | 32/35 kB | 41 kB | 32/54 kB
Progress (5): 163/560 kB | 133/262 kB | 35 kB | 41 kB | 32/54 kB   
Progress (5): 163/560 kB | 133/262 kB | 35 kB | 41 kB | 36/54 kB
Progress (5): 163/560 kB | 137/262 kB | 35 kB | 41 kB | 36/54 kB
Progress (5): 167/560 kB | 137/262 kB | 35 kB | 41 kB | 36/54 kB
Progress (5): 167/560 kB | 141/262 kB | 35 kB | 41 kB | 36/54 kB
Progress (5): 167/560 kB | 141/262 kB | 35 kB | 41 kB | 40/54 kB
Progress (5): 167/560 kB | 145/262 kB | 35 kB | 41 kB | 40/54 kB
Progress (5): 171/560 kB | 145/262 kB | 35 kB | 41 kB | 40/54 kB
Progress (5): 171/560 kB | 149/262 kB | 35 kB | 41 kB | 40/54 kB
Progress (5): 171/560 kB | 149/262 kB | 35 kB | 41 kB | 44/54 kB
Progress (5): 171/560 kB | 153/262 kB | 35 kB | 41 kB | 44/54 kB
Progress (5): 175/560 kB | 153/262 kB | 35 kB | 41 kB | 44/54 kB
Progress (5): 175/560 kB | 157/262 kB | 35 kB | 41 kB | 44/54 kB
Progress (5): 175/560 kB | 157/262 kB | 35 kB | 41 kB | 48/54 kB
Progress (5): 175/560 kB | 161/262 kB | 35 kB | 41 kB | 48/54 kB
Progress (5): 179/560 kB | 161/262 kB | 35 kB | 41 kB | 48/54 kB
Progress (5): 179/560 kB | 165/262 kB | 35 kB | 41 kB | 48/54 kB
Progress (5): 179/560 kB | 165/262 kB | 35 kB | 41 kB | 52/54 kB
Progress (5): 183/560 kB | 165/262 kB | 35 kB | 41 kB | 52/54 kB
Progress (5): 183/560 kB | 169/262 kB | 35 kB | 41 kB | 52/54 kB
Progress (5): 187/560 kB | 169/262 kB | 35 kB | 41 kB | 52/54 kB
Progress (5): 187/560 kB | 169/262 kB | 35 kB | 41 kB | 54 kB   
Progress (5): 187/560 kB | 173/262 kB | 35 kB | 41 kB | 54 kB
Progress (5): 191/560 kB | 173/262 kB | 35 kB | 41 kB | 54 kB
Progress (5): 191/560 kB | 177/262 kB | 35 kB | 41 kB | 54 kB
Progress (5): 195/560 kB | 177/262 kB | 35 kB | 41 kB | 54 kB
Progress (5): 195/560 kB | 181/262 kB | 35 kB | 41 kB | 54 kB
Progress (5): 195/560 kB | 185/262 kB | 35 kB | 41 kB | 54 kB
Progress (5): 199/560 kB | 185/262 kB | 35 kB | 41 kB | 54 kB
Progress (5): 199/560 kB | 189/262 kB | 35 kB | 41 kB | 54 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 58 kB/s)
Progress (4): 203/560 kB | 189/262 kB | 35 kB | 54 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar
Progress (4): 203/560 kB | 193/262 kB | 35 kB | 54 kB
Progress (4): 207/560 kB | 193/262 kB | 35 kB | 54 kB
Progress (4): 207/560 kB | 197/262 kB | 35 kB | 54 kB
Progress (4): 211/560 kB | 197/262 kB | 35 kB | 54 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 49 kB/s)
Progress (3): 215/560 kB | 197/262 kB | 54 kB
Progress (3): 215/560 kB | 201/262 kB | 54 kB
Progress (3): 219/560 kB | 201/262 kB | 54 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar
Progress (3): 223/560 kB | 201/262 kB | 54 kB
Progress (3): 223/560 kB | 205/262 kB | 54 kB
Progress (3): 227/560 kB | 205/262 kB | 54 kB
Progress (3): 227/560 kB | 209/262 kB | 54 kB
Progress (3): 231/560 kB | 209/262 kB | 54 kB
Progress (3): 231/560 kB | 213/262 kB | 54 kB
Progress (3): 235/560 kB | 213/262 kB | 54 kB
Progress (3): 235/560 kB | 217/262 kB | 54 kB
Progress (3): 239/560 kB | 217/262 kB | 54 kB
Progress (3): 239/560 kB | 221/262 kB | 54 kB
Progress (3): 243/560 kB | 221/262 kB | 54 kB
Progress (3): 243/560 kB | 225/262 kB | 54 kB
Progress (3): 247/560 kB | 225/262 kB | 54 kB
Progress (3): 247/560 kB | 229/262 kB | 54 kB
Progress (3): 251/560 kB | 229/262 kB | 54 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 74 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
Progress (2): 251/560 kB | 233/262 kB
Progress (2): 255/560 kB | 233/262 kB
Progress (2): 255/560 kB | 237/262 kB
Progress (2): 259/560 kB | 237/262 kB
Progress (2): 259/560 kB | 241/262 kB
Progress (2): 263/560 kB | 241/262 kB
Progress (2): 263/560 kB | 245/262 kB
Progress (2): 267/560 kB | 245/262 kB
Progress (2): 267/560 kB | 249/262 kB
Progress (2): 271/560 kB | 249/262 kB
Progress (2): 271/560 kB | 253/262 kB
Progress (2): 275/560 kB | 253/262 kB
Progress (2): 275/560 kB | 257/262 kB
Progress (2): 275/560 kB | 261/262 kB
Progress (2): 279/560 kB | 261/262 kB
Progress (2): 279/560 kB | 262 kB    
Progress (2): 283/560 kB | 262 kB
Progress (2): 287/560 kB | 262 kB
Progress (3): 287/560 kB | 262 kB | 4.1/74 kB
Progress (3): 291/560 kB | 262 kB | 4.1/74 kB
Progress (3): 291/560 kB | 262 kB | 7.7/74 kB
Progress (3): 295/560 kB | 262 kB | 7.7/74 kB
Progress (3): 295/560 kB | 262 kB | 12/74 kB 
Progress (3): 299/560 kB | 262 kB | 12/74 kB
Progress (3): 299/560 kB | 262 kB | 16/74 kB
Progress (3): 303/560 kB | 262 kB | 16/74 kB
Progress (3): 303/560 kB | 262 kB | 20/74 kB
Progress (3): 307/560 kB | 262 kB | 20/74 kB
Progress (3): 307/560 kB | 262 kB | 24/74 kB
Progress (3): 311/560 kB | 262 kB | 24/74 kB
Progress (3): 311/560 kB | 262 kB | 28/74 kB
Progress (3): 315/560 kB | 262 kB | 28/74 kB
Progress (3): 315/560 kB | 262 kB | 32/74 kB
Progress (3): 315/560 kB | 262 kB | 33/74 kB
Progress (3): 319/560 kB | 262 kB | 33/74 kB
Progress (3): 323/560 kB | 262 kB | 33/74 kB
Progress (3): 327/560 kB | 262 kB | 33/74 kB
Progress (3): 331/560 kB | 262 kB | 33/74 kB
Progress (3): 335/560 kB | 262 kB | 33/74 kB
Progress (3): 339/560 kB | 262 kB | 33/74 kB
Progress (3): 343/560 kB | 262 kB | 33/74 kB
Progress (3): 347/560 kB | 262 kB | 33/74 kB
Progress (3): 347/560 kB | 262 kB | 37/74 kB
Progress (3): 347/560 kB | 262 kB | 41/74 kB
Progress (3): 351/560 kB | 262 kB | 41/74 kB
Progress (3): 351/560 kB | 262 kB | 45/74 kB
Progress (3): 355/560 kB | 262 kB | 45/74 kB
Progress (3): 355/560 kB | 262 kB | 49/74 kB
Progress (3): 359/560 kB | 262 kB | 49/74 kB
Progress (3): 359/560 kB | 262 kB | 53/74 kB
Progress (3): 363/560 kB | 262 kB | 53/74 kB
Progress (3): 363/560 kB | 262 kB | 57/74 kB
Progress (3): 367/560 kB | 262 kB | 57/74 kB
Progress (3): 367/560 kB | 262 kB | 61/74 kB
Progress (3): 371/560 kB | 262 kB | 61/74 kB
Progress (3): 371/560 kB | 262 kB | 65/74 kB
Progress (4): 371/560 kB | 262 kB | 65/74 kB | 4.1/35 kB
Progress (4): 371/560 kB | 262 kB | 69/74 kB | 4.1/35 kB
Progress (4): 375/560 kB | 262 kB | 69/74 kB | 4.1/35 kB
Progress (4): 375/560 kB | 262 kB | 73/74 kB | 4.1/35 kB
Progress (4): 375/560 kB | 262 kB | 73/74 kB | 7.7/35 kB
Progress (4): 375/560 kB | 262 kB | 74 kB | 7.7/35 kB   
Progress (4): 379/560 kB | 262 kB | 74 kB | 7.7/35 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 356 kB/s)
Progress (3): 383/560 kB | 74 kB | 7.7/35 kB
Progress (3): 383/560 kB | 74 kB | 12/35 kB 
Progress (4): 383/560 kB | 74 kB | 12/35 kB | 4.1/108 kB
Progress (4): 383/560 kB | 74 kB | 16/35 kB | 4.1/108 kB
Progress (4): 387/560 kB | 74 kB | 16/35 kB | 4.1/108 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar
Progress (4): 391/560 kB | 74 kB | 16/35 kB | 4.1/108 kB
Progress (4): 391/560 kB | 74 kB | 20/35 kB | 4.1/108 kB
Progress (4): 391/560 kB | 74 kB | 20/35 kB | 7.7/108 kB
Progress (4): 391/560 kB | 74 kB | 24/35 kB | 7.7/108 kB
Progress (4): 395/560 kB | 74 kB | 24/35 kB | 7.7/108 kB
Progress (4): 395/560 kB | 74 kB | 28/35 kB | 7.7/108 kB
Progress (4): 395/560 kB | 74 kB | 28/35 kB | 12/108 kB 
Progress (4): 399/560 kB | 74 kB | 28/35 kB | 12/108 kB
Progress (4): 399/560 kB | 74 kB | 32/35 kB | 12/108 kB
Progress (4): 403/560 kB | 74 kB | 32/35 kB | 12/108 kB
Progress (4): 403/560 kB | 74 kB | 32/35 kB | 16/108 kB
Progress (4): 403/560 kB | 74 kB | 35 kB | 16/108 kB   
Progress (4): 407/560 kB | 74 kB | 35 kB | 16/108 kB
Progress (4): 407/560 kB | 74 kB | 35 kB | 20/108 kB
Progress (4): 411/560 kB | 74 kB | 35 kB | 20/108 kB
Progress (4): 411/560 kB | 74 kB | 35 kB | 24/108 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 100 kB/s)
Progress (3): 411/560 kB | 35 kB | 28/108 kB
Progress (3): 415/560 kB | 35 kB | 28/108 kB
Progress (3): 415/560 kB | 35 kB | 32/108 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar
Progress (3): 415/560 kB | 35 kB | 33/108 kB
Progress (3): 419/560 kB | 35 kB | 33/108 kB
Progress (3): 419/560 kB | 35 kB | 37/108 kB
Progress (3): 419/560 kB | 35 kB | 41/108 kB
Progress (3): 423/560 kB | 35 kB | 41/108 kB
Progress (3): 423/560 kB | 35 kB | 45/108 kB
Progress (3): 427/560 kB | 35 kB | 45/108 kB
Progress (3): 427/560 kB | 35 kB | 49/108 kB
Progress (3): 431/560 kB | 35 kB | 49/108 kB
Progress (3): 431/560 kB | 35 kB | 53/108 kB
Progress (4): 431/560 kB | 35 kB | 53/108 kB | 4.1/37 kB
Progress (4): 431/560 kB | 35 kB | 57/108 kB | 4.1/37 kB
Progress (4): 435/560 kB | 35 kB | 57/108 kB | 4.1/37 kB
Progress (4): 435/560 kB | 35 kB | 61/108 kB | 4.1/37 kB
Progress (4): 435/560 kB | 35 kB | 61/108 kB | 7.7/37 kB
Progress (4): 435/560 kB | 35 kB | 65/108 kB | 7.7/37 kB
Progress (4): 439/560 kB | 35 kB | 65/108 kB | 7.7/37 kB
Progress (4): 439/560 kB | 35 kB | 66/108 kB | 7.7/37 kB
Progress (4): 439/560 kB | 35 kB | 66/108 kB | 12/37 kB 
Progress (4): 439/560 kB | 35 kB | 70/108 kB | 12/37 kB
Progress (4): 443/560 kB | 35 kB | 70/108 kB | 12/37 kB
Progress (4): 443/560 kB | 35 kB | 74/108 kB | 12/37 kB
Progress (4): 443/560 kB | 35 kB | 74/108 kB | 16/37 kB
Progress (4): 447/560 kB | 35 kB | 74/108 kB | 16/37 kB
Progress (4): 447/560 kB | 35 kB | 74/108 kB | 20/37 kB
Progress (4): 447/560 kB | 35 kB | 78/108 kB | 20/37 kB
Progress (4): 447/560 kB | 35 kB | 78/108 kB | 24/37 kB
Progress (4): 451/560 kB | 35 kB | 78/108 kB | 24/37 kB
Progress (4): 451/560 kB | 35 kB | 82/108 kB | 24/37 kB
Progress (4): 451/560 kB | 35 kB | 82/108 kB | 28/37 kB
Progress (4): 451/560 kB | 35 kB | 86/108 kB | 28/37 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 47 kB/s)
Progress (3): 455/560 kB | 86/108 kB | 28/37 kB
Progress (3): 459/560 kB | 86/108 kB | 28/37 kB
Progress (3): 463/560 kB | 86/108 kB | 28/37 kB
Progress (3): 467/560 kB | 86/108 kB | 28/37 kB
Progress (3): 471/560 kB | 86/108 kB | 28/37 kB
Progress (3): 475/560 kB | 86/108 kB | 28/37 kB
Progress (3): 479/560 kB | 86/108 kB | 28/37 kB
Progress (3): 483/560 kB | 86/108 kB | 28/37 kB
Progress (4): 483/560 kB | 86/108 kB | 28/37 kB | 4.1/123 kB
Progress (4): 483/560 kB | 86/108 kB | 28/37 kB | 7.7/123 kB
Progress (4): 483/560 kB | 86/108 kB | 28/37 kB | 12/123 kB 
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Progress (4): 483/560 kB | 90/108 kB | 28/37 kB | 12/123 kB
Progress (4): 483/560 kB | 90/108 kB | 32/37 kB | 12/123 kB
Progress (4): 483/560 kB | 94/108 kB | 32/37 kB | 12/123 kB
Progress (4): 483/560 kB | 94/108 kB | 36/37 kB | 12/123 kB
Progress (4): 483/560 kB | 94/108 kB | 36/37 kB | 16/123 kB
Progress (4): 487/560 kB | 94/108 kB | 36/37 kB | 16/123 kB
Progress (4): 487/560 kB | 94/108 kB | 36/37 kB | 20/123 kB
Progress (4): 487/560 kB | 94/108 kB | 37 kB | 20/123 kB   
Progress (4): 487/560 kB | 98/108 kB | 37 kB | 20/123 kB
Progress (4): 487/560 kB | 98/108 kB | 37 kB | 24/123 kB
Progress (4): 491/560 kB | 98/108 kB | 37 kB | 24/123 kB
Progress (4): 491/560 kB | 98/108 kB | 37 kB | 28/123 kB
Progress (4): 491/560 kB | 102/108 kB | 37 kB | 28/123 kB
Progress (4): 495/560 kB | 102/108 kB | 37 kB | 28/123 kB
Progress (4): 495/560 kB | 102/108 kB | 37 kB | 32/123 kB
Progress (4): 499/560 kB | 102/108 kB | 37 kB | 32/123 kB
Progress (4): 499/560 kB | 106/108 kB | 37 kB | 32/123 kB
Progress (4): 499/560 kB | 106/108 kB | 37 kB | 33/123 kB
Progress (4): 499/560 kB | 108 kB | 37 kB | 33/123 kB    
Progress (4): 503/560 kB | 108 kB | 37 kB | 33/123 kB
Progress (4): 503/560 kB | 108 kB | 37 kB | 37/123 kB
Progress (4): 507/560 kB | 108 kB | 37 kB | 37/123 kB
Progress (4): 507/560 kB | 108 kB | 37 kB | 41/123 kB
Progress (4): 511/560 kB | 108 kB | 37 kB | 41/123 kB
Progress (4): 511/560 kB | 108 kB | 37 kB | 45/123 kB
Progress (4): 515/560 kB | 108 kB | 37 kB | 45/123 kB
Progress (4): 515/560 kB | 108 kB | 37 kB | 49/123 kB
Progress (4): 519/560 kB | 108 kB | 37 kB | 49/123 kB
Progress (4): 519/560 kB | 108 kB | 37 kB | 53/123 kB
Progress (4): 523/560 kB | 108 kB | 37 kB | 53/123 kB
Progress (4): 523/560 kB | 108 kB | 37 kB | 57/123 kB
Progress (4): 524/560 kB | 108 kB | 37 kB | 57/123 kB
Progress (4): 524/560 kB | 108 kB | 37 kB | 61/123 kB
Progress (4): 524/560 kB | 108 kB | 37 kB | 65/123 kB
Progress (4): 528/560 kB | 108 kB | 37 kB | 65/123 kB
Progress (4): 528/560 kB | 108 kB | 37 kB | 66/123 kB
Progress (4): 532/560 kB | 108 kB | 37 kB | 66/123 kB
Progress (4): 532/560 kB | 108 kB | 37 kB | 70/123 kB
Progress (4): 532/560 kB | 108 kB | 37 kB | 74/123 kB
Progress (4): 536/560 kB | 108 kB | 37 kB | 74/123 kB
Progress (4): 536/560 kB | 108 kB | 37 kB | 78/123 kB
Progress (4): 540/560 kB | 108 kB | 37 kB | 78/123 kB
Progress (4): 540/560 kB | 108 kB | 37 kB | 82/123 kB
Progress (4): 544/560 kB | 108 kB | 37 kB | 82/123 kB
Progress (4): 544/560 kB | 108 kB | 37 kB | 86/123 kB
Progress (4): 548/560 kB | 108 kB | 37 kB | 86/123 kB
Progress (4): 548/560 kB | 108 kB | 37 kB | 90/123 kB
Progress (4): 552/560 kB | 108 kB | 37 kB | 90/123 kB
Progress (4): 552/560 kB | 108 kB | 37 kB | 94/123 kB
Progress (4): 556/560 kB | 108 kB | 37 kB | 94/123 kB
Progress (4): 556/560 kB | 108 kB | 37 kB | 98/123 kB
Progress (4): 560 kB | 108 kB | 37 kB | 98/123 kB    
Progress (4): 560 kB | 108 kB | 37 kB | 102/123 kB
Progress (4): 560 kB | 108 kB | 37 kB | 106/123 kB
Progress (4): 560 kB | 108 kB | 37 kB | 110/123 kB
Progress (4): 560 kB | 108 kB | 37 kB | 114/123 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 45 kB/s)
Progress (3): 560 kB | 108 kB | 118/123 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
Progress (3): 560 kB | 108 kB | 122/123 kB
Progress (3): 560 kB | 108 kB | 123 kB    
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 132 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Progress (3): 560 kB | 123 kB | 4.1/26 kB
Progress (3): 560 kB | 123 kB | 7.7/26 kB
Progress (3): 560 kB | 123 kB | 12/26 kB 
Progress (3): 560 kB | 123 kB | 16/26 kB
Progress (3): 560 kB | 123 kB | 20/26 kB
Progress (3): 560 kB | 123 kB | 24/26 kB
Progress (3): 560 kB | 123 kB | 26 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 673 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 148 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 31 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
Progress (1): 4.1/165 kB
Progress (1): 7.7/165 kB
Progress (1): 12/165 kB 
Progress (1): 16/165 kB
Progress (2): 16/165 kB | 4.1/284 kB
Progress (2): 20/165 kB | 4.1/284 kB
Progress (2): 20/165 kB | 7.7/284 kB
Progress (2): 24/165 kB | 7.7/284 kB
Progress (2): 24/165 kB | 12/284 kB 
Progress (2): 28/165 kB | 12/284 kB
Progress (2): 28/165 kB | 16/284 kB
Progress (2): 32/165 kB | 16/284 kB
Progress (2): 33/165 kB | 16/284 kB
Progress (2): 33/165 kB | 20/284 kB
Progress (2): 33/165 kB | 24/284 kB
Progress (2): 37/165 kB | 24/284 kB
Progress (2): 37/165 kB | 28/284 kB
Progress (2): 41/165 kB | 28/284 kB
Progress (2): 41/165 kB | 32/284 kB
Progress (2): 41/165 kB | 33/284 kB
Progress (2): 45/165 kB | 33/284 kB
Progress (2): 49/165 kB | 33/284 kB
Progress (2): 49/165 kB | 37/284 kB
Progress (2): 49/165 kB | 41/284 kB
Progress (2): 53/165 kB | 41/284 kB
Progress (2): 53/165 kB | 45/284 kB
Progress (2): 57/165 kB | 45/284 kB
Progress (2): 57/165 kB | 49/284 kB
Progress (2): 61/165 kB | 49/284 kB
Progress (2): 61/165 kB | 53/284 kB
Progress (2): 65/165 kB | 53/284 kB
Progress (2): 65/165 kB | 57/284 kB
Progress (2): 66/165 kB | 57/284 kB
Progress (2): 66/165 kB | 61/284 kB
Progress (2): 70/165 kB | 61/284 kB
Progress (2): 70/165 kB | 65/284 kB
Progress (2): 74/165 kB | 65/284 kB
Progress (2): 74/165 kB | 66/284 kB
Progress (2): 78/165 kB | 66/284 kB
Progress (2): 78/165 kB | 70/284 kB
Progress (2): 82/165 kB | 70/284 kB
Progress (2): 82/165 kB | 74/284 kB
Progress (2): 86/165 kB | 74/284 kB
Progress (2): 86/165 kB | 78/284 kB
Progress (2): 90/165 kB | 78/284 kB
Progress (2): 90/165 kB | 82/284 kB
Progress (2): 94/165 kB | 82/284 kB
Progress (2): 94/165 kB | 86/284 kB
Progress (2): 98/165 kB | 86/284 kB
Progress (2): 98/165 kB | 90/284 kB
Progress (2): 98/165 kB | 90/284 kB
Progress (3): 98/165 kB | 90/284 kB | 4.1/38 kB
Progress (3): 102/165 kB | 90/284 kB | 4.1/38 kB
Progress (3): 102/165 kB | 90/284 kB | 7.7/38 kB
Progress (3): 102/165 kB | 94/284 kB | 7.7/38 kB
Progress (3): 106/165 kB | 94/284 kB | 7.7/38 kB
Progress (3): 106/165 kB | 94/284 kB | 12/38 kB 
Progress (3): 106/165 kB | 98/284 kB | 12/38 kB
Progress (3): 106/165 kB | 98/284 kB | 16/38 kB
Progress (3): 110/165 kB | 98/284 kB | 16/38 kB
Progress (3): 110/165 kB | 98/284 kB | 16/38 kB
Progress (3): 110/165 kB | 98/284 kB | 20/38 kB
Progress (3): 114/165 kB | 98/284 kB | 20/38 kB
Progress (3): 114/165 kB | 98/284 kB | 24/38 kB
Progress (3): 114/165 kB | 102/284 kB | 24/38 kB
Progress (3): 118/165 kB | 102/284 kB | 24/38 kB
Progress (3): 118/165 kB | 102/284 kB | 28/38 kB
Progress (3): 118/165 kB | 106/284 kB | 28/38 kB
Progress (3): 118/165 kB | 106/284 kB | 32/38 kB
Progress (3): 118/165 kB | 110/284 kB | 32/38 kB
Progress (3): 122/165 kB | 110/284 kB | 32/38 kB
Progress (3): 122/165 kB | 110/284 kB | 36/38 kB
Progress (3): 122/165 kB | 114/284 kB | 36/38 kB
Progress (3): 122/165 kB | 114/284 kB | 38 kB   
Progress (3): 126/165 kB | 114/284 kB | 38 kB
Progress (4): 126/165 kB | 114/284 kB | 38 kB | 4.1/588 kB
Progress (4): 130/165 kB | 114/284 kB | 38 kB | 4.1/588 kB
Progress (4): 130/165 kB | 118/284 kB | 38 kB | 4.1/588 kB
Progress (4): 131/165 kB | 118/284 kB | 38 kB | 4.1/588 kB
Progress (4): 131/165 kB | 118/284 kB | 38 kB | 7.7/588 kB
Progress (4): 131/165 kB | 122/284 kB | 38 kB | 7.7/588 kB
Progress (4): 135/165 kB | 122/284 kB | 38 kB | 7.7/588 kB
Progress (4): 135/165 kB | 126/284 kB | 38 kB | 7.7/588 kB
Progress (4): 135/165 kB | 126/284 kB | 38 kB | 12/588 kB 
Progress (4): 135/165 kB | 130/284 kB | 38 kB | 12/588 kB
Progress (4): 139/165 kB | 130/284 kB | 38 kB | 12/588 kB
Progress (4): 139/165 kB | 131/284 kB | 38 kB | 12/588 kB
Progress (4): 139/165 kB | 131/284 kB | 38 kB | 16/588 kB
Progress (4): 139/165 kB | 135/284 kB | 38 kB | 16/588 kB
Progress (4): 143/165 kB | 135/284 kB | 38 kB | 16/588 kB
Progress (4): 143/165 kB | 139/284 kB | 38 kB | 16/588 kB
Progress (4): 143/165 kB | 139/284 kB | 38 kB | 20/588 kB
Progress (4): 143/165 kB | 143/284 kB | 38 kB | 20/588 kB
Progress (4): 147/165 kB | 143/284 kB | 38 kB | 20/588 kB
Progress (4): 147/165 kB | 147/284 kB | 38 kB | 20/588 kB
Progress (4): 147/165 kB | 147/284 kB | 38 kB | 24/588 kB
Progress (4): 147/165 kB | 151/284 kB | 38 kB | 24/588 kB
Progress (4): 151/165 kB | 151/284 kB | 38 kB | 24/588 kB
Progress (4): 151/165 kB | 155/284 kB | 38 kB | 24/588 kB
Progress (4): 151/165 kB | 155/284 kB | 38 kB | 28/588 kB
Progress (4): 151/165 kB | 159/284 kB | 38 kB | 28/588 kB
Progress (4): 155/165 kB | 159/284 kB | 38 kB | 28/588 kB
Progress (4): 155/165 kB | 163/284 kB | 38 kB | 28/588 kB
Progress (4): 155/165 kB | 163/284 kB | 38 kB | 32/588 kB
Progress (4): 159/165 kB | 163/284 kB | 38 kB | 32/588 kB
Progress (4): 159/165 kB | 164/284 kB | 38 kB | 32/588 kB
Progress (4): 163/165 kB | 164/284 kB | 38 kB | 32/588 kB
Progress (4): 163/165 kB | 164/284 kB | 38 kB | 36/588 kB
Progress (4): 165 kB | 164/284 kB | 38 kB | 36/588 kB    
Progress (4): 165 kB | 168/284 kB | 38 kB | 36/588 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 45 kB/s)
Progress (3): 165 kB | 172/284 kB | 36/588 kB
Progress (3): 165 kB | 172/284 kB | 40/588 kB
Progress (3): 165 kB | 176/284 kB | 40/588 kB
Progress (3): 165 kB | 176/284 kB | 44/588 kB
Progress (3): 165 kB | 180/284 kB | 44/588 kB
Progress (3): 165 kB | 180/284 kB | 48/588 kB
Progress (3): 165 kB | 184/284 kB | 48/588 kB
Progress (3): 165 kB | 184/284 kB | 52/588 kB
Progress (3): 165 kB | 188/284 kB | 52/588 kB
Progress (3): 165 kB | 188/284 kB | 56/588 kB
Progress (3): 165 kB | 192/284 kB | 56/588 kB
Progress (3): 165 kB | 192/284 kB | 60/588 kB
Progress (3): 165 kB | 196/284 kB | 60/588 kB
Progress (3): 165 kB | 196/284 kB | 64/588 kB
Progress (3): 165 kB | 197/284 kB | 64/588 kB
Progress (3): 165 kB | 197/284 kB | 68/588 kB
Progress (3): 165 kB | 201/284 kB | 68/588 kB
Progress (3): 165 kB | 201/284 kB | 72/588 kB
Progress (3): 165 kB | 205/284 kB | 72/588 kB
Progress (3): 165 kB | 205/284 kB | 76/588 kB
Progress (3): 165 kB | 209/284 kB | 76/588 kB
Progress (3): 165 kB | 209/284 kB | 80/588 kB
Progress (3): 165 kB | 213/284 kB | 80/588 kB
Progress (3): 165 kB | 213/284 kB | 84/588 kB
Progress (3): 165 kB | 217/284 kB | 84/588 kB
Progress (3): 165 kB | 217/284 kB | 88/588 kB
Progress (3): 165 kB | 221/284 kB | 88/588 kB
Progress (3): 165 kB | 221/284 kB | 92/588 kB
Progress (3): 165 kB | 225/284 kB | 92/588 kB
Progress (3): 165 kB | 229/284 kB | 92/588 kB
Progress (3): 165 kB | 229/284 kB | 92/588 kB
Progress (3): 165 kB | 233/284 kB | 92/588 kB
Progress (3): 165 kB | 237/284 kB | 92/588 kB
Progress (3): 165 kB | 241/284 kB | 92/588 kB
Progress (3): 165 kB | 241/284 kB | 96/588 kB
Progress (3): 165 kB | 245/284 kB | 96/588 kB
Progress (3): 165 kB | 245/284 kB | 100/588 kB
Progress (3): 165 kB | 249/284 kB | 100/588 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 182 kB/s)
Progress (2): 249/284 kB | 104/588 kB
Progress (2): 253/284 kB | 104/588 kB
Progress (2): 253/284 kB | 108/588 kB
Progress (2): 257/284 kB | 108/588 kB
Progress (2): 257/284 kB | 112/588 kB
Progress (2): 261/284 kB | 112/588 kB
Progress (2): 261/284 kB | 116/588 kB
Progress (2): 265/284 kB | 116/588 kB
Progress (2): 265/284 kB | 120/588 kB
Progress (2): 269/284 kB | 120/588 kB
Progress (2): 269/284 kB | 124/588 kB
Progress (2): 273/284 kB | 124/588 kB
Progress (2): 273/284 kB | 128/588 kB
Progress (2): 277/284 kB | 128/588 kB
Progress (2): 277/284 kB | 132/588 kB
Progress (2): 281/284 kB | 132/588 kB
Progress (2): 281/284 kB | 136/588 kB
Progress (2): 284 kB | 136/588 kB    
Progress (2): 284 kB | 140/588 kB
Progress (2): 284 kB | 144/588 kB
Progress (2): 284 kB | 148/588 kB
Progress (2): 284 kB | 152/588 kB
Progress (2): 284 kB | 156/588 kB
Progress (2): 284 kB | 160/588 kB
Progress (2): 284 kB | 164/588 kB
Progress (2): 284 kB | 168/588 kB
Progress (2): 284 kB | 172/588 kB
Progress (2): 284 kB | 176/588 kB
Progress (2): 284 kB | 180/588 kB
Progress (2): 284 kB | 184/588 kB
Progress (2): 284 kB | 188/588 kB
Progress (2): 284 kB | 192/588 kB
Progress (2): 284 kB | 196/588 kB
Progress (2): 284 kB | 200/588 kB
Progress (2): 284 kB | 204/588 kB
Progress (2): 284 kB | 208/588 kB
Progress (2): 284 kB | 212/588 kB
Progress (2): 284 kB | 216/588 kB
Progress (2): 284 kB | 220/588 kB
Progress (2): 284 kB | 224/588 kB
Progress (2): 284 kB | 228/588 kB
Progress (2): 284 kB | 232/588 kB
Progress (2): 284 kB | 236/588 kB
Progress (2): 284 kB | 240/588 kB
Progress (2): 284 kB | 244/588 kB
Progress (2): 284 kB | 248/588 kB
Progress (2): 284 kB | 252/588 kB
Progress (2): 284 kB | 256/588 kB
Progress (2): 284 kB | 260/588 kB
Progress (2): 284 kB | 264/588 kB
Progress (2): 284 kB | 268/588 kB
Progress (2): 284 kB | 272/588 kB
Progress (2): 284 kB | 276/588 kB
Progress (2): 284 kB | 280/588 kB
Progress (2): 284 kB | 284/588 kB
Progress (2): 284 kB | 288/588 kB
Progress (2): 284 kB | 292/588 kB
Progress (2): 284 kB | 296/588 kB
Progress (2): 284 kB | 300/588 kB
Progress (2): 284 kB | 304/588 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 309 kB/s)
Progress (1): 308/588 kB
Progress (1): 312/588 kB
Progress (1): 316/588 kB
Progress (1): 320/588 kB
Progress (1): 324/588 kB
Progress (1): 328/588 kB
Progress (1): 332/588 kB
Progress (1): 336/588 kB
Progress (1): 340/588 kB
Progress (1): 344/588 kB
Progress (1): 348/588 kB
Progress (1): 352/588 kB
Progress (1): 356/588 kB
Progress (1): 360/588 kB
Progress (1): 364/588 kB
Progress (1): 368/588 kB
Progress (1): 372/588 kB
Progress (1): 376/588 kB
Progress (1): 380/588 kB
Progress (1): 384/588 kB
Progress (1): 388/588 kB
Progress (1): 392/588 kB
Progress (1): 396/588 kB
Progress (1): 400/588 kB
Progress (1): 404/588 kB
Progress (1): 408/588 kB
Progress (1): 412/588 kB
Progress (1): 416/588 kB
Progress (1): 420/588 kB
Progress (1): 424/588 kB
Progress (1): 428/588 kB
Progress (1): 432/588 kB
Progress (1): 436/588 kB
Progress (1): 440/588 kB
Progress (1): 444/588 kB
Progress (1): 448/588 kB
Progress (1): 452/588 kB
Progress (1): 456/588 kB
Progress (1): 460/588 kB
Progress (1): 464/588 kB
Progress (1): 468/588 kB
Progress (1): 472/588 kB
Progress (1): 476/588 kB
Progress (1): 480/588 kB
Progress (1): 484/588 kB
Progress (1): 488/588 kB
Progress (1): 492/588 kB
Progress (1): 496/588 kB
Progress (1): 500/588 kB
Progress (1): 504/588 kB
Progress (1): 508/588 kB
Progress (1): 512/588 kB
Progress (1): 516/588 kB
Progress (1): 520/588 kB
Progress (1): 524/588 kB
Progress (1): 528/588 kB
Progress (1): 532/588 kB
Progress (1): 536/588 kB
Progress (1): 540/588 kB
Progress (1): 544/588 kB
Progress (1): 548/588 kB
Progress (1): 552/588 kB
Progress (1): 556/588 kB
Progress (1): 560/588 kB
Progress (1): 564/588 kB
Progress (1): 568/588 kB
Progress (1): 572/588 kB
Progress (1): 576/588 kB
Progress (1): 580/588 kB
Progress (1): 584/588 kB
Progress (1): 588/588 kB
Progress (1): 588 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 630 kB/s)
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 198 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 182 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 181 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 239 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 156 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 161 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4.0 kB at 337 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Progress (1): 4.1/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   
Progress (2): 30 kB | 4.1/49 kB
Progress (2): 30 kB | 7.7/49 kB
Progress (2): 30 kB | 12/49 kB 
Progress (2): 30 kB | 16/49 kB
Progress (2): 30 kB | 20/49 kB
Progress (2): 30 kB | 24/49 kB
Progress (2): 30 kB | 28/49 kB
Progress (2): 30 kB | 32/49 kB
Progress (3): 30 kB | 32/49 kB | 4.1/156 kB
Progress (3): 30 kB | 36/49 kB | 4.1/156 kB
Progress (3): 30 kB | 36/49 kB | 7.7/156 kB
Progress (3): 30 kB | 40/49 kB | 7.7/156 kB
Progress (3): 30 kB | 40/49 kB | 12/156 kB 
Progress (3): 30 kB | 44/49 kB | 12/156 kB
Progress (4): 30 kB | 44/49 kB | 12/156 kB | 4.1/35 kB
Progress (4): 30 kB | 48/49 kB | 12/156 kB | 4.1/35 kB
Progress (4): 30 kB | 48/49 kB | 16/156 kB | 4.1/35 kB
Progress (4): 30 kB | 49 kB | 16/156 kB | 4.1/35 kB   
Progress (4): 30 kB | 49 kB | 20/156 kB | 4.1/35 kB
Progress (4): 30 kB | 49 kB | 20/156 kB | 7.7/35 kB
Progress (4): 30 kB | 49 kB | 24/156 kB | 7.7/35 kB
Progress (4): 30 kB | 49 kB | 24/156 kB | 12/35 kB 
Progress (4): 30 kB | 49 kB | 28/156 kB | 12/35 kB
Progress (4): 30 kB | 49 kB | 28/156 kB | 16/35 kB
Progress (4): 30 kB | 49 kB | 32/156 kB | 16/35 kB
Progress (4): 30 kB | 49 kB | 33/156 kB | 16/35 kB
Progress (4): 30 kB | 49 kB | 33/156 kB | 20/35 kB
Progress (4): 30 kB | 49 kB | 37/156 kB | 20/35 kB
Progress (4): 30 kB | 49 kB | 37/156 kB | 24/35 kB
Progress (4): 30 kB | 49 kB | 41/156 kB | 24/35 kB
Progress (4): 30 kB | 49 kB | 41/156 kB | 28/35 kB
Progress (4): 30 kB | 49 kB | 45/156 kB | 28/35 kB
Progress (4): 30 kB | 49 kB | 45/156 kB | 32/35 kB
Progress (4): 30 kB | 49 kB | 49/156 kB | 32/35 kB
Progress (4): 30 kB | 49 kB | 49/156 kB | 35 kB   
Progress (4): 30 kB | 49 kB | 53/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 57/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 61/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 65/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 66/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 70/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 74/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 78/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 82/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 86/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 90/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 94/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 98/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 98/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 102/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 106/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 110/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 114/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 118/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 122/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 126/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 130/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 134/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 138/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 142/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 146/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 150/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 154/156 kB | 35 kB
Progress (4): 30 kB | 49 kB | 156 kB | 35 kB    
Progress (5): 30 kB | 49 kB | 156 kB | 35 kB | 4.1/12 kB
Progress (5): 30 kB | 49 kB | 156 kB | 35 kB | 7.7/12 kB
Progress (5): 30 kB | 49 kB | 156 kB | 35 kB | 12/12 kB 
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 2.1 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Progress (3): 156 kB | 35 kB | 12 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 5.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Progress (2): 12 kB | 4.1/194 kB
Progress (2): 12 kB | 7.7/194 kB
Progress (2): 12 kB | 12/194 kB 
Progress (2): 12 kB | 16/194 kB
Progress (2): 12 kB | 20/194 kB
Progress (2): 12 kB | 24/194 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 364 kB/s)
Progress (1): 28/194 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Progress (2): 28/194 kB | 4.1/88 kB
Progress (2): 32/194 kB | 4.1/88 kB
Progress (2): 32/194 kB | 7.7/88 kB
Progress (2): 33/194 kB | 7.7/88 kB
Progress (3): 33/194 kB | 7.7/88 kB | 4.1/68 kB
Progress (3): 37/194 kB | 7.7/88 kB | 4.1/68 kB
Progress (3): 37/194 kB | 12/88 kB | 4.1/68 kB 
Progress (4): 37/194 kB | 12/88 kB | 4.1/68 kB | 4.1/51 kB
Progress (4): 41/194 kB | 12/88 kB | 4.1/68 kB | 4.1/51 kB
Progress (4): 41/194 kB | 12/88 kB | 7.7/68 kB | 4.1/51 kB
Progress (4): 45/194 kB | 12/88 kB | 7.7/68 kB | 4.1/51 kB
Progress (4): 45/194 kB | 12/88 kB | 7.7/68 kB | 7.7/51 kB
Progress (4): 45/194 kB | 16/88 kB | 7.7/68 kB | 7.7/51 kB
Progress (4): 49/194 kB | 16/88 kB | 7.7/68 kB | 7.7/51 kB
Progress (4): 49/194 kB | 16/88 kB | 12/68 kB | 7.7/51 kB 
Progress (4): 53/194 kB | 16/88 kB | 12/68 kB | 7.7/51 kB
Progress (4): 53/194 kB | 20/88 kB | 12/68 kB | 7.7/51 kB
Progress (4): 53/194 kB | 20/88 kB | 12/68 kB | 12/51 kB 
Progress (4): 53/194 kB | 24/88 kB | 12/68 kB | 12/51 kB
Progress (4): 57/194 kB | 24/88 kB | 12/68 kB | 12/51 kB
Progress (4): 57/194 kB | 24/88 kB | 16/68 kB | 12/51 kB
Progress (4): 61/194 kB | 24/88 kB | 16/68 kB | 12/51 kB
Progress (4): 61/194 kB | 28/88 kB | 16/68 kB | 12/51 kB
Progress (4): 61/194 kB | 28/88 kB | 16/68 kB | 16/51 kB
Progress (4): 61/194 kB | 32/88 kB | 16/68 kB | 16/51 kB
Progress (4): 61/194 kB | 32/88 kB | 20/68 kB | 16/51 kB
Progress (4): 65/194 kB | 32/88 kB | 20/68 kB | 16/51 kB
Progress (4): 65/194 kB | 32/88 kB | 24/68 kB | 16/51 kB
Progress (4): 65/194 kB | 32/88 kB | 24/68 kB | 20/51 kB
Progress (4): 65/194 kB | 33/88 kB | 24/68 kB | 20/51 kB
Progress (4): 65/194 kB | 33/88 kB | 24/68 kB | 24/51 kB
Progress (4): 65/194 kB | 33/88 kB | 28/68 kB | 24/51 kB
Progress (4): 66/194 kB | 33/88 kB | 28/68 kB | 24/51 kB
Progress (4): 66/194 kB | 33/88 kB | 32/68 kB | 24/51 kB
Progress (4): 66/194 kB | 33/88 kB | 32/68 kB | 28/51 kB
Progress (4): 66/194 kB | 37/88 kB | 32/68 kB | 28/51 kB
Progress (4): 66/194 kB | 37/88 kB | 32/68 kB | 32/51 kB
Progress (4): 66/194 kB | 37/88 kB | 33/68 kB | 32/51 kB
Progress (4): 70/194 kB | 37/88 kB | 33/68 kB | 32/51 kB
Progress (4): 70/194 kB | 37/88 kB | 33/68 kB | 36/51 kB
Progress (5): 70/194 kB | 37/88 kB | 33/68 kB | 36/51 kB | 4.1/26 kB
Progress (5): 70/194 kB | 41/88 kB | 33/68 kB | 36/51 kB | 4.1/26 kB
Progress (5): 70/194 kB | 41/88 kB | 33/68 kB | 36/51 kB | 7.7/26 kB
Progress (5): 70/194 kB | 41/88 kB | 33/68 kB | 40/51 kB | 7.7/26 kB
Progress (5): 74/194 kB | 41/88 kB | 33/68 kB | 40/51 kB | 7.7/26 kB
Progress (5): 74/194 kB | 41/88 kB | 37/68 kB | 40/51 kB | 7.7/26 kB
Progress (5): 78/194 kB | 41/88 kB | 37/68 kB | 40/51 kB | 7.7/26 kB
Progress (5): 78/194 kB | 41/88 kB | 37/68 kB | 44/51 kB | 7.7/26 kB
Progress (5): 78/194 kB | 41/88 kB | 37/68 kB | 44/51 kB | 12/26 kB 
Progress (5): 78/194 kB | 45/88 kB | 37/68 kB | 44/51 kB | 12/26 kB
Progress (5): 78/194 kB | 45/88 kB | 37/68 kB | 44/51 kB | 16/26 kB
Progress (5): 78/194 kB | 45/88 kB | 37/68 kB | 48/51 kB | 16/26 kB
Progress (5): 82/194 kB | 45/88 kB | 37/68 kB | 48/51 kB | 16/26 kB
Progress (5): 82/194 kB | 45/88 kB | 41/68 kB | 48/51 kB | 16/26 kB
Progress (5): 86/194 kB | 45/88 kB | 41/68 kB | 48/51 kB | 16/26 kB
Progress (5): 86/194 kB | 45/88 kB | 41/68 kB | 51 kB | 16/26 kB   
Progress (5): 86/194 kB | 45/88 kB | 41/68 kB | 51 kB | 20/26 kB
Progress (5): 86/194 kB | 49/88 kB | 41/68 kB | 51 kB | 20/26 kB
Progress (5): 86/194 kB | 49/88 kB | 41/68 kB | 51 kB | 24/26 kB
Progress (5): 90/194 kB | 49/88 kB | 41/68 kB | 51 kB | 24/26 kB
Progress (5): 90/194 kB | 49/88 kB | 45/68 kB | 51 kB | 24/26 kB
Progress (5): 94/194 kB | 49/88 kB | 45/68 kB | 51 kB | 24/26 kB
Progress (5): 94/194 kB | 49/88 kB | 45/68 kB | 51 kB | 26 kB   
Progress (5): 94/194 kB | 53/88 kB | 45/68 kB | 51 kB | 26 kB
Progress (5): 98/194 kB | 53/88 kB | 45/68 kB | 51 kB | 26 kB
Progress (5): 98/194 kB | 53/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 98/194 kB | 53/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 98/194 kB | 57/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 102/194 kB | 57/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 102/194 kB | 61/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 106/194 kB | 61/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 106/194 kB | 65/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 110/194 kB | 65/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 110/194 kB | 69/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 114/194 kB | 69/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 114/194 kB | 73/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 114/194 kB | 77/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 114/194 kB | 81/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 114/194 kB | 85/88 kB | 49/68 kB | 51 kB | 26 kB
Progress (5): 114/194 kB | 88 kB | 49/68 kB | 51 kB | 26 kB   
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Progress (4): 118/194 kB | 88 kB | 49/68 kB | 26 kB
Progress (4): 118/194 kB | 88 kB | 53/68 kB | 26 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 414 kB/s)
Progress (3): 118/194 kB | 88 kB | 57/68 kB
Progress (3): 122/194 kB | 88 kB | 57/68 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
Progress (3): 126/194 kB | 88 kB | 57/68 kB
Progress (3): 126/194 kB | 88 kB | 61/68 kB
Progress (3): 130/194 kB | 88 kB | 61/68 kB
Progress (3): 130/194 kB | 88 kB | 65/68 kB
Progress (3): 131/194 kB | 88 kB | 65/68 kB
Progress (3): 131/194 kB | 88 kB | 68 kB   
Progress (3): 135/194 kB | 88 kB | 68 kB
Progress (3): 139/194 kB | 88 kB | 68 kB
Progress (3): 143/194 kB | 88 kB | 68 kB
Progress (3): 147/194 kB | 88 kB | 68 kB
Progress (3): 151/194 kB | 88 kB | 68 kB
Progress (3): 155/194 kB | 88 kB | 68 kB
Progress (3): 159/194 kB | 88 kB | 68 kB
Progress (3): 163/194 kB | 88 kB | 68 kB
Progress (3): 167/194 kB | 88 kB | 68 kB
Progress (3): 171/194 kB | 88 kB | 68 kB
Progress (3): 175/194 kB | 88 kB | 68 kB
Progress (3): 179/194 kB | 88 kB | 68 kB
Progress (3): 183/194 kB | 88 kB | 68 kB
Progress (3): 187/194 kB | 88 kB | 68 kB
Progress (3): 191/194 kB | 88 kB | 68 kB
Progress (3): 194 kB | 88 kB | 68 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 939 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.6 MB/s)
Progress (1): 4.1/155 kB
Progress (1): 7.7/155 kB
Progress (1): 12/155 kB 
Progress (1): 16/155 kB
Progress (1): 20/155 kB
Progress (1): 24/155 kB
Progress (2): 24/155 kB | 4.1/80 kB
Progress (2): 24/155 kB | 7.7/80 kB
Progress (2): 28/155 kB | 7.7/80 kB
Progress (2): 28/155 kB | 12/80 kB 
Progress (2): 32/155 kB | 12/80 kB
Progress (2): 32/155 kB | 16/80 kB
Progress (2): 33/155 kB | 16/80 kB
Progress (2): 33/155 kB | 20/80 kB
Progress (2): 33/155 kB | 24/80 kB
Progress (2): 37/155 kB | 24/80 kB
Progress (2): 37/155 kB | 28/80 kB
Progress (2): 41/155 kB | 28/80 kB
Progress (2): 41/155 kB | 32/80 kB
Progress (2): 41/155 kB | 33/80 kB
Progress (2): 45/155 kB | 33/80 kB
Progress (2): 45/155 kB | 37/80 kB
Progress (2): 49/155 kB | 37/80 kB
Progress (3): 49/155 kB | 37/80 kB | 4.1/32 kB
Progress (3): 49/155 kB | 41/80 kB | 4.1/32 kB
Progress (4): 49/155 kB | 41/80 kB | 4.1/32 kB | 4.1/239 kB
Progress (4): 49/155 kB | 45/80 kB | 4.1/32 kB | 4.1/239 kB
Progress (4): 53/155 kB | 45/80 kB | 4.1/32 kB | 4.1/239 kB
Progress (4): 53/155 kB | 49/80 kB | 4.1/32 kB | 4.1/239 kB
Progress (4): 53/155 kB | 49/80 kB | 4.1/32 kB | 7.7/239 kB
Progress (4): 53/155 kB | 53/80 kB | 4.1/32 kB | 7.7/239 kB
Progress (4): 53/155 kB | 53/80 kB | 7.7/32 kB | 7.7/239 kB
Progress (4): 53/155 kB | 57/80 kB | 7.7/32 kB | 7.7/239 kB
Progress (4): 53/155 kB | 57/80 kB | 7.7/32 kB | 12/239 kB 
Progress (4): 57/155 kB | 57/80 kB | 7.7/32 kB | 12/239 kB
Progress (4): 57/155 kB | 57/80 kB | 7.7/32 kB | 16/239 kB
Progress (4): 57/155 kB | 61/80 kB | 7.7/32 kB | 16/239 kB
Progress (4): 57/155 kB | 61/80 kB | 12/32 kB | 16/239 kB 
Progress (4): 57/155 kB | 65/80 kB | 12/32 kB | 16/239 kB
Progress (4): 57/155 kB | 65/80 kB | 12/32 kB | 20/239 kB
Progress (4): 61/155 kB | 65/80 kB | 12/32 kB | 20/239 kB
Progress (4): 61/155 kB | 65/80 kB | 12/32 kB | 24/239 kB
Progress (4): 61/155 kB | 69/80 kB | 12/32 kB | 24/239 kB
Progress (4): 61/155 kB | 69/80 kB | 12/32 kB | 28/239 kB
Progress (4): 61/155 kB | 69/80 kB | 12/32 kB | 32/239 kB
Progress (4): 61/155 kB | 69/80 kB | 16/32 kB | 32/239 kB
Progress (4): 61/155 kB | 69/80 kB | 16/32 kB | 33/239 kB
Progress (4): 61/155 kB | 73/80 kB | 16/32 kB | 33/239 kB
Progress (4): 65/155 kB | 73/80 kB | 16/32 kB | 33/239 kB
Progress (4): 65/155 kB | 77/80 kB | 16/32 kB | 33/239 kB
Progress (4): 65/155 kB | 77/80 kB | 16/32 kB | 37/239 kB
Progress (4): 65/155 kB | 77/80 kB | 20/32 kB | 37/239 kB
Progress (4): 65/155 kB | 77/80 kB | 20/32 kB | 41/239 kB
Progress (4): 65/155 kB | 80 kB | 20/32 kB | 41/239 kB   
Progress (4): 66/155 kB | 80 kB | 20/32 kB | 41/239 kB
Progress (4): 66/155 kB | 80 kB | 20/32 kB | 45/239 kB
Progress (4): 66/155 kB | 80 kB | 24/32 kB | 45/239 kB
Progress (4): 70/155 kB | 80 kB | 24/32 kB | 45/239 kB
Progress (4): 70/155 kB | 80 kB | 24/32 kB | 49/239 kB
Progress (4): 74/155 kB | 80 kB | 24/32 kB | 49/239 kB
Progress (4): 74/155 kB | 80 kB | 28/32 kB | 49/239 kB
Progress (4): 74/155 kB | 80 kB | 28/32 kB | 53/239 kB
Progress (4): 74/155 kB | 80 kB | 32/32 kB | 53/239 kB
Progress (4): 78/155 kB | 80 kB | 32/32 kB | 53/239 kB
Progress (4): 78/155 kB | 80 kB | 32 kB | 53/239 kB   
Progress (4): 78/155 kB | 80 kB | 32 kB | 57/239 kB
Progress (4): 82/155 kB | 80 kB | 32 kB | 57/239 kB
Progress (4): 82/155 kB | 80 kB | 32 kB | 61/239 kB
Progress (4): 86/155 kB | 80 kB | 32 kB | 61/239 kB
Progress (4): 86/155 kB | 80 kB | 32 kB | 65/239 kB
Progress (4): 90/155 kB | 80 kB | 32 kB | 65/239 kB
Progress (4): 90/155 kB | 80 kB | 32 kB | 66/239 kB
Progress (4): 94/155 kB | 80 kB | 32 kB | 66/239 kB
Progress (4): 94/155 kB | 80 kB | 32 kB | 70/239 kB
Progress (4): 98/155 kB | 80 kB | 32 kB | 70/239 kB
Progress (4): 98/155 kB | 80 kB | 32 kB | 74/239 kB
Progress (4): 98/155 kB | 80 kB | 32 kB | 74/239 kB
Progress (4): 98/155 kB | 80 kB | 32 kB | 78/239 kB
Progress (4): 102/155 kB | 80 kB | 32 kB | 78/239 kB
Progress (4): 102/155 kB | 80 kB | 32 kB | 82/239 kB
Progress (4): 106/155 kB | 80 kB | 32 kB | 82/239 kB
Progress (4): 106/155 kB | 80 kB | 32 kB | 86/239 kB
Progress (4): 110/155 kB | 80 kB | 32 kB | 86/239 kB
Progress (4): 110/155 kB | 80 kB | 32 kB | 90/239 kB
Progress (4): 114/155 kB | 80 kB | 32 kB | 90/239 kB
Progress (4): 114/155 kB | 80 kB | 32 kB | 94/239 kB
Progress (4): 118/155 kB | 80 kB | 32 kB | 94/239 kB
Progress (4): 118/155 kB | 80 kB | 32 kB | 98/239 kB
Progress (4): 122/155 kB | 80 kB | 32 kB | 98/239 kB
Progress (4): 122/155 kB | 80 kB | 32 kB | 98/239 kB
Progress (4): 126/155 kB | 80 kB | 32 kB | 98/239 kB
Progress (4): 126/155 kB | 80 kB | 32 kB | 102/239 kB
Progress (4): 130/155 kB | 80 kB | 32 kB | 102/239 kB
Progress (4): 130/155 kB | 80 kB | 32 kB | 106/239 kB
Progress (4): 134/155 kB | 80 kB | 32 kB | 106/239 kB
Progress (4): 134/155 kB | 80 kB | 32 kB | 110/239 kB
Progress (4): 138/155 kB | 80 kB | 32 kB | 110/239 kB
Progress (4): 138/155 kB | 80 kB | 32 kB | 114/239 kB
Progress (4): 142/155 kB | 80 kB | 32 kB | 114/239 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 354 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 883 kB/s)
Progress (2): 146/155 kB | 114/239 kB
Progress (2): 146/155 kB | 118/239 kB
Progress (2): 150/155 kB | 118/239 kB
Progress (2): 150/155 kB | 122/239 kB
Progress (2): 154/155 kB | 122/239 kB
Progress (2): 154/155 kB | 126/239 kB
Progress (2): 155 kB | 126/239 kB    
Progress (2): 155 kB | 130/239 kB
Progress (2): 155 kB | 131/239 kB
Progress (2): 155 kB | 135/239 kB
Progress (2): 155 kB | 139/239 kB
Progress (2): 155 kB | 143/239 kB
Progress (2): 155 kB | 147/239 kB
Progress (2): 155 kB | 151/239 kB
Progress (2): 155 kB | 155/239 kB
Progress (2): 155 kB | 159/239 kB
Progress (2): 155 kB | 163/239 kB
Progress (2): 155 kB | 164/239 kB
Progress (2): 155 kB | 168/239 kB
Progress (2): 155 kB | 172/239 kB
Progress (2): 155 kB | 176/239 kB
Progress (2): 155 kB | 180/239 kB
Progress (2): 155 kB | 184/239 kB
Progress (2): 155 kB | 188/239 kB
Progress (2): 155 kB | 192/239 kB
Progress (2): 155 kB | 196/239 kB
Progress (2): 155 kB | 197/239 kB
Progress (2): 155 kB | 201/239 kB
Progress (2): 155 kB | 205/239 kB
Progress (2): 155 kB | 209/239 kB
Progress (2): 155 kB | 213/239 kB
Progress (2): 155 kB | 217/239 kB
Progress (2): 155 kB | 221/239 kB
Progress (2): 155 kB | 225/239 kB
Progress (2): 155 kB | 229/239 kB
Progress (2): 155 kB | 233/239 kB
Progress (2): 155 kB | 237/239 kB
Progress (2): 155 kB | 239 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (155 kB at 1.6 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 2.4 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-parent/10.1.0.M2/eclipse-collections-parent-10.1.0.M2.pom
[INFO] 
[INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
[INFO] Building Eclipse Collections Code Generator 10.1.0.M2             [2/10]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.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.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 512 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.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-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 346 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.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/33/maven-plugins-33.pom (11 kB at 822 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 44/62 kB
Progress (1): 48/62 kB
Progress (1): 52/62 kB
Progress (1): 56/62 kB
Progress (1): 60/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 4.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.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-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 384 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.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/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 2.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar
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/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 2.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom (7.3 kB at 522 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.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/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar (28 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom (5.5 kB at 426 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar
Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar (31 kB at 2.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.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/antlr/ST4/4.0.8/ST4-4.0.8.pom (14 kB at 982 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 187 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 945 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
Progress (1): 4.1/168 kB
Progress (1): 7.7/168 kB
Progress (1): 12/168 kB 
Progress (1): 16/168 kB
Progress (1): 20/168 kB
Progress (1): 24/168 kB
Progress (1): 28/168 kB
Progress (1): 32/168 kB
Progress (1): 33/168 kB
Progress (1): 37/168 kB
Progress (1): 41/168 kB
Progress (1): 45/168 kB
Progress (1): 49/168 kB
Progress (1): 53/168 kB
Progress (1): 57/168 kB
Progress (1): 61/168 kB
Progress (1): 65/168 kB
Progress (2): 65/168 kB | 4.1/240 kB
Progress (2): 66/168 kB | 4.1/240 kB
Progress (2): 66/168 kB | 7.7/240 kB
Progress (2): 70/168 kB | 7.7/240 kB
Progress (2): 70/168 kB | 12/240 kB 
Progress (2): 74/168 kB | 12/240 kB
Progress (2): 74/168 kB | 16/240 kB
Progress (2): 78/168 kB | 16/240 kB
Progress (2): 78/168 kB | 20/240 kB
Progress (2): 82/168 kB | 20/240 kB
Progress (2): 82/168 kB | 24/240 kB
Progress (2): 86/168 kB | 24/240 kB
Progress (2): 86/168 kB | 28/240 kB
Progress (2): 90/168 kB | 28/240 kB
Progress (2): 90/168 kB | 32/240 kB
Progress (2): 94/168 kB | 32/240 kB
Progress (2): 94/168 kB | 36/240 kB
Progress (2): 98/168 kB | 36/240 kB
Progress (2): 98/168 kB | 40/240 kB
Progress (2): 98/168 kB | 40/240 kB
Progress (2): 98/168 kB | 44/240 kB
Progress (2): 102/168 kB | 44/240 kB
Progress (2): 102/168 kB | 48/240 kB
Progress (2): 106/168 kB | 48/240 kB
Progress (2): 106/168 kB | 52/240 kB
Progress (2): 110/168 kB | 52/240 kB
Progress (2): 110/168 kB | 56/240 kB
Progress (2): 114/168 kB | 56/240 kB
Progress (2): 114/168 kB | 60/240 kB
Progress (2): 118/168 kB | 60/240 kB
Progress (2): 118/168 kB | 64/240 kB
Progress (2): 122/168 kB | 64/240 kB
Progress (2): 122/168 kB | 68/240 kB
Progress (2): 126/168 kB | 68/240 kB
Progress (2): 126/168 kB | 72/240 kB
Progress (2): 130/168 kB | 72/240 kB
Progress (2): 131/168 kB | 72/240 kB
Progress (2): 131/168 kB | 76/240 kB
Progress (2): 135/168 kB | 76/240 kB
Progress (2): 135/168 kB | 80/240 kB
Progress (2): 139/168 kB | 80/240 kB
Progress (2): 139/168 kB | 84/240 kB
Progress (2): 139/168 kB | 88/240 kB
Progress (2): 143/168 kB | 88/240 kB
Progress (2): 143/168 kB | 92/240 kB
Progress (2): 147/168 kB | 92/240 kB
Progress (2): 147/168 kB | 96/240 kB
Progress (2): 151/168 kB | 96/240 kB
Progress (2): 151/168 kB | 100/240 kB
Progress (2): 155/168 kB | 100/240 kB
Progress (2): 155/168 kB | 104/240 kB
Progress (2): 159/168 kB | 104/240 kB
Progress (2): 159/168 kB | 108/240 kB
Progress (2): 163/168 kB | 108/240 kB
Progress (2): 163/168 kB | 112/240 kB
Progress (2): 167/168 kB | 112/240 kB
Progress (2): 167/168 kB | 116/240 kB
Progress (2): 168 kB | 116/240 kB    
Progress (2): 168 kB | 120/240 kB
Progress (2): 168 kB | 124/240 kB
Progress (2): 168 kB | 128/240 kB
Progress (2): 168 kB | 132/240 kB
Progress (2): 168 kB | 136/240 kB
Progress (2): 168 kB | 140/240 kB
Progress (2): 168 kB | 144/240 kB
Progress (2): 168 kB | 148/240 kB
Progress (2): 168 kB | 152/240 kB
Progress (2): 168 kB | 156/240 kB
Progress (2): 168 kB | 160/240 kB
Progress (2): 168 kB | 164/240 kB
Progress (2): 168 kB | 168/240 kB
Progress (2): 168 kB | 172/240 kB
Progress (2): 168 kB | 176/240 kB
Progress (2): 168 kB | 180/240 kB
Progress (2): 168 kB | 184/240 kB
Progress (2): 168 kB | 188/240 kB
Progress (2): 168 kB | 192/240 kB
Progress (2): 168 kB | 196/240 kB
Progress (2): 168 kB | 200/240 kB
Progress (2): 168 kB | 204/240 kB
Progress (2): 168 kB | 208/240 kB
Progress (2): 168 kB | 212/240 kB
Progress (2): 168 kB | 216/240 kB
Progress (2): 168 kB | 220/240 kB
Progress (2): 168 kB | 224/240 kB
Progress (2): 168 kB | 228/240 kB
Progress (2): 168 kB | 232/240 kB
Progress (2): 168 kB | 236/240 kB
Progress (2): 168 kB | 240 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 7.3 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar (240 kB at 8.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 406 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 128 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 218 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
Progress (1): 4.1/79 kB
Progress (2): 4.1/79 kB | 4.1/51 kB
Progress (2): 7.7/79 kB | 4.1/51 kB
Progress (2): 7.7/79 kB | 7.7/51 kB
Progress (2): 12/79 kB | 7.7/51 kB 
Progress (2): 12/79 kB | 12/51 kB 
Progress (2): 16/79 kB | 12/51 kB
Progress (2): 16/79 kB | 16/51 kB
Progress (2): 20/79 kB | 16/51 kB
Progress (2): 20/79 kB | 20/51 kB
Progress (2): 24/79 kB | 20/51 kB
Progress (2): 24/79 kB | 24/51 kB
Progress (2): 28/79 kB | 24/51 kB
Progress (2): 28/79 kB | 28/51 kB
Progress (2): 32/79 kB | 28/51 kB
Progress (2): 32/79 kB | 32/51 kB
Progress (2): 33/79 kB | 32/51 kB
Progress (2): 33/79 kB | 36/51 kB
Progress (3): 33/79 kB | 36/51 kB | 4.1/155 kB
Progress (3): 37/79 kB | 36/51 kB | 4.1/155 kB
Progress (3): 37/79 kB | 40/51 kB | 4.1/155 kB
Progress (3): 41/79 kB | 40/51 kB | 4.1/155 kB
Progress (3): 41/79 kB | 40/51 kB | 7.7/155 kB
Progress (3): 41/79 kB | 44/51 kB | 7.7/155 kB
Progress (3): 45/79 kB | 44/51 kB | 7.7/155 kB
Progress (3): 45/79 kB | 48/51 kB | 7.7/155 kB
Progress (3): 45/79 kB | 48/51 kB | 12/155 kB 
Progress (3): 45/79 kB | 51 kB | 12/155 kB   
Progress (3): 49/79 kB | 51 kB | 12/155 kB
Progress (3): 49/79 kB | 51 kB | 16/155 kB
Progress (3): 53/79 kB | 51 kB | 16/155 kB
Progress (3): 53/79 kB | 51 kB | 20/155 kB
Progress (3): 57/79 kB | 51 kB | 20/155 kB
Progress (3): 57/79 kB | 51 kB | 24/155 kB
Progress (3): 61/79 kB | 51 kB | 24/155 kB
Progress (3): 65/79 kB | 51 kB | 24/155 kB
Progress (3): 65/79 kB | 51 kB | 28/155 kB
Progress (3): 69/79 kB | 51 kB | 28/155 kB
Progress (3): 69/79 kB | 51 kB | 32/155 kB
Progress (3): 73/79 kB | 51 kB | 32/155 kB
Progress (3): 73/79 kB | 51 kB | 36/155 kB
Progress (3): 77/79 kB | 51 kB | 36/155 kB
Progress (3): 77/79 kB | 51 kB | 40/155 kB
Progress (3): 79 kB | 51 kB | 40/155 kB   
Progress (3): 79 kB | 51 kB | 44/155 kB
Progress (3): 79 kB | 51 kB | 48/155 kB
Progress (3): 79 kB | 51 kB | 52/155 kB
Progress (3): 79 kB | 51 kB | 56/155 kB
Progress (3): 79 kB | 51 kB | 60/155 kB
Progress (3): 79 kB | 51 kB | 64/155 kB
Progress (3): 79 kB | 51 kB | 66/155 kB
Progress (3): 79 kB | 51 kB | 70/155 kB
Progress (3): 79 kB | 51 kB | 74/155 kB
Progress (3): 79 kB | 51 kB | 78/155 kB
Progress (3): 79 kB | 51 kB | 82/155 kB
Progress (3): 79 kB | 51 kB | 86/155 kB
Progress (3): 79 kB | 51 kB | 90/155 kB
Progress (3): 79 kB | 51 kB | 94/155 kB
Progress (3): 79 kB | 51 kB | 98/155 kB
Progress (3): 79 kB | 51 kB | 98/155 kB
Progress (3): 79 kB | 51 kB | 102/155 kB
Progress (3): 79 kB | 51 kB | 106/155 kB
Progress (3): 79 kB | 51 kB | 110/155 kB
Progress (3): 79 kB | 51 kB | 114/155 kB
Progress (3): 79 kB | 51 kB | 118/155 kB
Progress (3): 79 kB | 51 kB | 122/155 kB
Progress (3): 79 kB | 51 kB | 126/155 kB
Progress (3): 79 kB | 51 kB | 130/155 kB
Progress (3): 79 kB | 51 kB | 134/155 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 2.5 MB/s)
Progress (2): 79 kB | 138/155 kB
Progress (2): 79 kB | 142/155 kB
Progress (2): 79 kB | 146/155 kB
Progress (2): 79 kB | 150/155 kB
Progress (2): 79 kB | 154/155 kB
Progress (2): 79 kB | 155 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 3.8 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 5.7 MB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 353 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 339 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 895 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 151 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 86 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 609 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 230 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 167 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 131 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 172 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 105 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 368 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 380 kB/s)
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 2.3 MB/s)
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 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 365 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 318 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 245 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Progress (1): 867 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 67 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 464 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 221 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Progress (1): 692 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 53 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Progress (1): 771 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 59 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
Progress (2): 14 kB | 4.1/111 kB
Progress (2): 14 kB | 7.7/111 kB
Progress (3): 14 kB | 7.7/111 kB | 4.1/317 kB
Progress (3): 14 kB | 12/111 kB | 4.1/317 kB 
Progress (3): 14 kB | 12/111 kB | 7.7/317 kB
Progress (3): 14 kB | 16/111 kB | 7.7/317 kB
Progress (3): 14 kB | 16/111 kB | 12/317 kB 
Progress (3): 14 kB | 20/111 kB | 12/317 kB
Progress (3): 14 kB | 20/111 kB | 16/317 kB
Progress (3): 14 kB | 24/111 kB | 16/317 kB
Progress (3): 14 kB | 24/111 kB | 20/317 kB
Progress (3): 14 kB | 28/111 kB | 20/317 kB
Progress (3): 14 kB | 28/111 kB | 24/317 kB
Progress (3): 14 kB | 32/111 kB | 24/317 kB
Progress (3): 14 kB | 33/111 kB | 24/317 kB
Progress (3): 14 kB | 33/111 kB | 28/317 kB
Progress (3): 14 kB | 33/111 kB | 32/317 kB
Progress (3): 14 kB | 33/111 kB | 36/317 kB
Progress (3): 14 kB | 33/111 kB | 40/317 kB
Progress (3): 14 kB | 33/111 kB | 44/317 kB
Progress (3): 14 kB | 33/111 kB | 48/317 kB
Progress (4): 14 kB | 33/111 kB | 48/317 kB | 4.1/39 kB
Progress (4): 14 kB | 33/111 kB | 52/317 kB | 4.1/39 kB
Progress (4): 14 kB | 33/111 kB | 52/317 kB | 7.7/39 kB
Progress (4): 14 kB | 33/111 kB | 56/317 kB | 7.7/39 kB
Progress (4): 14 kB | 33/111 kB | 56/317 kB | 12/39 kB 
Progress (4): 14 kB | 37/111 kB | 56/317 kB | 12/39 kB
Progress (4): 14 kB | 37/111 kB | 56/317 kB | 16/39 kB
Progress (4): 14 kB | 41/111 kB | 56/317 kB | 16/39 kB
Progress (4): 14 kB | 41/111 kB | 60/317 kB | 16/39 kB
Progress (4): 14 kB | 45/111 kB | 60/317 kB | 16/39 kB
Progress (4): 14 kB | 45/111 kB | 60/317 kB | 20/39 kB
Progress (4): 14 kB | 49/111 kB | 60/317 kB | 20/39 kB
Progress (4): 14 kB | 49/111 kB | 64/317 kB | 20/39 kB
Progress (4): 14 kB | 53/111 kB | 64/317 kB | 20/39 kB
Progress (4): 14 kB | 53/111 kB | 64/317 kB | 24/39 kB
Progress (4): 14 kB | 57/111 kB | 64/317 kB | 24/39 kB
Progress (4): 14 kB | 57/111 kB | 68/317 kB | 24/39 kB
Progress (5): 14 kB | 57/111 kB | 68/317 kB | 24/39 kB | 4.1/27 kB
Progress (5): 14 kB | 61/111 kB | 68/317 kB | 24/39 kB | 4.1/27 kB
Progress (5): 14 kB | 61/111 kB | 72/317 kB | 24/39 kB | 4.1/27 kB
Progress (5): 14 kB | 61/111 kB | 72/317 kB | 28/39 kB | 4.1/27 kB
Progress (5): 14 kB | 61/111 kB | 76/317 kB | 28/39 kB | 4.1/27 kB
Progress (5): 14 kB | 65/111 kB | 76/317 kB | 28/39 kB | 4.1/27 kB
Progress (5): 14 kB | 65/111 kB | 76/317 kB | 28/39 kB | 7.7/27 kB
Progress (5): 14 kB | 69/111 kB | 76/317 kB | 28/39 kB | 7.7/27 kB
Progress (5): 14 kB | 69/111 kB | 80/317 kB | 28/39 kB | 7.7/27 kB
Progress (5): 14 kB | 69/111 kB | 80/317 kB | 32/39 kB | 7.7/27 kB
Progress (5): 14 kB | 69/111 kB | 84/317 kB | 32/39 kB | 7.7/27 kB
Progress (5): 14 kB | 73/111 kB | 84/317 kB | 32/39 kB | 7.7/27 kB
Progress (5): 14 kB | 73/111 kB | 84/317 kB | 32/39 kB | 12/27 kB 
Progress (5): 14 kB | 77/111 kB | 84/317 kB | 32/39 kB | 12/27 kB
Progress (5): 14 kB | 77/111 kB | 88/317 kB | 32/39 kB | 12/27 kB
Progress (5): 14 kB | 77/111 kB | 88/317 kB | 36/39 kB | 12/27 kB
Progress (5): 14 kB | 77/111 kB | 92/317 kB | 36/39 kB | 12/27 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 564 kB/s)
Progress (4): 81/111 kB | 92/317 kB | 36/39 kB | 12/27 kB
Progress (4): 81/111 kB | 92/317 kB | 36/39 kB | 16/27 kB
Progress (4): 85/111 kB | 92/317 kB | 36/39 kB | 16/27 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Progress (4): 85/111 kB | 96/317 kB | 36/39 kB | 16/27 kB
Progress (4): 85/111 kB | 96/317 kB | 39 kB | 16/27 kB   
Progress (4): 85/111 kB | 100/317 kB | 39 kB | 16/27 kB
Progress (4): 89/111 kB | 100/317 kB | 39 kB | 16/27 kB
Progress (4): 89/111 kB | 100/317 kB | 39 kB | 20/27 kB
Progress (4): 89/111 kB | 104/317 kB | 39 kB | 20/27 kB
Progress (4): 89/111 kB | 104/317 kB | 39 kB | 24/27 kB
Progress (4): 93/111 kB | 104/317 kB | 39 kB | 24/27 kB
Progress (4): 93/111 kB | 104/317 kB | 39 kB | 27 kB   
Progress (4): 93/111 kB | 108/317 kB | 39 kB | 27 kB
Progress (4): 97/111 kB | 108/317 kB | 39 kB | 27 kB
Progress (4): 97/111 kB | 112/317 kB | 39 kB | 27 kB
Progress (4): 101/111 kB | 112/317 kB | 39 kB | 27 kB
Progress (4): 101/111 kB | 116/317 kB | 39 kB | 27 kB
Progress (4): 105/111 kB | 116/317 kB | 39 kB | 27 kB
Progress (4): 105/111 kB | 120/317 kB | 39 kB | 27 kB
Progress (4): 109/111 kB | 120/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 120/317 kB | 39 kB | 27 kB    
Progress (4): 111 kB | 124/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 128/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 132/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 136/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 140/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 144/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 148/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 152/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 156/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 160/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 164/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 168/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 172/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 176/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 180/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 184/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 188/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 192/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 196/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 200/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 204/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 208/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 212/317 kB | 39 kB | 27 kB
Progress (4): 111 kB | 216/317 kB | 39 kB | 27 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 1.2 MB/s)
Progress (3): 111 kB | 220/317 kB | 27 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Progress (3): 111 kB | 224/317 kB | 27 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 821 kB/s)
Progress (2): 111 kB | 228/317 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 3.3 MB/s)
Progress (1): 232/317 kB
Progress (2): 232/317 kB | 4.1/4.7 kB
Progress (2): 232/317 kB | 4.7 kB    
Progress (2): 236/317 kB | 4.7 kB
Progress (2): 240/317 kB | 4.7 kB
Progress (2): 244/317 kB | 4.7 kB
Progress (2): 248/317 kB | 4.7 kB
Progress (2): 252/317 kB | 4.7 kB
Progress (2): 256/317 kB | 4.7 kB
Progress (2): 260/317 kB | 4.7 kB
Progress (2): 264/317 kB | 4.7 kB
Progress (2): 268/317 kB | 4.7 kB
Progress (2): 272/317 kB | 4.7 kB
Progress (2): 276/317 kB | 4.7 kB
Progress (2): 280/317 kB | 4.7 kB
Progress (2): 284/317 kB | 4.7 kB
Progress (2): 288/317 kB | 4.7 kB
Progress (2): 292/317 kB | 4.7 kB
Progress (2): 296/317 kB | 4.7 kB
Progress (2): 300/317 kB | 4.7 kB
Progress (2): 304/317 kB | 4.7 kB
Progress (2): 308/317 kB | 4.7 kB
Progress (2): 312/317 kB | 4.7 kB
Progress (2): 316/317 kB | 4.7 kB
Progress (2): 317 kB | 4.7 kB    
Progress (3): 317 kB | 4.7 kB | 4.1/21 kB
Progress (3): 317 kB | 4.7 kB | 7.7/21 kB
Progress (3): 317 kB | 4.7 kB | 12/21 kB 
Progress (3): 317 kB | 4.7 kB | 16/21 kB
Progress (3): 317 kB | 4.7 kB | 20/21 kB
Progress (3): 317 kB | 4.7 kB | 21 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 118 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 7.6 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 484 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.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/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 764 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 125 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 272 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 151 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 573 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 257 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar
Progress (1): 4.1/186 kB
Progress (1): 7.7/186 kB
Progress (1): 12/186 kB 
Progress (1): 16/186 kB
Progress (2): 16/186 kB | 4.1/13 kB
Progress (2): 16/186 kB | 7.7/13 kB
Progress (2): 20/186 kB | 7.7/13 kB
Progress (2): 20/186 kB | 12/13 kB 
Progress (2): 24/186 kB | 12/13 kB
Progress (2): 24/186 kB | 13 kB   
Progress (2): 28/186 kB | 13 kB
Progress (2): 32/186 kB | 13 kB
Progress (2): 33/186 kB | 13 kB
Progress (2): 37/186 kB | 13 kB
Progress (2): 41/186 kB | 13 kB
Progress (2): 45/186 kB | 13 kB
Progress (2): 49/186 kB | 13 kB
Progress (2): 53/186 kB | 13 kB
Progress (2): 57/186 kB | 13 kB
Progress (2): 61/186 kB | 13 kB
Progress (2): 65/186 kB | 13 kB
Progress (2): 66/186 kB | 13 kB
Progress (2): 70/186 kB | 13 kB
Progress (2): 74/186 kB | 13 kB
Progress (2): 78/186 kB | 13 kB
Progress (2): 82/186 kB | 13 kB
Progress (2): 86/186 kB | 13 kB
Progress (2): 90/186 kB | 13 kB
Progress (2): 94/186 kB | 13 kB
Progress (2): 98/186 kB | 13 kB
Progress (2): 98/186 kB | 13 kB
Progress (2): 102/186 kB | 13 kB
Progress (2): 106/186 kB | 13 kB
Progress (2): 110/186 kB | 13 kB
Progress (2): 114/186 kB | 13 kB
Progress (2): 118/186 kB | 13 kB
Progress (2): 122/186 kB | 13 kB
Progress (2): 126/186 kB | 13 kB
Progress (2): 130/186 kB | 13 kB
Progress (2): 131/186 kB | 13 kB
Progress (2): 135/186 kB | 13 kB
Progress (2): 139/186 kB | 13 kB
Progress (3): 139/186 kB | 13 kB | 4.1/14 kB
Progress (3): 143/186 kB | 13 kB | 4.1/14 kB
Progress (3): 143/186 kB | 13 kB | 7.7/14 kB
Progress (3): 147/186 kB | 13 kB | 7.7/14 kB
Progress (3): 147/186 kB | 13 kB | 12/14 kB 
Progress (3): 147/186 kB | 13 kB | 14 kB   
Progress (3): 151/186 kB | 13 kB | 14 kB
Progress (3): 155/186 kB | 13 kB | 14 kB
Progress (4): 155/186 kB | 13 kB | 14 kB | 4.1/274 kB
Progress (4): 159/186 kB | 13 kB | 14 kB | 4.1/274 kB
Progress (4): 159/186 kB | 13 kB | 14 kB | 7.7/274 kB
Progress (4): 163/186 kB | 13 kB | 14 kB | 7.7/274 kB
Progress (4): 163/186 kB | 13 kB | 14 kB | 12/274 kB 
Progress (4): 163/186 kB | 13 kB | 14 kB | 16/274 kB
Progress (4): 167/186 kB | 13 kB | 14 kB | 16/274 kB
Progress (4): 167/186 kB | 13 kB | 14 kB | 20/274 kB
Progress (4): 171/186 kB | 13 kB | 14 kB | 20/274 kB
Progress (4): 171/186 kB | 13 kB | 14 kB | 24/274 kB
Progress (4): 175/186 kB | 13 kB | 14 kB | 24/274 kB
Progress (4): 175/186 kB | 13 kB | 14 kB | 28/274 kB
Progress (4): 179/186 kB | 13 kB | 14 kB | 28/274 kB
Progress (4): 179/186 kB | 13 kB | 14 kB | 32/274 kB
Progress (4): 179/186 kB | 13 kB | 14 kB | 33/274 kB
Progress (4): 183/186 kB | 13 kB | 14 kB | 33/274 kB
Progress (4): 183/186 kB | 13 kB | 14 kB | 37/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 37/274 kB    
Progress (4): 186 kB | 13 kB | 14 kB | 41/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 45/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 49/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 53/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 57/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 61/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 65/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 66/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 70/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 74/274 kB
Progress (4): 186 kB | 13 kB | 14 kB | 78/274 kB
Progress (5): 186 kB | 13 kB | 14 kB | 78/274 kB | 4.1/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 82/274 kB | 4.1/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 82/274 kB | 7.7/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 86/274 kB | 7.7/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 86/274 kB | 12/528 kB 
Progress (5): 186 kB | 13 kB | 14 kB | 90/274 kB | 12/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 90/274 kB | 16/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 94/274 kB | 16/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 94/274 kB | 20/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 20/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 24/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 24/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 28/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 32/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 36/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 40/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 44/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 48/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 98/274 kB | 52/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 102/274 kB | 52/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 102/274 kB | 56/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 106/274 kB | 56/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 106/274 kB | 60/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 110/274 kB | 60/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 110/274 kB | 64/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 114/274 kB | 64/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 114/274 kB | 68/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 118/274 kB | 68/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 118/274 kB | 72/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 122/274 kB | 72/528 kB
Progress (5): 186 kB | 13 kB | 14 kB | 122/274 kB | 76/528 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 460 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Progress (4): 186 kB | 13 kB | 126/274 kB | 76/528 kB
Progress (4): 186 kB | 13 kB | 126/274 kB | 80/528 kB
Progress (4): 186 kB | 13 kB | 130/274 kB | 80/528 kB
Progress (4): 186 kB | 13 kB | 130/274 kB | 84/528 kB
Progress (4): 186 kB | 13 kB | 131/274 kB | 84/528 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 5.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Progress (3): 13 kB | 131/274 kB | 88/528 kB
Progress (3): 13 kB | 135/274 kB | 88/528 kB
Progress (3): 13 kB | 135/274 kB | 92/528 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 381 kB/s)
Progress (2): 135/274 kB | 96/528 kB
Progress (2): 139/274 kB | 96/528 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
Progress (2): 143/274 kB | 96/528 kB
Progress (2): 143/274 kB | 100/528 kB
Progress (2): 147/274 kB | 100/528 kB
Progress (2): 147/274 kB | 104/528 kB
Progress (2): 151/274 kB | 104/528 kB
Progress (3): 151/274 kB | 104/528 kB | 4.1/228 kB
Progress (3): 151/274 kB | 108/528 kB | 4.1/228 kB
Progress (3): 151/274 kB | 108/528 kB | 7.7/228 kB
Progress (4): 151/274 kB | 108/528 kB | 7.7/228 kB | 4.1/39 kB
Progress (4): 155/274 kB | 108/528 kB | 7.7/228 kB | 4.1/39 kB
Progress (4): 155/274 kB | 108/528 kB | 7.7/228 kB | 7.7/39 kB
Progress (4): 155/274 kB | 108/528 kB | 12/228 kB | 7.7/39 kB 
Progress (4): 155/274 kB | 112/528 kB | 12/228 kB | 7.7/39 kB
Progress (5): 155/274 kB | 112/528 kB | 12/228 kB | 7.7/39 kB | 4.1/315 kB
Progress (5): 155/274 kB | 112/528 kB | 12/228 kB | 12/39 kB | 4.1/315 kB 
Progress (5): 155/274 kB | 112/528 kB | 16/228 kB | 12/39 kB | 4.1/315 kB
Progress (5): 159/274 kB | 112/528 kB | 16/228 kB | 12/39 kB | 4.1/315 kB
Progress (5): 159/274 kB | 112/528 kB | 20/228 kB | 12/39 kB | 4.1/315 kB
Progress (5): 159/274 kB | 112/528 kB | 20/228 kB | 16/39 kB | 4.1/315 kB
Progress (5): 159/274 kB | 112/528 kB | 20/228 kB | 16/39 kB | 7.7/315 kB
Progress (5): 159/274 kB | 116/528 kB | 20/228 kB | 16/39 kB | 7.7/315 kB
Progress (5): 159/274 kB | 116/528 kB | 20/228 kB | 20/39 kB | 7.7/315 kB
Progress (5): 159/274 kB | 116/528 kB | 24/228 kB | 20/39 kB | 7.7/315 kB
Progress (5): 163/274 kB | 116/528 kB | 24/228 kB | 20/39 kB | 7.7/315 kB
Progress (5): 163/274 kB | 116/528 kB | 28/228 kB | 20/39 kB | 7.7/315 kB
Progress (5): 163/274 kB | 116/528 kB | 28/228 kB | 24/39 kB | 7.7/315 kB
Progress (5): 163/274 kB | 120/528 kB | 28/228 kB | 24/39 kB | 7.7/315 kB
Progress (5): 163/274 kB | 120/528 kB | 28/228 kB | 28/39 kB | 7.7/315 kB
Progress (5): 163/274 kB | 120/528 kB | 28/228 kB | 28/39 kB | 12/315 kB 
Progress (5): 163/274 kB | 120/528 kB | 28/228 kB | 32/39 kB | 12/315 kB
Progress (5): 163/274 kB | 124/528 kB | 28/228 kB | 32/39 kB | 12/315 kB
Progress (5): 163/274 kB | 124/528 kB | 32/228 kB | 32/39 kB | 12/315 kB
Progress (5): 164/274 kB | 124/528 kB | 32/228 kB | 32/39 kB | 12/315 kB
Progress (5): 164/274 kB | 124/528 kB | 33/228 kB | 32/39 kB | 12/315 kB
Progress (5): 164/274 kB | 128/528 kB | 33/228 kB | 32/39 kB | 12/315 kB
Progress (5): 164/274 kB | 128/528 kB | 33/228 kB | 36/39 kB | 12/315 kB
Progress (5): 164/274 kB | 128/528 kB | 33/228 kB | 36/39 kB | 16/315 kB
Progress (5): 164/274 kB | 128/528 kB | 33/228 kB | 39 kB | 16/315 kB   
Progress (5): 164/274 kB | 132/528 kB | 33/228 kB | 39 kB | 16/315 kB
Progress (5): 164/274 kB | 132/528 kB | 37/228 kB | 39 kB | 16/315 kB
Progress (5): 168/274 kB | 132/528 kB | 37/228 kB | 39 kB | 16/315 kB
Progress (5): 168/274 kB | 132/528 kB | 41/228 kB | 39 kB | 16/315 kB
Progress (5): 168/274 kB | 136/528 kB | 41/228 kB | 39 kB | 16/315 kB
Progress (5): 168/274 kB | 136/528 kB | 41/228 kB | 39 kB | 20/315 kB
Progress (5): 168/274 kB | 140/528 kB | 41/228 kB | 39 kB | 20/315 kB
Progress (5): 168/274 kB | 140/528 kB | 45/228 kB | 39 kB | 20/315 kB
Progress (5): 168/274 kB | 140/528 kB | 49/228 kB | 39 kB | 20/315 kB
Progress (5): 172/274 kB | 140/528 kB | 49/228 kB | 39 kB | 20/315 kB
Progress (5): 172/274 kB | 140/528 kB | 53/228 kB | 39 kB | 20/315 kB
Progress (5): 172/274 kB | 144/528 kB | 53/228 kB | 39 kB | 20/315 kB
Progress (5): 172/274 kB | 144/528 kB | 53/228 kB | 39 kB | 24/315 kB
Progress (5): 172/274 kB | 148/528 kB | 53/228 kB | 39 kB | 24/315 kB
Progress (5): 172/274 kB | 148/528 kB | 57/228 kB | 39 kB | 24/315 kB
Progress (5): 176/274 kB | 148/528 kB | 57/228 kB | 39 kB | 24/315 kB
Progress (5): 176/274 kB | 148/528 kB | 61/228 kB | 39 kB | 24/315 kB
Progress (5): 176/274 kB | 152/528 kB | 61/228 kB | 39 kB | 24/315 kB
Progress (5): 176/274 kB | 152/528 kB | 61/228 kB | 39 kB | 28/315 kB
Progress (5): 176/274 kB | 156/528 kB | 61/228 kB | 39 kB | 28/315 kB
Progress (5): 176/274 kB | 156/528 kB | 65/228 kB | 39 kB | 28/315 kB
Progress (5): 180/274 kB | 156/528 kB | 65/228 kB | 39 kB | 28/315 kB
Progress (5): 180/274 kB | 156/528 kB | 66/228 kB | 39 kB | 28/315 kB
Progress (5): 180/274 kB | 160/528 kB | 66/228 kB | 39 kB | 28/315 kB
Progress (5): 180/274 kB | 160/528 kB | 70/228 kB | 39 kB | 28/315 kB
Progress (5): 180/274 kB | 160/528 kB | 70/228 kB | 39 kB | 32/315 kB
Progress (5): 180/274 kB | 160/528 kB | 74/228 kB | 39 kB | 32/315 kB
Progress (5): 180/274 kB | 164/528 kB | 74/228 kB | 39 kB | 32/315 kB
Progress (5): 184/274 kB | 164/528 kB | 74/228 kB | 39 kB | 32/315 kB
Progress (5): 184/274 kB | 168/528 kB | 74/228 kB | 39 kB | 32/315 kB
Progress (5): 184/274 kB | 168/528 kB | 78/228 kB | 39 kB | 32/315 kB
Progress (5): 184/274 kB | 168/528 kB | 78/228 kB | 39 kB | 33/315 kB
Progress (5): 184/274 kB | 168/528 kB | 82/228 kB | 39 kB | 33/315 kB
Progress (5): 184/274 kB | 168/528 kB | 82/228 kB | 39 kB | 37/315 kB
Progress (5): 184/274 kB | 172/528 kB | 82/228 kB | 39 kB | 37/315 kB
Progress (5): 188/274 kB | 172/528 kB | 82/228 kB | 39 kB | 37/315 kB
Progress (5): 188/274 kB | 176/528 kB | 82/228 kB | 39 kB | 37/315 kB
Progress (5): 188/274 kB | 176/528 kB | 82/228 kB | 39 kB | 41/315 kB
Progress (5): 188/274 kB | 176/528 kB | 86/228 kB | 39 kB | 41/315 kB
Progress (5): 188/274 kB | 180/528 kB | 86/228 kB | 39 kB | 41/315 kB
Progress (5): 192/274 kB | 180/528 kB | 86/228 kB | 39 kB | 41/315 kB
Progress (5): 192/274 kB | 184/528 kB | 86/228 kB | 39 kB | 41/315 kB
Progress (5): 192/274 kB | 184/528 kB | 90/228 kB | 39 kB | 41/315 kB
Progress (5): 192/274 kB | 184/528 kB | 90/228 kB | 39 kB | 45/315 kB
Progress (5): 192/274 kB | 184/528 kB | 94/228 kB | 39 kB | 45/315 kB
Progress (5): 192/274 kB | 188/528 kB | 94/228 kB | 39 kB | 45/315 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 462 kB/s)
Progress (4): 196/274 kB | 188/528 kB | 94/228 kB | 45/315 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Progress (4): 196/274 kB | 192/528 kB | 94/228 kB | 45/315 kB
Progress (4): 196/274 kB | 192/528 kB | 98/228 kB | 45/315 kB
Progress (4): 196/274 kB | 192/528 kB | 98/228 kB | 49/315 kB
Progress (4): 196/274 kB | 196/528 kB | 98/228 kB | 49/315 kB
Progress (4): 196/274 kB | 196/528 kB | 98/228 kB | 49/315 kB
Progress (4): 197/274 kB | 196/528 kB | 98/228 kB | 49/315 kB
Progress (4): 197/274 kB | 196/528 kB | 102/228 kB | 49/315 kB
Progress (4): 197/274 kB | 200/528 kB | 102/228 kB | 49/315 kB
Progress (4): 197/274 kB | 200/528 kB | 102/228 kB | 53/315 kB
Progress (4): 197/274 kB | 200/528 kB | 106/228 kB | 53/315 kB
Progress (4): 201/274 kB | 200/528 kB | 106/228 kB | 53/315 kB
Progress (4): 201/274 kB | 200/528 kB | 110/228 kB | 53/315 kB
Progress (4): 201/274 kB | 200/528 kB | 110/228 kB | 57/315 kB
Progress (4): 201/274 kB | 204/528 kB | 110/228 kB | 57/315 kB
Progress (4): 201/274 kB | 204/528 kB | 110/228 kB | 61/315 kB
Progress (4): 201/274 kB | 204/528 kB | 114/228 kB | 61/315 kB
Progress (4): 205/274 kB | 204/528 kB | 114/228 kB | 61/315 kB
Progress (4): 205/274 kB | 204/528 kB | 118/228 kB | 61/315 kB
Progress (4): 205/274 kB | 204/528 kB | 118/228 kB | 65/315 kB
Progress (4): 205/274 kB | 208/528 kB | 118/228 kB | 65/315 kB
Progress (4): 205/274 kB | 208/528 kB | 118/228 kB | 66/315 kB
Progress (4): 205/274 kB | 208/528 kB | 122/228 kB | 66/315 kB
Progress (4): 209/274 kB | 208/528 kB | 122/228 kB | 66/315 kB
Progress (4): 209/274 kB | 208/528 kB | 126/228 kB | 66/315 kB
Progress (4): 209/274 kB | 208/528 kB | 126/228 kB | 70/315 kB
Progress (4): 209/274 kB | 212/528 kB | 126/228 kB | 70/315 kB
Progress (4): 209/274 kB | 212/528 kB | 126/228 kB | 74/315 kB
Progress (4): 209/274 kB | 212/528 kB | 130/228 kB | 74/315 kB
Progress (4): 209/274 kB | 212/528 kB | 130/228 kB | 78/315 kB
Progress (4): 213/274 kB | 212/528 kB | 130/228 kB | 78/315 kB
Progress (4): 213/274 kB | 212/528 kB | 130/228 kB | 82/315 kB
Progress (4): 213/274 kB | 212/528 kB | 131/228 kB | 82/315 kB
Progress (4): 213/274 kB | 216/528 kB | 131/228 kB | 82/315 kB
Progress (4): 213/274 kB | 216/528 kB | 135/228 kB | 82/315 kB
Progress (4): 213/274 kB | 216/528 kB | 135/228 kB | 86/315 kB
Progress (4): 217/274 kB | 216/528 kB | 135/228 kB | 86/315 kB
Progress (4): 217/274 kB | 216/528 kB | 135/228 kB | 90/315 kB
Progress (4): 217/274 kB | 216/528 kB | 139/228 kB | 90/315 kB
Progress (4): 217/274 kB | 220/528 kB | 139/228 kB | 90/315 kB
Progress (4): 217/274 kB | 220/528 kB | 143/228 kB | 90/315 kB
Progress (4): 217/274 kB | 220/528 kB | 143/228 kB | 94/315 kB
Progress (4): 221/274 kB | 220/528 kB | 143/228 kB | 94/315 kB
Progress (4): 221/274 kB | 220/528 kB | 143/228 kB | 98/315 kB
Progress (4): 225/274 kB | 220/528 kB | 143/228 kB | 98/315 kB
Progress (4): 225/274 kB | 220/528 kB | 147/228 kB | 98/315 kB
Progress (4): 225/274 kB | 224/528 kB | 147/228 kB | 98/315 kB
Progress (4): 225/274 kB | 224/528 kB | 151/228 kB | 98/315 kB
Progress (4): 225/274 kB | 228/528 kB | 151/228 kB | 98/315 kB
Progress (4): 229/274 kB | 228/528 kB | 151/228 kB | 98/315 kB
Progress (4): 229/274 kB | 228/528 kB | 151/228 kB | 98/315 kB
Progress (4): 229/274 kB | 228/528 kB | 151/228 kB | 98/315 kB
Progress (4): 229/274 kB | 232/528 kB | 151/228 kB | 98/315 kB
Progress (4): 229/274 kB | 232/528 kB | 155/228 kB | 98/315 kB
Progress (5): 229/274 kB | 232/528 kB | 155/228 kB | 98/315 kB | 4.1/178 kB
Progress (5): 233/274 kB | 232/528 kB | 155/228 kB | 98/315 kB | 4.1/178 kB
Progress (5): 233/274 kB | 232/528 kB | 155/228 kB | 102/315 kB | 4.1/178 kB
Progress (5): 237/274 kB | 232/528 kB | 155/228 kB | 102/315 kB | 4.1/178 kB
Progress (5): 237/274 kB | 232/528 kB | 155/228 kB | 102/315 kB | 7.7/178 kB
Progress (5): 237/274 kB | 232/528 kB | 159/228 kB | 102/315 kB | 7.7/178 kB
Progress (5): 237/274 kB | 236/528 kB | 159/228 kB | 102/315 kB | 7.7/178 kB
Progress (5): 237/274 kB | 236/528 kB | 163/228 kB | 102/315 kB | 7.7/178 kB
Progress (5): 237/274 kB | 236/528 kB | 163/228 kB | 102/315 kB | 12/178 kB 
Progress (5): 241/274 kB | 236/528 kB | 163/228 kB | 102/315 kB | 12/178 kB
Progress (5): 241/274 kB | 236/528 kB | 163/228 kB | 106/315 kB | 12/178 kB
Progress (5): 245/274 kB | 236/528 kB | 163/228 kB | 106/315 kB | 12/178 kB
Progress (5): 245/274 kB | 236/528 kB | 163/228 kB | 110/315 kB | 12/178 kB
Progress (5): 245/274 kB | 236/528 kB | 163/228 kB | 110/315 kB | 16/178 kB
Progress (5): 245/274 kB | 236/528 kB | 164/228 kB | 110/315 kB | 16/178 kB
Progress (5): 245/274 kB | 240/528 kB | 164/228 kB | 110/315 kB | 16/178 kB
Progress (5): 245/274 kB | 240/528 kB | 168/228 kB | 110/315 kB | 16/178 kB
Progress (5): 245/274 kB | 240/528 kB | 168/228 kB | 110/315 kB | 20/178 kB
Progress (5): 245/274 kB | 240/528 kB | 168/228 kB | 114/315 kB | 20/178 kB
Progress (5): 249/274 kB | 240/528 kB | 168/228 kB | 114/315 kB | 20/178 kB
Progress (5): 249/274 kB | 240/528 kB | 168/228 kB | 118/315 kB | 20/178 kB
Progress (5): 249/274 kB | 240/528 kB | 168/228 kB | 118/315 kB | 24/178 kB
Progress (5): 249/274 kB | 240/528 kB | 172/228 kB | 118/315 kB | 24/178 kB
Progress (5): 249/274 kB | 244/528 kB | 172/228 kB | 118/315 kB | 24/178 kB
Progress (5): 249/274 kB | 244/528 kB | 176/228 kB | 118/315 kB | 24/178 kB
Progress (5): 249/274 kB | 244/528 kB | 176/228 kB | 118/315 kB | 28/178 kB
Progress (5): 249/274 kB | 244/528 kB | 176/228 kB | 122/315 kB | 28/178 kB
Progress (5): 253/274 kB | 244/528 kB | 176/228 kB | 122/315 kB | 28/178 kB
Progress (5): 253/274 kB | 244/528 kB | 176/228 kB | 126/315 kB | 28/178 kB
Progress (5): 253/274 kB | 244/528 kB | 176/228 kB | 126/315 kB | 32/178 kB
Progress (5): 253/274 kB | 244/528 kB | 180/228 kB | 126/315 kB | 32/178 kB
Progress (5): 253/274 kB | 248/528 kB | 180/228 kB | 126/315 kB | 32/178 kB
Progress (5): 253/274 kB | 248/528 kB | 184/228 kB | 126/315 kB | 32/178 kB
Progress (5): 253/274 kB | 248/528 kB | 184/228 kB | 126/315 kB | 33/178 kB
Progress (5): 253/274 kB | 248/528 kB | 184/228 kB | 130/315 kB | 33/178 kB
Progress (5): 257/274 kB | 248/528 kB | 184/228 kB | 130/315 kB | 33/178 kB
Progress (5): 257/274 kB | 248/528 kB | 184/228 kB | 130/315 kB | 37/178 kB
Progress (5): 257/274 kB | 248/528 kB | 184/228 kB | 131/315 kB | 37/178 kB
Progress (5): 257/274 kB | 248/528 kB | 188/228 kB | 131/315 kB | 37/178 kB
Progress (5): 257/274 kB | 252/528 kB | 188/228 kB | 131/315 kB | 37/178 kB
Progress (5): 257/274 kB | 252/528 kB | 192/228 kB | 131/315 kB | 37/178 kB
Progress (5): 257/274 kB | 252/528 kB | 192/228 kB | 135/315 kB | 37/178 kB
Progress (5): 257/274 kB | 252/528 kB | 192/228 kB | 135/315 kB | 41/178 kB
Progress (5): 261/274 kB | 252/528 kB | 192/228 kB | 135/315 kB | 41/178 kB
Progress (5): 261/274 kB | 252/528 kB | 192/228 kB | 139/315 kB | 41/178 kB
Progress (5): 261/274 kB | 252/528 kB | 196/228 kB | 139/315 kB | 41/178 kB
Progress (5): 261/274 kB | 256/528 kB | 196/228 kB | 139/315 kB | 41/178 kB
Progress (5): 261/274 kB | 256/528 kB | 200/228 kB | 139/315 kB | 41/178 kB
Progress (5): 261/274 kB | 256/528 kB | 200/228 kB | 143/315 kB | 41/178 kB
Progress (5): 265/274 kB | 256/528 kB | 200/228 kB | 143/315 kB | 41/178 kB
Progress (5): 265/274 kB | 256/528 kB | 200/228 kB | 143/315 kB | 45/178 kB
Progress (5): 269/274 kB | 256/528 kB | 200/228 kB | 143/315 kB | 45/178 kB
Progress (5): 269/274 kB | 256/528 kB | 200/228 kB | 147/315 kB | 45/178 kB
Progress (5): 269/274 kB | 256/528 kB | 204/228 kB | 147/315 kB | 45/178 kB
Progress (5): 269/274 kB | 260/528 kB | 204/228 kB | 147/315 kB | 45/178 kB
Progress (5): 269/274 kB | 260/528 kB | 208/228 kB | 147/315 kB | 45/178 kB
Progress (5): 269/274 kB | 260/528 kB | 208/228 kB | 151/315 kB | 45/178 kB
Progress (5): 273/274 kB | 260/528 kB | 208/228 kB | 151/315 kB | 45/178 kB
Progress (5): 273/274 kB | 260/528 kB | 208/228 kB | 151/315 kB | 49/178 kB
Progress (5): 274 kB | 260/528 kB | 208/228 kB | 151/315 kB | 49/178 kB    
Progress (5): 274 kB | 260/528 kB | 208/228 kB | 155/315 kB | 49/178 kB
Progress (5): 274 kB | 260/528 kB | 212/228 kB | 155/315 kB | 49/178 kB
Progress (5): 274 kB | 264/528 kB | 212/228 kB | 155/315 kB | 49/178 kB
Progress (5): 274 kB | 264/528 kB | 216/228 kB | 155/315 kB | 49/178 kB
Progress (5): 274 kB | 264/528 kB | 216/228 kB | 159/315 kB | 49/178 kB
Progress (5): 274 kB | 264/528 kB | 216/228 kB | 159/315 kB | 53/178 kB
Progress (5): 274 kB | 264/528 kB | 216/228 kB | 163/315 kB | 53/178 kB
Progress (5): 274 kB | 264/528 kB | 220/228 kB | 163/315 kB | 53/178 kB
Progress (5): 274 kB | 268/528 kB | 220/228 kB | 163/315 kB | 53/178 kB
Progress (5): 274 kB | 268/528 kB | 224/228 kB | 163/315 kB | 53/178 kB
Progress (5): 274 kB | 268/528 kB | 224/228 kB | 164/315 kB | 53/178 kB
Progress (5): 274 kB | 268/528 kB | 224/228 kB | 164/315 kB | 57/178 kB
Progress (5): 274 kB | 268/528 kB | 224/228 kB | 168/315 kB | 57/178 kB
Progress (5): 274 kB | 268/528 kB | 224/228 kB | 168/315 kB | 61/178 kB
Progress (5): 274 kB | 268/528 kB | 228/228 kB | 168/315 kB | 61/178 kB
Progress (5): 274 kB | 272/528 kB | 228/228 kB | 168/315 kB | 61/178 kB
Progress (5): 274 kB | 272/528 kB | 228 kB | 168/315 kB | 61/178 kB    
Progress (5): 274 kB | 276/528 kB | 228 kB | 168/315 kB | 61/178 kB
Progress (5): 274 kB | 276/528 kB | 228 kB | 168/315 kB | 65/178 kB
Progress (5): 274 kB | 276/528 kB | 228 kB | 172/315 kB | 65/178 kB
Progress (5): 274 kB | 276/528 kB | 228 kB | 172/315 kB | 66/178 kB
Progress (5): 274 kB | 280/528 kB | 228 kB | 172/315 kB | 66/178 kB
Progress (5): 274 kB | 280/528 kB | 228 kB | 172/315 kB | 70/178 kB
Progress (5): 274 kB | 280/528 kB | 228 kB | 176/315 kB | 70/178 kB
Progress (5): 274 kB | 280/528 kB | 228 kB | 176/315 kB | 74/178 kB
Progress (5): 274 kB | 284/528 kB | 228 kB | 176/315 kB | 74/178 kB
Progress (5): 274 kB | 284/528 kB | 228 kB | 176/315 kB | 78/178 kB
Progress (5): 274 kB | 284/528 kB | 228 kB | 180/315 kB | 78/178 kB
Progress (5): 274 kB | 284/528 kB | 228 kB | 180/315 kB | 82/178 kB
Progress (5): 274 kB | 288/528 kB | 228 kB | 180/315 kB | 82/178 kB
Progress (5): 274 kB | 288/528 kB | 228 kB | 180/315 kB | 86/178 kB
Progress (5): 274 kB | 288/528 kB | 228 kB | 184/315 kB | 86/178 kB
Progress (5): 274 kB | 288/528 kB | 228 kB | 184/315 kB | 90/178 kB
Progress (5): 274 kB | 292/528 kB | 228 kB | 184/315 kB | 90/178 kB
Progress (5): 274 kB | 292/528 kB | 228 kB | 184/315 kB | 94/178 kB
Progress (5): 274 kB | 292/528 kB | 228 kB | 188/315 kB | 94/178 kB
Progress (5): 274 kB | 292/528 kB | 228 kB | 188/315 kB | 98/178 kB
Progress (5): 274 kB | 296/528 kB | 228 kB | 188/315 kB | 98/178 kB
Progress (5): 274 kB | 296/528 kB | 228 kB | 188/315 kB | 98/178 kB
Progress (5): 274 kB | 300/528 kB | 228 kB | 188/315 kB | 98/178 kB
Progress (5): 274 kB | 300/528 kB | 228 kB | 188/315 kB | 102/178 kB
Progress (5): 274 kB | 300/528 kB | 228 kB | 192/315 kB | 102/178 kB
Progress (5): 274 kB | 300/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 304/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 308/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 312/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 316/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 320/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 324/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 328/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 332/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 336/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 340/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 344/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 348/528 kB | 228 kB | 192/315 kB | 106/178 kB
Progress (5): 274 kB | 352/528 kB | 228 kB | 192/315 kB | 106/178 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 1.6 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 1.3 MB/s)
Progress (3): 356/528 kB | 192/315 kB | 106/178 kB
Progress (3): 356/528 kB | 192/315 kB | 110/178 kB
Progress (3): 356/528 kB | 196/315 kB | 110/178 kB
Progress (3): 356/528 kB | 196/315 kB | 114/178 kB
Progress (3): 360/528 kB | 196/315 kB | 114/178 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Progress (3): 364/528 kB | 196/315 kB | 114/178 kB
Progress (3): 364/528 kB | 196/315 kB | 118/178 kB
Progress (3): 364/528 kB | 197/315 kB | 118/178 kB
Progress (3): 364/528 kB | 197/315 kB | 122/178 kB
Progress (3): 368/528 kB | 197/315 kB | 122/178 kB
Progress (3): 368/528 kB | 201/315 kB | 122/178 kB
Progress (3): 368/528 kB | 201/315 kB | 126/178 kB
Progress (3): 368/528 kB | 205/315 kB | 126/178 kB
Progress (3): 372/528 kB | 205/315 kB | 126/178 kB
Progress (3): 372/528 kB | 205/315 kB | 130/178 kB
Progress (3): 376/528 kB | 205/315 kB | 130/178 kB
Progress (3): 376/528 kB | 209/315 kB | 130/178 kB
Progress (3): 376/528 kB | 209/315 kB | 131/178 kB
Progress (3): 376/528 kB | 213/315 kB | 131/178 kB
Progress (3): 380/528 kB | 213/315 kB | 131/178 kB
Progress (3): 380/528 kB | 213/315 kB | 135/178 kB
Progress (3): 384/528 kB | 213/315 kB | 135/178 kB
Progress (3): 384/528 kB | 217/315 kB | 135/178 kB
Progress (3): 384/528 kB | 217/315 kB | 139/178 kB
Progress (3): 384/528 kB | 221/315 kB | 139/178 kB
Progress (3): 388/528 kB | 221/315 kB | 139/178 kB
Progress (3): 388/528 kB | 221/315 kB | 143/178 kB
Progress (3): 392/528 kB | 221/315 kB | 143/178 kB
Progress (3): 392/528 kB | 225/315 kB | 143/178 kB
Progress (3): 392/528 kB | 225/315 kB | 147/178 kB
Progress (3): 392/528 kB | 229/315 kB | 147/178 kB
Progress (3): 396/528 kB | 229/315 kB | 147/178 kB
Progress (3): 396/528 kB | 229/315 kB | 147/178 kB
Progress (3): 396/528 kB | 229/315 kB | 151/178 kB
Progress (3): 400/528 kB | 229/315 kB | 151/178 kB
Progress (3): 400/528 kB | 229/315 kB | 155/178 kB
Progress (3): 400/528 kB | 233/315 kB | 155/178 kB
Progress (3): 400/528 kB | 233/315 kB | 159/178 kB
Progress (3): 404/528 kB | 233/315 kB | 159/178 kB
Progress (3): 404/528 kB | 233/315 kB | 163/178 kB
Progress (3): 404/528 kB | 237/315 kB | 163/178 kB
Progress (3): 404/528 kB | 237/315 kB | 167/178 kB
Progress (3): 408/528 kB | 237/315 kB | 167/178 kB
Progress (3): 408/528 kB | 241/315 kB | 167/178 kB
Progress (3): 408/528 kB | 241/315 kB | 171/178 kB
Progress (3): 408/528 kB | 245/315 kB | 171/178 kB
Progress (3): 412/528 kB | 245/315 kB | 171/178 kB
Progress (3): 412/528 kB | 245/315 kB | 175/178 kB
Progress (3): 412/528 kB | 249/315 kB | 175/178 kB
Progress (3): 416/528 kB | 249/315 kB | 175/178 kB
Progress (3): 416/528 kB | 253/315 kB | 175/178 kB
Progress (3): 420/528 kB | 253/315 kB | 175/178 kB
Progress (3): 420/528 kB | 253/315 kB | 178 kB    
Progress (3): 424/528 kB | 253/315 kB | 178 kB
Progress (3): 424/528 kB | 257/315 kB | 178 kB
Progress (3): 428/528 kB | 257/315 kB | 178 kB
Progress (3): 428/528 kB | 261/315 kB | 178 kB
Progress (3): 432/528 kB | 261/315 kB | 178 kB
Progress (3): 432/528 kB | 262/315 kB | 178 kB
Progress (3): 436/528 kB | 262/315 kB | 178 kB
Progress (3): 436/528 kB | 266/315 kB | 178 kB
Progress (3): 440/528 kB | 266/315 kB | 178 kB
Progress (3): 440/528 kB | 270/315 kB | 178 kB
Progress (3): 444/528 kB | 270/315 kB | 178 kB
Progress (3): 444/528 kB | 274/315 kB | 178 kB
Progress (3): 448/528 kB | 274/315 kB | 178 kB
Progress (3): 448/528 kB | 278/315 kB | 178 kB
Progress (3): 452/528 kB | 278/315 kB | 178 kB
Progress (3): 452/528 kB | 282/315 kB | 178 kB
Progress (3): 456/528 kB | 282/315 kB | 178 kB
Progress (3): 456/528 kB | 286/315 kB | 178 kB
Progress (3): 460/528 kB | 286/315 kB | 178 kB
Progress (3): 460/528 kB | 290/315 kB | 178 kB
Progress (3): 464/528 kB | 290/315 kB | 178 kB
Progress (3): 464/528 kB | 294/315 kB | 178 kB
Progress (3): 468/528 kB | 294/315 kB | 178 kB
Progress (3): 468/528 kB | 298/315 kB | 178 kB
Progress (3): 472/528 kB | 298/315 kB | 178 kB
Progress (3): 472/528 kB | 302/315 kB | 178 kB
Progress (3): 476/528 kB | 302/315 kB | 178 kB
Progress (3): 476/528 kB | 306/315 kB | 178 kB
Progress (3): 480/528 kB | 306/315 kB | 178 kB
Progress (3): 480/528 kB | 310/315 kB | 178 kB
Progress (3): 484/528 kB | 310/315 kB | 178 kB
Progress (3): 484/528 kB | 314/315 kB | 178 kB
Progress (4): 484/528 kB | 314/315 kB | 178 kB | 4.1/22 kB
Progress (4): 484/528 kB | 315 kB | 178 kB | 4.1/22 kB    
Progress (4): 488/528 kB | 315 kB | 178 kB | 4.1/22 kB
Progress (4): 488/528 kB | 315 kB | 178 kB | 7.7/22 kB
Progress (4): 492/528 kB | 315 kB | 178 kB | 7.7/22 kB
Progress (5): 492/528 kB | 315 kB | 178 kB | 7.7/22 kB | 4.1/8.8 kB
Progress (5): 496/528 kB | 315 kB | 178 kB | 7.7/22 kB | 4.1/8.8 kB
Progress (5): 496/528 kB | 315 kB | 178 kB | 12/22 kB | 4.1/8.8 kB 
Progress (5): 500/528 kB | 315 kB | 178 kB | 12/22 kB | 4.1/8.8 kB
Progress (5): 500/528 kB | 315 kB | 178 kB | 12/22 kB | 7.7/8.8 kB
Progress (5): 504/528 kB | 315 kB | 178 kB | 12/22 kB | 7.7/8.8 kB
Progress (5): 504/528 kB | 315 kB | 178 kB | 16/22 kB | 7.7/8.8 kB
Progress (5): 508/528 kB | 315 kB | 178 kB | 16/22 kB | 7.7/8.8 kB
Progress (5): 508/528 kB | 315 kB | 178 kB | 20/22 kB | 7.7/8.8 kB
Progress (5): 508/528 kB | 315 kB | 178 kB | 20/22 kB | 8.8 kB    
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 962 kB/s)
Progress (4): 508/528 kB | 315 kB | 22 kB | 8.8 kB
Progress (4): 512/528 kB | 315 kB | 22 kB | 8.8 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Progress (4): 516/528 kB | 315 kB | 22 kB | 8.8 kB
Progress (4): 520/528 kB | 315 kB | 22 kB | 8.8 kB
Progress (4): 524/528 kB | 315 kB | 22 kB | 8.8 kB
Progress (4): 528/528 kB | 315 kB | 22 kB | 8.8 kB
Progress (4): 528 kB | 315 kB | 22 kB | 8.8 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Progress (4): 528 kB | 22 kB | 8.8 kB | 4.1/22 kB
Progress (4): 528 kB | 22 kB | 8.8 kB | 7.7/22 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 2.7 MB/s)
Progress (3): 22 kB | 8.8 kB | 12/22 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Progress (3): 22 kB | 8.8 kB | 16/22 kB
Progress (3): 22 kB | 8.8 kB | 20/22 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 45 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 112 kB/s)
Progress (1): 22 kB
                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Progress (2): 22 kB | 4.1/17 kB
Progress (2): 22 kB | 7.7/17 kB
Progress (2): 22 kB | 12/17 kB 
Progress (2): 22 kB | 16/17 kB
Progress (2): 22 kB | 17 kB   
Progress (3): 22 kB | 17 kB | 4.1/13 kB
Progress (3): 22 kB | 17 kB | 7.7/13 kB
Progress (3): 22 kB | 17 kB | 12/13 kB 
Progress (3): 22 kB | 17 kB | 13 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 107 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 80 kB/s)
Progress (2): 13 kB | 4.1/10 kB
Progress (2): 13 kB | 7.7/10 kB
Progress (2): 13 kB | 10 kB    
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 62 kB/s)
Progress (2): 10 kB | 4.1/38 kB
Progress (2): 10 kB | 7.7/38 kB
Progress (2): 10 kB | 12/38 kB 
Progress (2): 10 kB | 16/38 kB
Progress (2): 10 kB | 20/38 kB
Progress (2): 10 kB | 24/38 kB
Progress (2): 10 kB | 28/38 kB
Progress (2): 10 kB | 32/38 kB
Progress (2): 10 kB | 36/38 kB
Progress (2): 10 kB | 38 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 48 kB/s)
Progress (2): 38 kB | 4.1/316 kB
Progress (2): 38 kB | 7.7/316 kB
Progress (2): 38 kB | 12/316 kB 
Progress (2): 38 kB | 16/316 kB
Progress (2): 38 kB | 20/316 kB
Progress (2): 38 kB | 24/316 kB
Progress (2): 38 kB | 28/316 kB
Progress (2): 38 kB | 32/316 kB
Progress (2): 38 kB | 33/316 kB
Progress (2): 38 kB | 37/316 kB
Progress (2): 38 kB | 41/316 kB
Progress (2): 38 kB | 45/316 kB
Progress (2): 38 kB | 49/316 kB
Progress (2): 38 kB | 53/316 kB
Progress (2): 38 kB | 57/316 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 172 kB/s)
Progress (1): 61/316 kB
Progress (1): 65/316 kB
Progress (1): 66/316 kB
Progress (1): 70/316 kB
Progress (1): 74/316 kB
Progress (1): 78/316 kB
Progress (1): 82/316 kB
Progress (1): 86/316 kB
Progress (1): 90/316 kB
Progress (1): 94/316 kB
Progress (1): 98/316 kB
Progress (1): 98/316 kB
Progress (1): 102/316 kB
Progress (1): 106/316 kB
Progress (1): 110/316 kB
Progress (1): 114/316 kB
Progress (1): 118/316 kB
Progress (1): 122/316 kB
Progress (1): 126/316 kB
Progress (1): 130/316 kB
Progress (1): 131/316 kB
Progress (1): 135/316 kB
Progress (1): 139/316 kB
Progress (1): 143/316 kB
Progress (1): 147/316 kB
Progress (1): 151/316 kB
Progress (1): 155/316 kB
Progress (1): 159/316 kB
Progress (1): 163/316 kB
Progress (1): 164/316 kB
Progress (1): 168/316 kB
Progress (1): 172/316 kB
Progress (1): 176/316 kB
Progress (1): 180/316 kB
Progress (1): 184/316 kB
Progress (1): 188/316 kB
Progress (1): 192/316 kB
Progress (1): 196/316 kB
Progress (1): 197/316 kB
Progress (1): 201/316 kB
Progress (1): 205/316 kB
Progress (1): 209/316 kB
Progress (1): 213/316 kB
Progress (1): 217/316 kB
Progress (1): 221/316 kB
Progress (1): 225/316 kB
Progress (1): 229/316 kB
Progress (1): 229/316 kB
Progress (1): 233/316 kB
Progress (1): 237/316 kB
Progress (1): 241/316 kB
Progress (1): 245/316 kB
Progress (1): 249/316 kB
Progress (1): 253/316 kB
Progress (1): 257/316 kB
Progress (1): 261/316 kB
Progress (1): 265/316 kB
Progress (1): 269/316 kB
Progress (1): 273/316 kB
Progress (1): 277/316 kB
Progress (1): 281/316 kB
Progress (1): 285/316 kB
Progress (1): 289/316 kB
Progress (1): 293/316 kB
Progress (1): 297/316 kB
Progress (1): 301/316 kB
Progress (1): 305/316 kB
Progress (1): 309/316 kB
Progress (1): 313/316 kB
Progress (1): 316 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 1.1 MB/s)
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom (4.6 kB at 270 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 392 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom (4.8 kB at 371 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (2): 12/24 kB | 4.1/263 kB
Progress (2): 16/24 kB | 4.1/263 kB
Progress (2): 16/24 kB | 7.7/263 kB
Progress (2): 20/24 kB | 7.7/263 kB
Progress (2): 20/24 kB | 12/263 kB 
Progress (2): 24/24 kB | 12/263 kB
Progress (2): 24/24 kB | 16/263 kB
Progress (2): 24 kB | 16/263 kB   
Progress (2): 24 kB | 20/263 kB
Progress (2): 24 kB | 24/263 kB
Progress (2): 24 kB | 28/263 kB
Progress (2): 24 kB | 32/263 kB
Progress (2): 24 kB | 33/263 kB
Progress (2): 24 kB | 37/263 kB
Progress (2): 24 kB | 41/263 kB
Progress (2): 24 kB | 45/263 kB
Progress (2): 24 kB | 49/263 kB
Progress (2): 24 kB | 53/263 kB
Progress (2): 24 kB | 57/263 kB
Progress (2): 24 kB | 61/263 kB
Progress (2): 24 kB | 65/263 kB
Progress (2): 24 kB | 66/263 kB
Progress (2): 24 kB | 70/263 kB
Progress (2): 24 kB | 74/263 kB
Progress (2): 24 kB | 78/263 kB
Progress (2): 24 kB | 82/263 kB
Progress (2): 24 kB | 86/263 kB
Progress (2): 24 kB | 90/263 kB
Progress (2): 24 kB | 94/263 kB
Progress (2): 24 kB | 98/263 kB
Progress (2): 24 kB | 98/263 kB
Progress (2): 24 kB | 102/263 kB
Progress (2): 24 kB | 106/263 kB
Progress (2): 24 kB | 110/263 kB
Progress (2): 24 kB | 114/263 kB
Progress (2): 24 kB | 118/263 kB
Progress (2): 24 kB | 122/263 kB
Progress (2): 24 kB | 126/263 kB
Progress (2): 24 kB | 130/263 kB
Progress (2): 24 kB | 131/263 kB
Progress (2): 24 kB | 135/263 kB
Progress (2): 24 kB | 139/263 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar (24 kB at 1.2 MB/s)
Progress (1): 143/263 kB
Progress (1): 147/263 kB
Progress (1): 151/263 kB
Progress (1): 155/263 kB
Progress (1): 159/263 kB
Progress (1): 163/263 kB
Progress (1): 164/263 kB
Progress (1): 168/263 kB
Progress (1): 172/263 kB
Progress (1): 176/263 kB
Progress (1): 180/263 kB
Progress (1): 184/263 kB
Progress (1): 188/263 kB
Progress (1): 192/263 kB
Progress (1): 196/263 kB
Progress (1): 197/263 kB
Progress (1): 201/263 kB
Progress (1): 205/263 kB
Progress (1): 209/263 kB
Progress (1): 213/263 kB
Progress (1): 217/263 kB
Progress (1): 221/263 kB
Progress (1): 225/263 kB
Progress (1): 229/263 kB
Progress (1): 229/263 kB
Progress (1): 233/263 kB
Progress (1): 237/263 kB
Progress (1): 241/263 kB
Progress (1): 245/263 kB
Progress (1): 249/263 kB
Progress (1): 253/263 kB
Progress (1): 257/263 kB
Progress (1): 261/263 kB
Progress (1): 263 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar (263 kB at 8.5 MB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.M2.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.M2-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0.M2/eclipse-collections-code-generator-10.1.0.M2.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0.M2/eclipse-collections-code-generator-10.1.0.M2.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0.M2/eclipse-collections-code-generator-10.1.0.M2-sources.jar
[INFO] 
[INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
[INFO] Building Eclipse Collections Code Generator Maven Plugin 10.1.0.M2 [3/10]
[INFO] ----------------------------[ maven-plugin ]----------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom (13 kB at 758 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 989 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar
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/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar (53 kB at 3.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Progress (1): 601 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 43 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
Progress (1): 4.1/8.8 kB
Progress (1): 7.7/8.8 kB
Progress (1): 8.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 585 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 117 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 98 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 172 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 519 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 82 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Progress (1): 723 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 52 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom (4.6 kB at 327 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (2): 7.7/30 kB | 4.1/105 kB
Progress (2): 12/30 kB | 4.1/105 kB 
Progress (2): 16/30 kB | 4.1/105 kB
Progress (2): 16/30 kB | 7.7/105 kB
Progress (2): 20/30 kB | 7.7/105 kB
Progress (3): 20/30 kB | 7.7/105 kB | 4.1/10 kB
Progress (3): 24/30 kB | 7.7/105 kB | 4.1/10 kB
Progress (3): 24/30 kB | 7.7/105 kB | 7.7/10 kB
Progress (3): 24/30 kB | 12/105 kB | 7.7/10 kB 
Progress (3): 24/30 kB | 12/105 kB | 10 kB    
Progress (3): 28/30 kB | 12/105 kB | 10 kB
Progress (4): 28/30 kB | 12/105 kB | 10 kB | 4.1/51 kB
Progress (4): 30 kB | 12/105 kB | 10 kB | 4.1/51 kB   
Progress (4): 30 kB | 16/105 kB | 10 kB | 4.1/51 kB
Progress (4): 30 kB | 16/105 kB | 10 kB | 7.7/51 kB
Progress (4): 30 kB | 20/105 kB | 10 kB | 7.7/51 kB
Progress (4): 30 kB | 20/105 kB | 10 kB | 12/51 kB 
Progress (4): 30 kB | 24/105 kB | 10 kB | 12/51 kB
Progress (4): 30 kB | 24/105 kB | 10 kB | 16/51 kB
Progress (4): 30 kB | 28/105 kB | 10 kB | 16/51 kB
Progress (4): 30 kB | 28/105 kB | 10 kB | 20/51 kB
Progress (4): 30 kB | 32/105 kB | 10 kB | 20/51 kB
Progress (4): 30 kB | 32/105 kB | 10 kB | 24/51 kB
Progress (4): 30 kB | 33/105 kB | 10 kB | 24/51 kB
Progress (4): 30 kB | 33/105 kB | 10 kB | 28/51 kB
Progress (4): 30 kB | 37/105 kB | 10 kB | 28/51 kB
Progress (4): 30 kB | 37/105 kB | 10 kB | 32/51 kB
Progress (4): 30 kB | 41/105 kB | 10 kB | 32/51 kB
Progress (4): 30 kB | 41/105 kB | 10 kB | 36/51 kB
Progress (4): 30 kB | 45/105 kB | 10 kB | 36/51 kB
Progress (4): 30 kB | 45/105 kB | 10 kB | 40/51 kB
Progress (4): 30 kB | 49/105 kB | 10 kB | 40/51 kB
Progress (4): 30 kB | 49/105 kB | 10 kB | 44/51 kB
Progress (4): 30 kB | 53/105 kB | 10 kB | 44/51 kB
Progress (4): 30 kB | 53/105 kB | 10 kB | 48/51 kB
Progress (4): 30 kB | 57/105 kB | 10 kB | 48/51 kB
Progress (4): 30 kB | 57/105 kB | 10 kB | 51 kB   
Progress (4): 30 kB | 61/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 65/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 66/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 70/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 74/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 78/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 82/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 86/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 90/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 94/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 98/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 102/105 kB | 10 kB | 51 kB
Progress (4): 30 kB | 105 kB | 10 kB | 51 kB    
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 441 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 1.7 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 3.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
Progress (1): 4.1/164 kB
Progress (1): 7.7/164 kB
Progress (1): 12/164 kB 
Progress (1): 16/164 kB
Progress (1): 20/164 kB
Progress (1): 24/164 kB
Progress (1): 28/164 kB
Progress (1): 32/164 kB
Progress (2): 32/164 kB | 4.1/52 kB
Progress (2): 33/164 kB | 4.1/52 kB
Progress (2): 33/164 kB | 7.7/52 kB
Progress (2): 37/164 kB | 7.7/52 kB
Progress (2): 37/164 kB | 12/52 kB 
Progress (2): 41/164 kB | 12/52 kB
Progress (2): 41/164 kB | 16/52 kB
Progress (2): 45/164 kB | 16/52 kB
Progress (2): 49/164 kB | 16/52 kB
Progress (2): 49/164 kB | 20/52 kB
Progress (2): 49/164 kB | 24/52 kB
Progress (2): 53/164 kB | 24/52 kB
Progress (2): 57/164 kB | 24/52 kB
Progress (2): 57/164 kB | 28/52 kB
Progress (3): 57/164 kB | 28/52 kB | 4.1/78 kB
Progress (3): 57/164 kB | 32/52 kB | 4.1/78 kB
Progress (3): 61/164 kB | 32/52 kB | 4.1/78 kB
Progress (4): 61/164 kB | 32/52 kB | 4.1/78 kB | 4.1/79 kB
Progress (4): 61/164 kB | 32/52 kB | 7.7/78 kB | 4.1/79 kB
Progress (4): 61/164 kB | 32/52 kB | 7.7/78 kB | 7.7/79 kB
Progress (4): 61/164 kB | 32/52 kB | 12/78 kB | 7.7/79 kB 
Progress (4): 61/164 kB | 36/52 kB | 12/78 kB | 7.7/79 kB
Progress (4): 65/164 kB | 36/52 kB | 12/78 kB | 7.7/79 kB
Progress (4): 65/164 kB | 40/52 kB | 12/78 kB | 7.7/79 kB
Progress (4): 65/164 kB | 40/52 kB | 12/78 kB | 12/79 kB 
Progress (4): 65/164 kB | 40/52 kB | 16/78 kB | 12/79 kB
Progress (4): 65/164 kB | 44/52 kB | 16/78 kB | 12/79 kB
Progress (4): 65/164 kB | 44/52 kB | 16/78 kB | 16/79 kB
Progress (4): 66/164 kB | 44/52 kB | 16/78 kB | 16/79 kB
Progress (4): 66/164 kB | 48/52 kB | 16/78 kB | 16/79 kB
Progress (4): 66/164 kB | 48/52 kB | 20/78 kB | 16/79 kB
Progress (4): 70/164 kB | 48/52 kB | 20/78 kB | 16/79 kB
Progress (4): 70/164 kB | 48/52 kB | 20/78 kB | 20/79 kB
Progress (4): 74/164 kB | 48/52 kB | 20/78 kB | 20/79 kB
Progress (4): 74/164 kB | 48/52 kB | 24/78 kB | 20/79 kB
Progress (4): 78/164 kB | 48/52 kB | 24/78 kB | 20/79 kB
Progress (4): 78/164 kB | 52 kB | 24/78 kB | 20/79 kB   
Progress (4): 82/164 kB | 52 kB | 24/78 kB | 20/79 kB
Progress (4): 82/164 kB | 52 kB | 28/78 kB | 20/79 kB
Progress (4): 82/164 kB | 52 kB | 28/78 kB | 24/79 kB
Progress (4): 82/164 kB | 52 kB | 32/78 kB | 24/79 kB
Progress (4): 86/164 kB | 52 kB | 32/78 kB | 24/79 kB
Progress (4): 86/164 kB | 52 kB | 32/78 kB | 28/79 kB
Progress (4): 86/164 kB | 52 kB | 33/78 kB | 28/79 kB
Progress (4): 86/164 kB | 52 kB | 33/78 kB | 32/79 kB
Progress (4): 90/164 kB | 52 kB | 33/78 kB | 32/79 kB
Progress (4): 90/164 kB | 52 kB | 33/78 kB | 33/79 kB
Progress (4): 90/164 kB | 52 kB | 37/78 kB | 33/79 kB
Progress (4): 90/164 kB | 52 kB | 37/78 kB | 37/79 kB
Progress (4): 94/164 kB | 52 kB | 37/78 kB | 37/79 kB
Progress (4): 94/164 kB | 52 kB | 37/78 kB | 41/79 kB
Progress (4): 94/164 kB | 52 kB | 41/78 kB | 41/79 kB
Progress (4): 94/164 kB | 52 kB | 41/78 kB | 45/79 kB
Progress (4): 98/164 kB | 52 kB | 41/78 kB | 45/79 kB
Progress (4): 98/164 kB | 52 kB | 41/78 kB | 49/79 kB
Progress (4): 98/164 kB | 52 kB | 45/78 kB | 49/79 kB
Progress (4): 98/164 kB | 52 kB | 45/78 kB | 53/79 kB
Progress (4): 98/164 kB | 52 kB | 45/78 kB | 53/79 kB
Progress (4): 98/164 kB | 52 kB | 45/78 kB | 57/79 kB
Progress (4): 98/164 kB | 52 kB | 49/78 kB | 57/79 kB
Progress (4): 102/164 kB | 52 kB | 49/78 kB | 57/79 kB
Progress (4): 102/164 kB | 52 kB | 53/78 kB | 57/79 kB
Progress (4): 102/164 kB | 52 kB | 53/78 kB | 61/79 kB
Progress (4): 102/164 kB | 52 kB | 57/78 kB | 61/79 kB
Progress (4): 106/164 kB | 52 kB | 57/78 kB | 61/79 kB
Progress (4): 106/164 kB | 52 kB | 61/78 kB | 61/79 kB
Progress (4): 106/164 kB | 52 kB | 61/78 kB | 65/79 kB
Progress (4): 106/164 kB | 52 kB | 65/78 kB | 65/79 kB
Progress (4): 110/164 kB | 52 kB | 65/78 kB | 65/79 kB
Progress (4): 110/164 kB | 52 kB | 69/78 kB | 65/79 kB
Progress (4): 110/164 kB | 52 kB | 69/78 kB | 69/79 kB
Progress (5): 110/164 kB | 52 kB | 69/78 kB | 69/79 kB | 4.1/21 kB
Progress (5): 110/164 kB | 52 kB | 69/78 kB | 73/79 kB | 4.1/21 kB
Progress (5): 110/164 kB | 52 kB | 73/78 kB | 73/79 kB | 4.1/21 kB
Progress (5): 114/164 kB | 52 kB | 73/78 kB | 73/79 kB | 4.1/21 kB
Progress (5): 114/164 kB | 52 kB | 77/78 kB | 73/79 kB | 4.1/21 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.jar (52 kB at 1.1 MB/s)
Progress (4): 114/164 kB | 77/78 kB | 77/79 kB | 4.1/21 kB
Progress (4): 114/164 kB | 77/78 kB | 77/79 kB | 7.7/21 kB
Progress (4): 114/164 kB | 77/78 kB | 79 kB | 7.7/21 kB   
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar
Progress (4): 114/164 kB | 78 kB | 79 kB | 7.7/21 kB
Progress (4): 118/164 kB | 78 kB | 79 kB | 7.7/21 kB
Progress (4): 118/164 kB | 78 kB | 79 kB | 12/21 kB 
Progress (4): 122/164 kB | 78 kB | 79 kB | 12/21 kB
Progress (4): 122/164 kB | 78 kB | 79 kB | 16/21 kB
Progress (4): 126/164 kB | 78 kB | 79 kB | 16/21 kB
Progress (4): 126/164 kB | 78 kB | 79 kB | 20/21 kB
Progress (4): 130/164 kB | 78 kB | 79 kB | 20/21 kB
Progress (4): 130/164 kB | 78 kB | 79 kB | 21 kB   
Progress (4): 134/164 kB | 78 kB | 79 kB | 21 kB
Progress (4): 138/164 kB | 78 kB | 79 kB | 21 kB
Progress (4): 142/164 kB | 78 kB | 79 kB | 21 kB
Progress (4): 146/164 kB | 78 kB | 79 kB | 21 kB
Progress (4): 150/164 kB | 78 kB | 79 kB | 21 kB
Progress (4): 154/164 kB | 78 kB | 79 kB | 21 kB
Progress (4): 158/164 kB | 78 kB | 79 kB | 21 kB
Progress (4): 162/164 kB | 78 kB | 79 kB | 21 kB
Progress (4): 164 kB | 78 kB | 79 kB | 21 kB    
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 1.5 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (164 kB at 2.9 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (78 kB at 1.4 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 369 kB/s)
Progress (1): 4.1/195 kB
Progress (1): 7.7/195 kB
Progress (1): 12/195 kB 
Progress (1): 16/195 kB
Progress (1): 20/195 kB
Progress (1): 24/195 kB
Progress (1): 28/195 kB
Progress (1): 32/195 kB
Progress (1): 33/195 kB
Progress (1): 37/195 kB
Progress (1): 41/195 kB
Progress (1): 45/195 kB
Progress (1): 49/195 kB
Progress (1): 53/195 kB
Progress (1): 57/195 kB
Progress (1): 61/195 kB
Progress (1): 65/195 kB
Progress (1): 66/195 kB
Progress (1): 70/195 kB
Progress (1): 74/195 kB
Progress (1): 78/195 kB
Progress (1): 82/195 kB
Progress (1): 86/195 kB
Progress (1): 90/195 kB
Progress (1): 94/195 kB
Progress (1): 98/195 kB
Progress (1): 98/195 kB
Progress (1): 102/195 kB
Progress (1): 106/195 kB
Progress (1): 110/195 kB
Progress (1): 114/195 kB
Progress (1): 118/195 kB
Progress (1): 122/195 kB
Progress (1): 126/195 kB
Progress (1): 130/195 kB
Progress (1): 131/195 kB
Progress (1): 135/195 kB
Progress (1): 139/195 kB
Progress (1): 143/195 kB
Progress (1): 147/195 kB
Progress (1): 151/195 kB
Progress (1): 155/195 kB
Progress (1): 159/195 kB
Progress (1): 163/195 kB
Progress (1): 167/195 kB
Progress (1): 171/195 kB
Progress (1): 175/195 kB
Progress (1): 179/195 kB
Progress (1): 183/195 kB
Progress (1): 187/195 kB
Progress (1): 191/195 kB
Progress (1): 195/195 kB
Progress (1): 195 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 2.8 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom (2.8 kB at 174 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom (3.9 kB at 262 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 190 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 835 kB/s)
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 210 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom (3.7 kB at 244 kB/s)
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 208 kB/s)
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 225 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom
Progress (1): 4.1/9.2 kB
Progress (1): 7.7/9.2 kB
Progress (1): 9.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 542 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom (2.9 kB at 183 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.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/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom (16 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom (4.0 kB at 268 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 116 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 489 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (3.5 kB at 160 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 212 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
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/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
Progress (2): 4.2 kB | 4.1/49 kB
Progress (2): 4.2 kB | 7.7/49 kB
Progress (2): 4.2 kB | 12/49 kB 
Progress (2): 4.2 kB | 16/49 kB
Progress (2): 4.2 kB | 20/49 kB
Progress (2): 4.2 kB | 24/49 kB
Progress (2): 4.2 kB | 28/49 kB
Progress (2): 4.2 kB | 32/49 kB
Progress (2): 4.2 kB | 36/49 kB
Progress (2): 4.2 kB | 40/49 kB
Progress (2): 4.2 kB | 44/49 kB
Progress (2): 4.2 kB | 48/49 kB
Progress (2): 4.2 kB | 49 kB   
Progress (3): 4.2 kB | 49 kB | 4.1/24 kB
Progress (3): 4.2 kB | 49 kB | 7.7/24 kB
Progress (3): 4.2 kB | 49 kB | 12/24 kB 
Progress (4): 4.2 kB | 49 kB | 12/24 kB | 4.1/80 kB
Progress (4): 4.2 kB | 49 kB | 16/24 kB | 4.1/80 kB
Progress (4): 4.2 kB | 49 kB | 16/24 kB | 7.7/80 kB
Progress (4): 4.2 kB | 49 kB | 20/24 kB | 7.7/80 kB
Progress (4): 4.2 kB | 49 kB | 24 kB | 7.7/80 kB   
Progress (4): 4.2 kB | 49 kB | 24 kB | 12/80 kB 
Progress (4): 4.2 kB | 49 kB | 24 kB | 16/80 kB
Progress (4): 4.2 kB | 49 kB | 24 kB | 20/80 kB
Progress (4): 4.2 kB | 49 kB | 24 kB | 24/80 kB
Progress (4): 4.2 kB | 49 kB | 24 kB | 28/80 kB
Progress (4): 4.2 kB | 49 kB | 24 kB | 32/80 kB
Progress (4): 4.2 kB | 49 kB | 24 kB | 33/80 kB
Progress (4): 4.2 kB | 49 kB | 24 kB | 37/80 kB
Progress (4): 4.2 kB | 49 kB | 24 kB | 41/80 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 41/80 kB | 4.1/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 45/80 kB | 4.1/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 45/80 kB | 7.7/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 49/80 kB | 7.7/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 49/80 kB | 12/114 kB 
Progress (5): 4.2 kB | 49 kB | 24 kB | 53/80 kB | 12/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 53/80 kB | 16/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 57/80 kB | 16/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 57/80 kB | 20/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 61/80 kB | 20/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 61/80 kB | 24/114 kB
Progress (5): 4.2 kB | 49 kB | 24 kB | 65/80 kB | 24/114 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 191 kB/s)
Progress (4): 49 kB | 24 kB | 69/80 kB | 24/114 kB
Progress (4): 49 kB | 24 kB | 69/80 kB | 28/114 kB
Progress (4): 49 kB | 24 kB | 73/80 kB | 28/114 kB
                                                  
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 (4): 49 kB | 24 kB | 77/80 kB | 28/114 kB
Progress (4): 49 kB | 24 kB | 77/80 kB | 32/114 kB
Progress (4): 49 kB | 24 kB | 80 kB | 32/114 kB   
Progress (4): 49 kB | 24 kB | 80 kB | 36/114 kB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar (49 kB at 2.1 MB/s)
Progress (3): 24 kB | 80 kB | 40/114 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): 24 kB | 80 kB | 44/114 kB
Progress (3): 24 kB | 80 kB | 48/114 kB
Progress (3): 24 kB | 80 kB | 52/114 kB
Progress (3): 24 kB | 80 kB | 56/114 kB
Progress (3): 24 kB | 80 kB | 60/114 kB
Progress (3): 24 kB | 80 kB | 64/114 kB
Progress (3): 24 kB | 80 kB | 68/114 kB
Progress (3): 24 kB | 80 kB | 72/114 kB
Progress (3): 24 kB | 80 kB | 76/114 kB
Progress (3): 24 kB | 80 kB | 80/114 kB
Progress (3): 24 kB | 80 kB | 84/114 kB
Progress (3): 24 kB | 80 kB | 88/114 kB
Progress (3): 24 kB | 80 kB | 92/114 kB
Progress (3): 24 kB | 80 kB | 96/114 kB
Progress (3): 24 kB | 80 kB | 100/114 kB
Progress (3): 24 kB | 80 kB | 104/114 kB
Progress (3): 24 kB | 80 kB | 108/114 kB
Progress (3): 24 kB | 80 kB | 112/114 kB
Progress (3): 24 kB | 80 kB | 114 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 524 kB/s)
Progress (3): 80 kB | 114 kB | 4.1/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.5 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar
Progress (2): 4.1/50 kB | 4.1/33 kB
Progress (2): 7.7/50 kB | 4.1/33 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar
Progress (2): 12/50 kB | 4.1/33 kB
Progress (2): 12/50 kB | 7.7/33 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar
Progress (2): 12/50 kB | 12/33 kB
Progress (2): 16/50 kB | 12/33 kB
Progress (2): 16/50 kB | 16/33 kB
Progress (2): 20/50 kB | 16/33 kB
Progress (2): 20/50 kB | 20/33 kB
Progress (2): 24/50 kB | 20/33 kB
Progress (2): 24/50 kB | 24/33 kB
Progress (2): 28/50 kB | 24/33 kB
Progress (2): 28/50 kB | 28/33 kB
Progress (2): 32/50 kB | 28/33 kB
Progress (2): 32/50 kB | 32/33 kB
Progress (2): 36/50 kB | 32/33 kB
Progress (2): 36/50 kB | 33/33 kB
Progress (2): 40/50 kB | 33/33 kB
Progress (2): 40/50 kB | 33 kB   
Progress (2): 44/50 kB | 33 kB
Progress (2): 48/50 kB | 33 kB
Progress (2): 50 kB | 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 884 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar
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 574 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar
Progress (1): 4.1/313 kB
Progress (1): 7.7/313 kB
Progress (1): 12/313 kB 
Progress (1): 16/313 kB
Progress (1): 20/313 kB
Progress (1): 24/313 kB
Progress (1): 28/313 kB
Progress (1): 32/313 kB
Progress (1): 33/313 kB
Progress (1): 37/313 kB
Progress (1): 41/313 kB
Progress (1): 45/313 kB
Progress (1): 49/313 kB
Progress (1): 53/313 kB
Progress (1): 57/313 kB
Progress (1): 61/313 kB
Progress (1): 65/313 kB
Progress (1): 66/313 kB
Progress (1): 70/313 kB
Progress (1): 74/313 kB
Progress (1): 78/313 kB
Progress (1): 82/313 kB
Progress (1): 86/313 kB
Progress (1): 90/313 kB
Progress (1): 94/313 kB
Progress (1): 98/313 kB
Progress (1): 98/313 kB
Progress (1): 102/313 kB
Progress (1): 106/313 kB
Progress (1): 110/313 kB
Progress (1): 114/313 kB
Progress (1): 118/313 kB
Progress (1): 122/313 kB
Progress (1): 126/313 kB
Progress (2): 126/313 kB | 4.1/250 kB
Progress (2): 130/313 kB | 4.1/250 kB
Progress (2): 130/313 kB | 7.7/250 kB
Progress (2): 131/313 kB | 7.7/250 kB
Progress (2): 135/313 kB | 7.7/250 kB
Progress (2): 135/313 kB | 12/250 kB 
Progress (2): 139/313 kB | 12/250 kB
Progress (2): 139/313 kB | 16/250 kB
Progress (2): 143/313 kB | 16/250 kB
Progress (2): 147/313 kB | 16/250 kB
Progress (2): 147/313 kB | 20/250 kB
Progress (2): 151/313 kB | 20/250 kB
Progress (2): 151/313 kB | 24/250 kB
Progress (2): 155/313 kB | 24/250 kB
Progress (3): 155/313 kB | 24/250 kB | 4.1/18 kB
Progress (3): 155/313 kB | 28/250 kB | 4.1/18 kB
Progress (3): 159/313 kB | 28/250 kB | 4.1/18 kB
Progress (3): 159/313 kB | 32/250 kB | 4.1/18 kB
Progress (3): 159/313 kB | 32/250 kB | 7.7/18 kB
Progress (3): 163/313 kB | 32/250 kB | 7.7/18 kB
Progress (3): 163/313 kB | 32/250 kB | 12/18 kB 
Progress (3): 163/313 kB | 36/250 kB | 12/18 kB
Progress (3): 163/313 kB | 36/250 kB | 16/18 kB
Progress (3): 164/313 kB | 36/250 kB | 16/18 kB
Progress (3): 164/313 kB | 36/250 kB | 18 kB   
Progress (3): 164/313 kB | 40/250 kB | 18 kB
Progress (3): 168/313 kB | 40/250 kB | 18 kB
Progress (3): 172/313 kB | 40/250 kB | 18 kB
Progress (3): 172/313 kB | 44/250 kB | 18 kB
Progress (3): 176/313 kB | 44/250 kB | 18 kB
Progress (3): 176/313 kB | 48/250 kB | 18 kB
Progress (3): 180/313 kB | 48/250 kB | 18 kB
Progress (3): 184/313 kB | 48/250 kB | 18 kB
Progress (3): 184/313 kB | 52/250 kB | 18 kB
Progress (3): 188/313 kB | 52/250 kB | 18 kB
Progress (3): 188/313 kB | 56/250 kB | 18 kB
Progress (3): 192/313 kB | 56/250 kB | 18 kB
Progress (3): 196/313 kB | 56/250 kB | 18 kB
Progress (3): 196/313 kB | 60/250 kB | 18 kB
Progress (3): 197/313 kB | 60/250 kB | 18 kB
Progress (3): 197/313 kB | 64/250 kB | 18 kB
Progress (3): 201/313 kB | 64/250 kB | 18 kB
Progress (3): 205/313 kB | 64/250 kB | 18 kB
Progress (3): 205/313 kB | 68/250 kB | 18 kB
Progress (3): 209/313 kB | 68/250 kB | 18 kB
Progress (3): 209/313 kB | 72/250 kB | 18 kB
Progress (3): 213/313 kB | 72/250 kB | 18 kB
Progress (3): 213/313 kB | 76/250 kB | 18 kB
Progress (3): 217/313 kB | 76/250 kB | 18 kB
Progress (3): 217/313 kB | 80/250 kB | 18 kB
Progress (3): 221/313 kB | 80/250 kB | 18 kB
Progress (3): 221/313 kB | 84/250 kB | 18 kB
Progress (3): 225/313 kB | 84/250 kB | 18 kB
Progress (3): 225/313 kB | 88/250 kB | 18 kB
Progress (3): 229/313 kB | 88/250 kB | 18 kB
Progress (3): 229/313 kB | 88/250 kB | 18 kB
Progress (3): 229/313 kB | 92/250 kB | 18 kB
Progress (3): 233/313 kB | 92/250 kB | 18 kB
Progress (3): 233/313 kB | 96/250 kB | 18 kB
Progress (3): 237/313 kB | 96/250 kB | 18 kB
Progress (4): 237/313 kB | 96/250 kB | 18 kB | 4.1/74 kB
Progress (4): 241/313 kB | 96/250 kB | 18 kB | 4.1/74 kB
Progress (4): 241/313 kB | 100/250 kB | 18 kB | 4.1/74 kB
Progress (4): 245/313 kB | 100/250 kB | 18 kB | 4.1/74 kB
Progress (4): 245/313 kB | 100/250 kB | 18 kB | 7.7/74 kB
Progress (4): 249/313 kB | 100/250 kB | 18 kB | 7.7/74 kB
Progress (5): 249/313 kB | 100/250 kB | 18 kB | 7.7/74 kB | 4.1/43 kB
Progress (5): 253/313 kB | 100/250 kB | 18 kB | 7.7/74 kB | 4.1/43 kB
Progress (5): 253/313 kB | 100/250 kB | 18 kB | 12/74 kB | 4.1/43 kB 
Progress (5): 253/313 kB | 104/250 kB | 18 kB | 12/74 kB | 4.1/43 kB
Progress (5): 253/313 kB | 104/250 kB | 18 kB | 16/74 kB | 4.1/43 kB
Progress (5): 257/313 kB | 104/250 kB | 18 kB | 16/74 kB | 4.1/43 kB
Progress (5): 257/313 kB | 104/250 kB | 18 kB | 20/74 kB | 4.1/43 kB
Progress (5): 257/313 kB | 104/250 kB | 18 kB | 20/74 kB | 7.7/43 kB
Progress (5): 257/313 kB | 104/250 kB | 18 kB | 24/74 kB | 7.7/43 kB
Progress (5): 261/313 kB | 104/250 kB | 18 kB | 24/74 kB | 7.7/43 kB
Progress (5): 261/313 kB | 108/250 kB | 18 kB | 24/74 kB | 7.7/43 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar (18 kB at 249 kB/s)
Progress (4): 261/313 kB | 112/250 kB | 24/74 kB | 7.7/43 kB
Progress (4): 262/313 kB | 112/250 kB | 24/74 kB | 7.7/43 kB
Progress (4): 262/313 kB | 112/250 kB | 28/74 kB | 7.7/43 kB
Progress (4): 262/313 kB | 112/250 kB | 28/74 kB | 12/43 kB 
Progress (4): 262/313 kB | 112/250 kB | 32/74 kB | 12/43 kB
Progress (4): 266/313 kB | 112/250 kB | 32/74 kB | 12/43 kB
Progress (4): 266/313 kB | 116/250 kB | 32/74 kB | 12/43 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar
Progress (4): 266/313 kB | 120/250 kB | 32/74 kB | 12/43 kB
Progress (4): 270/313 kB | 120/250 kB | 32/74 kB | 12/43 kB
Progress (4): 270/313 kB | 120/250 kB | 33/74 kB | 12/43 kB
Progress (4): 274/313 kB | 120/250 kB | 33/74 kB | 12/43 kB
Progress (4): 274/313 kB | 120/250 kB | 33/74 kB | 16/43 kB
Progress (4): 278/313 kB | 120/250 kB | 33/74 kB | 16/43 kB
Progress (4): 278/313 kB | 120/250 kB | 33/74 kB | 20/43 kB
Progress (4): 278/313 kB | 120/250 kB | 37/74 kB | 20/43 kB
Progress (4): 278/313 kB | 124/250 kB | 37/74 kB | 20/43 kB
Progress (4): 278/313 kB | 124/250 kB | 41/74 kB | 20/43 kB
Progress (4): 278/313 kB | 124/250 kB | 41/74 kB | 24/43 kB
Progress (4): 282/313 kB | 124/250 kB | 41/74 kB | 24/43 kB
Progress (4): 282/313 kB | 124/250 kB | 45/74 kB | 24/43 kB
Progress (4): 282/313 kB | 128/250 kB | 45/74 kB | 24/43 kB
Progress (4): 282/313 kB | 128/250 kB | 49/74 kB | 24/43 kB
Progress (4): 286/313 kB | 128/250 kB | 49/74 kB | 24/43 kB
Progress (4): 286/313 kB | 128/250 kB | 49/74 kB | 28/43 kB
Progress (4): 286/313 kB | 128/250 kB | 53/74 kB | 28/43 kB
Progress (4): 286/313 kB | 131/250 kB | 53/74 kB | 28/43 kB
Progress (4): 286/313 kB | 131/250 kB | 57/74 kB | 28/43 kB
Progress (4): 286/313 kB | 135/250 kB | 57/74 kB | 28/43 kB
Progress (4): 286/313 kB | 135/250 kB | 57/74 kB | 32/43 kB
Progress (4): 290/313 kB | 135/250 kB | 57/74 kB | 32/43 kB
Progress (4): 290/313 kB | 139/250 kB | 57/74 kB | 32/43 kB
Progress (4): 290/313 kB | 139/250 kB | 61/74 kB | 32/43 kB
Progress (4): 290/313 kB | 143/250 kB | 61/74 kB | 32/43 kB
Progress (4): 294/313 kB | 143/250 kB | 61/74 kB | 32/43 kB
Progress (4): 294/313 kB | 143/250 kB | 61/74 kB | 36/43 kB
Progress (4): 298/313 kB | 143/250 kB | 61/74 kB | 36/43 kB
Progress (4): 298/313 kB | 147/250 kB | 61/74 kB | 36/43 kB
Progress (4): 298/313 kB | 147/250 kB | 65/74 kB | 36/43 kB
Progress (4): 298/313 kB | 151/250 kB | 65/74 kB | 36/43 kB
Progress (4): 302/313 kB | 151/250 kB | 65/74 kB | 36/43 kB
Progress (4): 302/313 kB | 151/250 kB | 65/74 kB | 40/43 kB
Progress (4): 306/313 kB | 151/250 kB | 65/74 kB | 40/43 kB
Progress (4): 306/313 kB | 155/250 kB | 65/74 kB | 40/43 kB
Progress (4): 306/313 kB | 155/250 kB | 66/74 kB | 40/43 kB
Progress (4): 306/313 kB | 159/250 kB | 66/74 kB | 40/43 kB
Progress (4): 310/313 kB | 159/250 kB | 66/74 kB | 40/43 kB
Progress (4): 310/313 kB | 159/250 kB | 66/74 kB | 43 kB   
Progress (4): 313 kB | 159/250 kB | 66/74 kB | 43 kB    
Progress (4): 313 kB | 163/250 kB | 66/74 kB | 43 kB
Progress (4): 313 kB | 163/250 kB | 70/74 kB | 43 kB
Progress (4): 313 kB | 167/250 kB | 70/74 kB | 43 kB
Progress (4): 313 kB | 167/250 kB | 74/74 kB | 43 kB
Progress (5): 313 kB | 167/250 kB | 74/74 kB | 43 kB | 4.1/14 kB
Progress (5): 313 kB | 171/250 kB | 74/74 kB | 43 kB | 4.1/14 kB
Progress (5): 313 kB | 171/250 kB | 74/74 kB | 43 kB | 7.7/14 kB
Progress (5): 313 kB | 171/250 kB | 74 kB | 43 kB | 7.7/14 kB   
Progress (5): 313 kB | 171/250 kB | 74 kB | 43 kB | 12/14 kB 
Progress (5): 313 kB | 175/250 kB | 74 kB | 43 kB | 12/14 kB
Progress (5): 313 kB | 175/250 kB | 74 kB | 43 kB | 14 kB   
Progress (5): 313 kB | 179/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 183/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 187/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 191/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 195/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 199/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 203/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 207/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 211/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 215/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 219/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 223/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 227/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 231/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 235/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 239/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 243/250 kB | 74 kB | 43 kB | 14 kB
Progress (5): 313 kB | 247/250 kB | 74 kB | 43 kB | 14 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 861 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 2.1 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 98 kB/s)
Progress (2): 250 kB | 43 kB
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar (43 kB at 294 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar
Progress (1): 4.1/144 kB
Progress (1): 7.7/144 kB
Progress (1): 12/144 kB 
Progress (1): 16/144 kB
Progress (1): 20/144 kB
Progress (1): 24/144 kB
Progress (1): 28/144 kB
Progress (1): 32/144 kB
Progress (1): 33/144 kB
Progress (1): 37/144 kB
Progress (1): 41/144 kB
Progress (1): 45/144 kB
Progress (1): 49/144 kB
Progress (1): 53/144 kB
Progress (1): 57/144 kB
Progress (2): 57/144 kB | 4.1/47 kB
Progress (2): 61/144 kB | 4.1/47 kB
Progress (2): 61/144 kB | 7.7/47 kB
Progress (2): 65/144 kB | 7.7/47 kB
Progress (2): 65/144 kB | 12/47 kB 
Progress (2): 66/144 kB | 12/47 kB
Progress (2): 66/144 kB | 16/47 kB
Progress (2): 70/144 kB | 16/47 kB
Progress (2): 70/144 kB | 20/47 kB
Progress (2): 74/144 kB | 20/47 kB
Progress (2): 74/144 kB | 24/47 kB
Progress (2): 78/144 kB | 24/47 kB
Progress (2): 78/144 kB | 28/47 kB
Progress (2): 82/144 kB | 28/47 kB
Progress (2): 82/144 kB | 32/47 kB
Progress (2): 86/144 kB | 32/47 kB
Progress (2): 86/144 kB | 36/47 kB
Progress (2): 90/144 kB | 36/47 kB
Progress (2): 90/144 kB | 40/47 kB
Progress (2): 94/144 kB | 40/47 kB
Progress (2): 94/144 kB | 44/47 kB
Progress (2): 98/144 kB | 44/47 kB
Progress (2): 98/144 kB | 47 kB   
Progress (2): 98/144 kB | 47 kB
Progress (2): 102/144 kB | 47 kB
Progress (2): 106/144 kB | 47 kB
Progress (2): 110/144 kB | 47 kB
Progress (2): 114/144 kB | 47 kB
Progress (2): 118/144 kB | 47 kB
Progress (2): 122/144 kB | 47 kB
Progress (3): 122/144 kB | 47 kB | 4.1/53 kB
Progress (3): 126/144 kB | 47 kB | 4.1/53 kB
Progress (3): 126/144 kB | 47 kB | 7.7/53 kB
Progress (3): 130/144 kB | 47 kB | 7.7/53 kB
Progress (3): 130/144 kB | 47 kB | 12/53 kB 
Progress (3): 134/144 kB | 47 kB | 12/53 kB
Progress (3): 134/144 kB | 47 kB | 16/53 kB
Progress (3): 138/144 kB | 47 kB | 16/53 kB
Progress (3): 138/144 kB | 47 kB | 20/53 kB
Progress (3): 142/144 kB | 47 kB | 20/53 kB
Progress (3): 142/144 kB | 47 kB | 24/53 kB
Progress (3): 144 kB | 47 kB | 24/53 kB    
Progress (3): 144 kB | 47 kB | 28/53 kB
Progress (3): 144 kB | 47 kB | 32/53 kB
Progress (3): 144 kB | 47 kB | 36/53 kB
Progress (3): 144 kB | 47 kB | 40/53 kB
Progress (3): 144 kB | 47 kB | 44/53 kB
Progress (3): 144 kB | 47 kB | 48/53 kB
Progress (3): 144 kB | 47 kB | 52/53 kB
Progress (3): 144 kB | 47 kB | 53 kB   
Progress (4): 144 kB | 47 kB | 53 kB | 4.1/78 kB
Progress (4): 144 kB | 47 kB | 53 kB | 7.7/78 kB
Progress (4): 144 kB | 47 kB | 53 kB | 12/78 kB 
Progress (4): 144 kB | 47 kB | 53 kB | 16/78 kB
Progress (4): 144 kB | 47 kB | 53 kB | 20/78 kB
Progress (4): 144 kB | 47 kB | 53 kB | 24/78 kB
Progress (4): 144 kB | 47 kB | 53 kB | 28/78 kB
Progress (4): 144 kB | 47 kB | 53 kB | 32/78 kB
Progress (4): 144 kB | 47 kB | 53 kB | 33/78 kB
Progress (4): 144 kB | 47 kB | 53 kB | 37/78 kB
Progress (4): 144 kB | 47 kB | 53 kB | 41/78 kB
Progress (5): 144 kB | 47 kB | 53 kB | 41/78 kB | 4.1/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 45/78 kB | 4.1/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 45/78 kB | 7.7/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 49/78 kB | 7.7/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 49/78 kB | 12/165 kB 
Progress (5): 144 kB | 47 kB | 53 kB | 53/78 kB | 12/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 53/78 kB | 16/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 57/78 kB | 16/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 57/78 kB | 20/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 61/78 kB | 20/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 61/78 kB | 24/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 65/78 kB | 24/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 65/78 kB | 28/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 69/78 kB | 28/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 69/78 kB | 32/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 73/78 kB | 32/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 73/78 kB | 33/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 77/78 kB | 33/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 77/78 kB | 37/165 kB
Progress (5): 144 kB | 47 kB | 53 kB | 78 kB | 37/165 kB   
Progress (5): 144 kB | 47 kB | 53 kB | 78 kB | 41/165 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 273 kB/s)
Progress (4): 144 kB | 53 kB | 78 kB | 45/165 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 835 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 308 kB/s)
Progress (2): 78 kB | 49/165 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
Progress (2): 78 kB | 53/165 kB
Progress (2): 78 kB | 57/165 kB
Progress (2): 78 kB | 61/165 kB
Progress (2): 78 kB | 65/165 kB
Progress (2): 78 kB | 66/165 kB
Progress (2): 78 kB | 70/165 kB
Progress (2): 78 kB | 74/165 kB
Progress (2): 78 kB | 78/165 kB
Progress (2): 78 kB | 82/165 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 446 kB/s)
Progress (1): 86/165 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
Progress (1): 90/165 kB
Progress (1): 94/165 kB
Progress (1): 98/165 kB
Progress (1): 98/165 kB
Progress (1): 102/165 kB
Progress (1): 106/165 kB
Progress (1): 110/165 kB
Progress (1): 114/165 kB
Progress (1): 118/165 kB
Progress (1): 122/165 kB
Progress (2): 122/165 kB | 4.1/575 kB
Progress (2): 126/165 kB | 4.1/575 kB
Progress (2): 126/165 kB | 7.7/575 kB
Progress (2): 130/165 kB | 7.7/575 kB
Progress (2): 131/165 kB | 7.7/575 kB
Progress (2): 131/165 kB | 12/575 kB 
Progress (2): 135/165 kB | 12/575 kB
Progress (2): 135/165 kB | 16/575 kB
Progress (2): 139/165 kB | 16/575 kB
Progress (2): 139/165 kB | 20/575 kB
Progress (2): 143/165 kB | 20/575 kB
Progress (2): 143/165 kB | 24/575 kB
Progress (2): 147/165 kB | 24/575 kB
Progress (2): 147/165 kB | 28/575 kB
Progress (2): 151/165 kB | 28/575 kB
Progress (2): 151/165 kB | 32/575 kB
Progress (2): 155/165 kB | 32/575 kB
Progress (2): 155/165 kB | 33/575 kB
Progress (2): 159/165 kB | 33/575 kB
Progress (2): 159/165 kB | 37/575 kB
Progress (2): 163/165 kB | 37/575 kB
Progress (2): 163/165 kB | 41/575 kB
Progress (2): 164/165 kB | 41/575 kB
Progress (2): 164/165 kB | 45/575 kB
Progress (2): 165 kB | 45/575 kB    
Progress (2): 165 kB | 49/575 kB
Progress (2): 165 kB | 53/575 kB
Progress (2): 165 kB | 57/575 kB
Progress (2): 165 kB | 61/575 kB
Progress (3): 165 kB | 61/575 kB | 4.1/243 kB
Progress (3): 165 kB | 65/575 kB | 4.1/243 kB
Progress (3): 165 kB | 65/575 kB | 7.7/243 kB
Progress (3): 165 kB | 66/575 kB | 7.7/243 kB
Progress (3): 165 kB | 66/575 kB | 12/243 kB 
Progress (3): 165 kB | 66/575 kB | 16/243 kB
Progress (3): 165 kB | 66/575 kB | 20/243 kB
Progress (3): 165 kB | 70/575 kB | 20/243 kB
Progress (3): 165 kB | 70/575 kB | 24/243 kB
Progress (3): 165 kB | 74/575 kB | 24/243 kB
Progress (3): 165 kB | 74/575 kB | 28/243 kB
Progress (3): 165 kB | 78/575 kB | 28/243 kB
Progress (3): 165 kB | 78/575 kB | 32/243 kB
Progress (3): 165 kB | 82/575 kB | 32/243 kB
Progress (3): 165 kB | 82/575 kB | 33/243 kB
Progress (3): 165 kB | 86/575 kB | 33/243 kB
Progress (3): 165 kB | 86/575 kB | 37/243 kB
Progress (3): 165 kB | 90/575 kB | 37/243 kB
Progress (3): 165 kB | 90/575 kB | 41/243 kB
Progress (3): 165 kB | 94/575 kB | 41/243 kB
Progress (3): 165 kB | 94/575 kB | 45/243 kB
Progress (3): 165 kB | 98/575 kB | 45/243 kB
Progress (3): 165 kB | 98/575 kB | 49/243 kB
Progress (3): 165 kB | 102/575 kB | 49/243 kB
Progress (3): 165 kB | 102/575 kB | 53/243 kB
Progress (3): 165 kB | 106/575 kB | 53/243 kB
Progress (3): 165 kB | 106/575 kB | 57/243 kB
Progress (4): 165 kB | 106/575 kB | 57/243 kB | 4.1/7.9 kB
Progress (4): 165 kB | 106/575 kB | 61/243 kB | 4.1/7.9 kB
Progress (4): 165 kB | 110/575 kB | 61/243 kB | 4.1/7.9 kB
Progress (4): 165 kB | 110/575 kB | 65/243 kB | 4.1/7.9 kB
Progress (4): 165 kB | 110/575 kB | 65/243 kB | 7.7/7.9 kB
Progress (4): 165 kB | 110/575 kB | 66/243 kB | 7.7/7.9 kB
Progress (4): 165 kB | 114/575 kB | 66/243 kB | 7.7/7.9 kB
Progress (4): 165 kB | 114/575 kB | 66/243 kB | 7.9 kB    
Progress (4): 165 kB | 114/575 kB | 70/243 kB | 7.9 kB
Progress (4): 165 kB | 118/575 kB | 70/243 kB | 7.9 kB
Progress (4): 165 kB | 118/575 kB | 74/243 kB | 7.9 kB
Progress (4): 165 kB | 122/575 kB | 74/243 kB | 7.9 kB
Progress (4): 165 kB | 122/575 kB | 78/243 kB | 7.9 kB
Progress (4): 165 kB | 126/575 kB | 78/243 kB | 7.9 kB
Progress (4): 165 kB | 126/575 kB | 82/243 kB | 7.9 kB
Progress (4): 165 kB | 130/575 kB | 82/243 kB | 7.9 kB
Progress (4): 165 kB | 130/575 kB | 86/243 kB | 7.9 kB
Progress (4): 165 kB | 134/575 kB | 86/243 kB | 7.9 kB
Progress (4): 165 kB | 134/575 kB | 90/243 kB | 7.9 kB
Progress (4): 165 kB | 138/575 kB | 90/243 kB | 7.9 kB
Progress (4): 165 kB | 138/575 kB | 94/243 kB | 7.9 kB
Progress (4): 165 kB | 142/575 kB | 94/243 kB | 7.9 kB
Progress (4): 165 kB | 142/575 kB | 98/243 kB | 7.9 kB
Progress (4): 165 kB | 146/575 kB | 98/243 kB | 7.9 kB
Progress (4): 165 kB | 146/575 kB | 98/243 kB | 7.9 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 887 kB/s)
Progress (3): 146/575 kB | 102/243 kB | 7.9 kB
Progress (3): 150/575 kB | 102/243 kB | 7.9 kB
Progress (3): 150/575 kB | 106/243 kB | 7.9 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar
Progress (3): 150/575 kB | 110/243 kB | 7.9 kB
Progress (3): 154/575 kB | 110/243 kB | 7.9 kB
Progress (3): 158/575 kB | 110/243 kB | 7.9 kB
Progress (3): 162/575 kB | 110/243 kB | 7.9 kB
Progress (3): 166/575 kB | 110/243 kB | 7.9 kB
Progress (3): 170/575 kB | 110/243 kB | 7.9 kB
Progress (3): 174/575 kB | 110/243 kB | 7.9 kB
Progress (3): 178/575 kB | 110/243 kB | 7.9 kB
Progress (3): 182/575 kB | 110/243 kB | 7.9 kB
Progress (3): 186/575 kB | 110/243 kB | 7.9 kB
Progress (3): 186/575 kB | 114/243 kB | 7.9 kB
Progress (3): 190/575 kB | 114/243 kB | 7.9 kB
Progress (4): 190/575 kB | 114/243 kB | 7.9 kB | 4.1/293 kB
Progress (4): 194/575 kB | 114/243 kB | 7.9 kB | 4.1/293 kB
Progress (4): 194/575 kB | 118/243 kB | 7.9 kB | 4.1/293 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 32 kB/s)
Progress (3): 194/575 kB | 122/243 kB | 4.1/293 kB
Progress (3): 198/575 kB | 122/243 kB | 4.1/293 kB
Progress (3): 198/575 kB | 126/243 kB | 4.1/293 kB
Progress (3): 198/575 kB | 126/243 kB | 7.7/293 kB
Progress (4): 198/575 kB | 126/243 kB | 7.7/293 kB | 4.1/165 kB
Progress (4): 198/575 kB | 126/243 kB | 12/293 kB | 4.1/165 kB 
Progress (4): 198/575 kB | 130/243 kB | 12/293 kB | 4.1/165 kB
Progress (4): 202/575 kB | 130/243 kB | 12/293 kB | 4.1/165 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar
Progress (4): 206/575 kB | 130/243 kB | 12/293 kB | 4.1/165 kB
Progress (4): 206/575 kB | 131/243 kB | 12/293 kB | 4.1/165 kB
Progress (4): 206/575 kB | 131/243 kB | 16/293 kB | 4.1/165 kB
Progress (4): 206/575 kB | 131/243 kB | 16/293 kB | 7.7/165 kB
Progress (4): 206/575 kB | 131/243 kB | 20/293 kB | 7.7/165 kB
Progress (4): 206/575 kB | 135/243 kB | 20/293 kB | 7.7/165 kB
Progress (4): 210/575 kB | 135/243 kB | 20/293 kB | 7.7/165 kB
Progress (4): 210/575 kB | 139/243 kB | 20/293 kB | 7.7/165 kB
Progress (4): 210/575 kB | 139/243 kB | 20/293 kB | 12/165 kB 
Progress (4): 210/575 kB | 139/243 kB | 24/293 kB | 12/165 kB
Progress (4): 210/575 kB | 139/243 kB | 24/293 kB | 16/165 kB
Progress (4): 210/575 kB | 143/243 kB | 24/293 kB | 16/165 kB
Progress (4): 214/575 kB | 143/243 kB | 24/293 kB | 16/165 kB
Progress (4): 214/575 kB | 143/243 kB | 24/293 kB | 20/165 kB
Progress (4): 214/575 kB | 147/243 kB | 24/293 kB | 20/165 kB
Progress (4): 214/575 kB | 147/243 kB | 28/293 kB | 20/165 kB
Progress (4): 214/575 kB | 151/243 kB | 28/293 kB | 20/165 kB
Progress (4): 214/575 kB | 151/243 kB | 28/293 kB | 24/165 kB
Progress (4): 218/575 kB | 151/243 kB | 28/293 kB | 24/165 kB
Progress (4): 218/575 kB | 155/243 kB | 28/293 kB | 24/165 kB
Progress (4): 218/575 kB | 155/243 kB | 32/293 kB | 24/165 kB
Progress (4): 218/575 kB | 159/243 kB | 32/293 kB | 24/165 kB
Progress (4): 222/575 kB | 159/243 kB | 32/293 kB | 24/165 kB
Progress (4): 222/575 kB | 159/243 kB | 32/293 kB | 28/165 kB
Progress (4): 226/575 kB | 159/243 kB | 32/293 kB | 28/165 kB
Progress (4): 226/575 kB | 163/243 kB | 32/293 kB | 28/165 kB
Progress (4): 226/575 kB | 163/243 kB | 33/293 kB | 28/165 kB
Progress (4): 226/575 kB | 164/243 kB | 33/293 kB | 28/165 kB
Progress (4): 226/575 kB | 164/243 kB | 37/293 kB | 28/165 kB
Progress (4): 226/575 kB | 168/243 kB | 37/293 kB | 28/165 kB
Progress (4): 230/575 kB | 168/243 kB | 37/293 kB | 28/165 kB
Progress (4): 230/575 kB | 168/243 kB | 37/293 kB | 32/165 kB
Progress (4): 234/575 kB | 168/243 kB | 37/293 kB | 32/165 kB
Progress (4): 234/575 kB | 172/243 kB | 37/293 kB | 32/165 kB
Progress (4): 234/575 kB | 172/243 kB | 41/293 kB | 32/165 kB
Progress (4): 234/575 kB | 176/243 kB | 41/293 kB | 32/165 kB
Progress (4): 238/575 kB | 176/243 kB | 41/293 kB | 32/165 kB
Progress (4): 238/575 kB | 176/243 kB | 41/293 kB | 33/165 kB
Progress (4): 242/575 kB | 176/243 kB | 41/293 kB | 33/165 kB
Progress (4): 242/575 kB | 180/243 kB | 41/293 kB | 33/165 kB
Progress (4): 242/575 kB | 180/243 kB | 45/293 kB | 33/165 kB
Progress (4): 242/575 kB | 184/243 kB | 45/293 kB | 33/165 kB
Progress (4): 246/575 kB | 184/243 kB | 45/293 kB | 33/165 kB
Progress (4): 246/575 kB | 184/243 kB | 45/293 kB | 37/165 kB
Progress (4): 250/575 kB | 184/243 kB | 45/293 kB | 37/165 kB
Progress (4): 250/575 kB | 188/243 kB | 45/293 kB | 37/165 kB
Progress (4): 250/575 kB | 188/243 kB | 49/293 kB | 37/165 kB
Progress (4): 250/575 kB | 192/243 kB | 49/293 kB | 37/165 kB
Progress (4): 254/575 kB | 192/243 kB | 49/293 kB | 37/165 kB
Progress (4): 254/575 kB | 192/243 kB | 49/293 kB | 41/165 kB
Progress (5): 254/575 kB | 192/243 kB | 49/293 kB | 41/165 kB | 4.1/196 kB
Progress (5): 258/575 kB | 192/243 kB | 49/293 kB | 41/165 kB | 4.1/196 kB
Progress (5): 258/575 kB | 196/243 kB | 49/293 kB | 41/165 kB | 4.1/196 kB
Progress (5): 258/575 kB | 196/243 kB | 53/293 kB | 41/165 kB | 4.1/196 kB
Progress (5): 258/575 kB | 197/243 kB | 53/293 kB | 41/165 kB | 4.1/196 kB
Progress (5): 262/575 kB | 197/243 kB | 53/293 kB | 41/165 kB | 4.1/196 kB
Progress (5): 262/575 kB | 197/243 kB | 53/293 kB | 41/165 kB | 7.7/196 kB
Progress (5): 262/575 kB | 197/243 kB | 53/293 kB | 45/165 kB | 7.7/196 kB
Progress (5): 262/575 kB | 197/243 kB | 53/293 kB | 45/165 kB | 12/196 kB 
Progress (5): 266/575 kB | 197/243 kB | 53/293 kB | 45/165 kB | 12/196 kB
Progress (5): 266/575 kB | 201/243 kB | 53/293 kB | 45/165 kB | 12/196 kB
Progress (5): 266/575 kB | 201/243 kB | 57/293 kB | 45/165 kB | 12/196 kB
Progress (5): 266/575 kB | 205/243 kB | 57/293 kB | 45/165 kB | 12/196 kB
Progress (5): 270/575 kB | 205/243 kB | 57/293 kB | 45/165 kB | 12/196 kB
Progress (5): 270/575 kB | 205/243 kB | 57/293 kB | 45/165 kB | 16/196 kB
Progress (5): 270/575 kB | 205/243 kB | 57/293 kB | 49/165 kB | 16/196 kB
Progress (5): 270/575 kB | 205/243 kB | 57/293 kB | 49/165 kB | 20/196 kB
Progress (5): 274/575 kB | 205/243 kB | 57/293 kB | 49/165 kB | 20/196 kB
Progress (5): 274/575 kB | 209/243 kB | 57/293 kB | 49/165 kB | 20/196 kB
Progress (5): 274/575 kB | 209/243 kB | 61/293 kB | 49/165 kB | 20/196 kB
Progress (5): 274/575 kB | 213/243 kB | 61/293 kB | 49/165 kB | 20/196 kB
Progress (5): 278/575 kB | 213/243 kB | 61/293 kB | 49/165 kB | 20/196 kB
Progress (5): 278/575 kB | 213/243 kB | 61/293 kB | 49/165 kB | 24/196 kB
Progress (5): 278/575 kB | 213/243 kB | 61/293 kB | 53/165 kB | 24/196 kB
Progress (5): 278/575 kB | 213/243 kB | 61/293 kB | 53/165 kB | 28/196 kB
Progress (5): 282/575 kB | 213/243 kB | 61/293 kB | 53/165 kB | 28/196 kB
Progress (5): 282/575 kB | 217/243 kB | 61/293 kB | 53/165 kB | 28/196 kB
Progress (5): 282/575 kB | 217/243 kB | 65/293 kB | 53/165 kB | 28/196 kB
Progress (5): 282/575 kB | 221/243 kB | 65/293 kB | 53/165 kB | 28/196 kB
Progress (5): 286/575 kB | 221/243 kB | 65/293 kB | 53/165 kB | 28/196 kB
Progress (5): 286/575 kB | 221/243 kB | 65/293 kB | 53/165 kB | 32/196 kB
Progress (5): 286/575 kB | 221/243 kB | 65/293 kB | 57/165 kB | 32/196 kB
Progress (5): 286/575 kB | 221/243 kB | 65/293 kB | 57/165 kB | 33/196 kB
Progress (5): 290/575 kB | 221/243 kB | 65/293 kB | 57/165 kB | 33/196 kB
Progress (5): 290/575 kB | 225/243 kB | 65/293 kB | 57/165 kB | 33/196 kB
Progress (5): 290/575 kB | 225/243 kB | 69/293 kB | 57/165 kB | 33/196 kB
Progress (5): 290/575 kB | 229/243 kB | 69/293 kB | 57/165 kB | 33/196 kB
Progress (5): 294/575 kB | 229/243 kB | 69/293 kB | 57/165 kB | 33/196 kB
Progress (5): 294/575 kB | 229/243 kB | 69/293 kB | 57/165 kB | 37/196 kB
Progress (5): 294/575 kB | 229/243 kB | 69/293 kB | 61/165 kB | 37/196 kB
Progress (5): 294/575 kB | 229/243 kB | 69/293 kB | 61/165 kB | 41/196 kB
Progress (5): 298/575 kB | 229/243 kB | 69/293 kB | 61/165 kB | 41/196 kB
Progress (5): 298/575 kB | 233/243 kB | 69/293 kB | 61/165 kB | 41/196 kB
Progress (5): 298/575 kB | 233/243 kB | 73/293 kB | 61/165 kB | 41/196 kB
Progress (5): 298/575 kB | 237/243 kB | 73/293 kB | 61/165 kB | 41/196 kB
Progress (5): 302/575 kB | 237/243 kB | 73/293 kB | 61/165 kB | 41/196 kB
Progress (5): 302/575 kB | 237/243 kB | 73/293 kB | 61/165 kB | 45/196 kB
Progress (5): 302/575 kB | 237/243 kB | 73/293 kB | 65/165 kB | 45/196 kB
Progress (5): 302/575 kB | 237/243 kB | 73/293 kB | 65/165 kB | 49/196 kB
Progress (5): 306/575 kB | 237/243 kB | 73/293 kB | 65/165 kB | 49/196 kB
Progress (5): 306/575 kB | 241/243 kB | 73/293 kB | 65/165 kB | 49/196 kB
Progress (5): 306/575 kB | 241/243 kB | 77/293 kB | 65/165 kB | 49/196 kB
Progress (5): 306/575 kB | 243 kB | 77/293 kB | 65/165 kB | 49/196 kB    
Progress (5): 310/575 kB | 243 kB | 77/293 kB | 65/165 kB | 49/196 kB
Progress (5): 310/575 kB | 243 kB | 77/293 kB | 65/165 kB | 53/196 kB
Progress (5): 310/575 kB | 243 kB | 77/293 kB | 66/165 kB | 53/196 kB
Progress (5): 310/575 kB | 243 kB | 77/293 kB | 66/165 kB | 57/196 kB
Progress (5): 314/575 kB | 243 kB | 77/293 kB | 66/165 kB | 57/196 kB
Progress (5): 314/575 kB | 243 kB | 81/293 kB | 66/165 kB | 57/196 kB
Progress (5): 318/575 kB | 243 kB | 81/293 kB | 66/165 kB | 57/196 kB
Progress (5): 318/575 kB | 243 kB | 81/293 kB | 66/165 kB | 61/196 kB
Progress (5): 318/575 kB | 243 kB | 81/293 kB | 70/165 kB | 61/196 kB
Progress (5): 318/575 kB | 243 kB | 81/293 kB | 70/165 kB | 65/196 kB
Progress (5): 322/575 kB | 243 kB | 81/293 kB | 70/165 kB | 65/196 kB
Progress (5): 322/575 kB | 243 kB | 85/293 kB | 70/165 kB | 65/196 kB
Progress (5): 326/575 kB | 243 kB | 85/293 kB | 70/165 kB | 65/196 kB
Progress (5): 326/575 kB | 243 kB | 85/293 kB | 70/165 kB | 66/196 kB
Progress (5): 326/575 kB | 243 kB | 85/293 kB | 74/165 kB | 66/196 kB
Progress (5): 326/575 kB | 243 kB | 85/293 kB | 74/165 kB | 70/196 kB
Progress (5): 330/575 kB | 243 kB | 85/293 kB | 74/165 kB | 70/196 kB
Progress (5): 330/575 kB | 243 kB | 89/293 kB | 74/165 kB | 70/196 kB
Progress (5): 334/575 kB | 243 kB | 89/293 kB | 74/165 kB | 70/196 kB
Progress (5): 334/575 kB | 243 kB | 89/293 kB | 74/165 kB | 74/196 kB
Progress (5): 334/575 kB | 243 kB | 89/293 kB | 78/165 kB | 74/196 kB
Progress (5): 334/575 kB | 243 kB | 89/293 kB | 78/165 kB | 78/196 kB
Progress (5): 338/575 kB | 243 kB | 89/293 kB | 78/165 kB | 78/196 kB
Progress (5): 338/575 kB | 243 kB | 93/293 kB | 78/165 kB | 78/196 kB
Progress (5): 342/575 kB | 243 kB | 93/293 kB | 78/165 kB | 78/196 kB
Progress (5): 342/575 kB | 243 kB | 93/293 kB | 78/165 kB | 82/196 kB
Progress (5): 342/575 kB | 243 kB | 93/293 kB | 82/165 kB | 82/196 kB
Progress (5): 342/575 kB | 243 kB | 93/293 kB | 82/165 kB | 86/196 kB
Progress (5): 346/575 kB | 243 kB | 93/293 kB | 82/165 kB | 86/196 kB
Progress (5): 346/575 kB | 243 kB | 97/293 kB | 82/165 kB | 86/196 kB
Progress (5): 350/575 kB | 243 kB | 97/293 kB | 82/165 kB | 86/196 kB
Progress (5): 350/575 kB | 243 kB | 97/293 kB | 82/165 kB | 90/196 kB
Progress (5): 350/575 kB | 243 kB | 97/293 kB | 86/165 kB | 90/196 kB
Progress (5): 350/575 kB | 243 kB | 97/293 kB | 86/165 kB | 94/196 kB
Progress (5): 354/575 kB | 243 kB | 97/293 kB | 86/165 kB | 94/196 kB
Progress (5): 354/575 kB | 243 kB | 101/293 kB | 86/165 kB | 94/196 kB
Progress (5): 358/575 kB | 243 kB | 101/293 kB | 86/165 kB | 94/196 kB
Progress (5): 358/575 kB | 243 kB | 101/293 kB | 86/165 kB | 98/196 kB
Progress (5): 358/575 kB | 243 kB | 101/293 kB | 90/165 kB | 98/196 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 897 kB/s)
Progress (4): 358/575 kB | 101/293 kB | 90/165 kB | 98/196 kB
Progress (4): 362/575 kB | 101/293 kB | 90/165 kB | 98/196 kB
Progress (4): 362/575 kB | 105/293 kB | 90/165 kB | 98/196 kB
Progress (4): 366/575 kB | 105/293 kB | 90/165 kB | 98/196 kB
Progress (4): 366/575 kB | 105/293 kB | 90/165 kB | 102/196 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar
Progress (4): 366/575 kB | 105/293 kB | 94/165 kB | 102/196 kB
Progress (4): 366/575 kB | 105/293 kB | 94/165 kB | 106/196 kB
Progress (4): 370/575 kB | 105/293 kB | 94/165 kB | 106/196 kB
Progress (4): 370/575 kB | 105/293 kB | 94/165 kB | 110/196 kB
Progress (4): 370/575 kB | 109/293 kB | 94/165 kB | 110/196 kB
Progress (4): 370/575 kB | 109/293 kB | 94/165 kB | 114/196 kB
Progress (4): 374/575 kB | 109/293 kB | 94/165 kB | 114/196 kB
Progress (4): 374/575 kB | 109/293 kB | 98/165 kB | 114/196 kB
Progress (4): 378/575 kB | 109/293 kB | 98/165 kB | 114/196 kB
Progress (4): 378/575 kB | 109/293 kB | 98/165 kB | 118/196 kB
Progress (4): 378/575 kB | 113/293 kB | 98/165 kB | 118/196 kB
Progress (4): 378/575 kB | 113/293 kB | 98/165 kB | 122/196 kB
Progress (4): 378/575 kB | 117/293 kB | 98/165 kB | 122/196 kB
Progress (4): 382/575 kB | 117/293 kB | 98/165 kB | 122/196 kB
Progress (4): 382/575 kB | 117/293 kB | 102/165 kB | 122/196 kB
Progress (4): 386/575 kB | 117/293 kB | 102/165 kB | 122/196 kB
Progress (4): 386/575 kB | 121/293 kB | 102/165 kB | 122/196 kB
Progress (4): 386/575 kB | 121/293 kB | 102/165 kB | 126/196 kB
Progress (4): 386/575 kB | 125/293 kB | 102/165 kB | 126/196 kB
Progress (4): 386/575 kB | 125/293 kB | 102/165 kB | 130/196 kB
Progress (4): 390/575 kB | 125/293 kB | 102/165 kB | 130/196 kB
Progress (4): 390/575 kB | 125/293 kB | 106/165 kB | 130/196 kB
Progress (4): 394/575 kB | 125/293 kB | 106/165 kB | 130/196 kB
Progress (4): 394/575 kB | 125/293 kB | 106/165 kB | 131/196 kB
Progress (4): 394/575 kB | 129/293 kB | 106/165 kB | 131/196 kB
Progress (4): 394/575 kB | 129/293 kB | 106/165 kB | 135/196 kB
Progress (4): 394/575 kB | 133/293 kB | 106/165 kB | 135/196 kB
Progress (4): 398/575 kB | 133/293 kB | 106/165 kB | 135/196 kB
Progress (4): 398/575 kB | 133/293 kB | 110/165 kB | 135/196 kB
Progress (4): 402/575 kB | 133/293 kB | 110/165 kB | 135/196 kB
Progress (4): 402/575 kB | 137/293 kB | 110/165 kB | 135/196 kB
Progress (4): 402/575 kB | 137/293 kB | 110/165 kB | 139/196 kB
Progress (4): 406/575 kB | 137/293 kB | 110/165 kB | 139/196 kB
Progress (4): 406/575 kB | 137/293 kB | 114/165 kB | 139/196 kB
Progress (4): 410/575 kB | 137/293 kB | 114/165 kB | 139/196 kB
Progress (4): 410/575 kB | 137/293 kB | 114/165 kB | 143/196 kB
Progress (4): 414/575 kB | 137/293 kB | 114/165 kB | 143/196 kB
Progress (4): 414/575 kB | 137/293 kB | 118/165 kB | 143/196 kB
Progress (4): 418/575 kB | 137/293 kB | 118/165 kB | 143/196 kB
Progress (4): 418/575 kB | 137/293 kB | 118/165 kB | 147/196 kB
Progress (4): 418/575 kB | 137/293 kB | 122/165 kB | 147/196 kB
Progress (4): 418/575 kB | 137/293 kB | 122/165 kB | 151/196 kB
Progress (4): 422/575 kB | 137/293 kB | 122/165 kB | 151/196 kB
Progress (4): 422/575 kB | 137/293 kB | 126/165 kB | 151/196 kB
Progress (4): 422/575 kB | 137/293 kB | 126/165 kB | 155/196 kB
Progress (4): 422/575 kB | 137/293 kB | 130/165 kB | 155/196 kB
Progress (4): 426/575 kB | 137/293 kB | 130/165 kB | 155/196 kB
Progress (4): 426/575 kB | 137/293 kB | 134/165 kB | 155/196 kB
Progress (4): 426/575 kB | 137/293 kB | 138/165 kB | 155/196 kB
Progress (4): 426/575 kB | 137/293 kB | 142/165 kB | 155/196 kB
Progress (4): 426/575 kB | 137/293 kB | 146/165 kB | 155/196 kB
Progress (4): 426/575 kB | 137/293 kB | 146/165 kB | 159/196 kB
Progress (5): 426/575 kB | 137/293 kB | 146/165 kB | 159/196 kB | 4.1/46 kB
Progress (5): 426/575 kB | 141/293 kB | 146/165 kB | 159/196 kB | 4.1/46 kB
Progress (5): 430/575 kB | 141/293 kB | 146/165 kB | 159/196 kB | 4.1/46 kB
Progress (5): 430/575 kB | 145/293 kB | 146/165 kB | 159/196 kB | 4.1/46 kB
Progress (5): 430/575 kB | 145/293 kB | 146/165 kB | 159/196 kB | 7.7/46 kB
Progress (5): 430/575 kB | 145/293 kB | 150/165 kB | 159/196 kB | 7.7/46 kB
Progress (5): 430/575 kB | 145/293 kB | 150/165 kB | 163/196 kB | 7.7/46 kB
Progress (5): 430/575 kB | 145/293 kB | 154/165 kB | 163/196 kB | 7.7/46 kB
Progress (5): 430/575 kB | 145/293 kB | 154/165 kB | 163/196 kB | 12/46 kB 
Progress (5): 430/575 kB | 149/293 kB | 154/165 kB | 163/196 kB | 12/46 kB
Progress (5): 434/575 kB | 149/293 kB | 154/165 kB | 163/196 kB | 12/46 kB
Progress (5): 434/575 kB | 153/293 kB | 154/165 kB | 163/196 kB | 12/46 kB
Progress (5): 434/575 kB | 153/293 kB | 154/165 kB | 163/196 kB | 16/46 kB
Progress (5): 434/575 kB | 153/293 kB | 158/165 kB | 163/196 kB | 16/46 kB
Progress (5): 434/575 kB | 153/293 kB | 158/165 kB | 167/196 kB | 16/46 kB
Progress (5): 434/575 kB | 153/293 kB | 162/165 kB | 167/196 kB | 16/46 kB
Progress (5): 434/575 kB | 153/293 kB | 162/165 kB | 167/196 kB | 20/46 kB
Progress (5): 434/575 kB | 157/293 kB | 162/165 kB | 167/196 kB | 20/46 kB
Progress (5): 438/575 kB | 157/293 kB | 162/165 kB | 167/196 kB | 20/46 kB
Progress (5): 438/575 kB | 161/293 kB | 162/165 kB | 167/196 kB | 20/46 kB
Progress (5): 438/575 kB | 161/293 kB | 162/165 kB | 167/196 kB | 24/46 kB
Progress (5): 438/575 kB | 161/293 kB | 165 kB | 167/196 kB | 24/46 kB    
Progress (5): 438/575 kB | 161/293 kB | 165 kB | 171/196 kB | 24/46 kB
Progress (5): 438/575 kB | 161/293 kB | 165 kB | 171/196 kB | 28/46 kB
Progress (5): 438/575 kB | 165/293 kB | 165 kB | 171/196 kB | 28/46 kB
Progress (5): 442/575 kB | 165/293 kB | 165 kB | 171/196 kB | 28/46 kB
Progress (5): 442/575 kB | 169/293 kB | 165 kB | 171/196 kB | 28/46 kB
Progress (5): 442/575 kB | 169/293 kB | 165 kB | 171/196 kB | 32/46 kB
Progress (5): 442/575 kB | 169/293 kB | 165 kB | 175/196 kB | 32/46 kB
Progress (5): 442/575 kB | 169/293 kB | 165 kB | 175/196 kB | 36/46 kB
Progress (5): 442/575 kB | 173/293 kB | 165 kB | 175/196 kB | 36/46 kB
Progress (5): 446/575 kB | 173/293 kB | 165 kB | 175/196 kB | 36/46 kB
Progress (5): 446/575 kB | 177/293 kB | 165 kB | 175/196 kB | 36/46 kB
Progress (5): 446/575 kB | 177/293 kB | 165 kB | 175/196 kB | 40/46 kB
Progress (5): 446/575 kB | 177/293 kB | 165 kB | 179/196 kB | 40/46 kB
Progress (5): 446/575 kB | 177/293 kB | 165 kB | 179/196 kB | 44/46 kB
Progress (5): 446/575 kB | 181/293 kB | 165 kB | 179/196 kB | 44/46 kB
Progress (5): 450/575 kB | 181/293 kB | 165 kB | 179/196 kB | 44/46 kB
Progress (5): 450/575 kB | 185/293 kB | 165 kB | 179/196 kB | 44/46 kB
Progress (5): 454/575 kB | 185/293 kB | 165 kB | 179/196 kB | 44/46 kB
Progress (5): 454/575 kB | 185/293 kB | 165 kB | 179/196 kB | 46 kB   
Progress (5): 454/575 kB | 185/293 kB | 165 kB | 183/196 kB | 46 kB
Progress (5): 458/575 kB | 185/293 kB | 165 kB | 183/196 kB | 46 kB
Progress (5): 458/575 kB | 189/293 kB | 165 kB | 183/196 kB | 46 kB
Progress (5): 462/575 kB | 189/293 kB | 165 kB | 183/196 kB | 46 kB
Progress (5): 462/575 kB | 189/293 kB | 165 kB | 187/196 kB | 46 kB
Progress (5): 466/575 kB | 189/293 kB | 165 kB | 187/196 kB | 46 kB
Progress (5): 466/575 kB | 189/293 kB | 165 kB | 191/196 kB | 46 kB
Progress (5): 466/575 kB | 193/293 kB | 165 kB | 191/196 kB | 46 kB
Progress (5): 466/575 kB | 193/293 kB | 165 kB | 195/196 kB | 46 kB
Progress (5): 470/575 kB | 193/293 kB | 165 kB | 195/196 kB | 46 kB
Progress (5): 470/575 kB | 193/293 kB | 165 kB | 196 kB | 46 kB    
Progress (5): 470/575 kB | 197/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 474/575 kB | 197/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 474/575 kB | 201/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 478/575 kB | 201/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 478/575 kB | 205/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 482/575 kB | 205/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 482/575 kB | 209/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 486/575 kB | 209/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 486/575 kB | 213/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 490/575 kB | 213/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 490/575 kB | 217/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 492/575 kB | 217/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 492/575 kB | 221/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 496/575 kB | 221/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 496/575 kB | 225/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 500/575 kB | 225/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 500/575 kB | 229/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 504/575 kB | 229/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 504/575 kB | 233/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 508/575 kB | 233/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 508/575 kB | 237/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 512/575 kB | 237/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 512/575 kB | 241/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 516/575 kB | 241/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 516/575 kB | 245/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 520/575 kB | 245/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 520/575 kB | 249/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 524/575 kB | 249/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 524/575 kB | 253/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 528/575 kB | 253/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 528/575 kB | 257/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 532/575 kB | 257/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 532/575 kB | 261/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 536/575 kB | 261/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 536/575 kB | 265/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 540/575 kB | 265/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 540/575 kB | 269/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 544/575 kB | 269/293 kB | 165 kB | 196 kB | 46 kB
Progress (5): 544/575 kB | 273/293 kB | 165 kB | 196 kB | 46 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 457 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 126 kB/s)
Progress (3): 544/575 kB | 277/293 kB | 196 kB
Progress (3): 548/575 kB | 277/293 kB | 196 kB
Progress (3): 548/575 kB | 281/293 kB | 196 kB
Progress (3): 552/575 kB | 281/293 kB | 196 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 542 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Progress (2): 556/575 kB | 281/293 kB
Progress (2): 556/575 kB | 285/293 kB
Progress (2): 556/575 kB | 289/293 kB
Progress (2): 560/575 kB | 289/293 kB
Progress (2): 560/575 kB | 293 kB    
Progress (2): 564/575 kB | 293 kB
Progress (2): 568/575 kB | 293 kB
Progress (2): 572/575 kB | 293 kB
Progress (2): 575 kB | 293 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.5 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 784 kB/s)
Progress (1): 4.1/450 kB
Progress (1): 7.7/450 kB
Progress (2): 7.7/450 kB | 4.1/262 kB
Progress (2): 12/450 kB | 4.1/262 kB 
Progress (2): 12/450 kB | 7.7/262 kB
Progress (2): 16/450 kB | 7.7/262 kB
Progress (2): 16/450 kB | 12/262 kB 
Progress (2): 20/450 kB | 12/262 kB
Progress (2): 20/450 kB | 16/262 kB
Progress (2): 24/450 kB | 16/262 kB
Progress (2): 24/450 kB | 20/262 kB
Progress (2): 28/450 kB | 20/262 kB
Progress (2): 28/450 kB | 24/262 kB
Progress (2): 32/450 kB | 24/262 kB
Progress (2): 32/450 kB | 28/262 kB
Progress (2): 33/450 kB | 28/262 kB
Progress (2): 33/450 kB | 32/262 kB
Progress (2): 33/450 kB | 33/262 kB
Progress (3): 33/450 kB | 33/262 kB | 4.1/316 kB
Progress (3): 37/450 kB | 33/262 kB | 4.1/316 kB
Progress (3): 37/450 kB | 33/262 kB | 7.7/316 kB
Progress (3): 37/450 kB | 37/262 kB | 7.7/316 kB
Progress (3): 41/450 kB | 37/262 kB | 7.7/316 kB
Progress (3): 41/450 kB | 37/262 kB | 12/316 kB 
Progress (3): 41/450 kB | 41/262 kB | 12/316 kB
Progress (3): 41/450 kB | 41/262 kB | 16/316 kB
Progress (3): 45/450 kB | 41/262 kB | 16/316 kB
Progress (3): 45/450 kB | 45/262 kB | 16/316 kB
Progress (3): 45/450 kB | 45/262 kB | 20/316 kB
Progress (3): 49/450 kB | 45/262 kB | 20/316 kB
Progress (3): 49/450 kB | 45/262 kB | 24/316 kB
Progress (3): 49/450 kB | 49/262 kB | 24/316 kB
Progress (3): 53/450 kB | 49/262 kB | 24/316 kB
Progress (3): 53/450 kB | 49/262 kB | 28/316 kB
Progress (3): 57/450 kB | 49/262 kB | 28/316 kB
Progress (3): 57/450 kB | 53/262 kB | 28/316 kB
Progress (3): 57/450 kB | 53/262 kB | 32/316 kB
Progress (3): 57/450 kB | 57/262 kB | 32/316 kB
Progress (3): 61/450 kB | 57/262 kB | 32/316 kB
Progress (3): 61/450 kB | 57/262 kB | 36/316 kB
Progress (3): 65/450 kB | 57/262 kB | 36/316 kB
Progress (3): 65/450 kB | 61/262 kB | 36/316 kB
Progress (3): 65/450 kB | 61/262 kB | 40/316 kB
Progress (3): 69/450 kB | 61/262 kB | 40/316 kB
Progress (3): 69/450 kB | 65/262 kB | 40/316 kB
Progress (3): 69/450 kB | 65/262 kB | 44/316 kB
Progress (3): 73/450 kB | 65/262 kB | 44/316 kB
Progress (3): 73/450 kB | 65/262 kB | 48/316 kB
Progress (3): 73/450 kB | 66/262 kB | 48/316 kB
Progress (3): 77/450 kB | 66/262 kB | 48/316 kB
Progress (3): 77/450 kB | 70/262 kB | 48/316 kB
Progress (3): 77/450 kB | 70/262 kB | 52/316 kB
Progress (3): 77/450 kB | 74/262 kB | 52/316 kB
Progress (3): 81/450 kB | 74/262 kB | 52/316 kB
Progress (3): 81/450 kB | 74/262 kB | 56/316 kB
Progress (3): 81/450 kB | 78/262 kB | 56/316 kB
Progress (3): 85/450 kB | 78/262 kB | 56/316 kB
Progress (3): 85/450 kB | 78/262 kB | 60/316 kB
Progress (3): 85/450 kB | 82/262 kB | 60/316 kB
Progress (3): 85/450 kB | 82/262 kB | 64/316 kB
Progress (3): 89/450 kB | 82/262 kB | 64/316 kB
Progress (3): 89/450 kB | 86/262 kB | 64/316 kB
Progress (3): 89/450 kB | 86/262 kB | 68/316 kB
Progress (3): 89/450 kB | 90/262 kB | 68/316 kB
Progress (3): 93/450 kB | 90/262 kB | 68/316 kB
Progress (3): 93/450 kB | 90/262 kB | 72/316 kB
Progress (3): 97/450 kB | 90/262 kB | 72/316 kB
Progress (3): 97/450 kB | 94/262 kB | 72/316 kB
Progress (3): 97/450 kB | 94/262 kB | 76/316 kB
Progress (3): 98/450 kB | 94/262 kB | 76/316 kB
Progress (3): 98/450 kB | 94/262 kB | 80/316 kB
Progress (3): 98/450 kB | 98/262 kB | 80/316 kB
Progress (3): 102/450 kB | 98/262 kB | 80/316 kB
Progress (3): 102/450 kB | 98/262 kB | 80/316 kB
Progress (3): 102/450 kB | 98/262 kB | 84/316 kB
Progress (3): 106/450 kB | 98/262 kB | 84/316 kB
Progress (3): 106/450 kB | 98/262 kB | 88/316 kB
Progress (3): 106/450 kB | 102/262 kB | 88/316 kB
Progress (3): 110/450 kB | 102/262 kB | 88/316 kB
Progress (3): 110/450 kB | 106/262 kB | 88/316 kB
Progress (3): 110/450 kB | 106/262 kB | 92/316 kB
Progress (3): 114/450 kB | 106/262 kB | 92/316 kB
Progress (3): 114/450 kB | 106/262 kB | 96/316 kB
Progress (3): 114/450 kB | 110/262 kB | 96/316 kB
Progress (3): 118/450 kB | 110/262 kB | 96/316 kB
Progress (3): 122/450 kB | 110/262 kB | 96/316 kB
Progress (3): 126/450 kB | 110/262 kB | 96/316 kB
Progress (3): 130/450 kB | 110/262 kB | 96/316 kB
Progress (3): 130/450 kB | 110/262 kB | 100/316 kB
Progress (3): 130/450 kB | 110/262 kB | 104/316 kB
Progress (3): 130/450 kB | 110/262 kB | 108/316 kB
Progress (3): 130/450 kB | 110/262 kB | 112/316 kB
Progress (3): 130/450 kB | 110/262 kB | 116/316 kB
Progress (3): 130/450 kB | 110/262 kB | 120/316 kB
Progress (3): 130/450 kB | 110/262 kB | 124/316 kB
Progress (3): 130/450 kB | 114/262 kB | 124/316 kB
Progress (3): 130/450 kB | 114/262 kB | 128/316 kB
Progress (3): 130/450 kB | 118/262 kB | 128/316 kB
Progress (3): 134/450 kB | 118/262 kB | 128/316 kB
Progress (3): 134/450 kB | 122/262 kB | 128/316 kB
Progress (3): 134/450 kB | 122/262 kB | 132/316 kB
Progress (3): 138/450 kB | 122/262 kB | 132/316 kB
Progress (3): 138/450 kB | 122/262 kB | 136/316 kB
Progress (3): 138/450 kB | 126/262 kB | 136/316 kB
Progress (3): 142/450 kB | 126/262 kB | 136/316 kB
Progress (3): 142/450 kB | 130/262 kB | 136/316 kB
Progress (3): 142/450 kB | 130/262 kB | 140/316 kB
Progress (3): 146/450 kB | 130/262 kB | 140/316 kB
Progress (3): 146/450 kB | 130/262 kB | 144/316 kB
Progress (3): 146/450 kB | 134/262 kB | 144/316 kB
Progress (3): 150/450 kB | 134/262 kB | 144/316 kB
Progress (3): 150/450 kB | 138/262 kB | 144/316 kB
Progress (3): 150/450 kB | 138/262 kB | 148/316 kB
Progress (3): 154/450 kB | 138/262 kB | 148/316 kB
Progress (3): 154/450 kB | 142/262 kB | 148/316 kB
Progress (3): 154/450 kB | 142/262 kB | 152/316 kB
Progress (3): 154/450 kB | 146/262 kB | 152/316 kB
Progress (3): 158/450 kB | 146/262 kB | 152/316 kB
Progress (3): 158/450 kB | 150/262 kB | 152/316 kB
Progress (3): 158/450 kB | 150/262 kB | 156/316 kB
Progress (3): 158/450 kB | 154/262 kB | 156/316 kB
Progress (3): 162/450 kB | 154/262 kB | 156/316 kB
Progress (3): 162/450 kB | 154/262 kB | 160/316 kB
Progress (3): 162/450 kB | 158/262 kB | 160/316 kB
Progress (3): 162/450 kB | 158/262 kB | 164/316 kB
Progress (3): 166/450 kB | 158/262 kB | 164/316 kB
Progress (3): 166/450 kB | 158/262 kB | 168/316 kB
Progress (3): 166/450 kB | 162/262 kB | 168/316 kB
Progress (3): 170/450 kB | 162/262 kB | 168/316 kB
Progress (3): 170/450 kB | 164/262 kB | 168/316 kB
Progress (3): 170/450 kB | 164/262 kB | 172/316 kB
Progress (3): 174/450 kB | 164/262 kB | 172/316 kB
Progress (3): 174/450 kB | 164/262 kB | 176/316 kB
Progress (3): 174/450 kB | 168/262 kB | 176/316 kB
Progress (3): 178/450 kB | 168/262 kB | 176/316 kB
Progress (3): 178/450 kB | 172/262 kB | 176/316 kB
Progress (3): 178/450 kB | 172/262 kB | 180/316 kB
Progress (3): 182/450 kB | 172/262 kB | 180/316 kB
Progress (3): 182/450 kB | 172/262 kB | 184/316 kB
Progress (3): 182/450 kB | 176/262 kB | 184/316 kB
Progress (3): 186/450 kB | 176/262 kB | 184/316 kB
Progress (3): 186/450 kB | 180/262 kB | 184/316 kB
Progress (3): 186/450 kB | 180/262 kB | 188/316 kB
Progress (3): 190/450 kB | 180/262 kB | 188/316 kB
Progress (3): 190/450 kB | 180/262 kB | 192/316 kB
Progress (3): 190/450 kB | 184/262 kB | 192/316 kB
Progress (3): 194/450 kB | 184/262 kB | 192/316 kB
Progress (3): 194/450 kB | 184/262 kB | 196/316 kB
Progress (3): 198/450 kB | 184/262 kB | 196/316 kB
Progress (3): 198/450 kB | 188/262 kB | 196/316 kB
Progress (3): 202/450 kB | 188/262 kB | 196/316 kB
Progress (3): 202/450 kB | 192/262 kB | 196/316 kB
Progress (3): 202/450 kB | 192/262 kB | 200/316 kB
Progress (3): 202/450 kB | 196/262 kB | 200/316 kB
Progress (3): 206/450 kB | 196/262 kB | 200/316 kB
Progress (3): 206/450 kB | 197/262 kB | 200/316 kB
Progress (3): 206/450 kB | 197/262 kB | 204/316 kB
Progress (3): 210/450 kB | 197/262 kB | 204/316 kB
Progress (3): 210/450 kB | 197/262 kB | 208/316 kB
Progress (3): 210/450 kB | 201/262 kB | 208/316 kB
Progress (3): 214/450 kB | 201/262 kB | 208/316 kB
Progress (3): 214/450 kB | 205/262 kB | 208/316 kB
Progress (3): 214/450 kB | 205/262 kB | 212/316 kB
Progress (3): 218/450 kB | 205/262 kB | 212/316 kB
Progress (3): 218/450 kB | 205/262 kB | 216/316 kB
Progress (3): 218/450 kB | 209/262 kB | 216/316 kB
Progress (3): 222/450 kB | 209/262 kB | 216/316 kB
Progress (3): 222/450 kB | 213/262 kB | 216/316 kB
Progress (3): 222/450 kB | 213/262 kB | 220/316 kB
Progress (3): 226/450 kB | 213/262 kB | 220/316 kB
Progress (3): 226/450 kB | 213/262 kB | 224/316 kB
Progress (3): 230/450 kB | 213/262 kB | 224/316 kB
Progress (3): 230/450 kB | 217/262 kB | 224/316 kB
Progress (3): 234/450 kB | 217/262 kB | 224/316 kB
Progress (3): 234/450 kB | 217/262 kB | 228/316 kB
Progress (3): 238/450 kB | 217/262 kB | 228/316 kB
Progress (3): 238/450 kB | 221/262 kB | 228/316 kB
Progress (3): 242/450 kB | 221/262 kB | 228/316 kB
Progress (3): 242/450 kB | 221/262 kB | 232/316 kB
Progress (3): 242/450 kB | 225/262 kB | 232/316 kB
Progress (3): 246/450 kB | 225/262 kB | 232/316 kB
Progress (3): 246/450 kB | 229/262 kB | 232/316 kB
Progress (3): 246/450 kB | 229/262 kB | 236/316 kB
Progress (3): 250/450 kB | 229/262 kB | 236/316 kB
Progress (3): 250/450 kB | 229/262 kB | 240/316 kB
Progress (3): 250/450 kB | 233/262 kB | 240/316 kB
Progress (3): 254/450 kB | 233/262 kB | 240/316 kB
Progress (3): 254/450 kB | 237/262 kB | 240/316 kB
Progress (3): 254/450 kB | 237/262 kB | 244/316 kB
Progress (3): 254/450 kB | 241/262 kB | 244/316 kB
Progress (3): 258/450 kB | 241/262 kB | 244/316 kB
Progress (3): 258/450 kB | 245/262 kB | 244/316 kB
Progress (3): 258/450 kB | 245/262 kB | 248/316 kB
Progress (3): 262/450 kB | 245/262 kB | 248/316 kB
Progress (3): 262/450 kB | 249/262 kB | 248/316 kB
Progress (3): 266/450 kB | 249/262 kB | 248/316 kB
Progress (3): 266/450 kB | 249/262 kB | 252/316 kB
Progress (3): 266/450 kB | 253/262 kB | 252/316 kB
Progress (3): 266/450 kB | 253/262 kB | 256/316 kB
Progress (3): 270/450 kB | 253/262 kB | 256/316 kB
Progress (3): 270/450 kB | 253/262 kB | 260/316 kB
Progress (3): 270/450 kB | 257/262 kB | 260/316 kB
Progress (3): 270/450 kB | 257/262 kB | 264/316 kB
Progress (3): 274/450 kB | 257/262 kB | 264/316 kB
Progress (3): 274/450 kB | 257/262 kB | 268/316 kB
Progress (3): 274/450 kB | 261/262 kB | 268/316 kB
Progress (3): 274/450 kB | 261/262 kB | 272/316 kB
Progress (3): 278/450 kB | 261/262 kB | 272/316 kB
Progress (3): 278/450 kB | 262 kB | 272/316 kB    
Progress (3): 282/450 kB | 262 kB | 272/316 kB
Progress (3): 282/450 kB | 262 kB | 276/316 kB
Progress (3): 286/450 kB | 262 kB | 276/316 kB
Progress (3): 286/450 kB | 262 kB | 280/316 kB
Progress (3): 290/450 kB | 262 kB | 280/316 kB
Progress (3): 290/450 kB | 262 kB | 284/316 kB
Progress (3): 294/450 kB | 262 kB | 284/316 kB
Progress (3): 294/450 kB | 262 kB | 288/316 kB
Progress (3): 298/450 kB | 262 kB | 288/316 kB
Progress (3): 298/450 kB | 262 kB | 292/316 kB
Progress (3): 302/450 kB | 262 kB | 292/316 kB
Progress (3): 302/450 kB | 262 kB | 296/316 kB
Progress (3): 306/450 kB | 262 kB | 296/316 kB
Progress (3): 306/450 kB | 262 kB | 300/316 kB
Progress (3): 310/450 kB | 262 kB | 300/316 kB
Progress (3): 310/450 kB | 262 kB | 304/316 kB
Progress (3): 314/450 kB | 262 kB | 304/316 kB
Progress (3): 314/450 kB | 262 kB | 308/316 kB
Progress (3): 318/450 kB | 262 kB | 308/316 kB
Progress (3): 318/450 kB | 262 kB | 312/316 kB
Progress (3): 322/450 kB | 262 kB | 312/316 kB
Progress (3): 322/450 kB | 262 kB | 316/316 kB
Progress (3): 326/450 kB | 262 kB | 316/316 kB
Progress (3): 326/450 kB | 262 kB | 316 kB    
Progress (3): 330/450 kB | 262 kB | 316 kB
Progress (3): 334/450 kB | 262 kB | 316 kB
Progress (3): 338/450 kB | 262 kB | 316 kB
Progress (3): 342/450 kB | 262 kB | 316 kB
Progress (3): 346/450 kB | 262 kB | 316 kB
Progress (3): 350/450 kB | 262 kB | 316 kB
Progress (3): 354/450 kB | 262 kB | 316 kB
Progress (3): 358/450 kB | 262 kB | 316 kB
Progress (3): 362/450 kB | 262 kB | 316 kB
Progress (3): 366/450 kB | 262 kB | 316 kB
Progress (3): 370/450 kB | 262 kB | 316 kB
Progress (3): 374/450 kB | 262 kB | 316 kB
Progress (3): 378/450 kB | 262 kB | 316 kB
Progress (3): 382/450 kB | 262 kB | 316 kB
Progress (3): 386/450 kB | 262 kB | 316 kB
Progress (3): 390/450 kB | 262 kB | 316 kB
Progress (3): 393/450 kB | 262 kB | 316 kB
Progress (3): 397/450 kB | 262 kB | 316 kB
Progress (3): 401/450 kB | 262 kB | 316 kB
Progress (3): 405/450 kB | 262 kB | 316 kB
Progress (3): 409/450 kB | 262 kB | 316 kB
Progress (3): 413/450 kB | 262 kB | 316 kB
Progress (3): 417/450 kB | 262 kB | 316 kB
Progress (3): 421/450 kB | 262 kB | 316 kB
Progress (3): 425/450 kB | 262 kB | 316 kB
Progress (3): 429/450 kB | 262 kB | 316 kB
Progress (3): 433/450 kB | 262 kB | 316 kB
Progress (3): 437/450 kB | 262 kB | 316 kB
Progress (3): 441/450 kB | 262 kB | 316 kB
Progress (3): 445/450 kB | 262 kB | 316 kB
Progress (3): 449/450 kB | 262 kB | 316 kB
Progress (3): 450 kB | 262 kB | 316 kB    
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 675 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 559 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 952 kB/s)
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 1 mojo descriptor.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.M2.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.M2-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0.M2/eclipse-collections-code-generator-maven-plugin-10.1.0.M2.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0.M2/eclipse-collections-code-generator-maven-plugin-10.1.0.M2.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0.M2/eclipse-collections-code-generator-maven-plugin-10.1.0.M2-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
[INFO] Building Eclipse Collections API 10.1.0.M2                        [4/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
[INFO] 
[INFO] --- eclipse-collections-code-generator-maven-plugin:10.1.0.M2:generate (default) @ eclipse-collections-api ---
[INFO] Generating sources to eclipse-collections-api
[INFO] Generated 1163 files
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1383 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M2.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M2-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-api ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0.M2/eclipse-collections-api-10.1.0.M2.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0.M2/eclipse-collections-api-10.1.0.M2.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0.M2/eclipse-collections-api-10.1.0.M2-sources.jar
[INFO] 
[INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
[INFO] Building Eclipse Collections Main Library 10.1.0.M2               [5/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
[INFO] 
[INFO] --- eclipse-collections-code-generator-maven-plugin:10.1.0.M2:generate (default) @ eclipse-collections ---
[INFO] Generating sources to eclipse-collections
[INFO] Generated 1429 files
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 24 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2077 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[55,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[80,25] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2298,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2302,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2308,83] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2310,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2312,34] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2314,32] Unsafe is internal proprietary API and may be removed in a future release
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0.M2.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0.M2-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.1.0.M2/eclipse-collections-10.1.0.M2.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.1.0.M2/eclipse-collections-10.1.0.M2.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.1.0.M2/eclipse-collections-10.1.0.M2-sources.jar
[INFO] 
[INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
[INFO] Building Eclipse Collections Test Utilities 10.1.0.M2             [6/10]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.pom (4.4 kB at 864 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.5/org.jacoco.build-0.8.5.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/jacoco/org.jacoco.build/0.8.5/org.jacoco.build-0.8.5.pom (41 kB at 2.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.jar
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/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.jar (53 kB at 2.8 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
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 48 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 283 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 243 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.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/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 527 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.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/9/maven-parent-9.pom (33 kB at 2.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.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 97 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 603 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 271 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 157 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.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/maven-parent/7/maven-parent-7.pom (21 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Progress (1): 765 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 42 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.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/maven/2.0.2/maven-2.0.2.pom (13 kB at 878 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 100 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 34 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 93 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Progress (1): 588 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 42 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 400 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 162 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.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/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 379 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Progress (1): 4.1/9.8 kB
Progress (1): 7.7/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 653 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 283 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 203 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.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/2.0.10/maven-2.0.10.pom (24 kB at 1.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 160 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 222 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 140 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 193 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 129 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 116 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 134 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.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.10/maven-plugin-api-2.0.10.pom (1.5 kB at 107 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 98 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 122 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 248 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 402 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 147 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Progress (1): 738 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 49 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 227 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 518 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 255 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 360 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 198 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 107 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 79 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 366 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Progress (1): 4.1/9.1 kB
Progress (1): 7.7/9.1 kB
Progress (1): 9.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 606 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Progress (1): 346 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 25 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.pom (3.5 kB at 219 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.pom (2.1 kB at 139 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 184 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.pom (3.7 kB at 245 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.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.2/asm-tree-7.2.pom (3.1 kB at 184 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.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.2/asm-analysis-7.2.pom (3.2 kB at 226 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.pom (1.9 kB at 134 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.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 (2): 20/39 kB | 4.1/49 kB
Progress (2): 24/39 kB | 4.1/49 kB
Progress (2): 24/39 kB | 7.7/49 kB
Progress (2): 28/39 kB | 7.7/49 kB
Progress (2): 28/39 kB | 12/49 kB 
Progress (2): 32/39 kB | 12/49 kB
Progress (2): 32/39 kB | 16/49 kB
Progress (2): 36/39 kB | 16/49 kB
Progress (2): 36/39 kB | 20/49 kB
Progress (2): 39 kB | 20/49 kB   
Progress (2): 39 kB | 24/49 kB
Progress (2): 39 kB | 28/49 kB
Progress (2): 39 kB | 32/49 kB
Progress (2): 39 kB | 36/49 kB
Progress (2): 39 kB | 40/49 kB
Progress (2): 39 kB | 44/49 kB
Progress (2): 39 kB | 48/49 kB
Progress (2): 39 kB | 49 kB   
Progress (3): 39 kB | 49 kB | 4.1/38 kB
Progress (3): 39 kB | 49 kB | 7.7/38 kB
Progress (4): 39 kB | 49 kB | 7.7/38 kB | 4.1/43 kB
Progress (4): 39 kB | 49 kB | 12/38 kB | 4.1/43 kB 
Progress (4): 39 kB | 49 kB | 12/38 kB | 7.7/43 kB
Progress (4): 39 kB | 49 kB | 16/38 kB | 7.7/43 kB
Progress (4): 39 kB | 49 kB | 16/38 kB | 12/43 kB 
Progress (4): 39 kB | 49 kB | 16/38 kB | 16/43 kB
Progress (4): 39 kB | 49 kB | 20/38 kB | 16/43 kB
Progress (4): 39 kB | 49 kB | 20/38 kB | 20/43 kB
Progress (4): 39 kB | 49 kB | 24/38 kB | 20/43 kB
Progress (4): 39 kB | 49 kB | 24/38 kB | 24/43 kB
Progress (4): 39 kB | 49 kB | 28/38 kB | 24/43 kB
Progress (4): 39 kB | 49 kB | 28/38 kB | 28/43 kB
Progress (4): 39 kB | 49 kB | 32/38 kB | 28/43 kB
Progress (4): 39 kB | 49 kB | 32/38 kB | 32/43 kB
Progress (4): 39 kB | 49 kB | 36/38 kB | 32/43 kB
Progress (4): 39 kB | 49 kB | 36/38 kB | 36/43 kB
Progress (4): 39 kB | 49 kB | 38 kB | 36/43 kB   
Progress (4): 39 kB | 49 kB | 38 kB | 40/43 kB
Progress (4): 39 kB | 49 kB | 38 kB | 43 kB   
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 854 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 971 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar
Progress (1): 4.1/237 kB
Progress (1): 7.7/237 kB
Progress (1): 12/237 kB 
Progress (1): 16/237 kB
Progress (1): 20/237 kB
Progress (1): 24/237 kB
Progress (1): 28/237 kB
Progress (1): 32/237 kB
Progress (1): 36/237 kB
Progress (1): 40/237 kB
Progress (1): 44/237 kB
Progress (1): 48/237 kB
Progress (1): 52/237 kB
Progress (1): 56/237 kB
Progress (1): 60/237 kB
Progress (1): 64/237 kB
Progress (1): 68/237 kB
Progress (2): 68/237 kB | 4.1/245 kB
Progress (2): 72/237 kB | 4.1/245 kB
Progress (2): 72/237 kB | 7.7/245 kB
Progress (2): 76/237 kB | 7.7/245 kB
Progress (2): 80/237 kB | 7.7/245 kB
Progress (2): 80/237 kB | 12/245 kB 
Progress (2): 84/237 kB | 12/245 kB
Progress (2): 84/237 kB | 16/245 kB
Progress (2): 88/237 kB | 16/245 kB
Progress (2): 88/237 kB | 20/245 kB
Progress (2): 92/237 kB | 20/245 kB
Progress (2): 92/237 kB | 24/245 kB
Progress (2): 96/237 kB | 24/245 kB
Progress (2): 96/237 kB | 28/245 kB
Progress (2): 100/237 kB | 28/245 kB
Progress (2): 100/237 kB | 32/245 kB
Progress (2): 104/237 kB | 32/245 kB
Progress (2): 104/237 kB | 33/245 kB
Progress (2): 108/237 kB | 33/245 kB
Progress (2): 108/237 kB | 37/245 kB
Progress (2): 112/237 kB | 37/245 kB
Progress (2): 112/237 kB | 41/245 kB
Progress (2): 116/237 kB | 41/245 kB
Progress (2): 116/237 kB | 45/245 kB
Progress (2): 120/237 kB | 45/245 kB
Progress (2): 120/237 kB | 49/245 kB
Progress (2): 124/237 kB | 49/245 kB
Progress (2): 124/237 kB | 53/245 kB
Progress (2): 128/237 kB | 53/245 kB
Progress (2): 128/237 kB | 57/245 kB
Progress (2): 132/237 kB | 57/245 kB
Progress (2): 132/237 kB | 61/245 kB
Progress (2): 136/237 kB | 61/245 kB
Progress (2): 136/237 kB | 65/245 kB
Progress (2): 136/237 kB | 66/245 kB
Progress (2): 140/237 kB | 66/245 kB
Progress (2): 144/237 kB | 66/245 kB
Progress (2): 144/237 kB | 70/245 kB
Progress (2): 144/237 kB | 74/245 kB
Progress (2): 148/237 kB | 74/245 kB
Progress (2): 152/237 kB | 74/245 kB
Progress (2): 152/237 kB | 78/245 kB
Progress (2): 156/237 kB | 78/245 kB
Progress (2): 156/237 kB | 82/245 kB
Progress (2): 156/237 kB | 86/245 kB
Progress (2): 156/237 kB | 90/245 kB
Progress (2): 160/237 kB | 90/245 kB
Progress (2): 160/237 kB | 94/245 kB
Progress (2): 164/237 kB | 94/245 kB
Progress (3): 164/237 kB | 94/245 kB | 4.1/17 kB
Progress (3): 164/237 kB | 98/245 kB | 4.1/17 kB
Progress (3): 164/237 kB | 98/245 kB | 7.7/17 kB
Progress (3): 164/237 kB | 102/245 kB | 7.7/17 kB
Progress (3): 168/237 kB | 102/245 kB | 7.7/17 kB
Progress (3): 168/237 kB | 106/245 kB | 7.7/17 kB
Progress (3): 168/237 kB | 106/245 kB | 12/17 kB 
Progress (3): 168/237 kB | 110/245 kB | 12/17 kB
Progress (4): 168/237 kB | 110/245 kB | 12/17 kB | 4.1/123 kB
Progress (4): 168/237 kB | 114/245 kB | 12/17 kB | 4.1/123 kB
Progress (4): 168/237 kB | 114/245 kB | 16/17 kB | 4.1/123 kB
Progress (4): 168/237 kB | 118/245 kB | 16/17 kB | 4.1/123 kB
Progress (5): 168/237 kB | 118/245 kB | 16/17 kB | 4.1/123 kB | 4.1/37 kB
Progress (5): 172/237 kB | 118/245 kB | 16/17 kB | 4.1/123 kB | 4.1/37 kB
Progress (5): 172/237 kB | 118/245 kB | 16/17 kB | 4.1/123 kB | 7.7/37 kB
Progress (5): 172/237 kB | 122/245 kB | 16/17 kB | 4.1/123 kB | 7.7/37 kB
Progress (5): 172/237 kB | 122/245 kB | 17 kB | 4.1/123 kB | 7.7/37 kB   
Progress (5): 172/237 kB | 122/245 kB | 17 kB | 7.7/123 kB | 7.7/37 kB
Progress (5): 172/237 kB | 126/245 kB | 17 kB | 7.7/123 kB | 7.7/37 kB
Progress (5): 172/237 kB | 126/245 kB | 17 kB | 7.7/123 kB | 12/37 kB 
Progress (5): 176/237 kB | 126/245 kB | 17 kB | 7.7/123 kB | 12/37 kB
Progress (5): 176/237 kB | 126/245 kB | 17 kB | 7.7/123 kB | 16/37 kB
Progress (5): 176/237 kB | 130/245 kB | 17 kB | 7.7/123 kB | 16/37 kB
Progress (5): 176/237 kB | 130/245 kB | 17 kB | 12/123 kB | 16/37 kB 
Progress (5): 176/237 kB | 134/245 kB | 17 kB | 12/123 kB | 16/37 kB
Progress (5): 176/237 kB | 134/245 kB | 17 kB | 12/123 kB | 20/37 kB
Progress (5): 180/237 kB | 134/245 kB | 17 kB | 12/123 kB | 20/37 kB
Progress (5): 180/237 kB | 134/245 kB | 17 kB | 12/123 kB | 24/37 kB
Progress (5): 180/237 kB | 138/245 kB | 17 kB | 12/123 kB | 24/37 kB
Progress (5): 180/237 kB | 138/245 kB | 17 kB | 16/123 kB | 24/37 kB
Progress (5): 180/237 kB | 142/245 kB | 17 kB | 16/123 kB | 24/37 kB
Progress (5): 180/237 kB | 142/245 kB | 17 kB | 16/123 kB | 28/37 kB
Progress (5): 184/237 kB | 142/245 kB | 17 kB | 16/123 kB | 28/37 kB
Progress (5): 184/237 kB | 142/245 kB | 17 kB | 16/123 kB | 32/37 kB
Progress (5): 184/237 kB | 146/245 kB | 17 kB | 16/123 kB | 32/37 kB
Progress (5): 184/237 kB | 146/245 kB | 17 kB | 20/123 kB | 32/37 kB
Progress (5): 184/237 kB | 150/245 kB | 17 kB | 20/123 kB | 32/37 kB
Progress (5): 184/237 kB | 150/245 kB | 17 kB | 20/123 kB | 36/37 kB
Progress (5): 188/237 kB | 150/245 kB | 17 kB | 20/123 kB | 36/37 kB
Progress (5): 188/237 kB | 150/245 kB | 17 kB | 20/123 kB | 37 kB   
Progress (5): 188/237 kB | 154/245 kB | 17 kB | 20/123 kB | 37 kB
Progress (5): 188/237 kB | 154/245 kB | 17 kB | 24/123 kB | 37 kB
Progress (5): 188/237 kB | 158/245 kB | 17 kB | 24/123 kB | 37 kB
Progress (5): 188/237 kB | 158/245 kB | 17 kB | 28/123 kB | 37 kB
Progress (5): 192/237 kB | 158/245 kB | 17 kB | 28/123 kB | 37 kB
Progress (5): 192/237 kB | 158/245 kB | 17 kB | 32/123 kB | 37 kB
Progress (5): 196/237 kB | 158/245 kB | 17 kB | 32/123 kB | 37 kB
Progress (5): 196/237 kB | 162/245 kB | 17 kB | 32/123 kB | 37 kB
Progress (5): 200/237 kB | 162/245 kB | 17 kB | 32/123 kB | 37 kB
Progress (5): 200/237 kB | 162/245 kB | 17 kB | 36/123 kB | 37 kB
Progress (5): 204/237 kB | 162/245 kB | 17 kB | 36/123 kB | 37 kB
Progress (5): 204/237 kB | 166/245 kB | 17 kB | 36/123 kB | 37 kB
Progress (5): 208/237 kB | 166/245 kB | 17 kB | 36/123 kB | 37 kB
Progress (5): 208/237 kB | 166/245 kB | 17 kB | 40/123 kB | 37 kB
Progress (5): 212/237 kB | 166/245 kB | 17 kB | 40/123 kB | 37 kB
Progress (5): 212/237 kB | 170/245 kB | 17 kB | 40/123 kB | 37 kB
Progress (5): 216/237 kB | 170/245 kB | 17 kB | 40/123 kB | 37 kB
Progress (5): 216/237 kB | 174/245 kB | 17 kB | 40/123 kB | 37 kB
Progress (5): 216/237 kB | 174/245 kB | 17 kB | 44/123 kB | 37 kB
Progress (5): 216/237 kB | 178/245 kB | 17 kB | 44/123 kB | 37 kB
Progress (5): 220/237 kB | 178/245 kB | 17 kB | 44/123 kB | 37 kB
Progress (5): 220/237 kB | 178/245 kB | 17 kB | 48/123 kB | 37 kB
Progress (5): 224/237 kB | 178/245 kB | 17 kB | 48/123 kB | 37 kB
Progress (5): 224/237 kB | 182/245 kB | 17 kB | 48/123 kB | 37 kB
Progress (5): 228/237 kB | 182/245 kB | 17 kB | 48/123 kB | 37 kB
Progress (5): 228/237 kB | 182/245 kB | 17 kB | 52/123 kB | 37 kB
Progress (5): 232/237 kB | 182/245 kB | 17 kB | 52/123 kB | 37 kB
Progress (5): 232/237 kB | 186/245 kB | 17 kB | 52/123 kB | 37 kB
Progress (5): 236/237 kB | 186/245 kB | 17 kB | 52/123 kB | 37 kB
Progress (5): 236/237 kB | 186/245 kB | 17 kB | 56/123 kB | 37 kB
Progress (5): 237 kB | 186/245 kB | 17 kB | 56/123 kB | 37 kB    
Progress (5): 237 kB | 190/245 kB | 17 kB | 56/123 kB | 37 kB
Progress (5): 237 kB | 190/245 kB | 17 kB | 60/123 kB | 37 kB
Progress (5): 237 kB | 194/245 kB | 17 kB | 60/123 kB | 37 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 197 kB/s)
Progress (4): 237 kB | 194/245 kB | 64/123 kB | 37 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar
Progress (4): 237 kB | 198/245 kB | 64/123 kB | 37 kB
Progress (4): 237 kB | 198/245 kB | 68/123 kB | 37 kB
Progress (4): 237 kB | 202/245 kB | 68/123 kB | 37 kB
Progress (4): 237 kB | 202/245 kB | 72/123 kB | 37 kB
Progress (4): 237 kB | 206/245 kB | 72/123 kB | 37 kB
Progress (4): 237 kB | 206/245 kB | 76/123 kB | 37 kB
Progress (4): 237 kB | 210/245 kB | 76/123 kB | 37 kB
Progress (4): 237 kB | 210/245 kB | 80/123 kB | 37 kB
Progress (4): 237 kB | 214/245 kB | 80/123 kB | 37 kB
Progress (4): 237 kB | 214/245 kB | 84/123 kB | 37 kB
Progress (4): 237 kB | 218/245 kB | 84/123 kB | 37 kB
Progress (4): 237 kB | 218/245 kB | 88/123 kB | 37 kB
Progress (4): 237 kB | 222/245 kB | 88/123 kB | 37 kB
Progress (4): 237 kB | 222/245 kB | 92/123 kB | 37 kB
Progress (4): 237 kB | 226/245 kB | 92/123 kB | 37 kB
Progress (4): 237 kB | 226/245 kB | 96/123 kB | 37 kB
Progress (4): 237 kB | 230/245 kB | 96/123 kB | 37 kB
Progress (4): 237 kB | 230/245 kB | 100/123 kB | 37 kB
Progress (4): 237 kB | 234/245 kB | 100/123 kB | 37 kB
Progress (4): 237 kB | 234/245 kB | 104/123 kB | 37 kB
Progress (4): 237 kB | 238/245 kB | 104/123 kB | 37 kB
Progress (4): 237 kB | 238/245 kB | 108/123 kB | 37 kB
Progress (4): 237 kB | 242/245 kB | 108/123 kB | 37 kB
Progress (4): 237 kB | 242/245 kB | 112/123 kB | 37 kB
Progress (4): 237 kB | 245 kB | 112/123 kB | 37 kB    
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar (37 kB at 415 kB/s)
Progress (3): 237 kB | 245 kB | 116/123 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 2.7 MB/s)
Progress (2): 245 kB | 120/123 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar
Progress (2): 245 kB | 123 kB
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 2.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar (123 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Progress (1): 4.1/158 kB
Progress (1): 7.7/158 kB
Progress (1): 12/158 kB 
Progress (1): 16/158 kB
Progress (1): 20/158 kB
Progress (1): 24/158 kB
Progress (1): 28/158 kB
Progress (1): 32/158 kB
Progress (1): 36/158 kB
Progress (2): 36/158 kB | 0/1.2 MB
Progress (2): 40/158 kB | 0/1.2 MB
Progress (2): 40/158 kB | 0/1.2 MB
Progress (2): 44/158 kB | 0/1.2 MB
Progress (2): 44/158 kB | 0/1.2 MB
Progress (2): 48/158 kB | 0/1.2 MB
Progress (2): 48/158 kB | 0/1.2 MB
Progress (2): 52/158 kB | 0/1.2 MB
Progress (2): 52/158 kB | 0/1.2 MB
Progress (2): 56/158 kB | 0/1.2 MB
Progress (2): 56/158 kB | 0/1.2 MB
Progress (2): 60/158 kB | 0/1.2 MB
Progress (2): 60/158 kB | 0/1.2 MB
Progress (2): 64/158 kB | 0/1.2 MB
Progress (2): 64/158 kB | 0/1.2 MB
Progress (2): 68/158 kB | 0/1.2 MB
Progress (2): 68/158 kB | 0/1.2 MB
Progress (2): 72/158 kB | 0/1.2 MB
Progress (2): 72/158 kB | 0/1.2 MB
Progress (2): 76/158 kB | 0/1.2 MB
Progress (2): 76/158 kB | 0/1.2 MB
Progress (2): 80/158 kB | 0/1.2 MB
Progress (2): 80/158 kB | 0/1.2 MB
Progress (2): 84/158 kB | 0/1.2 MB
Progress (2): 84/158 kB | 0.1/1.2 MB
Progress (2): 88/158 kB | 0.1/1.2 MB
Progress (2): 88/158 kB | 0.1/1.2 MB
Progress (2): 92/158 kB | 0.1/1.2 MB
Progress (2): 92/158 kB | 0.1/1.2 MB
Progress (2): 96/158 kB | 0.1/1.2 MB
Progress (2): 96/158 kB | 0.1/1.2 MB
Progress (2): 100/158 kB | 0.1/1.2 MB
Progress (2): 100/158 kB | 0.1/1.2 MB
Progress (2): 104/158 kB | 0.1/1.2 MB
Progress (2): 104/158 kB | 0.1/1.2 MB
Progress (2): 108/158 kB | 0.1/1.2 MB
Progress (3): 108/158 kB | 0.1/1.2 MB | 4.1/305 kB
Progress (3): 108/158 kB | 0.1/1.2 MB | 4.1/305 kB
Progress (3): 112/158 kB | 0.1/1.2 MB | 4.1/305 kB
Progress (3): 112/158 kB | 0.1/1.2 MB | 4.1/305 kB
Progress (3): 112/158 kB | 0.1/1.2 MB | 7.7/305 kB
Progress (3): 112/158 kB | 0.1/1.2 MB | 7.7/305 kB
Progress (3): 116/158 kB | 0.1/1.2 MB | 7.7/305 kB
Progress (3): 116/158 kB | 0.1/1.2 MB | 7.7/305 kB
Progress (3): 116/158 kB | 0.1/1.2 MB | 12/305 kB 
Progress (3): 120/158 kB | 0.1/1.2 MB | 12/305 kB
Progress (3): 120/158 kB | 0.1/1.2 MB | 12/305 kB
Progress (3): 120/158 kB | 0.1/1.2 MB | 16/305 kB
Progress (3): 120/158 kB | 0.1/1.2 MB | 16/305 kB
Progress (3): 124/158 kB | 0.1/1.2 MB | 16/305 kB
Progress (3): 124/158 kB | 0.1/1.2 MB | 20/305 kB
Progress (3): 128/158 kB | 0.1/1.2 MB | 20/305 kB
Progress (3): 128/158 kB | 0.1/1.2 MB | 20/305 kB
Progress (3): 132/158 kB | 0.1/1.2 MB | 20/305 kB
Progress (3): 132/158 kB | 0.1/1.2 MB | 24/305 kB
Progress (3): 136/158 kB | 0.1/1.2 MB | 24/305 kB
Progress (3): 136/158 kB | 0.1/1.2 MB | 24/305 kB
Progress (3): 140/158 kB | 0.1/1.2 MB | 24/305 kB
Progress (3): 140/158 kB | 0.1/1.2 MB | 28/305 kB
Progress (3): 144/158 kB | 0.1/1.2 MB | 28/305 kB
Progress (3): 144/158 kB | 0.1/1.2 MB | 28/305 kB
Progress (3): 148/158 kB | 0.1/1.2 MB | 28/305 kB
Progress (3): 148/158 kB | 0.1/1.2 MB | 32/305 kB
Progress (3): 152/158 kB | 0.1/1.2 MB | 32/305 kB
Progress (3): 152/158 kB | 0.1/1.2 MB | 32/305 kB
Progress (3): 156/158 kB | 0.1/1.2 MB | 32/305 kB
Progress (3): 156/158 kB | 0.1/1.2 MB | 36/305 kB
Progress (3): 156/158 kB | 0.1/1.2 MB | 36/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 36/305 kB    
Progress (3): 158 kB | 0.1/1.2 MB | 36/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 40/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 40/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 44/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 44/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 48/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 48/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 52/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 52/305 kB
Progress (3): 158 kB | 0.1/1.2 MB | 56/305 kB
Progress (4): 158 kB | 0.1/1.2 MB | 56/305 kB | 4.1/30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 56/305 kB | 4.1/30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 56/305 kB | 7.7/30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 60/305 kB | 7.7/30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 60/305 kB | 12/30 kB 
Progress (4): 158 kB | 0.1/1.2 MB | 60/305 kB | 12/30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 60/305 kB | 12/30 kB
Progress (4): 158 kB | 0.2/1.2 MB | 60/305 kB | 12/30 kB
Progress (4): 158 kB | 0.2/1.2 MB | 60/305 kB | 12/30 kB
Progress (4): 158 kB | 0.2/1.2 MB | 60/305 kB | 12/30 kB
Progress (4): 158 kB | 0.2/1.2 MB | 60/305 kB | 12/30 kB
Progress (4): 158 kB | 0.2/1.2 MB | 60/305 kB | 12/30 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Progress (3): 0.2/1.2 MB | 60/305 kB | 16/30 kB
Progress (3): 0.2/1.2 MB | 64/305 kB | 16/30 kB
Progress (3): 0.2/1.2 MB | 64/305 kB | 16/30 kB
Progress (3): 0.2/1.2 MB | 64/305 kB | 20/30 kB
Progress (3): 0.2/1.2 MB | 64/305 kB | 20/30 kB
Progress (3): 0.2/1.2 MB | 68/305 kB | 20/30 kB
Progress (4): 0.2/1.2 MB | 68/305 kB | 20/30 kB | 4.1/11 kB
Progress (4): 0.2/1.2 MB | 68/305 kB | 24/30 kB | 4.1/11 kB
Progress (4): 0.2/1.2 MB | 68/305 kB | 24/30 kB | 7.7/11 kB
Progress (4): 0.2/1.2 MB | 68/305 kB | 28/30 kB | 7.7/11 kB
Progress (4): 0.2/1.2 MB | 68/305 kB | 28/30 kB | 7.7/11 kB
Progress (4): 0.2/1.2 MB | 72/305 kB | 28/30 kB | 7.7/11 kB
Progress (4): 0.2/1.2 MB | 72/305 kB | 28/30 kB | 7.7/11 kB
Progress (4): 0.2/1.2 MB | 72/305 kB | 30 kB | 7.7/11 kB   
Progress (4): 0.2/1.2 MB | 72/305 kB | 30 kB | 11 kB    
Progress (4): 0.2/1.2 MB | 72/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 76/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 76/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 80/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 80/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 84/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 84/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 88/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 88/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 92/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 92/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 96/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 96/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 100/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 100/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 104/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 104/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 108/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 108/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 112/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 112/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 116/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 116/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 120/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 120/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 124/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 124/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 128/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 128/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 132/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 132/305 kB | 30 kB | 11 kB
Progress (4): 0.2/1.2 MB | 136/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 136/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 140/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 140/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 144/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 144/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 148/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 148/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 152/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 152/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 156/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 156/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 160/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 160/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 164/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 164/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 168/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 168/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 172/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 172/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 176/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 176/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 180/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 180/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 184/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 184/305 kB | 30 kB | 11 kB
Progress (4): 0.3/1.2 MB | 188/305 kB | 30 kB | 11 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 167 kB/s)
Progress (3): 0.3/1.2 MB | 188/305 kB | 11 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
Progress (3): 0.3/1.2 MB | 192/305 kB | 11 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar (11 kB at 62 kB/s)
Progress (2): 0.3/1.2 MB | 192/305 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
Progress (2): 0.3/1.2 MB | 196/305 kB
Progress (3): 0.3/1.2 MB | 196/305 kB | 4.1/30 kB
Progress (3): 0.3/1.2 MB | 196/305 kB | 4.1/30 kB
Progress (3): 0.3/1.2 MB | 196/305 kB | 7.7/30 kB
Progress (3): 0.3/1.2 MB | 200/305 kB | 7.7/30 kB
Progress (3): 0.3/1.2 MB | 200/305 kB | 7.7/30 kB
Progress (3): 0.3/1.2 MB | 200/305 kB | 12/30 kB 
Progress (3): 0.3/1.2 MB | 200/305 kB | 12/30 kB
Progress (3): 0.3/1.2 MB | 204/305 kB | 12/30 kB
Progress (3): 0.3/1.2 MB | 204/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 208/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 208/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 212/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 212/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 216/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 216/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 220/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 220/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 224/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 224/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 228/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 228/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 232/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 232/305 kB | 16/30 kB
Progress (3): 0.3/1.2 MB | 236/305 kB | 16/30 kB
Progress (3): 0.4/1.2 MB | 236/305 kB | 16/30 kB
Progress (3): 0.4/1.2 MB | 240/305 kB | 16/30 kB
Progress (3): 0.4/1.2 MB | 240/305 kB | 16/30 kB
Progress (3): 0.4/1.2 MB | 244/305 kB | 16/30 kB
Progress (3): 0.4/1.2 MB | 244/305 kB | 16/30 kB
Progress (3): 0.4/1.2 MB | 248/305 kB | 16/30 kB
Progress (3): 0.4/1.2 MB | 248/305 kB | 16/30 kB
Progress (3): 0.4/1.2 MB | 252/305 kB | 16/30 kB
Progress (3): 0.4/1.2 MB | 252/305 kB | 20/30 kB
Progress (3): 0.4/1.2 MB | 256/305 kB | 20/30 kB
Progress (3): 0.4/1.2 MB | 256/305 kB | 20/30 kB
Progress (3): 0.4/1.2 MB | 260/305 kB | 20/30 kB
Progress (3): 0.4/1.2 MB | 260/305 kB | 24/30 kB
Progress (3): 0.4/1.2 MB | 260/305 kB | 24/30 kB
Progress (3): 0.4/1.2 MB | 260/305 kB | 28/30 kB
Progress (3): 0.4/1.2 MB | 264/305 kB | 28/30 kB
Progress (3): 0.4/1.2 MB | 264/305 kB | 30 kB   
Progress (3): 0.4/1.2 MB | 264/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 268/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 268/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 272/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 272/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 276/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 276/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 280/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 280/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 284/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 284/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 288/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 288/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 292/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 292/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 296/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 296/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 300/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 300/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 304/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 304/305 kB | 30 kB
Progress (3): 0.4/1.2 MB | 305 kB | 30 kB    
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 4.1/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 4.1/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 7.7/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 7.7/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 12/50 kB 
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 12/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 16/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 16/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 20/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 20/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 24/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 24/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 28/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 28/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 32/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 32/50 kB
Progress (4): 0.4/1.2 MB | 305 kB | 30 kB | 36/50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 36/50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 40/50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 40/50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 44/50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 44/50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 48/50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 48/50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB   
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB
Progress (4): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB
Progress (5): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB | 4.1/52 kB
Progress (5): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB | 4.1/52 kB
Progress (5): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB | 7.7/52 kB
Progress (5): 0.5/1.2 MB | 305 kB | 30 kB | 50 kB | 7.7/52 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 153 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
Progress (4): 0.5/1.2 MB | 305 kB | 50 kB | 7.7/52 kB
Progress (4): 0.5/1.2 MB | 305 kB | 50 kB | 12/52 kB 
Progress (4): 0.5/1.2 MB | 305 kB | 50 kB | 12/52 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
Progress (3): 0.5/1.2 MB | 50 kB | 12/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 16/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 16/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 20/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 20/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 24/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 24/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 28/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 28/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 32/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 32/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 36/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 36/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 40/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 40/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 44/52 kB
Progress (3): 0.5/1.2 MB | 50 kB | 44/52 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 251 kB/s)
Progress (2): 0.5/1.2 MB | 48/52 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Progress (2): 0.6/1.2 MB | 48/52 kB
Progress (2): 0.6/1.2 MB | 52/52 kB
Progress (2): 0.6/1.2 MB | 52 kB   
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 7.7/15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 12/15 kB 
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB   
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 4.1/91 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 7.7/91 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 12/91 kB 
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 16/91 kB
Progress (5): 0.6/1.2 MB | 52 kB | 15 kB | 16/91 kB | 4.1/37 kB
Progress (5): 0.6/1.2 MB | 52 kB | 15 kB | 20/91 kB | 4.1/37 kB
Progress (5): 0.6/1.2 MB | 52 kB | 15 kB | 20/91 kB | 4.1/37 kB
Progress (5): 0.6/1.2 MB | 52 kB | 15 kB | 24/91 kB | 4.1/37 kB
Progress (5): 0.6/1.2 MB | 52 kB | 15 kB | 24/91 kB | 7.7/37 kB
Progress (5): 0.6/1.2 MB | 52 kB | 15 kB | 28/91 kB | 7.7/37 kB
Progress (5): 0.6/1.2 MB | 52 kB | 15 kB | 28/91 kB | 12/37 kB 
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 192 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Progress (4): 0.6/1.2 MB | 15 kB | 28/91 kB | 12/37 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 55 kB/s)
Progress (3): 0.7/1.2 MB | 28/91 kB | 12/37 kB
Progress (3): 0.7/1.2 MB | 28/91 kB | 16/37 kB
Progress (3): 0.7/1.2 MB | 32/91 kB | 16/37 kB
Progress (3): 0.7/1.2 MB | 32/91 kB | 20/37 kB
Progress (3): 0.7/1.2 MB | 32/91 kB | 20/37 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar
Progress (3): 0.7/1.2 MB | 32/91 kB | 20/37 kB
Progress (3): 0.7/1.2 MB | 32/91 kB | 24/37 kB
Progress (3): 0.7/1.2 MB | 33/91 kB | 24/37 kB
Progress (3): 0.7/1.2 MB | 33/91 kB | 28/37 kB
Progress (3): 0.7/1.2 MB | 33/91 kB | 28/37 kB
Progress (3): 0.7/1.2 MB | 33/91 kB | 32/37 kB
Progress (3): 0.7/1.2 MB | 37/91 kB | 32/37 kB
Progress (3): 0.7/1.2 MB | 37/91 kB | 36/37 kB
Progress (3): 0.7/1.2 MB | 37/91 kB | 36/37 kB
Progress (3): 0.7/1.2 MB | 37/91 kB | 37 kB   
Progress (3): 0.7/1.2 MB | 41/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 41/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 45/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 45/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 49/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 49/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 53/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 53/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 57/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 57/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 61/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 61/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 65/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 65/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 69/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 69/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 73/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 73/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 77/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 77/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 81/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 81/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 85/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 85/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 89/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 89/91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 91 kB | 37 kB   
Progress (3): 0.7/1.2 MB | 91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 91 kB | 37 kB
Progress (3): 0.7/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
Progress (3): 0.8/1.2 MB | 91 kB | 37 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 132 kB/s)
Progress (2): 0.8/1.2 MB | 91 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.jar
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.9/1.2 MB | 91 kB
Progress (2): 0.9/1.2 MB | 91 kB
Progress (2): 0.9/1.2 MB | 91 kB
Progress (2): 0.9/1.2 MB | 91 kB
Progress (2): 0.9/1.2 MB | 91 kB
Progress (2): 0.9/1.2 MB | 91 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 317 kB/s)
Progress (2): 0.9/1.2 MB | 4.1/282 kB
Progress (2): 0.9/1.2 MB | 4.1/282 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar
Progress (2): 0.9/1.2 MB | 4.1/282 kB
Progress (2): 0.9/1.2 MB | 7.7/282 kB
Progress (2): 0.9/1.2 MB | 7.7/282 kB
Progress (2): 0.9/1.2 MB | 7.7/282 kB
Progress (2): 0.9/1.2 MB | 12/282 kB 
Progress (2): 0.9/1.2 MB | 12/282 kB
Progress (2): 0.9/1.2 MB | 16/282 kB
Progress (2): 0.9/1.2 MB | 16/282 kB
Progress (2): 0.9/1.2 MB | 20/282 kB
Progress (2): 0.9/1.2 MB | 20/282 kB
Progress (2): 0.9/1.2 MB | 24/282 kB
Progress (2): 0.9/1.2 MB | 24/282 kB
Progress (2): 0.9/1.2 MB | 28/282 kB
Progress (2): 0.9/1.2 MB | 28/282 kB
Progress (2): 0.9/1.2 MB | 32/282 kB
Progress (2): 0.9/1.2 MB | 32/282 kB
Progress (2): 0.9/1.2 MB | 33/282 kB
Progress (2): 0.9/1.2 MB | 33/282 kB
Progress (2): 0.9/1.2 MB | 37/282 kB
Progress (2): 0.9/1.2 MB | 37/282 kB
Progress (2): 0.9/1.2 MB | 41/282 kB
Progress (2): 0.9/1.2 MB | 41/282 kB
Progress (2): 0.9/1.2 MB | 41/282 kB
Progress (2): 0.9/1.2 MB | 45/282 kB
Progress (2): 0.9/1.2 MB | 45/282 kB
Progress (2): 0.9/1.2 MB | 49/282 kB
Progress (2): 0.9/1.2 MB | 49/282 kB
Progress (2): 0.9/1.2 MB | 53/282 kB
Progress (2): 0.9/1.2 MB | 53/282 kB
Progress (2): 0.9/1.2 MB | 57/282 kB
Progress (2): 0.9/1.2 MB | 57/282 kB
Progress (2): 0.9/1.2 MB | 61/282 kB
Progress (2): 0.9/1.2 MB | 61/282 kB
Progress (2): 0.9/1.2 MB | 65/282 kB
Progress (2): 1.0/1.2 MB | 65/282 kB
Progress (2): 1.0/1.2 MB | 66/282 kB
Progress (2): 1.0/1.2 MB | 66/282 kB
Progress (2): 1.0/1.2 MB | 70/282 kB
Progress (2): 1.0/1.2 MB | 70/282 kB
Progress (2): 1.0/1.2 MB | 74/282 kB
Progress (2): 1.0/1.2 MB | 74/282 kB
Progress (2): 1.0/1.2 MB | 74/282 kB
Progress (2): 1.0/1.2 MB | 78/282 kB
Progress (2): 1.0/1.2 MB | 78/282 kB
Progress (2): 1.0/1.2 MB | 82/282 kB
Progress (2): 1.0/1.2 MB | 82/282 kB
Progress (2): 1.0/1.2 MB | 86/282 kB
Progress (2): 1.0/1.2 MB | 86/282 kB
Progress (2): 1.0/1.2 MB | 90/282 kB
Progress (2): 1.0/1.2 MB | 90/282 kB
Progress (2): 1.0/1.2 MB | 94/282 kB
Progress (2): 1.0/1.2 MB | 94/282 kB
Progress (2): 1.0/1.2 MB | 98/282 kB
Progress (2): 1.0/1.2 MB | 98/282 kB
Progress (2): 1.0/1.2 MB | 98/282 kB
Progress (2): 1.0/1.2 MB | 98/282 kB
Progress (2): 1.0/1.2 MB | 102/282 kB
Progress (2): 1.0/1.2 MB | 102/282 kB
Progress (2): 1.0/1.2 MB | 106/282 kB
Progress (2): 1.0/1.2 MB | 106/282 kB
Progress (2): 1.0/1.2 MB | 106/282 kB
Progress (2): 1.0/1.2 MB | 110/282 kB
Progress (3): 1.0/1.2 MB | 110/282 kB | 4.1/109 kB
Progress (3): 1.0/1.2 MB | 114/282 kB | 4.1/109 kB
Progress (3): 1.0/1.2 MB | 114/282 kB | 4.1/109 kB
Progress (3): 1.0/1.2 MB | 114/282 kB | 7.7/109 kB
Progress (3): 1.0/1.2 MB | 118/282 kB | 7.7/109 kB
Progress (3): 1.0/1.2 MB | 118/282 kB | 7.7/109 kB
Progress (3): 1.0/1.2 MB | 122/282 kB | 7.7/109 kB
Progress (3): 1.0/1.2 MB | 122/282 kB | 12/109 kB 
Progress (3): 1.0/1.2 MB | 126/282 kB | 12/109 kB
Progress (3): 1.0/1.2 MB | 126/282 kB | 12/109 kB
Progress (3): 1.0/1.2 MB | 130/282 kB | 12/109 kB
Progress (3): 1.0/1.2 MB | 130/282 kB | 16/109 kB
Progress (3): 1.0/1.2 MB | 131/282 kB | 16/109 kB
Progress (3): 1.0/1.2 MB | 131/282 kB | 16/109 kB
Progress (3): 1.0/1.2 MB | 131/282 kB | 20/109 kB
Progress (3): 1.0/1.2 MB | 131/282 kB | 20/109 kB
Progress (3): 1.0/1.2 MB | 135/282 kB | 20/109 kB
Progress (3): 1.0/1.2 MB | 135/282 kB | 20/109 kB
Progress (3): 1.0/1.2 MB | 135/282 kB | 24/109 kB
Progress (3): 1.0/1.2 MB | 135/282 kB | 24/109 kB
Progress (3): 1.0/1.2 MB | 139/282 kB | 24/109 kB
Progress (3): 1.0/1.2 MB | 139/282 kB | 28/109 kB
Progress (3): 1.0/1.2 MB | 139/282 kB | 28/109 kB
Progress (4): 1.0/1.2 MB | 139/282 kB | 28/109 kB | 4.1/195 kB
Progress (4): 1.0/1.2 MB | 139/282 kB | 28/109 kB | 4.1/195 kB
Progress (4): 1.0/1.2 MB | 143/282 kB | 28/109 kB | 4.1/195 kB
Progress (4): 1.0/1.2 MB | 143/282 kB | 32/109 kB | 4.1/195 kB
Progress (4): 1.0/1.2 MB | 147/282 kB | 32/109 kB | 4.1/195 kB
Progress (4): 1.0/1.2 MB | 147/282 kB | 32/109 kB | 4.1/195 kB
Progress (4): 1.0/1.2 MB | 147/282 kB | 32/109 kB | 7.7/195 kB
Progress (4): 1.1/1.2 MB | 147/282 kB | 32/109 kB | 7.7/195 kB
Progress (4): 1.1/1.2 MB | 151/282 kB | 32/109 kB | 7.7/195 kB
Progress (4): 1.1/1.2 MB | 151/282 kB | 33/109 kB | 7.7/195 kB
Progress (4): 1.1/1.2 MB | 155/282 kB | 33/109 kB | 7.7/195 kB
Progress (4): 1.1/1.2 MB | 155/282 kB | 33/109 kB | 12/195 kB 
Progress (4): 1.1/1.2 MB | 155/282 kB | 33/109 kB | 12/195 kB
Progress (4): 1.1/1.2 MB | 155/282 kB | 33/109 kB | 16/195 kB
Progress (4): 1.1/1.2 MB | 159/282 kB | 33/109 kB | 16/195 kB
Progress (4): 1.1/1.2 MB | 159/282 kB | 37/109 kB | 16/195 kB
Progress (5): 1.1/1.2 MB | 159/282 kB | 37/109 kB | 16/195 kB | 4.1/115 kB
Progress (5): 1.1/1.2 MB | 159/282 kB | 41/109 kB | 16/195 kB | 4.1/115 kB
Progress (5): 1.1/1.2 MB | 163/282 kB | 41/109 kB | 16/195 kB | 4.1/115 kB
Progress (5): 1.1/1.2 MB | 163/282 kB | 41/109 kB | 20/195 kB | 4.1/115 kB
Progress (5): 1.1/1.2 MB | 163/282 kB | 41/109 kB | 20/195 kB | 4.1/115 kB
Progress (5): 1.1/1.2 MB | 163/282 kB | 41/109 kB | 24/195 kB | 4.1/115 kB
Progress (5): 1.1/1.2 MB | 164/282 kB | 41/109 kB | 24/195 kB | 4.1/115 kB
Progress (5): 1.1/1.2 MB | 164/282 kB | 45/109 kB | 24/195 kB | 4.1/115 kB
Progress (5): 1.1/1.2 MB | 164/282 kB | 45/109 kB | 24/195 kB | 7.7/115 kB
Progress (5): 1.1/1.2 MB | 164/282 kB | 49/109 kB | 24/195 kB | 7.7/115 kB
Progress (5): 1.1/1.2 MB | 168/282 kB | 49/109 kB | 24/195 kB | 7.7/115 kB
Progress (5): 1.1/1.2 MB | 168/282 kB | 49/109 kB | 28/195 kB | 7.7/115 kB
Progress (5): 1.1/1.2 MB | 168/282 kB | 49/109 kB | 28/195 kB | 7.7/115 kB
Progress (5): 1.1/1.2 MB | 168/282 kB | 49/109 kB | 32/195 kB | 7.7/115 kB
Progress (5): 1.1/1.2 MB | 172/282 kB | 49/109 kB | 32/195 kB | 7.7/115 kB
Progress (5): 1.1/1.2 MB | 172/282 kB | 53/109 kB | 32/195 kB | 7.7/115 kB
Progress (5): 1.1/1.2 MB | 172/282 kB | 53/109 kB | 32/195 kB | 12/115 kB 
Progress (5): 1.1/1.2 MB | 172/282 kB | 57/109 kB | 32/195 kB | 12/115 kB
Progress (5): 1.1/1.2 MB | 176/282 kB | 57/109 kB | 32/195 kB | 12/115 kB
Progress (5): 1.1/1.2 MB | 176/282 kB | 57/109 kB | 36/195 kB | 12/115 kB
Progress (5): 1.1/1.2 MB | 176/282 kB | 57/109 kB | 36/195 kB | 12/115 kB
Progress (5): 1.1/1.2 MB | 176/282 kB | 57/109 kB | 40/195 kB | 12/115 kB
Progress (5): 1.1/1.2 MB | 180/282 kB | 57/109 kB | 40/195 kB | 12/115 kB
Progress (5): 1.1/1.2 MB | 180/282 kB | 61/109 kB | 40/195 kB | 12/115 kB
Progress (5): 1.1/1.2 MB | 180/282 kB | 61/109 kB | 40/195 kB | 16/115 kB
Progress (5): 1.1/1.2 MB | 180/282 kB | 65/109 kB | 40/195 kB | 16/115 kB
Progress (5): 1.1/1.2 MB | 184/282 kB | 65/109 kB | 40/195 kB | 16/115 kB
Progress (5): 1.1/1.2 MB | 184/282 kB | 65/109 kB | 44/195 kB | 16/115 kB
Progress (5): 1.1/1.2 MB | 184/282 kB | 65/109 kB | 44/195 kB | 16/115 kB
Progress (5): 1.1/1.2 MB | 184/282 kB | 65/109 kB | 48/195 kB | 16/115 kB
Progress (5): 1.1/1.2 MB | 188/282 kB | 65/109 kB | 48/195 kB | 16/115 kB
Progress (5): 1.1/1.2 MB | 188/282 kB | 65/109 kB | 52/195 kB | 16/115 kB
Progress (5): 1.1/1.2 MB | 188/282 kB | 66/109 kB | 52/195 kB | 16/115 kB
Progress (5): 1.1/1.2 MB | 188/282 kB | 66/109 kB | 52/195 kB | 20/115 kB
Progress (5): 1.1/1.2 MB | 188/282 kB | 70/109 kB | 52/195 kB | 20/115 kB
Progress (5): 1.1/1.2 MB | 188/282 kB | 70/109 kB | 56/195 kB | 20/115 kB
Progress (5): 1.1/1.2 MB | 192/282 kB | 70/109 kB | 56/195 kB | 20/115 kB
Progress (5): 1.1/1.2 MB | 192/282 kB | 70/109 kB | 56/195 kB | 20/115 kB
Progress (5): 1.1/1.2 MB | 196/282 kB | 70/109 kB | 56/195 kB | 20/115 kB
Progress (5): 1.1/1.2 MB | 196/282 kB | 70/109 kB | 60/195 kB | 20/115 kB
Progress (5): 1.1/1.2 MB | 196/282 kB | 74/109 kB | 60/195 kB | 20/115 kB
Progress (5): 1.1/1.2 MB | 196/282 kB | 74/109 kB | 60/195 kB | 24/115 kB
Progress (5): 1.1/1.2 MB | 196/282 kB | 78/109 kB | 60/195 kB | 24/115 kB
Progress (5): 1.1/1.2 MB | 196/282 kB | 78/109 kB | 60/195 kB | 28/115 kB
Progress (5): 1.1/1.2 MB | 196/282 kB | 78/109 kB | 64/195 kB | 28/115 kB
Progress (5): 1.1/1.2 MB | 197/282 kB | 78/109 kB | 64/195 kB | 28/115 kB
Progress (5): 1.1/1.2 MB | 197/282 kB | 78/109 kB | 64/195 kB | 28/115 kB
Progress (5): 1.1/1.2 MB | 201/282 kB | 78/109 kB | 64/195 kB | 28/115 kB
Progress (5): 1.1/1.2 MB | 201/282 kB | 78/109 kB | 68/195 kB | 28/115 kB
Progress (5): 1.1/1.2 MB | 201/282 kB | 78/109 kB | 68/195 kB | 32/115 kB
Progress (5): 1.1/1.2 MB | 201/282 kB | 82/109 kB | 68/195 kB | 32/115 kB
Progress (5): 1.1/1.2 MB | 201/282 kB | 82/109 kB | 68/195 kB | 33/115 kB
Progress (5): 1.1/1.2 MB | 201/282 kB | 82/109 kB | 72/195 kB | 33/115 kB
Progress (5): 1.1/1.2 MB | 205/282 kB | 82/109 kB | 72/195 kB | 33/115 kB
Progress (5): 1.1/1.2 MB | 205/282 kB | 82/109 kB | 72/195 kB | 33/115 kB
Progress (5): 1.1/1.2 MB | 209/282 kB | 82/109 kB | 72/195 kB | 33/115 kB
Progress (5): 1.1/1.2 MB | 209/282 kB | 82/109 kB | 76/195 kB | 33/115 kB
Progress (5): 1.1/1.2 MB | 209/282 kB | 82/109 kB | 76/195 kB | 37/115 kB
Progress (5): 1.1/1.2 MB | 209/282 kB | 86/109 kB | 76/195 kB | 37/115 kB
Progress (5): 1.1/1.2 MB | 209/282 kB | 86/109 kB | 76/195 kB | 41/115 kB
Progress (5): 1.1/1.2 MB | 209/282 kB | 86/109 kB | 80/195 kB | 41/115 kB
Progress (5): 1.1/1.2 MB | 213/282 kB | 86/109 kB | 80/195 kB | 41/115 kB
Progress (5): 1.1/1.2 MB | 213/282 kB | 86/109 kB | 80/195 kB | 41/115 kB
Progress (5): 1.1/1.2 MB | 217/282 kB | 86/109 kB | 80/195 kB | 41/115 kB
Progress (5): 1.1/1.2 MB | 217/282 kB | 86/109 kB | 84/195 kB | 41/115 kB
Progress (5): 1.1/1.2 MB | 217/282 kB | 86/109 kB | 84/195 kB | 45/115 kB
Progress (5): 1.1/1.2 MB | 217/282 kB | 90/109 kB | 84/195 kB | 45/115 kB
Progress (5): 1.1/1.2 MB | 217/282 kB | 90/109 kB | 84/195 kB | 49/115 kB
Progress (5): 1.1/1.2 MB | 217/282 kB | 90/109 kB | 88/195 kB | 49/115 kB
Progress (5): 1.1/1.2 MB | 221/282 kB | 90/109 kB | 88/195 kB | 49/115 kB
Progress (5): 1.1/1.2 MB | 221/282 kB | 90/109 kB | 88/195 kB | 49/115 kB
Progress (5): 1.1/1.2 MB | 225/282 kB | 90/109 kB | 88/195 kB | 49/115 kB
Progress (5): 1.1/1.2 MB | 225/282 kB | 90/109 kB | 92/195 kB | 49/115 kB
Progress (5): 1.1/1.2 MB | 225/282 kB | 90/109 kB | 92/195 kB | 53/115 kB
Progress (5): 1.1/1.2 MB | 225/282 kB | 94/109 kB | 92/195 kB | 53/115 kB
Progress (5): 1.1/1.2 MB | 225/282 kB | 94/109 kB | 92/195 kB | 57/115 kB
Progress (5): 1.1/1.2 MB | 225/282 kB | 94/109 kB | 96/195 kB | 57/115 kB
Progress (5): 1.1/1.2 MB | 229/282 kB | 94/109 kB | 96/195 kB | 57/115 kB
Progress (5): 1.1/1.2 MB | 229/282 kB | 94/109 kB | 96/195 kB | 57/115 kB
Progress (5): 1.1/1.2 MB | 229/282 kB | 94/109 kB | 96/195 kB | 57/115 kB
Progress (5): 1.1/1.2 MB | 229/282 kB | 94/109 kB | 100/195 kB | 57/115 kB
Progress (5): 1.1/1.2 MB | 229/282 kB | 94/109 kB | 100/195 kB | 61/115 kB
Progress (5): 1.1/1.2 MB | 229/282 kB | 98/109 kB | 100/195 kB | 61/115 kB
Progress (5): 1.1/1.2 MB | 229/282 kB | 98/109 kB | 100/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 229/282 kB | 98/109 kB | 104/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 233/282 kB | 98/109 kB | 104/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 233/282 kB | 98/109 kB | 104/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 237/282 kB | 98/109 kB | 104/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 237/282 kB | 98/109 kB | 108/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 237/282 kB | 98/109 kB | 108/195 kB | 66/115 kB
Progress (5): 1.1/1.2 MB | 237/282 kB | 102/109 kB | 108/195 kB | 66/115 kB
Progress (5): 1.1/1.2 MB | 237/282 kB | 102/109 kB | 108/195 kB | 70/115 kB
Progress (5): 1.1/1.2 MB | 237/282 kB | 102/109 kB | 112/195 kB | 70/115 kB
Progress (5): 1.1/1.2 MB | 241/282 kB | 102/109 kB | 112/195 kB | 70/115 kB
Progress (5): 1.1/1.2 MB | 241/282 kB | 102/109 kB | 112/195 kB | 70/115 kB
Progress (5): 1.1/1.2 MB | 245/282 kB | 102/109 kB | 112/195 kB | 70/115 kB
Progress (5): 1.1/1.2 MB | 245/282 kB | 102/109 kB | 116/195 kB | 70/115 kB
Progress (5): 1.1/1.2 MB | 245/282 kB | 102/109 kB | 116/195 kB | 74/115 kB
Progress (5): 1.1/1.2 MB | 245/282 kB | 106/109 kB | 116/195 kB | 74/115 kB
Progress (5): 1.1/1.2 MB | 245/282 kB | 106/109 kB | 116/195 kB | 78/115 kB
Progress (5): 1.1/1.2 MB | 245/282 kB | 106/109 kB | 120/195 kB | 78/115 kB
Progress (5): 1.1/1.2 MB | 249/282 kB | 106/109 kB | 120/195 kB | 78/115 kB
Progress (5): 1.1/1.2 MB | 249/282 kB | 106/109 kB | 124/195 kB | 78/115 kB
Progress (5): 1.1/1.2 MB | 249/282 kB | 106/109 kB | 124/195 kB | 78/115 kB
Progress (5): 1.1/1.2 MB | 249/282 kB | 106/109 kB | 128/195 kB | 78/115 kB
Progress (5): 1.1/1.2 MB | 253/282 kB | 106/109 kB | 128/195 kB | 78/115 kB
Progress (5): 1.1/1.2 MB | 253/282 kB | 106/109 kB | 132/195 kB | 78/115 kB
Progress (5): 1.1/1.2 MB | 253/282 kB | 106/109 kB | 132/195 kB | 82/115 kB
Progress (5): 1.1/1.2 MB | 253/282 kB | 109 kB | 132/195 kB | 82/115 kB    
Progress (5): 1.1/1.2 MB | 253/282 kB | 109 kB | 132/195 kB | 86/115 kB
Progress (5): 1.1/1.2 MB | 253/282 kB | 109 kB | 136/195 kB | 86/115 kB
Progress (5): 1.1/1.2 MB | 257/282 kB | 109 kB | 136/195 kB | 86/115 kB
Progress (5): 1.1/1.2 MB | 257/282 kB | 109 kB | 140/195 kB | 86/115 kB
Progress (5): 1.1/1.2 MB | 257/282 kB | 109 kB | 140/195 kB | 86/115 kB
Progress (5): 1.1/1.2 MB | 257/282 kB | 109 kB | 144/195 kB | 86/115 kB
Progress (5): 1.1/1.2 MB | 261/282 kB | 109 kB | 144/195 kB | 86/115 kB
Progress (5): 1.1/1.2 MB | 261/282 kB | 109 kB | 144/195 kB | 90/115 kB
Progress (5): 1.1/1.2 MB | 261/282 kB | 109 kB | 148/195 kB | 90/115 kB
Progress (5): 1.1/1.2 MB | 261/282 kB | 109 kB | 148/195 kB | 90/115 kB
Progress (5): 1.1/1.2 MB | 261/282 kB | 109 kB | 152/195 kB | 90/115 kB
Progress (5): 1.1/1.2 MB | 261/282 kB | 109 kB | 152/195 kB | 94/115 kB
Progress (5): 1.1/1.2 MB | 265/282 kB | 109 kB | 152/195 kB | 94/115 kB
Progress (5): 1.1/1.2 MB | 265/282 kB | 109 kB | 152/195 kB | 98/115 kB
Progress (5): 1.1/1.2 MB | 265/282 kB | 109 kB | 156/195 kB | 98/115 kB
Progress (5): 1.1/1.2 MB | 265/282 kB | 109 kB | 156/195 kB | 98/115 kB
Progress (5): 1.1/1.2 MB | 265/282 kB | 109 kB | 160/195 kB | 98/115 kB
Progress (5): 1.1/1.2 MB | 265/282 kB | 109 kB | 160/195 kB | 102/115 kB
Progress (5): 1.1/1.2 MB | 269/282 kB | 109 kB | 160/195 kB | 102/115 kB
Progress (5): 1.1/1.2 MB | 269/282 kB | 109 kB | 160/195 kB | 106/115 kB
Progress (5): 1.1/1.2 MB | 269/282 kB | 109 kB | 164/195 kB | 106/115 kB
Progress (5): 1.1/1.2 MB | 269/282 kB | 109 kB | 164/195 kB | 106/115 kB
Progress (5): 1.1/1.2 MB | 269/282 kB | 109 kB | 168/195 kB | 106/115 kB
Progress (5): 1.1/1.2 MB | 269/282 kB | 109 kB | 168/195 kB | 110/115 kB
Progress (5): 1.1/1.2 MB | 269/282 kB | 109 kB | 172/195 kB | 110/115 kB
Progress (5): 1.1/1.2 MB | 273/282 kB | 109 kB | 172/195 kB | 110/115 kB
Progress (5): 1.1/1.2 MB | 273/282 kB | 109 kB | 176/195 kB | 110/115 kB
Progress (5): 1.1/1.2 MB | 273/282 kB | 109 kB | 176/195 kB | 114/115 kB
Progress (5): 1.1/1.2 MB | 273/282 kB | 109 kB | 176/195 kB | 114/115 kB
Progress (5): 1.1/1.2 MB | 273/282 kB | 109 kB | 180/195 kB | 114/115 kB
Progress (5): 1.1/1.2 MB | 273/282 kB | 109 kB | 180/195 kB | 115 kB    
Progress (5): 1.1/1.2 MB | 277/282 kB | 109 kB | 180/195 kB | 115 kB
Progress (5): 1.1/1.2 MB | 277/282 kB | 109 kB | 184/195 kB | 115 kB
Progress (5): 1.1/1.2 MB | 277/282 kB | 109 kB | 184/195 kB | 115 kB
Progress (5): 1.1/1.2 MB | 281/282 kB | 109 kB | 184/195 kB | 115 kB
Progress (5): 1.1/1.2 MB | 281/282 kB | 109 kB | 184/195 kB | 115 kB
Progress (5): 1.1/1.2 MB | 281/282 kB | 109 kB | 188/195 kB | 115 kB
Progress (5): 1.1/1.2 MB | 281/282 kB | 109 kB | 188/195 kB | 115 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 277 kB/s)
Progress (4): 1.1/1.2 MB | 282 kB | 188/195 kB | 115 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar
Progress (4): 1.1/1.2 MB | 282 kB | 188/195 kB | 115 kB
Progress (4): 1.1/1.2 MB | 282 kB | 192/195 kB | 115 kB
Progress (4): 1.1/1.2 MB | 282 kB | 192/195 kB | 115 kB
Progress (4): 1.1/1.2 MB | 282 kB | 195 kB | 115 kB    
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2/1.2 MB | 282 kB | 195 kB | 115 kB
Progress (4): 1.2 MB | 282 kB | 195 kB | 115 kB    
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.jar (195 kB at 483 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 284 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar (282 kB at 695 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 3.0 MB/s)
Progress (1): 4.1/70 kB
Progress (1): 7.7/70 kB
Progress (1): 12/70 kB 
Progress (1): 16/70 kB
Progress (1): 20/70 kB
Progress (1): 24/70 kB
Progress (1): 28/70 kB
Progress (1): 32/70 kB
Progress (1): 33/70 kB
Progress (1): 37/70 kB
Progress (1): 41/70 kB
Progress (1): 45/70 kB
Progress (1): 49/70 kB
Progress (1): 53/70 kB
Progress (1): 57/70 kB
Progress (1): 61/70 kB
Progress (1): 65/70 kB
Progress (1): 69/70 kB
Progress (1): 70 kB   
Progress (2): 70 kB | 4.1/33 kB
Progress (2): 70 kB | 7.7/33 kB
Progress (2): 70 kB | 12/33 kB 
Progress (2): 70 kB | 16/33 kB
Progress (2): 70 kB | 20/33 kB
Progress (3): 70 kB | 20/33 kB | 4.1/129 kB
Progress (3): 70 kB | 24/33 kB | 4.1/129 kB
Progress (3): 70 kB | 24/33 kB | 7.7/129 kB
Progress (3): 70 kB | 28/33 kB | 7.7/129 kB
Progress (3): 70 kB | 28/33 kB | 12/129 kB 
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar (70 kB at 148 kB/s)
Progress (2): 32/33 kB | 12/129 kB
Progress (3): 32/33 kB | 12/129 kB | 4.1/50 kB
Progress (3): 32/33 kB | 16/129 kB | 4.1/50 kB
Progress (3): 32/33 kB | 16/129 kB | 7.7/50 kB
Progress (3): 33 kB | 16/129 kB | 7.7/50 kB   
Progress (3): 33 kB | 20/129 kB | 7.7/50 kB
Progress (3): 33 kB | 20/129 kB | 12/50 kB 
Progress (3): 33 kB | 24/129 kB | 12/50 kB
Progress (3): 33 kB | 24/129 kB | 16/50 kB
Progress (3): 33 kB | 28/129 kB | 16/50 kB
Progress (3): 33 kB | 28/129 kB | 20/50 kB
Progress (3): 33 kB | 32/129 kB | 20/50 kB
Progress (3): 33 kB | 32/129 kB | 24/50 kB
Progress (3): 33 kB | 33/129 kB | 24/50 kB
Progress (3): 33 kB | 33/129 kB | 28/50 kB
Progress (3): 33 kB | 37/129 kB | 28/50 kB
Progress (3): 33 kB | 37/129 kB | 32/50 kB
Progress (3): 33 kB | 41/129 kB | 32/50 kB
Progress (3): 33 kB | 41/129 kB | 36/50 kB
Progress (3): 33 kB | 45/129 kB | 36/50 kB
Progress (3): 33 kB | 45/129 kB | 40/50 kB
Progress (3): 33 kB | 49/129 kB | 40/50 kB
Progress (3): 33 kB | 49/129 kB | 44/50 kB
Progress (3): 33 kB | 53/129 kB | 44/50 kB
Progress (3): 33 kB | 53/129 kB | 48/50 kB
Progress (3): 33 kB | 57/129 kB | 48/50 kB
Progress (3): 33 kB | 57/129 kB | 50 kB   
Progress (3): 33 kB | 61/129 kB | 50 kB
Progress (3): 33 kB | 65/129 kB | 50 kB
Progress (3): 33 kB | 66/129 kB | 50 kB
Progress (3): 33 kB | 70/129 kB | 50 kB
Progress (3): 33 kB | 74/129 kB | 50 kB
Progress (3): 33 kB | 78/129 kB | 50 kB
Progress (3): 33 kB | 82/129 kB | 50 kB
Progress (3): 33 kB | 86/129 kB | 50 kB
Progress (3): 33 kB | 90/129 kB | 50 kB
Progress (3): 33 kB | 94/129 kB | 50 kB
Progress (3): 33 kB | 98/129 kB | 50 kB
Progress (3): 33 kB | 102/129 kB | 50 kB
Progress (3): 33 kB | 106/129 kB | 50 kB
Progress (3): 33 kB | 110/129 kB | 50 kB
Progress (3): 33 kB | 114/129 kB | 50 kB
Progress (3): 33 kB | 118/129 kB | 50 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 70 kB/s)
Progress (2): 122/129 kB | 50 kB
Progress (2): 126/129 kB | 50 kB
Progress (2): 129 kB | 50 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 103 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar (129 kB at 265 kB/s)
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.pom (3.1 kB at 162 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom (2.5 kB at 138 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar
Progress (1): 4.1/85 kB
Progress (1): 7.7/85 kB
Progress (1): 12/85 kB 
Progress (1): 16/85 kB
Progress (1): 20/85 kB
Progress (1): 24/85 kB
Progress (1): 28/85 kB
Progress (1): 32/85 kB
Progress (1): 33/85 kB
Progress (1): 37/85 kB
Progress (1): 41/85 kB
Progress (1): 45/85 kB
Progress (1): 49/85 kB
Progress (1): 53/85 kB
Progress (1): 57/85 kB
Progress (1): 61/85 kB
Progress (1): 65/85 kB
Progress (1): 69/85 kB
Progress (1): 73/85 kB
Progress (1): 77/85 kB
Progress (1): 81/85 kB
Progress (1): 85 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar (85 kB at 4.4 MB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
[INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
[INFO] Running org.eclipse.collections.impl.test.VerifyTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 s - in org.eclipse.collections.impl.test.VerifyTest
[INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
[INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
[INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-testutils ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.M2.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-testutils ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.M2-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-testutils ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0.M2/eclipse-collections-testutils-10.1.0.M2.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0.M2/eclipse-collections-testutils-10.1.0.M2.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0.M2/eclipse-collections-testutils-10.1.0.M2-sources.jar
[INFO] 
[INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
[INFO] Building Eclipse Collections Fork Join Utilities 10.1.0.M2        [7/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.752 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-forkjoin ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.M2.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-forkjoin ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.M2-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-forkjoin ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0.M2/eclipse-collections-forkjoin-10.1.0.M2.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0.M2/eclipse-collections-forkjoin-10.1.0.M2.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0.M2/eclipse-collections-forkjoin-10.1.0.M2-sources.jar
[INFO] 
[INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
[INFO] Building Eclipse Collections JCStress Test Suite 10.1.0.M2        [8/10]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.pom (7.3 kB at 408 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar
Progress (1): 4.1/101 kB
Progress (1): 7.7/101 kB
Progress (1): 12/101 kB 
Progress (1): 16/101 kB
Progress (1): 20/101 kB
Progress (1): 24/101 kB
Progress (1): 28/101 kB
Progress (1): 32/101 kB
Progress (1): 33/101 kB
Progress (1): 37/101 kB
Progress (1): 41/101 kB
Progress (1): 45/101 kB
Progress (1): 49/101 kB
Progress (1): 53/101 kB
Progress (1): 57/101 kB
Progress (1): 61/101 kB
Progress (1): 65/101 kB
Progress (1): 66/101 kB
Progress (1): 70/101 kB
Progress (1): 74/101 kB
Progress (1): 78/101 kB
Progress (1): 82/101 kB
Progress (1): 86/101 kB
Progress (1): 90/101 kB
Progress (1): 94/101 kB
Progress (1): 98/101 kB
Progress (1): 101 kB   
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar (101 kB at 5.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.pom (7.4 kB at 433 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-parent/0.4/jcstress-parent-0.4.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-parent/0.4/jcstress-parent-0.4.pom (12 kB at 757 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.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/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.pom (11 kB at 664 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar
Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (2): 16/62 kB | 0/1.0 MB
Progress (2): 20/62 kB | 0/1.0 MB
Progress (2): 20/62 kB | 0/1.0 MB
Progress (2): 24/62 kB | 0/1.0 MB
Progress (2): 28/62 kB | 0/1.0 MB
Progress (2): 28/62 kB | 0/1.0 MB
Progress (2): 32/62 kB | 0/1.0 MB
Progress (2): 32/62 kB | 0/1.0 MB
Progress (2): 36/62 kB | 0/1.0 MB
Progress (2): 40/62 kB | 0/1.0 MB
Progress (2): 40/62 kB | 0/1.0 MB
Progress (2): 44/62 kB | 0/1.0 MB
Progress (2): 44/62 kB | 0/1.0 MB
Progress (2): 48/62 kB | 0/1.0 MB
Progress (2): 48/62 kB | 0/1.0 MB
Progress (2): 52/62 kB | 0/1.0 MB
Progress (2): 52/62 kB | 0/1.0 MB
Progress (2): 56/62 kB | 0/1.0 MB
Progress (2): 56/62 kB | 0/1.0 MB
Progress (2): 60/62 kB | 0/1.0 MB
Progress (2): 62 kB | 0/1.0 MB   
Progress (2): 62 kB | 0/1.0 MB
Progress (2): 62 kB | 0/1.0 MB
Progress (2): 62 kB | 0/1.0 MB
Progress (2): 62 kB | 0/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.1/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
Progress (2): 62 kB | 0.2/1.0 MB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar (62 kB at 2.6 MB/s)
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 0.9/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0/1.0 MB
Progress (1): 1.0 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.jar (1.0 MB at 12 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jcstress-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0.M2.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.3:shade (default) @ jcstress-tests ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 114 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.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/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 343 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom
Progress (1): 4.1/9.5 kB
Progress (1): 7.7/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 559 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom (2.1 kB at 150 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom (2.1 kB at 149 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.pom (11 kB at 668 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.pom (2.1 kB at 150 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.pom (2.1 kB at 149 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.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/com/google/guava/guava/11.0.2/guava-11.0.2.pom (5.5 kB at 274 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom (2.0 kB at 140 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 60 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.jar
Progress (1): 4.1/22 kB
Progress (2): 4.1/22 kB | 4.1/53 kB
Progress (2): 7.7/22 kB | 4.1/53 kB
Progress (2): 7.7/22 kB | 7.7/53 kB
Progress (2): 7.7/22 kB | 12/53 kB 
Progress (2): 12/22 kB | 12/53 kB 
Progress (2): 12/22 kB | 16/53 kB
Progress (2): 16/22 kB | 16/53 kB
Progress (2): 16/22 kB | 20/53 kB
Progress (3): 16/22 kB | 20/53 kB | 4.1/29 kB
Progress (3): 20/22 kB | 20/53 kB | 4.1/29 kB
Progress (3): 20/22 kB | 24/53 kB | 4.1/29 kB
Progress (3): 22 kB | 24/53 kB | 4.1/29 kB   
Progress (3): 22 kB | 28/53 kB | 4.1/29 kB
Progress (3): 22 kB | 28/53 kB | 7.7/29 kB
Progress (3): 22 kB | 32/53 kB | 7.7/29 kB
Progress (3): 22 kB | 32/53 kB | 12/29 kB 
Progress (3): 22 kB | 36/53 kB | 12/29 kB
Progress (3): 22 kB | 36/53 kB | 16/29 kB
Progress (3): 22 kB | 40/53 kB | 16/29 kB
Progress (3): 22 kB | 40/53 kB | 20/29 kB
Progress (3): 22 kB | 44/53 kB | 20/29 kB
Progress (3): 22 kB | 44/53 kB | 24/29 kB
Progress (3): 22 kB | 48/53 kB | 24/29 kB
Progress (3): 22 kB | 48/53 kB | 28/29 kB
Progress (3): 22 kB | 52/53 kB | 28/29 kB
Progress (3): 22 kB | 52/53 kB | 29 kB   
Progress (3): 22 kB | 53 kB | 29 kB   
Progress (4): 22 kB | 53 kB | 29 kB | 4.1/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 7.7/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 12/174 kB 
Progress (4): 22 kB | 53 kB | 29 kB | 16/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 20/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 24/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 28/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 32/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 33/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 37/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 41/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 45/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 49/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 53/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 57/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 61/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 65/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 66/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 70/174 kB
Progress (4): 22 kB | 53 kB | 29 kB | 74/174 kB
Progress (5): 22 kB | 53 kB | 29 kB | 74/174 kB | 4.1/42 kB
Progress (5): 22 kB | 53 kB | 29 kB | 78/174 kB | 4.1/42 kB
Progress (5): 22 kB | 53 kB | 29 kB | 78/174 kB | 7.7/42 kB
Progress (5): 22 kB | 53 kB | 29 kB | 82/174 kB | 7.7/42 kB
Progress (5): 22 kB | 53 kB | 29 kB | 86/174 kB | 7.7/42 kB
Progress (5): 22 kB | 53 kB | 29 kB | 90/174 kB | 7.7/42 kB
Progress (5): 22 kB | 53 kB | 29 kB | 94/174 kB | 7.7/42 kB
Progress (5): 22 kB | 53 kB | 29 kB | 98/174 kB | 7.7/42 kB
Progress (5): 22 kB | 53 kB | 29 kB | 98/174 kB | 7.7/42 kB
Progress (5): 22 kB | 53 kB | 29 kB | 102/174 kB | 7.7/42 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (53 kB at 2.2 MB/s)
Progress (4): 22 kB | 29 kB | 102/174 kB | 12/42 kB
Progress (4): 22 kB | 29 kB | 106/174 kB | 12/42 kB
Progress (4): 22 kB | 29 kB | 106/174 kB | 16/42 kB
Progress (4): 22 kB | 29 kB | 110/174 kB | 16/42 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar (29 kB at 1.1 MB/s)
Progress (3): 22 kB | 114/174 kB | 16/42 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.jar (22 kB at 841 kB/s)
Progress (2): 114/174 kB | 20/42 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.jar
Progress (2): 118/174 kB | 20/42 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.jar
Progress (2): 122/174 kB | 20/42 kB
Progress (2): 122/174 kB | 24/42 kB
Progress (2): 126/174 kB | 24/42 kB
Progress (2): 130/174 kB | 24/42 kB
Progress (2): 130/174 kB | 28/42 kB
Progress (2): 131/174 kB | 28/42 kB
Progress (2): 131/174 kB | 32/42 kB
Progress (2): 135/174 kB | 32/42 kB
Progress (2): 135/174 kB | 36/42 kB
Progress (2): 139/174 kB | 36/42 kB
Progress (2): 139/174 kB | 40/42 kB
Progress (2): 143/174 kB | 40/42 kB
Progress (2): 143/174 kB | 42 kB   
Progress (2): 147/174 kB | 42 kB
Progress (2): 151/174 kB | 42 kB
Progress (2): 155/174 kB | 42 kB
Progress (2): 159/174 kB | 42 kB
Progress (2): 163/174 kB | 42 kB
Progress (2): 167/174 kB | 42 kB
Progress (2): 171/174 kB | 42 kB
Progress (2): 174 kB | 42 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar (42 kB at 1.2 MB/s)
Progress (2): 174 kB | 4.1/20 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
Progress (2): 174 kB | 7.7/20 kB
Progress (2): 174 kB | 12/20 kB 
Progress (2): 174 kB | 16/20 kB
Progress (3): 174 kB | 16/20 kB | 0/1.6 MB
Progress (3): 174 kB | 16/20 kB | 0/1.6 MB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 4.8 MB/s)
Progress (2): 20/20 kB | 0/1.6 MB
Progress (2): 20/20 kB | 0/1.6 MB
Progress (2): 20 kB | 0/1.6 MB   
Progress (2): 20 kB | 0/1.6 MB
Progress (2): 20 kB | 0/1.6 MB
Progress (2): 20 kB | 0/1.6 MB
Progress (2): 20 kB | 0/1.6 MB
Progress (3): 20 kB | 0/1.6 MB | 4.1/43 kB
Progress (3): 20 kB | 0/1.6 MB | 4.1/43 kB
Progress (3): 20 kB | 0/1.6 MB | 7.7/43 kB
Progress (3): 20 kB | 0/1.6 MB | 7.7/43 kB
Progress (3): 20 kB | 0/1.6 MB | 12/43 kB 
Progress (3): 20 kB | 0/1.6 MB | 12/43 kB
Progress (3): 20 kB | 0/1.6 MB | 16/43 kB
Progress (3): 20 kB | 0/1.6 MB | 16/43 kB
Progress (3): 20 kB | 0/1.6 MB | 20/43 kB
Progress (3): 20 kB | 0/1.6 MB | 20/43 kB
Progress (3): 20 kB | 0/1.6 MB | 24/43 kB
Progress (3): 20 kB | 0/1.6 MB | 24/43 kB
Progress (3): 20 kB | 0/1.6 MB | 28/43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 28/43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 32/43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 32/43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 32/43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 36/43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 36/43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 40/43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 40/43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB   
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.1/1.6 MB | 43 kB
Progress (3): 20 kB | 0.2/1.6 MB | 43 kB
Progress (3): 20 kB | 0.2/1.6 MB | 43 kB
Progress (3): 20 kB | 0.2/1.6 MB | 43 kB
Progress (3): 20 kB | 0.2/1.6 MB | 43 kB
Progress (3): 20 kB | 0.2/1.6 MB | 43 kB
Progress (3): 20 kB | 0.2/1.6 MB | 43 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.jar (20 kB at 465 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.jar (43 kB at 962 kB/s)
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (2): 0.2/1.6 MB | 4.1/33 kB
Progress (2): 0.2/1.6 MB | 4.1/33 kB
Progress (2): 0.2/1.6 MB | 7.7/33 kB
Progress (2): 0.2/1.6 MB | 7.7/33 kB
Progress (2): 0.3/1.6 MB | 7.7/33 kB
Progress (2): 0.3/1.6 MB | 7.7/33 kB
Progress (2): 0.3/1.6 MB | 12/33 kB 
Progress (2): 0.3/1.6 MB | 12/33 kB
Progress (2): 0.3/1.6 MB | 16/33 kB
Progress (2): 0.3/1.6 MB | 16/33 kB
Progress (2): 0.3/1.6 MB | 16/33 kB
Progress (2): 0.3/1.6 MB | 20/33 kB
Progress (2): 0.3/1.6 MB | 20/33 kB
Progress (2): 0.3/1.6 MB | 24/33 kB
Progress (2): 0.3/1.6 MB | 24/33 kB
Progress (2): 0.3/1.6 MB | 24/33 kB
Progress (2): 0.3/1.6 MB | 28/33 kB
Progress (2): 0.3/1.6 MB | 28/33 kB
Progress (2): 0.3/1.6 MB | 32/33 kB
Progress (2): 0.3/1.6 MB | 33 kB   
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
Progress (2): 0.4/1.6 MB | 33 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 600 kB/s)
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.jar (1.6 MB at 4.5 MB/s)
[INFO] Including org.eclipse.collections:eclipse-collections:jar:10.1.0.M2 in the shaded jar.
[INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.1.0.M2 in the shaded jar.
[INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
[INFO] Replacing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress.jar with /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0.M2-shaded.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ jcstress-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0.M2-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ jcstress-tests ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.1.0.M2/jcstress-tests-10.1.0.M2.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.1.0.M2/jcstress-tests-10.1.0.M2.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.1.0.M2/jcstress-tests-10.1.0.M2-sources.jar
[INFO] 
[INFO] ---------------< org.eclipse.collections:p2-repository >----------------
[INFO] Building Eclipse Collections p2 Repository Build 10.1.0.M2        [9/10]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ p2-repository ---
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0.M2/p2-repository-10.1.0.M2.pom
[INFO] 
[INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
[INFO] Building Eclipse Collections OSGi Bundle 10.1.0.M2               [10/10]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.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.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 133 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Progress (1): 4.1/129 kB
Progress (1): 7.7/129 kB
Progress (1): 12/129 kB 
Progress (1): 16/129 kB
Progress (1): 20/129 kB
Progress (1): 24/129 kB
Progress (1): 28/129 kB
Progress (1): 32/129 kB
Progress (1): 36/129 kB
Progress (1): 40/129 kB
Progress (1): 44/129 kB
Progress (1): 48/129 kB
Progress (1): 52/129 kB
Progress (1): 56/129 kB
Progress (1): 60/129 kB
Progress (1): 64/129 kB
Progress (1): 68/129 kB
Progress (1): 72/129 kB
Progress (1): 76/129 kB
Progress (1): 80/129 kB
Progress (1): 84/129 kB
Progress (1): 88/129 kB
Progress (1): 92/129 kB
Progress (1): 96/129 kB
Progress (1): 100/129 kB
Progress (1): 104/129 kB
Progress (1): 108/129 kB
Progress (1): 112/129 kB
Progress (1): 116/129 kB
Progress (1): 120/129 kB
Progress (1): 124/129 kB
Progress (1): 128/129 kB
Progress (1): 129 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 3.9 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.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.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 67 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.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/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.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom (1.5 kB at 54 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 535 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom
Progress (1): 4.1/9.3 kB
Progress (1): 7.7/9.3 kB
Progress (1): 9.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom (9.3 kB at 333 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.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/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom (32 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 108 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 179 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 114 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 223 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 157 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 96 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 437 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom (1.8 kB at 70 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 206 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 322 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 909 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/10/apache-10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 36 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (2): 0/2.7 MB | 4.1/6.0 kB
Progress (2): 0/2.7 MB | 4.1/6.0 kB
Progress (2): 0/2.7 MB | 6.0 kB    
Progress (2): 0/2.7 MB | 6.0 kB
Progress (2): 0/2.7 MB | 6.0 kB
Progress (2): 0/2.7 MB | 6.0 kB
Progress (2): 0/2.7 MB | 6.0 kB
Progress (2): 0/2.7 MB | 6.0 kB
Progress (2): 0/2.7 MB | 6.0 kB
Progress (2): 0/2.7 MB | 6.0 kB
Progress (3): 0/2.7 MB | 6.0 kB | 4.1/166 kB
Progress (3): 0/2.7 MB | 6.0 kB | 4.1/166 kB
Progress (3): 0/2.7 MB | 6.0 kB | 7.7/166 kB
Progress (3): 0/2.7 MB | 6.0 kB | 7.7/166 kB
Progress (3): 0/2.7 MB | 6.0 kB | 12/166 kB 
Progress (3): 0.1/2.7 MB | 6.0 kB | 12/166 kB
Progress (3): 0.1/2.7 MB | 6.0 kB | 16/166 kB
Progress (3): 0.1/2.7 MB | 6.0 kB | 16/166 kB
Progress (3): 0.1/2.7 MB | 6.0 kB | 20/166 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 20/166 kB | 4.1/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 20/166 kB | 4.1/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 20/166 kB | 7.7/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 24/166 kB | 7.7/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 24/166 kB | 12/281 kB 
Progress (4): 0.1/2.7 MB | 6.0 kB | 24/166 kB | 12/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 24/166 kB | 16/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 28/166 kB | 16/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 28/166 kB | 20/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 28/166 kB | 20/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 28/166 kB | 24/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 32/166 kB | 24/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 32/166 kB | 24/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 36/166 kB | 24/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 36/166 kB | 24/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 36/166 kB | 28/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 36/166 kB | 28/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 40/166 kB | 28/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 40/166 kB | 28/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 40/166 kB | 32/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 40/166 kB | 32/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 44/166 kB | 32/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 44/166 kB | 32/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 44/166 kB | 36/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 44/166 kB | 36/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 48/166 kB | 36/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 48/166 kB | 36/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 48/166 kB | 40/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 48/166 kB | 40/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 52/166 kB | 40/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 52/166 kB | 40/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 52/166 kB | 44/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 52/166 kB | 44/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 56/166 kB | 44/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 56/166 kB | 48/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 56/166 kB | 48/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 60/166 kB | 48/281 kB
Progress (4): 0.1/2.7 MB | 6.0 kB | 60/166 kB | 48/281 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar (6.0 kB at 173 kB/s)
Progress (3): 0.1/2.7 MB | 60/166 kB | 52/281 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Progress (3): 0.1/2.7 MB | 60/166 kB | 52/281 kB
Progress (3): 0.1/2.7 MB | 64/166 kB | 52/281 kB
Progress (3): 0.1/2.7 MB | 64/166 kB | 52/281 kB
Progress (3): 0.1/2.7 MB | 64/166 kB | 56/281 kB
Progress (3): 0.1/2.7 MB | 66/166 kB | 56/281 kB
Progress (3): 0.1/2.7 MB | 66/166 kB | 60/281 kB
Progress (3): 0.1/2.7 MB | 66/166 kB | 60/281 kB
Progress (3): 0.1/2.7 MB | 70/166 kB | 60/281 kB
Progress (3): 0.1/2.7 MB | 70/166 kB | 64/281 kB
Progress (3): 0.1/2.7 MB | 74/166 kB | 64/281 kB
Progress (3): 0.1/2.7 MB | 74/166 kB | 64/281 kB
Progress (3): 0.1/2.7 MB | 78/166 kB | 64/281 kB
Progress (3): 0.1/2.7 MB | 78/166 kB | 68/281 kB
Progress (3): 0.1/2.7 MB | 82/166 kB | 68/281 kB
Progress (3): 0.1/2.7 MB | 82/166 kB | 68/281 kB
Progress (3): 0.1/2.7 MB | 86/166 kB | 68/281 kB
Progress (3): 0.1/2.7 MB | 86/166 kB | 72/281 kB
Progress (3): 0.1/2.7 MB | 90/166 kB | 72/281 kB
Progress (3): 0.1/2.7 MB | 90/166 kB | 72/281 kB
Progress (3): 0.1/2.7 MB | 90/166 kB | 76/281 kB
Progress (3): 0.1/2.7 MB | 90/166 kB | 76/281 kB
Progress (3): 0.1/2.7 MB | 94/166 kB | 76/281 kB
Progress (4): 0.1/2.7 MB | 94/166 kB | 76/281 kB | 4.1/70 kB
Progress (4): 0.1/2.7 MB | 94/166 kB | 80/281 kB | 4.1/70 kB
Progress (4): 0.1/2.7 MB | 94/166 kB | 80/281 kB | 7.7/70 kB
Progress (4): 0.1/2.7 MB | 94/166 kB | 84/281 kB | 7.7/70 kB
Progress (4): 0.1/2.7 MB | 98/166 kB | 84/281 kB | 7.7/70 kB
Progress (4): 0.1/2.7 MB | 98/166 kB | 84/281 kB | 7.7/70 kB
Progress (4): 0.1/2.7 MB | 98/166 kB | 84/281 kB | 7.7/70 kB
Progress (4): 0.1/2.7 MB | 98/166 kB | 88/281 kB | 7.7/70 kB
Progress (4): 0.1/2.7 MB | 98/166 kB | 88/281 kB | 7.7/70 kB
Progress (4): 0.1/2.7 MB | 98/166 kB | 92/281 kB | 7.7/70 kB
Progress (4): 0.1/2.7 MB | 98/166 kB | 92/281 kB | 12/70 kB 
Progress (4): 0.1/2.7 MB | 98/166 kB | 96/281 kB | 12/70 kB
Progress (4): 0.2/2.7 MB | 98/166 kB | 96/281 kB | 12/70 kB
Progress (4): 0.2/2.7 MB | 102/166 kB | 96/281 kB | 12/70 kB
Progress (4): 0.2/2.7 MB | 102/166 kB | 96/281 kB | 12/70 kB
Progress (4): 0.2/2.7 MB | 102/166 kB | 100/281 kB | 12/70 kB
Progress (4): 0.2/2.7 MB | 102/166 kB | 100/281 kB | 16/70 kB
Progress (4): 0.2/2.7 MB | 102/166 kB | 104/281 kB | 16/70 kB
Progress (4): 0.2/2.7 MB | 102/166 kB | 104/281 kB | 20/70 kB
Progress (4): 0.2/2.7 MB | 102/166 kB | 104/281 kB | 20/70 kB
Progress (4): 0.2/2.7 MB | 106/166 kB | 104/281 kB | 20/70 kB
Progress (4): 0.2/2.7 MB | 106/166 kB | 104/281 kB | 20/70 kB
Progress (4): 0.2/2.7 MB | 106/166 kB | 104/281 kB | 24/70 kB
Progress (4): 0.2/2.7 MB | 106/166 kB | 108/281 kB | 24/70 kB
Progress (4): 0.2/2.7 MB | 106/166 kB | 108/281 kB | 28/70 kB
Progress (4): 0.2/2.7 MB | 106/166 kB | 108/281 kB | 28/70 kB
Progress (4): 0.2/2.7 MB | 110/166 kB | 108/281 kB | 28/70 kB
Progress (5): 0.2/2.7 MB | 110/166 kB | 108/281 kB | 28/70 kB | 4.1/26 kB
Progress (5): 0.2/2.7 MB | 114/166 kB | 108/281 kB | 28/70 kB | 4.1/26 kB
Progress (5): 0.2/2.7 MB | 114/166 kB | 108/281 kB | 28/70 kB | 4.1/26 kB
Progress (5): 0.2/2.7 MB | 114/166 kB | 108/281 kB | 32/70 kB | 4.1/26 kB
Progress (5): 0.2/2.7 MB | 114/166 kB | 112/281 kB | 32/70 kB | 4.1/26 kB
Progress (5): 0.2/2.7 MB | 114/166 kB | 112/281 kB | 36/70 kB | 4.1/26 kB
Progress (5): 0.2/2.7 MB | 114/166 kB | 116/281 kB | 36/70 kB | 4.1/26 kB
Progress (5): 0.2/2.7 MB | 114/166 kB | 116/281 kB | 36/70 kB | 4.1/26 kB
Progress (5): 0.2/2.7 MB | 118/166 kB | 116/281 kB | 36/70 kB | 4.1/26 kB
Progress (5): 0.2/2.7 MB | 118/166 kB | 116/281 kB | 36/70 kB | 7.7/26 kB
Progress (5): 0.2/2.7 MB | 122/166 kB | 116/281 kB | 36/70 kB | 7.7/26 kB
Progress (5): 0.2/2.7 MB | 122/166 kB | 116/281 kB | 36/70 kB | 7.7/26 kB
Progress (5): 0.2/2.7 MB | 122/166 kB | 120/281 kB | 36/70 kB | 7.7/26 kB
Progress (5): 0.2/2.7 MB | 122/166 kB | 120/281 kB | 40/70 kB | 7.7/26 kB
Progress (5): 0.2/2.7 MB | 122/166 kB | 124/281 kB | 40/70 kB | 7.7/26 kB
Progress (5): 0.2/2.7 MB | 122/166 kB | 124/281 kB | 40/70 kB | 7.7/26 kB
Progress (5): 0.2/2.7 MB | 126/166 kB | 124/281 kB | 40/70 kB | 7.7/26 kB
Progress (5): 0.2/2.7 MB | 126/166 kB | 124/281 kB | 40/70 kB | 12/26 kB 
Progress (5): 0.2/2.7 MB | 130/166 kB | 124/281 kB | 40/70 kB | 12/26 kB
Progress (5): 0.2/2.7 MB | 130/166 kB | 124/281 kB | 40/70 kB | 12/26 kB
Progress (5): 0.2/2.7 MB | 130/166 kB | 128/281 kB | 40/70 kB | 12/26 kB
Progress (5): 0.2/2.7 MB | 130/166 kB | 128/281 kB | 44/70 kB | 12/26 kB
Progress (5): 0.2/2.7 MB | 130/166 kB | 132/281 kB | 44/70 kB | 12/26 kB
Progress (5): 0.2/2.7 MB | 130/166 kB | 132/281 kB | 44/70 kB | 12/26 kB
Progress (5): 0.2/2.7 MB | 134/166 kB | 132/281 kB | 44/70 kB | 12/26 kB
Progress (5): 0.2/2.7 MB | 134/166 kB | 132/281 kB | 44/70 kB | 16/26 kB
Progress (5): 0.2/2.7 MB | 138/166 kB | 132/281 kB | 44/70 kB | 16/26 kB
Progress (5): 0.2/2.7 MB | 138/166 kB | 132/281 kB | 44/70 kB | 20/26 kB
Progress (5): 0.2/2.7 MB | 138/166 kB | 132/281 kB | 44/70 kB | 20/26 kB
Progress (5): 0.2/2.7 MB | 138/166 kB | 136/281 kB | 44/70 kB | 20/26 kB
Progress (5): 0.2/2.7 MB | 138/166 kB | 136/281 kB | 48/70 kB | 20/26 kB
Progress (5): 0.2/2.7 MB | 138/166 kB | 140/281 kB | 48/70 kB | 20/26 kB
Progress (5): 0.2/2.7 MB | 138/166 kB | 140/281 kB | 52/70 kB | 20/26 kB
Progress (5): 0.2/2.7 MB | 138/166 kB | 140/281 kB | 52/70 kB | 20/26 kB
Progress (5): 0.2/2.7 MB | 138/166 kB | 140/281 kB | 52/70 kB | 24/26 kB
Progress (5): 0.2/2.7 MB | 142/166 kB | 140/281 kB | 52/70 kB | 24/26 kB
Progress (5): 0.2/2.7 MB | 142/166 kB | 140/281 kB | 52/70 kB | 26 kB   
Progress (5): 0.2/2.7 MB | 142/166 kB | 140/281 kB | 52/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 142/166 kB | 140/281 kB | 56/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 142/166 kB | 144/281 kB | 56/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 142/166 kB | 144/281 kB | 56/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 146/166 kB | 144/281 kB | 56/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 146/166 kB | 144/281 kB | 56/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 146/166 kB | 148/281 kB | 56/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 146/166 kB | 148/281 kB | 60/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 146/166 kB | 152/281 kB | 60/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 146/166 kB | 152/281 kB | 60/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 150/166 kB | 152/281 kB | 60/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 150/166 kB | 152/281 kB | 60/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 150/166 kB | 156/281 kB | 60/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 150/166 kB | 156/281 kB | 64/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 150/166 kB | 156/281 kB | 64/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 150/166 kB | 160/281 kB | 64/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 154/166 kB | 160/281 kB | 64/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 154/166 kB | 164/281 kB | 64/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 154/166 kB | 164/281 kB | 64/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 154/166 kB | 164/281 kB | 68/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 154/166 kB | 164/281 kB | 68/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 154/166 kB | 168/281 kB | 68/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 158/166 kB | 168/281 kB | 68/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 158/166 kB | 172/281 kB | 68/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 158/166 kB | 172/281 kB | 68/70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 158/166 kB | 172/281 kB | 70 kB | 26 kB   
Progress (5): 0.2/2.7 MB | 158/166 kB | 176/281 kB | 70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 162/166 kB | 176/281 kB | 70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 162/166 kB | 180/281 kB | 70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 162/166 kB | 180/281 kB | 70 kB | 26 kB
Progress (5): 0.2/2.7 MB | 162/166 kB | 184/281 kB | 70 kB | 26 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 483 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar
Progress (4): 0.2/2.7 MB | 166 kB | 184/281 kB | 70 kB
Progress (4): 0.2/2.7 MB | 166 kB | 188/281 kB | 70 kB
Progress (4): 0.2/2.7 MB | 166 kB | 188/281 kB | 70 kB
Progress (4): 0.2/2.7 MB | 166 kB | 192/281 kB | 70 kB
Progress (4): 0.2/2.7 MB | 166 kB | 192/281 kB | 70 kB
Progress (4): 0.2/2.7 MB | 166 kB | 196/281 kB | 70 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 791 kB/s)
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 (3): 0.3/2.7 MB | 166 kB | 196/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 200/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 200/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 204/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 204/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 208/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 208/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 212/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 212/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 216/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 216/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 220/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 220/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 224/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 224/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 228/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 228/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 232/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 232/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 236/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 236/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 240/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 240/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 244/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 244/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 248/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 248/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 252/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 252/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 256/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 256/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 260/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 260/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 264/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 264/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 268/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 268/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 272/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 272/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 276/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 276/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 280/281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 281 kB    
Progress (3): 0.3/2.7 MB | 166 kB | 281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 281 kB
Progress (3): 0.3/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.4/2.7 MB | 166 kB | 281 kB
Progress (3): 0.5/2.7 MB | 166 kB | 281 kB
Progress (3): 0.5/2.7 MB | 166 kB | 281 kB
Progress (3): 0.5/2.7 MB | 166 kB | 281 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 1.7 MB/s)
Progress (2): 0.5/2.7 MB | 281 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 2.8 MB/s)
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (2): 0.5/2.7 MB | 4.1/11 kB
Progress (2): 0.5/2.7 MB | 4.1/11 kB
Progress (2): 0.5/2.7 MB | 7.7/11 kB
Progress (2): 0.5/2.7 MB | 7.7/11 kB
Progress (2): 0.5/2.7 MB | 11 kB    
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.5/2.7 MB | 11 kB
Progress (2): 0.6/2.7 MB | 11 kB
Progress (3): 0.6/2.7 MB | 11 kB | 4.1/22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 4.1/22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 7.7/22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 12/22 kB 
Progress (3): 0.6/2.7 MB | 11 kB | 12/22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 16/22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 16/22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 20/22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB   
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
Progress (3): 0.6/2.7 MB | 11 kB | 22 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar (11 kB at 104 kB/s)
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 198 kB/s)
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar (2.7 MB at 12 MB/s)
[INFO] The project's OSGi version is 10.1.0.M2.v20191123-1623
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
[INFO] No sources to compile
[INFO] 
[INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.1.0.M2:jar
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.1.0.M2:jar
[INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5239 resources
[INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M2.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.1.0.M2:jar
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.1.0.M2:jar
[INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M2-sources.jar
[INFO] Packing and signing bundle
[WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom (1.3 kB at 7.3 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom (1.5 kB at 13 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom (14 kB at 114 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar (7.3 kB at 40 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom (1.0 kB at 9.3 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.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/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.jar (14 kB at 119 kB/s)
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom
Progress (1): 2.6 kB
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom (2.6 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom (5.6 kB at 200 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom (12 kB at 242 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar
Progress (1): 4.1/66 kB
Progress (1): 7.7/66 kB
Progress (1): 12/66 kB 
Progress (1): 16/66 kB
Progress (1): 20/66 kB
Progress (1): 24/66 kB
Progress (1): 28/66 kB
Progress (1): 32/66 kB
Progress (1): 36/66 kB
Progress (1): 40/66 kB
Progress (1): 44/66 kB
Progress (1): 48/66 kB
Progress (1): 52/66 kB
Progress (1): 56/66 kB
Progress (1): 60/66 kB
Progress (1): 64/66 kB
Progress (1): 66 kB   
                   
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar (66 kB at 2.2 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.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/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 346 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.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.1.0/maven-3.1.0.pom (22 kB at 807 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 127 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 44 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.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.16/plexus-interpolation-1.16.pom (1.0 kB at 3.6 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 76 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 63 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 113 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.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/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 218 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.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/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 360 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.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/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom (8.7 kB at 311 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.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/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom (13 kB at 401 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom (2.4 kB at 89 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 66 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 184 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 95 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.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/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 327 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.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/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 405 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.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/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 171 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.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/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 269 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/asm/asm/3.3.1/asm-3.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
Progress (1): 266 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 11 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 144 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 144 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.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-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 95 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 161 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 67 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 70 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 115 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 167 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom
Progress (1): 2.4 kB
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom (2.4 kB at 88 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom (6.1 kB at 236 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom (1.7 kB at 65 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/auto-parent/7/auto-parent-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/7/auto-parent-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/auto-parent/7/auto-parent-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/7/auto-parent-7.pom
Progress (1): 4.1/6.5 kB
Progress (1): 6.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/7/auto-parent-7.pom (6.5 kB at 252 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom (2.6 kB at 103 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom
Progress (1): 3.5 kB
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom (3.5 kB at 131 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom
Progress (1): 2.4 kB
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom (2.4 kB at 84 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom (6.6 kB at 236 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom (16 kB at 712 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom (5.2 kB at 200 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/asm/asm/3.3.1/asm-3.3.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar
Progress (1): 4.1/64 kB
Progress (1): 7.7/64 kB
Progress (1): 12/64 kB 
Progress (1): 16/64 kB
Progress (1): 20/64 kB
Progress (1): 24/64 kB
Progress (1): 28/64 kB
Progress (1): 32/64 kB
Progress (1): 36/64 kB
Progress (1): 40/64 kB
                      
Progress (1): 44/64 kB
                      
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar
Progress (1): 48/64 kB
Progress (1): 52/64 kB
Progress (1): 56/64 kB
Progress (1): 60/64 kB
Progress (1): 64/64 kB
Progress (1): 64 kB   
                   
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar (64 kB at 348 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Progress (2): 5.3 kB | 4.1/31 kB
Progress (2): 5.3 kB | 7.7/31 kB
Progress (2): 5.3 kB | 12/31 kB 
Progress (2): 5.3 kB | 16/31 kB
Progress (2): 5.3 kB | 20/31 kB
                               
Progress (2): 5.3 kB | 24/31 kB
Progress (2): 5.3 kB | 28/31 kB
Progress (2): 5.3 kB | 31 kB   
                            
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar (5.3 kB at 23 kB/s)
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar (31 kB at 130 kB/s)
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (2): 7.7/47 kB | 4.1/563 kB
Progress (2): 7.7/47 kB | 7.7/563 kB
Progress (2): 12/47 kB | 7.7/563 kB 
Progress (2): 16/47 kB | 7.7/563 kB
Progress (2): 20/47 kB | 7.7/563 kB
Progress (3): 20/47 kB | 7.7/563 kB | 4.1/30 kB
Progress (3): 24/47 kB | 7.7/563 kB | 4.1/30 kB
Progress (3): 24/47 kB | 7.7/563 kB | 7.7/30 kB
Progress (4): 24/47 kB | 7.7/563 kB | 7.7/30 kB | 4.1/164 kB
Progress (4): 24/47 kB | 12/563 kB | 7.7/30 kB | 4.1/164 kB 
Progress (4): 24/47 kB | 12/563 kB | 7.7/30 kB | 7.7/164 kB
Progress (4): 24/47 kB | 16/563 kB | 7.7/30 kB | 7.7/164 kB
Progress (4): 28/47 kB | 16/563 kB | 7.7/30 kB | 7.7/164 kB
Progress (4): 28/47 kB | 20/563 kB | 7.7/30 kB | 7.7/164 kB
Progress (4): 28/47 kB | 20/563 kB | 7.7/30 kB | 12/164 kB 
Progress (4): 28/47 kB | 20/563 kB | 12/30 kB | 12/164 kB 
Progress (4): 28/47 kB | 20/563 kB | 12/30 kB | 16/164 kB
Progress (4): 28/47 kB | 24/563 kB | 12/30 kB | 16/164 kB
Progress (5): 28/47 kB | 24/563 kB | 12/30 kB | 16/164 kB | 4.1/41 kB
Progress (5): 32/47 kB | 24/563 kB | 12/30 kB | 16/164 kB | 4.1/41 kB
Progress (5): 32/47 kB | 24/563 kB | 12/30 kB | 16/164 kB | 7.7/41 kB
Progress (5): 32/47 kB | 28/563 kB | 12/30 kB | 16/164 kB | 7.7/41 kB
Progress (5): 32/47 kB | 28/563 kB | 12/30 kB | 20/164 kB | 7.7/41 kB
Progress (5): 32/47 kB | 28/563 kB | 16/30 kB | 20/164 kB | 7.7/41 kB
Progress (5): 32/47 kB | 28/563 kB | 16/30 kB | 24/164 kB | 7.7/41 kB
Progress (5): 32/47 kB | 32/563 kB | 16/30 kB | 24/164 kB | 7.7/41 kB
Progress (5): 32/47 kB | 32/563 kB | 16/30 kB | 24/164 kB | 12/41 kB 
Progress (5): 36/47 kB | 32/563 kB | 16/30 kB | 24/164 kB | 12/41 kB
Progress (5): 36/47 kB | 32/563 kB | 16/30 kB | 24/164 kB | 16/41 kB
Progress (5): 36/47 kB | 36/563 kB | 16/30 kB | 24/164 kB | 16/41 kB
Progress (5): 36/47 kB | 36/563 kB | 16/30 kB | 28/164 kB | 16/41 kB
Progress (5): 36/47 kB | 36/563 kB | 20/30 kB | 28/164 kB | 16/41 kB
Progress (5): 36/47 kB | 36/563 kB | 20/30 kB | 32/164 kB | 16/41 kB
Progress (5): 36/47 kB | 40/563 kB | 20/30 kB | 32/164 kB | 16/41 kB
Progress (5): 36/47 kB | 40/563 kB | 20/30 kB | 32/164 kB | 20/41 kB
Progress (5): 40/47 kB | 40/563 kB | 20/30 kB | 32/164 kB | 20/41 kB
Progress (5): 40/47 kB | 40/563 kB | 20/30 kB | 32/164 kB | 24/41 kB
Progress (5): 40/47 kB | 44/563 kB | 20/30 kB | 32/164 kB | 24/41 kB
Progress (5): 40/47 kB | 44/563 kB | 20/30 kB | 36/164 kB | 24/41 kB
Progress (5): 40/47 kB | 44/563 kB | 24/30 kB | 36/164 kB | 24/41 kB
Progress (5): 40/47 kB | 44/563 kB | 24/30 kB | 40/164 kB | 24/41 kB
Progress (5): 40/47 kB | 48/563 kB | 24/30 kB | 40/164 kB | 24/41 kB
Progress (5): 40/47 kB | 48/563 kB | 24/30 kB | 40/164 kB | 28/41 kB
Progress (5): 44/47 kB | 48/563 kB | 24/30 kB | 40/164 kB | 28/41 kB
Progress (5): 44/47 kB | 48/563 kB | 24/30 kB | 40/164 kB | 32/41 kB
Progress (5): 44/47 kB | 52/563 kB | 24/30 kB | 40/164 kB | 32/41 kB
Progress (5): 44/47 kB | 52/563 kB | 24/30 kB | 44/164 kB | 32/41 kB
Progress (5): 44/47 kB | 52/563 kB | 28/30 kB | 44/164 kB | 32/41 kB
Progress (5): 44/47 kB | 52/563 kB | 28/30 kB | 48/164 kB | 32/41 kB
Progress (5): 44/47 kB | 56/563 kB | 28/30 kB | 48/164 kB | 32/41 kB
Progress (5): 44/47 kB | 56/563 kB | 28/30 kB | 48/164 kB | 36/41 kB
Progress (5): 47 kB | 56/563 kB | 28/30 kB | 48/164 kB | 36/41 kB   
Progress (5): 47 kB | 56/563 kB | 28/30 kB | 48/164 kB | 40/41 kB
Progress (5): 47 kB | 60/563 kB | 28/30 kB | 48/164 kB | 40/41 kB
Progress (5): 47 kB | 60/563 kB | 28/30 kB | 52/164 kB | 40/41 kB
Progress (5): 47 kB | 60/563 kB | 30 kB | 52/164 kB | 40/41 kB   
Progress (5): 47 kB | 60/563 kB | 30 kB | 56/164 kB | 40/41 kB
Progress (5): 47 kB | 64/563 kB | 30 kB | 56/164 kB | 40/41 kB
Progress (5): 47 kB | 64/563 kB | 30 kB | 56/164 kB | 41 kB   
Progress (5): 47 kB | 68/563 kB | 30 kB | 56/164 kB | 41 kB
Progress (5): 47 kB | 68/563 kB | 30 kB | 60/164 kB | 41 kB
Progress (5): 47 kB | 72/563 kB | 30 kB | 60/164 kB | 41 kB
Progress (5): 47 kB | 72/563 kB | 30 kB | 64/164 kB | 41 kB
Progress (5): 47 kB | 76/563 kB | 30 kB | 64/164 kB | 41 kB
Progress (5): 47 kB | 76/563 kB | 30 kB | 68/164 kB | 41 kB
Progress (5): 47 kB | 80/563 kB | 30 kB | 68/164 kB | 41 kB
Progress (5): 47 kB | 80/563 kB | 30 kB | 72/164 kB | 41 kB
Progress (5): 47 kB | 84/563 kB | 30 kB | 72/164 kB | 41 kB
Progress (5): 47 kB | 84/563 kB | 30 kB | 76/164 kB | 41 kB
Progress (5): 47 kB | 88/563 kB | 30 kB | 76/164 kB | 41 kB
Progress (5): 47 kB | 88/563 kB | 30 kB | 80/164 kB | 41 kB
Progress (5): 47 kB | 92/563 kB | 30 kB | 80/164 kB | 41 kB
Progress (5): 47 kB | 92/563 kB | 30 kB | 84/164 kB | 41 kB
Progress (5): 47 kB | 96/563 kB | 30 kB | 84/164 kB | 41 kB
Progress (5): 47 kB | 96/563 kB | 30 kB | 88/164 kB | 41 kB
Progress (5): 47 kB | 100/563 kB | 30 kB | 88/164 kB | 41 kB
Progress (5): 47 kB | 100/563 kB | 30 kB | 92/164 kB | 41 kB
Progress (5): 47 kB | 104/563 kB | 30 kB | 92/164 kB | 41 kB
Progress (5): 47 kB | 104/563 kB | 30 kB | 96/164 kB | 41 kB
Progress (5): 47 kB | 108/563 kB | 30 kB | 96/164 kB | 41 kB
Progress (5): 47 kB | 108/563 kB | 30 kB | 100/164 kB | 41 kB
Progress (5): 47 kB | 112/563 kB | 30 kB | 100/164 kB | 41 kB
Progress (5): 47 kB | 112/563 kB | 30 kB | 104/164 kB | 41 kB
Progress (5): 47 kB | 116/563 kB | 30 kB | 104/164 kB | 41 kB
Progress (5): 47 kB | 116/563 kB | 30 kB | 108/164 kB | 41 kB
Progress (5): 47 kB | 120/563 kB | 30 kB | 108/164 kB | 41 kB
Progress (5): 47 kB | 120/563 kB | 30 kB | 112/164 kB | 41 kB
Progress (5): 47 kB | 124/563 kB | 30 kB | 112/164 kB | 41 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 640 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 973 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 845 kB/s)
Progress (2): 128/563 kB | 112/164 kB
Progress (2): 128/563 kB | 116/164 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Progress (2): 128/563 kB | 120/164 kB
Progress (2): 132/563 kB | 120/164 kB
Progress (2): 132/563 kB | 124/164 kB
Progress (2): 136/563 kB | 124/164 kB
Progress (2): 136/563 kB | 128/164 kB
Progress (2): 140/563 kB | 128/164 kB
Progress (2): 140/563 kB | 132/164 kB
Progress (2): 144/563 kB | 132/164 kB
Progress (2): 148/563 kB | 132/164 kB
Progress (2): 152/563 kB | 132/164 kB
Progress (2): 156/563 kB | 132/164 kB
Progress (2): 160/563 kB | 132/164 kB
Progress (2): 164/563 kB | 132/164 kB
Progress (2): 164/563 kB | 132/164 kB
Progress (2): 168/563 kB | 132/164 kB
Progress (2): 168/563 kB | 136/164 kB
Progress (2): 172/563 kB | 136/164 kB
Progress (3): 172/563 kB | 136/164 kB | 4.1/159 kB
Progress (3): 176/563 kB | 136/164 kB | 4.1/159 kB
Progress (4): 176/563 kB | 136/164 kB | 4.1/159 kB | 4.1/52 kB
Progress (5): 176/563 kB | 136/164 kB | 4.1/159 kB | 4.1/52 kB | 4.1/60 kB
Progress (5): 176/563 kB | 140/164 kB | 4.1/159 kB | 4.1/52 kB | 4.1/60 kB
Progress (5): 176/563 kB | 140/164 kB | 4.1/159 kB | 4.1/52 kB | 7.7/60 kB
Progress (5): 176/563 kB | 140/164 kB | 4.1/159 kB | 7.7/52 kB | 7.7/60 kB
Progress (5): 180/563 kB | 140/164 kB | 4.1/159 kB | 7.7/52 kB | 7.7/60 kB
Progress (5): 180/563 kB | 140/164 kB | 7.7/159 kB | 7.7/52 kB | 7.7/60 kB
Progress (5): 184/563 kB | 140/164 kB | 7.7/159 kB | 7.7/52 kB | 7.7/60 kB
Progress (5): 184/563 kB | 140/164 kB | 12/159 kB | 7.7/52 kB | 7.7/60 kB 
Progress (5): 184/563 kB | 140/164 kB | 12/159 kB | 12/52 kB | 7.7/60 kB 
Progress (5): 184/563 kB | 140/164 kB | 12/159 kB | 12/52 kB | 12/60 kB 
Progress (5): 184/563 kB | 144/164 kB | 12/159 kB | 12/52 kB | 12/60 kB
Progress (5): 184/563 kB | 144/164 kB | 12/159 kB | 12/52 kB | 16/60 kB
Progress (5): 184/563 kB | 144/164 kB | 12/159 kB | 16/52 kB | 16/60 kB
Progress (5): 184/563 kB | 144/164 kB | 16/159 kB | 16/52 kB | 16/60 kB
Progress (5): 188/563 kB | 144/164 kB | 16/159 kB | 16/52 kB | 16/60 kB
Progress (5): 188/563 kB | 144/164 kB | 20/159 kB | 16/52 kB | 16/60 kB
Progress (5): 188/563 kB | 144/164 kB | 20/159 kB | 20/52 kB | 16/60 kB
Progress (5): 188/563 kB | 144/164 kB | 20/159 kB | 20/52 kB | 20/60 kB
Progress (5): 188/563 kB | 148/164 kB | 20/159 kB | 20/52 kB | 20/60 kB
Progress (5): 188/563 kB | 148/164 kB | 20/159 kB | 20/52 kB | 24/60 kB
Progress (5): 188/563 kB | 148/164 kB | 20/159 kB | 24/52 kB | 24/60 kB
Progress (5): 188/563 kB | 148/164 kB | 24/159 kB | 24/52 kB | 24/60 kB
Progress (5): 192/563 kB | 148/164 kB | 24/159 kB | 24/52 kB | 24/60 kB
Progress (5): 192/563 kB | 148/164 kB | 28/159 kB | 24/52 kB | 24/60 kB
Progress (5): 192/563 kB | 148/164 kB | 28/159 kB | 28/52 kB | 24/60 kB
Progress (5): 192/563 kB | 148/164 kB | 28/159 kB | 28/52 kB | 28/60 kB
Progress (5): 192/563 kB | 152/164 kB | 28/159 kB | 28/52 kB | 28/60 kB
Progress (5): 192/563 kB | 152/164 kB | 28/159 kB | 28/52 kB | 32/60 kB
Progress (5): 192/563 kB | 152/164 kB | 28/159 kB | 32/52 kB | 32/60 kB
Progress (5): 192/563 kB | 152/164 kB | 32/159 kB | 32/52 kB | 32/60 kB
Progress (5): 196/563 kB | 152/164 kB | 32/159 kB | 32/52 kB | 32/60 kB
Progress (5): 196/563 kB | 152/164 kB | 33/159 kB | 32/52 kB | 32/60 kB
Progress (5): 196/563 kB | 152/164 kB | 33/159 kB | 36/52 kB | 32/60 kB
Progress (5): 196/563 kB | 152/164 kB | 33/159 kB | 36/52 kB | 36/60 kB
Progress (5): 196/563 kB | 156/164 kB | 33/159 kB | 36/52 kB | 36/60 kB
Progress (5): 196/563 kB | 156/164 kB | 33/159 kB | 36/52 kB | 40/60 kB
Progress (5): 196/563 kB | 156/164 kB | 33/159 kB | 40/52 kB | 40/60 kB
Progress (5): 196/563 kB | 156/164 kB | 37/159 kB | 40/52 kB | 40/60 kB
Progress (5): 200/563 kB | 156/164 kB | 37/159 kB | 40/52 kB | 40/60 kB
Progress (5): 200/563 kB | 156/164 kB | 41/159 kB | 40/52 kB | 40/60 kB
Progress (5): 200/563 kB | 156/164 kB | 41/159 kB | 44/52 kB | 40/60 kB
Progress (5): 200/563 kB | 156/164 kB | 41/159 kB | 44/52 kB | 44/60 kB
Progress (5): 200/563 kB | 160/164 kB | 41/159 kB | 44/52 kB | 44/60 kB
Progress (5): 200/563 kB | 160/164 kB | 41/159 kB | 44/52 kB | 48/60 kB
Progress (5): 200/563 kB | 160/164 kB | 41/159 kB | 48/52 kB | 48/60 kB
Progress (5): 200/563 kB | 160/164 kB | 45/159 kB | 48/52 kB | 48/60 kB
Progress (5): 204/563 kB | 160/164 kB | 45/159 kB | 48/52 kB | 48/60 kB
Progress (5): 204/563 kB | 160/164 kB | 49/159 kB | 48/52 kB | 48/60 kB
Progress (5): 204/563 kB | 160/164 kB | 49/159 kB | 52/52 kB | 48/60 kB
Progress (5): 204/563 kB | 160/164 kB | 49/159 kB | 52/52 kB | 52/60 kB
Progress (5): 204/563 kB | 164 kB | 49/159 kB | 52/52 kB | 52/60 kB    
Progress (5): 204/563 kB | 164 kB | 49/159 kB | 52/52 kB | 56/60 kB
Progress (5): 204/563 kB | 164 kB | 49/159 kB | 52 kB | 56/60 kB   
Progress (5): 204/563 kB | 164 kB | 53/159 kB | 52 kB | 56/60 kB
Progress (5): 208/563 kB | 164 kB | 53/159 kB | 52 kB | 56/60 kB
Progress (5): 208/563 kB | 164 kB | 57/159 kB | 52 kB | 56/60 kB
Progress (5): 208/563 kB | 164 kB | 57/159 kB | 52 kB | 60/60 kB
Progress (5): 208/563 kB | 164 kB | 61/159 kB | 52 kB | 60/60 kB
Progress (5): 212/563 kB | 164 kB | 61/159 kB | 52 kB | 60/60 kB
Progress (5): 212/563 kB | 164 kB | 65/159 kB | 52 kB | 60/60 kB
Progress (5): 212/563 kB | 164 kB | 65/159 kB | 52 kB | 60 kB   
Progress (5): 212/563 kB | 164 kB | 66/159 kB | 52 kB | 60 kB
Progress (5): 216/563 kB | 164 kB | 66/159 kB | 52 kB | 60 kB
Progress (5): 216/563 kB | 164 kB | 70/159 kB | 52 kB | 60 kB
Progress (5): 220/563 kB | 164 kB | 70/159 kB | 52 kB | 60 kB
Progress (5): 220/563 kB | 164 kB | 74/159 kB | 52 kB | 60 kB
Progress (5): 224/563 kB | 164 kB | 74/159 kB | 52 kB | 60 kB
Progress (5): 224/563 kB | 164 kB | 78/159 kB | 52 kB | 60 kB
Progress (5): 228/563 kB | 164 kB | 78/159 kB | 52 kB | 60 kB
Progress (5): 228/563 kB | 164 kB | 82/159 kB | 52 kB | 60 kB
Progress (5): 232/563 kB | 164 kB | 82/159 kB | 52 kB | 60 kB
Progress (5): 232/563 kB | 164 kB | 86/159 kB | 52 kB | 60 kB
Progress (5): 236/563 kB | 164 kB | 86/159 kB | 52 kB | 60 kB
Progress (5): 236/563 kB | 164 kB | 90/159 kB | 52 kB | 60 kB
Progress (5): 240/563 kB | 164 kB | 90/159 kB | 52 kB | 60 kB
Progress (5): 240/563 kB | 164 kB | 94/159 kB | 52 kB | 60 kB
Progress (5): 244/563 kB | 164 kB | 94/159 kB | 52 kB | 60 kB
Progress (5): 244/563 kB | 164 kB | 98/159 kB | 52 kB | 60 kB
Progress (5): 248/563 kB | 164 kB | 98/159 kB | 52 kB | 60 kB
Progress (5): 248/563 kB | 164 kB | 98/159 kB | 52 kB | 60 kB
Progress (5): 252/563 kB | 164 kB | 98/159 kB | 52 kB | 60 kB
Progress (5): 252/563 kB | 164 kB | 102/159 kB | 52 kB | 60 kB
Progress (5): 256/563 kB | 164 kB | 102/159 kB | 52 kB | 60 kB
Progress (5): 256/563 kB | 164 kB | 106/159 kB | 52 kB | 60 kB
Progress (5): 260/563 kB | 164 kB | 106/159 kB | 52 kB | 60 kB
Progress (5): 260/563 kB | 164 kB | 110/159 kB | 52 kB | 60 kB
Progress (5): 264/563 kB | 164 kB | 110/159 kB | 52 kB | 60 kB
Progress (5): 264/563 kB | 164 kB | 114/159 kB | 52 kB | 60 kB
Progress (5): 268/563 kB | 164 kB | 114/159 kB | 52 kB | 60 kB
Progress (5): 268/563 kB | 164 kB | 118/159 kB | 52 kB | 60 kB
Progress (5): 272/563 kB | 164 kB | 118/159 kB | 52 kB | 60 kB
Progress (5): 272/563 kB | 164 kB | 122/159 kB | 52 kB | 60 kB
Progress (5): 276/563 kB | 164 kB | 122/159 kB | 52 kB | 60 kB
Progress (5): 276/563 kB | 164 kB | 126/159 kB | 52 kB | 60 kB
Progress (5): 280/563 kB | 164 kB | 126/159 kB | 52 kB | 60 kB
Progress (5): 280/563 kB | 164 kB | 130/159 kB | 52 kB | 60 kB
Progress (5): 284/563 kB | 164 kB | 130/159 kB | 52 kB | 60 kB
Progress (5): 284/563 kB | 164 kB | 134/159 kB | 52 kB | 60 kB
Progress (5): 288/563 kB | 164 kB | 134/159 kB | 52 kB | 60 kB
Progress (5): 288/563 kB | 164 kB | 138/159 kB | 52 kB | 60 kB
Progress (5): 292/563 kB | 164 kB | 138/159 kB | 52 kB | 60 kB
Progress (5): 292/563 kB | 164 kB | 142/159 kB | 52 kB | 60 kB
Progress (5): 296/563 kB | 164 kB | 142/159 kB | 52 kB | 60 kB
Progress (5): 296/563 kB | 164 kB | 146/159 kB | 52 kB | 60 kB
Progress (5): 300/563 kB | 164 kB | 146/159 kB | 52 kB | 60 kB
Progress (5): 300/563 kB | 164 kB | 150/159 kB | 52 kB | 60 kB
Progress (5): 304/563 kB | 164 kB | 150/159 kB | 52 kB | 60 kB
Progress (5): 304/563 kB | 164 kB | 154/159 kB | 52 kB | 60 kB
Progress (5): 308/563 kB | 164 kB | 154/159 kB | 52 kB | 60 kB
Progress (5): 308/563 kB | 164 kB | 158/159 kB | 52 kB | 60 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 417 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 477 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Progress (3): 312/563 kB | 164 kB | 158/159 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 1.3 MB/s)
Progress (2): 312/563 kB | 159 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Progress (2): 316/563 kB | 159 kB
Progress (2): 320/563 kB | 159 kB
Progress (2): 324/563 kB | 159 kB
Progress (2): 328/563 kB | 159 kB
Progress (2): 332/563 kB | 159 kB
Progress (2): 336/563 kB | 159 kB
Progress (2): 340/563 kB | 159 kB
Progress (2): 344/563 kB | 159 kB
Progress (2): 348/563 kB | 159 kB
Progress (2): 352/563 kB | 159 kB
Progress (2): 356/563 kB | 159 kB
Progress (2): 360/563 kB | 159 kB
Progress (2): 364/563 kB | 159 kB
Progress (2): 368/563 kB | 159 kB
Progress (2): 372/563 kB | 159 kB
Progress (2): 376/563 kB | 159 kB
Progress (2): 380/563 kB | 159 kB
Progress (2): 384/563 kB | 159 kB
Progress (2): 388/563 kB | 159 kB
Progress (2): 392/563 kB | 159 kB
Progress (2): 396/563 kB | 159 kB
Progress (2): 400/563 kB | 159 kB
Progress (2): 404/563 kB | 159 kB
Progress (2): 408/563 kB | 159 kB
Progress (2): 412/563 kB | 159 kB
Progress (2): 416/563 kB | 159 kB
Progress (2): 420/563 kB | 159 kB
Progress (2): 424/563 kB | 159 kB
Progress (2): 428/563 kB | 159 kB
Progress (2): 432/563 kB | 159 kB
Progress (2): 436/563 kB | 159 kB
Progress (2): 440/563 kB | 159 kB
Progress (2): 444/563 kB | 159 kB
Progress (2): 448/563 kB | 159 kB
Progress (2): 452/563 kB | 159 kB
Progress (2): 456/563 kB | 159 kB
Progress (3): 456/563 kB | 159 kB | 4.1/145 kB
Progress (3): 456/563 kB | 159 kB | 7.7/145 kB
Progress (3): 456/563 kB | 159 kB | 12/145 kB 
Progress (4): 456/563 kB | 159 kB | 12/145 kB | 4.1/18 kB
Progress (4): 456/563 kB | 159 kB | 12/145 kB | 7.7/18 kB
Progress (4): 456/563 kB | 159 kB | 12/145 kB | 12/18 kB 
Progress (4): 456/563 kB | 159 kB | 12/145 kB | 16/18 kB
Progress (4): 456/563 kB | 159 kB | 12/145 kB | 18 kB   
Progress (4): 460/563 kB | 159 kB | 12/145 kB | 18 kB
Progress (4): 460/563 kB | 159 kB | 16/145 kB | 18 kB
Progress (4): 464/563 kB | 159 kB | 16/145 kB | 18 kB
Progress (4): 468/563 kB | 159 kB | 16/145 kB | 18 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 793 kB/s)
Progress (3): 468/563 kB | 20/145 kB | 18 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
Progress (4): 468/563 kB | 20/145 kB | 18 kB | 4.1/134 kB
Progress (4): 472/563 kB | 20/145 kB | 18 kB | 4.1/134 kB
Progress (4): 472/563 kB | 20/145 kB | 18 kB | 7.7/134 kB
Progress (4): 472/563 kB | 24/145 kB | 18 kB | 7.7/134 kB
Progress (4): 472/563 kB | 24/145 kB | 18 kB | 12/134 kB 
Progress (4): 472/563 kB | 28/145 kB | 18 kB | 12/134 kB
Progress (4): 476/563 kB | 28/145 kB | 18 kB | 12/134 kB
Progress (4): 476/563 kB | 32/145 kB | 18 kB | 12/134 kB
Progress (4): 476/563 kB | 32/145 kB | 18 kB | 16/134 kB
Progress (4): 476/563 kB | 33/145 kB | 18 kB | 16/134 kB
Progress (4): 480/563 kB | 33/145 kB | 18 kB | 16/134 kB
Progress (4): 480/563 kB | 33/145 kB | 18 kB | 20/134 kB
Progress (4): 480/563 kB | 37/145 kB | 18 kB | 20/134 kB
Progress (4): 484/563 kB | 37/145 kB | 18 kB | 20/134 kB
Progress (4): 484/563 kB | 41/145 kB | 18 kB | 20/134 kB
Progress (4): 484/563 kB | 41/145 kB | 18 kB | 24/134 kB
Progress (4): 484/563 kB | 45/145 kB | 18 kB | 24/134 kB
Progress (4): 484/563 kB | 45/145 kB | 18 kB | 28/134 kB
Progress (4): 488/563 kB | 45/145 kB | 18 kB | 28/134 kB
Progress (4): 488/563 kB | 45/145 kB | 18 kB | 32/134 kB
Progress (4): 488/563 kB | 49/145 kB | 18 kB | 32/134 kB
Progress (4): 488/563 kB | 49/145 kB | 18 kB | 33/134 kB
Progress (4): 488/563 kB | 53/145 kB | 18 kB | 33/134 kB
Progress (4): 492/563 kB | 53/145 kB | 18 kB | 33/134 kB
Progress (4): 492/563 kB | 57/145 kB | 18 kB | 33/134 kB
Progress (4): 492/563 kB | 57/145 kB | 18 kB | 37/134 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 86 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Progress (3): 492/563 kB | 61/145 kB | 37/134 kB
Progress (3): 496/563 kB | 61/145 kB | 37/134 kB
Progress (3): 496/563 kB | 65/145 kB | 37/134 kB
Progress (3): 496/563 kB | 65/145 kB | 41/134 kB
Progress (3): 496/563 kB | 66/145 kB | 41/134 kB
Progress (3): 500/563 kB | 66/145 kB | 41/134 kB
Progress (3): 500/563 kB | 66/145 kB | 45/134 kB
Progress (3): 504/563 kB | 66/145 kB | 45/134 kB
Progress (3): 504/563 kB | 70/145 kB | 45/134 kB
Progress (3): 508/563 kB | 70/145 kB | 45/134 kB
Progress (3): 508/563 kB | 70/145 kB | 49/134 kB
Progress (3): 508/563 kB | 74/145 kB | 49/134 kB
Progress (3): 512/563 kB | 74/145 kB | 49/134 kB
Progress (3): 512/563 kB | 78/145 kB | 49/134 kB
Progress (3): 512/563 kB | 78/145 kB | 53/134 kB
Progress (3): 512/563 kB | 82/145 kB | 53/134 kB
Progress (3): 516/563 kB | 82/145 kB | 53/134 kB
Progress (3): 516/563 kB | 82/145 kB | 57/134 kB
Progress (3): 516/563 kB | 86/145 kB | 57/134 kB
Progress (3): 516/563 kB | 86/145 kB | 61/134 kB
Progress (3): 520/563 kB | 86/145 kB | 61/134 kB
Progress (3): 520/563 kB | 86/145 kB | 65/134 kB
Progress (3): 520/563 kB | 90/145 kB | 65/134 kB
Progress (3): 520/563 kB | 90/145 kB | 66/134 kB
Progress (3): 524/563 kB | 90/145 kB | 66/134 kB
Progress (3): 524/563 kB | 90/145 kB | 70/134 kB
Progress (3): 524/563 kB | 94/145 kB | 70/134 kB
Progress (3): 524/563 kB | 94/145 kB | 74/134 kB
Progress (3): 528/563 kB | 94/145 kB | 74/134 kB
Progress (3): 528/563 kB | 98/145 kB | 74/134 kB
Progress (3): 532/563 kB | 98/145 kB | 74/134 kB
Progress (3): 532/563 kB | 102/145 kB | 74/134 kB
Progress (3): 532/563 kB | 102/145 kB | 78/134 kB
Progress (4): 532/563 kB | 102/145 kB | 78/134 kB | 4.1/202 kB
Progress (4): 532/563 kB | 106/145 kB | 78/134 kB | 4.1/202 kB
Progress (4): 536/563 kB | 106/145 kB | 78/134 kB | 4.1/202 kB
Progress (4): 536/563 kB | 110/145 kB | 78/134 kB | 4.1/202 kB
Progress (4): 536/563 kB | 110/145 kB | 78/134 kB | 7.7/202 kB
Progress (4): 536/563 kB | 110/145 kB | 82/134 kB | 7.7/202 kB
Progress (4): 536/563 kB | 110/145 kB | 82/134 kB | 12/202 kB 
Progress (4): 536/563 kB | 114/145 kB | 82/134 kB | 12/202 kB
Progress (4): 540/563 kB | 114/145 kB | 82/134 kB | 12/202 kB
Progress (4): 540/563 kB | 118/145 kB | 82/134 kB | 12/202 kB
Progress (4): 540/563 kB | 118/145 kB | 82/134 kB | 16/202 kB
Progress (4): 540/563 kB | 118/145 kB | 86/134 kB | 16/202 kB
Progress (4): 540/563 kB | 118/145 kB | 86/134 kB | 20/202 kB
Progress (4): 540/563 kB | 122/145 kB | 86/134 kB | 20/202 kB
Progress (4): 544/563 kB | 122/145 kB | 86/134 kB | 20/202 kB
Progress (4): 544/563 kB | 126/145 kB | 86/134 kB | 20/202 kB
Progress (4): 544/563 kB | 126/145 kB | 86/134 kB | 24/202 kB
Progress (4): 544/563 kB | 126/145 kB | 90/134 kB | 24/202 kB
Progress (4): 544/563 kB | 126/145 kB | 90/134 kB | 28/202 kB
Progress (4): 544/563 kB | 130/145 kB | 90/134 kB | 28/202 kB
Progress (4): 548/563 kB | 130/145 kB | 90/134 kB | 28/202 kB
Progress (4): 548/563 kB | 134/145 kB | 90/134 kB | 28/202 kB
Progress (4): 548/563 kB | 134/145 kB | 90/134 kB | 32/202 kB
Progress (4): 548/563 kB | 134/145 kB | 94/134 kB | 32/202 kB
Progress (4): 548/563 kB | 134/145 kB | 94/134 kB | 36/202 kB
Progress (4): 548/563 kB | 138/145 kB | 94/134 kB | 36/202 kB
Progress (4): 552/563 kB | 138/145 kB | 94/134 kB | 36/202 kB
Progress (4): 552/563 kB | 142/145 kB | 94/134 kB | 36/202 kB
Progress (4): 552/563 kB | 142/145 kB | 94/134 kB | 40/202 kB
Progress (4): 552/563 kB | 142/145 kB | 98/134 kB | 40/202 kB
Progress (4): 552/563 kB | 142/145 kB | 98/134 kB | 44/202 kB
Progress (4): 552/563 kB | 145 kB | 98/134 kB | 44/202 kB    
Progress (4): 556/563 kB | 145 kB | 98/134 kB | 44/202 kB
Progress (5): 556/563 kB | 145 kB | 98/134 kB | 44/202 kB | 4.1/45 kB
Progress (5): 556/563 kB | 145 kB | 98/134 kB | 48/202 kB | 4.1/45 kB
Progress (5): 556/563 kB | 145 kB | 98/134 kB | 48/202 kB | 4.1/45 kB
Progress (5): 556/563 kB | 145 kB | 98/134 kB | 52/202 kB | 4.1/45 kB
Progress (5): 556/563 kB | 145 kB | 98/134 kB | 52/202 kB | 7.7/45 kB
Progress (5): 560/563 kB | 145 kB | 98/134 kB | 52/202 kB | 7.7/45 kB
Progress (5): 560/563 kB | 145 kB | 98/134 kB | 52/202 kB | 12/45 kB 
Progress (5): 560/563 kB | 145 kB | 98/134 kB | 56/202 kB | 12/45 kB
Progress (5): 560/563 kB | 145 kB | 102/134 kB | 56/202 kB | 12/45 kB
Progress (5): 560/563 kB | 145 kB | 102/134 kB | 60/202 kB | 12/45 kB
Progress (5): 560/563 kB | 145 kB | 102/134 kB | 60/202 kB | 16/45 kB
Progress (5): 563 kB | 145 kB | 102/134 kB | 60/202 kB | 16/45 kB    
Progress (5): 563 kB | 145 kB | 102/134 kB | 60/202 kB | 20/45 kB
Progress (5): 563 kB | 145 kB | 102/134 kB | 64/202 kB | 20/45 kB
Progress (5): 563 kB | 145 kB | 106/134 kB | 64/202 kB | 20/45 kB
Progress (5): 563 kB | 145 kB | 106/134 kB | 68/202 kB | 20/45 kB
Progress (5): 563 kB | 145 kB | 106/134 kB | 68/202 kB | 24/45 kB
Progress (5): 563 kB | 145 kB | 106/134 kB | 72/202 kB | 24/45 kB
Progress (5): 563 kB | 145 kB | 110/134 kB | 72/202 kB | 24/45 kB
Progress (5): 563 kB | 145 kB | 110/134 kB | 76/202 kB | 24/45 kB
Progress (5): 563 kB | 145 kB | 110/134 kB | 76/202 kB | 28/45 kB
Progress (5): 563 kB | 145 kB | 110/134 kB | 80/202 kB | 28/45 kB
Progress (5): 563 kB | 145 kB | 114/134 kB | 80/202 kB | 28/45 kB
Progress (5): 563 kB | 145 kB | 114/134 kB | 84/202 kB | 28/45 kB
Progress (5): 563 kB | 145 kB | 114/134 kB | 84/202 kB | 32/45 kB
Progress (5): 563 kB | 145 kB | 114/134 kB | 88/202 kB | 32/45 kB
Progress (5): 563 kB | 145 kB | 118/134 kB | 88/202 kB | 32/45 kB
Progress (5): 563 kB | 145 kB | 118/134 kB | 92/202 kB | 32/45 kB
Progress (5): 563 kB | 145 kB | 118/134 kB | 92/202 kB | 36/45 kB
Progress (5): 563 kB | 145 kB | 118/134 kB | 96/202 kB | 36/45 kB
Progress (5): 563 kB | 145 kB | 122/134 kB | 96/202 kB | 36/45 kB
Progress (5): 563 kB | 145 kB | 122/134 kB | 100/202 kB | 36/45 kB
Progress (5): 563 kB | 145 kB | 122/134 kB | 100/202 kB | 40/45 kB
Progress (5): 563 kB | 145 kB | 122/134 kB | 104/202 kB | 40/45 kB
Progress (5): 563 kB | 145 kB | 126/134 kB | 104/202 kB | 40/45 kB
Progress (5): 563 kB | 145 kB | 126/134 kB | 108/202 kB | 40/45 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 644 kB/s)
Progress (4): 563 kB | 126/134 kB | 108/202 kB | 44/45 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Progress (4): 563 kB | 126/134 kB | 112/202 kB | 44/45 kB
Progress (4): 563 kB | 130/134 kB | 112/202 kB | 44/45 kB
Progress (4): 563 kB | 130/134 kB | 116/202 kB | 44/45 kB
Progress (4): 563 kB | 130/134 kB | 116/202 kB | 45 kB   
Progress (4): 563 kB | 130/134 kB | 120/202 kB | 45 kB
Progress (4): 563 kB | 134 kB | 120/202 kB | 45 kB    
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 2.5 MB/s)
Progress (3): 134 kB | 124/202 kB | 45 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
Progress (3): 134 kB | 128/202 kB | 45 kB
Progress (3): 134 kB | 132/202 kB | 45 kB
Progress (3): 134 kB | 136/202 kB | 45 kB
Progress (3): 134 kB | 140/202 kB | 45 kB
Progress (3): 134 kB | 144/202 kB | 45 kB
Progress (3): 134 kB | 148/202 kB | 45 kB
Progress (3): 134 kB | 152/202 kB | 45 kB
Progress (3): 134 kB | 156/202 kB | 45 kB
Progress (3): 134 kB | 160/202 kB | 45 kB
Progress (3): 134 kB | 164/202 kB | 45 kB
Progress (3): 134 kB | 168/202 kB | 45 kB
Progress (3): 134 kB | 172/202 kB | 45 kB
Progress (3): 134 kB | 176/202 kB | 45 kB
Progress (3): 134 kB | 180/202 kB | 45 kB
Progress (3): 134 kB | 184/202 kB | 45 kB
Progress (3): 134 kB | 188/202 kB | 45 kB
Progress (3): 134 kB | 192/202 kB | 45 kB
Progress (3): 134 kB | 196/202 kB | 45 kB
Progress (3): 134 kB | 200/202 kB | 45 kB
Progress (3): 134 kB | 202 kB | 45 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 191 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 677 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Progress (2): 134 kB | 2.5 kB
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 447 kB/s)
Progress (2): 2.5 kB | 4.1/5.8 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
Progress (2): 2.5 kB | 5.8 kB
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 8.0 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 19 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Progress (1): 4.1/357 kB
Progress (1): 7.7/357 kB
Progress (1): 12/357 kB 
Progress (1): 16/357 kB
Progress (1): 20/357 kB
Progress (1): 24/357 kB
Progress (1): 28/357 kB
Progress (1): 32/357 kB
Progress (1): 36/357 kB
Progress (1): 40/357 kB
Progress (1): 44/357 kB
Progress (1): 48/357 kB
Progress (1): 52/357 kB
Progress (1): 56/357 kB
Progress (1): 60/357 kB
Progress (1): 64/357 kB
Progress (1): 68/357 kB
Progress (1): 72/357 kB
Progress (1): 76/357 kB
Progress (1): 80/357 kB
Progress (2): 80/357 kB | 4.1/4.5 kB
Progress (2): 84/357 kB | 4.1/4.5 kB
Progress (2): 84/357 kB | 4.5 kB    
Progress (2): 88/357 kB | 4.5 kB
Progress (2): 92/357 kB | 4.5 kB
Progress (2): 96/357 kB | 4.5 kB
Progress (2): 100/357 kB | 4.5 kB
Progress (2): 104/357 kB | 4.5 kB
Progress (2): 108/357 kB | 4.5 kB
Progress (2): 112/357 kB | 4.5 kB
Progress (2): 116/357 kB | 4.5 kB
Progress (2): 120/357 kB | 4.5 kB
Progress (2): 124/357 kB | 4.5 kB
Progress (2): 128/357 kB | 4.5 kB
Progress (2): 132/357 kB | 4.5 kB
Progress (2): 136/357 kB | 4.5 kB
Progress (2): 140/357 kB | 4.5 kB
Progress (2): 144/357 kB | 4.5 kB
Progress (2): 148/357 kB | 4.5 kB
Progress (2): 152/357 kB | 4.5 kB
Progress (2): 156/357 kB | 4.5 kB
Progress (2): 160/357 kB | 4.5 kB
Progress (2): 164/357 kB | 4.5 kB
Progress (2): 168/357 kB | 4.5 kB
Progress (2): 172/357 kB | 4.5 kB
Progress (2): 176/357 kB | 4.5 kB
Progress (2): 180/357 kB | 4.5 kB
Progress (2): 184/357 kB | 4.5 kB
Progress (2): 188/357 kB | 4.5 kB
Progress (2): 192/357 kB | 4.5 kB
Progress (2): 196/357 kB | 4.5 kB
Progress (2): 200/357 kB | 4.5 kB
Progress (2): 204/357 kB | 4.5 kB
Progress (2): 208/357 kB | 4.5 kB
Progress (2): 212/357 kB | 4.5 kB
Progress (2): 216/357 kB | 4.5 kB
Progress (2): 220/357 kB | 4.5 kB
Progress (3): 220/357 kB | 4.5 kB | 4.1/202 kB
Progress (3): 224/357 kB | 4.5 kB | 4.1/202 kB
Progress (3): 224/357 kB | 4.5 kB | 7.7/202 kB
Progress (3): 228/357 kB | 4.5 kB | 7.7/202 kB
Progress (3): 232/357 kB | 4.5 kB | 7.7/202 kB
Progress (4): 232/357 kB | 4.5 kB | 7.7/202 kB | 4.1/61 kB
Progress (4): 232/357 kB | 4.5 kB | 12/202 kB | 4.1/61 kB 
Progress (4): 232/357 kB | 4.5 kB | 12/202 kB | 7.7/61 kB
Progress (4): 236/357 kB | 4.5 kB | 12/202 kB | 7.7/61 kB
Progress (4): 236/357 kB | 4.5 kB | 12/202 kB | 12/61 kB 
Progress (4): 236/357 kB | 4.5 kB | 16/202 kB | 12/61 kB
Progress (4): 236/357 kB | 4.5 kB | 16/202 kB | 16/61 kB
Progress (4): 240/357 kB | 4.5 kB | 16/202 kB | 16/61 kB
Progress (4): 240/357 kB | 4.5 kB | 16/202 kB | 20/61 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 14 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Progress (3): 240/357 kB | 20/202 kB | 20/61 kB
Progress (4): 240/357 kB | 20/202 kB | 20/61 kB | 4.1/44 kB
Progress (4): 240/357 kB | 20/202 kB | 24/61 kB | 4.1/44 kB
Progress (4): 244/357 kB | 20/202 kB | 24/61 kB | 4.1/44 kB
Progress (4): 244/357 kB | 20/202 kB | 28/61 kB | 4.1/44 kB
Progress (4): 244/357 kB | 20/202 kB | 28/61 kB | 7.7/44 kB
Progress (4): 244/357 kB | 24/202 kB | 28/61 kB | 7.7/44 kB
Progress (4): 244/357 kB | 24/202 kB | 28/61 kB | 12/44 kB 
Progress (4): 244/357 kB | 28/202 kB | 28/61 kB | 12/44 kB
Progress (4): 244/357 kB | 28/202 kB | 32/61 kB | 12/44 kB
Progress (4): 248/357 kB | 28/202 kB | 32/61 kB | 12/44 kB
Progress (4): 248/357 kB | 28/202 kB | 36/61 kB | 12/44 kB
Progress (4): 248/357 kB | 32/202 kB | 36/61 kB | 12/44 kB
Progress (4): 248/357 kB | 32/202 kB | 36/61 kB | 16/44 kB
Progress (4): 248/357 kB | 33/202 kB | 36/61 kB | 16/44 kB
Progress (4): 248/357 kB | 33/202 kB | 40/61 kB | 16/44 kB
Progress (4): 252/357 kB | 33/202 kB | 40/61 kB | 16/44 kB
Progress (4): 252/357 kB | 33/202 kB | 44/61 kB | 16/44 kB
Progress (4): 252/357 kB | 37/202 kB | 44/61 kB | 16/44 kB
Progress (4): 252/357 kB | 37/202 kB | 44/61 kB | 20/44 kB
Progress (4): 252/357 kB | 41/202 kB | 44/61 kB | 20/44 kB
Progress (4): 252/357 kB | 41/202 kB | 48/61 kB | 20/44 kB
Progress (4): 256/357 kB | 41/202 kB | 48/61 kB | 20/44 kB
Progress (4): 256/357 kB | 41/202 kB | 52/61 kB | 20/44 kB
Progress (4): 260/357 kB | 41/202 kB | 52/61 kB | 20/44 kB
Progress (4): 260/357 kB | 45/202 kB | 52/61 kB | 20/44 kB
Progress (4): 260/357 kB | 45/202 kB | 52/61 kB | 24/44 kB
Progress (4): 260/357 kB | 49/202 kB | 52/61 kB | 24/44 kB
Progress (4): 264/357 kB | 49/202 kB | 52/61 kB | 24/44 kB
Progress (4): 264/357 kB | 49/202 kB | 56/61 kB | 24/44 kB
Progress (4): 264/357 kB | 53/202 kB | 56/61 kB | 24/44 kB
Progress (4): 264/357 kB | 53/202 kB | 56/61 kB | 28/44 kB
Progress (5): 264/357 kB | 53/202 kB | 56/61 kB | 28/44 kB | 4.1/47 kB
Progress (5): 264/357 kB | 57/202 kB | 56/61 kB | 28/44 kB | 4.1/47 kB
Progress (5): 264/357 kB | 57/202 kB | 60/61 kB | 28/44 kB | 4.1/47 kB
Progress (5): 268/357 kB | 57/202 kB | 60/61 kB | 28/44 kB | 4.1/47 kB
Progress (5): 268/357 kB | 61/202 kB | 60/61 kB | 28/44 kB | 4.1/47 kB
Progress (5): 268/357 kB | 61/202 kB | 61 kB | 28/44 kB | 4.1/47 kB   
Progress (5): 268/357 kB | 61/202 kB | 61 kB | 28/44 kB | 7.7/47 kB
Progress (5): 268/357 kB | 61/202 kB | 61 kB | 32/44 kB | 7.7/47 kB
Progress (5): 268/357 kB | 61/202 kB | 61 kB | 32/44 kB | 12/47 kB 
Progress (5): 268/357 kB | 65/202 kB | 61 kB | 32/44 kB | 12/47 kB
Progress (5): 272/357 kB | 65/202 kB | 61 kB | 32/44 kB | 12/47 kB
Progress (5): 272/357 kB | 66/202 kB | 61 kB | 32/44 kB | 12/47 kB
Progress (5): 272/357 kB | 66/202 kB | 61 kB | 32/44 kB | 16/47 kB
Progress (5): 272/357 kB | 66/202 kB | 61 kB | 33/44 kB | 16/47 kB
Progress (5): 272/357 kB | 66/202 kB | 61 kB | 33/44 kB | 20/47 kB
Progress (5): 272/357 kB | 70/202 kB | 61 kB | 33/44 kB | 20/47 kB
Progress (5): 276/357 kB | 70/202 kB | 61 kB | 33/44 kB | 20/47 kB
Progress (5): 276/357 kB | 74/202 kB | 61 kB | 33/44 kB | 20/47 kB
Progress (5): 276/357 kB | 74/202 kB | 61 kB | 33/44 kB | 24/47 kB
Progress (5): 276/357 kB | 74/202 kB | 61 kB | 37/44 kB | 24/47 kB
Progress (5): 276/357 kB | 74/202 kB | 61 kB | 37/44 kB | 28/47 kB
Progress (5): 276/357 kB | 78/202 kB | 61 kB | 37/44 kB | 28/47 kB
Progress (5): 280/357 kB | 78/202 kB | 61 kB | 37/44 kB | 28/47 kB
Progress (5): 280/357 kB | 82/202 kB | 61 kB | 37/44 kB | 28/47 kB
Progress (5): 280/357 kB | 82/202 kB | 61 kB | 37/44 kB | 32/47 kB
Progress (5): 280/357 kB | 82/202 kB | 61 kB | 41/44 kB | 32/47 kB
Progress (5): 280/357 kB | 82/202 kB | 61 kB | 41/44 kB | 36/47 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 181 kB/s)
Progress (4): 280/357 kB | 86/202 kB | 41/44 kB | 36/47 kB
Progress (4): 284/357 kB | 86/202 kB | 41/44 kB | 36/47 kB
Progress (4): 284/357 kB | 90/202 kB | 41/44 kB | 36/47 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Progress (4): 284/357 kB | 90/202 kB | 41/44 kB | 40/47 kB
Progress (4): 284/357 kB | 90/202 kB | 44 kB | 40/47 kB   
Progress (4): 284/357 kB | 90/202 kB | 44 kB | 44/47 kB
Progress (4): 284/357 kB | 94/202 kB | 44 kB | 44/47 kB
Progress (4): 288/357 kB | 94/202 kB | 44 kB | 44/47 kB
Progress (4): 288/357 kB | 98/202 kB | 44 kB | 44/47 kB
Progress (4): 288/357 kB | 98/202 kB | 44 kB | 47 kB   
Progress (4): 288/357 kB | 98/202 kB | 44 kB | 47 kB
Progress (4): 292/357 kB | 98/202 kB | 44 kB | 47 kB
Progress (4): 292/357 kB | 102/202 kB | 44 kB | 47 kB
Progress (4): 296/357 kB | 102/202 kB | 44 kB | 47 kB
Progress (4): 296/357 kB | 106/202 kB | 44 kB | 47 kB
Progress (4): 296/357 kB | 110/202 kB | 44 kB | 47 kB
Progress (4): 296/357 kB | 114/202 kB | 44 kB | 47 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 126 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar
Progress (3): 300/357 kB | 114/202 kB | 47 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 117 kB/s)
Progress (2): 300/357 kB | 118/202 kB
Progress (3): 300/357 kB | 118/202 kB | 4.1/50 kB
Progress (3): 300/357 kB | 122/202 kB | 4.1/50 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar
Progress (3): 304/357 kB | 122/202 kB | 4.1/50 kB
Progress (3): 304/357 kB | 126/202 kB | 4.1/50 kB
Progress (3): 304/357 kB | 126/202 kB | 7.7/50 kB
Progress (3): 304/357 kB | 130/202 kB | 7.7/50 kB
Progress (3): 308/357 kB | 130/202 kB | 7.7/50 kB
Progress (3): 308/357 kB | 134/202 kB | 7.7/50 kB
Progress (3): 308/357 kB | 134/202 kB | 12/50 kB 
Progress (3): 308/357 kB | 138/202 kB | 12/50 kB
Progress (3): 312/357 kB | 138/202 kB | 12/50 kB
Progress (3): 312/357 kB | 138/202 kB | 16/50 kB
Progress (3): 312/357 kB | 142/202 kB | 16/50 kB
Progress (3): 312/357 kB | 142/202 kB | 20/50 kB
Progress (3): 316/357 kB | 142/202 kB | 20/50 kB
Progress (3): 316/357 kB | 142/202 kB | 24/50 kB
Progress (3): 316/357 kB | 146/202 kB | 24/50 kB
Progress (3): 316/357 kB | 146/202 kB | 28/50 kB
Progress (3): 320/357 kB | 146/202 kB | 28/50 kB
Progress (3): 320/357 kB | 146/202 kB | 32/50 kB
Progress (3): 320/357 kB | 150/202 kB | 32/50 kB
Progress (3): 320/357 kB | 150/202 kB | 36/50 kB
Progress (3): 324/357 kB | 150/202 kB | 36/50 kB
Progress (3): 324/357 kB | 150/202 kB | 40/50 kB
Progress (3): 324/357 kB | 154/202 kB | 40/50 kB
Progress (3): 324/357 kB | 154/202 kB | 44/50 kB
Progress (3): 328/357 kB | 154/202 kB | 44/50 kB
Progress (3): 328/357 kB | 154/202 kB | 48/50 kB
Progress (3): 332/357 kB | 154/202 kB | 48/50 kB
Progress (3): 332/357 kB | 158/202 kB | 48/50 kB
Progress (3): 336/357 kB | 158/202 kB | 48/50 kB
Progress (3): 336/357 kB | 158/202 kB | 50 kB   
Progress (3): 336/357 kB | 162/202 kB | 50 kB
Progress (3): 340/357 kB | 162/202 kB | 50 kB
Progress (3): 340/357 kB | 166/202 kB | 50 kB
Progress (3): 344/357 kB | 166/202 kB | 50 kB
Progress (3): 344/357 kB | 170/202 kB | 50 kB
Progress (3): 348/357 kB | 170/202 kB | 50 kB
Progress (3): 348/357 kB | 174/202 kB | 50 kB
Progress (3): 352/357 kB | 174/202 kB | 50 kB
Progress (3): 352/357 kB | 178/202 kB | 50 kB
Progress (3): 356/357 kB | 178/202 kB | 50 kB
Progress (3): 356/357 kB | 182/202 kB | 50 kB
Progress (3): 357 kB | 182/202 kB | 50 kB    
Progress (3): 357 kB | 186/202 kB | 50 kB
Progress (3): 357 kB | 190/202 kB | 50 kB
Progress (3): 357 kB | 194/202 kB | 50 kB
Progress (3): 357 kB | 198/202 kB | 50 kB
Progress (3): 357 kB | 202 kB | 50 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 120 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 485 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Progress (2): 357 kB | 4.1/201 kB
Progress (2): 357 kB | 7.7/201 kB
Progress (2): 357 kB | 12/201 kB 
Progress (2): 357 kB | 16/201 kB
Progress (2): 357 kB | 20/201 kB
Progress (2): 357 kB | 24/201 kB
Progress (2): 357 kB | 28/201 kB
Progress (2): 357 kB | 32/201 kB
Progress (2): 357 kB | 33/201 kB
Progress (2): 357 kB | 37/201 kB
Progress (2): 357 kB | 41/201 kB
Progress (2): 357 kB | 45/201 kB
Progress (2): 357 kB | 49/201 kB
Progress (2): 357 kB | 53/201 kB
Progress (2): 357 kB | 57/201 kB
Progress (2): 357 kB | 61/201 kB
Progress (2): 357 kB | 65/201 kB
Progress (2): 357 kB | 66/201 kB
Progress (2): 357 kB | 70/201 kB
Progress (2): 357 kB | 74/201 kB
Progress (2): 357 kB | 78/201 kB
Progress (2): 357 kB | 82/201 kB
Progress (2): 357 kB | 86/201 kB
Progress (2): 357 kB | 90/201 kB
Progress (2): 357 kB | 94/201 kB
Progress (2): 357 kB | 98/201 kB
Progress (2): 357 kB | 98/201 kB
Progress (3): 357 kB | 98/201 kB | 0/2.7 MB
Progress (3): 357 kB | 98/201 kB | 0/2.7 MB
Progress (3): 357 kB | 98/201 kB | 0/2.7 MB
Progress (3): 357 kB | 98/201 kB | 0/2.7 MB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 843 kB/s)
Progress (2): 102/201 kB | 0/2.7 MB
Progress (2): 102/201 kB | 0/2.7 MB
Progress (2): 106/201 kB | 0/2.7 MB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar
Progress (2): 110/201 kB | 0/2.7 MB
Progress (2): 110/201 kB | 0/2.7 MB
Progress (2): 114/201 kB | 0/2.7 MB
Progress (2): 114/201 kB | 0/2.7 MB
Progress (2): 118/201 kB | 0/2.7 MB
Progress (2): 118/201 kB | 0/2.7 MB
Progress (2): 122/201 kB | 0/2.7 MB
Progress (2): 122/201 kB | 0/2.7 MB
Progress (2): 126/201 kB | 0/2.7 MB
Progress (2): 126/201 kB | 0/2.7 MB
Progress (2): 130/201 kB | 0/2.7 MB
Progress (2): 130/201 kB | 0/2.7 MB
Progress (2): 131/201 kB | 0/2.7 MB
Progress (2): 131/201 kB | 0/2.7 MB
Progress (2): 135/201 kB | 0/2.7 MB
Progress (2): 135/201 kB | 0/2.7 MB
Progress (2): 139/201 kB | 0/2.7 MB
Progress (2): 139/201 kB | 0.1/2.7 MB
Progress (2): 143/201 kB | 0.1/2.7 MB
Progress (2): 143/201 kB | 0.1/2.7 MB
Progress (2): 147/201 kB | 0.1/2.7 MB
Progress (3): 147/201 kB | 0.1/2.7 MB | 4.1/8.8 kB
Progress (3): 147/201 kB | 0.1/2.7 MB | 4.1/8.8 kB
Progress (3): 147/201 kB | 0.1/2.7 MB | 7.7/8.8 kB
Progress (3): 151/201 kB | 0.1/2.7 MB | 7.7/8.8 kB
Progress (3): 151/201 kB | 0.1/2.7 MB | 8.8 kB    
Progress (3): 151/201 kB | 0.1/2.7 MB | 8.8 kB
Progress (4): 151/201 kB | 0.1/2.7 MB | 8.8 kB | 4.1/13 kB
Progress (4): 151/201 kB | 0.1/2.7 MB | 8.8 kB | 4.1/13 kB
Progress (4): 155/201 kB | 0.1/2.7 MB | 8.8 kB | 4.1/13 kB
Progress (4): 155/201 kB | 0.1/2.7 MB | 8.8 kB | 4.1/13 kB
Progress (4): 155/201 kB | 0.1/2.7 MB | 8.8 kB | 7.7/13 kB
Progress (4): 155/201 kB | 0.1/2.7 MB | 8.8 kB | 7.7/13 kB
Progress (4): 159/201 kB | 0.1/2.7 MB | 8.8 kB | 7.7/13 kB
Progress (4): 159/201 kB | 0.1/2.7 MB | 8.8 kB | 7.7/13 kB
Progress (4): 159/201 kB | 0.1/2.7 MB | 8.8 kB | 12/13 kB 
Progress (4): 159/201 kB | 0.1/2.7 MB | 8.8 kB | 12/13 kB
Progress (4): 163/201 kB | 0.1/2.7 MB | 8.8 kB | 12/13 kB
Progress (4): 163/201 kB | 0.1/2.7 MB | 8.8 kB | 12/13 kB
Progress (4): 163/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB   
Progress (4): 163/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 164/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 164/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 168/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 168/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 172/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 172/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 176/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 180/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 180/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 184/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 188/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 188/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 192/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 196/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 196/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 200/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 200/201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB    
Progress (4): 201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
Progress (4): 201 kB | 0.1/2.7 MB | 8.8 kB | 13 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 20 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar
Progress (3): 201 kB | 0.1/2.7 MB | 13 kB
Progress (3): 201 kB | 0.1/2.7 MB | 13 kB
Progress (3): 201 kB | 0.1/2.7 MB | 13 kB
Progress (3): 201 kB | 0.1/2.7 MB | 13 kB
Progress (3): 201 kB | 0.1/2.7 MB | 13 kB
Progress (3): 201 kB | 0.1/2.7 MB | 13 kB
Progress (3): 201 kB | 0.1/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (3): 201 kB | 0.2/2.7 MB | 13 kB
Progress (4): 201 kB | 0.2/2.7 MB | 13 kB | 4.1/774 kB
Progress (4): 201 kB | 0.3/2.7 MB | 13 kB | 4.1/774 kB
Progress (4): 201 kB | 0.3/2.7 MB | 13 kB | 7.7/774 kB
Progress (5): 201 kB | 0.3/2.7 MB | 13 kB | 7.7/774 kB | 4.1/5.9 kB
Progress (5): 201 kB | 0.3/2.7 MB | 13 kB | 7.7/774 kB | 4.1/5.9 kB
Progress (5): 201 kB | 0.3/2.7 MB | 13 kB | 7.7/774 kB | 5.9 kB    
Progress (5): 201 kB | 0.3/2.7 MB | 13 kB | 12/774 kB | 5.9 kB 
Progress (5): 201 kB | 0.3/2.7 MB | 13 kB | 12/774 kB | 5.9 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar (13 kB at 26 kB/s)
Progress (4): 201 kB | 0.3/2.7 MB | 16/774 kB | 5.9 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar (201 kB at 400 kB/s)
Progress (3): 0.3/2.7 MB | 16/774 kB | 5.9 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar
Progress (3): 0.3/2.7 MB | 20/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 20/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 24/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 24/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 28/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 28/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 32/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 32/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 33/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 33/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 37/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 37/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 41/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 41/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 45/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 45/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 49/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 49/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 53/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 53/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 57/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 57/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 61/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 61/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 65/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 65/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 66/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 66/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 70/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 70/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 74/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 74/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 78/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 78/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 82/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 82/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 86/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 86/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 90/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 90/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 94/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 94/774 kB | 5.9 kB
Progress (3): 0.3/2.7 MB | 98/774 kB | 5.9 kB
Progress (3): 0.4/2.7 MB | 98/774 kB | 5.9 kB
Progress (3): 0.4/2.7 MB | 98/774 kB | 5.9 kB
Progress (3): 0.4/2.7 MB | 98/774 kB | 5.9 kB
Progress (3): 0.4/2.7 MB | 102/774 kB | 5.9 kB
Progress (3): 0.4/2.7 MB | 102/774 kB | 5.9 kB
Progress (3): 0.4/2.7 MB | 106/774 kB | 5.9 kB
Progress (3): 0.4/2.7 MB | 106/774 kB | 5.9 kB
Progress (3): 0.4/2.7 MB | 110/774 kB | 5.9 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar (5.9 kB at 12 kB/s)
Progress (2): 0.4/2.7 MB | 114/774 kB
Progress (2): 0.4/2.7 MB | 114/774 kB
Progress (2): 0.4/2.7 MB | 118/774 kB
Progress (2): 0.4/2.7 MB | 118/774 kB
Progress (2): 0.4/2.7 MB | 122/774 kB
Progress (2): 0.4/2.7 MB | 122/774 kB
Progress (2): 0.4/2.7 MB | 126/774 kB
Progress (2): 0.4/2.7 MB | 126/774 kB
Progress (2): 0.4/2.7 MB | 130/774 kB
Progress (2): 0.4/2.7 MB | 130/774 kB
Progress (2): 0.4/2.7 MB | 131/774 kB
Progress (2): 0.4/2.7 MB | 131/774 kB
Progress (2): 0.4/2.7 MB | 135/774 kB
Progress (2): 0.4/2.7 MB | 135/774 kB
Progress (2): 0.4/2.7 MB | 139/774 kB
Progress (2): 0.4/2.7 MB | 139/774 kB
Progress (2): 0.4/2.7 MB | 143/774 kB
Progress (2): 0.4/2.7 MB | 143/774 kB
Progress (3): 0.4/2.7 MB | 143/774 kB | 4.1/42 kB
Progress (3): 0.4/2.7 MB | 147/774 kB | 4.1/42 kB
Progress (3): 0.4/2.7 MB | 147/774 kB | 7.7/42 kB
Progress (3): 0.4/2.7 MB | 147/774 kB | 7.7/42 kB
Progress (3): 0.4/2.7 MB | 151/774 kB | 7.7/42 kB
Progress (3): 0.4/2.7 MB | 151/774 kB | 12/42 kB 
Progress (3): 0.4/2.7 MB | 155/774 kB | 12/42 kB
Progress (3): 0.4/2.7 MB | 155/774 kB | 12/42 kB
Progress (3): 0.4/2.7 MB | 155/774 kB | 16/42 kB
Progress (3): 0.4/2.7 MB | 155/774 kB | 16/42 kB
Progress (3): 0.4/2.7 MB | 159/774 kB | 16/42 kB
Progress (3): 0.4/2.7 MB | 159/774 kB | 16/42 kB
Progress (3): 0.4/2.7 MB | 159/774 kB | 20/42 kB
Progress (3): 0.4/2.7 MB | 159/774 kB | 20/42 kB
Progress (3): 0.4/2.7 MB | 163/774 kB | 20/42 kB
Progress (3): 0.4/2.7 MB | 163/774 kB | 20/42 kB
Progress (3): 0.4/2.7 MB | 163/774 kB | 24/42 kB
Progress (3): 0.4/2.7 MB | 163/774 kB | 24/42 kB
Progress (3): 0.4/2.7 MB | 164/774 kB | 24/42 kB
Progress (3): 0.4/2.7 MB | 164/774 kB | 24/42 kB
Progress (3): 0.4/2.7 MB | 164/774 kB | 28/42 kB
Progress (3): 0.4/2.7 MB | 164/774 kB | 28/42 kB
Progress (3): 0.4/2.7 MB | 168/774 kB | 28/42 kB
Progress (4): 0.4/2.7 MB | 168/774 kB | 28/42 kB | 0/1.6 MB
Progress (4): 0.4/2.7 MB | 172/774 kB | 28/42 kB | 0/1.6 MB
Progress (4): 0.4/2.7 MB | 172/774 kB | 28/42 kB | 0/1.6 MB
Progress (4): 0.4/2.7 MB | 172/774 kB | 32/42 kB | 0/1.6 MB
Progress (4): 0.4/2.7 MB | 172/774 kB | 32/42 kB | 0/1.6 MB
Progress (4): 0.4/2.7 MB | 176/774 kB | 32/42 kB | 0/1.6 MB
Progress (4): 0.4/2.7 MB | 176/774 kB | 32/42 kB | 0/1.6 MB
Progress (4): 0.4/2.7 MB | 180/774 kB | 32/42 kB | 0/1.6 MB
Progress (4): 0.4/2.7 MB | 180/774 kB | 32/42 kB | 0/1.6 MB
Progress (4): 0.4/2.7 MB | 180/774 kB | 36/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 180/774 kB | 36/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 184/774 kB | 36/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 184/774 kB | 36/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 188/774 kB | 36/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 188/774 kB | 36/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 188/774 kB | 40/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 188/774 kB | 40/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 192/774 kB | 40/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 192/774 kB | 40/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 196/774 kB | 40/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 196/774 kB | 40/42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 196/774 kB | 42 kB | 0/1.6 MB   
Progress (4): 0.5/2.7 MB | 196/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 197/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 197/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 201/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 201/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 205/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 205/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 209/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 209/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 213/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 213/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 217/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 217/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 221/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 221/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 225/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 225/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 229/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 229/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 229/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 229/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 233/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 233/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 237/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 237/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 241/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 241/774 kB | 42 kB | 0/1.6 MB
Progress (4): 0.5/2.7 MB | 245/774 kB | 42 kB | 0/1.6 MB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar (42 kB at 79 kB/s)
Progress (3): 0.5/2.7 MB | 245/774 kB | 0/1.6 MB
Progress (3): 0.5/2.7 MB | 249/774 kB | 0/1.6 MB
Progress (3): 0.5/2.7 MB | 249/774 kB | 0/1.6 MB
Progress (3): 0.5/2.7 MB | 253/774 kB | 0/1.6 MB
Progress (3): 0.5/2.7 MB | 253/774 kB | 0/1.6 MB
Progress (3): 0.5/2.7 MB | 253/774 kB | 0/1.6 MB
Progress (3): 0.5/2.7 MB | 253/774 kB | 0/1.6 MB
Progress (3): 0.5/2.7 MB | 257/774 kB | 0/1.6 MB
Progress (3): 0.5/2.7 MB | 257/774 kB | 0/1.6 MB
Progress (3): 0.5/2.7 MB | 257/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 257/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 261/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 261/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 261/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 261/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 262/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 262/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 266/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 266/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 270/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 270/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 274/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 274/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 278/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 278/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 282/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 282/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 282/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 282/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 286/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 286/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 286/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 286/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 290/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 290/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 290/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 290/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 294/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 294/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 294/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 294/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 294/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 294/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 294/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 295/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 295/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 295/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 295/774 kB | 0.1/1.6 MB
Progress (3): 0.5/2.7 MB | 299/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 299/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 303/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 303/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 307/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 307/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 311/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 311/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 311/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 315/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 315/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 319/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 319/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 319/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 319/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 323/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 323/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 323/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 323/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 327/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 327/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 327/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 327/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 328/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 328/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 328/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 328/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 332/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 332/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 332/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 332/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 336/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 336/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 336/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 336/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 340/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 340/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 340/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 340/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 344/774 kB | 0.1/1.6 MB
Progress (3): 0.6/2.7 MB | 344/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 348/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 348/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 352/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 352/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 356/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 356/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 360/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 360/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 360/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 360/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 365/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 365/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 368/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 368/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 373/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 373/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 376/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 376/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 381/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 381/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 384/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 384/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 384/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 384/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 389/774 kB | 0.2/1.6 MB
Progress (3): 0.6/2.7 MB | 389/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 389/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 389/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 389/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 392/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 392/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 392/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 392/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 392/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 393/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 393/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 397/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 397/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 397/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 397/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 401/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 401/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 401/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 401/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 405/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 405/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 405/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 409/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 409/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 409/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 409/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 413/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 413/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 413/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 417/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 417/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 417/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 421/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 421/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 421/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 425/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 425/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 425/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 426/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 426/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 426/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 426/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 430/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 430/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 430/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 434/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 434/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 438/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 438/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 442/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 442/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 446/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 446/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 450/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 450/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 454/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 454/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 458/774 kB | 0.2/1.6 MB
Progress (3): 0.7/2.7 MB | 458/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 462/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 462/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 462/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 466/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 466/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 466/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 466/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 470/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 470/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 474/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 474/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 478/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 478/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 482/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 482/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 486/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 486/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 486/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 490/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 490/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 490/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 494/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 494/774 kB | 0.3/1.6 MB
Progress (3): 0.7/2.7 MB | 494/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 494/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 498/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 498/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 502/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 502/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 506/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 506/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 506/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 506/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 510/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 510/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 510/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 510/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 514/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 514/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 514/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 514/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 518/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 518/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 522/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 522/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 522/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 522/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 526/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 526/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 530/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 530/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 534/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 534/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 538/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 538/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 538/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 538/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 538/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 542/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 542/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 542/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 546/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 546/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 550/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 550/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 554/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 554/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 558/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 558/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 562/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 562/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 566/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 566/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 570/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 570/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 570/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 570/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 574/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 574/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 574/774 kB | 0.3/1.6 MB
Progress (3): 0.8/2.7 MB | 574/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 578/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 578/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 582/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 582/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 586/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 586/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 590/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 590/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 594/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 594/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 598/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 598/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 602/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 602/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 606/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 606/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 610/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 610/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 614/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 614/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 618/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 618/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 622/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 622/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 626/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 626/774 kB | 0.4/1.6 MB
Progress (3): 0.8/2.7 MB | 626/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 626/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 630/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 630/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 630/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 630/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 634/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 634/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 634/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 634/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 638/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 638/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 642/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 642/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 642/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 642/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 646/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 646/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 646/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 646/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 650/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 650/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 650/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 650/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 654/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 654/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 658/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 658/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 662/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 662/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 666/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 666/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 670/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 670/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 670/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 670/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 674/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 674/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 674/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 674/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 674/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 674/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 674/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 674/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 678/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 678/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 678/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 678/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 682/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 682/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 682/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 682/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 686/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 686/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 686/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 690/774 kB | 0.4/1.6 MB
Progress (3): 0.9/2.7 MB | 690/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 690/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 690/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 694/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 694/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 694/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 694/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 698/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 698/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 698/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 698/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 702/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 702/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 702/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 702/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 706/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 706/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 710/774 kB | 0.4/1.6 MB
Progress (3): 1.0/2.7 MB | 710/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 714/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 714/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 718/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 718/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 722/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 722/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 726/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 726/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 730/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 730/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 734/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 734/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 738/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 738/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 742/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 742/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 746/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 746/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 750/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 750/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 754/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 754/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 758/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 758/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 762/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 762/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 766/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 766/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 770/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 770/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774/774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB    
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.0/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB
Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar (774 kB at 1.1 MB/s)
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.2/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.7/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.3/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.8/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.4/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 0.9/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.5/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.0/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.6/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.1/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.7/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.2/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.8/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.3/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 1.9/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.4/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.0/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.5/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.1/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6/1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB    
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.2/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.3/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
Progress (2): 2.4/2.7 MB | 1.6 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar (1.6 MB at 1.8 MB/s)
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar (2.7 MB at 2.9 MB/s)
[INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M2.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M2-sources.jar
[WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom (1.5 kB at 8.0 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar
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/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar (6.8 kB at 73 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.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.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.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.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.pom (1.1 kB at 12 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-bundles/1.2.0/tycho-bundles-1.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.2.0/tycho-bundles-1.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/1.2.0/tycho-bundles-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.2.0/tycho-bundles-1.2.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.2.0/tycho-bundles-1.2.0.pom (3.3 kB at 37 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho/1.2.0/tycho-1.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.2.0/tycho-1.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.2.0/tycho-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.2.0/tycho-1.2.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.2.0/tycho-1.2.0.pom (20 kB at 36 kB/s)
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.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.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 108 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 497 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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.9 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 66 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 66 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.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/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 204 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.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
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
Progress (2): 28 kB | 4.1/21 kB
Progress (2): 28 kB | 7.7/21 kB
Progress (3): 28 kB | 7.7/21 kB | 4.1/54 kB
Progress (3): 28 kB | 12/21 kB | 4.1/54 kB 
Progress (3): 28 kB | 12/21 kB | 7.7/54 kB
Progress (3): 28 kB | 16/21 kB | 7.7/54 kB
Progress (3): 28 kB | 16/21 kB | 12/54 kB 
Progress (3): 28 kB | 20/21 kB | 12/54 kB
Progress (3): 28 kB | 20/21 kB | 16/54 kB
Progress (3): 28 kB | 21 kB | 16/54 kB   
Progress (3): 28 kB | 21 kB | 20/54 kB
Progress (3): 28 kB | 21 kB | 24/54 kB
Progress (3): 28 kB | 21 kB | 28/54 kB
Progress (3): 28 kB | 21 kB | 32/54 kB
Progress (3): 28 kB | 21 kB | 36/54 kB
Progress (3): 28 kB | 21 kB | 40/54 kB
Progress (3): 28 kB | 21 kB | 44/54 kB
Progress (3): 28 kB | 21 kB | 48/54 kB
Progress (3): 28 kB | 21 kB | 52/54 kB
Progress (3): 28 kB | 21 kB | 54 kB   
Progress (4): 28 kB | 21 kB | 54 kB | 4.1/379 kB
Progress (4): 28 kB | 21 kB | 54 kB | 7.7/379 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 624 kB/s)
Progress (3): 28 kB | 54 kB | 12/379 kB
Progress (3): 28 kB | 54 kB | 16/379 kB
Progress (3): 28 kB | 54 kB | 20/379 kB
Progress (3): 28 kB | 54 kB | 24/379 kB
Progress (3): 28 kB | 54 kB | 28/379 kB
Progress (3): 28 kB | 54 kB | 32/379 kB
Progress (3): 28 kB | 54 kB | 36/379 kB
Progress (3): 28 kB | 54 kB | 40/379 kB
Progress (3): 28 kB | 54 kB | 44/379 kB
Progress (3): 28 kB | 54 kB | 48/379 kB
Progress (3): 28 kB | 54 kB | 52/379 kB
Progress (3): 28 kB | 54 kB | 56/379 kB
Progress (3): 28 kB | 54 kB | 60/379 kB
Progress (3): 28 kB | 54 kB | 64/379 kB
Progress (3): 28 kB | 54 kB | 68/379 kB
Progress (3): 28 kB | 54 kB | 72/379 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 1.5 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 760 kB/s)
Progress (1): 76/379 kB
Progress (1): 80/379 kB
Progress (1): 84/379 kB
Progress (1): 88/379 kB
Progress (1): 92/379 kB
Progress (1): 96/379 kB
Progress (1): 100/379 kB
Progress (1): 104/379 kB
Progress (1): 108/379 kB
Progress (1): 112/379 kB
Progress (1): 116/379 kB
Progress (1): 120/379 kB
Progress (1): 124/379 kB
Progress (1): 128/379 kB
Progress (1): 132/379 kB
Progress (1): 136/379 kB
Progress (1): 140/379 kB
Progress (1): 144/379 kB
Progress (1): 148/379 kB
Progress (1): 152/379 kB
Progress (1): 156/379 kB
Progress (1): 160/379 kB
Progress (1): 164/379 kB
Progress (1): 168/379 kB
Progress (1): 172/379 kB
Progress (1): 176/379 kB
Progress (1): 180/379 kB
Progress (1): 184/379 kB
Progress (1): 188/379 kB
Progress (1): 192/379 kB
Progress (1): 196/379 kB
Progress (1): 200/379 kB
Progress (1): 204/379 kB
Progress (1): 208/379 kB
Progress (1): 212/379 kB
Progress (1): 216/379 kB
Progress (1): 220/379 kB
Progress (1): 224/379 kB
Progress (1): 228/379 kB
Progress (1): 232/379 kB
Progress (1): 236/379 kB
Progress (1): 240/379 kB
Progress (1): 244/379 kB
Progress (1): 248/379 kB
Progress (1): 252/379 kB
Progress (1): 256/379 kB
Progress (1): 260/379 kB
Progress (1): 264/379 kB
Progress (1): 268/379 kB
Progress (1): 272/379 kB
Progress (1): 276/379 kB
Progress (1): 280/379 kB
Progress (1): 284/379 kB
Progress (1): 288/379 kB
Progress (1): 292/379 kB
Progress (1): 296/379 kB
Progress (1): 300/379 kB
Progress (1): 304/379 kB
Progress (1): 308/379 kB
Progress (1): 312/379 kB
Progress (1): 316/379 kB
Progress (1): 320/379 kB
Progress (1): 324/379 kB
Progress (1): 328/379 kB
Progress (1): 332/379 kB
Progress (1): 336/379 kB
Progress (1): 340/379 kB
Progress (1): 344/379 kB
Progress (1): 348/379 kB
Progress (1): 352/379 kB
Progress (1): 356/379 kB
Progress (1): 360/379 kB
Progress (1): 364/379 kB
Progress (1): 368/379 kB
Progress (1): 372/379 kB
Progress (1): 376/379 kB
Progress (1): 379 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 7.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 15 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.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.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 4.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.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): 33/148 kB
Progress (1): 37/148 kB
Progress (1): 41/148 kB
Progress (1): 45/148 kB
Progress (1): 49/148 kB
Progress (1): 53/148 kB
Progress (1): 57/148 kB
Progress (1): 61/148 kB
Progress (1): 65/148 kB
Progress (1): 66/148 kB
Progress (1): 70/148 kB
Progress (1): 74/148 kB
Progress (1): 78/148 kB
Progress (1): 82/148 kB
Progress (1): 86/148 kB
Progress (1): 90/148 kB
Progress (1): 94/148 kB
Progress (1): 98/148 kB
Progress (1): 102/148 kB
Progress (1): 106/148 kB
Progress (1): 110/148 kB
Progress (1): 114/148 kB
Progress (1): 118/148 kB
Progress (1): 122/148 kB
Progress (1): 126/148 kB
Progress (1): 130/148 kB
Progress (1): 134/148 kB
Progress (1): 138/148 kB
Progress (1): 142/148 kB
Progress (1): 146/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.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 4.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.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.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 1.9 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.pom
Progress (1): 2.5 kB
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.pom (2.5 kB at 85 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.jar
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.jar (15 kB at 935 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.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.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 89 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 185 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.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/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom (4.5 kB at 85 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom (1.9 kB at 68 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom (21 kB at 604 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Progress (1): 4.1/426 kB
Progress (1): 7.7/426 kB
Progress (1): 12/426 kB 
Progress (1): 16/426 kB
Progress (1): 20/426 kB
Progress (1): 24/426 kB
Progress (2): 24/426 kB | 4.1/14 kB
Progress (2): 28/426 kB | 4.1/14 kB
Progress (2): 28/426 kB | 7.7/14 kB
Progress (2): 32/426 kB | 7.7/14 kB
Progress (2): 32/426 kB | 12/14 kB 
Progress (2): 36/426 kB | 12/14 kB
Progress (2): 36/426 kB | 14 kB   
Progress (2): 40/426 kB | 14 kB
Progress (2): 44/426 kB | 14 kB
Progress (2): 48/426 kB | 14 kB
Progress (2): 52/426 kB | 14 kB
Progress (2): 56/426 kB | 14 kB
Progress (2): 60/426 kB | 14 kB
Progress (2): 64/426 kB | 14 kB
Progress (2): 68/426 kB | 14 kB
Progress (2): 72/426 kB | 14 kB
Progress (2): 76/426 kB | 14 kB
Progress (2): 80/426 kB | 14 kB
Progress (2): 84/426 kB | 14 kB
Progress (2): 88/426 kB | 14 kB
Progress (2): 92/426 kB | 14 kB
Progress (2): 96/426 kB | 14 kB
Progress (2): 100/426 kB | 14 kB
Progress (2): 104/426 kB | 14 kB
Progress (2): 108/426 kB | 14 kB
Progress (2): 112/426 kB | 14 kB
Progress (2): 116/426 kB | 14 kB
Progress (2): 120/426 kB | 14 kB
Progress (2): 124/426 kB | 14 kB
Progress (2): 128/426 kB | 14 kB
Progress (2): 132/426 kB | 14 kB
Progress (2): 136/426 kB | 14 kB
Progress (2): 140/426 kB | 14 kB
Progress (2): 144/426 kB | 14 kB
Progress (2): 148/426 kB | 14 kB
Progress (2): 152/426 kB | 14 kB
Progress (2): 156/426 kB | 14 kB
Progress (2): 160/426 kB | 14 kB
Progress (2): 164/426 kB | 14 kB
Progress (2): 168/426 kB | 14 kB
Progress (2): 172/426 kB | 14 kB
Progress (2): 176/426 kB | 14 kB
Progress (2): 180/426 kB | 14 kB
Progress (2): 184/426 kB | 14 kB
Progress (2): 188/426 kB | 14 kB
Progress (2): 192/426 kB | 14 kB
Progress (2): 196/426 kB | 14 kB
Progress (2): 200/426 kB | 14 kB
Progress (2): 204/426 kB | 14 kB
Progress (2): 208/426 kB | 14 kB
Progress (2): 212/426 kB | 14 kB
Progress (2): 216/426 kB | 14 kB
Progress (2): 220/426 kB | 14 kB
Progress (2): 224/426 kB | 14 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 449 kB/s)
Progress (1): 228/426 kB
Progress (1): 232/426 kB
Progress (1): 236/426 kB
Progress (1): 240/426 kB
Progress (1): 244/426 kB
Progress (1): 248/426 kB
Progress (1): 252/426 kB
Progress (1): 256/426 kB
Progress (1): 260/426 kB
Progress (1): 264/426 kB
Progress (1): 268/426 kB
Progress (1): 272/426 kB
Progress (1): 276/426 kB
Progress (1): 280/426 kB
Progress (1): 284/426 kB
Progress (1): 288/426 kB
Progress (1): 292/426 kB
Progress (1): 296/426 kB
Progress (1): 300/426 kB
Progress (1): 304/426 kB
Progress (1): 308/426 kB
Progress (1): 312/426 kB
Progress (1): 316/426 kB
Progress (1): 320/426 kB
Progress (1): 324/426 kB
Progress (1): 328/426 kB
Progress (1): 332/426 kB
Progress (1): 336/426 kB
Progress (1): 340/426 kB
Progress (1): 344/426 kB
Progress (1): 348/426 kB
Progress (1): 352/426 kB
Progress (1): 356/426 kB
Progress (1): 360/426 kB
Progress (1): 364/426 kB
Progress (1): 368/426 kB
Progress (1): 372/426 kB
Progress (1): 376/426 kB
Progress (1): 380/426 kB
Progress (1): 384/426 kB
Progress (1): 388/426 kB
Progress (1): 392/426 kB
Progress (1): 396/426 kB
Progress (1): 400/426 kB
Progress (1): 404/426 kB
Progress (1): 408/426 kB
Progress (1): 412/426 kB
Progress (1): 416/426 kB
Progress (1): 420/426 kB
Progress (1): 424/426 kB
Progress (1): 426 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 8.3 MB/s)
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ org.eclipse.collections ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M2/org.eclipse.collections-10.1.0.M2.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M2/org.eclipse.collections-10.1.0.M2.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M2/org.eclipse.collections-10.1.0.M2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M2.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M2/org.eclipse.collections-10.1.0.M2-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M2/org.eclipse.collections-10.1.0.M2-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M2/org.eclipse.collections-10.1.0.M2-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Collections Parent Project 10.1.0.M2:
[INFO] 
[INFO] Eclipse Collections Parent Project ................. SUCCESS [  4.321 s]
[INFO] Eclipse Collections Code Generator ................. SUCCESS [  3.599 s]
[INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  2.393 s]
[INFO] Eclipse Collections API ............................ SUCCESS [  8.353 s]
[INFO] Eclipse Collections Main Library ................... SUCCESS [ 51.781 s]
[INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 13.403 s]
[INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  5.176 s]
[INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  3.771 s]
[INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.346 s]
[INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [01:18 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:18 min
[INFO] Finished at: 2019-11-23T18:58:11Z
[INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.1.0.M2 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.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.2.0/tycho-maven-plugin-1.2.0.pom (2.1 kB at 17 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.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.2.0/tycho-core-1.2.0.pom (4.5 kB at 43 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.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.2.0/sisu-equinox-embedder-1.2.0.pom (1.8 kB at 14 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.2.0/sisu-equinox-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.2.0/sisu-equinox-1.2.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.2.0/sisu-equinox-1.2.0.pom (1.0 kB at 12 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.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.2.0/sisu-equinox-api-1.2.0.pom (1.7 kB at 16 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.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.2.0/tycho-metadata-model-1.2.0.pom (1.3 kB at 14 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.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.2.0/tycho-embedder-api-1.2.0.pom (2.1 kB at 24 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.2.0/org.eclipse.tycho.embedder.shared-1.2.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.2.0/org.eclipse.tycho.embedder.shared-1.2.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.2.0/org.eclipse.tycho.embedder.shared-1.2.0.pom (1.1 kB at 12 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.2.0/org.eclipse.tycho.core.shared-1.2.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.2.0/org.eclipse.tycho.core.shared-1.2.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.2.0/org.eclipse.tycho.core.shared-1.2.0.pom (1.0 kB at 9.7 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.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.2.0/tycho-p2-facade-1.2.0.pom (2.1 kB at 23 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.2.0/tycho-p2-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.2.0/tycho-p2-1.2.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.2.0/tycho-p2-1.2.0.pom (1.1 kB at 13 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.2.0/org.eclipse.tycho.p2.tools.shared-1.2.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.2.0/org.eclipse.tycho.p2.tools.shared-1.2.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.2.0/org.eclipse.tycho.p2.tools.shared-1.2.0.pom (1.1 kB at 11 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.2.0/org.eclipse.tycho.embedder.shared-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.2.0/org.eclipse.tycho.core.shared-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.2.0/org.eclipse.tycho.p2.tools.shared-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.0.jar
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.0.jar (5.6 kB at 38 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.0.jar
Progress (1): 3.2 kB
Progress (2): 3.2 kB | 4.1/200 kB
Progress (2): 3.2 kB | 7.7/200 kB
Progress (2): 3.2 kB | 12/200 kB 
Progress (2): 3.2 kB | 16/200 kB
Progress (2): 3.2 kB | 20/200 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.0.jar (3.2 kB at 16 kB/s)
Progress (1): 24/200 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.2.0/org.eclipse.tycho.embedder.shared-1.2.0.jar
Progress (1): 28/200 kB
Progress (2): 28/200 kB | 4.1/37 kB
Progress (2): 32/200 kB | 4.1/37 kB
Progress (2): 32/200 kB | 7.7/37 kB
Progress (3): 32/200 kB | 7.7/37 kB | 4.1/13 kB
Progress (3): 36/200 kB | 7.7/37 kB | 4.1/13 kB
Progress (3): 36/200 kB | 12/37 kB | 4.1/13 kB 
Progress (3): 36/200 kB | 12/37 kB | 7.7/13 kB
Progress (3): 36/200 kB | 16/37 kB | 7.7/13 kB
Progress (3): 40/200 kB | 16/37 kB | 7.7/13 kB
Progress (3): 40/200 kB | 20/37 kB | 7.7/13 kB
Progress (3): 40/200 kB | 20/37 kB | 12/13 kB 
Progress (3): 44/200 kB | 20/37 kB | 12/13 kB
Progress (3): 44/200 kB | 24/37 kB | 12/13 kB
Progress (3): 48/200 kB | 24/37 kB | 12/13 kB
Progress (3): 48/200 kB | 24/37 kB | 13 kB   
Progress (3): 48/200 kB | 28/37 kB | 13 kB
Progress (3): 52/200 kB | 28/37 kB | 13 kB
Progress (3): 52/200 kB | 32/37 kB | 13 kB
Progress (3): 56/200 kB | 32/37 kB | 13 kB
Progress (3): 56/200 kB | 36/37 kB | 13 kB
Progress (3): 56/200 kB | 37 kB | 13 kB   
Progress (3): 60/200 kB | 37 kB | 13 kB
Progress (3): 64/200 kB | 37 kB | 13 kB
Progress (3): 68/200 kB | 37 kB | 13 kB
Progress (3): 72/200 kB | 37 kB | 13 kB
Progress (3): 76/200 kB | 37 kB | 13 kB
Progress (3): 80/200 kB | 37 kB | 13 kB
Progress (3): 84/200 kB | 37 kB | 13 kB
Progress (3): 88/200 kB | 37 kB | 13 kB
Progress (3): 92/200 kB | 37 kB | 13 kB
Progress (3): 96/200 kB | 37 kB | 13 kB
Progress (3): 98/200 kB | 37 kB | 13 kB
Progress (3): 102/200 kB | 37 kB | 13 kB
Progress (3): 106/200 kB | 37 kB | 13 kB
Progress (4): 106/200 kB | 37 kB | 13 kB | 4.1/7.2 kB
Progress (4): 110/200 kB | 37 kB | 13 kB | 4.1/7.2 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.0.jar (13 kB at 60 kB/s)
Progress (3): 114/200 kB | 37 kB | 4.1/7.2 kB
Progress (3): 114/200 kB | 37 kB | 7.2 kB    
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.0.jar (37 kB at 165 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.2.0/org.eclipse.tycho.core.shared-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.0.jar
Progress (2): 118/200 kB | 7.2 kB
Progress (2): 122/200 kB | 7.2 kB
Progress (2): 126/200 kB | 7.2 kB
Progress (2): 130/200 kB | 7.2 kB
Progress (2): 134/200 kB | 7.2 kB
Progress (2): 138/200 kB | 7.2 kB
Progress (2): 142/200 kB | 7.2 kB
Progress (2): 146/200 kB | 7.2 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.0.jar (7.2 kB at 31 kB/s)
Progress (1): 150/200 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.jar
Progress (1): 154/200 kB
Progress (1): 158/200 kB
Progress (1): 162/200 kB
Progress (1): 166/200 kB
Progress (1): 170/200 kB
Progress (1): 174/200 kB
Progress (1): 178/200 kB
Progress (1): 182/200 kB
Progress (1): 186/200 kB
Progress (1): 190/200 kB
Progress (1): 194/200 kB
Progress (1): 198/200 kB
Progress (1): 200 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.jar (200 kB at 754 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.2.0/org.eclipse.tycho.p2.tools.shared-1.2.0.jar
Progress (1): 4.1/9.4 kB
Progress (1): 7.7/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.2.0/org.eclipse.tycho.embedder.shared-1.2.0.jar (9.4 kB at 33 kB/s)
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 33/37 kB
Progress (1): 37/37 kB
Progress (1): 37 kB   
Progress (2): 37 kB | 4.1/34 kB
Progress (2): 37 kB | 7.7/34 kB
Progress (2): 37 kB | 12/34 kB 
Progress (2): 37 kB | 16/34 kB
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.2.0/org.eclipse.tycho.core.shared-1.2.0.jar (37 kB at 118 kB/s)
Progress (1): 20/34 kB
Progress (1): 24/34 kB
Progress (1): 28/34 kB
Progress (1): 32/34 kB
Progress (1): 34 kB   
Progress (2): 34 kB | 4.1/26 kB
Progress (2): 34 kB | 7.7/26 kB
Progress (2): 34 kB | 12/26 kB 
Progress (2): 34 kB | 16/26 kB
Progress (2): 34 kB | 20/26 kB
Progress (2): 34 kB | 24/26 kB
Progress (2): 34 kB | 26 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.0.jar (34 kB at 106 kB/s)
Progress (2): 26 kB | 4.1/21 kB
Progress (2): 26 kB | 7.7/21 kB
Progress (2): 26 kB | 12/21 kB 
Progress (2): 26 kB | 16/21 kB
Progress (2): 26 kB | 20/21 kB
Progress (2): 26 kB | 21 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.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.jar (26 kB at 75 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.2.0/org.eclipse.tycho.p2.tools.shared-1.2.0.jar (21 kB at 59 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.2.0/tycho-bundles-external-1.2.0.zip
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.2.0/tycho-bundles-external-1.2.0.zip
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.2.0/tycho-bundles-external-1.2.0.zip (8.0 MB at 9.4 MB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.2.0/org.eclipse.tycho.p2.resolver.impl-1.2.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.2.0/org.eclipse.tycho.p2.resolver.impl-1.2.0.jar
Progress (1): 4.1/216 kB
Progress (1): 7.7/216 kB
Progress (1): 12/216 kB 
Progress (1): 16/216 kB
Progress (1): 20/216 kB
Progress (1): 24/216 kB
Progress (1): 28/216 kB
Progress (1): 32/216 kB
Progress (1): 33/216 kB
Progress (1): 37/216 kB
Progress (1): 41/216 kB
Progress (1): 45/216 kB
Progress (1): 49/216 kB
Progress (1): 53/216 kB
Progress (1): 57/216 kB
Progress (1): 61/216 kB
Progress (1): 65/216 kB
Progress (1): 66/216 kB
Progress (1): 70/216 kB
Progress (1): 74/216 kB
Progress (1): 78/216 kB
Progress (1): 82/216 kB
Progress (1): 86/216 kB
Progress (1): 90/216 kB
Progress (1): 94/216 kB
Progress (1): 98/216 kB
Progress (1): 98/216 kB
Progress (1): 102/216 kB
Progress (1): 106/216 kB
Progress (1): 110/216 kB
Progress (1): 114/216 kB
Progress (1): 118/216 kB
Progress (1): 122/216 kB
Progress (1): 126/216 kB
Progress (1): 130/216 kB
Progress (1): 131/216 kB
Progress (1): 135/216 kB
Progress (1): 139/216 kB
Progress (1): 143/216 kB
Progress (1): 147/216 kB
Progress (1): 151/216 kB
Progress (1): 155/216 kB
Progress (1): 159/216 kB
Progress (1): 163/216 kB
Progress (1): 164/216 kB
Progress (1): 168/216 kB
Progress (1): 172/216 kB
Progress (1): 176/216 kB
Progress (1): 180/216 kB
Progress (1): 184/216 kB
Progress (1): 188/216 kB
Progress (1): 192/216 kB
Progress (1): 196/216 kB
Progress (1): 200/216 kB
Progress (1): 204/216 kB
Progress (1): 208/216 kB
Progress (1): 212/216 kB
Progress (1): 216/216 kB
Progress (1): 216 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.2.0/org.eclipse.tycho.p2.resolver.impl-1.2.0.jar (216 kB at 2.3 MB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.2.0/org.eclipse.tycho.p2.maven.repository-1.2.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.2.0/org.eclipse.tycho.p2.maven.repository-1.2.0.jar
Progress (1): 4.1/147 kB
Progress (1): 7.7/147 kB
Progress (1): 12/147 kB 
Progress (1): 16/147 kB
Progress (1): 20/147 kB
Progress (1): 24/147 kB
Progress (1): 28/147 kB
Progress (1): 32/147 kB
Progress (1): 33/147 kB
Progress (1): 37/147 kB
Progress (1): 41/147 kB
Progress (1): 45/147 kB
Progress (1): 49/147 kB
Progress (1): 53/147 kB
Progress (1): 57/147 kB
Progress (1): 61/147 kB
Progress (1): 65/147 kB
Progress (1): 66/147 kB
Progress (1): 70/147 kB
Progress (1): 74/147 kB
Progress (1): 78/147 kB
Progress (1): 82/147 kB
Progress (1): 86/147 kB
Progress (1): 90/147 kB
Progress (1): 94/147 kB
Progress (1): 98/147 kB
Progress (1): 98/147 kB
Progress (1): 102/147 kB
Progress (1): 106/147 kB
Progress (1): 110/147 kB
Progress (1): 114/147 kB
Progress (1): 118/147 kB
Progress (1): 122/147 kB
Progress (1): 126/147 kB
Progress (1): 130/147 kB
Progress (1): 134/147 kB
Progress (1): 138/147 kB
Progress (1): 142/147 kB
Progress (1): 146/147 kB
Progress (1): 147 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.2.0/org.eclipse.tycho.p2.maven.repository-1.2.0.jar (147 kB at 1.8 MB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.2.0/org.eclipse.tycho.p2.tools.impl-1.2.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.2.0/org.eclipse.tycho.p2.tools.impl-1.2.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): 33/48 kB
Progress (1): 37/48 kB
Progress (1): 41/48 kB
Progress (1): 45/48 kB
Progress (1): 48 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.2.0/org.eclipse.tycho.p2.tools.impl-1.2.0.jar (48 kB at 637 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.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.2.0/target-platform-configuration-1.2.0.pom (1.7 kB at 19 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.0.jar
Progress (1): 4.1/8.2 kB
Progress (1): 7.7/8.2 kB
Progress (1): 8.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.0.jar (8.2 kB at 94 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.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.2.0/tycho-packaging-plugin-1.2.0.pom (2.7 kB at 32 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.0.jar
Progress (1): 4.1/130 kB
Progress (1): 7.7/130 kB
Progress (1): 12/130 kB 
Progress (1): 16/130 kB
Progress (1): 20/130 kB
Progress (1): 24/130 kB
Progress (1): 28/130 kB
Progress (1): 32/130 kB
Progress (1): 36/130 kB
Progress (1): 40/130 kB
Progress (1): 44/130 kB
Progress (1): 48/130 kB
Progress (1): 52/130 kB
Progress (1): 56/130 kB
Progress (1): 60/130 kB
Progress (1): 64/130 kB
Progress (1): 68/130 kB
Progress (1): 72/130 kB
Progress (1): 76/130 kB
Progress (1): 80/130 kB
Progress (1): 84/130 kB
Progress (1): 88/130 kB
Progress (1): 92/130 kB
Progress (1): 96/130 kB
Progress (1): 100/130 kB
Progress (1): 104/130 kB
Progress (1): 108/130 kB
Progress (1): 112/130 kB
Progress (1): 116/130 kB
Progress (1): 120/130 kB
Progress (1): 124/130 kB
Progress (1): 128/130 kB
Progress (1): 130 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.0.jar (130 kB at 1.2 MB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.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.2.0/tycho-source-feature-plugin-1.2.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.0.pom (2.1 kB at 20 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.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.2.0/tycho-source-feature-plugin-1.2.0.jar
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/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.0.jar (19 kB at 162 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom (4.0 kB at 134 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.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/shared/maven-shared-components/16/maven-shared-components-16.pom (9.2 kB at 235 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 54 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Progress (1): 890 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 31 kB/s)
Downloading from cbi-releases: 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.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 216 kB/s)
Downloading from cbi-releases: 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.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 65 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 87 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 17 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 203 kB/s)
Downloading from cbi-releases: 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.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 66 kB/s)
Downloading from cbi-releases: 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.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 cbi-releases: 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.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 51 kB/s)
Downloading from cbi-releases: 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.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 16 kB/s)
Downloading from cbi-releases: 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.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 cbi-releases: 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.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 cbi-releases: 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.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 58 kB/s)
Downloading from cbi-releases: 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.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 57 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 81 kB/s)
Downloading from cbi-releases: 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.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 72 kB/s)
Downloading from cbi-releases: 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.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 245 kB/s)
Downloading from cbi-releases: 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.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 87 kB/s)
Downloading from cbi-releases: 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.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 46 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
Progress (2): 20 kB | 4.1/61 kB
Progress (2): 20 kB | 7.7/61 kB
Progress (2): 20 kB | 12/61 kB 
Progress (2): 20 kB | 16/61 kB
Progress (2): 20 kB | 20/61 kB
Progress (2): 20 kB | 24/61 kB
Progress (2): 20 kB | 28/61 kB
Progress (2): 20 kB | 32/61 kB
Progress (2): 20 kB | 36/61 kB
Progress (2): 20 kB | 40/61 kB
Progress (2): 20 kB | 44/61 kB
Progress (2): 20 kB | 48/61 kB
Progress (2): 20 kB | 52/61 kB
Progress (2): 20 kB | 56/61 kB
Progress (2): 20 kB | 60/61 kB
Progress (2): 20 kB | 61 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 kB at 632 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 1.6 MB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.2.0/tycho-p2-plugin-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.2.0/tycho-p2-plugin-1.2.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.2.0/tycho-p2-plugin-1.2.0.pom (2.2 kB at 32 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.2.0/tycho-p2-plugin-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.2.0/tycho-p2-plugin-1.2.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/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.2.0/tycho-p2-plugin-1.2.0.jar (28 kB at 331 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.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.2.0/sisu-equinox-launching-1.2.0.pom (2.7 kB at 18 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.pom (1.9 kB at 23 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.jar
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
Progress (2): 21 kB | 4.1/28 kB
Progress (2): 21 kB | 7.7/28 kB
Progress (2): 21 kB | 12/28 kB 
Progress (2): 21 kB | 16/28 kB
Progress (2): 21 kB | 20/28 kB
Progress (2): 21 kB | 24/28 kB
Progress (2): 21 kB | 28/28 kB
Progress (2): 21 kB | 28 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.jar (21 kB at 242 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.0.jar (28 kB at 316 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom
Progress (1): 2.6 kB
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom (2.6 kB at 123 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom (5.5 kB at 325 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom (12 kB at 548 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar
Progress (1): 4.1/63 kB
Progress (1): 7.7/63 kB
Progress (1): 12/63 kB 
Progress (1): 16/63 kB
Progress (1): 20/63 kB
Progress (1): 24/63 kB
Progress (1): 28/63 kB
Progress (1): 32/63 kB
Progress (1): 36/63 kB
Progress (1): 40/63 kB
Progress (1): 44/63 kB
Progress (1): 48/63 kB
Progress (1): 52/63 kB
Progress (1): 56/63 kB
Progress (1): 60/63 kB
Progress (1): 63 kB   
                   
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar (63 kB at 3.3 MB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 245 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 466 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
Progress (1): 4.1/25 kB
Progress (1): 7.7/25 kB
Progress (1): 12/25 kB 
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 24/25 kB
Progress (1): 25 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 849 kB/s)
Downloading from cbi-releases: 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.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 174 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 406 kB/s)
Downloading from cbi-releases: 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.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 785 kB/s)
Downloading from cbi-releases: 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.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 204 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 447 kB/s)
Downloading from cbi-releases: 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.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 825 kB/s)
Downloading from cbi-releases: 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.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 694 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 386 kB/s)
Downloading from cbi-releases: 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.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 3.7 MB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.2.0/tycho-p2-repository-plugin-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.2.0/tycho-p2-repository-plugin-1.2.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.2.0/tycho-p2-repository-plugin-1.2.0.pom (1.4 kB at 17 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.2.0/tycho-p2-repository-plugin-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.2.0/tycho-p2-repository-plugin-1.2.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.2.0/tycho-p2-repository-plugin-1.2.0.jar (14 kB at 171 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.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-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.pom (2.1 kB at 20 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.jar
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.jar (22 kB at 282 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 213 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.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   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 842 kB/s)
[INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
[INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
[INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
[INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.collections/10.1.0.v20191123-1623
[INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
[INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
[INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.collections/10.1.0.v20191123-1623
[INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
[INFO] org.eclipse.collections.feature                        [eclipse-feature]
[INFO] p2-repository                                       [eclipse-repository]
[INFO] 
[INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
[INFO] Building Eclipse Collections p2 Repository with Feature Build 10.1.0-SNAPSHOT [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 142 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 328 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Progress (1): 4.1/27 kB
Progress (1): 7.7/27 kB
Progress (1): 12/27 kB 
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 24/27 kB
Progress (1): 27 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 898 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 151 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
Progress (2): 13 kB | 4.1/226 kB
Progress (2): 13 kB | 7.7/226 kB
Progress (2): 13 kB | 12/226 kB 
Progress (2): 13 kB | 16/226 kB
Progress (2): 13 kB | 20/226 kB
Progress (2): 13 kB | 24/226 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 415 kB/s)
Progress (1): 28/226 kB
Progress (1): 32/226 kB
Progress (1): 36/226 kB
Progress (1): 40/226 kB
Progress (1): 44/226 kB
Progress (1): 48/226 kB
Progress (1): 52/226 kB
Progress (1): 56/226 kB
Progress (1): 60/226 kB
Progress (1): 64/226 kB
Progress (1): 68/226 kB
Progress (1): 72/226 kB
Progress (1): 76/226 kB
Progress (1): 80/226 kB
Progress (1): 84/226 kB
Progress (1): 88/226 kB
Progress (1): 92/226 kB
Progress (1): 96/226 kB
Progress (1): 100/226 kB
Progress (1): 104/226 kB
Progress (1): 108/226 kB
Progress (1): 112/226 kB
Progress (1): 116/226 kB
Progress (1): 120/226 kB
Progress (1): 124/226 kB
Progress (1): 128/226 kB
Progress (1): 132/226 kB
Progress (1): 136/226 kB
Progress (1): 140/226 kB
Progress (1): 144/226 kB
Progress (1): 148/226 kB
Progress (1): 152/226 kB
Progress (1): 156/226 kB
Progress (1): 160/226 kB
Progress (1): 164/226 kB
Progress (1): 168/226 kB
Progress (1): 172/226 kB
Progress (1): 176/226 kB
Progress (1): 180/226 kB
Progress (1): 184/226 kB
Progress (1): 188/226 kB
Progress (1): 192/226 kB
Progress (1): 196/226 kB
Progress (1): 200/226 kB
Progress (1): 204/226 kB
Progress (1): 208/226 kB
Progress (1): 212/226 kB
Progress (1): 216/226 kB
Progress (1): 220/226 kB
Progress (1): 224/226 kB
Progress (1): 226 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.9 MB/s)
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 165 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 113 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 67 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 93 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 665 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 32 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 172 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Progress (1): 4.1/86 kB
Progress (2): 4.1/86 kB | 4.1/116 kB
Progress (2): 7.7/86 kB | 4.1/116 kB
Progress (2): 7.7/86 kB | 7.7/116 kB
Progress (2): 12/86 kB | 7.7/116 kB 
Progress (3): 12/86 kB | 7.7/116 kB | 4.1/35 kB
Progress (4): 12/86 kB | 7.7/116 kB | 4.1/35 kB | 4.1/29 kB
Progress (4): 12/86 kB | 7.7/116 kB | 7.7/35 kB | 4.1/29 kB
Progress (4): 16/86 kB | 7.7/116 kB | 7.7/35 kB | 4.1/29 kB
Progress (4): 16/86 kB | 12/116 kB | 7.7/35 kB | 4.1/29 kB 
Progress (4): 20/86 kB | 12/116 kB | 7.7/35 kB | 4.1/29 kB
Progress (4): 20/86 kB | 12/116 kB | 12/35 kB | 4.1/29 kB 
Progress (4): 20/86 kB | 12/116 kB | 12/35 kB | 7.7/29 kB
Progress (5): 20/86 kB | 12/116 kB | 12/35 kB | 7.7/29 kB | 4.1/49 kB
Progress (5): 20/86 kB | 12/116 kB | 16/35 kB | 7.7/29 kB | 4.1/49 kB
Progress (5): 24/86 kB | 12/116 kB | 16/35 kB | 7.7/29 kB | 4.1/49 kB
Progress (5): 24/86 kB | 16/116 kB | 16/35 kB | 7.7/29 kB | 4.1/49 kB
Progress (5): 28/86 kB | 16/116 kB | 16/35 kB | 7.7/29 kB | 4.1/49 kB
Progress (5): 28/86 kB | 16/116 kB | 20/35 kB | 7.7/29 kB | 4.1/49 kB
Progress (5): 28/86 kB | 16/116 kB | 20/35 kB | 7.7/29 kB | 7.7/49 kB
Progress (5): 28/86 kB | 16/116 kB | 20/35 kB | 12/29 kB | 7.7/49 kB 
Progress (5): 28/86 kB | 16/116 kB | 24/35 kB | 12/29 kB | 7.7/49 kB
Progress (5): 32/86 kB | 16/116 kB | 24/35 kB | 12/29 kB | 7.7/49 kB
Progress (5): 32/86 kB | 20/116 kB | 24/35 kB | 12/29 kB | 7.7/49 kB
Progress (5): 36/86 kB | 20/116 kB | 24/35 kB | 12/29 kB | 7.7/49 kB
Progress (5): 36/86 kB | 20/116 kB | 28/35 kB | 12/29 kB | 7.7/49 kB
Progress (5): 36/86 kB | 20/116 kB | 28/35 kB | 16/29 kB | 7.7/49 kB
Progress (5): 36/86 kB | 20/116 kB | 28/35 kB | 16/29 kB | 12/49 kB 
Progress (5): 36/86 kB | 20/116 kB | 28/35 kB | 20/29 kB | 12/49 kB
Progress (5): 36/86 kB | 20/116 kB | 32/35 kB | 20/29 kB | 12/49 kB
Progress (5): 40/86 kB | 20/116 kB | 32/35 kB | 20/29 kB | 12/49 kB
Progress (5): 40/86 kB | 24/116 kB | 32/35 kB | 20/29 kB | 12/49 kB
Progress (5): 44/86 kB | 24/116 kB | 32/35 kB | 20/29 kB | 12/49 kB
Progress (5): 44/86 kB | 24/116 kB | 35 kB | 20/29 kB | 12/49 kB   
Progress (5): 44/86 kB | 24/116 kB | 35 kB | 24/29 kB | 12/49 kB
Progress (5): 44/86 kB | 24/116 kB | 35 kB | 24/29 kB | 16/49 kB
Progress (5): 44/86 kB | 24/116 kB | 35 kB | 28/29 kB | 16/49 kB
Progress (5): 44/86 kB | 28/116 kB | 35 kB | 28/29 kB | 16/49 kB
Progress (5): 48/86 kB | 28/116 kB | 35 kB | 28/29 kB | 16/49 kB
Progress (5): 48/86 kB | 32/116 kB | 35 kB | 28/29 kB | 16/49 kB
Progress (5): 48/86 kB | 32/116 kB | 35 kB | 28/29 kB | 20/49 kB
Progress (5): 48/86 kB | 32/116 kB | 35 kB | 29 kB | 20/49 kB   
Progress (5): 48/86 kB | 32/116 kB | 35 kB | 29 kB | 24/49 kB
Progress (5): 48/86 kB | 36/116 kB | 35 kB | 29 kB | 24/49 kB
Progress (5): 48/86 kB | 36/116 kB | 35 kB | 29 kB | 28/49 kB
Progress (5): 52/86 kB | 36/116 kB | 35 kB | 29 kB | 28/49 kB
Progress (5): 52/86 kB | 36/116 kB | 35 kB | 29 kB | 32/49 kB
Progress (5): 52/86 kB | 40/116 kB | 35 kB | 29 kB | 32/49 kB
Progress (5): 56/86 kB | 40/116 kB | 35 kB | 29 kB | 32/49 kB
Progress (5): 56/86 kB | 40/116 kB | 35 kB | 29 kB | 36/49 kB
Progress (5): 60/86 kB | 40/116 kB | 35 kB | 29 kB | 36/49 kB
Progress (5): 60/86 kB | 44/116 kB | 35 kB | 29 kB | 36/49 kB
Progress (5): 64/86 kB | 44/116 kB | 35 kB | 29 kB | 36/49 kB
Progress (5): 64/86 kB | 44/116 kB | 35 kB | 29 kB | 40/49 kB
Progress (5): 68/86 kB | 44/116 kB | 35 kB | 29 kB | 40/49 kB
Progress (5): 68/86 kB | 48/116 kB | 35 kB | 29 kB | 40/49 kB
Progress (5): 68/86 kB | 48/116 kB | 35 kB | 29 kB | 44/49 kB
Progress (5): 72/86 kB | 48/116 kB | 35 kB | 29 kB | 44/49 kB
Progress (5): 72/86 kB | 48/116 kB | 35 kB | 29 kB | 48/49 kB
Progress (5): 72/86 kB | 52/116 kB | 35 kB | 29 kB | 48/49 kB
Progress (5): 72/86 kB | 52/116 kB | 35 kB | 29 kB | 49 kB   
Progress (5): 76/86 kB | 52/116 kB | 35 kB | 29 kB | 49 kB
Progress (5): 76/86 kB | 56/116 kB | 35 kB | 29 kB | 49 kB
Progress (5): 80/86 kB | 56/116 kB | 35 kB | 29 kB | 49 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 441 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 362 kB/s)
Progress (3): 80/86 kB | 60/116 kB | 49 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Progress (3): 84/86 kB | 60/116 kB | 49 kB
Progress (3): 84/86 kB | 64/116 kB | 49 kB
Progress (3): 86 kB | 64/116 kB | 49 kB   
Progress (3): 86 kB | 68/116 kB | 49 kB
Progress (3): 86 kB | 72/116 kB | 49 kB
Progress (3): 86 kB | 76/116 kB | 49 kB
Progress (3): 86 kB | 80/116 kB | 49 kB
Progress (3): 86 kB | 84/116 kB | 49 kB
Progress (3): 86 kB | 88/116 kB | 49 kB
Progress (3): 86 kB | 92/116 kB | 49 kB
Progress (3): 86 kB | 96/116 kB | 49 kB
Progress (3): 86 kB | 100/116 kB | 49 kB
Progress (3): 86 kB | 104/116 kB | 49 kB
Progress (3): 86 kB | 108/116 kB | 49 kB
Progress (3): 86 kB | 112/116 kB | 49 kB
Progress (3): 86 kB | 116/116 kB | 49 kB
Progress (3): 86 kB | 116 kB | 49 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 571 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 971 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Progress (2): 116 kB | 4.1/24 kB
Progress (2): 116 kB | 7.7/24 kB
Progress (2): 116 kB | 12/24 kB 
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.2 MB/s)
Progress (1): 16/24 kB
                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
Progress (2): 24 kB | 4.1/57 kB
Progress (3): 24 kB | 4.1/57 kB | 4.1/230 kB
Progress (3): 24 kB | 7.7/57 kB | 4.1/230 kB
Progress (3): 24 kB | 7.7/57 kB | 7.7/230 kB
Progress (3): 24 kB | 12/57 kB | 7.7/230 kB 
Progress (4): 24 kB | 12/57 kB | 7.7/230 kB | 4.1/87 kB
Progress (4): 24 kB | 12/57 kB | 12/230 kB | 4.1/87 kB 
Progress (4): 24 kB | 16/57 kB | 12/230 kB | 4.1/87 kB
Progress (5): 24 kB | 16/57 kB | 12/230 kB | 4.1/87 kB | 4.1/12 kB
Progress (5): 24 kB | 20/57 kB | 12/230 kB | 4.1/87 kB | 4.1/12 kB
Progress (5): 24 kB | 20/57 kB | 16/230 kB | 4.1/87 kB | 4.1/12 kB
Progress (5): 24 kB | 20/57 kB | 16/230 kB | 7.7/87 kB | 4.1/12 kB
Progress (5): 24 kB | 20/57 kB | 20/230 kB | 7.7/87 kB | 4.1/12 kB
Progress (5): 24 kB | 24/57 kB | 20/230 kB | 7.7/87 kB | 4.1/12 kB
Progress (5): 24 kB | 24/57 kB | 20/230 kB | 7.7/87 kB | 7.7/12 kB
Progress (5): 24 kB | 28/57 kB | 20/230 kB | 7.7/87 kB | 7.7/12 kB
Progress (5): 24 kB | 28/57 kB | 24/230 kB | 7.7/87 kB | 7.7/12 kB
Progress (5): 24 kB | 28/57 kB | 24/230 kB | 12/87 kB | 7.7/12 kB 
Progress (5): 24 kB | 32/57 kB | 24/230 kB | 12/87 kB | 7.7/12 kB
Progress (5): 24 kB | 32/57 kB | 24/230 kB | 12/87 kB | 12/12 kB 
Progress (5): 24 kB | 36/57 kB | 24/230 kB | 12/87 kB | 12/12 kB
Progress (5): 24 kB | 36/57 kB | 24/230 kB | 16/87 kB | 12/12 kB
Progress (5): 24 kB | 36/57 kB | 28/230 kB | 16/87 kB | 12/12 kB
Progress (5): 24 kB | 40/57 kB | 28/230 kB | 16/87 kB | 12/12 kB
Progress (5): 24 kB | 40/57 kB | 28/230 kB | 16/87 kB | 12 kB   
Progress (5): 24 kB | 44/57 kB | 28/230 kB | 16/87 kB | 12 kB
Progress (5): 24 kB | 44/57 kB | 28/230 kB | 20/87 kB | 12 kB
Progress (5): 24 kB | 44/57 kB | 32/230 kB | 20/87 kB | 12 kB
Progress (5): 24 kB | 44/57 kB | 32/230 kB | 24/87 kB | 12 kB
Progress (5): 24 kB | 48/57 kB | 32/230 kB | 24/87 kB | 12 kB
Progress (5): 24 kB | 48/57 kB | 33/230 kB | 24/87 kB | 12 kB
Progress (5): 24 kB | 52/57 kB | 33/230 kB | 24/87 kB | 12 kB
Progress (5): 24 kB | 52/57 kB | 37/230 kB | 24/87 kB | 12 kB
Progress (5): 24 kB | 52/57 kB | 37/230 kB | 28/87 kB | 12 kB
Progress (5): 24 kB | 52/57 kB | 41/230 kB | 28/87 kB | 12 kB
Progress (5): 24 kB | 56/57 kB | 41/230 kB | 28/87 kB | 12 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 168 kB/s)
Progress (4): 57 kB | 41/230 kB | 28/87 kB | 12 kB
Progress (4): 57 kB | 45/230 kB | 28/87 kB | 12 kB
Progress (4): 57 kB | 45/230 kB | 32/87 kB | 12 kB
Progress (4): 57 kB | 49/230 kB | 32/87 kB | 12 kB
Progress (4): 57 kB | 49/230 kB | 36/87 kB | 12 kB
Progress (4): 57 kB | 53/230 kB | 36/87 kB | 12 kB
Progress (4): 57 kB | 53/230 kB | 40/87 kB | 12 kB
Progress (4): 57 kB | 57/230 kB | 40/87 kB | 12 kB
Progress (4): 57 kB | 57/230 kB | 44/87 kB | 12 kB
Progress (4): 57 kB | 61/230 kB | 44/87 kB | 12 kB
Progress (4): 57 kB | 61/230 kB | 48/87 kB | 12 kB
Progress (4): 57 kB | 65/230 kB | 48/87 kB | 12 kB
Progress (4): 57 kB | 66/230 kB | 48/87 kB | 12 kB
Progress (4): 57 kB | 66/230 kB | 52/87 kB | 12 kB
Progress (4): 57 kB | 70/230 kB | 52/87 kB | 12 kB
Progress (4): 57 kB | 70/230 kB | 56/87 kB | 12 kB
Progress (4): 57 kB | 74/230 kB | 56/87 kB | 12 kB
Progress (4): 57 kB | 74/230 kB | 60/87 kB | 12 kB
Progress (4): 57 kB | 78/230 kB | 60/87 kB | 12 kB
Progress (4): 57 kB | 78/230 kB | 64/87 kB | 12 kB
Progress (4): 57 kB | 82/230 kB | 64/87 kB | 12 kB
Progress (4): 57 kB | 82/230 kB | 68/87 kB | 12 kB
Progress (4): 57 kB | 86/230 kB | 68/87 kB | 12 kB
Progress (4): 57 kB | 86/230 kB | 72/87 kB | 12 kB
Progress (4): 57 kB | 90/230 kB | 72/87 kB | 12 kB
Progress (4): 57 kB | 90/230 kB | 76/87 kB | 12 kB
Progress (4): 57 kB | 94/230 kB | 76/87 kB | 12 kB
Progress (4): 57 kB | 94/230 kB | 80/87 kB | 12 kB
Progress (4): 57 kB | 98/230 kB | 80/87 kB | 12 kB
Progress (4): 57 kB | 98/230 kB | 80/87 kB | 12 kB
Progress (4): 57 kB | 98/230 kB | 84/87 kB | 12 kB
Progress (4): 57 kB | 102/230 kB | 84/87 kB | 12 kB
Progress (4): 57 kB | 102/230 kB | 87 kB | 12 kB   
Progress (4): 57 kB | 106/230 kB | 87 kB | 12 kB
Progress (4): 57 kB | 110/230 kB | 87 kB | 12 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 78 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 367 kB/s)
Progress (2): 114/230 kB | 87 kB
Progress (2): 118/230 kB | 87 kB
Progress (2): 122/230 kB | 87 kB
Progress (2): 126/230 kB | 87 kB
Progress (2): 130/230 kB | 87 kB
Progress (2): 131/230 kB | 87 kB
Progress (2): 135/230 kB | 87 kB
Progress (2): 139/230 kB | 87 kB
Progress (2): 143/230 kB | 87 kB
Progress (2): 147/230 kB | 87 kB
Progress (2): 151/230 kB | 87 kB
Progress (2): 155/230 kB | 87 kB
Progress (2): 159/230 kB | 87 kB
Progress (2): 163/230 kB | 87 kB
Progress (2): 164/230 kB | 87 kB
Progress (2): 168/230 kB | 87 kB
Progress (2): 172/230 kB | 87 kB
Progress (2): 176/230 kB | 87 kB
Progress (2): 180/230 kB | 87 kB
Progress (2): 184/230 kB | 87 kB
Progress (2): 188/230 kB | 87 kB
Progress (2): 192/230 kB | 87 kB
Progress (2): 196/230 kB | 87 kB
Progress (2): 197/230 kB | 87 kB
Progress (2): 201/230 kB | 87 kB
Progress (2): 205/230 kB | 87 kB
Progress (2): 209/230 kB | 87 kB
Progress (2): 213/230 kB | 87 kB
Progress (2): 217/230 kB | 87 kB
Progress (2): 221/230 kB | 87 kB
Progress (2): 225/230 kB | 87 kB
Progress (2): 229/230 kB | 87 kB
Progress (2): 230 kB | 87 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 546 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 1.4 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/10.1.0-SNAPSHOT/p2-feature-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
[INFO] Building org.eclipse.collections.feature 10.1.0-SNAPSHOT           [2/3]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.pom (1.5 kB at 10 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom
Progress (1): 4.1/9.5 kB
Progress (1): 7.7/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom (9.5 kB at 105 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom
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/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom (29 kB at 339 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 400 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 540 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
Progress (1): 4.1/27 kB
Progress (1): 7.7/27 kB
Progress (1): 12/27 kB 
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 24/27 kB
Progress (1): 27 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 908 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 190 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 430 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 385 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.pom (1.8 kB at 22 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
Progress (1): 4.1/264 kB
Progress (1): 7.7/264 kB
Progress (1): 12/264 kB 
Progress (1): 16/264 kB
Progress (1): 20/264 kB
Progress (1): 24/264 kB
Progress (1): 28/264 kB
Progress (1): 32/264 kB
Progress (1): 36/264 kB
Progress (1): 40/264 kB
Progress (1): 44/264 kB
Progress (1): 48/264 kB
Progress (2): 48/264 kB | 4.1/737 kB
Progress (3): 48/264 kB | 4.1/737 kB | 4.1/327 kB
Progress (3): 52/264 kB | 4.1/737 kB | 4.1/327 kB
Progress (3): 52/264 kB | 4.1/737 kB | 7.7/327 kB
Progress (3): 52/264 kB | 7.7/737 kB | 7.7/327 kB
Progress (3): 56/264 kB | 7.7/737 kB | 7.7/327 kB
Progress (3): 56/264 kB | 7.7/737 kB | 12/327 kB 
Progress (3): 56/264 kB | 12/737 kB | 12/327 kB 
Progress (3): 60/264 kB | 12/737 kB | 12/327 kB
Progress (3): 60/264 kB | 12/737 kB | 16/327 kB
Progress (3): 64/264 kB | 12/737 kB | 16/327 kB
Progress (3): 64/264 kB | 16/737 kB | 16/327 kB
Progress (3): 64/264 kB | 16/737 kB | 20/327 kB
Progress (3): 68/264 kB | 16/737 kB | 20/327 kB
Progress (3): 68/264 kB | 20/737 kB | 20/327 kB
Progress (3): 68/264 kB | 20/737 kB | 24/327 kB
Progress (3): 68/264 kB | 24/737 kB | 24/327 kB
Progress (3): 72/264 kB | 24/737 kB | 24/327 kB
Progress (3): 72/264 kB | 28/737 kB | 24/327 kB
Progress (3): 72/264 kB | 28/737 kB | 28/327 kB
Progress (3): 76/264 kB | 28/737 kB | 28/327 kB
Progress (3): 76/264 kB | 32/737 kB | 28/327 kB
Progress (3): 80/264 kB | 32/737 kB | 28/327 kB
Progress (3): 80/264 kB | 32/737 kB | 32/327 kB
Progress (3): 80/264 kB | 36/737 kB | 32/327 kB
Progress (3): 84/264 kB | 36/737 kB | 32/327 kB
Progress (3): 84/264 kB | 36/737 kB | 36/327 kB
Progress (3): 84/264 kB | 40/737 kB | 36/327 kB
Progress (3): 84/264 kB | 40/737 kB | 40/327 kB
Progress (3): 88/264 kB | 40/737 kB | 40/327 kB
Progress (3): 88/264 kB | 40/737 kB | 44/327 kB
Progress (3): 88/264 kB | 44/737 kB | 44/327 kB
Progress (3): 92/264 kB | 44/737 kB | 44/327 kB
Progress (3): 92/264 kB | 44/737 kB | 48/327 kB
Progress (3): 96/264 kB | 44/737 kB | 48/327 kB
Progress (3): 96/264 kB | 48/737 kB | 48/327 kB
Progress (3): 96/264 kB | 48/737 kB | 52/327 kB
Progress (3): 100/264 kB | 48/737 kB | 52/327 kB
Progress (3): 100/264 kB | 48/737 kB | 56/327 kB
Progress (3): 100/264 kB | 52/737 kB | 56/327 kB
Progress (3): 104/264 kB | 52/737 kB | 56/327 kB
Progress (3): 104/264 kB | 56/737 kB | 56/327 kB
Progress (3): 104/264 kB | 56/737 kB | 60/327 kB
Progress (3): 108/264 kB | 56/737 kB | 60/327 kB
Progress (3): 108/264 kB | 56/737 kB | 64/327 kB
Progress (3): 108/264 kB | 60/737 kB | 64/327 kB
Progress (3): 112/264 kB | 60/737 kB | 64/327 kB
Progress (3): 112/264 kB | 60/737 kB | 68/327 kB
Progress (3): 112/264 kB | 64/737 kB | 68/327 kB
Progress (3): 116/264 kB | 64/737 kB | 68/327 kB
Progress (3): 116/264 kB | 64/737 kB | 72/327 kB
Progress (3): 120/264 kB | 64/737 kB | 72/327 kB
Progress (3): 120/264 kB | 68/737 kB | 72/327 kB
Progress (3): 120/264 kB | 68/737 kB | 76/327 kB
Progress (3): 120/264 kB | 72/737 kB | 76/327 kB
Progress (3): 124/264 kB | 72/737 kB | 76/327 kB
Progress (3): 124/264 kB | 72/737 kB | 80/327 kB
Progress (3): 128/264 kB | 72/737 kB | 80/327 kB
Progress (3): 128/264 kB | 76/737 kB | 80/327 kB
Progress (3): 128/264 kB | 76/737 kB | 84/327 kB
Progress (3): 128/264 kB | 80/737 kB | 84/327 kB
Progress (3): 132/264 kB | 80/737 kB | 84/327 kB
Progress (3): 132/264 kB | 84/737 kB | 84/327 kB
Progress (3): 132/264 kB | 84/737 kB | 88/327 kB
Progress (3): 132/264 kB | 88/737 kB | 88/327 kB
Progress (3): 136/264 kB | 88/737 kB | 88/327 kB
Progress (3): 136/264 kB | 92/737 kB | 88/327 kB
Progress (3): 136/264 kB | 92/737 kB | 92/327 kB
Progress (3): 140/264 kB | 92/737 kB | 92/327 kB
Progress (3): 140/264 kB | 96/737 kB | 92/327 kB
Progress (3): 144/264 kB | 96/737 kB | 92/327 kB
Progress (3): 144/264 kB | 96/737 kB | 96/327 kB
Progress (3): 144/264 kB | 100/737 kB | 96/327 kB
Progress (3): 148/264 kB | 100/737 kB | 96/327 kB
Progress (3): 148/264 kB | 104/737 kB | 96/327 kB
Progress (3): 148/264 kB | 104/737 kB | 100/327 kB
Progress (3): 152/264 kB | 104/737 kB | 100/327 kB
Progress (3): 152/264 kB | 104/737 kB | 104/327 kB
Progress (3): 152/264 kB | 108/737 kB | 104/327 kB
Progress (3): 156/264 kB | 108/737 kB | 104/327 kB
Progress (3): 156/264 kB | 108/737 kB | 108/327 kB
Progress (3): 156/264 kB | 112/737 kB | 108/327 kB
Progress (3): 156/264 kB | 112/737 kB | 112/327 kB
Progress (3): 160/264 kB | 112/737 kB | 112/327 kB
Progress (3): 160/264 kB | 112/737 kB | 116/327 kB
Progress (3): 160/264 kB | 116/737 kB | 116/327 kB
Progress (3): 164/264 kB | 116/737 kB | 116/327 kB
Progress (3): 164/264 kB | 116/737 kB | 120/327 kB
Progress (3): 168/264 kB | 116/737 kB | 120/327 kB
Progress (3): 168/264 kB | 120/737 kB | 120/327 kB
Progress (3): 168/264 kB | 120/737 kB | 124/327 kB
Progress (3): 172/264 kB | 120/737 kB | 124/327 kB
Progress (3): 172/264 kB | 124/737 kB | 124/327 kB
Progress (3): 172/264 kB | 124/737 kB | 128/327 kB
Progress (3): 172/264 kB | 128/737 kB | 128/327 kB
Progress (3): 176/264 kB | 128/737 kB | 128/327 kB
Progress (3): 176/264 kB | 132/737 kB | 128/327 kB
Progress (3): 176/264 kB | 132/737 kB | 132/327 kB
Progress (3): 180/264 kB | 132/737 kB | 132/327 kB
Progress (3): 180/264 kB | 136/737 kB | 132/327 kB
Progress (3): 184/264 kB | 136/737 kB | 132/327 kB
Progress (3): 184/264 kB | 136/737 kB | 136/327 kB
Progress (3): 184/264 kB | 140/737 kB | 136/327 kB
Progress (3): 188/264 kB | 140/737 kB | 136/327 kB
Progress (3): 188/264 kB | 144/737 kB | 136/327 kB
Progress (3): 188/264 kB | 144/737 kB | 140/327 kB
Progress (3): 192/264 kB | 144/737 kB | 140/327 kB
Progress (3): 192/264 kB | 144/737 kB | 144/327 kB
Progress (3): 192/264 kB | 148/737 kB | 144/327 kB
Progress (3): 196/264 kB | 148/737 kB | 144/327 kB
Progress (3): 200/264 kB | 148/737 kB | 144/327 kB
Progress (3): 200/264 kB | 148/737 kB | 148/327 kB
Progress (3): 200/264 kB | 148/737 kB | 152/327 kB
Progress (3): 200/264 kB | 148/737 kB | 156/327 kB
Progress (3): 200/264 kB | 152/737 kB | 156/327 kB
Progress (3): 200/264 kB | 152/737 kB | 160/327 kB
Progress (3): 204/264 kB | 152/737 kB | 160/327 kB
Progress (4): 204/264 kB | 152/737 kB | 160/327 kB | 4.1/6.0 kB
Progress (4): 208/264 kB | 152/737 kB | 160/327 kB | 4.1/6.0 kB
Progress (4): 208/264 kB | 152/737 kB | 164/327 kB | 4.1/6.0 kB
Progress (4): 208/264 kB | 156/737 kB | 164/327 kB | 4.1/6.0 kB
Progress (4): 208/264 kB | 156/737 kB | 168/327 kB | 4.1/6.0 kB
Progress (4): 212/264 kB | 156/737 kB | 168/327 kB | 4.1/6.0 kB
Progress (4): 212/264 kB | 156/737 kB | 168/327 kB | 6.0 kB    
Progress (4): 216/264 kB | 156/737 kB | 168/327 kB | 6.0 kB
Progress (4): 216/264 kB | 156/737 kB | 172/327 kB | 6.0 kB
Progress (4): 216/264 kB | 160/737 kB | 172/327 kB | 6.0 kB
Progress (4): 216/264 kB | 160/737 kB | 176/327 kB | 6.0 kB
Progress (4): 220/264 kB | 160/737 kB | 176/327 kB | 6.0 kB
Progress (4): 220/264 kB | 164/737 kB | 176/327 kB | 6.0 kB
Progress (4): 224/264 kB | 164/737 kB | 176/327 kB | 6.0 kB
Progress (4): 224/264 kB | 164/737 kB | 180/327 kB | 6.0 kB
Progress (4): 224/264 kB | 168/737 kB | 180/327 kB | 6.0 kB
Progress (4): 224/264 kB | 168/737 kB | 184/327 kB | 6.0 kB
Progress (4): 228/264 kB | 168/737 kB | 184/327 kB | 6.0 kB
Progress (4): 228/264 kB | 172/737 kB | 184/327 kB | 6.0 kB
Progress (4): 232/264 kB | 172/737 kB | 184/327 kB | 6.0 kB
Progress (4): 232/264 kB | 172/737 kB | 188/327 kB | 6.0 kB
Progress (4): 236/264 kB | 172/737 kB | 188/327 kB | 6.0 kB
Progress (4): 236/264 kB | 176/737 kB | 188/327 kB | 6.0 kB
Progress (4): 240/264 kB | 176/737 kB | 188/327 kB | 6.0 kB
Progress (4): 240/264 kB | 176/737 kB | 192/327 kB | 6.0 kB
Progress (4): 244/264 kB | 176/737 kB | 192/327 kB | 6.0 kB
Progress (4): 244/264 kB | 180/737 kB | 192/327 kB | 6.0 kB
Progress (4): 248/264 kB | 180/737 kB | 192/327 kB | 6.0 kB
Progress (4): 248/264 kB | 180/737 kB | 196/327 kB | 6.0 kB
Progress (4): 252/264 kB | 180/737 kB | 196/327 kB | 6.0 kB
Progress (4): 252/264 kB | 184/737 kB | 196/327 kB | 6.0 kB
Progress (4): 256/264 kB | 184/737 kB | 196/327 kB | 6.0 kB
Progress (4): 256/264 kB | 184/737 kB | 200/327 kB | 6.0 kB
Progress (4): 256/264 kB | 188/737 kB | 200/327 kB | 6.0 kB
Progress (4): 256/264 kB | 188/737 kB | 204/327 kB | 6.0 kB
Progress (4): 260/264 kB | 188/737 kB | 204/327 kB | 6.0 kB
Progress (4): 260/264 kB | 188/737 kB | 208/327 kB | 6.0 kB
Progress (4): 260/264 kB | 192/737 kB | 208/327 kB | 6.0 kB
Progress (4): 260/264 kB | 192/737 kB | 212/327 kB | 6.0 kB
Progress (4): 264/264 kB | 192/737 kB | 212/327 kB | 6.0 kB
Progress (4): 264/264 kB | 192/737 kB | 216/327 kB | 6.0 kB
Progress (4): 264/264 kB | 196/737 kB | 216/327 kB | 6.0 kB
Progress (4): 264/264 kB | 196/737 kB | 220/327 kB | 6.0 kB
Progress (4): 264 kB | 196/737 kB | 220/327 kB | 6.0 kB    
Progress (4): 264 kB | 196/737 kB | 224/327 kB | 6.0 kB
Progress (4): 264 kB | 200/737 kB | 224/327 kB | 6.0 kB
Progress (4): 264 kB | 200/737 kB | 228/327 kB | 6.0 kB
Progress (4): 264 kB | 204/737 kB | 228/327 kB | 6.0 kB
Progress (4): 264 kB | 204/737 kB | 232/327 kB | 6.0 kB
Progress (4): 264 kB | 208/737 kB | 232/327 kB | 6.0 kB
Progress (4): 264 kB | 208/737 kB | 236/327 kB | 6.0 kB
Progress (4): 264 kB | 208/737 kB | 240/327 kB | 6.0 kB
Progress (4): 264 kB | 212/737 kB | 240/327 kB | 6.0 kB
Progress (4): 264 kB | 212/737 kB | 244/327 kB | 6.0 kB
Progress (4): 264 kB | 216/737 kB | 244/327 kB | 6.0 kB
Progress (4): 264 kB | 216/737 kB | 248/327 kB | 6.0 kB
Progress (4): 264 kB | 220/737 kB | 248/327 kB | 6.0 kB
Progress (4): 264 kB | 220/737 kB | 252/327 kB | 6.0 kB
Progress (4): 264 kB | 224/737 kB | 252/327 kB | 6.0 kB
Progress (4): 264 kB | 224/737 kB | 256/327 kB | 6.0 kB
Progress (4): 264 kB | 228/737 kB | 256/327 kB | 6.0 kB
Progress (4): 264 kB | 228/737 kB | 260/327 kB | 6.0 kB
Progress (4): 264 kB | 232/737 kB | 260/327 kB | 6.0 kB
Progress (4): 264 kB | 232/737 kB | 264/327 kB | 6.0 kB
Progress (4): 264 kB | 236/737 kB | 264/327 kB | 6.0 kB
Progress (4): 264 kB | 236/737 kB | 268/327 kB | 6.0 kB
Progress (4): 264 kB | 240/737 kB | 268/327 kB | 6.0 kB
Progress (4): 264 kB | 240/737 kB | 272/327 kB | 6.0 kB
Progress (4): 264 kB | 244/737 kB | 272/327 kB | 6.0 kB
Progress (4): 264 kB | 244/737 kB | 276/327 kB | 6.0 kB
Progress (4): 264 kB | 248/737 kB | 276/327 kB | 6.0 kB
Progress (4): 264 kB | 248/737 kB | 280/327 kB | 6.0 kB
Progress (4): 264 kB | 252/737 kB | 280/327 kB | 6.0 kB
Progress (4): 264 kB | 252/737 kB | 284/327 kB | 6.0 kB
Progress (4): 264 kB | 256/737 kB | 284/327 kB | 6.0 kB
Progress (4): 264 kB | 256/737 kB | 288/327 kB | 6.0 kB
Progress (4): 264 kB | 260/737 kB | 288/327 kB | 6.0 kB
Progress (4): 264 kB | 260/737 kB | 292/327 kB | 6.0 kB
Progress (4): 264 kB | 264/737 kB | 292/327 kB | 6.0 kB
Progress (4): 264 kB | 264/737 kB | 296/327 kB | 6.0 kB
Progress (4): 264 kB | 268/737 kB | 296/327 kB | 6.0 kB
Progress (4): 264 kB | 268/737 kB | 300/327 kB | 6.0 kB
Progress (4): 264 kB | 272/737 kB | 300/327 kB | 6.0 kB
Progress (4): 264 kB | 272/737 kB | 304/327 kB | 6.0 kB
Progress (4): 264 kB | 276/737 kB | 304/327 kB | 6.0 kB
Progress (4): 264 kB | 276/737 kB | 308/327 kB | 6.0 kB
Progress (4): 264 kB | 280/737 kB | 308/327 kB | 6.0 kB
Progress (4): 264 kB | 280/737 kB | 312/327 kB | 6.0 kB
Progress (4): 264 kB | 284/737 kB | 312/327 kB | 6.0 kB
Progress (4): 264 kB | 284/737 kB | 316/327 kB | 6.0 kB
Progress (4): 264 kB | 288/737 kB | 316/327 kB | 6.0 kB
Progress (4): 264 kB | 288/737 kB | 320/327 kB | 6.0 kB
Progress (4): 264 kB | 292/737 kB | 320/327 kB | 6.0 kB
Progress (4): 264 kB | 292/737 kB | 324/327 kB | 6.0 kB
Progress (4): 264 kB | 296/737 kB | 324/327 kB | 6.0 kB
Progress (4): 264 kB | 296/737 kB | 327 kB | 6.0 kB    
Progress (4): 264 kB | 300/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 304/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 308/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 312/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 316/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 320/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 324/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 328/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 332/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 336/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 340/737 kB | 327 kB | 6.0 kB
Progress (4): 264 kB | 344/737 kB | 327 kB | 6.0 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 1.7 MB/s)
Progress (3): 348/737 kB | 327 kB | 6.0 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.jar (6.0 kB at 39 kB/s)
Progress (2): 352/737 kB | 327 kB
Progress (2): 356/737 kB | 327 kB
Progress (2): 360/737 kB | 327 kB
Progress (2): 364/737 kB | 327 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar (327 kB at 2.1 MB/s)
Progress (1): 368/737 kB
Progress (1): 372/737 kB
Progress (1): 376/737 kB
Progress (1): 380/737 kB
Progress (1): 384/737 kB
Progress (1): 388/737 kB
Progress (1): 392/737 kB
Progress (1): 396/737 kB
Progress (1): 400/737 kB
Progress (1): 404/737 kB
Progress (1): 408/737 kB
Progress (1): 412/737 kB
Progress (1): 416/737 kB
Progress (1): 420/737 kB
Progress (1): 424/737 kB
Progress (1): 428/737 kB
Progress (1): 432/737 kB
Progress (1): 436/737 kB
Progress (1): 440/737 kB
Progress (1): 444/737 kB
Progress (1): 448/737 kB
Progress (1): 452/737 kB
Progress (1): 456/737 kB
Progress (1): 460/737 kB
Progress (1): 464/737 kB
Progress (1): 468/737 kB
Progress (1): 472/737 kB
Progress (1): 476/737 kB
Progress (1): 480/737 kB
Progress (1): 484/737 kB
Progress (1): 488/737 kB
Progress (1): 492/737 kB
Progress (1): 496/737 kB
Progress (1): 500/737 kB
Progress (2): 500/737 kB | 0/2.7 MB
Progress (2): 500/737 kB | 0/2.7 MB
Progress (2): 500/737 kB | 0/2.7 MB
Progress (2): 500/737 kB | 0/2.7 MB
Progress (3): 500/737 kB | 0/2.7 MB | 4.1/11 kB
Progress (3): 500/737 kB | 0/2.7 MB | 7.7/11 kB
Progress (3): 500/737 kB | 0/2.7 MB | 11 kB    
Progress (3): 504/737 kB | 0/2.7 MB | 11 kB
Progress (3): 504/737 kB | 0/2.7 MB | 11 kB
Progress (3): 508/737 kB | 0/2.7 MB | 11 kB
Progress (3): 508/737 kB | 0/2.7 MB | 11 kB
Progress (3): 512/737 kB | 0/2.7 MB | 11 kB
Progress (3): 512/737 kB | 0/2.7 MB | 11 kB
Progress (3): 516/737 kB | 0/2.7 MB | 11 kB
Progress (3): 516/737 kB | 0/2.7 MB | 11 kB
Progress (3): 520/737 kB | 0/2.7 MB | 11 kB
Progress (3): 520/737 kB | 0/2.7 MB | 11 kB
Progress (3): 524/737 kB | 0/2.7 MB | 11 kB
Progress (3): 524/737 kB | 0/2.7 MB | 11 kB
Progress (3): 528/737 kB | 0/2.7 MB | 11 kB
Progress (3): 528/737 kB | 0/2.7 MB | 11 kB
Progress (3): 532/737 kB | 0/2.7 MB | 11 kB
Progress (3): 532/737 kB | 0/2.7 MB | 11 kB
Progress (3): 536/737 kB | 0/2.7 MB | 11 kB
Progress (3): 536/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 540/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 540/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 544/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 544/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 548/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 548/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 552/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 552/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 556/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 560/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 564/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 568/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 572/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 576/737 kB | 0.1/2.7 MB | 11 kB
Progress (3): 580/737 kB | 0.1/2.7 MB | 11 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.jar (11 kB at 47 kB/s)
Progress (2): 584/737 kB | 0.1/2.7 MB
Progress (2): 588/737 kB | 0.1/2.7 MB
Progress (2): 592/737 kB | 0.1/2.7 MB
Progress (2): 596/737 kB | 0.1/2.7 MB
Progress (2): 600/737 kB | 0.1/2.7 MB
Progress (2): 604/737 kB | 0.1/2.7 MB
Progress (2): 608/737 kB | 0.1/2.7 MB
Progress (2): 612/737 kB | 0.1/2.7 MB
Progress (2): 616/737 kB | 0.1/2.7 MB
Progress (2): 620/737 kB | 0.1/2.7 MB
Progress (2): 624/737 kB | 0.1/2.7 MB
Progress (2): 628/737 kB | 0.1/2.7 MB
Progress (2): 632/737 kB | 0.1/2.7 MB
Progress (2): 636/737 kB | 0.1/2.7 MB
Progress (2): 640/737 kB | 0.1/2.7 MB
Progress (2): 644/737 kB | 0.1/2.7 MB
Progress (2): 648/737 kB | 0.1/2.7 MB
Progress (2): 652/737 kB | 0.1/2.7 MB
Progress (2): 656/737 kB | 0.1/2.7 MB
Progress (2): 660/737 kB | 0.1/2.7 MB
Progress (2): 664/737 kB | 0.1/2.7 MB
Progress (2): 668/737 kB | 0.1/2.7 MB
Progress (2): 672/737 kB | 0.1/2.7 MB
Progress (2): 676/737 kB | 0.1/2.7 MB
Progress (2): 680/737 kB | 0.1/2.7 MB
Progress (2): 684/737 kB | 0.1/2.7 MB
Progress (2): 688/737 kB | 0.1/2.7 MB
Progress (2): 692/737 kB | 0.1/2.7 MB
Progress (2): 696/737 kB | 0.1/2.7 MB
Progress (2): 700/737 kB | 0.1/2.7 MB
Progress (2): 704/737 kB | 0.1/2.7 MB
Progress (2): 708/737 kB | 0.1/2.7 MB
Progress (2): 712/737 kB | 0.1/2.7 MB
Progress (2): 716/737 kB | 0.1/2.7 MB
Progress (2): 720/737 kB | 0.1/2.7 MB
Progress (2): 724/737 kB | 0.1/2.7 MB
Progress (2): 728/737 kB | 0.1/2.7 MB
Progress (2): 732/737 kB | 0.1/2.7 MB
Progress (2): 736/737 kB | 0.1/2.7 MB
Progress (2): 737 kB | 0.1/2.7 MB    
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar (737 kB at 2.9 MB/s)
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.jar (2.7 MB at 4.9 MB/s)
[INFO] The project's OSGi version is 10.1.0.v20191123-1623
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 428 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.5 MB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 276 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 145 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 87 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.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.19/plexus-interpolation-1.19.pom (1.0 kB at 31 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 74 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 55 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 121 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 167 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 455 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 234 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
Progress (1): 4.1/9.9 kB
Progress (1): 7.7/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 353 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 90 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 483 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 97 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 141 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 179 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom
Progress (1): 2.2 kB
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom (2.2 kB at 129 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom (13 kB at 433 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/38/commons-parent-38.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.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/38/commons-parent-38.pom (62 kB at 2.0 MB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom (4.8 kB at 166 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 142 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom
Progress (1): 1.8 kB
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom (1.8 kB at 122 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom
Progress (1): 2.3 kB
                    
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom (2.3 kB at 128 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom (6.4 kB at 220 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom (16 kB at 560 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom (5.5 kB at 205 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom (13 kB at 476 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom (4.8 kB at 177 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar
Progress (1): 4.1/67 kB
Progress (1): 7.7/67 kB
Progress (1): 12/67 kB 
Progress (1): 16/67 kB
Progress (1): 20/67 kB
Progress (1): 24/67 kB
Progress (1): 28/67 kB
Progress (1): 32/67 kB
Progress (1): 36/67 kB
Progress (1): 40/67 kB
Progress (1): 44/67 kB
Progress (1): 48/67 kB
Progress (1): 52/67 kB
Progress (1): 56/67 kB
Progress (1): 60/67 kB
Progress (1): 64/67 kB
Progress (1): 67 kB   
                   
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar (67 kB at 595 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar
Progress (1): 4.1/26 kB
                       
Progress (1): 7.7/26 kB
Progress (2): 7.7/26 kB | 4.1/4.9 kB
Progress (2): 7.7/26 kB | 4.9 kB    
Progress (2): 12/26 kB | 4.9 kB 
Progress (2): 16/26 kB | 4.9 kB
Progress (2): 20/26 kB | 4.9 kB
Progress (2): 24/26 kB | 4.9 kB
Progress (2): 26 kB | 4.9 kB   
                            
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar (26 kB at 212 kB/s)
Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar (4.9 kB at 39 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
Progress (1): 4.1/557 kB
Progress (1): 7.7/557 kB
Progress (1): 12/557 kB 
Progress (1): 16/557 kB
Progress (1): 20/557 kB
Progress (1): 24/557 kB
Progress (2): 24/557 kB | 4.1/42 kB
Progress (2): 24/557 kB | 7.7/42 kB
Progress (2): 28/557 kB | 7.7/42 kB
Progress (2): 32/557 kB | 7.7/42 kB
Progress (2): 32/557 kB | 12/42 kB 
Progress (2): 33/557 kB | 12/42 kB
Progress (2): 33/557 kB | 16/42 kB
Progress (2): 37/557 kB | 16/42 kB
Progress (2): 37/557 kB | 20/42 kB
Progress (2): 41/557 kB | 20/42 kB
Progress (2): 41/557 kB | 24/42 kB
Progress (2): 45/557 kB | 24/42 kB
Progress (2): 45/557 kB | 28/42 kB
Progress (2): 49/557 kB | 28/42 kB
Progress (2): 49/557 kB | 32/42 kB
Progress (2): 49/557 kB | 36/42 kB
Progress (2): 53/557 kB | 36/42 kB
Progress (2): 53/557 kB | 40/42 kB
Progress (2): 57/557 kB | 40/42 kB
Progress (2): 57/557 kB | 42 kB   
Progress (2): 61/557 kB | 42 kB
Progress (3): 61/557 kB | 42 kB | 4.1/154 kB
Progress (3): 65/557 kB | 42 kB | 4.1/154 kB
Progress (3): 65/557 kB | 42 kB | 7.7/154 kB
Progress (3): 66/557 kB | 42 kB | 7.7/154 kB
Progress (3): 66/557 kB | 42 kB | 12/154 kB 
Progress (4): 66/557 kB | 42 kB | 12/154 kB | 4.1/25 kB
Progress (5): 66/557 kB | 42 kB | 12/154 kB | 4.1/25 kB | 4.1/42 kB
Progress (5): 70/557 kB | 42 kB | 12/154 kB | 4.1/25 kB | 4.1/42 kB
Progress (5): 70/557 kB | 42 kB | 16/154 kB | 4.1/25 kB | 4.1/42 kB
Progress (5): 74/557 kB | 42 kB | 16/154 kB | 4.1/25 kB | 4.1/42 kB
Progress (5): 74/557 kB | 42 kB | 16/154 kB | 4.1/25 kB | 7.7/42 kB
Progress (5): 74/557 kB | 42 kB | 16/154 kB | 7.7/25 kB | 7.7/42 kB
Progress (5): 78/557 kB | 42 kB | 16/154 kB | 7.7/25 kB | 7.7/42 kB
Progress (5): 78/557 kB | 42 kB | 20/154 kB | 7.7/25 kB | 7.7/42 kB
Progress (5): 82/557 kB | 42 kB | 20/154 kB | 7.7/25 kB | 7.7/42 kB
Progress (5): 82/557 kB | 42 kB | 20/154 kB | 12/25 kB | 7.7/42 kB 
Progress (5): 82/557 kB | 42 kB | 20/154 kB | 12/25 kB | 12/42 kB 
Progress (5): 82/557 kB | 42 kB | 20/154 kB | 16/25 kB | 12/42 kB
Progress (5): 86/557 kB | 42 kB | 20/154 kB | 16/25 kB | 12/42 kB
Progress (5): 86/557 kB | 42 kB | 24/154 kB | 16/25 kB | 12/42 kB
Progress (5): 86/557 kB | 42 kB | 24/154 kB | 20/25 kB | 12/42 kB
Progress (5): 90/557 kB | 42 kB | 24/154 kB | 20/25 kB | 12/42 kB
Progress (5): 90/557 kB | 42 kB | 24/154 kB | 20/25 kB | 16/42 kB
Progress (5): 90/557 kB | 42 kB | 24/154 kB | 24/25 kB | 16/42 kB
Progress (5): 94/557 kB | 42 kB | 24/154 kB | 24/25 kB | 16/42 kB
Progress (5): 94/557 kB | 42 kB | 24/154 kB | 24/25 kB | 20/42 kB
Progress (5): 94/557 kB | 42 kB | 24/154 kB | 25 kB | 20/42 kB   
Progress (5): 94/557 kB | 42 kB | 24/154 kB | 25 kB | 24/42 kB
Progress (5): 94/557 kB | 42 kB | 28/154 kB | 25 kB | 24/42 kB
Progress (5): 98/557 kB | 42 kB | 28/154 kB | 25 kB | 24/42 kB
Progress (5): 98/557 kB | 42 kB | 32/154 kB | 25 kB | 24/42 kB
Progress (5): 98/557 kB | 42 kB | 32/154 kB | 25 kB | 28/42 kB
Progress (5): 98/557 kB | 42 kB | 32/154 kB | 25 kB | 28/42 kB
Progress (5): 98/557 kB | 42 kB | 32/154 kB | 25 kB | 32/42 kB
Progress (5): 102/557 kB | 42 kB | 32/154 kB | 25 kB | 32/42 kB
Progress (5): 102/557 kB | 42 kB | 36/154 kB | 25 kB | 32/42 kB
Progress (5): 106/557 kB | 42 kB | 36/154 kB | 25 kB | 32/42 kB
Progress (5): 106/557 kB | 42 kB | 36/154 kB | 25 kB | 36/42 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 597 kB/s)
Progress (4): 106/557 kB | 36/154 kB | 25 kB | 40/42 kB
Progress (4): 110/557 kB | 36/154 kB | 25 kB | 40/42 kB
Progress (4): 110/557 kB | 40/154 kB | 25 kB | 40/42 kB
Progress (4): 114/557 kB | 40/154 kB | 25 kB | 40/42 kB
Progress (4): 114/557 kB | 40/154 kB | 25 kB | 42 kB   
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
Progress (4): 118/557 kB | 40/154 kB | 25 kB | 42 kB
Progress (4): 118/557 kB | 44/154 kB | 25 kB | 42 kB
Progress (4): 122/557 kB | 44/154 kB | 25 kB | 42 kB
Progress (4): 122/557 kB | 48/154 kB | 25 kB | 42 kB
Progress (4): 126/557 kB | 48/154 kB | 25 kB | 42 kB
Progress (4): 126/557 kB | 52/154 kB | 25 kB | 42 kB
Progress (4): 130/557 kB | 52/154 kB | 25 kB | 42 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 340 kB/s)
Progress (3): 134/557 kB | 52/154 kB | 42 kB
Progress (3): 134/557 kB | 56/154 kB | 42 kB
Progress (3): 138/557 kB | 56/154 kB | 42 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
Progress (3): 142/557 kB | 56/154 kB | 42 kB
Progress (3): 142/557 kB | 60/154 kB | 42 kB
Progress (3): 146/557 kB | 60/154 kB | 42 kB
Progress (3): 146/557 kB | 64/154 kB | 42 kB
Progress (3): 150/557 kB | 64/154 kB | 42 kB
Progress (3): 150/557 kB | 68/154 kB | 42 kB
Progress (3): 154/557 kB | 68/154 kB | 42 kB
Progress (3): 154/557 kB | 72/154 kB | 42 kB
Progress (3): 158/557 kB | 72/154 kB | 42 kB
Progress (3): 158/557 kB | 76/154 kB | 42 kB
Progress (3): 162/557 kB | 76/154 kB | 42 kB
Progress (3): 162/557 kB | 80/154 kB | 42 kB
Progress (3): 164/557 kB | 80/154 kB | 42 kB
Progress (3): 164/557 kB | 84/154 kB | 42 kB
Progress (3): 168/557 kB | 84/154 kB | 42 kB
Progress (3): 168/557 kB | 88/154 kB | 42 kB
Progress (3): 172/557 kB | 88/154 kB | 42 kB
Progress (3): 172/557 kB | 92/154 kB | 42 kB
Progress (3): 172/557 kB | 96/154 kB | 42 kB
Progress (3): 176/557 kB | 96/154 kB | 42 kB
Progress (3): 180/557 kB | 96/154 kB | 42 kB
Progress (3): 180/557 kB | 100/154 kB | 42 kB
Progress (3): 180/557 kB | 104/154 kB | 42 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 526 kB/s)
Progress (2): 184/557 kB | 104/154 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
Progress (2): 184/557 kB | 108/154 kB
Progress (2): 188/557 kB | 108/154 kB
Progress (2): 188/557 kB | 112/154 kB
Progress (2): 192/557 kB | 112/154 kB
Progress (2): 196/557 kB | 112/154 kB
Progress (2): 196/557 kB | 116/154 kB
Progress (2): 196/557 kB | 120/154 kB
Progress (2): 200/557 kB | 120/154 kB
Progress (2): 204/557 kB | 120/154 kB
Progress (2): 204/557 kB | 124/154 kB
Progress (2): 208/557 kB | 124/154 kB
Progress (2): 208/557 kB | 128/154 kB
Progress (2): 212/557 kB | 128/154 kB
Progress (2): 212/557 kB | 132/154 kB
Progress (2): 216/557 kB | 132/154 kB
Progress (2): 216/557 kB | 136/154 kB
Progress (2): 220/557 kB | 136/154 kB
Progress (2): 220/557 kB | 140/154 kB
Progress (2): 220/557 kB | 144/154 kB
Progress (2): 224/557 kB | 144/154 kB
Progress (2): 228/557 kB | 144/154 kB
Progress (2): 228/557 kB | 148/154 kB
Progress (2): 232/557 kB | 148/154 kB
Progress (2): 232/557 kB | 152/154 kB
Progress (2): 236/557 kB | 152/154 kB
Progress (2): 236/557 kB | 154 kB    
Progress (2): 240/557 kB | 154 kB
Progress (2): 244/557 kB | 154 kB
Progress (3): 244/557 kB | 154 kB | 4.1/160 kB
Progress (3): 244/557 kB | 154 kB | 7.7/160 kB
Progress (3): 244/557 kB | 154 kB | 12/160 kB 
Progress (3): 244/557 kB | 154 kB | 16/160 kB
Progress (3): 244/557 kB | 154 kB | 20/160 kB
Progress (3): 248/557 kB | 154 kB | 20/160 kB
Progress (3): 248/557 kB | 154 kB | 24/160 kB
Progress (4): 248/557 kB | 154 kB | 24/160 kB | 4.1/52 kB
Progress (4): 248/557 kB | 154 kB | 28/160 kB | 4.1/52 kB
Progress (4): 252/557 kB | 154 kB | 28/160 kB | 4.1/52 kB
Progress (4): 252/557 kB | 154 kB | 32/160 kB | 4.1/52 kB
Progress (5): 252/557 kB | 154 kB | 32/160 kB | 4.1/52 kB | 4.1/60 kB
Progress (5): 252/557 kB | 154 kB | 32/160 kB | 7.7/52 kB | 4.1/60 kB
Progress (5): 252/557 kB | 154 kB | 32/160 kB | 7.7/52 kB | 7.7/60 kB
Progress (5): 252/557 kB | 154 kB | 36/160 kB | 7.7/52 kB | 7.7/60 kB
Progress (5): 256/557 kB | 154 kB | 36/160 kB | 7.7/52 kB | 7.7/60 kB
Progress (5): 256/557 kB | 154 kB | 40/160 kB | 7.7/52 kB | 7.7/60 kB
Progress (5): 256/557 kB | 154 kB | 40/160 kB | 7.7/52 kB | 12/60 kB 
Progress (5): 256/557 kB | 154 kB | 44/160 kB | 7.7/52 kB | 12/60 kB
Progress (5): 256/557 kB | 154 kB | 44/160 kB | 12/52 kB | 12/60 kB 
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 1.1 MB/s)
Progress (4): 256/557 kB | 44/160 kB | 16/52 kB | 12/60 kB
Progress (4): 256/557 kB | 48/160 kB | 16/52 kB | 12/60 kB
Progress (4): 256/557 kB | 48/160 kB | 16/52 kB | 16/60 kB
Progress (4): 260/557 kB | 48/160 kB | 16/52 kB | 16/60 kB
Progress (4): 260/557 kB | 52/160 kB | 16/52 kB | 16/60 kB
Progress (4): 260/557 kB | 52/160 kB | 20/52 kB | 16/60 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
Progress (4): 260/557 kB | 52/160 kB | 24/52 kB | 16/60 kB
Progress (4): 260/557 kB | 56/160 kB | 24/52 kB | 16/60 kB
Progress (4): 264/557 kB | 56/160 kB | 24/52 kB | 16/60 kB
Progress (4): 264/557 kB | 56/160 kB | 24/52 kB | 20/60 kB
Progress (4): 268/557 kB | 56/160 kB | 24/52 kB | 20/60 kB
Progress (4): 268/557 kB | 60/160 kB | 24/52 kB | 20/60 kB
Progress (4): 268/557 kB | 60/160 kB | 28/52 kB | 20/60 kB
Progress (4): 268/557 kB | 64/160 kB | 28/52 kB | 20/60 kB
Progress (4): 272/557 kB | 64/160 kB | 28/52 kB | 20/60 kB
Progress (4): 272/557 kB | 64/160 kB | 28/52 kB | 24/60 kB
Progress (4): 276/557 kB | 64/160 kB | 28/52 kB | 24/60 kB
Progress (4): 276/557 kB | 68/160 kB | 28/52 kB | 24/60 kB
Progress (4): 276/557 kB | 68/160 kB | 32/52 kB | 24/60 kB
Progress (4): 276/557 kB | 72/160 kB | 32/52 kB | 24/60 kB
Progress (4): 280/557 kB | 72/160 kB | 32/52 kB | 24/60 kB
Progress (4): 280/557 kB | 72/160 kB | 32/52 kB | 28/60 kB
Progress (4): 284/557 kB | 72/160 kB | 32/52 kB | 28/60 kB
Progress (4): 284/557 kB | 76/160 kB | 32/52 kB | 28/60 kB
Progress (4): 284/557 kB | 76/160 kB | 36/52 kB | 28/60 kB
Progress (4): 284/557 kB | 80/160 kB | 36/52 kB | 28/60 kB
Progress (4): 288/557 kB | 80/160 kB | 36/52 kB | 28/60 kB
Progress (4): 288/557 kB | 80/160 kB | 36/52 kB | 32/60 kB
Progress (4): 288/557 kB | 84/160 kB | 36/52 kB | 32/60 kB
Progress (4): 292/557 kB | 84/160 kB | 36/52 kB | 32/60 kB
Progress (4): 292/557 kB | 84/160 kB | 40/52 kB | 32/60 kB
Progress (4): 292/557 kB | 88/160 kB | 40/52 kB | 32/60 kB
Progress (4): 292/557 kB | 88/160 kB | 40/52 kB | 36/60 kB
Progress (4): 292/557 kB | 88/160 kB | 44/52 kB | 36/60 kB
Progress (4): 296/557 kB | 88/160 kB | 44/52 kB | 36/60 kB
Progress (4): 296/557 kB | 88/160 kB | 48/52 kB | 36/60 kB
Progress (4): 300/557 kB | 88/160 kB | 48/52 kB | 36/60 kB
Progress (4): 300/557 kB | 92/160 kB | 48/52 kB | 36/60 kB
Progress (4): 300/557 kB | 92/160 kB | 48/52 kB | 40/60 kB
Progress (4): 300/557 kB | 96/160 kB | 48/52 kB | 40/60 kB
Progress (4): 304/557 kB | 96/160 kB | 48/52 kB | 40/60 kB
Progress (4): 304/557 kB | 96/160 kB | 52/52 kB | 40/60 kB
Progress (4): 308/557 kB | 96/160 kB | 52/52 kB | 40/60 kB
Progress (4): 308/557 kB | 100/160 kB | 52/52 kB | 40/60 kB
Progress (4): 308/557 kB | 100/160 kB | 52/52 kB | 44/60 kB
Progress (4): 308/557 kB | 104/160 kB | 52/52 kB | 44/60 kB
Progress (4): 312/557 kB | 104/160 kB | 52/52 kB | 44/60 kB
Progress (4): 312/557 kB | 104/160 kB | 52 kB | 44/60 kB   
Progress (4): 312/557 kB | 108/160 kB | 52 kB | 44/60 kB
Progress (4): 316/557 kB | 108/160 kB | 52 kB | 44/60 kB
Progress (4): 316/557 kB | 108/160 kB | 52 kB | 48/60 kB
Progress (4): 320/557 kB | 108/160 kB | 52 kB | 48/60 kB
Progress (4): 320/557 kB | 112/160 kB | 52 kB | 48/60 kB
Progress (4): 324/557 kB | 112/160 kB | 52 kB | 48/60 kB
Progress (4): 324/557 kB | 112/160 kB | 52 kB | 52/60 kB
Progress (4): 324/557 kB | 116/160 kB | 52 kB | 52/60 kB
Progress (4): 324/557 kB | 116/160 kB | 52 kB | 56/60 kB
Progress (4): 328/557 kB | 116/160 kB | 52 kB | 56/60 kB
Progress (4): 328/557 kB | 116/160 kB | 52 kB | 60 kB   
Progress (4): 328/557 kB | 120/160 kB | 52 kB | 60 kB
Progress (4): 332/557 kB | 120/160 kB | 52 kB | 60 kB
Progress (4): 332/557 kB | 124/160 kB | 52 kB | 60 kB
Progress (4): 336/557 kB | 124/160 kB | 52 kB | 60 kB
Progress (4): 336/557 kB | 128/160 kB | 52 kB | 60 kB
Progress (4): 340/557 kB | 128/160 kB | 52 kB | 60 kB
Progress (4): 340/557 kB | 132/160 kB | 52 kB | 60 kB
Progress (4): 344/557 kB | 132/160 kB | 52 kB | 60 kB
Progress (5): 344/557 kB | 132/160 kB | 52 kB | 60 kB | 4.1/197 kB
Progress (5): 348/557 kB | 132/160 kB | 52 kB | 60 kB | 4.1/197 kB
Progress (5): 348/557 kB | 136/160 kB | 52 kB | 60 kB | 4.1/197 kB
Progress (5): 348/557 kB | 136/160 kB | 52 kB | 60 kB | 7.7/197 kB
Progress (5): 348/557 kB | 140/160 kB | 52 kB | 60 kB | 7.7/197 kB
Progress (5): 352/557 kB | 140/160 kB | 52 kB | 60 kB | 7.7/197 kB
Progress (5): 352/557 kB | 144/160 kB | 52 kB | 60 kB | 7.7/197 kB
Progress (5): 352/557 kB | 144/160 kB | 52 kB | 60 kB | 12/197 kB 
Progress (5): 352/557 kB | 148/160 kB | 52 kB | 60 kB | 12/197 kB
Progress (5): 356/557 kB | 148/160 kB | 52 kB | 60 kB | 12/197 kB
Progress (5): 356/557 kB | 152/160 kB | 52 kB | 60 kB | 12/197 kB
Progress (5): 356/557 kB | 152/160 kB | 52 kB | 60 kB | 16/197 kB
Progress (5): 360/557 kB | 152/160 kB | 52 kB | 60 kB | 16/197 kB
Progress (5): 360/557 kB | 156/160 kB | 52 kB | 60 kB | 16/197 kB
Progress (5): 360/557 kB | 156/160 kB | 52 kB | 60 kB | 20/197 kB
Progress (5): 360/557 kB | 156/160 kB | 52 kB | 60 kB | 20/197 kB
Progress (5): 360/557 kB | 156/160 kB | 52 kB | 60 kB | 24/197 kB
Progress (5): 360/557 kB | 160 kB | 52 kB | 60 kB | 24/197 kB    
Progress (5): 365/557 kB | 160 kB | 52 kB | 60 kB | 24/197 kB
Progress (5): 365/557 kB | 160 kB | 52 kB | 60 kB | 28/197 kB
Progress (5): 368/557 kB | 160 kB | 52 kB | 60 kB | 28/197 kB
Progress (5): 368/557 kB | 160 kB | 52 kB | 60 kB | 32/197 kB
Progress (5): 373/557 kB | 160 kB | 52 kB | 60 kB | 32/197 kB
Progress (5): 376/557 kB | 160 kB | 52 kB | 60 kB | 32/197 kB
Progress (5): 376/557 kB | 160 kB | 52 kB | 60 kB | 36/197 kB
Progress (5): 381/557 kB | 160 kB | 52 kB | 60 kB | 36/197 kB
Progress (5): 381/557 kB | 160 kB | 52 kB | 60 kB | 40/197 kB
Progress (5): 384/557 kB | 160 kB | 52 kB | 60 kB | 40/197 kB
Progress (5): 384/557 kB | 160 kB | 52 kB | 60 kB | 44/197 kB
Progress (5): 389/557 kB | 160 kB | 52 kB | 60 kB | 44/197 kB
Progress (5): 389/557 kB | 160 kB | 52 kB | 60 kB | 48/197 kB
Progress (5): 392/557 kB | 160 kB | 52 kB | 60 kB | 48/197 kB
Progress (5): 392/557 kB | 160 kB | 52 kB | 60 kB | 52/197 kB
Progress (5): 397/557 kB | 160 kB | 52 kB | 60 kB | 52/197 kB
Progress (5): 397/557 kB | 160 kB | 52 kB | 60 kB | 56/197 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 331 kB/s)
Progress (4): 400/557 kB | 160 kB | 60 kB | 56/197 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
Progress (4): 400/557 kB | 160 kB | 60 kB | 60/197 kB
Progress (4): 405/557 kB | 160 kB | 60 kB | 60/197 kB
Progress (4): 405/557 kB | 160 kB | 60 kB | 64/197 kB
Progress (4): 408/557 kB | 160 kB | 60 kB | 64/197 kB
Progress (4): 408/557 kB | 160 kB | 60 kB | 68/197 kB
Progress (4): 413/557 kB | 160 kB | 60 kB | 68/197 kB
Progress (4): 413/557 kB | 160 kB | 60 kB | 72/197 kB
Progress (4): 416/557 kB | 160 kB | 60 kB | 72/197 kB
Progress (4): 416/557 kB | 160 kB | 60 kB | 76/197 kB
Progress (4): 421/557 kB | 160 kB | 60 kB | 76/197 kB
Progress (4): 421/557 kB | 160 kB | 60 kB | 80/197 kB
Progress (4): 424/557 kB | 160 kB | 60 kB | 80/197 kB
Progress (4): 424/557 kB | 160 kB | 60 kB | 84/197 kB
Progress (4): 429/557 kB | 160 kB | 60 kB | 84/197 kB
Progress (4): 429/557 kB | 160 kB | 60 kB | 88/197 kB
Progress (4): 432/557 kB | 160 kB | 60 kB | 88/197 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 368 kB/s)
Progress (3): 437/557 kB | 160 kB | 88/197 kB
Progress (3): 437/557 kB | 160 kB | 92/197 kB
Progress (3): 440/557 kB | 160 kB | 92/197 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
Progress (3): 445/557 kB | 160 kB | 92/197 kB
Progress (3): 445/557 kB | 160 kB | 96/197 kB
Progress (3): 448/557 kB | 160 kB | 96/197 kB
Progress (3): 453/557 kB | 160 kB | 96/197 kB
Progress (3): 453/557 kB | 160 kB | 100/197 kB
Progress (3): 456/557 kB | 160 kB | 100/197 kB
Progress (3): 456/557 kB | 160 kB | 104/197 kB
Progress (3): 461/557 kB | 160 kB | 104/197 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 967 kB/s)
Progress (2): 461/557 kB | 108/197 kB
Progress (2): 464/557 kB | 108/197 kB
Progress (2): 464/557 kB | 112/197 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
Progress (2): 464/557 kB | 116/197 kB
Progress (2): 469/557 kB | 116/197 kB
Progress (2): 469/557 kB | 120/197 kB
Progress (2): 472/557 kB | 120/197 kB
Progress (2): 472/557 kB | 124/197 kB
Progress (2): 477/557 kB | 124/197 kB
Progress (2): 477/557 kB | 128/197 kB
Progress (2): 480/557 kB | 128/197 kB
Progress (2): 480/557 kB | 132/197 kB
Progress (2): 485/557 kB | 132/197 kB
Progress (2): 485/557 kB | 136/197 kB
Progress (2): 488/557 kB | 136/197 kB
Progress (2): 493/557 kB | 136/197 kB
Progress (2): 493/557 kB | 140/197 kB
Progress (3): 493/557 kB | 140/197 kB | 4.1/291 kB
Progress (3): 496/557 kB | 140/197 kB | 4.1/291 kB
Progress (3): 496/557 kB | 140/197 kB | 7.7/291 kB
Progress (3): 496/557 kB | 144/197 kB | 7.7/291 kB
Progress (3): 501/557 kB | 144/197 kB | 7.7/291 kB
Progress (3): 501/557 kB | 144/197 kB | 12/291 kB 
Progress (3): 501/557 kB | 148/197 kB | 12/291 kB
Progress (3): 504/557 kB | 148/197 kB | 12/291 kB
Progress (3): 504/557 kB | 152/197 kB | 12/291 kB
Progress (3): 504/557 kB | 152/197 kB | 16/291 kB
Progress (3): 509/557 kB | 152/197 kB | 16/291 kB
Progress (3): 509/557 kB | 156/197 kB | 16/291 kB
Progress (3): 512/557 kB | 156/197 kB | 16/291 kB
Progress (3): 512/557 kB | 156/197 kB | 20/291 kB
Progress (3): 512/557 kB | 160/197 kB | 20/291 kB
Progress (3): 517/557 kB | 160/197 kB | 20/291 kB
Progress (3): 517/557 kB | 160/197 kB | 24/291 kB
Progress (3): 517/557 kB | 164/197 kB | 24/291 kB
Progress (3): 520/557 kB | 164/197 kB | 24/291 kB
Progress (3): 520/557 kB | 168/197 kB | 24/291 kB
Progress (3): 520/557 kB | 168/197 kB | 28/291 kB
Progress (3): 525/557 kB | 168/197 kB | 28/291 kB
Progress (3): 525/557 kB | 168/197 kB | 32/291 kB
Progress (3): 528/557 kB | 168/197 kB | 32/291 kB
Progress (3): 528/557 kB | 172/197 kB | 32/291 kB
Progress (4): 528/557 kB | 172/197 kB | 32/291 kB | 4.1/62 kB
Progress (4): 528/557 kB | 172/197 kB | 33/291 kB | 4.1/62 kB
Progress (4): 528/557 kB | 172/197 kB | 33/291 kB | 7.7/62 kB
Progress (4): 528/557 kB | 176/197 kB | 33/291 kB | 7.7/62 kB
Progress (4): 533/557 kB | 176/197 kB | 33/291 kB | 7.7/62 kB
Progress (4): 533/557 kB | 176/197 kB | 33/291 kB | 12/62 kB 
Progress (4): 533/557 kB | 176/197 kB | 37/291 kB | 12/62 kB
Progress (4): 533/557 kB | 176/197 kB | 37/291 kB | 16/62 kB
Progress (4): 533/557 kB | 180/197 kB | 37/291 kB | 16/62 kB
Progress (4): 536/557 kB | 180/197 kB | 37/291 kB | 16/62 kB
Progress (4): 536/557 kB | 184/197 kB | 37/291 kB | 16/62 kB
Progress (4): 536/557 kB | 184/197 kB | 37/291 kB | 20/62 kB
Progress (4): 536/557 kB | 184/197 kB | 41/291 kB | 20/62 kB
Progress (4): 536/557 kB | 184/197 kB | 41/291 kB | 24/62 kB
Progress (4): 536/557 kB | 188/197 kB | 41/291 kB | 24/62 kB
Progress (4): 536/557 kB | 188/197 kB | 41/291 kB | 28/62 kB
Progress (4): 541/557 kB | 188/197 kB | 41/291 kB | 28/62 kB
Progress (4): 541/557 kB | 188/197 kB | 41/291 kB | 32/62 kB
Progress (4): 541/557 kB | 192/197 kB | 41/291 kB | 32/62 kB
Progress (4): 541/557 kB | 192/197 kB | 45/291 kB | 32/62 kB
Progress (4): 541/557 kB | 196/197 kB | 45/291 kB | 32/62 kB
Progress (4): 541/557 kB | 196/197 kB | 45/291 kB | 36/62 kB
Progress (4): 544/557 kB | 196/197 kB | 45/291 kB | 36/62 kB
Progress (4): 544/557 kB | 196/197 kB | 45/291 kB | 40/62 kB
Progress (4): 544/557 kB | 197 kB | 45/291 kB | 40/62 kB    
Progress (4): 544/557 kB | 197 kB | 49/291 kB | 40/62 kB
Progress (5): 544/557 kB | 197 kB | 49/291 kB | 40/62 kB | 4.1/50 kB
Progress (5): 544/557 kB | 197 kB | 49/291 kB | 44/62 kB | 4.1/50 kB
Progress (5): 549/557 kB | 197 kB | 49/291 kB | 44/62 kB | 4.1/50 kB
Progress (5): 549/557 kB | 197 kB | 49/291 kB | 48/62 kB | 4.1/50 kB
Progress (5): 549/557 kB | 197 kB | 49/291 kB | 48/62 kB | 7.7/50 kB
Progress (5): 549/557 kB | 197 kB | 49/291 kB | 52/62 kB | 7.7/50 kB
Progress (5): 549/557 kB | 197 kB | 53/291 kB | 52/62 kB | 7.7/50 kB
Progress (5): 549/557 kB | 197 kB | 53/291 kB | 52/62 kB | 12/50 kB 
Progress (5): 549/557 kB | 197 kB | 53/291 kB | 56/62 kB | 12/50 kB
Progress (5): 552/557 kB | 197 kB | 53/291 kB | 56/62 kB | 12/50 kB
Progress (5): 552/557 kB | 197 kB | 53/291 kB | 60/62 kB | 12/50 kB
Progress (5): 552/557 kB | 197 kB | 53/291 kB | 60/62 kB | 16/50 kB
Progress (5): 552/557 kB | 197 kB | 57/291 kB | 60/62 kB | 16/50 kB
Progress (5): 552/557 kB | 197 kB | 57/291 kB | 62 kB | 16/50 kB   
Progress (5): 557/557 kB | 197 kB | 57/291 kB | 62 kB | 16/50 kB
Progress (5): 557/557 kB | 197 kB | 61/291 kB | 62 kB | 16/50 kB
Progress (5): 557/557 kB | 197 kB | 61/291 kB | 62 kB | 20/50 kB
Progress (5): 557/557 kB | 197 kB | 65/291 kB | 62 kB | 20/50 kB
Progress (5): 557 kB | 197 kB | 65/291 kB | 62 kB | 20/50 kB    
Progress (5): 557 kB | 197 kB | 66/291 kB | 62 kB | 20/50 kB
Progress (5): 557 kB | 197 kB | 66/291 kB | 62 kB | 24/50 kB
Progress (5): 557 kB | 197 kB | 70/291 kB | 62 kB | 24/50 kB
Progress (5): 557 kB | 197 kB | 70/291 kB | 62 kB | 28/50 kB
Progress (5): 557 kB | 197 kB | 74/291 kB | 62 kB | 28/50 kB
Progress (5): 557 kB | 197 kB | 74/291 kB | 62 kB | 32/50 kB
Progress (5): 557 kB | 197 kB | 78/291 kB | 62 kB | 32/50 kB
Progress (5): 557 kB | 197 kB | 78/291 kB | 62 kB | 36/50 kB
Progress (5): 557 kB | 197 kB | 82/291 kB | 62 kB | 36/50 kB
Progress (5): 557 kB | 197 kB | 82/291 kB | 62 kB | 40/50 kB
Progress (5): 557 kB | 197 kB | 86/291 kB | 62 kB | 40/50 kB
Progress (5): 557 kB | 197 kB | 90/291 kB | 62 kB | 40/50 kB
Progress (5): 557 kB | 197 kB | 90/291 kB | 62 kB | 44/50 kB
Progress (5): 557 kB | 197 kB | 94/291 kB | 62 kB | 44/50 kB
Progress (5): 557 kB | 197 kB | 94/291 kB | 62 kB | 48/50 kB
Progress (5): 557 kB | 197 kB | 98/291 kB | 62 kB | 48/50 kB
Progress (5): 557 kB | 197 kB | 98/291 kB | 62 kB | 50 kB   
Progress (5): 557 kB | 197 kB | 98/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 102/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 106/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 110/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 114/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 118/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 122/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 126/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 130/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 131/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 135/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 139/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 143/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 147/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 151/291 kB | 62 kB | 50 kB
Progress (5): 557 kB | 197 kB | 155/291 kB | 62 kB | 50 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 789 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 2.2 MB/s)
Progress (3): 159/291 kB | 62 kB | 50 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 246 kB/s)
Progress (2): 163/291 kB | 50 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 197 kB/s)
Progress (1): 164/291 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar
Progress (1): 168/291 kB
Progress (1): 172/291 kB
Progress (1): 176/291 kB
Progress (1): 180/291 kB
Progress (1): 184/291 kB
Progress (1): 188/291 kB
Progress (1): 192/291 kB
Progress (1): 196/291 kB
Progress (1): 197/291 kB
Progress (1): 201/291 kB
Progress (1): 205/291 kB
Progress (1): 209/291 kB
Progress (1): 213/291 kB
Progress (1): 217/291 kB
Progress (1): 221/291 kB
Progress (1): 225/291 kB
Progress (1): 229/291 kB
Progress (1): 229/291 kB
Progress (1): 233/291 kB
Progress (1): 237/291 kB
Progress (1): 241/291 kB
Progress (1): 245/291 kB
Progress (1): 249/291 kB
Progress (1): 253/291 kB
Progress (1): 257/291 kB
Progress (1): 261/291 kB
Progress (1): 265/291 kB
Progress (1): 269/291 kB
Progress (1): 273/291 kB
Progress (1): 277/291 kB
Progress (1): 281/291 kB
Progress (1): 285/291 kB
Progress (1): 289/291 kB
Progress (1): 291 kB    
Progress (2): 291 kB | 4.1/45 kB
Progress (2): 291 kB | 7.7/45 kB
Progress (3): 291 kB | 7.7/45 kB | 4.1/409 kB
Progress (3): 291 kB | 12/45 kB | 4.1/409 kB 
Progress (3): 291 kB | 12/45 kB | 7.7/409 kB
Progress (3): 291 kB | 16/45 kB | 7.7/409 kB
Progress (4): 291 kB | 16/45 kB | 7.7/409 kB | 0/2.3 MB
Progress (4): 291 kB | 16/45 kB | 12/409 kB | 0/2.3 MB 
Progress (4): 291 kB | 16/45 kB | 12/409 kB | 0/2.3 MB
Progress (4): 291 kB | 20/45 kB | 12/409 kB | 0/2.3 MB
Progress (4): 291 kB | 20/45 kB | 16/409 kB | 0/2.3 MB
Progress (4): 291 kB | 24/45 kB | 16/409 kB | 0/2.3 MB
Progress (4): 291 kB | 24/45 kB | 16/409 kB | 0/2.3 MB
Progress (4): 291 kB | 24/45 kB | 20/409 kB | 0/2.3 MB
Progress (4): 291 kB | 24/45 kB | 20/409 kB | 0/2.3 MB
Progress (5): 291 kB | 24/45 kB | 20/409 kB | 0/2.3 MB | 4.1/733 kB
Progress (5): 291 kB | 28/45 kB | 20/409 kB | 0/2.3 MB | 4.1/733 kB
Progress (5): 291 kB | 28/45 kB | 20/409 kB | 0/2.3 MB | 7.7/733 kB
Progress (5): 291 kB | 28/45 kB | 20/409 kB | 0/2.3 MB | 7.7/733 kB
Progress (5): 291 kB | 28/45 kB | 24/409 kB | 0/2.3 MB | 7.7/733 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 1.1 MB/s)
Progress (4): 28/45 kB | 24/409 kB | 0/2.3 MB | 7.7/733 kB
Progress (4): 28/45 kB | 24/409 kB | 0/2.3 MB | 12/733 kB 
Progress (4): 32/45 kB | 24/409 kB | 0/2.3 MB | 12/733 kB
Progress (4): 32/45 kB | 24/409 kB | 0/2.3 MB | 16/733 kB
Progress (4): 32/45 kB | 24/409 kB | 0/2.3 MB | 16/733 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar
Progress (4): 32/45 kB | 28/409 kB | 0/2.3 MB | 16/733 kB
Progress (4): 32/45 kB | 28/409 kB | 0/2.3 MB | 16/733 kB
Progress (4): 32/45 kB | 28/409 kB | 0/2.3 MB | 20/733 kB
Progress (4): 36/45 kB | 28/409 kB | 0/2.3 MB | 20/733 kB
Progress (4): 36/45 kB | 28/409 kB | 0/2.3 MB | 20/733 kB
Progress (4): 36/45 kB | 28/409 kB | 0/2.3 MB | 24/733 kB
Progress (4): 36/45 kB | 32/409 kB | 0/2.3 MB | 24/733 kB
Progress (4): 36/45 kB | 32/409 kB | 0/2.3 MB | 24/733 kB
Progress (4): 40/45 kB | 32/409 kB | 0/2.3 MB | 24/733 kB
Progress (4): 40/45 kB | 33/409 kB | 0/2.3 MB | 24/733 kB
Progress (4): 40/45 kB | 33/409 kB | 0/2.3 MB | 28/733 kB
Progress (4): 44/45 kB | 33/409 kB | 0/2.3 MB | 28/733 kB
Progress (4): 44/45 kB | 33/409 kB | 0/2.3 MB | 28/733 kB
Progress (4): 45 kB | 33/409 kB | 0/2.3 MB | 28/733 kB   
Progress (4): 45 kB | 33/409 kB | 0/2.3 MB | 32/733 kB
Progress (4): 45 kB | 37/409 kB | 0/2.3 MB | 32/733 kB
Progress (4): 45 kB | 37/409 kB | 0/2.3 MB | 32/733 kB
Progress (4): 45 kB | 41/409 kB | 0/2.3 MB | 32/733 kB
Progress (4): 45 kB | 41/409 kB | 0/2.3 MB | 36/733 kB
Progress (4): 45 kB | 41/409 kB | 0.1/2.3 MB | 36/733 kB
Progress (4): 45 kB | 45/409 kB | 0.1/2.3 MB | 36/733 kB
Progress (4): 45 kB | 45/409 kB | 0.1/2.3 MB | 40/733 kB
Progress (4): 45 kB | 49/409 kB | 0.1/2.3 MB | 40/733 kB
Progress (4): 45 kB | 49/409 kB | 0.1/2.3 MB | 40/733 kB
Progress (4): 45 kB | 49/409 kB | 0.1/2.3 MB | 44/733 kB
Progress (4): 45 kB | 53/409 kB | 0.1/2.3 MB | 44/733 kB
Progress (4): 45 kB | 53/409 kB | 0.1/2.3 MB | 48/733 kB
Progress (4): 45 kB | 53/409 kB | 0.1/2.3 MB | 48/733 kB
Progress (4): 45 kB | 57/409 kB | 0.1/2.3 MB | 48/733 kB
Progress (4): 45 kB | 57/409 kB | 0.1/2.3 MB | 48/733 kB
Progress (4): 45 kB | 57/409 kB | 0.1/2.3 MB | 52/733 kB
Progress (4): 45 kB | 61/409 kB | 0.1/2.3 MB | 52/733 kB
Progress (4): 45 kB | 61/409 kB | 0.1/2.3 MB | 52/733 kB
Progress (4): 45 kB | 61/409 kB | 0.1/2.3 MB | 56/733 kB
Progress (4): 45 kB | 61/409 kB | 0.1/2.3 MB | 56/733 kB
Progress (4): 45 kB | 61/409 kB | 0.1/2.3 MB | 60/733 kB
Progress (4): 45 kB | 65/409 kB | 0.1/2.3 MB | 60/733 kB
Progress (4): 45 kB | 65/409 kB | 0.1/2.3 MB | 64/733 kB
Progress (4): 45 kB | 65/409 kB | 0.1/2.3 MB | 64/733 kB
Progress (4): 45 kB | 65/409 kB | 0.1/2.3 MB | 68/733 kB
Progress (4): 45 kB | 69/409 kB | 0.1/2.3 MB | 68/733 kB
Progress (4): 45 kB | 69/409 kB | 0.1/2.3 MB | 72/733 kB
Progress (4): 45 kB | 69/409 kB | 0.1/2.3 MB | 72/733 kB
Progress (4): 45 kB | 73/409 kB | 0.1/2.3 MB | 72/733 kB
Progress (4): 45 kB | 73/409 kB | 0.1/2.3 MB | 76/733 kB
Progress (4): 45 kB | 73/409 kB | 0.1/2.3 MB | 76/733 kB
Progress (4): 45 kB | 73/409 kB | 0.1/2.3 MB | 80/733 kB
Progress (4): 45 kB | 77/409 kB | 0.1/2.3 MB | 80/733 kB
Progress (4): 45 kB | 77/409 kB | 0.1/2.3 MB | 80/733 kB
Progress (5): 45 kB | 77/409 kB | 0.1/2.3 MB | 80/733 kB | 4.1/327 kB
Progress (5): 45 kB | 81/409 kB | 0.1/2.3 MB | 80/733 kB | 4.1/327 kB
Progress (5): 45 kB | 81/409 kB | 0.1/2.3 MB | 84/733 kB | 4.1/327 kB
Progress (5): 45 kB | 81/409 kB | 0.1/2.3 MB | 84/733 kB | 7.7/327 kB
Progress (5): 45 kB | 81/409 kB | 0.1/2.3 MB | 84/733 kB | 12/327 kB 
Progress (5): 45 kB | 81/409 kB | 0.1/2.3 MB | 84/733 kB | 16/327 kB
Progress (5): 45 kB | 81/409 kB | 0.1/2.3 MB | 84/733 kB | 20/327 kB
Progress (5): 45 kB | 81/409 kB | 0.1/2.3 MB | 84/733 kB | 24/327 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 161 kB/s)
Progress (4): 81/409 kB | 0.1/2.3 MB | 84/733 kB | 24/327 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar
Progress (4): 81/409 kB | 0.1/2.3 MB | 84/733 kB | 28/327 kB
Progress (4): 81/409 kB | 0.1/2.3 MB | 88/733 kB | 28/327 kB
Progress (4): 85/409 kB | 0.1/2.3 MB | 88/733 kB | 28/327 kB
Progress (4): 85/409 kB | 0.1/2.3 MB | 88/733 kB | 32/327 kB
Progress (4): 85/409 kB | 0.1/2.3 MB | 88/733 kB | 32/327 kB
Progress (4): 85/409 kB | 0.1/2.3 MB | 88/733 kB | 36/327 kB
Progress (4): 89/409 kB | 0.1/2.3 MB | 88/733 kB | 36/327 kB
Progress (4): 89/409 kB | 0.1/2.3 MB | 92/733 kB | 36/327 kB
Progress (4): 89/409 kB | 0.1/2.3 MB | 92/733 kB | 36/327 kB
Progress (4): 89/409 kB | 0.1/2.3 MB | 92/733 kB | 40/327 kB
Progress (4): 89/409 kB | 0.1/2.3 MB | 92/733 kB | 40/327 kB
Progress (4): 93/409 kB | 0.1/2.3 MB | 92/733 kB | 40/327 kB
Progress (4): 93/409 kB | 0.1/2.3 MB | 96/733 kB | 40/327 kB
Progress (4): 93/409 kB | 0.1/2.3 MB | 96/733 kB | 40/327 kB
Progress (4): 93/409 kB | 0.1/2.3 MB | 100/733 kB | 40/327 kB
Progress (4): 97/409 kB | 0.1/2.3 MB | 100/733 kB | 40/327 kB
Progress (4): 97/409 kB | 0.1/2.3 MB | 100/733 kB | 44/327 kB
Progress (4): 97/409 kB | 0.1/2.3 MB | 104/733 kB | 44/327 kB
Progress (4): 97/409 kB | 0.1/2.3 MB | 104/733 kB | 44/327 kB
Progress (4): 97/409 kB | 0.1/2.3 MB | 108/733 kB | 44/327 kB
Progress (4): 97/409 kB | 0.1/2.3 MB | 108/733 kB | 48/327 kB
Progress (4): 101/409 kB | 0.1/2.3 MB | 108/733 kB | 48/327 kB
Progress (4): 101/409 kB | 0.1/2.3 MB | 108/733 kB | 48/327 kB
Progress (4): 101/409 kB | 0.1/2.3 MB | 112/733 kB | 48/327 kB
Progress (4): 101/409 kB | 0.1/2.3 MB | 112/733 kB | 48/327 kB
Progress (4): 105/409 kB | 0.1/2.3 MB | 112/733 kB | 48/327 kB
Progress (4): 105/409 kB | 0.1/2.3 MB | 112/733 kB | 52/327 kB
Progress (4): 105/409 kB | 0.1/2.3 MB | 112/733 kB | 52/327 kB
Progress (4): 105/409 kB | 0.1/2.3 MB | 116/733 kB | 52/327 kB
Progress (4): 105/409 kB | 0.1/2.3 MB | 116/733 kB | 52/327 kB
Progress (4): 105/409 kB | 0.1/2.3 MB | 116/733 kB | 56/327 kB
Progress (4): 109/409 kB | 0.1/2.3 MB | 116/733 kB | 56/327 kB
Progress (4): 109/409 kB | 0.1/2.3 MB | 116/733 kB | 56/327 kB
Progress (4): 109/409 kB | 0.1/2.3 MB | 120/733 kB | 56/327 kB
Progress (4): 109/409 kB | 0.1/2.3 MB | 120/733 kB | 56/327 kB
Progress (4): 109/409 kB | 0.1/2.3 MB | 124/733 kB | 56/327 kB
Progress (4): 113/409 kB | 0.1/2.3 MB | 124/733 kB | 56/327 kB
Progress (4): 113/409 kB | 0.1/2.3 MB | 124/733 kB | 60/327 kB
Progress (4): 113/409 kB | 0.1/2.3 MB | 128/733 kB | 60/327 kB
Progress (4): 113/409 kB | 0.1/2.3 MB | 128/733 kB | 60/327 kB
Progress (4): 113/409 kB | 0.1/2.3 MB | 128/733 kB | 64/327 kB
Progress (4): 117/409 kB | 0.1/2.3 MB | 128/733 kB | 64/327 kB
Progress (4): 117/409 kB | 0.1/2.3 MB | 128/733 kB | 68/327 kB
Progress (4): 117/409 kB | 0.1/2.3 MB | 128/733 kB | 68/327 kB
Progress (4): 117/409 kB | 0.1/2.3 MB | 132/733 kB | 68/327 kB
Progress (4): 117/409 kB | 0.1/2.3 MB | 132/733 kB | 72/327 kB
Progress (4): 121/409 kB | 0.1/2.3 MB | 132/733 kB | 72/327 kB
Progress (4): 121/409 kB | 0.1/2.3 MB | 132/733 kB | 72/327 kB
Progress (4): 121/409 kB | 0.1/2.3 MB | 136/733 kB | 72/327 kB
Progress (4): 121/409 kB | 0.2/2.3 MB | 136/733 kB | 72/327 kB
Progress (4): 121/409 kB | 0.2/2.3 MB | 140/733 kB | 72/327 kB
Progress (4): 125/409 kB | 0.2/2.3 MB | 140/733 kB | 72/327 kB
Progress (4): 125/409 kB | 0.2/2.3 MB | 140/733 kB | 76/327 kB
Progress (4): 129/409 kB | 0.2/2.3 MB | 140/733 kB | 76/327 kB
Progress (4): 129/409 kB | 0.2/2.3 MB | 140/733 kB | 76/327 kB
Progress (4): 129/409 kB | 0.2/2.3 MB | 144/733 kB | 76/327 kB
Progress (4): 129/409 kB | 0.2/2.3 MB | 144/733 kB | 76/327 kB
Progress (4): 129/409 kB | 0.2/2.3 MB | 148/733 kB | 76/327 kB
Progress (4): 133/409 kB | 0.2/2.3 MB | 148/733 kB | 76/327 kB
Progress (4): 133/409 kB | 0.2/2.3 MB | 148/733 kB | 80/327 kB
Progress (4): 137/409 kB | 0.2/2.3 MB | 148/733 kB | 80/327 kB
Progress (5): 137/409 kB | 0.2/2.3 MB | 148/733 kB | 80/327 kB | 4.1/41 kB
Progress (5): 137/409 kB | 0.2/2.3 MB | 148/733 kB | 80/327 kB | 4.1/41 kB
Progress (5): 137/409 kB | 0.2/2.3 MB | 152/733 kB | 80/327 kB | 4.1/41 kB
Progress (5): 137/409 kB | 0.2/2.3 MB | 152/733 kB | 80/327 kB | 4.1/41 kB
Progress (5): 137/409 kB | 0.2/2.3 MB | 152/733 kB | 80/327 kB | 7.7/41 kB
Progress (5): 141/409 kB | 0.2/2.3 MB | 152/733 kB | 80/327 kB | 7.7/41 kB
Progress (5): 141/409 kB | 0.2/2.3 MB | 152/733 kB | 84/327 kB | 7.7/41 kB
Progress (5): 145/409 kB | 0.2/2.3 MB | 152/733 kB | 84/327 kB | 7.7/41 kB
Progress (5): 145/409 kB | 0.2/2.3 MB | 152/733 kB | 84/327 kB | 12/41 kB 
Progress (5): 145/409 kB | 0.2/2.3 MB | 152/733 kB | 84/327 kB | 12/41 kB
Progress (5): 145/409 kB | 0.2/2.3 MB | 156/733 kB | 84/327 kB | 12/41 kB
Progress (5): 145/409 kB | 0.2/2.3 MB | 156/733 kB | 84/327 kB | 12/41 kB
Progress (5): 145/409 kB | 0.2/2.3 MB | 156/733 kB | 84/327 kB | 16/41 kB
Progress (5): 149/409 kB | 0.2/2.3 MB | 156/733 kB | 84/327 kB | 16/41 kB
Progress (5): 149/409 kB | 0.2/2.3 MB | 156/733 kB | 88/327 kB | 16/41 kB
Progress (5): 153/409 kB | 0.2/2.3 MB | 156/733 kB | 88/327 kB | 16/41 kB
Progress (5): 153/409 kB | 0.2/2.3 MB | 156/733 kB | 88/327 kB | 20/41 kB
Progress (5): 153/409 kB | 0.2/2.3 MB | 156/733 kB | 88/327 kB | 20/41 kB
Progress (5): 153/409 kB | 0.2/2.3 MB | 160/733 kB | 88/327 kB | 20/41 kB
Progress (5): 153/409 kB | 0.2/2.3 MB | 160/733 kB | 88/327 kB | 20/41 kB
Progress (5): 153/409 kB | 0.2/2.3 MB | 160/733 kB | 88/327 kB | 24/41 kB
Progress (5): 157/409 kB | 0.2/2.3 MB | 160/733 kB | 88/327 kB | 24/41 kB
Progress (5): 157/409 kB | 0.2/2.3 MB | 160/733 kB | 92/327 kB | 24/41 kB
Progress (5): 161/409 kB | 0.2/2.3 MB | 160/733 kB | 92/327 kB | 24/41 kB
Progress (5): 161/409 kB | 0.2/2.3 MB | 160/733 kB | 92/327 kB | 28/41 kB
Progress (5): 161/409 kB | 0.2/2.3 MB | 160/733 kB | 92/327 kB | 28/41 kB
Progress (5): 161/409 kB | 0.2/2.3 MB | 164/733 kB | 92/327 kB | 28/41 kB
Progress (5): 161/409 kB | 0.2/2.3 MB | 164/733 kB | 92/327 kB | 28/41 kB
Progress (5): 161/409 kB | 0.2/2.3 MB | 164/733 kB | 92/327 kB | 32/41 kB
Progress (5): 165/409 kB | 0.2/2.3 MB | 164/733 kB | 92/327 kB | 32/41 kB
Progress (5): 165/409 kB | 0.2/2.3 MB | 164/733 kB | 96/327 kB | 32/41 kB
Progress (5): 169/409 kB | 0.2/2.3 MB | 164/733 kB | 96/327 kB | 32/41 kB
Progress (5): 169/409 kB | 0.2/2.3 MB | 164/733 kB | 96/327 kB | 36/41 kB
Progress (5): 169/409 kB | 0.2/2.3 MB | 164/733 kB | 96/327 kB | 36/41 kB
Progress (5): 169/409 kB | 0.2/2.3 MB | 168/733 kB | 96/327 kB | 36/41 kB
Progress (5): 169/409 kB | 0.2/2.3 MB | 168/733 kB | 96/327 kB | 36/41 kB
Progress (5): 169/409 kB | 0.2/2.3 MB | 172/733 kB | 96/327 kB | 36/41 kB
Progress (5): 169/409 kB | 0.2/2.3 MB | 172/733 kB | 96/327 kB | 36/41 kB
Progress (5): 169/409 kB | 0.2/2.3 MB | 172/733 kB | 96/327 kB | 40/41 kB
Progress (5): 173/409 kB | 0.2/2.3 MB | 172/733 kB | 96/327 kB | 40/41 kB
Progress (5): 173/409 kB | 0.2/2.3 MB | 172/733 kB | 100/327 kB | 40/41 kB
Progress (5): 177/409 kB | 0.2/2.3 MB | 172/733 kB | 100/327 kB | 40/41 kB
Progress (5): 177/409 kB | 0.2/2.3 MB | 172/733 kB | 100/327 kB | 41 kB   
Progress (5): 181/409 kB | 0.2/2.3 MB | 172/733 kB | 100/327 kB | 41 kB
Progress (5): 181/409 kB | 0.2/2.3 MB | 172/733 kB | 100/327 kB | 41 kB
Progress (5): 181/409 kB | 0.2/2.3 MB | 176/733 kB | 100/327 kB | 41 kB
Progress (5): 181/409 kB | 0.2/2.3 MB | 176/733 kB | 100/327 kB | 41 kB
Progress (5): 185/409 kB | 0.2/2.3 MB | 176/733 kB | 100/327 kB | 41 kB
Progress (5): 185/409 kB | 0.2/2.3 MB | 176/733 kB | 104/327 kB | 41 kB
Progress (5): 189/409 kB | 0.2/2.3 MB | 176/733 kB | 104/327 kB | 41 kB
Progress (5): 189/409 kB | 0.2/2.3 MB | 176/733 kB | 108/327 kB | 41 kB
Progress (5): 189/409 kB | 0.2/2.3 MB | 176/733 kB | 108/327 kB | 41 kB
Progress (5): 189/409 kB | 0.2/2.3 MB | 180/733 kB | 108/327 kB | 41 kB
Progress (5): 189/409 kB | 0.2/2.3 MB | 180/733 kB | 112/327 kB | 41 kB
Progress (5): 193/409 kB | 0.2/2.3 MB | 180/733 kB | 112/327 kB | 41 kB
Progress (5): 193/409 kB | 0.2/2.3 MB | 180/733 kB | 112/327 kB | 41 kB
Progress (5): 193/409 kB | 0.2/2.3 MB | 184/733 kB | 112/327 kB | 41 kB
Progress (5): 193/409 kB | 0.2/2.3 MB | 184/733 kB | 112/327 kB | 41 kB
Progress (5): 197/409 kB | 0.2/2.3 MB | 184/733 kB | 112/327 kB | 41 kB
Progress (5): 197/409 kB | 0.2/2.3 MB | 184/733 kB | 116/327 kB | 41 kB
Progress (5): 197/409 kB | 0.2/2.3 MB | 184/733 kB | 116/327 kB | 41 kB
Progress (5): 201/409 kB | 0.2/2.3 MB | 184/733 kB | 116/327 kB | 41 kB
Progress (5): 201/409 kB | 0.2/2.3 MB | 188/733 kB | 116/327 kB | 41 kB
Progress (5): 205/409 kB | 0.2/2.3 MB | 188/733 kB | 116/327 kB | 41 kB
Progress (5): 205/409 kB | 0.2/2.3 MB | 188/733 kB | 116/327 kB | 41 kB
Progress (5): 205/409 kB | 0.2/2.3 MB | 188/733 kB | 120/327 kB | 41 kB
Progress (5): 209/409 kB | 0.2/2.3 MB | 188/733 kB | 120/327 kB | 41 kB
Progress (5): 209/409 kB | 0.2/2.3 MB | 188/733 kB | 124/327 kB | 41 kB
Progress (5): 209/409 kB | 0.2/2.3 MB | 192/733 kB | 124/327 kB | 41 kB
Progress (5): 209/409 kB | 0.2/2.3 MB | 192/733 kB | 128/327 kB | 41 kB
Progress (5): 213/409 kB | 0.2/2.3 MB | 192/733 kB | 128/327 kB | 41 kB
Progress (5): 213/409 kB | 0.2/2.3 MB | 192/733 kB | 132/327 kB | 41 kB
Progress (5): 213/409 kB | 0.2/2.3 MB | 192/733 kB | 132/327 kB | 41 kB
Progress (5): 213/409 kB | 0.2/2.3 MB | 192/733 kB | 136/327 kB | 41 kB
Progress (5): 217/409 kB | 0.2/2.3 MB | 192/733 kB | 136/327 kB | 41 kB
Progress (5): 217/409 kB | 0.2/2.3 MB | 192/733 kB | 140/327 kB | 41 kB
Progress (5): 217/409 kB | 0.2/2.3 MB | 196/733 kB | 140/327 kB | 41 kB
Progress (5): 217/409 kB | 0.2/2.3 MB | 196/733 kB | 144/327 kB | 41 kB
Progress (5): 221/409 kB | 0.2/2.3 MB | 196/733 kB | 144/327 kB | 41 kB
Progress (5): 221/409 kB | 0.2/2.3 MB | 196/733 kB | 144/327 kB | 41 kB
Progress (5): 225/409 kB | 0.2/2.3 MB | 196/733 kB | 144/327 kB | 41 kB
Progress (5): 225/409 kB | 0.2/2.3 MB | 196/733 kB | 148/327 kB | 41 kB
Progress (5): 225/409 kB | 0.2/2.3 MB | 200/733 kB | 148/327 kB | 41 kB
Progress (5): 225/409 kB | 0.2/2.3 MB | 200/733 kB | 152/327 kB | 41 kB
Progress (5): 229/409 kB | 0.2/2.3 MB | 200/733 kB | 152/327 kB | 41 kB
Progress (5): 229/409 kB | 0.2/2.3 MB | 200/733 kB | 152/327 kB | 41 kB
Progress (5): 233/409 kB | 0.2/2.3 MB | 200/733 kB | 152/327 kB | 41 kB
Progress (5): 233/409 kB | 0.2/2.3 MB | 200/733 kB | 156/327 kB | 41 kB
Progress (5): 233/409 kB | 0.2/2.3 MB | 204/733 kB | 156/327 kB | 41 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar (41 kB at 112 kB/s)
Progress (4): 233/409 kB | 0.2/2.3 MB | 208/733 kB | 156/327 kB
Progress (4): 233/409 kB | 0.2/2.3 MB | 208/733 kB | 160/327 kB
Progress (4): 237/409 kB | 0.2/2.3 MB | 208/733 kB | 160/327 kB
Progress (4): 237/409 kB | 0.2/2.3 MB | 208/733 kB | 164/327 kB
Progress (4): 237/409 kB | 0.2/2.3 MB | 208/733 kB | 164/327 kB
Progress (4): 237/409 kB | 0.2/2.3 MB | 208/733 kB | 168/327 kB
Progress (4): 241/409 kB | 0.2/2.3 MB | 208/733 kB | 168/327 kB
Progress (4): 241/409 kB | 0.2/2.3 MB | 212/733 kB | 168/327 kB
Progress (4): 245/409 kB | 0.2/2.3 MB | 212/733 kB | 168/327 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar
Progress (4): 249/409 kB | 0.2/2.3 MB | 212/733 kB | 168/327 kB
Progress (4): 249/409 kB | 0.2/2.3 MB | 216/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 216/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 220/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 224/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 228/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 229/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 233/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 237/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 241/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 245/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 249/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 253/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 257/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 261/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 265/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 269/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 273/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 277/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 281/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 285/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 289/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 293/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 168/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 172/327 kB
Progress (4): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 176/327 kB
Progress (5): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 176/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 176/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 176/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 176/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 176/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 176/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.2/2.3 MB | 297/733 kB | 176/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.3/2.3 MB | 297/733 kB | 176/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.3/2.3 MB | 297/733 kB | 176/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.3/2.3 MB | 297/733 kB | 180/327 kB | 0/1.9 MB
Progress (5): 253/409 kB | 0.3/2.3 MB | 301/733 kB | 180/327 kB | 0/1.9 MB
Progress (5): 257/409 kB | 0.3/2.3 MB | 301/733 kB | 180/327 kB | 0/1.9 MB
Progress (5): 257/409 kB | 0.3/2.3 MB | 305/733 kB | 180/327 kB | 0/1.9 MB
Progress (5): 257/409 kB | 0.3/2.3 MB | 305/733 kB | 184/327 kB | 0/1.9 MB
Progress (5): 257/409 kB | 0.3/2.3 MB | 305/733 kB | 184/327 kB | 0/1.9 MB
Progress (5): 257/409 kB | 0.3/2.3 MB | 305/733 kB | 184/327 kB | 0/1.9 MB
Progress (5): 257/409 kB | 0.3/2.3 MB | 305/733 kB | 184/327 kB | 0/1.9 MB
Progress (5): 257/409 kB | 0.3/2.3 MB | 305/733 kB | 188/327 kB | 0/1.9 MB
Progress (5): 257/409 kB | 0.3/2.3 MB | 309/733 kB | 188/327 kB | 0/1.9 MB
Progress (5): 261/409 kB | 0.3/2.3 MB | 309/733 kB | 188/327 kB | 0/1.9 MB
Progress (5): 261/409 kB | 0.3/2.3 MB | 309/733 kB | 192/327 kB | 0/1.9 MB
Progress (5): 261/409 kB | 0.3/2.3 MB | 309/733 kB | 192/327 kB | 0/1.9 MB
Progress (5): 261/409 kB | 0.3/2.3 MB | 309/733 kB | 192/327 kB | 0/1.9 MB
Progress (5): 261/409 kB | 0.3/2.3 MB | 309/733 kB | 192/327 kB | 0/1.9 MB
Progress (5): 261/409 kB | 0.3/2.3 MB | 309/733 kB | 196/327 kB | 0/1.9 MB
Progress (5): 265/409 kB | 0.3/2.3 MB | 309/733 kB | 196/327 kB | 0/1.9 MB
Progress (5): 265/409 kB | 0.3/2.3 MB | 313/733 kB | 196/327 kB | 0/1.9 MB
Progress (5): 269/409 kB | 0.3/2.3 MB | 313/733 kB | 196/327 kB | 0/1.9 MB
Progress (5): 269/409 kB | 0.3/2.3 MB | 313/733 kB | 196/327 kB | 0/1.9 MB
Progress (5): 269/409 kB | 0.3/2.3 MB | 313/733 kB | 200/327 kB | 0/1.9 MB
Progress (5): 269/409 kB | 0.3/2.3 MB | 313/733 kB | 200/327 kB | 0/1.9 MB
Progress (5): 269/409 kB | 0.3/2.3 MB | 313/733 kB | 204/327 kB | 0/1.9 MB
Progress (5): 269/409 kB | 0.3/2.3 MB | 313/733 kB | 204/327 kB | 0/1.9 MB
Progress (5): 273/409 kB | 0.3/2.3 MB | 313/733 kB | 204/327 kB | 0/1.9 MB
Progress (5): 273/409 kB | 0.3/2.3 MB | 317/733 kB | 204/327 kB | 0/1.9 MB
Progress (5): 273/409 kB | 0.3/2.3 MB | 317/733 kB | 204/327 kB | 0/1.9 MB
Progress (5): 273/409 kB | 0.3/2.3 MB | 317/733 kB | 208/327 kB | 0/1.9 MB
Progress (5): 273/409 kB | 0.3/2.3 MB | 317/733 kB | 208/327 kB | 0/1.9 MB
Progress (5): 273/409 kB | 0.3/2.3 MB | 317/733 kB | 212/327 kB | 0/1.9 MB
Progress (5): 273/409 kB | 0.3/2.3 MB | 317/733 kB | 212/327 kB | 0/1.9 MB
Progress (5): 273/409 kB | 0.3/2.3 MB | 321/733 kB | 212/327 kB | 0/1.9 MB
Progress (5): 277/409 kB | 0.3/2.3 MB | 321/733 kB | 212/327 kB | 0/1.9 MB
Progress (5): 277/409 kB | 0.3/2.3 MB | 321/733 kB | 212/327 kB | 0/1.9 MB
Progress (5): 277/409 kB | 0.3/2.3 MB | 325/733 kB | 212/327 kB | 0/1.9 MB
Progress (5): 277/409 kB | 0.3/2.3 MB | 325/733 kB | 216/327 kB | 0/1.9 MB
Progress (5): 277/409 kB | 0.3/2.3 MB | 325/733 kB | 216/327 kB | 0.1/1.9 MB
Progress (5): 277/409 kB | 0.3/2.3 MB | 325/733 kB | 220/327 kB | 0.1/1.9 MB
Progress (5): 277/409 kB | 0.3/2.3 MB | 329/733 kB | 220/327 kB | 0.1/1.9 MB
Progress (5): 277/409 kB | 0.3/2.3 MB | 329/733 kB | 220/327 kB | 0.1/1.9 MB
Progress (5): 281/409 kB | 0.3/2.3 MB | 329/733 kB | 220/327 kB | 0.1/1.9 MB
Progress (5): 281/409 kB | 0.3/2.3 MB | 333/733 kB | 220/327 kB | 0.1/1.9 MB
Progress (5): 281/409 kB | 0.3/2.3 MB | 333/733 kB | 224/327 kB | 0.1/1.9 MB
Progress (5): 281/409 kB | 0.3/2.3 MB | 333/733 kB | 224/327 kB | 0.1/1.9 MB
Progress (5): 281/409 kB | 0.3/2.3 MB | 333/733 kB | 228/327 kB | 0.1/1.9 MB
Progress (5): 281/409 kB | 0.3/2.3 MB | 337/733 kB | 228/327 kB | 0.1/1.9 MB
Progress (5): 285/409 kB | 0.3/2.3 MB | 337/733 kB | 228/327 kB | 0.1/1.9 MB
Progress (5): 285/409 kB | 0.3/2.3 MB | 337/733 kB | 228/327 kB | 0.1/1.9 MB
Progress (5): 289/409 kB | 0.3/2.3 MB | 337/733 kB | 228/327 kB | 0.1/1.9 MB
Progress (5): 289/409 kB | 0.3/2.3 MB | 341/733 kB | 228/327 kB | 0.1/1.9 MB
Progress (5): 289/409 kB | 0.3/2.3 MB | 341/733 kB | 232/327 kB | 0.1/1.9 MB
Progress (5): 289/409 kB | 0.3/2.3 MB | 341/733 kB | 232/327 kB | 0.1/1.9 MB
Progress (5): 289/409 kB | 0.3/2.3 MB | 341/733 kB | 236/327 kB | 0.1/1.9 MB
Progress (5): 289/409 kB | 0.3/2.3 MB | 345/733 kB | 236/327 kB | 0.1/1.9 MB
Progress (5): 293/409 kB | 0.3/2.3 MB | 345/733 kB | 236/327 kB | 0.1/1.9 MB
Progress (5): 293/409 kB | 0.3/2.3 MB | 345/733 kB | 236/327 kB | 0.1/1.9 MB
Progress (5): 297/409 kB | 0.3/2.3 MB | 345/733 kB | 236/327 kB | 0.1/1.9 MB
Progress (5): 297/409 kB | 0.3/2.3 MB | 349/733 kB | 236/327 kB | 0.1/1.9 MB
Progress (5): 297/409 kB | 0.3/2.3 MB | 349/733 kB | 240/327 kB | 0.1/1.9 MB
Progress (5): 297/409 kB | 0.3/2.3 MB | 349/733 kB | 240/327 kB | 0.1/1.9 MB
Progress (5): 297/409 kB | 0.3/2.3 MB | 349/733 kB | 244/327 kB | 0.1/1.9 MB
Progress (5): 297/409 kB | 0.3/2.3 MB | 349/733 kB | 244/327 kB | 0.1/1.9 MB
Progress (5): 297/409 kB | 0.3/2.3 MB | 353/733 kB | 244/327 kB | 0.1/1.9 MB
Progress (5): 297/409 kB | 0.3/2.3 MB | 353/733 kB | 244/327 kB | 0.1/1.9 MB
Progress (5): 301/409 kB | 0.3/2.3 MB | 353/733 kB | 244/327 kB | 0.1/1.9 MB
Progress (5): 301/409 kB | 0.3/2.3 MB | 353/733 kB | 244/327 kB | 0.1/1.9 MB
Progress (5): 305/409 kB | 0.3/2.3 MB | 353/733 kB | 244/327 kB | 0.1/1.9 MB
Progress (5): 305/409 kB | 0.3/2.3 MB | 353/733 kB | 244/327 kB | 0.1/1.9 MB
Progress (5): 305/409 kB | 0.3/2.3 MB | 357/733 kB | 244/327 kB | 0.1/1.9 MB
Progress (5): 305/409 kB | 0.3/2.3 MB | 357/733 kB | 248/327 kB | 0.1/1.9 MB
Progress (5): 305/409 kB | 0.3/2.3 MB | 357/733 kB | 248/327 kB | 0.1/1.9 MB
Progress (5): 309/409 kB | 0.3/2.3 MB | 357/733 kB | 248/327 kB | 0.1/1.9 MB
Progress (5): 309/409 kB | 0.3/2.3 MB | 357/733 kB | 248/327 kB | 0.1/1.9 MB
Progress (5): 313/409 kB | 0.3/2.3 MB | 357/733 kB | 248/327 kB | 0.1/1.9 MB
Progress (5): 313/409 kB | 0.3/2.3 MB | 357/733 kB | 248/327 kB | 0.1/1.9 MB
Progress (5): 313/409 kB | 0.3/2.3 MB | 357/733 kB | 252/327 kB | 0.1/1.9 MB
Progress (5): 313/409 kB | 0.3/2.3 MB | 361/733 kB | 252/327 kB | 0.1/1.9 MB
Progress (5): 313/409 kB | 0.3/2.3 MB | 361/733 kB | 256/327 kB | 0.1/1.9 MB
Progress (5): 313/409 kB | 0.3/2.3 MB | 361/733 kB | 256/327 kB | 0.1/1.9 MB
Progress (5): 317/409 kB | 0.3/2.3 MB | 361/733 kB | 256/327 kB | 0.1/1.9 MB
Progress (5): 317/409 kB | 0.3/2.3 MB | 361/733 kB | 256/327 kB | 0.1/1.9 MB
Progress (5): 321/409 kB | 0.3/2.3 MB | 361/733 kB | 256/327 kB | 0.1/1.9 MB
Progress (5): 321/409 kB | 0.3/2.3 MB | 361/733 kB | 256/327 kB | 0.1/1.9 MB
Progress (5): 321/409 kB | 0.3/2.3 MB | 361/733 kB | 260/327 kB | 0.1/1.9 MB
Progress (5): 321/409 kB | 0.3/2.3 MB | 365/733 kB | 260/327 kB | 0.1/1.9 MB
Progress (5): 321/409 kB | 0.3/2.3 MB | 365/733 kB | 264/327 kB | 0.1/1.9 MB
Progress (5): 321/409 kB | 0.3/2.3 MB | 369/733 kB | 264/327 kB | 0.1/1.9 MB
Progress (5): 321/409 kB | 0.3/2.3 MB | 369/733 kB | 264/327 kB | 0.1/1.9 MB
Progress (5): 325/409 kB | 0.3/2.3 MB | 369/733 kB | 264/327 kB | 0.1/1.9 MB
Progress (5): 325/409 kB | 0.3/2.3 MB | 369/733 kB | 264/327 kB | 0.1/1.9 MB
Progress (5): 329/409 kB | 0.3/2.3 MB | 369/733 kB | 264/327 kB | 0.1/1.9 MB
Progress (5): 329/409 kB | 0.3/2.3 MB | 369/733 kB | 264/327 kB | 0.1/1.9 MB
Progress (5): 329/409 kB | 0.3/2.3 MB | 373/733 kB | 264/327 kB | 0.1/1.9 MB
Progress (5): 329/409 kB | 0.3/2.3 MB | 373/733 kB | 268/327 kB | 0.1/1.9 MB
Progress (5): 329/409 kB | 0.3/2.3 MB | 377/733 kB | 268/327 kB | 0.1/1.9 MB
Progress (5): 329/409 kB | 0.3/2.3 MB | 377/733 kB | 268/327 kB | 0.1/1.9 MB
Progress (5): 333/409 kB | 0.3/2.3 MB | 377/733 kB | 268/327 kB | 0.1/1.9 MB
Progress (5): 333/409 kB | 0.3/2.3 MB | 377/733 kB | 268/327 kB | 0.1/1.9 MB
Progress (5): 337/409 kB | 0.3/2.3 MB | 377/733 kB | 268/327 kB | 0.1/1.9 MB
Progress (5): 337/409 kB | 0.3/2.3 MB | 377/733 kB | 268/327 kB | 0.1/1.9 MB
Progress (5): 337/409 kB | 0.3/2.3 MB | 381/733 kB | 268/327 kB | 0.1/1.9 MB
Progress (5): 337/409 kB | 0.3/2.3 MB | 381/733 kB | 272/327 kB | 0.1/1.9 MB
Progress (5): 337/409 kB | 0.3/2.3 MB | 385/733 kB | 272/327 kB | 0.1/1.9 MB
Progress (5): 337/409 kB | 0.3/2.3 MB | 385/733 kB | 272/327 kB | 0.1/1.9 MB
Progress (5): 341/409 kB | 0.3/2.3 MB | 385/733 kB | 272/327 kB | 0.1/1.9 MB
Progress (5): 341/409 kB | 0.3/2.3 MB | 385/733 kB | 272/327 kB | 0.1/1.9 MB
Progress (5): 345/409 kB | 0.3/2.3 MB | 385/733 kB | 272/327 kB | 0.1/1.9 MB
Progress (5): 345/409 kB | 0.3/2.3 MB | 385/733 kB | 272/327 kB | 0.1/1.9 MB
Progress (5): 345/409 kB | 0.3/2.3 MB | 389/733 kB | 272/327 kB | 0.1/1.9 MB
Progress (5): 345/409 kB | 0.3/2.3 MB | 389/733 kB | 276/327 kB | 0.1/1.9 MB
Progress (5): 345/409 kB | 0.3/2.3 MB | 389/733 kB | 276/327 kB | 0.1/1.9 MB
Progress (5): 349/409 kB | 0.3/2.3 MB | 389/733 kB | 276/327 kB | 0.1/1.9 MB
Progress (5): 349/409 kB | 0.3/2.3 MB | 389/733 kB | 276/327 kB | 0.1/1.9 MB
Progress (5): 353/409 kB | 0.3/2.3 MB | 389/733 kB | 276/327 kB | 0.1/1.9 MB
Progress (5): 353/409 kB | 0.3/2.3 MB | 389/733 kB | 276/327 kB | 0.1/1.9 MB
Progress (5): 353/409 kB | 0.3/2.3 MB | 389/733 kB | 280/327 kB | 0.1/1.9 MB
Progress (5): 353/409 kB | 0.3/2.3 MB | 393/733 kB | 280/327 kB | 0.1/1.9 MB
Progress (5): 353/409 kB | 0.3/2.3 MB | 393/733 kB | 284/327 kB | 0.1/1.9 MB
Progress (5): 353/409 kB | 0.3/2.3 MB | 393/733 kB | 284/327 kB | 0.1/1.9 MB
Progress (5): 357/409 kB | 0.3/2.3 MB | 393/733 kB | 284/327 kB | 0.1/1.9 MB
Progress (5): 357/409 kB | 0.3/2.3 MB | 393/733 kB | 284/327 kB | 0.1/1.9 MB
Progress (5): 361/409 kB | 0.3/2.3 MB | 393/733 kB | 284/327 kB | 0.1/1.9 MB
Progress (5): 361/409 kB | 0.3/2.3 MB | 393/733 kB | 284/327 kB | 0.1/1.9 MB
Progress (5): 365/409 kB | 0.3/2.3 MB | 393/733 kB | 284/327 kB | 0.1/1.9 MB
Progress (5): 365/409 kB | 0.3/2.3 MB | 393/733 kB | 288/327 kB | 0.1/1.9 MB
Progress (5): 365/409 kB | 0.3/2.3 MB | 397/733 kB | 288/327 kB | 0.1/1.9 MB
Progress (5): 365/409 kB | 0.3/2.3 MB | 397/733 kB | 292/327 kB | 0.1/1.9 MB
Progress (5): 369/409 kB | 0.3/2.3 MB | 397/733 kB | 292/327 kB | 0.1/1.9 MB
Progress (5): 369/409 kB | 0.3/2.3 MB | 397/733 kB | 292/327 kB | 0.1/1.9 MB
Progress (5): 369/409 kB | 0.3/2.3 MB | 397/733 kB | 292/327 kB | 0.1/1.9 MB
Progress (5): 369/409 kB | 0.3/2.3 MB | 397/733 kB | 292/327 kB | 0.1/1.9 MB
Progress (5): 373/409 kB | 0.3/2.3 MB | 397/733 kB | 292/327 kB | 0.1/1.9 MB
Progress (5): 373/409 kB | 0.3/2.3 MB | 397/733 kB | 296/327 kB | 0.1/1.9 MB
Progress (5): 373/409 kB | 0.3/2.3 MB | 401/733 kB | 296/327 kB | 0.1/1.9 MB
Progress (5): 373/409 kB | 0.3/2.3 MB | 401/733 kB | 300/327 kB | 0.1/1.9 MB
Progress (5): 377/409 kB | 0.3/2.3 MB | 401/733 kB | 300/327 kB | 0.1/1.9 MB
Progress (5): 377/409 kB | 0.3/2.3 MB | 401/733 kB | 300/327 kB | 0.1/1.9 MB
Progress (5): 377/409 kB | 0.3/2.3 MB | 401/733 kB | 300/327 kB | 0.1/1.9 MB
Progress (5): 377/409 kB | 0.3/2.3 MB | 401/733 kB | 300/327 kB | 0.1/1.9 MB
Progress (5): 381/409 kB | 0.3/2.3 MB | 401/733 kB | 300/327 kB | 0.1/1.9 MB
Progress (5): 381/409 kB | 0.3/2.3 MB | 401/733 kB | 304/327 kB | 0.1/1.9 MB
Progress (5): 381/409 kB | 0.3/2.3 MB | 405/733 kB | 304/327 kB | 0.1/1.9 MB
Progress (5): 381/409 kB | 0.3/2.3 MB | 405/733 kB | 308/327 kB | 0.1/1.9 MB
Progress (5): 385/409 kB | 0.3/2.3 MB | 405/733 kB | 308/327 kB | 0.1/1.9 MB
Progress (5): 385/409 kB | 0.3/2.3 MB | 405/733 kB | 308/327 kB | 0.1/1.9 MB
Progress (5): 385/409 kB | 0.3/2.3 MB | 405/733 kB | 308/327 kB | 0.1/1.9 MB
Progress (5): 385/409 kB | 0.3/2.3 MB | 405/733 kB | 308/327 kB | 0.1/1.9 MB
Progress (5): 389/409 kB | 0.3/2.3 MB | 405/733 kB | 308/327 kB | 0.1/1.9 MB
Progress (5): 389/409 kB | 0.3/2.3 MB | 405/733 kB | 312/327 kB | 0.1/1.9 MB
Progress (5): 389/409 kB | 0.3/2.3 MB | 409/733 kB | 312/327 kB | 0.1/1.9 MB
Progress (5): 389/409 kB | 0.3/2.3 MB | 409/733 kB | 316/327 kB | 0.1/1.9 MB
Progress (5): 393/409 kB | 0.3/2.3 MB | 409/733 kB | 316/327 kB | 0.1/1.9 MB
Progress (5): 393/409 kB | 0.3/2.3 MB | 409/733 kB | 316/327 kB | 0.2/1.9 MB
Progress (5): 393/409 kB | 0.3/2.3 MB | 409/733 kB | 316/327 kB | 0.2/1.9 MB
Progress (5): 393/409 kB | 0.3/2.3 MB | 409/733 kB | 316/327 kB | 0.2/1.9 MB
Progress (5): 397/409 kB | 0.3/2.3 MB | 409/733 kB | 316/327 kB | 0.2/1.9 MB
Progress (5): 397/409 kB | 0.3/2.3 MB | 409/733 kB | 320/327 kB | 0.2/1.9 MB
Progress (5): 397/409 kB | 0.3/2.3 MB | 413/733 kB | 320/327 kB | 0.2/1.9 MB
Progress (5): 401/409 kB | 0.3/2.3 MB | 413/733 kB | 320/327 kB | 0.2/1.9 MB
Progress (5): 401/409 kB | 0.3/2.3 MB | 413/733 kB | 320/327 kB | 0.2/1.9 MB
Progress (5): 401/409 kB | 0.3/2.3 MB | 413/733 kB | 320/327 kB | 0.2/1.9 MB
Progress (5): 401/409 kB | 0.3/2.3 MB | 413/733 kB | 320/327 kB | 0.2/1.9 MB
Progress (5): 405/409 kB | 0.3/2.3 MB | 413/733 kB | 320/327 kB | 0.2/1.9 MB
Progress (5): 405/409 kB | 0.3/2.3 MB | 417/733 kB | 320/327 kB | 0.2/1.9 MB
Progress (5): 405/409 kB | 0.3/2.3 MB | 417/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 405/409 kB | 0.3/2.3 MB | 421/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.3/2.3 MB | 421/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.3/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.3/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 425/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409/409 kB | 0.4/2.3 MB | 429/733 kB | 324/327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 429/733 kB | 324/327 kB | 0.2/1.9 MB    
Progress (5): 409 kB | 0.4/2.3 MB | 429/733 kB | 327 kB | 0.2/1.9 MB    
Progress (5): 409 kB | 0.4/2.3 MB | 433/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 433/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 433/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 433/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 437/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 437/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 437/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 437/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 441/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 441/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 445/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 445/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 445/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 449/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 449/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 449/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 449/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 453/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 453/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 453/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 453/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 457/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 457/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 461/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 461/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 461/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 461/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 465/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 465/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 465/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 465/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 469/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 469/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 469/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 473/733 kB | 327 kB | 0.2/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 473/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 477/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 477/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 477/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 477/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 477/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 481/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 481/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 481/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 481/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 485/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 485/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 489/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 489/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 493/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 493/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 493/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 493/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 497/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 497/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 501/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 501/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 501/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 501/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 505/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 505/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 505/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 505/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 509/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 509/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 509/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 513/733 kB | 327 kB | 0.3/1.9 MB
Progress (5): 409 kB | 0.4/2.3 MB | 513/733 kB | 327 kB | 0.3/1.9 MB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar (409 kB at 744 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar (327 kB at 594 kB/s)
Progress (3): 0.4/2.3 MB | 517/733 kB | 0.3/1.9 MB
Progress (3): 0.4/2.3 MB | 517/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 517/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 521/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 521/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 521/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 525/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 525/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 525/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 525/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 529/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 529/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 529/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 533/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 533/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 533/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 537/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 537/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 541/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 541/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 541/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 541/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 545/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 545/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 549/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 549/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 549/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 549/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 553/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 553/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 553/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 557/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 557/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 557/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 561/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 561/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 561/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 565/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 565/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 565/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 569/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 569/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 569/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 569/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 573/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 573/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 573/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 577/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 577/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 581/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 581/733 kB | 0.3/1.9 MB
Progress (3): 0.5/2.3 MB | 581/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 585/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 585/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 589/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 589/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 589/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 593/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 593/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 597/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 597/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 597/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 601/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 601/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 601/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 601/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 605/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 605/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 605/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 609/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 609/733 kB | 0.4/1.9 MB
Progress (3): 0.5/2.3 MB | 613/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 613/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 613/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 617/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 617/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 617/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 617/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 621/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 621/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 621/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 621/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 625/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 625/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 629/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 629/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 629/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 633/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 633/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 637/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 637/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 637/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 641/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 641/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 641/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 641/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 645/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 645/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 645/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 649/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 649/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 653/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 653/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 653/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 657/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 657/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 657/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 657/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 661/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 661/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 661/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 661/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 665/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 665/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 669/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 669/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 669/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 673/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 673/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 677/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 677/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 677/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 681/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 681/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 681/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 685/733 kB | 0.4/1.9 MB
Progress (3): 0.6/2.3 MB | 685/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 685/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 685/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 689/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 689/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 689/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 693/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 693/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 693/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 697/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 697/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 697/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 701/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 701/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 701/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 705/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 705/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 705/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 709/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 709/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 709/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 713/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 713/733 kB | 0.5/1.9 MB
Progress (3): 0.6/2.3 MB | 717/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 717/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 717/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 717/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 721/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 721/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 725/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 725/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 725/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 729/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 729/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 729/733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB    
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.5/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
Progress (3): 0.7/2.3 MB | 733 kB | 0.6/1.9 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar (733 kB at 1.1 MB/s)
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.6/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.8/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.7/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 0.9/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.8/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.0/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 0.9/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.1/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.0/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.2/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.1/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.3/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.2/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.4/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.3/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.5/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.4/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.6/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.5/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.7/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.6/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.8/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.7/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 1.9/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.8/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9/1.9 MB
Progress (2): 2.0/2.3 MB | 1.9 MB    
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.1/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
Progress (2): 2.2/2.3 MB | 1.9 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar (1.9 MB at 2.4 MB/s)
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 3.0 MB/s)
[INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Progress (1): 4.1/223 kB
Progress (1): 7.7/223 kB
Progress (1): 12/223 kB 
Progress (1): 16/223 kB
Progress (1): 20/223 kB
Progress (1): 24/223 kB
Progress (1): 28/223 kB
Progress (1): 32/223 kB
Progress (1): 33/223 kB
Progress (1): 37/223 kB
Progress (1): 41/223 kB
Progress (1): 45/223 kB
Progress (1): 49/223 kB
Progress (1): 53/223 kB
Progress (1): 57/223 kB
Progress (1): 61/223 kB
Progress (1): 65/223 kB
Progress (1): 66/223 kB
Progress (1): 70/223 kB
Progress (1): 74/223 kB
Progress (1): 78/223 kB
Progress (1): 82/223 kB
Progress (1): 86/223 kB
Progress (1): 90/223 kB
Progress (1): 94/223 kB
Progress (1): 98/223 kB
Progress (1): 98/223 kB
Progress (1): 102/223 kB
Progress (1): 106/223 kB
Progress (1): 110/223 kB
Progress (1): 114/223 kB
Progress (1): 118/223 kB
Progress (1): 122/223 kB
Progress (1): 126/223 kB
Progress (1): 130/223 kB
Progress (1): 131/223 kB
Progress (1): 135/223 kB
Progress (1): 139/223 kB
Progress (1): 143/223 kB
Progress (1): 147/223 kB
Progress (1): 151/223 kB
Progress (1): 155/223 kB
Progress (1): 159/223 kB
Progress (1): 163/223 kB
Progress (1): 164/223 kB
Progress (1): 168/223 kB
Progress (1): 172/223 kB
Progress (1): 176/223 kB
Progress (1): 180/223 kB
Progress (1): 184/223 kB
Progress (1): 188/223 kB
Progress (1): 192/223 kB
Progress (1): 196/223 kB
Progress (1): 200/223 kB
Progress (1): 204/223 kB
Progress (1): 208/223 kB
Progress (1): 212/223 kB
Progress (1): 216/223 kB
Progress (1): 220/223 kB
Progress (1): 223 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 7.7 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] ---------------< org.eclipse.collections:p2-repository >----------------
[INFO] Building p2-repository 10.1.0-SNAPSHOT                             [3/3]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
[INFO] The project's OSGi version is 10.1.0.v20191123-1623
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 274 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 52 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 179 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 100 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 174 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloading from cbi-releases: 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.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloading from cbi-releases: 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.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloading from cbi-releases: 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.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Progress (1): 4.1/152 kB
Progress (1): 7.7/152 kB
Progress (2): 7.7/152 kB | 4.1/14 kB
Progress (2): 12/152 kB | 4.1/14 kB 
Progress (2): 12/152 kB | 7.7/14 kB
Progress (2): 16/152 kB | 7.7/14 kB
Progress (2): 16/152 kB | 12/14 kB 
Progress (2): 20/152 kB | 12/14 kB
Progress (2): 20/152 kB | 14 kB   
Progress (2): 24/152 kB | 14 kB
Progress (2): 28/152 kB | 14 kB
Progress (2): 32/152 kB | 14 kB
Progress (2): 36/152 kB | 14 kB
Progress (2): 40/152 kB | 14 kB
Progress (2): 44/152 kB | 14 kB
Progress (2): 48/152 kB | 14 kB
Progress (2): 52/152 kB | 14 kB
Progress (2): 56/152 kB | 14 kB
Progress (2): 60/152 kB | 14 kB
Progress (2): 64/152 kB | 14 kB
Progress (2): 68/152 kB | 14 kB
Progress (2): 72/152 kB | 14 kB
Progress (3): 72/152 kB | 14 kB | 4.1/5.9 kB
Progress (3): 76/152 kB | 14 kB | 4.1/5.9 kB
Progress (3): 76/152 kB | 14 kB | 5.9 kB    
Progress (4): 76/152 kB | 14 kB | 5.9 kB | 4.1/21 kB
Progress (4): 80/152 kB | 14 kB | 5.9 kB | 4.1/21 kB
Progress (4): 80/152 kB | 14 kB | 5.9 kB | 7.7/21 kB
Progress (5): 80/152 kB | 14 kB | 5.9 kB | 7.7/21 kB | 4.1/9.9 kB
Progress (5): 80/152 kB | 14 kB | 5.9 kB | 12/21 kB | 4.1/9.9 kB 
Progress (5): 84/152 kB | 14 kB | 5.9 kB | 12/21 kB | 4.1/9.9 kB
Progress (5): 84/152 kB | 14 kB | 5.9 kB | 16/21 kB | 4.1/9.9 kB
Progress (5): 84/152 kB | 14 kB | 5.9 kB | 16/21 kB | 7.7/9.9 kB
Progress (5): 84/152 kB | 14 kB | 5.9 kB | 20/21 kB | 7.7/9.9 kB
Progress (5): 88/152 kB | 14 kB | 5.9 kB | 20/21 kB | 7.7/9.9 kB
Progress (5): 88/152 kB | 14 kB | 5.9 kB | 21 kB | 7.7/9.9 kB   
Progress (5): 88/152 kB | 14 kB | 5.9 kB | 21 kB | 9.9 kB    
Progress (5): 92/152 kB | 14 kB | 5.9 kB | 21 kB | 9.9 kB
Progress (5): 96/152 kB | 14 kB | 5.9 kB | 21 kB | 9.9 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 194 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 85 kB/s)
Progress (3): 100/152 kB | 21 kB | 9.9 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Progress (3): 104/152 kB | 21 kB | 9.9 kB
Progress (3): 108/152 kB | 21 kB | 9.9 kB
Progress (3): 112/152 kB | 21 kB | 9.9 kB
Progress (3): 116/152 kB | 21 kB | 9.9 kB
Progress (3): 120/152 kB | 21 kB | 9.9 kB
Progress (3): 124/152 kB | 21 kB | 9.9 kB
Progress (3): 128/152 kB | 21 kB | 9.9 kB
Progress (3): 132/152 kB | 21 kB | 9.9 kB
Progress (3): 136/152 kB | 21 kB | 9.9 kB
Progress (3): 140/152 kB | 21 kB | 9.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.jar (21 kB at 277 kB/s)
Progress (2): 144/152 kB | 9.9 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Progress (2): 148/152 kB | 9.9 kB
Progress (2): 152 kB | 9.9 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 127 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.8 MB/s)
Progress (1): 4.1/37 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
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   
Progress (2): 37 kB | 4.1/13 kB
Progress (2): 37 kB | 7.7/13 kB
Progress (2): 37 kB | 12/13 kB 
Progress (2): 37 kB | 13 kB   
Progress (3): 37 kB | 13 kB | 4.1/10 kB
Progress (3): 37 kB | 13 kB | 7.7/10 kB
Progress (3): 37 kB | 13 kB | 10 kB    
Progress (4): 37 kB | 13 kB | 10 kB | 4.1/30 kB
Progress (4): 37 kB | 13 kB | 10 kB | 7.7/30 kB
Progress (4): 37 kB | 13 kB | 10 kB | 12/30 kB 
Progress (4): 37 kB | 13 kB | 10 kB | 16/30 kB
Progress (4): 37 kB | 13 kB | 10 kB | 20/30 kB
Progress (4): 37 kB | 13 kB | 10 kB | 24/30 kB
Progress (4): 37 kB | 13 kB | 10 kB | 28/30 kB
Progress (4): 37 kB | 13 kB | 10 kB | 30 kB   
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 143 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 314 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 384 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 107 kB/s)
Progress (1): 4.1/35 kB
Progress (1): 7.7/35 kB
Progress (1): 12/35 kB 
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 24/35 kB
Progress (1): 28/35 kB
Progress (1): 32/35 kB
Progress (1): 35 kB   
Progress (2): 35 kB | 4.1/6.8 kB
Progress (2): 35 kB | 6.8 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 332 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 63 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.1.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.862 s]
[INFO] org.eclipse.collections.feature .................... SUCCESS [  7.719 s]
[INFO] p2-repository ...................................... SUCCESS [  2.466 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  22.132 s
[INFO] Finished at: 2019-11-23T18:58:36Z
[INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.1.0.M2 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
[INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.collections/10.1.0.v20191123-1623
[INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
[INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
[INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.collections/10.1.0.v20191123-1623
[INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
[INFO] org.eclipse.collections.feature                        [eclipse-feature]
[INFO] p2-repository                                       [eclipse-repository]
[INFO] 
[INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
[INFO] Building Eclipse Collections p2 Repository with Feature Build 10.1.0-SNAPSHOT [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/10.1.0-SNAPSHOT/p2-feature-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
[INFO] Building org.eclipse.collections.feature 10.1.0-SNAPSHOT           [2/3]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
[INFO] The project's OSGi version is 10.1.0.v20191123-1623
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
[INFO] 
[INFO] ---------------< org.eclipse.collections:p2-repository >----------------
[INFO] Building p2-repository 10.1.0-SNAPSHOT                             [3/3]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
[INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
[INFO] The project's OSGi version is 10.1.0.v20191123-1623
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.1.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.128 s]
[INFO] org.eclipse.collections.feature .................... SUCCESS [  3.580 s]
[INFO] p2-repository ...................................... SUCCESS [  2.255 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.822 s
[INFO] Finished at: 2019-11-23T18:58:53Z
[INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins1731683002814502597.sh
/tmp/jenkins1731683002814502597.sh: line 2: cd: /home/data/httpd/download.eclipse.org/collections: No such file or directory
No mail will be sent out, as 'publish-p2-repo #26' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Finished: SUCCESS