Started by an SCM change Running as SYSTEM Agent migration-agent-bkz9n is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/migration: "true" name: "migration-agent-bkz9n" 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.m2e.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-bkz9n" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-bkz9n" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.m2e.svc.cluster.local/m2e/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f" 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-m2e" 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 migration-agent-bkz9n (migration) in workspace /home/jenkins/agent/workspace/m2e-master [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-0AVzSztN3iF2/agent.56 SSH_AGENT_PID=58 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/m2e-master@tmp/private_key_8437503512799788743.key (/home/jenkins/agent/workspace/m2e-master@tmp/private_key_8437503512799788743.key) [ssh-agent] Using credentials genie.m2e (ssh://genie.m2e@projects-storage.eclipse.org) No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/m2e/m2e-core.git > git init /home/jenkins/agent/workspace/m2e-master # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/m2e/m2e-core.git > git --version # timeout=10 > git fetch --tags --progress git://git.eclipse.org/gitroot/m2e/m2e-core.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/m2e/m2e-core.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/m2e/m2e-core.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/m2e/m2e-core.git > git fetch --tags --progress git://git.eclipse.org/gitroot/m2e/m2e-core.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 079c0b8f775a413ed9869be985d64dc9fdd232ac (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 079c0b8f775a413ed9869be985d64dc9fdd232ac Commit message: "Enable more warnings in m2e.refactorings and fix them." > git rev-list --no-walk 643f2bb7ec80231751b7a653f38975b0a2938020 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" Starting xvnc [m2e-master] $ Xvnc :40 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 2 2018 19:05:14 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12001000, The X.Org Foundation Mon Oct 28 19:23:44 2019 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5940 vncext: created VNC server for screen 0 [m2e-master] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f m2e-maven-runtime/pom.xml -DM2E_VERSION=1.14.0 -Dtycho.disableP2Mirrors=true -Dmaven.repo.local=/home/jenkins/agent/workspace/m2e-master/.repository clean install -Peclipse-sign Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 134 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 21 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 kB at 215 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (4.5 kB at 54 kB/s) 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 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 79 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 476 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 490 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 151 kB/s) 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 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 86 kB/s) 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 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 47 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 219 kB/s) 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 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 20 kB/s) 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 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 45 kB/s) 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 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 12 kB/s) 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 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 55 kB/s) 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 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 254 kB/s) 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 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 15 kB/s) 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 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 57 kB/s) 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 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 37 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 166 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 109 kB/s) 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 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 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 110 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 100 kB/s) 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 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 19 kB/s) 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 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 36 kB/s) 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 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 54 kB/s) 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 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 131 kB/s) 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 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 76 kB/s) 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 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 62 kB/s) 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 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 29 kB/s) 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 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 169 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 283 kB/s) 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 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 108 kB/s) 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 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 284 kB/s) 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 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 147 kB/s) 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 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 257 kB/s) 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 53 kB/s) Downloading from 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 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 55 kB/s) 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 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 44 kB/s) 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 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 180 kB/s) 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 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 45 kB/s) 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 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 74 kB/s) 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 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 39 kB/s) 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 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 124 kB/s) 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 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 137 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 436 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 165 kB/s) 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 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 216 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 598 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 161 kB/s) 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 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 277 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 233 kB/s) 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 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 359 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 313 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 38 kB/s) 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 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 271 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 49 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 42 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 45 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 19 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 42 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 32 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 128 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 14 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 67 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 12 kB/s) 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 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 101 kB/s) 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 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 37 kB/s) 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 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 275 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 810 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 95 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 44 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (1.1 kB at 31 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 28 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 18 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from 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/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/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.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-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-artifact/3.0/maven-artifact-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/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Downloading from 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.4.0/tycho-embedder-api-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Downloading from 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.4.0/tycho-p2-facade-1.4.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.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Progress (1): 4.1/165 kB Progress (2): 4.1/165 kB | 4.1/5.5 kB Progress (3): 4.1/165 kB | 4.1/5.5 kB | 4.1/47 kB Progress (3): 7.7/165 kB | 4.1/5.5 kB | 4.1/47 kB Progress (4): 7.7/165 kB | 4.1/5.5 kB | 4.1/47 kB | 4.1/200 kB Progress (4): 7.7/165 kB | 4.1/5.5 kB | 7.7/47 kB | 4.1/200 kB Progress (4): 7.7/165 kB | 5.5 kB | 7.7/47 kB | 4.1/200 kB Progress (5): 7.7/165 kB | 5.5 kB | 7.7/47 kB | 4.1/200 kB | 4.1/527 kB Progress (5): 7.7/165 kB | 5.5 kB | 12/47 kB | 4.1/200 kB | 4.1/527 kB Progress (5): 7.7/165 kB | 5.5 kB | 12/47 kB | 7.7/200 kB | 4.1/527 kB Progress (5): 12/165 kB | 5.5 kB | 12/47 kB | 7.7/200 kB | 4.1/527 kB Progress (5): 12/165 kB | 5.5 kB | 12/47 kB | 12/200 kB | 4.1/527 kB Progress (5): 12/165 kB | 5.5 kB | 16/47 kB | 12/200 kB | 4.1/527 kB Progress (5): 12/165 kB | 5.5 kB | 16/47 kB | 12/200 kB | 7.7/527 kB Progress (5): 12/165 kB | 5.5 kB | 20/47 kB | 12/200 kB | 7.7/527 kB Progress (5): 12/165 kB | 5.5 kB | 20/47 kB | 16/200 kB | 7.7/527 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 52 kB/s) Progress (4): 16/165 kB | 20/47 kB | 16/200 kB | 7.7/527 kB Progress (4): 20/165 kB | 20/47 kB | 16/200 kB | 7.7/527 kB Progress (4): 24/165 kB | 20/47 kB | 16/200 kB | 7.7/527 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): 24/165 kB | 20/47 kB | 20/200 kB | 7.7/527 kB Progress (4): 24/165 kB | 24/47 kB | 20/200 kB | 7.7/527 kB Progress (4): 24/165 kB | 28/47 kB | 20/200 kB | 7.7/527 kB Progress (4): 24/165 kB | 28/47 kB | 20/200 kB | 12/527 kB Progress (4): 24/165 kB | 32/47 kB | 20/200 kB | 12/527 kB Progress (4): 24/165 kB | 32/47 kB | 24/200 kB | 12/527 kB Progress (4): 28/165 kB | 32/47 kB | 24/200 kB | 12/527 kB Progress (4): 28/165 kB | 32/47 kB | 28/200 kB | 12/527 kB Progress (4): 28/165 kB | 36/47 kB | 28/200 kB | 12/527 kB Progress (4): 28/165 kB | 36/47 kB | 28/200 kB | 16/527 kB Progress (4): 28/165 kB | 40/47 kB | 28/200 kB | 16/527 kB Progress (4): 28/165 kB | 40/47 kB | 32/200 kB | 16/527 kB Progress (4): 32/165 kB | 40/47 kB | 32/200 kB | 16/527 kB Progress (4): 32/165 kB | 40/47 kB | 36/200 kB | 16/527 kB Progress (4): 36/165 kB | 40/47 kB | 36/200 kB | 16/527 kB Progress (4): 36/165 kB | 44/47 kB | 36/200 kB | 16/527 kB Progress (4): 36/165 kB | 44/47 kB | 36/200 kB | 20/527 kB Progress (4): 36/165 kB | 47 kB | 36/200 kB | 20/527 kB Progress (4): 40/165 kB | 47 kB | 36/200 kB | 20/527 kB Progress (4): 40/165 kB | 47 kB | 40/200 kB | 20/527 kB Progress (4): 44/165 kB | 47 kB | 40/200 kB | 20/527 kB Progress (4): 44/165 kB | 47 kB | 40/200 kB | 24/527 kB Progress (4): 48/165 kB | 47 kB | 40/200 kB | 24/527 kB Progress (4): 48/165 kB | 47 kB | 44/200 kB | 24/527 kB Progress (5): 48/165 kB | 47 kB | 44/200 kB | 24/527 kB | 4.1/38 kB Progress (5): 52/165 kB | 47 kB | 44/200 kB | 24/527 kB | 4.1/38 kB Progress (5): 52/165 kB | 47 kB | 48/200 kB | 24/527 kB | 4.1/38 kB Progress (5): 52/165 kB | 47 kB | 48/200 kB | 28/527 kB | 4.1/38 kB Progress (5): 52/165 kB | 47 kB | 52/200 kB | 28/527 kB | 4.1/38 kB Progress (5): 56/165 kB | 47 kB | 52/200 kB | 28/527 kB | 4.1/38 kB Progress (5): 56/165 kB | 47 kB | 52/200 kB | 28/527 kB | 7.7/38 kB Progress (5): 60/165 kB | 47 kB | 52/200 kB | 28/527 kB | 7.7/38 kB Progress (5): 60/165 kB | 47 kB | 56/200 kB | 28/527 kB | 7.7/38 kB Progress (5): 60/165 kB | 47 kB | 56/200 kB | 32/527 kB | 7.7/38 kB Progress (5): 60/165 kB | 47 kB | 60/200 kB | 32/527 kB | 7.7/38 kB Progress (5): 64/165 kB | 47 kB | 60/200 kB | 32/527 kB | 7.7/38 kB Progress (5): 64/165 kB | 47 kB | 60/200 kB | 32/527 kB | 12/38 kB Progress (5): 64/165 kB | 47 kB | 64/200 kB | 32/527 kB | 12/38 kB Progress (5): 64/165 kB | 47 kB | 64/200 kB | 36/527 kB | 12/38 kB Progress (5): 64/165 kB | 47 kB | 68/200 kB | 36/527 kB | 12/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 458 kB/s) Progress (4): 64/165 kB | 68/200 kB | 36/527 kB | 16/38 kB Progress (4): 68/165 kB | 68/200 kB | 36/527 kB | 16/38 kB Progress (4): 68/165 kB | 68/200 kB | 36/527 kB | 20/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (4): 68/165 kB | 72/200 kB | 36/527 kB | 20/38 kB Progress (4): 68/165 kB | 72/200 kB | 40/527 kB | 20/38 kB Progress (4): 68/165 kB | 76/200 kB | 40/527 kB | 20/38 kB Progress (4): 68/165 kB | 76/200 kB | 40/527 kB | 24/38 kB Progress (4): 72/165 kB | 76/200 kB | 40/527 kB | 24/38 kB Progress (4): 72/165 kB | 76/200 kB | 40/527 kB | 28/38 kB Progress (4): 72/165 kB | 80/200 kB | 40/527 kB | 28/38 kB Progress (4): 72/165 kB | 80/200 kB | 44/527 kB | 28/38 kB Progress (4): 72/165 kB | 84/200 kB | 44/527 kB | 28/38 kB Progress (4): 72/165 kB | 84/200 kB | 44/527 kB | 32/38 kB Progress (4): 76/165 kB | 84/200 kB | 44/527 kB | 32/38 kB Progress (4): 76/165 kB | 84/200 kB | 44/527 kB | 36/38 kB Progress (4): 76/165 kB | 84/200 kB | 44/527 kB | 38 kB Progress (4): 76/165 kB | 88/200 kB | 44/527 kB | 38 kB Progress (4): 76/165 kB | 88/200 kB | 48/527 kB | 38 kB Progress (4): 76/165 kB | 92/200 kB | 48/527 kB | 38 kB Progress (4): 76/165 kB | 96/200 kB | 48/527 kB | 38 kB Progress (4): 80/165 kB | 96/200 kB | 48/527 kB | 38 kB Progress (4): 84/165 kB | 96/200 kB | 48/527 kB | 38 kB Progress (4): 88/165 kB | 96/200 kB | 48/527 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 202 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 Progress (3): 88/165 kB | 100/200 kB | 48/527 kB Progress (3): 88/165 kB | 104/200 kB | 48/527 kB Progress (3): 88/165 kB | 108/200 kB | 48/527 kB Progress (3): 88/165 kB | 112/200 kB | 48/527 kB Progress (3): 88/165 kB | 112/200 kB | 52/527 kB Progress (3): 88/165 kB | 112/200 kB | 56/527 kB Progress (3): 88/165 kB | 112/200 kB | 60/527 kB Progress (3): 88/165 kB | 112/200 kB | 64/527 kB Progress (3): 88/165 kB | 116/200 kB | 64/527 kB Progress (3): 92/165 kB | 116/200 kB | 64/527 kB Progress (3): 92/165 kB | 120/200 kB | 64/527 kB Progress (3): 92/165 kB | 120/200 kB | 68/527 kB Progress (3): 92/165 kB | 120/200 kB | 72/527 kB Progress (3): 92/165 kB | 124/200 kB | 72/527 kB Progress (3): 92/165 kB | 128/200 kB | 72/527 kB Progress (3): 92/165 kB | 132/200 kB | 72/527 kB Progress (3): 96/165 kB | 132/200 kB | 72/527 kB Progress (3): 96/165 kB | 136/200 kB | 72/527 kB Progress (3): 96/165 kB | 136/200 kB | 76/527 kB Progress (3): 96/165 kB | 140/200 kB | 76/527 kB Progress (4): 96/165 kB | 140/200 kB | 76/527 kB | 4.1/52 kB Progress (4): 100/165 kB | 140/200 kB | 76/527 kB | 4.1/52 kB Progress (4): 100/165 kB | 140/200 kB | 76/527 kB | 7.7/52 kB Progress (4): 100/165 kB | 144/200 kB | 76/527 kB | 7.7/52 kB Progress (4): 100/165 kB | 144/200 kB | 80/527 kB | 7.7/52 kB Progress (4): 100/165 kB | 148/200 kB | 80/527 kB | 7.7/52 kB Progress (4): 100/165 kB | 148/200 kB | 80/527 kB | 12/52 kB Progress (4): 104/165 kB | 148/200 kB | 80/527 kB | 12/52 kB Progress (4): 104/165 kB | 148/200 kB | 80/527 kB | 16/52 kB Progress (4): 104/165 kB | 152/200 kB | 80/527 kB | 16/52 kB Progress (4): 104/165 kB | 152/200 kB | 84/527 kB | 16/52 kB Progress (4): 104/165 kB | 156/200 kB | 84/527 kB | 16/52 kB Progress (4): 104/165 kB | 156/200 kB | 84/527 kB | 20/52 kB Progress (4): 108/165 kB | 156/200 kB | 84/527 kB | 20/52 kB Progress (4): 108/165 kB | 156/200 kB | 84/527 kB | 24/52 kB Progress (4): 108/165 kB | 160/200 kB | 84/527 kB | 24/52 kB Progress (4): 108/165 kB | 160/200 kB | 84/527 kB | 28/52 kB Progress (4): 108/165 kB | 160/200 kB | 88/527 kB | 28/52 kB Progress (4): 108/165 kB | 160/200 kB | 88/527 kB | 32/52 kB Progress (4): 108/165 kB | 164/200 kB | 88/527 kB | 32/52 kB Progress (4): 112/165 kB | 164/200 kB | 88/527 kB | 32/52 kB Progress (4): 112/165 kB | 168/200 kB | 88/527 kB | 32/52 kB Progress (4): 112/165 kB | 168/200 kB | 88/527 kB | 36/52 kB Progress (4): 112/165 kB | 168/200 kB | 92/527 kB | 36/52 kB Progress (5): 112/165 kB | 168/200 kB | 92/527 kB | 36/52 kB | 4.1/30 kB Progress (5): 112/165 kB | 168/200 kB | 96/527 kB | 36/52 kB | 4.1/30 kB Progress (5): 112/165 kB | 168/200 kB | 96/527 kB | 40/52 kB | 4.1/30 kB Progress (5): 112/165 kB | 172/200 kB | 96/527 kB | 40/52 kB | 4.1/30 kB Progress (5): 116/165 kB | 172/200 kB | 96/527 kB | 40/52 kB | 4.1/30 kB Progress (5): 116/165 kB | 176/200 kB | 96/527 kB | 40/52 kB | 4.1/30 kB Progress (5): 116/165 kB | 176/200 kB | 96/527 kB | 44/52 kB | 4.1/30 kB Progress (5): 116/165 kB | 176/200 kB | 100/527 kB | 44/52 kB | 4.1/30 kB Progress (5): 116/165 kB | 176/200 kB | 100/527 kB | 44/52 kB | 7.7/30 kB Progress (5): 116/165 kB | 176/200 kB | 104/527 kB | 44/52 kB | 7.7/30 kB Progress (5): 116/165 kB | 176/200 kB | 104/527 kB | 48/52 kB | 7.7/30 kB Progress (5): 116/165 kB | 180/200 kB | 104/527 kB | 48/52 kB | 7.7/30 kB Progress (5): 116/165 kB | 184/200 kB | 104/527 kB | 48/52 kB | 7.7/30 kB Progress (5): 120/165 kB | 184/200 kB | 104/527 kB | 48/52 kB | 7.7/30 kB Progress (5): 120/165 kB | 188/200 kB | 104/527 kB | 48/52 kB | 7.7/30 kB Progress (5): 120/165 kB | 188/200 kB | 104/527 kB | 48/52 kB | 12/30 kB Progress (5): 120/165 kB | 188/200 kB | 104/527 kB | 52/52 kB | 12/30 kB Progress (5): 120/165 kB | 188/200 kB | 108/527 kB | 52/52 kB | 12/30 kB Progress (5): 120/165 kB | 188/200 kB | 108/527 kB | 52 kB | 12/30 kB Progress (5): 120/165 kB | 188/200 kB | 108/527 kB | 52 kB | 16/30 kB Progress (5): 120/165 kB | 192/200 kB | 108/527 kB | 52 kB | 16/30 kB Progress (5): 120/165 kB | 196/200 kB | 108/527 kB | 52 kB | 16/30 kB Progress (5): 120/165 kB | 200/200 kB | 108/527 kB | 52 kB | 16/30 kB Progress (5): 120/165 kB | 200 kB | 108/527 kB | 52 kB | 16/30 kB Progress (5): 124/165 kB | 200 kB | 108/527 kB | 52 kB | 16/30 kB Progress (5): 128/165 kB | 200 kB | 108/527 kB | 52 kB | 16/30 kB Progress (5): 128/165 kB | 200 kB | 108/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 112/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 116/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 120/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 124/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 128/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 132/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 136/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 140/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 144/527 kB | 52 kB | 20/30 kB Progress (5): 128/165 kB | 200 kB | 144/527 kB | 52 kB | 24/30 kB Progress (5): 132/165 kB | 200 kB | 144/527 kB | 52 kB | 24/30 kB Progress (5): 132/165 kB | 200 kB | 148/527 kB | 52 kB | 24/30 kB Progress (5): 132/165 kB | 200 kB | 152/527 kB | 52 kB | 24/30 kB Progress (5): 132/165 kB | 200 kB | 156/527 kB | 52 kB | 24/30 kB Progress (5): 132/165 kB | 200 kB | 160/527 kB | 52 kB | 24/30 kB Progress (5): 132/165 kB | 200 kB | 164/527 kB | 52 kB | 24/30 kB Progress (5): 132/165 kB | 200 kB | 168/527 kB | 52 kB | 24/30 kB Progress (5): 132/165 kB | 200 kB | 172/527 kB | 52 kB | 24/30 kB Progress (5): 132/165 kB | 200 kB | 172/527 kB | 52 kB | 28/30 kB Progress (5): 132/165 kB | 200 kB | 172/527 kB | 52 kB | 30 kB Progress (5): 132/165 kB | 200 kB | 176/527 kB | 52 kB | 30 kB Progress (5): 136/165 kB | 200 kB | 176/527 kB | 52 kB | 30 kB Progress (5): 136/165 kB | 200 kB | 180/527 kB | 52 kB | 30 kB Progress (5): 136/165 kB | 200 kB | 184/527 kB | 52 kB | 30 kB Progress (5): 140/165 kB | 200 kB | 184/527 kB | 52 kB | 30 kB Progress (5): 140/165 kB | 200 kB | 188/527 kB | 52 kB | 30 kB Progress (5): 144/165 kB | 200 kB | 188/527 kB | 52 kB | 30 kB Progress (5): 144/165 kB | 200 kB | 192/527 kB | 52 kB | 30 kB Progress (5): 148/165 kB | 200 kB | 192/527 kB | 52 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 611 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 172 kB/s) 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): 152/165 kB | 192/527 kB | 30 kB Progress (3): 152/165 kB | 196/527 kB | 30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (3): 152/165 kB | 200/527 kB | 30 kB Progress (3): 156/165 kB | 200/527 kB | 30 kB Progress (3): 156/165 kB | 204/527 kB | 30 kB Progress (3): 160/165 kB | 204/527 kB | 30 kB Progress (3): 160/165 kB | 208/527 kB | 30 kB Progress (3): 164/165 kB | 208/527 kB | 30 kB Progress (3): 164/165 kB | 212/527 kB | 30 kB Progress (4): 164/165 kB | 212/527 kB | 30 kB | 4.1/51 kB Progress (4): 164/165 kB | 216/527 kB | 30 kB | 4.1/51 kB Progress (4): 165 kB | 216/527 kB | 30 kB | 4.1/51 kB Progress (4): 165 kB | 220/527 kB | 30 kB | 4.1/51 kB Progress (4): 165 kB | 220/527 kB | 30 kB | 7.7/51 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 79 kB/s) Progress (3): 165 kB | 220/527 kB | 12/51 kB Progress (3): 165 kB | 220/527 kB | 16/51 kB Progress (3): 165 kB | 224/527 kB | 16/51 kB Progress (3): 165 kB | 224/527 kB | 20/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 (3): 165 kB | 224/527 kB | 24/51 kB Progress (3): 165 kB | 228/527 kB | 24/51 kB Progress (3): 165 kB | 232/527 kB | 24/51 kB Progress (3): 165 kB | 236/527 kB | 24/51 kB Progress (3): 165 kB | 240/527 kB | 24/51 kB Progress (3): 165 kB | 240/527 kB | 28/51 kB Progress (3): 165 kB | 244/527 kB | 28/51 kB Progress (3): 165 kB | 248/527 kB | 28/51 kB Progress (3): 165 kB | 248/527 kB | 32/51 kB Progress (3): 165 kB | 252/527 kB | 32/51 kB Progress (3): 165 kB | 252/527 kB | 36/51 kB Progress (3): 165 kB | 256/527 kB | 36/51 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 421 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 Progress (2): 256/527 kB | 40/51 kB Progress (2): 260/527 kB | 40/51 kB Progress (2): 260/527 kB | 44/51 kB Progress (2): 260/527 kB | 48/51 kB Progress (2): 264/527 kB | 48/51 kB Progress (2): 264/527 kB | 51 kB Progress (2): 268/527 kB | 51 kB Progress (3): 268/527 kB | 51 kB | 4.1/148 kB Progress (3): 272/527 kB | 51 kB | 4.1/148 kB Progress (3): 272/527 kB | 51 kB | 7.7/148 kB Progress (3): 276/527 kB | 51 kB | 7.7/148 kB Progress (3): 276/527 kB | 51 kB | 12/148 kB Progress (3): 280/527 kB | 51 kB | 12/148 kB Progress (3): 280/527 kB | 51 kB | 16/148 kB Progress (3): 284/527 kB | 51 kB | 16/148 kB Progress (3): 284/527 kB | 51 kB | 20/148 kB Progress (3): 288/527 kB | 51 kB | 20/148 kB Progress (3): 288/527 kB | 51 kB | 24/148 kB Progress (3): 292/527 kB | 51 kB | 24/148 kB Progress (3): 292/527 kB | 51 kB | 28/148 kB Progress (3): 296/527 kB | 51 kB | 28/148 kB Progress (3): 296/527 kB | 51 kB | 32/148 kB Progress (3): 300/527 kB | 51 kB | 32/148 kB Progress (3): 300/527 kB | 51 kB | 33/148 kB Progress (3): 304/527 kB | 51 kB | 33/148 kB Progress (3): 304/527 kB | 51 kB | 37/148 kB Progress (3): 308/527 kB | 51 kB | 37/148 kB Progress (3): 308/527 kB | 51 kB | 41/148 kB Progress (3): 312/527 kB | 51 kB | 41/148 kB Progress (3): 312/527 kB | 51 kB | 45/148 kB Progress (3): 316/527 kB | 51 kB | 45/148 kB Progress (3): 320/527 kB | 51 kB | 45/148 kB Progress (4): 320/527 kB | 51 kB | 45/148 kB | 4.1/106 kB Progress (4): 324/527 kB | 51 kB | 45/148 kB | 4.1/106 kB Progress (4): 324/527 kB | 51 kB | 49/148 kB | 4.1/106 kB Progress (4): 328/527 kB | 51 kB | 49/148 kB | 4.1/106 kB Progress (4): 328/527 kB | 51 kB | 53/148 kB | 4.1/106 kB Progress (4): 328/527 kB | 51 kB | 53/148 kB | 7.7/106 kB Progress (4): 328/527 kB | 51 kB | 57/148 kB | 7.7/106 kB Progress (4): 332/527 kB | 51 kB | 57/148 kB | 7.7/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 127 kB/s) Progress (3): 336/527 kB | 57/148 kB | 7.7/106 kB Progress (3): 336/527 kB | 61/148 kB | 7.7/106 kB Progress (4): 336/527 kB | 61/148 kB | 7.7/106 kB | 4.1/14 kB Progress (4): 336/527 kB | 61/148 kB | 12/106 kB | 4.1/14 kB Progress (4): 336/527 kB | 61/148 kB | 12/106 kB | 7.7/14 kB Progress (4): 336/527 kB | 65/148 kB | 12/106 kB | 7.7/14 kB Progress (4): 340/527 kB | 65/148 kB | 12/106 kB | 7.7/14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (4): 344/527 kB | 65/148 kB | 12/106 kB | 7.7/14 kB Progress (4): 344/527 kB | 66/148 kB | 12/106 kB | 7.7/14 kB Progress (4): 348/527 kB | 66/148 kB | 12/106 kB | 7.7/14 kB Progress (4): 352/527 kB | 66/148 kB | 12/106 kB | 7.7/14 kB Progress (4): 356/527 kB | 66/148 kB | 12/106 kB | 7.7/14 kB Progress (4): 356/527 kB | 66/148 kB | 12/106 kB | 12/14 kB Progress (4): 356/527 kB | 66/148 kB | 16/106 kB | 12/14 kB Progress (4): 356/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 360/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 364/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 368/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 372/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 376/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 380/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 384/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 388/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 392/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 396/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 400/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 404/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 408/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 412/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 416/527 kB | 66/148 kB | 16/106 kB | 14 kB Progress (4): 420/527 kB | 66/148 kB | 16/106 kB | 14 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 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (3): 420/527 kB | 70/148 kB | 16/106 kB Progress (3): 420/527 kB | 74/148 kB | 16/106 kB Progress (3): 420/527 kB | 78/148 kB | 16/106 kB Progress (3): 420/527 kB | 82/148 kB | 16/106 kB Progress (3): 420/527 kB | 86/148 kB | 16/106 kB Progress (3): 420/527 kB | 90/148 kB | 16/106 kB Progress (3): 420/527 kB | 94/148 kB | 16/106 kB Progress (3): 420/527 kB | 98/148 kB | 16/106 kB Progress (3): 420/527 kB | 98/148 kB | 16/106 kB Progress (3): 420/527 kB | 102/148 kB | 16/106 kB Progress (3): 420/527 kB | 106/148 kB | 16/106 kB Progress (4): 420/527 kB | 106/148 kB | 16/106 kB | 4.1/74 kB Progress (4): 424/527 kB | 106/148 kB | 16/106 kB | 4.1/74 kB Progress (4): 424/527 kB | 106/148 kB | 20/106 kB | 4.1/74 kB Progress (4): 428/527 kB | 106/148 kB | 20/106 kB | 4.1/74 kB Progress (4): 428/527 kB | 106/148 kB | 20/106 kB | 7.7/74 kB Progress (4): 428/527 kB | 110/148 kB | 20/106 kB | 7.7/74 kB Progress (4): 428/527 kB | 110/148 kB | 20/106 kB | 12/74 kB Progress (4): 432/527 kB | 110/148 kB | 20/106 kB | 12/74 kB Progress (4): 432/527 kB | 110/148 kB | 24/106 kB | 12/74 kB Progress (4): 436/527 kB | 110/148 kB | 24/106 kB | 12/74 kB Progress (4): 436/527 kB | 110/148 kB | 24/106 kB | 16/74 kB Progress (4): 436/527 kB | 114/148 kB | 24/106 kB | 16/74 kB Progress (4): 436/527 kB | 114/148 kB | 24/106 kB | 20/74 kB Progress (4): 440/527 kB | 114/148 kB | 24/106 kB | 20/74 kB Progress (4): 440/527 kB | 114/148 kB | 28/106 kB | 20/74 kB Progress (4): 440/527 kB | 114/148 kB | 32/106 kB | 20/74 kB Progress (4): 444/527 kB | 114/148 kB | 32/106 kB | 20/74 kB Progress (4): 448/527 kB | 114/148 kB | 32/106 kB | 20/74 kB Progress (4): 448/527 kB | 114/148 kB | 32/106 kB | 24/74 kB Progress (4): 448/527 kB | 118/148 kB | 32/106 kB | 24/74 kB Progress (4): 448/527 kB | 122/148 kB | 32/106 kB | 24/74 kB Progress (4): 448/527 kB | 122/148 kB | 32/106 kB | 28/74 kB Progress (4): 452/527 kB | 122/148 kB | 32/106 kB | 28/74 kB Progress (4): 456/527 kB | 122/148 kB | 32/106 kB | 28/74 kB Progress (5): 456/527 kB | 122/148 kB | 32/106 kB | 28/74 kB | 4.1/108 kB Progress (5): 456/527 kB | 122/148 kB | 33/106 kB | 28/74 kB | 4.1/108 kB Progress (5): 456/527 kB | 122/148 kB | 33/106 kB | 28/74 kB | 7.7/108 kB Progress (5): 460/527 kB | 122/148 kB | 33/106 kB | 28/74 kB | 7.7/108 kB Progress (5): 460/527 kB | 122/148 kB | 33/106 kB | 32/74 kB | 7.7/108 kB Progress (5): 460/527 kB | 126/148 kB | 33/106 kB | 32/74 kB | 7.7/108 kB Progress (5): 460/527 kB | 126/148 kB | 33/106 kB | 33/74 kB | 7.7/108 kB Progress (5): 464/527 kB | 126/148 kB | 33/106 kB | 33/74 kB | 7.7/108 kB Progress (5): 464/527 kB | 126/148 kB | 33/106 kB | 33/74 kB | 12/108 kB Progress (5): 464/527 kB | 126/148 kB | 37/106 kB | 33/74 kB | 12/108 kB Progress (5): 464/527 kB | 126/148 kB | 37/106 kB | 33/74 kB | 16/108 kB Progress (5): 468/527 kB | 126/148 kB | 37/106 kB | 33/74 kB | 16/108 kB Progress (5): 468/527 kB | 126/148 kB | 37/106 kB | 37/74 kB | 16/108 kB Progress (5): 468/527 kB | 130/148 kB | 37/106 kB | 37/74 kB | 16/108 kB Progress (5): 468/527 kB | 130/148 kB | 37/106 kB | 41/74 kB | 16/108 kB Progress (5): 472/527 kB | 130/148 kB | 37/106 kB | 41/74 kB | 16/108 kB Progress (5): 472/527 kB | 130/148 kB | 37/106 kB | 45/74 kB | 16/108 kB Progress (5): 472/527 kB | 130/148 kB | 37/106 kB | 45/74 kB | 20/108 kB Progress (5): 472/527 kB | 130/148 kB | 41/106 kB | 45/74 kB | 20/108 kB Progress (5): 472/527 kB | 130/148 kB | 41/106 kB | 45/74 kB | 24/108 kB Progress (5): 472/527 kB | 130/148 kB | 41/106 kB | 49/74 kB | 24/108 kB Progress (5): 476/527 kB | 130/148 kB | 41/106 kB | 49/74 kB | 24/108 kB Progress (5): 476/527 kB | 134/148 kB | 41/106 kB | 49/74 kB | 24/108 kB Progress (5): 480/527 kB | 134/148 kB | 41/106 kB | 49/74 kB | 24/108 kB Progress (5): 480/527 kB | 134/148 kB | 41/106 kB | 53/74 kB | 24/108 kB Progress (5): 480/527 kB | 134/148 kB | 41/106 kB | 53/74 kB | 28/108 kB Progress (5): 480/527 kB | 134/148 kB | 45/106 kB | 53/74 kB | 28/108 kB Progress (5): 480/527 kB | 134/148 kB | 49/106 kB | 53/74 kB | 28/108 kB Progress (5): 480/527 kB | 134/148 kB | 49/106 kB | 53/74 kB | 32/108 kB Progress (5): 480/527 kB | 134/148 kB | 49/106 kB | 57/74 kB | 32/108 kB Progress (5): 480/527 kB | 134/148 kB | 49/106 kB | 61/74 kB | 32/108 kB Progress (5): 480/527 kB | 134/148 kB | 49/106 kB | 65/74 kB | 32/108 kB Progress (5): 480/527 kB | 134/148 kB | 49/106 kB | 69/74 kB | 32/108 kB Progress (5): 480/527 kB | 134/148 kB | 49/106 kB | 73/74 kB | 32/108 kB Progress (5): 480/527 kB | 134/148 kB | 49/106 kB | 74 kB | 32/108 kB Progress (5): 484/527 kB | 134/148 kB | 49/106 kB | 74 kB | 32/108 kB Progress (5): 484/527 kB | 138/148 kB | 49/106 kB | 74 kB | 32/108 kB Progress (5): 488/527 kB | 138/148 kB | 49/106 kB | 74 kB | 32/108 kB Progress (5): 488/527 kB | 138/148 kB | 49/106 kB | 74 kB | 33/108 kB Progress (5): 488/527 kB | 138/148 kB | 53/106 kB | 74 kB | 33/108 kB Progress (5): 488/527 kB | 138/148 kB | 53/106 kB | 74 kB | 37/108 kB Progress (5): 492/527 kB | 138/148 kB | 53/106 kB | 74 kB | 37/108 kB Progress (5): 496/527 kB | 138/148 kB | 53/106 kB | 74 kB | 37/108 kB Progress (5): 496/527 kB | 142/148 kB | 53/106 kB | 74 kB | 37/108 kB Progress (5): 496/527 kB | 146/148 kB | 53/106 kB | 74 kB | 37/108 kB Progress (5): 496/527 kB | 148 kB | 53/106 kB | 74 kB | 37/108 kB Progress (5): 500/527 kB | 148 kB | 53/106 kB | 74 kB | 37/108 kB Progress (5): 504/527 kB | 148 kB | 53/106 kB | 74 kB | 37/108 kB Progress (5): 508/527 kB | 148 kB | 53/106 kB | 74 kB | 37/108 kB Progress (5): 508/527 kB | 148 kB | 53/106 kB | 74 kB | 41/108 kB Progress (5): 508/527 kB | 148 kB | 57/106 kB | 74 kB | 41/108 kB Progress (5): 508/527 kB | 148 kB | 57/106 kB | 74 kB | 45/108 kB Progress (5): 512/527 kB | 148 kB | 57/106 kB | 74 kB | 45/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 123 kB/s) Progress (4): 516/527 kB | 148 kB | 57/106 kB | 45/108 kB Progress (4): 520/527 kB | 148 kB | 57/106 kB | 45/108 kB Progress (4): 520/527 kB | 148 kB | 57/106 kB | 49/108 kB Progress (4): 520/527 kB | 148 kB | 61/106 kB | 49/108 kB Progress (4): 524/527 kB | 148 kB | 61/106 kB | 49/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar 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 243 kB/s) Progress (3): 527 kB | 61/106 kB | 49/108 kB Progress (3): 527 kB | 65/106 kB | 49/108 kB Progress (3): 527 kB | 65/106 kB | 53/108 kB Progress (3): 527 kB | 66/106 kB | 53/108 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 (3): 527 kB | 70/106 kB | 53/108 kB Progress (3): 527 kB | 70/106 kB | 57/108 kB Progress (3): 527 kB | 74/106 kB | 57/108 kB Progress (3): 527 kB | 74/106 kB | 61/108 kB Progress (3): 527 kB | 78/106 kB | 61/108 kB Progress (3): 527 kB | 78/106 kB | 65/108 kB Progress (3): 527 kB | 82/106 kB | 65/108 kB Progress (3): 527 kB | 82/106 kB | 66/108 kB Progress (3): 527 kB | 86/106 kB | 66/108 kB Progress (3): 527 kB | 86/106 kB | 70/108 kB Progress (3): 527 kB | 90/106 kB | 70/108 kB Progress (3): 527 kB | 90/106 kB | 74/108 kB Progress (3): 527 kB | 94/106 kB | 74/108 kB Progress (3): 527 kB | 94/106 kB | 78/108 kB Progress (3): 527 kB | 98/106 kB | 78/108 kB Progress (3): 527 kB | 98/106 kB | 82/108 kB Progress (3): 527 kB | 102/106 kB | 82/108 kB Progress (3): 527 kB | 102/106 kB | 86/108 kB Progress (3): 527 kB | 106/106 kB | 86/108 kB Progress (4): 527 kB | 106/106 kB | 86/108 kB | 4.1/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 752 kB/s) Progress (3): 106 kB | 86/108 kB | 4.1/202 kB Progress (3): 106 kB | 90/108 kB | 4.1/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 (3): 106 kB | 90/108 kB | 7.7/202 kB Progress (4): 106 kB | 90/108 kB | 7.7/202 kB | 4.1/153 kB Progress (4): 106 kB | 90/108 kB | 7.7/202 kB | 7.7/153 kB Progress (4): 106 kB | 90/108 kB | 7.7/202 kB | 12/153 kB Progress (4): 106 kB | 90/108 kB | 7.7/202 kB | 16/153 kB Progress (4): 106 kB | 94/108 kB | 7.7/202 kB | 16/153 kB Progress (4): 106 kB | 94/108 kB | 7.7/202 kB | 20/153 kB Progress (4): 106 kB | 94/108 kB | 7.7/202 kB | 24/153 kB Progress (4): 106 kB | 94/108 kB | 12/202 kB | 24/153 kB Progress (4): 106 kB | 94/108 kB | 12/202 kB | 28/153 kB Progress (4): 106 kB | 94/108 kB | 12/202 kB | 32/153 kB Progress (4): 106 kB | 94/108 kB | 12/202 kB | 33/153 kB Progress (4): 106 kB | 94/108 kB | 12/202 kB | 37/153 kB Progress (4): 106 kB | 94/108 kB | 12/202 kB | 41/153 kB Progress (4): 106 kB | 94/108 kB | 12/202 kB | 45/153 kB Progress (4): 106 kB | 94/108 kB | 12/202 kB | 49/153 kB Progress (4): 106 kB | 98/108 kB | 12/202 kB | 49/153 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 155 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (3): 98/108 kB | 16/202 kB | 49/153 kB Progress (3): 98/108 kB | 20/202 kB | 49/153 kB Progress (3): 98/108 kB | 20/202 kB | 53/153 kB Progress (3): 98/108 kB | 20/202 kB | 57/153 kB Progress (3): 102/108 kB | 20/202 kB | 57/153 kB Progress (3): 102/108 kB | 20/202 kB | 61/153 kB Progress (3): 102/108 kB | 24/202 kB | 61/153 kB Progress (4): 102/108 kB | 24/202 kB | 61/153 kB | 4.1/472 kB Progress (4): 102/108 kB | 28/202 kB | 61/153 kB | 4.1/472 kB Progress (4): 102/108 kB | 32/202 kB | 61/153 kB | 4.1/472 kB Progress (4): 102/108 kB | 32/202 kB | 65/153 kB | 4.1/472 kB Progress (4): 106/108 kB | 32/202 kB | 65/153 kB | 4.1/472 kB Progress (4): 106/108 kB | 32/202 kB | 66/153 kB | 4.1/472 kB Progress (4): 106/108 kB | 36/202 kB | 66/153 kB | 4.1/472 kB Progress (4): 106/108 kB | 36/202 kB | 66/153 kB | 7.7/472 kB Progress (4): 106/108 kB | 40/202 kB | 66/153 kB | 7.7/472 kB Progress (4): 106/108 kB | 40/202 kB | 70/153 kB | 7.7/472 kB Progress (4): 108 kB | 40/202 kB | 70/153 kB | 7.7/472 kB Progress (4): 108 kB | 40/202 kB | 74/153 kB | 7.7/472 kB Progress (4): 108 kB | 40/202 kB | 78/153 kB | 7.7/472 kB Progress (4): 108 kB | 44/202 kB | 78/153 kB | 7.7/472 kB Progress (4): 108 kB | 44/202 kB | 78/153 kB | 12/472 kB Progress (4): 108 kB | 44/202 kB | 78/153 kB | 16/472 kB Progress (4): 108 kB | 48/202 kB | 78/153 kB | 16/472 kB Progress (4): 108 kB | 48/202 kB | 82/153 kB | 16/472 kB Progress (4): 108 kB | 52/202 kB | 82/153 kB | 16/472 kB Progress (4): 108 kB | 52/202 kB | 82/153 kB | 20/472 kB Progress (5): 108 kB | 52/202 kB | 82/153 kB | 20/472 kB | 4.1/61 kB Progress (5): 108 kB | 52/202 kB | 82/153 kB | 20/472 kB | 7.7/61 kB Progress (5): 108 kB | 56/202 kB | 82/153 kB | 20/472 kB | 7.7/61 kB Progress (5): 108 kB | 56/202 kB | 86/153 kB | 20/472 kB | 7.7/61 kB Progress (5): 108 kB | 60/202 kB | 86/153 kB | 20/472 kB | 7.7/61 kB Progress (5): 108 kB | 64/202 kB | 86/153 kB | 20/472 kB | 7.7/61 kB Progress (5): 108 kB | 68/202 kB | 86/153 kB | 20/472 kB | 7.7/61 kB Progress (5): 108 kB | 68/202 kB | 86/153 kB | 20/472 kB | 12/61 kB Progress (5): 108 kB | 68/202 kB | 86/153 kB | 24/472 kB | 12/61 kB Progress (5): 108 kB | 68/202 kB | 86/153 kB | 24/472 kB | 16/61 kB Progress (5): 108 kB | 72/202 kB | 86/153 kB | 24/472 kB | 16/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 139 kB/s) Progress (4): 72/202 kB | 90/153 kB | 24/472 kB | 16/61 kB Progress (4): 72/202 kB | 94/153 kB | 24/472 kB | 16/61 kB Progress (4): 72/202 kB | 98/153 kB | 24/472 kB | 16/61 kB Progress (4): 72/202 kB | 98/153 kB | 24/472 kB | 16/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): 76/202 kB | 98/153 kB | 24/472 kB | 16/61 kB Progress (4): 76/202 kB | 98/153 kB | 24/472 kB | 20/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 20/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 24/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 28/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 32/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 36/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 40/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 44/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 48/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 52/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 56/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 60/61 kB Progress (4): 76/202 kB | 98/153 kB | 28/472 kB | 61 kB Progress (4): 80/202 kB | 98/153 kB | 28/472 kB | 61 kB Progress (4): 80/202 kB | 102/153 kB | 28/472 kB | 61 kB Progress (4): 80/202 kB | 102/153 kB | 32/472 kB | 61 kB Progress (4): 84/202 kB | 102/153 kB | 32/472 kB | 61 kB Progress (4): 84/202 kB | 106/153 kB | 32/472 kB | 61 kB Progress (4): 88/202 kB | 106/153 kB | 32/472 kB | 61 kB Progress (4): 88/202 kB | 110/153 kB | 32/472 kB | 61 kB Progress (4): 88/202 kB | 110/153 kB | 33/472 kB | 61 kB Progress (4): 88/202 kB | 114/153 kB | 33/472 kB | 61 kB Progress (4): 88/202 kB | 114/153 kB | 37/472 kB | 61 kB Progress (4): 92/202 kB | 114/153 kB | 37/472 kB | 61 kB Progress (4): 92/202 kB | 118/153 kB | 37/472 kB | 61 kB Progress (4): 92/202 kB | 118/153 kB | 41/472 kB | 61 kB Progress (4): 92/202 kB | 122/153 kB | 41/472 kB | 61 kB Progress (4): 96/202 kB | 122/153 kB | 41/472 kB | 61 kB Progress (4): 96/202 kB | 126/153 kB | 41/472 kB | 61 kB Progress (4): 96/202 kB | 126/153 kB | 45/472 kB | 61 kB Progress (4): 100/202 kB | 126/153 kB | 45/472 kB | 61 kB Progress (4): 100/202 kB | 130/153 kB | 45/472 kB | 61 kB Progress (4): 104/202 kB | 130/153 kB | 45/472 kB | 61 kB Progress (4): 104/202 kB | 134/153 kB | 45/472 kB | 61 kB Progress (4): 108/202 kB | 134/153 kB | 45/472 kB | 61 kB Progress (4): 108/202 kB | 134/153 kB | 49/472 kB | 61 kB Progress (4): 112/202 kB | 134/153 kB | 49/472 kB | 61 kB Progress (4): 116/202 kB | 134/153 kB | 49/472 kB | 61 kB Progress (4): 120/202 kB | 134/153 kB | 49/472 kB | 61 kB Progress (4): 124/202 kB | 134/153 kB | 49/472 kB | 61 kB Progress (4): 128/202 kB | 134/153 kB | 49/472 kB | 61 kB Progress (4): 128/202 kB | 138/153 kB | 49/472 kB | 61 kB Progress (4): 132/202 kB | 138/153 kB | 49/472 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 76 kB/s) Progress (3): 132/202 kB | 138/153 kB | 53/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (3): 136/202 kB | 138/153 kB | 53/472 kB Progress (3): 136/202 kB | 142/153 kB | 53/472 kB Progress (3): 140/202 kB | 142/153 kB | 53/472 kB Progress (3): 140/202 kB | 142/153 kB | 57/472 kB Progress (3): 144/202 kB | 142/153 kB | 57/472 kB Progress (3): 144/202 kB | 146/153 kB | 57/472 kB Progress (3): 144/202 kB | 146/153 kB | 61/472 kB Progress (3): 144/202 kB | 150/153 kB | 61/472 kB Progress (3): 148/202 kB | 150/153 kB | 61/472 kB Progress (3): 148/202 kB | 153 kB | 61/472 kB Progress (3): 148/202 kB | 153 kB | 65/472 kB Progress (3): 152/202 kB | 153 kB | 65/472 kB Progress (3): 152/202 kB | 153 kB | 66/472 kB Progress (3): 156/202 kB | 153 kB | 66/472 kB Progress (3): 160/202 kB | 153 kB | 66/472 kB Progress (3): 164/202 kB | 153 kB | 66/472 kB Progress (3): 168/202 kB | 153 kB | 66/472 kB Progress (4): 168/202 kB | 153 kB | 66/472 kB | 4.1/29 kB Progress (4): 168/202 kB | 153 kB | 66/472 kB | 7.7/29 kB Progress (4): 168/202 kB | 153 kB | 66/472 kB | 12/29 kB Progress (4): 168/202 kB | 153 kB | 66/472 kB | 16/29 kB Progress (4): 168/202 kB | 153 kB | 66/472 kB | 20/29 kB Progress (4): 168/202 kB | 153 kB | 66/472 kB | 24/29 kB Progress (4): 168/202 kB | 153 kB | 66/472 kB | 28/29 kB Progress (4): 168/202 kB | 153 kB | 66/472 kB | 29 kB Progress (4): 168/202 kB | 153 kB | 70/472 kB | 29 kB Progress (4): 168/202 kB | 153 kB | 74/472 kB | 29 kB Progress (4): 172/202 kB | 153 kB | 74/472 kB | 29 kB Progress (5): 172/202 kB | 153 kB | 74/472 kB | 29 kB | 4.1/46 kB Progress (5): 176/202 kB | 153 kB | 74/472 kB | 29 kB | 4.1/46 kB Progress (5): 180/202 kB | 153 kB | 74/472 kB | 29 kB | 4.1/46 kB Progress (5): 184/202 kB | 153 kB | 74/472 kB | 29 kB | 4.1/46 kB Progress (5): 184/202 kB | 153 kB | 78/472 kB | 29 kB | 4.1/46 kB Progress (5): 184/202 kB | 153 kB | 82/472 kB | 29 kB | 4.1/46 kB Progress (5): 184/202 kB | 153 kB | 86/472 kB | 29 kB | 4.1/46 kB Progress (5): 184/202 kB | 153 kB | 90/472 kB | 29 kB | 4.1/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 173 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 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 32 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (3): 184/202 kB | 94/472 kB | 4.1/46 kB Progress (3): 184/202 kB | 98/472 kB | 4.1/46 kB Progress (3): 184/202 kB | 98/472 kB | 4.1/46 kB Progress (3): 188/202 kB | 98/472 kB | 4.1/46 kB Progress (3): 188/202 kB | 98/472 kB | 7.7/46 kB Progress (3): 192/202 kB | 98/472 kB | 7.7/46 kB Progress (3): 192/202 kB | 102/472 kB | 7.7/46 kB Progress (3): 192/202 kB | 102/472 kB | 12/46 kB Progress (3): 192/202 kB | 106/472 kB | 12/46 kB Progress (3): 196/202 kB | 106/472 kB | 12/46 kB Progress (3): 196/202 kB | 110/472 kB | 12/46 kB Progress (3): 196/202 kB | 110/472 kB | 16/46 kB Progress (3): 196/202 kB | 114/472 kB | 16/46 kB Progress (3): 196/202 kB | 114/472 kB | 20/46 kB Progress (3): 196/202 kB | 118/472 kB | 20/46 kB Progress (3): 196/202 kB | 122/472 kB | 20/46 kB Progress (3): 200/202 kB | 122/472 kB | 20/46 kB Progress (3): 200/202 kB | 126/472 kB | 20/46 kB Progress (3): 200/202 kB | 130/472 kB | 20/46 kB Progress (3): 200/202 kB | 131/472 kB | 20/46 kB Progress (4): 200/202 kB | 131/472 kB | 20/46 kB | 4.1/13 kB Progress (4): 200/202 kB | 131/472 kB | 20/46 kB | 7.7/13 kB Progress (4): 200/202 kB | 131/472 kB | 20/46 kB | 12/13 kB Progress (4): 200/202 kB | 131/472 kB | 20/46 kB | 13 kB Progress (4): 200/202 kB | 131/472 kB | 24/46 kB | 13 kB Progress (4): 200/202 kB | 135/472 kB | 24/46 kB | 13 kB Progress (4): 202 kB | 135/472 kB | 24/46 kB | 13 kB Progress (4): 202 kB | 139/472 kB | 24/46 kB | 13 kB Progress (4): 202 kB | 143/472 kB | 24/46 kB | 13 kB Progress (4): 202 kB | 143/472 kB | 28/46 kB | 13 kB Progress (4): 202 kB | 147/472 kB | 28/46 kB | 13 kB Progress (5): 202 kB | 147/472 kB | 28/46 kB | 13 kB | 4.1/49 kB Progress (5): 202 kB | 151/472 kB | 28/46 kB | 13 kB | 4.1/49 kB Progress (5): 202 kB | 151/472 kB | 32/46 kB | 13 kB | 4.1/49 kB Progress (5): 202 kB | 155/472 kB | 32/46 kB | 13 kB | 4.1/49 kB Progress (5): 202 kB | 155/472 kB | 32/46 kB | 13 kB | 7.7/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 7.7/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 12/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 16/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 20/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 24/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 28/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 32/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 36/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 40/49 kB Progress (5): 202 kB | 159/472 kB | 32/46 kB | 13 kB | 44/49 kB Progress (5): 202 kB | 159/472 kB | 36/46 kB | 13 kB | 44/49 kB Progress (5): 202 kB | 159/472 kB | 36/46 kB | 13 kB | 48/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 14 kB/s) 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 (4): 202 kB | 163/472 kB | 36/46 kB | 48/49 kB Progress (4): 202 kB | 167/472 kB | 36/46 kB | 48/49 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 207 kB/s) 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): 167/472 kB | 36/46 kB | 49 kB Progress (3): 167/472 kB | 40/46 kB | 49 kB Progress (3): 171/472 kB | 40/46 kB | 49 kB Progress (3): 171/472 kB | 44/46 kB | 49 kB Progress (3): 171/472 kB | 46 kB | 49 kB Progress (3): 175/472 kB | 46 kB | 49 kB Progress (3): 179/472 kB | 46 kB | 49 kB Progress (3): 183/472 kB | 46 kB | 49 kB Progress (3): 187/472 kB | 46 kB | 49 kB Progress (3): 191/472 kB | 46 kB | 49 kB Progress (3): 195/472 kB | 46 kB | 49 kB Progress (3): 199/472 kB | 46 kB | 49 kB Progress (3): 203/472 kB | 46 kB | 49 kB Progress (3): 207/472 kB | 46 kB | 49 kB Progress (3): 211/472 kB | 46 kB | 49 kB Progress (3): 215/472 kB | 46 kB | 49 kB Progress (3): 219/472 kB | 46 kB | 49 kB Progress (3): 223/472 kB | 46 kB | 49 kB Progress (3): 227/472 kB | 46 kB | 49 kB Progress (3): 231/472 kB | 46 kB | 49 kB Progress (3): 235/472 kB | 46 kB | 49 kB Progress (3): 239/472 kB | 46 kB | 49 kB Progress (3): 243/472 kB | 46 kB | 49 kB Progress (3): 247/472 kB | 46 kB | 49 kB Progress (3): 251/472 kB | 46 kB | 49 kB Progress (3): 255/472 kB | 46 kB | 49 kB Progress (3): 259/472 kB | 46 kB | 49 kB Progress (3): 263/472 kB | 46 kB | 49 kB Progress (3): 267/472 kB | 46 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 47 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 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (2): 267/472 kB | 4.1/187 kB Progress (3): 267/472 kB | 4.1/187 kB | 4.1/247 kB Progress (3): 271/472 kB | 4.1/187 kB | 4.1/247 kB Progress (3): 271/472 kB | 4.1/187 kB | 7.7/247 kB Progress (3): 271/472 kB | 7.7/187 kB | 7.7/247 kB Progress (3): 275/472 kB | 7.7/187 kB | 7.7/247 kB Progress (3): 275/472 kB | 7.7/187 kB | 12/247 kB Progress (3): 275/472 kB | 12/187 kB | 12/247 kB Progress (3): 275/472 kB | 12/187 kB | 16/247 kB Progress (3): 279/472 kB | 12/187 kB | 16/247 kB Progress (3): 279/472 kB | 12/187 kB | 20/247 kB Progress (3): 279/472 kB | 16/187 kB | 20/247 kB Progress (3): 279/472 kB | 16/187 kB | 24/247 kB Progress (3): 283/472 kB | 16/187 kB | 24/247 kB Progress (3): 283/472 kB | 20/187 kB | 24/247 kB Progress (3): 283/472 kB | 20/187 kB | 28/247 kB Progress (3): 283/472 kB | 24/187 kB | 28/247 kB Progress (3): 287/472 kB | 24/187 kB | 28/247 kB Progress (3): 287/472 kB | 24/187 kB | 32/247 kB Progress (3): 291/472 kB | 24/187 kB | 32/247 kB Progress (3): 291/472 kB | 28/187 kB | 32/247 kB Progress (3): 291/472 kB | 28/187 kB | 33/247 kB Progress (3): 291/472 kB | 32/187 kB | 33/247 kB Progress (3): 295/472 kB | 32/187 kB | 33/247 kB Progress (3): 295/472 kB | 33/187 kB | 33/247 kB Progress (3): 295/472 kB | 33/187 kB | 37/247 kB Progress (3): 299/472 kB | 33/187 kB | 37/247 kB Progress (3): 299/472 kB | 33/187 kB | 41/247 kB Progress (3): 299/472 kB | 37/187 kB | 41/247 kB Progress (3): 303/472 kB | 37/187 kB | 41/247 kB Progress (3): 303/472 kB | 37/187 kB | 45/247 kB Progress (3): 303/472 kB | 41/187 kB | 45/247 kB Progress (3): 303/472 kB | 41/187 kB | 49/247 kB Progress (3): 307/472 kB | 41/187 kB | 49/247 kB Progress (3): 307/472 kB | 45/187 kB | 49/247 kB Progress (3): 307/472 kB | 45/187 kB | 53/247 kB Progress (3): 307/472 kB | 49/187 kB | 53/247 kB Progress (3): 311/472 kB | 49/187 kB | 53/247 kB Progress (3): 311/472 kB | 49/187 kB | 57/247 kB Progress (3): 311/472 kB | 53/187 kB | 57/247 kB Progress (3): 315/472 kB | 53/187 kB | 57/247 kB Progress (3): 315/472 kB | 57/187 kB | 57/247 kB Progress (3): 319/472 kB | 57/187 kB | 57/247 kB Progress (3): 319/472 kB | 57/187 kB | 61/247 kB Progress (4): 319/472 kB | 57/187 kB | 61/247 kB | 4.1/86 kB Progress (4): 323/472 kB | 57/187 kB | 61/247 kB | 4.1/86 kB Progress (4): 323/472 kB | 61/187 kB | 61/247 kB | 4.1/86 kB Progress (4): 323/472 kB | 65/187 kB | 61/247 kB | 4.1/86 kB Progress (5): 323/472 kB | 65/187 kB | 61/247 kB | 4.1/86 kB | 4.1/209 kB Progress (5): 327/472 kB | 65/187 kB | 61/247 kB | 4.1/86 kB | 4.1/209 kB Progress (5): 327/472 kB | 65/187 kB | 61/247 kB | 7.7/86 kB | 4.1/209 kB Progress (5): 327/472 kB | 65/187 kB | 65/247 kB | 7.7/86 kB | 4.1/209 kB Progress (5): 327/472 kB | 65/187 kB | 65/247 kB | 12/86 kB | 4.1/209 kB Progress (5): 331/472 kB | 65/187 kB | 65/247 kB | 12/86 kB | 4.1/209 kB Progress (5): 331/472 kB | 65/187 kB | 65/247 kB | 12/86 kB | 7.7/209 kB Progress (5): 331/472 kB | 66/187 kB | 65/247 kB | 12/86 kB | 7.7/209 kB Progress (5): 331/472 kB | 66/187 kB | 65/247 kB | 12/86 kB | 12/209 kB Progress (5): 335/472 kB | 66/187 kB | 65/247 kB | 12/86 kB | 12/209 kB Progress (5): 335/472 kB | 66/187 kB | 65/247 kB | 16/86 kB | 12/209 kB Progress (5): 335/472 kB | 66/187 kB | 65/247 kB | 20/86 kB | 12/209 kB Progress (5): 335/472 kB | 66/187 kB | 65/247 kB | 24/86 kB | 12/209 kB Progress (5): 335/472 kB | 66/187 kB | 65/247 kB | 28/86 kB | 12/209 kB Progress (5): 335/472 kB | 66/187 kB | 65/247 kB | 32/86 kB | 12/209 kB Progress (5): 335/472 kB | 66/187 kB | 66/247 kB | 32/86 kB | 12/209 kB Progress (5): 335/472 kB | 66/187 kB | 66/247 kB | 33/86 kB | 12/209 kB Progress (5): 339/472 kB | 66/187 kB | 66/247 kB | 33/86 kB | 12/209 kB Progress (5): 339/472 kB | 66/187 kB | 66/247 kB | 33/86 kB | 16/209 kB Progress (5): 339/472 kB | 70/187 kB | 66/247 kB | 33/86 kB | 16/209 kB Progress (5): 339/472 kB | 70/187 kB | 66/247 kB | 33/86 kB | 20/209 kB Progress (5): 343/472 kB | 70/187 kB | 66/247 kB | 33/86 kB | 20/209 kB Progress (5): 347/472 kB | 70/187 kB | 66/247 kB | 33/86 kB | 20/209 kB Progress (5): 347/472 kB | 70/187 kB | 66/247 kB | 37/86 kB | 20/209 kB Progress (5): 347/472 kB | 70/187 kB | 70/247 kB | 37/86 kB | 20/209 kB Progress (5): 347/472 kB | 70/187 kB | 70/247 kB | 41/86 kB | 20/209 kB Progress (5): 351/472 kB | 70/187 kB | 70/247 kB | 41/86 kB | 20/209 kB Progress (5): 351/472 kB | 70/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 74/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 78/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 82/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 86/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 90/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 94/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 98/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 98/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 102/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 106/187 kB | 70/247 kB | 41/86 kB | 24/209 kB Progress (5): 351/472 kB | 106/187 kB | 70/247 kB | 41/86 kB | 28/209 kB Progress (5): 355/472 kB | 106/187 kB | 70/247 kB | 41/86 kB | 28/209 kB Progress (5): 355/472 kB | 106/187 kB | 70/247 kB | 45/86 kB | 28/209 kB Progress (5): 355/472 kB | 106/187 kB | 74/247 kB | 45/86 kB | 28/209 kB Progress (5): 355/472 kB | 106/187 kB | 78/247 kB | 45/86 kB | 28/209 kB Progress (5): 355/472 kB | 106/187 kB | 82/247 kB | 45/86 kB | 28/209 kB Progress (5): 355/472 kB | 106/187 kB | 82/247 kB | 49/86 kB | 28/209 kB Progress (5): 359/472 kB | 106/187 kB | 82/247 kB | 49/86 kB | 28/209 kB Progress (5): 359/472 kB | 106/187 kB | 82/247 kB | 49/86 kB | 32/209 kB Progress (5): 359/472 kB | 110/187 kB | 82/247 kB | 49/86 kB | 32/209 kB Progress (5): 359/472 kB | 110/187 kB | 82/247 kB | 49/86 kB | 33/209 kB Progress (5): 363/472 kB | 110/187 kB | 82/247 kB | 49/86 kB | 33/209 kB Progress (5): 363/472 kB | 110/187 kB | 82/247 kB | 53/86 kB | 33/209 kB Progress (5): 363/472 kB | 110/187 kB | 86/247 kB | 53/86 kB | 33/209 kB Progress (5): 363/472 kB | 110/187 kB | 86/247 kB | 57/86 kB | 33/209 kB Progress (5): 367/472 kB | 110/187 kB | 86/247 kB | 57/86 kB | 33/209 kB Progress (5): 367/472 kB | 110/187 kB | 86/247 kB | 57/86 kB | 37/209 kB Progress (5): 367/472 kB | 114/187 kB | 86/247 kB | 57/86 kB | 37/209 kB Progress (5): 367/472 kB | 114/187 kB | 86/247 kB | 57/86 kB | 41/209 kB Progress (5): 371/472 kB | 114/187 kB | 86/247 kB | 57/86 kB | 41/209 kB Progress (5): 371/472 kB | 114/187 kB | 86/247 kB | 57/86 kB | 45/209 kB Progress (5): 371/472 kB | 114/187 kB | 86/247 kB | 57/86 kB | 49/209 kB Progress (5): 371/472 kB | 114/187 kB | 86/247 kB | 61/86 kB | 49/209 kB Progress (5): 371/472 kB | 114/187 kB | 90/247 kB | 61/86 kB | 49/209 kB Progress (5): 371/472 kB | 114/187 kB | 90/247 kB | 65/86 kB | 49/209 kB Progress (5): 371/472 kB | 114/187 kB | 90/247 kB | 65/86 kB | 53/209 kB Progress (5): 375/472 kB | 114/187 kB | 90/247 kB | 65/86 kB | 53/209 kB Progress (5): 375/472 kB | 118/187 kB | 90/247 kB | 65/86 kB | 53/209 kB Progress (5): 379/472 kB | 118/187 kB | 90/247 kB | 65/86 kB | 53/209 kB Progress (5): 379/472 kB | 118/187 kB | 90/247 kB | 65/86 kB | 57/209 kB Progress (5): 379/472 kB | 118/187 kB | 90/247 kB | 69/86 kB | 57/209 kB Progress (5): 379/472 kB | 118/187 kB | 94/247 kB | 69/86 kB | 57/209 kB Progress (5): 379/472 kB | 118/187 kB | 94/247 kB | 73/86 kB | 57/209 kB Progress (5): 379/472 kB | 118/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 383/472 kB | 118/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 387/472 kB | 118/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 391/472 kB | 118/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 395/472 kB | 118/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 399/472 kB | 118/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 403/472 kB | 118/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 407/472 kB | 118/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 407/472 kB | 122/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 411/472 kB | 122/187 kB | 94/247 kB | 73/86 kB | 61/209 kB Progress (5): 411/472 kB | 122/187 kB | 94/247 kB | 73/86 kB | 65/209 kB Progress (5): 411/472 kB | 122/187 kB | 94/247 kB | 77/86 kB | 65/209 kB Progress (5): 411/472 kB | 122/187 kB | 98/247 kB | 77/86 kB | 65/209 kB Progress (5): 411/472 kB | 122/187 kB | 98/247 kB | 81/86 kB | 65/209 kB Progress (5): 411/472 kB | 122/187 kB | 98/247 kB | 81/86 kB | 66/209 kB Progress (5): 415/472 kB | 122/187 kB | 98/247 kB | 81/86 kB | 66/209 kB Progress (5): 415/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 66/209 kB Progress (5): 419/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 66/209 kB Progress (5): 419/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 70/209 kB Progress (5): 419/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 70/209 kB Progress (5): 419/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 423/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 427/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 431/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 435/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 439/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 443/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 447/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 451/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 455/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 459/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 463/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 467/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 471/472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 472 kB | 126/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 472 kB | 130/187 kB | 98/247 kB | 81/86 kB | 74/209 kB Progress (5): 472 kB | 130/187 kB | 98/247 kB | 81/86 kB | 78/209 kB Progress (5): 472 kB | 130/187 kB | 98/247 kB | 85/86 kB | 78/209 kB Progress (5): 472 kB | 130/187 kB | 98/247 kB | 86 kB | 78/209 kB Progress (5): 472 kB | 130/187 kB | 102/247 kB | 86 kB | 78/209 kB Progress (5): 472 kB | 130/187 kB | 102/247 kB | 86 kB | 82/209 kB Progress (5): 472 kB | 131/187 kB | 102/247 kB | 86 kB | 82/209 kB Progress (5): 472 kB | 131/187 kB | 102/247 kB | 86 kB | 86/209 kB Progress (5): 472 kB | 131/187 kB | 106/247 kB | 86 kB | 86/209 kB Progress (5): 472 kB | 131/187 kB | 106/247 kB | 86 kB | 90/209 kB Progress (5): 472 kB | 135/187 kB | 106/247 kB | 86 kB | 90/209 kB Progress (5): 472 kB | 139/187 kB | 106/247 kB | 86 kB | 90/209 kB Progress (5): 472 kB | 139/187 kB | 106/247 kB | 86 kB | 94/209 kB Progress (5): 472 kB | 139/187 kB | 110/247 kB | 86 kB | 94/209 kB Progress (5): 472 kB | 139/187 kB | 114/247 kB | 86 kB | 94/209 kB Progress (5): 472 kB | 139/187 kB | 118/247 kB | 86 kB | 94/209 kB Progress (5): 472 kB | 139/187 kB | 122/247 kB | 86 kB | 94/209 kB Progress (5): 472 kB | 139/187 kB | 126/247 kB | 86 kB | 94/209 kB Progress (5): 472 kB | 139/187 kB | 126/247 kB | 86 kB | 98/209 kB Progress (5): 472 kB | 143/187 kB | 126/247 kB | 86 kB | 98/209 kB Progress (5): 472 kB | 143/187 kB | 130/247 kB | 86 kB | 98/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 396 kB/s) Progress (4): 143/187 kB | 130/247 kB | 86 kB | 102/209 kB Progress (4): 147/187 kB | 130/247 kB | 86 kB | 102/209 kB Progress (4): 147/187 kB | 130/247 kB | 86 kB | 106/209 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 (4): 147/187 kB | 131/247 kB | 86 kB | 106/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 72 kB/s) Progress (3): 147/187 kB | 131/247 kB | 110/209 kB Progress (3): 147/187 kB | 131/247 kB | 114/209 kB Progress (3): 151/187 kB | 131/247 kB | 114/209 kB Progress (3): 151/187 kB | 131/247 kB | 118/209 kB Progress (3): 151/187 kB | 131/247 kB | 122/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 (3): 151/187 kB | 135/247 kB | 122/209 kB Progress (3): 151/187 kB | 135/247 kB | 126/209 kB Progress (3): 151/187 kB | 135/247 kB | 130/209 kB Progress (3): 155/187 kB | 135/247 kB | 130/209 kB Progress (3): 155/187 kB | 135/247 kB | 134/209 kB Progress (3): 159/187 kB | 135/247 kB | 134/209 kB Progress (3): 159/187 kB | 139/247 kB | 134/209 kB Progress (3): 163/187 kB | 139/247 kB | 134/209 kB Progress (3): 163/187 kB | 139/247 kB | 138/209 kB Progress (3): 167/187 kB | 139/247 kB | 138/209 kB Progress (3): 167/187 kB | 143/247 kB | 138/209 kB Progress (3): 171/187 kB | 143/247 kB | 138/209 kB Progress (3): 171/187 kB | 143/247 kB | 142/209 kB Progress (3): 175/187 kB | 143/247 kB | 142/209 kB Progress (3): 175/187 kB | 147/247 kB | 142/209 kB Progress (3): 179/187 kB | 147/247 kB | 142/209 kB Progress (3): 179/187 kB | 147/247 kB | 146/209 kB Progress (3): 183/187 kB | 147/247 kB | 146/209 kB Progress (3): 183/187 kB | 151/247 kB | 146/209 kB Progress (3): 183/187 kB | 151/247 kB | 150/209 kB Progress (3): 187 kB | 151/247 kB | 150/209 kB Progress (3): 187 kB | 151/247 kB | 154/209 kB Progress (3): 187 kB | 155/247 kB | 154/209 kB Progress (3): 187 kB | 155/247 kB | 158/209 kB Progress (3): 187 kB | 155/247 kB | 162/209 kB Progress (3): 187 kB | 159/247 kB | 162/209 kB Progress (3): 187 kB | 163/247 kB | 162/209 kB Progress (3): 187 kB | 163/247 kB | 166/209 kB Progress (3): 187 kB | 164/247 kB | 166/209 kB Progress (3): 187 kB | 164/247 kB | 170/209 kB Progress (3): 187 kB | 168/247 kB | 170/209 kB Progress (3): 187 kB | 168/247 kB | 174/209 kB Progress (3): 187 kB | 172/247 kB | 174/209 kB Progress (3): 187 kB | 172/247 kB | 178/209 kB Progress (3): 187 kB | 176/247 kB | 178/209 kB Progress (3): 187 kB | 176/247 kB | 182/209 kB Progress (3): 187 kB | 180/247 kB | 182/209 kB Progress (3): 187 kB | 180/247 kB | 186/209 kB Progress (3): 187 kB | 184/247 kB | 186/209 kB Progress (3): 187 kB | 184/247 kB | 190/209 kB Progress (3): 187 kB | 188/247 kB | 190/209 kB Progress (3): 187 kB | 188/247 kB | 194/209 kB Progress (3): 187 kB | 192/247 kB | 194/209 kB Progress (3): 187 kB | 192/247 kB | 198/209 kB Progress (3): 187 kB | 192/247 kB | 202/209 kB Progress (3): 187 kB | 192/247 kB | 206/209 kB Progress (4): 187 kB | 192/247 kB | 206/209 kB | 4.1/532 kB Progress (4): 187 kB | 192/247 kB | 206/209 kB | 7.7/532 kB Progress (4): 187 kB | 196/247 kB | 206/209 kB | 7.7/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 147 kB/s) Progress (3): 196/247 kB | 206/209 kB | 12/532 kB Progress (3): 196/247 kB | 209 kB | 12/532 kB Progress (4): 196/247 kB | 209 kB | 12/532 kB | 4.1/56 kB Progress (4): 196/247 kB | 209 kB | 12/532 kB | 7.7/56 kB Progress (4): 196/247 kB | 209 kB | 16/532 kB | 7.7/56 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 197/247 kB | 209 kB | 16/532 kB | 7.7/56 kB Progress (4): 197/247 kB | 209 kB | 20/532 kB | 7.7/56 kB Progress (4): 197/247 kB | 209 kB | 20/532 kB | 12/56 kB Progress (4): 197/247 kB | 209 kB | 24/532 kB | 12/56 kB Progress (4): 201/247 kB | 209 kB | 24/532 kB | 12/56 kB Progress (4): 201/247 kB | 209 kB | 28/532 kB | 12/56 kB Progress (4): 201/247 kB | 209 kB | 28/532 kB | 16/56 kB Progress (4): 201/247 kB | 209 kB | 32/532 kB | 16/56 kB Progress (4): 205/247 kB | 209 kB | 32/532 kB | 16/56 kB Progress (4): 205/247 kB | 209 kB | 33/532 kB | 16/56 kB Progress (4): 205/247 kB | 209 kB | 33/532 kB | 20/56 kB Progress (4): 209/247 kB | 209 kB | 33/532 kB | 20/56 kB Progress (4): 209/247 kB | 209 kB | 33/532 kB | 24/56 kB Progress (4): 209/247 kB | 209 kB | 37/532 kB | 24/56 kB Progress (4): 209/247 kB | 209 kB | 37/532 kB | 28/56 kB Progress (4): 209/247 kB | 209 kB | 37/532 kB | 32/56 kB Progress (4): 209/247 kB | 209 kB | 37/532 kB | 36/56 kB Progress (4): 209/247 kB | 209 kB | 37/532 kB | 40/56 kB Progress (4): 209/247 kB | 209 kB | 37/532 kB | 44/56 kB Progress (4): 209/247 kB | 209 kB | 37/532 kB | 48/56 kB Progress (4): 213/247 kB | 209 kB | 37/532 kB | 48/56 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 162 kB/s) Progress (3): 213/247 kB | 41/532 kB | 48/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/247 kB | 41/532 kB | 48/56 kB Progress (3): 217/247 kB | 41/532 kB | 52/56 kB Progress (3): 221/247 kB | 41/532 kB | 52/56 kB Progress (3): 221/247 kB | 45/532 kB | 52/56 kB Progress (3): 221/247 kB | 49/532 kB | 52/56 kB Progress (3): 221/247 kB | 53/532 kB | 52/56 kB Progress (3): 221/247 kB | 57/532 kB | 52/56 kB Progress (4): 221/247 kB | 57/532 kB | 52/56 kB | 4.1/58 kB Progress (4): 221/247 kB | 57/532 kB | 52/56 kB | 7.7/58 kB Progress (4): 225/247 kB | 57/532 kB | 52/56 kB | 7.7/58 kB Progress (4): 225/247 kB | 57/532 kB | 56/56 kB | 7.7/58 kB Progress (4): 229/247 kB | 57/532 kB | 56/56 kB | 7.7/58 kB Progress (4): 229/247 kB | 57/532 kB | 56/56 kB | 12/58 kB Progress (4): 229/247 kB | 57/532 kB | 56/56 kB | 16/58 kB Progress (4): 229/247 kB | 61/532 kB | 56/56 kB | 16/58 kB Progress (4): 229/247 kB | 61/532 kB | 56/56 kB | 20/58 kB Progress (4): 233/247 kB | 61/532 kB | 56/56 kB | 20/58 kB Progress (4): 233/247 kB | 61/532 kB | 56 kB | 20/58 kB Progress (4): 237/247 kB | 61/532 kB | 56 kB | 20/58 kB Progress (4): 237/247 kB | 61/532 kB | 56 kB | 24/58 kB Progress (4): 237/247 kB | 65/532 kB | 56 kB | 24/58 kB Progress (4): 241/247 kB | 65/532 kB | 56 kB | 24/58 kB Progress (4): 245/247 kB | 65/532 kB | 56 kB | 24/58 kB Progress (4): 245/247 kB | 66/532 kB | 56 kB | 24/58 kB Progress (4): 245/247 kB | 66/532 kB | 56 kB | 28/58 kB Progress (4): 245/247 kB | 70/532 kB | 56 kB | 28/58 kB Progress (4): 245/247 kB | 74/532 kB | 56 kB | 28/58 kB Progress (4): 247 kB | 74/532 kB | 56 kB | 28/58 kB Progress (4): 247 kB | 78/532 kB | 56 kB | 28/58 kB Progress (4): 247 kB | 78/532 kB | 56 kB | 32/58 kB Progress (4): 247 kB | 82/532 kB | 56 kB | 32/58 kB Progress (4): 247 kB | 82/532 kB | 56 kB | 36/58 kB Progress (4): 247 kB | 86/532 kB | 56 kB | 36/58 kB Progress (4): 247 kB | 86/532 kB | 56 kB | 40/58 kB Progress (4): 247 kB | 90/532 kB | 56 kB | 40/58 kB Progress (4): 247 kB | 90/532 kB | 56 kB | 44/58 kB Progress (4): 247 kB | 94/532 kB | 56 kB | 44/58 kB Progress (4): 247 kB | 94/532 kB | 56 kB | 48/58 kB Progress (4): 247 kB | 98/532 kB | 56 kB | 48/58 kB Progress (4): 247 kB | 98/532 kB | 56 kB | 52/58 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 180 kB/s) Progress (4): 98/532 kB | 56 kB | 52/58 kB | 4.1/100 kB Progress (4): 98/532 kB | 56 kB | 52/58 kB | 4.1/100 kB Progress (4): 98/532 kB | 56 kB | 52/58 kB | 7.7/100 kB Progress (4): 102/532 kB | 56 kB | 52/58 kB | 7.7/100 kB Progress (4): 102/532 kB | 56 kB | 52/58 kB | 12/100 kB Progress (4): 102/532 kB | 56 kB | 52/58 kB | 16/100 kB Progress (4): 102/532 kB | 56 kB | 52/58 kB | 20/100 kB Progress (4): 102/532 kB | 56 kB | 52/58 kB | 24/100 kB Progress (4): 102/532 kB | 56 kB | 52/58 kB | 28/100 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar 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 40 kB/s) Progress (3): 102/532 kB | 56/58 kB | 28/100 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Progress (3): 102/532 kB | 56/58 kB | 32/100 kB Progress (3): 106/532 kB | 56/58 kB | 32/100 kB Progress (3): 106/532 kB | 56/58 kB | 33/100 kB Progress (3): 106/532 kB | 56/58 kB | 37/100 kB Progress (3): 106/532 kB | 56/58 kB | 41/100 kB Progress (3): 106/532 kB | 56/58 kB | 45/100 kB Progress (3): 106/532 kB | 56/58 kB | 49/100 kB Progress (3): 106/532 kB | 56/58 kB | 53/100 kB Progress (3): 106/532 kB | 58 kB | 53/100 kB Progress (3): 106/532 kB | 58 kB | 57/100 kB Progress (3): 110/532 kB | 58 kB | 57/100 kB Progress (3): 114/532 kB | 58 kB | 57/100 kB Progress (3): 114/532 kB | 58 kB | 61/100 kB Progress (3): 118/532 kB | 58 kB | 61/100 kB Progress (3): 122/532 kB | 58 kB | 61/100 kB Progress (3): 122/532 kB | 58 kB | 65/100 kB Progress (3): 126/532 kB | 58 kB | 65/100 kB Progress (3): 130/532 kB | 58 kB | 65/100 kB Progress (3): 131/532 kB | 58 kB | 65/100 kB Progress (3): 131/532 kB | 58 kB | 66/100 kB Progress (3): 135/532 kB | 58 kB | 66/100 kB Progress (3): 139/532 kB | 58 kB | 66/100 kB Progress (3): 139/532 kB | 58 kB | 70/100 kB Progress (3): 143/532 kB | 58 kB | 70/100 kB Progress (3): 147/532 kB | 58 kB | 70/100 kB Progress (3): 147/532 kB | 58 kB | 74/100 kB Progress (3): 151/532 kB | 58 kB | 74/100 kB Progress (3): 155/532 kB | 58 kB | 74/100 kB Progress (3): 155/532 kB | 58 kB | 78/100 kB Progress (3): 159/532 kB | 58 kB | 78/100 kB Progress (3): 163/532 kB | 58 kB | 78/100 kB Progress (3): 163/532 kB | 58 kB | 82/100 kB Progress (3): 167/532 kB | 58 kB | 82/100 kB Progress (3): 171/532 kB | 58 kB | 82/100 kB Progress (3): 171/532 kB | 58 kB | 86/100 kB Progress (3): 171/532 kB | 58 kB | 90/100 kB Progress (3): 175/532 kB | 58 kB | 90/100 kB Progress (4): 175/532 kB | 58 kB | 90/100 kB | 4.1/245 kB Progress (4): 179/532 kB | 58 kB | 90/100 kB | 4.1/245 kB Progress (4): 179/532 kB | 58 kB | 94/100 kB | 4.1/245 kB Progress (4): 179/532 kB | 58 kB | 94/100 kB | 7.7/245 kB Progress (4): 179/532 kB | 58 kB | 94/100 kB | 12/245 kB Progress (4): 179/532 kB | 58 kB | 94/100 kB | 16/245 kB Progress (4): 179/532 kB | 58 kB | 98/100 kB | 16/245 kB Progress (4): 179/532 kB | 58 kB | 98/100 kB | 20/245 kB Progress (5): 179/532 kB | 58 kB | 98/100 kB | 20/245 kB | 0/1.4 MB Progress (5): 183/532 kB | 58 kB | 98/100 kB | 20/245 kB | 0/1.4 MB Progress (5): 183/532 kB | 58 kB | 98/100 kB | 20/245 kB | 0/1.4 MB Progress (5): 183/532 kB | 58 kB | 98/100 kB | 24/245 kB | 0/1.4 MB Progress (5): 183/532 kB | 58 kB | 100 kB | 24/245 kB | 0/1.4 MB Progress (5): 183/532 kB | 58 kB | 100 kB | 24/245 kB | 0/1.4 MB Progress (5): 187/532 kB | 58 kB | 100 kB | 24/245 kB | 0/1.4 MB Progress (5): 191/532 kB | 58 kB | 100 kB | 24/245 kB | 0/1.4 MB Progress (5): 195/532 kB | 58 kB | 100 kB | 24/245 kB | 0/1.4 MB Progress (5): 195/532 kB | 58 kB | 100 kB | 24/245 kB | 0/1.4 MB Progress (5): 195/532 kB | 58 kB | 100 kB | 28/245 kB | 0/1.4 MB Progress (5): 195/532 kB | 58 kB | 100 kB | 28/245 kB | 0/1.4 MB Progress (5): 199/532 kB | 58 kB | 100 kB | 28/245 kB | 0/1.4 MB Progress (5): 199/532 kB | 58 kB | 100 kB | 28/245 kB | 0/1.4 MB Progress (5): 199/532 kB | 58 kB | 100 kB | 32/245 kB | 0/1.4 MB Progress (5): 199/532 kB | 58 kB | 100 kB | 32/245 kB | 0/1.4 MB Progress (5): 203/532 kB | 58 kB | 100 kB | 32/245 kB | 0/1.4 MB Progress (5): 203/532 kB | 58 kB | 100 kB | 32/245 kB | 0/1.4 MB Progress (5): 203/532 kB | 58 kB | 100 kB | 33/245 kB | 0/1.4 MB Progress (5): 203/532 kB | 58 kB | 100 kB | 33/245 kB | 0/1.4 MB Progress (5): 207/532 kB | 58 kB | 100 kB | 33/245 kB | 0/1.4 MB Progress (5): 207/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 211/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 211/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 215/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 219/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 223/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 227/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 231/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 235/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 239/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 243/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 247/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 251/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 255/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 259/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 263/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 267/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 271/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 275/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 279/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 283/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 287/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 291/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 295/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 299/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 303/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 307/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 311/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 315/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 319/532 kB | 58 kB | 100 kB | 37/245 kB | 0/1.4 MB Progress (5): 319/532 kB | 58 kB | 100 kB | 41/245 kB | 0/1.4 MB Progress (5): 323/532 kB | 58 kB | 100 kB | 41/245 kB | 0/1.4 MB Progress (5): 323/532 kB | 58 kB | 100 kB | 45/245 kB | 0/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 39 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar 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 67 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Progress (3): 323/532 kB | 45/245 kB | 0/1.4 MB Progress (3): 327/532 kB | 45/245 kB | 0/1.4 MB Progress (3): 327/532 kB | 45/245 kB | 0/1.4 MB Progress (3): 327/532 kB | 49/245 kB | 0/1.4 MB Progress (3): 327/532 kB | 49/245 kB | 0/1.4 MB Progress (3): 331/532 kB | 49/245 kB | 0/1.4 MB Progress (3): 331/532 kB | 53/245 kB | 0/1.4 MB Progress (3): 335/532 kB | 53/245 kB | 0/1.4 MB Progress (3): 335/532 kB | 53/245 kB | 0.1/1.4 MB Progress (3): 339/532 kB | 53/245 kB | 0.1/1.4 MB Progress (3): 339/532 kB | 57/245 kB | 0.1/1.4 MB Progress (3): 343/532 kB | 57/245 kB | 0.1/1.4 MB Progress (3): 343/532 kB | 57/245 kB | 0.1/1.4 MB Progress (3): 347/532 kB | 57/245 kB | 0.1/1.4 MB Progress (3): 347/532 kB | 61/245 kB | 0.1/1.4 MB Progress (3): 351/532 kB | 61/245 kB | 0.1/1.4 MB Progress (3): 351/532 kB | 61/245 kB | 0.1/1.4 MB Progress (3): 355/532 kB | 61/245 kB | 0.1/1.4 MB Progress (3): 355/532 kB | 65/245 kB | 0.1/1.4 MB Progress (3): 359/532 kB | 65/245 kB | 0.1/1.4 MB Progress (3): 359/532 kB | 65/245 kB | 0.1/1.4 MB Progress (3): 363/532 kB | 65/245 kB | 0.1/1.4 MB Progress (3): 363/532 kB | 66/245 kB | 0.1/1.4 MB Progress (3): 367/532 kB | 66/245 kB | 0.1/1.4 MB Progress (3): 367/532 kB | 66/245 kB | 0.1/1.4 MB Progress (3): 371/532 kB | 66/245 kB | 0.1/1.4 MB Progress (3): 371/532 kB | 70/245 kB | 0.1/1.4 MB Progress (3): 371/532 kB | 70/245 kB | 0.1/1.4 MB Progress (3): 371/532 kB | 74/245 kB | 0.1/1.4 MB Progress (3): 375/532 kB | 74/245 kB | 0.1/1.4 MB Progress (3): 375/532 kB | 74/245 kB | 0.1/1.4 MB Progress (3): 379/532 kB | 74/245 kB | 0.1/1.4 MB Progress (3): 379/532 kB | 78/245 kB | 0.1/1.4 MB Progress (3): 379/532 kB | 78/245 kB | 0.1/1.4 MB Progress (3): 379/532 kB | 82/245 kB | 0.1/1.4 MB Progress (3): 383/532 kB | 82/245 kB | 0.1/1.4 MB Progress (3): 383/532 kB | 86/245 kB | 0.1/1.4 MB Progress (3): 383/532 kB | 86/245 kB | 0.1/1.4 MB Progress (3): 383/532 kB | 90/245 kB | 0.1/1.4 MB Progress (3): 387/532 kB | 90/245 kB | 0.1/1.4 MB Progress (3): 387/532 kB | 90/245 kB | 0.1/1.4 MB Progress (3): 387/532 kB | 94/245 kB | 0.1/1.4 MB Progress (3): 387/532 kB | 94/245 kB | 0.1/1.4 MB Progress (3): 391/532 kB | 94/245 kB | 0.1/1.4 MB Progress (3): 391/532 kB | 98/245 kB | 0.1/1.4 MB Progress (3): 395/532 kB | 98/245 kB | 0.1/1.4 MB Progress (3): 395/532 kB | 98/245 kB | 0.1/1.4 MB Progress (3): 395/532 kB | 98/245 kB | 0.1/1.4 MB Progress (3): 395/532 kB | 98/245 kB | 0.1/1.4 MB Progress (3): 399/532 kB | 98/245 kB | 0.1/1.4 MB Progress (3): 399/532 kB | 98/245 kB | 0.1/1.4 MB Progress (3): 399/532 kB | 102/245 kB | 0.1/1.4 MB Progress (3): 399/532 kB | 102/245 kB | 0.1/1.4 MB Progress (3): 403/532 kB | 102/245 kB | 0.1/1.4 MB Progress (4): 403/532 kB | 102/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 407/532 kB | 102/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 407/532 kB | 102/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 407/532 kB | 106/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 407/532 kB | 106/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 411/532 kB | 106/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 415/532 kB | 106/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 419/532 kB | 106/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 423/532 kB | 106/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 423/532 kB | 106/245 kB | 0.1/1.4 MB | 7.7/13 kB Progress (5): 423/532 kB | 106/245 kB | 0.1/1.4 MB | 7.7/13 kB | 3.1 kB Progress (5): 423/532 kB | 106/245 kB | 0.1/1.4 MB | 12/13 kB | 3.1 kB Progress (5): 423/532 kB | 106/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 427/532 kB | 106/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 431/532 kB | 106/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 435/532 kB | 106/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 439/532 kB | 106/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 439/532 kB | 106/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 439/532 kB | 110/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 439/532 kB | 110/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 443/532 kB | 110/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 443/532 kB | 110/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 443/532 kB | 114/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 443/532 kB | 114/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 443/532 kB | 114/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 443/532 kB | 114/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 443/532 kB | 114/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 443/532 kB | 114/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 114/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 114/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 114/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 118/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 447/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 451/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 451/532 kB | 122/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 8.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 2.0 kB/s) 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): 451/532 kB | 126/245 kB | 0.2/1.4 MB Progress (3): 451/532 kB | 126/245 kB | 0.2/1.4 MB Progress (3): 451/532 kB | 126/245 kB | 0.2/1.4 MB Progress (3): 451/532 kB | 126/245 kB | 0.2/1.4 MB Progress (3): 451/532 kB | 126/245 kB | 0.2/1.4 MB Progress (3): 455/532 kB | 126/245 kB | 0.2/1.4 MB Progress (3): 455/532 kB | 126/245 kB | 0.2/1.4 MB Progress (3): 455/532 kB | 130/245 kB | 0.2/1.4 MB Progress (3): 459/532 kB | 130/245 kB | 0.2/1.4 MB Progress (3): 459/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 459/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 135/245 kB | 0.2/1.4 MB Progress (3): 463/532 kB | 135/245 kB | 0.2/1.4 MB Progress (3): 467/532 kB | 135/245 kB | 0.2/1.4 MB Progress (3): 467/532 kB | 135/245 kB | 0.3/1.4 MB Progress (3): 467/532 kB | 139/245 kB | 0.3/1.4 MB Progress (3): 471/532 kB | 139/245 kB | 0.3/1.4 MB Progress (3): 471/532 kB | 139/245 kB | 0.3/1.4 MB Progress (3): 475/532 kB | 139/245 kB | 0.3/1.4 MB Progress (3): 475/532 kB | 143/245 kB | 0.3/1.4 MB Progress (3): 475/532 kB | 143/245 kB | 0.3/1.4 MB Progress (3): 479/532 kB | 143/245 kB | 0.3/1.4 MB Progress (3): 479/532 kB | 147/245 kB | 0.3/1.4 MB Progress (3): 483/532 kB | 147/245 kB | 0.3/1.4 MB Progress (3): 483/532 kB | 147/245 kB | 0.3/1.4 MB Progress (3): 483/532 kB | 151/245 kB | 0.3/1.4 MB Progress (3): 487/532 kB | 151/245 kB | 0.3/1.4 MB Progress (3): 487/532 kB | 151/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 151/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 155/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 155/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 159/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 163/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 164/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 168/245 kB | 0.3/1.4 MB Progress (4): 491/532 kB | 168/245 kB | 0.3/1.4 MB | 4.1/36 kB Progress (4): 491/532 kB | 168/245 kB | 0.3/1.4 MB | 7.7/36 kB Progress (4): 495/532 kB | 168/245 kB | 0.3/1.4 MB | 7.7/36 kB Progress (4): 495/532 kB | 168/245 kB | 0.3/1.4 MB | 12/36 kB Progress (4): 495/532 kB | 172/245 kB | 0.3/1.4 MB | 12/36 kB Progress (4): 495/532 kB | 172/245 kB | 0.3/1.4 MB | 12/36 kB Progress (4): 495/532 kB | 176/245 kB | 0.3/1.4 MB | 12/36 kB Progress (5): 495/532 kB | 176/245 kB | 0.3/1.4 MB | 12/36 kB | 4.1/112 kB Progress (5): 495/532 kB | 180/245 kB | 0.3/1.4 MB | 12/36 kB | 4.1/112 kB Progress (5): 495/532 kB | 180/245 kB | 0.3/1.4 MB | 12/36 kB | 4.1/112 kB Progress (5): 495/532 kB | 180/245 kB | 0.3/1.4 MB | 16/36 kB | 4.1/112 kB Progress (5): 499/532 kB | 180/245 kB | 0.3/1.4 MB | 16/36 kB | 4.1/112 kB Progress (5): 499/532 kB | 180/245 kB | 0.3/1.4 MB | 20/36 kB | 4.1/112 kB Progress (5): 499/532 kB | 180/245 kB | 0.3/1.4 MB | 20/36 kB | 4.1/112 kB Progress (5): 499/532 kB | 184/245 kB | 0.3/1.4 MB | 20/36 kB | 4.1/112 kB Progress (5): 499/532 kB | 184/245 kB | 0.3/1.4 MB | 20/36 kB | 7.7/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 7.7/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0.3/1.4 MB | 24/36 kB | 12/112 kB Progress (5): 503/532 kB | 188/245 kB | 0.3/1.4 MB | 24/36 kB | 12/112 kB Progress (5): 503/532 kB | 188/245 kB | 0.3/1.4 MB | 28/36 kB | 12/112 kB Progress (5): 503/532 kB | 188/245 kB | 0.3/1.4 MB | 32/36 kB | 12/112 kB Progress (5): 503/532 kB | 188/245 kB | 0.3/1.4 MB | 36/36 kB | 12/112 kB Progress (5): 503/532 kB | 188/245 kB | 0.3/1.4 MB | 36 kB | 12/112 kB Progress (5): 503/532 kB | 188/245 kB | 0.3/1.4 MB | 36 kB | 12/112 kB Progress (5): 503/532 kB | 188/245 kB | 0.3/1.4 MB | 36 kB | 12/112 kB Progress (5): 503/532 kB | 188/245 kB | 0.3/1.4 MB | 36 kB | 16/112 kB Progress (5): 503/532 kB | 192/245 kB | 0.3/1.4 MB | 36 kB | 16/112 kB Progress (5): 503/532 kB | 192/245 kB | 0.3/1.4 MB | 36 kB | 16/112 kB Progress (5): 507/532 kB | 192/245 kB | 0.3/1.4 MB | 36 kB | 16/112 kB Progress (5): 507/532 kB | 192/245 kB | 0.3/1.4 MB | 36 kB | 16/112 kB Progress (5): 507/532 kB | 196/245 kB | 0.3/1.4 MB | 36 kB | 16/112 kB Progress (5): 507/532 kB | 197/245 kB | 0.3/1.4 MB | 36 kB | 16/112 kB Progress (5): 507/532 kB | 201/245 kB | 0.3/1.4 MB | 36 kB | 16/112 kB Progress (5): 507/532 kB | 201/245 kB | 0.3/1.4 MB | 36 kB | 20/112 kB Progress (5): 507/532 kB | 201/245 kB | 0.3/1.4 MB | 36 kB | 24/112 kB Progress (5): 507/532 kB | 205/245 kB | 0.3/1.4 MB | 36 kB | 24/112 kB Progress (5): 507/532 kB | 205/245 kB | 0.3/1.4 MB | 36 kB | 24/112 kB Progress (5): 511/532 kB | 205/245 kB | 0.3/1.4 MB | 36 kB | 24/112 kB Progress (5): 511/532 kB | 205/245 kB | 0.3/1.4 MB | 36 kB | 24/112 kB Progress (5): 511/532 kB | 209/245 kB | 0.3/1.4 MB | 36 kB | 24/112 kB Progress (5): 511/532 kB | 209/245 kB | 0.3/1.4 MB | 36 kB | 28/112 kB Progress (5): 511/532 kB | 213/245 kB | 0.3/1.4 MB | 36 kB | 28/112 kB Progress (5): 511/532 kB | 217/245 kB | 0.3/1.4 MB | 36 kB | 28/112 kB Progress (5): 511/532 kB | 217/245 kB | 0.3/1.4 MB | 36 kB | 28/112 kB Progress (5): 511/532 kB | 217/245 kB | 0.3/1.4 MB | 36 kB | 28/112 kB Progress (5): 515/532 kB | 217/245 kB | 0.3/1.4 MB | 36 kB | 28/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 21 kB/s) Progress (4): 519/532 kB | 217/245 kB | 0.3/1.4 MB | 28/112 kB Progress (4): 519/532 kB | 217/245 kB | 0.4/1.4 MB | 28/112 kB Progress (4): 519/532 kB | 221/245 kB | 0.4/1.4 MB | 28/112 kB Progress (4): 519/532 kB | 221/245 kB | 0.4/1.4 MB | 32/112 kB Progress (4): 519/532 kB | 225/245 kB | 0.4/1.4 MB | 32/112 kB Progress (4): 519/532 kB | 225/245 kB | 0.4/1.4 MB | 32/112 kB Progress (4): 523/532 kB | 225/245 kB | 0.4/1.4 MB | 32/112 kB Progress (4): 523/532 kB | 225/245 kB | 0.4/1.4 MB | 32/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Progress (4): 523/532 kB | 225/245 kB | 0.4/1.4 MB | 32/112 kB Progress (4): 527/532 kB | 225/245 kB | 0.4/1.4 MB | 32/112 kB Progress (4): 531/532 kB | 225/245 kB | 0.4/1.4 MB | 32/112 kB Progress (4): 532 kB | 225/245 kB | 0.4/1.4 MB | 32/112 kB Progress (4): 532 kB | 229/245 kB | 0.4/1.4 MB | 32/112 kB Progress (4): 532 kB | 229/245 kB | 0.4/1.4 MB | 33/112 kB Progress (4): 532 kB | 233/245 kB | 0.4/1.4 MB | 33/112 kB Progress (4): 532 kB | 233/245 kB | 0.4/1.4 MB | 33/112 kB Progress (4): 532 kB | 237/245 kB | 0.4/1.4 MB | 33/112 kB Progress (4): 532 kB | 237/245 kB | 0.4/1.4 MB | 37/112 kB Progress (4): 532 kB | 241/245 kB | 0.4/1.4 MB | 37/112 kB Progress (4): 532 kB | 245/245 kB | 0.4/1.4 MB | 37/112 kB Progress (4): 532 kB | 245/245 kB | 0.4/1.4 MB | 37/112 kB Progress (4): 532 kB | 245 kB | 0.4/1.4 MB | 37/112 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 300 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 137 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.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Progress (3): 0.4/1.4 MB | 37/112 kB | 4.1/9.4 kB Progress (3): 0.4/1.4 MB | 41/112 kB | 4.1/9.4 kB Progress (3): 0.4/1.4 MB | 41/112 kB | 7.7/9.4 kB Progress (3): 0.4/1.4 MB | 45/112 kB | 7.7/9.4 kB Progress (4): 0.4/1.4 MB | 45/112 kB | 7.7/9.4 kB | 4.1/7.0 kB Progress (4): 0.4/1.4 MB | 45/112 kB | 7.7/9.4 kB | 4.1/7.0 kB Progress (4): 0.4/1.4 MB | 45/112 kB | 7.7/9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 49/112 kB | 7.7/9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 53/112 kB | 7.7/9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 57/112 kB | 7.7/9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 57/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 61/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 61/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 65/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 65/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 66/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 66/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 70/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 70/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 74/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 74/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 78/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 78/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 78/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 78/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 82/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 82/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 86/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 86/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 90/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 90/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 94/112 kB | 9.4 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 94/112 kB | 9.4 kB | 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 3.9 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (4): 0.4/1.4 MB | 94/112 kB | 9.4 kB | 4.1/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 5.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (3): 0.4/1.4 MB | 98/112 kB | 4.1/37 kB Progress (3): 0.4/1.4 MB | 98/112 kB | 7.7/37 kB Progress (3): 0.4/1.4 MB | 98/112 kB | 7.7/37 kB Progress (3): 0.4/1.4 MB | 102/112 kB | 7.7/37 kB Progress (3): 0.4/1.4 MB | 102/112 kB | 12/37 kB Progress (3): 0.4/1.4 MB | 106/112 kB | 12/37 kB Progress (3): 0.4/1.4 MB | 106/112 kB | 12/37 kB Progress (3): 0.4/1.4 MB | 110/112 kB | 12/37 kB Progress (3): 0.4/1.4 MB | 110/112 kB | 16/37 kB Progress (3): 0.4/1.4 MB | 112 kB | 16/37 kB Progress (3): 0.4/1.4 MB | 112 kB | 16/37 kB Progress (3): 0.4/1.4 MB | 112 kB | 20/37 kB Progress (3): 0.4/1.4 MB | 112 kB | 20/37 kB Progress (3): 0.4/1.4 MB | 112 kB | 24/37 kB Progress (3): 0.4/1.4 MB | 112 kB | 24/37 kB Progress (3): 0.4/1.4 MB | 112 kB | 28/37 kB Progress (3): 0.4/1.4 MB | 112 kB | 28/37 kB Progress (3): 0.4/1.4 MB | 112 kB | 32/37 kB Progress (3): 0.5/1.4 MB | 112 kB | 32/37 kB Progress (3): 0.5/1.4 MB | 112 kB | 36/37 kB Progress (3): 0.5/1.4 MB | 112 kB | 37 kB Progress (4): 0.5/1.4 MB | 112 kB | 37 kB | 4.1/53 kB Progress (4): 0.5/1.4 MB | 112 kB | 37 kB | 7.7/53 kB Progress (4): 0.5/1.4 MB | 112 kB | 37 kB | 7.7/53 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 59 kB/s) Progress (4): 0.5/1.4 MB | 37 kB | 7.7/53 kB | 4.1/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 7.7/53 kB | 7.7/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Progress (4): 0.5/1.4 MB | 37 kB | 7.7/53 kB | 7.7/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 7.7/53 kB | 7.7/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 7.7/53 kB | 7.7/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 7.7/53 kB | 7.7/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 12/53 kB | 7.7/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 12/53 kB | 7.7/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 12/53 kB | 12/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 20 kB/s) Progress (3): 0.5/1.4 MB | 12/53 kB | 16/285 kB Progress (3): 0.5/1.4 MB | 12/53 kB | 16/285 kB Progress (3): 0.5/1.4 MB | 16/53 kB | 16/285 kB Progress (3): 0.5/1.4 MB | 16/53 kB | 20/285 kB Progress (3): 0.5/1.4 MB | 16/53 kB | 20/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (3): 0.5/1.4 MB | 16/53 kB | 20/285 kB Progress (3): 0.5/1.4 MB | 20/53 kB | 20/285 kB Progress (3): 0.5/1.4 MB | 20/53 kB | 24/285 kB Progress (3): 0.5/1.4 MB | 24/53 kB | 24/285 kB Progress (3): 0.5/1.4 MB | 24/53 kB | 24/285 kB Progress (3): 0.5/1.4 MB | 24/53 kB | 28/285 kB Progress (4): 0.5/1.4 MB | 24/53 kB | 28/285 kB | 4.1/37 kB Progress (4): 0.5/1.4 MB | 28/53 kB | 28/285 kB | 4.1/37 kB Progress (4): 0.5/1.4 MB | 28/53 kB | 28/285 kB | 7.7/37 kB Progress (4): 0.5/1.4 MB | 28/53 kB | 32/285 kB | 7.7/37 kB Progress (4): 0.5/1.4 MB | 28/53 kB | 32/285 kB | 7.7/37 kB Progress (4): 0.5/1.4 MB | 28/53 kB | 33/285 kB | 7.7/37 kB Progress (4): 0.5/1.4 MB | 28/53 kB | 33/285 kB | 12/37 kB Progress (4): 0.5/1.4 MB | 32/53 kB | 33/285 kB | 12/37 kB Progress (4): 0.5/1.4 MB | 32/53 kB | 33/285 kB | 16/37 kB Progress (4): 0.5/1.4 MB | 32/53 kB | 37/285 kB | 16/37 kB Progress (4): 0.5/1.4 MB | 32/53 kB | 37/285 kB | 16/37 kB Progress (4): 0.5/1.4 MB | 32/53 kB | 41/285 kB | 16/37 kB Progress (4): 0.5/1.4 MB | 32/53 kB | 41/285 kB | 20/37 kB Progress (4): 0.5/1.4 MB | 32/53 kB | 45/285 kB | 20/37 kB Progress (4): 0.5/1.4 MB | 36/53 kB | 45/285 kB | 20/37 kB Progress (4): 0.5/1.4 MB | 36/53 kB | 49/285 kB | 20/37 kB Progress (4): 0.5/1.4 MB | 36/53 kB | 49/285 kB | 24/37 kB Progress (4): 0.5/1.4 MB | 36/53 kB | 53/285 kB | 24/37 kB Progress (4): 0.5/1.4 MB | 36/53 kB | 57/285 kB | 24/37 kB Progress (4): 0.5/1.4 MB | 36/53 kB | 61/285 kB | 24/37 kB Progress (5): 0.5/1.4 MB | 36/53 kB | 61/285 kB | 24/37 kB | 4.1/4.3 kB Progress (5): 0.5/1.4 MB | 36/53 kB | 61/285 kB | 24/37 kB | 4.1/4.3 kB Progress (5): 0.5/1.4 MB | 36/53 kB | 61/285 kB | 24/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 36/53 kB | 65/285 kB | 24/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 36/53 kB | 65/285 kB | 28/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 40/53 kB | 65/285 kB | 28/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 40/53 kB | 65/285 kB | 32/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 40/53 kB | 66/285 kB | 32/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 40/53 kB | 66/285 kB | 32/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 40/53 kB | 70/285 kB | 32/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 40/53 kB | 70/285 kB | 32/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 40/53 kB | 70/285 kB | 36/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 44/53 kB | 70/285 kB | 36/37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 44/53 kB | 70/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 44/53 kB | 70/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 44/53 kB | 74/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 48/53 kB | 74/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 48/53 kB | 74/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 52/53 kB | 74/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 52/53 kB | 78/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 53 kB | 78/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 53 kB | 78/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 53 kB | 82/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 53 kB | 82/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 53 kB | 86/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 53 kB | 86/285 kB | 37 kB | 4.3 kB Progress (5): 0.5/1.4 MB | 53 kB | 90/285 kB | 37 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.2 kB/s) Progress (4): 0.5/1.4 MB | 53 kB | 94/285 kB | 37 kB Progress (4): 0.5/1.4 MB | 53 kB | 94/285 kB | 37 kB Progress (4): 0.5/1.4 MB | 53 kB | 98/285 kB | 37 kB Progress (4): 0.5/1.4 MB | 53 kB | 98/285 kB | 37 kB Progress (4): 0.5/1.4 MB | 53 kB | 102/285 kB | 37 kB Progress (4): 0.5/1.4 MB | 53 kB | 106/285 kB | 37 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.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar 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 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Progress (3): 0.5/1.4 MB | 110/285 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 19 kB/s) Progress (2): 0.5/1.4 MB | 110/285 kB Progress (2): 0.5/1.4 MB | 114/285 kB Progress (2): 0.5/1.4 MB | 114/285 kB Progress (2): 0.5/1.4 MB | 114/285 kB Progress (2): 0.5/1.4 MB | 118/285 kB Progress (2): 0.5/1.4 MB | 122/285 kB Progress (2): 0.6/1.4 MB | 122/285 kB Progress (2): 0.6/1.4 MB | 126/285 kB Progress (2): 0.6/1.4 MB | 126/285 kB Progress (2): 0.6/1.4 MB | 126/285 kB Progress (2): 0.6/1.4 MB | 126/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (2): 0.6/1.4 MB | 130/285 kB Progress (3): 0.6/1.4 MB | 130/285 kB | 4.1/29 kB Progress (3): 0.6/1.4 MB | 131/285 kB | 4.1/29 kB Progress (3): 0.6/1.4 MB | 131/285 kB | 7.7/29 kB Progress (3): 0.6/1.4 MB | 135/285 kB | 7.7/29 kB Progress (3): 0.6/1.4 MB | 135/285 kB | 12/29 kB Progress (3): 0.6/1.4 MB | 135/285 kB | 12/29 kB Progress (3): 0.6/1.4 MB | 135/285 kB | 16/29 kB Progress (3): 0.6/1.4 MB | 139/285 kB | 16/29 kB Progress (3): 0.6/1.4 MB | 139/285 kB | 20/29 kB Progress (3): 0.6/1.4 MB | 139/285 kB | 20/29 kB Progress (3): 0.6/1.4 MB | 139/285 kB | 24/29 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 24/29 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 28/29 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 28/29 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 147/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 147/285 kB | 29 kB Progress (4): 0.6/1.4 MB | 147/285 kB | 29 kB | 4.1/21 kB Progress (4): 0.6/1.4 MB | 147/285 kB | 29 kB | 4.1/21 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 29 kB | 4.1/21 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 29 kB | 4.1/21 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 155/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 155/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 159/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 163/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 167/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 171/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 175/285 kB | 29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 175/285 kB | 29 kB | 12/21 kB Progress (4): 0.6/1.4 MB | 179/285 kB | 29 kB | 12/21 kB Progress (4): 0.6/1.4 MB | 179/285 kB | 29 kB | 12/21 kB Progress (4): 0.6/1.4 MB | 179/285 kB | 29 kB | 16/21 kB Progress (4): 0.6/1.4 MB | 179/285 kB | 29 kB | 16/21 kB Progress (4): 0.6/1.4 MB | 183/285 kB | 29 kB | 16/21 kB Progress (4): 0.7/1.4 MB | 183/285 kB | 29 kB | 16/21 kB Progress (4): 0.7/1.4 MB | 183/285 kB | 29 kB | 20/21 kB Progress (4): 0.7/1.4 MB | 183/285 kB | 29 kB | 20/21 kB Progress (4): 0.7/1.4 MB | 187/285 kB | 29 kB | 20/21 kB Progress (4): 0.7/1.4 MB | 187/285 kB | 29 kB | 20/21 kB Progress (4): 0.7/1.4 MB | 187/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 191/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.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 14 kB/s) Progress (3): 0.7/1.4 MB | 195/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 195/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 195/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 199/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 203/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 203/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 207/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 207/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 211/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 211/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 215/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 215/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 219/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 219/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 223/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 223/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 227/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 227/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 231/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 231/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 235/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 235/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 239/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 239/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 243/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 247/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 251/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 255/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 259/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 259/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 259/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 263/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.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 10 kB/s) Progress (2): 0.7/1.4 MB | 263/285 kB Progress (2): 0.7/1.4 MB | 267/285 kB Progress (2): 0.7/1.4 MB | 267/285 kB Progress (2): 0.7/1.4 MB | 271/285 kB Progress (2): 0.7/1.4 MB | 271/285 kB Progress (2): 0.7/1.4 MB | 275/285 kB Progress (2): 0.7/1.4 MB | 275/285 kB Progress (2): 0.7/1.4 MB | 279/285 kB Progress (2): 0.7/1.4 MB | 283/285 kB Progress (2): 0.7/1.4 MB | 283/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 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 137 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.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/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 660 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom (11 kB at 456 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 625 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 815 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 36 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom (2.1 kB at 44 kB/s) 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 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 104 kB/s) 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 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 365 kB/s) 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 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 93 kB/s) 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 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 268 kB/s) 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 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 4.6 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 109 kB/s) 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 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 84 kB/s) 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 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 13 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.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/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 202 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.3.9/maven-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.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.3.9/maven-3.3.9.pom (24 kB at 704 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 993 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 472 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 103 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 87 kB/s) 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 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 538 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.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-lang3/3.4/commons-lang3-3.4.pom (22 kB at 600 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/37/commons-parent-37.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 1.6 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.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.3.9/maven-settings-3.3.9.pom (1.8 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.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.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 65 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 46 kB/s) 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 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 45 kB/s) 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 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 85 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 14 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 75 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 336 kB/s) 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 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 143 kB/s) 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 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 256 kB/s) 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 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 53 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 31 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 73 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 7.0 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.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.2/sisu-plexus-0.3.2.pom (14 kB at 371 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 156 kB/s) 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 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 34 kB/s) 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 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 52 kB/s) 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 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 233 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 493 kB/s) 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 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 23 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 16 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.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.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 37 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.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.2/sisu-inject-0.3.2.pom (14 kB at 389 kB/s) 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 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 15 kB/s) 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 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 118 kB/s) 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 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 183 kB/s) 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 89 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 83 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/18.0/guava-18.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.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/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 162 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.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/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 32 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 138 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 115 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 46 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.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/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 652 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 47 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 62 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 78 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.0/guice-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 295 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 397 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 77 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 10 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 23 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 222 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 75 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 603 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 4.1/40 kB Progress (1): 7.7/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 24/40 kB Progress (1): 28/40 kB Progress (1): 32/40 kB Progress (1): 36/40 kB Progress (1): 40/40 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 87 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 68 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 259 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 554 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 437 kB/s) 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 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 35 kB/s) 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 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 301 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 772 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 125 kB/s) 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 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 108 kB/s) 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 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 150 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 879 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 350 kB/s) 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 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 36 kB/s) 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 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 590 kB/s) 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 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 122 kB/s) 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 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 270 kB/s) 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 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 13 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 291 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 59 kB/s) 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 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 28 kB/s) 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 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 162 kB/s) 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 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 99 kB/s) 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 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 12 kB/s) 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 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 143 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 26 kB/s) 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 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 208 kB/s) 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 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 67 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 203 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 12 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 8.2 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 9.4 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 34 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 47 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 241 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 15 kB/s) 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 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 53 kB/s) 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 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 39 kB/s) 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 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 67 kB/s) 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 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 69 kB/s) 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 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 212 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 45 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 36 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 25 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 75 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 78 kB/s) 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 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 25 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 4.6 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Progress (1): 4.1/8.0 kB Progress (1): 7.7/8.0 kB Progress (1): 8.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 222 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 704 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 39 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 134 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 33 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 107 kB/s) 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 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 125 kB/s) 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 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 16 kB/s) 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 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 108 kB/s) 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 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 62 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 538 kB/s) 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 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 109 kB/s) 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 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 78 kB/s) 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 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 71 kB/s) 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 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 249 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 388 kB/s) 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 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 194 kB/s) 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 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 177 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 758 kB/s) 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 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 50 kB/s) 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 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 576 kB/s) 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 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 68 kB/s) 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 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 88 kB/s) 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 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 4.7 kB/s) 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 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 91 kB/s) 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 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 3.3 kB/s) 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 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 43 kB/s) 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 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 58 kB/s) 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 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 60 kB/s) 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 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 820 kB/s) 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 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 87 kB/s) 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 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 87 kB/s) 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 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 212 kB/s) 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 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 90 kB/s) 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 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 282 kB/s) 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 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 70 kB/s) 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 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 137 kB/s) 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 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 24 kB/s) 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 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 91 kB/s) 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 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 56 kB/s) 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 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 59 kB/s) 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 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 50 kB/s) 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 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 30 kB/s) 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 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 32 kB/s) 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 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 172 kB/s) 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 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 54 kB/s) 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 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 213 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 243 kB/s) 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 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 169 kB/s) 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 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 301 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 3.8 kB/s) 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 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 93 kB/s) 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 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 283 kB/s) 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 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 61 kB/s) 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 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 70 kB/s) 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 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 79 kB/s) 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 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 66 kB/s) 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 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 39 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 43 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.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/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.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.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-core/3.3.9/maven-core-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/18.0/guava-18.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.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/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.0/guice-4.0-no_aop.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/aopalliance/aopalliance/1.0/aopalliance-1.0.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/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/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.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/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar 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.jar 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.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.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/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/junit/junit/3.8.1/junit-3.8.1.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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.jar 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.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.2.0/biz.aQute.bndlib-4.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar Progress (1): 4.1/233 kB Progress (2): 4.1/233 kB | 4.1/41 kB Progress (2): 7.7/233 kB | 4.1/41 kB Progress (2): 7.7/233 kB | 7.7/41 kB Progress (2): 12/233 kB | 7.7/41 kB Progress (2): 12/233 kB | 12/41 kB Progress (2): 16/233 kB | 12/41 kB Progress (2): 16/233 kB | 16/41 kB Progress (2): 16/233 kB | 20/41 kB Progress (2): 20/233 kB | 20/41 kB Progress (2): 24/233 kB | 20/41 kB Progress (2): 28/233 kB | 20/41 kB Progress (2): 32/233 kB | 20/41 kB Progress (2): 36/233 kB | 20/41 kB Progress (2): 40/233 kB | 20/41 kB Progress (2): 40/233 kB | 24/41 kB Progress (2): 44/233 kB | 24/41 kB Progress (2): 48/233 kB | 24/41 kB Progress (2): 52/233 kB | 24/41 kB Progress (2): 56/233 kB | 24/41 kB Progress (3): 56/233 kB | 24/41 kB | 4.1/168 kB Progress (3): 60/233 kB | 24/41 kB | 4.1/168 kB Progress (3): 64/233 kB | 24/41 kB | 4.1/168 kB Progress (3): 64/233 kB | 28/41 kB | 4.1/168 kB Progress (3): 64/233 kB | 28/41 kB | 7.7/168 kB Progress (3): 68/233 kB | 28/41 kB | 7.7/168 kB Progress (3): 72/233 kB | 28/41 kB | 7.7/168 kB Progress (3): 76/233 kB | 28/41 kB | 7.7/168 kB Progress (3): 80/233 kB | 28/41 kB | 7.7/168 kB Progress (3): 80/233 kB | 32/41 kB | 7.7/168 kB Progress (3): 80/233 kB | 32/41 kB | 12/168 kB Progress (3): 84/233 kB | 32/41 kB | 12/168 kB Progress (3): 84/233 kB | 36/41 kB | 12/168 kB Progress (3): 84/233 kB | 36/41 kB | 16/168 kB Progress (4): 84/233 kB | 36/41 kB | 16/168 kB | 0/3.1 MB Progress (4): 84/233 kB | 40/41 kB | 16/168 kB | 0/3.1 MB Progress (4): 88/233 kB | 40/41 kB | 16/168 kB | 0/3.1 MB Progress (4): 88/233 kB | 41 kB | 16/168 kB | 0/3.1 MB Progress (4): 92/233 kB | 41 kB | 16/168 kB | 0/3.1 MB Progress (4): 96/233 kB | 41 kB | 16/168 kB | 0/3.1 MB Progress (4): 100/233 kB | 41 kB | 16/168 kB | 0/3.1 MB Progress (4): 104/233 kB | 41 kB | 16/168 kB | 0/3.1 MB Progress (4): 108/233 kB | 41 kB | 16/168 kB | 0/3.1 MB Progress (4): 108/233 kB | 41 kB | 16/168 kB | 0/3.1 MB Progress (4): 108/233 kB | 41 kB | 20/168 kB | 0/3.1 MB Progress (4): 112/233 kB | 41 kB | 20/168 kB | 0/3.1 MB Progress (4): 116/233 kB | 41 kB | 20/168 kB | 0/3.1 MB Progress (4): 120/233 kB | 41 kB | 20/168 kB | 0/3.1 MB Progress (4): 124/233 kB | 41 kB | 20/168 kB | 0/3.1 MB Progress (5): 124/233 kB | 41 kB | 20/168 kB | 0/3.1 MB | 4.1/475 kB Progress (5): 128/233 kB | 41 kB | 20/168 kB | 0/3.1 MB | 4.1/475 kB Progress (5): 128/233 kB | 41 kB | 20/168 kB | 0/3.1 MB | 4.1/475 kB Progress (5): 128/233 kB | 41 kB | 24/168 kB | 0/3.1 MB | 4.1/475 kB Progress (5): 128/233 kB | 41 kB | 24/168 kB | 0/3.1 MB | 4.1/475 kB Progress (5): 128/233 kB | 41 kB | 28/168 kB | 0/3.1 MB | 4.1/475 kB Progress (5): 132/233 kB | 41 kB | 28/168 kB | 0/3.1 MB | 4.1/475 kB Progress (5): 132/233 kB | 41 kB | 28/168 kB | 0/3.1 MB | 4.1/475 kB Progress (5): 132/233 kB | 41 kB | 28/168 kB | 0/3.1 MB | 7.7/475 kB Progress (5): 132/233 kB | 41 kB | 28/168 kB | 0/3.1 MB | 7.7/475 kB Progress (5): 136/233 kB | 41 kB | 28/168 kB | 0/3.1 MB | 7.7/475 kB Progress (5): 136/233 kB | 41 kB | 32/168 kB | 0/3.1 MB | 7.7/475 kB Progress (5): 136/233 kB | 41 kB | 32/168 kB | 0/3.1 MB | 7.7/475 kB Progress (5): 136/233 kB | 41 kB | 32/168 kB | 0/3.1 MB | 12/475 kB Progress (5): 136/233 kB | 41 kB | 32/168 kB | 0/3.1 MB | 12/475 kB Progress (5): 136/233 kB | 41 kB | 36/168 kB | 0/3.1 MB | 12/475 kB Progress (5): 136/233 kB | 41 kB | 36/168 kB | 0/3.1 MB | 12/475 kB Progress (5): 140/233 kB | 41 kB | 36/168 kB | 0/3.1 MB | 12/475 kB Progress (5): 140/233 kB | 41 kB | 36/168 kB | 0/3.1 MB | 12/475 kB Progress (5): 140/233 kB | 41 kB | 40/168 kB | 0/3.1 MB | 12/475 kB Progress (5): 140/233 kB | 41 kB | 40/168 kB | 0/3.1 MB | 16/475 kB Progress (5): 140/233 kB | 41 kB | 44/168 kB | 0/3.1 MB | 16/475 kB Progress (5): 140/233 kB | 41 kB | 44/168 kB | 0/3.1 MB | 16/475 kB Progress (5): 144/233 kB | 41 kB | 44/168 kB | 0/3.1 MB | 16/475 kB Progress (5): 144/233 kB | 41 kB | 44/168 kB | 0/3.1 MB | 16/475 kB Progress (5): 148/233 kB | 41 kB | 44/168 kB | 0/3.1 MB | 16/475 kB Progress (5): 152/233 kB | 41 kB | 44/168 kB | 0/3.1 MB | 16/475 kB Progress (5): 152/233 kB | 41 kB | 48/168 kB | 0/3.1 MB | 16/475 kB Progress (5): 152/233 kB | 41 kB | 48/168 kB | 0/3.1 MB | 20/475 kB Progress (5): 156/233 kB | 41 kB | 48/168 kB | 0/3.1 MB | 20/475 kB Progress (5): 156/233 kB | 41 kB | 48/168 kB | 0.1/3.1 MB | 20/475 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.jar (41 kB at 557 kB/s) Progress (4): 156/233 kB | 48/168 kB | 0.1/3.1 MB | 20/475 kB Progress (4): 160/233 kB | 48/168 kB | 0.1/3.1 MB | 20/475 kB Progress (4): 160/233 kB | 48/168 kB | 0.1/3.1 MB | 24/475 kB Progress (4): 160/233 kB | 52/168 kB | 0.1/3.1 MB | 24/475 kB Progress (4): 164/233 kB | 52/168 kB | 0.1/3.1 MB | 24/475 kB Progress (4): 164/233 kB | 52/168 kB | 0.1/3.1 MB | 24/475 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar Progress (4): 164/233 kB | 52/168 kB | 0.1/3.1 MB | 24/475 kB Progress (4): 168/233 kB | 52/168 kB | 0.1/3.1 MB | 24/475 kB Progress (4): 168/233 kB | 56/168 kB | 0.1/3.1 MB | 24/475 kB Progress (4): 168/233 kB | 56/168 kB | 0.1/3.1 MB | 28/475 kB Progress (4): 172/233 kB | 56/168 kB | 0.1/3.1 MB | 28/475 kB Progress (4): 172/233 kB | 56/168 kB | 0.1/3.1 MB | 28/475 kB Progress (4): 176/233 kB | 56/168 kB | 0.1/3.1 MB | 28/475 kB Progress (4): 176/233 kB | 56/168 kB | 0.1/3.1 MB | 32/475 kB Progress (4): 176/233 kB | 60/168 kB | 0.1/3.1 MB | 32/475 kB Progress (4): 180/233 kB | 60/168 kB | 0.1/3.1 MB | 32/475 kB Progress (4): 180/233 kB | 60/168 kB | 0.1/3.1 MB | 32/475 kB Progress (4): 184/233 kB | 60/168 kB | 0.1/3.1 MB | 32/475 kB Progress (4): 184/233 kB | 64/168 kB | 0.1/3.1 MB | 32/475 kB Progress (4): 184/233 kB | 64/168 kB | 0.1/3.1 MB | 36/475 kB Progress (4): 184/233 kB | 68/168 kB | 0.1/3.1 MB | 36/475 kB Progress (4): 188/233 kB | 68/168 kB | 0.1/3.1 MB | 36/475 kB Progress (4): 188/233 kB | 68/168 kB | 0.1/3.1 MB | 36/475 kB Progress (4): 192/233 kB | 68/168 kB | 0.1/3.1 MB | 36/475 kB Progress (4): 192/233 kB | 72/168 kB | 0.1/3.1 MB | 36/475 kB Progress (4): 196/233 kB | 72/168 kB | 0.1/3.1 MB | 36/475 kB Progress (4): 196/233 kB | 72/168 kB | 0.1/3.1 MB | 40/475 kB Progress (4): 200/233 kB | 72/168 kB | 0.1/3.1 MB | 40/475 kB Progress (4): 200/233 kB | 76/168 kB | 0.1/3.1 MB | 40/475 kB Progress (4): 200/233 kB | 76/168 kB | 0.1/3.1 MB | 40/475 kB Progress (4): 204/233 kB | 76/168 kB | 0.1/3.1 MB | 40/475 kB Progress (4): 204/233 kB | 80/168 kB | 0.1/3.1 MB | 40/475 kB Progress (4): 204/233 kB | 80/168 kB | 0.1/3.1 MB | 44/475 kB Progress (4): 204/233 kB | 84/168 kB | 0.1/3.1 MB | 44/475 kB Progress (4): 204/233 kB | 84/168 kB | 0.1/3.1 MB | 44/475 kB Progress (4): 208/233 kB | 84/168 kB | 0.1/3.1 MB | 44/475 kB Progress (4): 208/233 kB | 84/168 kB | 0.1/3.1 MB | 44/475 kB Progress (4): 208/233 kB | 88/168 kB | 0.1/3.1 MB | 44/475 kB Progress (4): 208/233 kB | 88/168 kB | 0.1/3.1 MB | 48/475 kB Progress (4): 208/233 kB | 88/168 kB | 0.1/3.1 MB | 48/475 kB Progress (4): 212/233 kB | 88/168 kB | 0.1/3.1 MB | 48/475 kB Progress (4): 212/233 kB | 88/168 kB | 0.1/3.1 MB | 48/475 kB Progress (4): 212/233 kB | 88/168 kB | 0.1/3.1 MB | 52/475 kB Progress (4): 212/233 kB | 92/168 kB | 0.1/3.1 MB | 52/475 kB Progress (4): 212/233 kB | 92/168 kB | 0.1/3.1 MB | 52/475 kB Progress (4): 212/233 kB | 92/168 kB | 0.1/3.1 MB | 56/475 kB Progress (4): 216/233 kB | 92/168 kB | 0.1/3.1 MB | 56/475 kB Progress (4): 216/233 kB | 92/168 kB | 0.1/3.1 MB | 56/475 kB Progress (4): 216/233 kB | 96/168 kB | 0.1/3.1 MB | 56/475 kB Progress (4): 216/233 kB | 96/168 kB | 0.1/3.1 MB | 56/475 kB Progress (4): 220/233 kB | 96/168 kB | 0.1/3.1 MB | 56/475 kB Progress (4): 220/233 kB | 96/168 kB | 0.1/3.1 MB | 60/475 kB Progress (4): 224/233 kB | 96/168 kB | 0.1/3.1 MB | 60/475 kB Progress (4): 224/233 kB | 96/168 kB | 0.1/3.1 MB | 60/475 kB Progress (4): 224/233 kB | 100/168 kB | 0.1/3.1 MB | 60/475 kB Progress (4): 224/233 kB | 100/168 kB | 0.1/3.1 MB | 60/475 kB Progress (4): 228/233 kB | 100/168 kB | 0.1/3.1 MB | 60/475 kB Progress (4): 228/233 kB | 100/168 kB | 0.1/3.1 MB | 64/475 kB Progress (4): 232/233 kB | 100/168 kB | 0.1/3.1 MB | 64/475 kB Progress (4): 232/233 kB | 100/168 kB | 0.1/3.1 MB | 64/475 kB Progress (4): 232/233 kB | 104/168 kB | 0.1/3.1 MB | 64/475 kB Progress (4): 233 kB | 104/168 kB | 0.1/3.1 MB | 64/475 kB Progress (4): 233 kB | 108/168 kB | 0.1/3.1 MB | 64/475 kB Progress (4): 233 kB | 108/168 kB | 0.1/3.1 MB | 68/475 kB Progress (4): 233 kB | 112/168 kB | 0.1/3.1 MB | 68/475 kB Progress (4): 233 kB | 112/168 kB | 0.1/3.1 MB | 68/475 kB Progress (4): 233 kB | 112/168 kB | 0.1/3.1 MB | 72/475 kB Progress (4): 233 kB | 112/168 kB | 0.1/3.1 MB | 72/475 kB Progress (4): 233 kB | 116/168 kB | 0.1/3.1 MB | 72/475 kB Progress (4): 233 kB | 116/168 kB | 0.1/3.1 MB | 76/475 kB Progress (4): 233 kB | 116/168 kB | 0.1/3.1 MB | 76/475 kB Progress (4): 233 kB | 120/168 kB | 0.1/3.1 MB | 76/475 kB Progress (4): 233 kB | 120/168 kB | 0.1/3.1 MB | 76/475 kB Progress (4): 233 kB | 124/168 kB | 0.1/3.1 MB | 76/475 kB Progress (4): 233 kB | 124/168 kB | 0.1/3.1 MB | 80/475 kB Progress (4): 233 kB | 128/168 kB | 0.1/3.1 MB | 80/475 kB Progress (4): 233 kB | 128/168 kB | 0.1/3.1 MB | 80/475 kB Progress (4): 233 kB | 128/168 kB | 0.1/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.1/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.1/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 128/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 132/168 kB | 0.2/3.1 MB | 84/475 kB Progress (4): 233 kB | 132/168 kB | 0.2/3.1 MB | 84/475 kB Progress (5): 233 kB | 132/168 kB | 0.2/3.1 MB | 84/475 kB | 4.1/81 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.jar (233 kB at 1.4 MB/s) Progress (4): 132/168 kB | 0.2/3.1 MB | 88/475 kB | 4.1/81 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): 132/168 kB | 0.2/3.1 MB | 88/475 kB | 7.7/81 kB Progress (4): 132/168 kB | 0.2/3.1 MB | 88/475 kB | 7.7/81 kB Progress (4): 136/168 kB | 0.2/3.1 MB | 88/475 kB | 7.7/81 kB Progress (4): 136/168 kB | 0.2/3.1 MB | 88/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 88/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 92/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 96/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 100/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 104/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 108/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 112/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 116/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 120/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 124/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 128/475 kB | 12/81 kB Progress (4): 140/168 kB | 0.2/3.1 MB | 132/475 kB | 12/81 kB Progress (4): 144/168 kB | 0.2/3.1 MB | 132/475 kB | 12/81 kB Progress (4): 144/168 kB | 0.2/3.1 MB | 132/475 kB | 16/81 kB Progress (4): 144/168 kB | 0.2/3.1 MB | 132/475 kB | 16/81 kB Progress (4): 148/168 kB | 0.2/3.1 MB | 132/475 kB | 16/81 kB Progress (4): 148/168 kB | 0.2/3.1 MB | 136/475 kB | 16/81 kB Progress (4): 148/168 kB | 0.2/3.1 MB | 140/475 kB | 16/81 kB Progress (4): 152/168 kB | 0.2/3.1 MB | 140/475 kB | 16/81 kB Progress (4): 152/168 kB | 0.2/3.1 MB | 140/475 kB | 16/81 kB Progress (4): 156/168 kB | 0.2/3.1 MB | 140/475 kB | 16/81 kB Progress (4): 156/168 kB | 0.2/3.1 MB | 140/475 kB | 20/81 kB Progress (4): 160/168 kB | 0.2/3.1 MB | 140/475 kB | 20/81 kB Progress (4): 160/168 kB | 0.2/3.1 MB | 140/475 kB | 20/81 kB Progress (4): 160/168 kB | 0.2/3.1 MB | 144/475 kB | 20/81 kB Progress (4): 164/168 kB | 0.2/3.1 MB | 144/475 kB | 20/81 kB Progress (4): 164/168 kB | 0.2/3.1 MB | 144/475 kB | 20/81 kB Progress (5): 164/168 kB | 0.2/3.1 MB | 144/475 kB | 20/81 kB | 4.1/68 kB Progress (5): 164/168 kB | 0.2/3.1 MB | 144/475 kB | 20/81 kB | 4.1/68 kB Progress (5): 164/168 kB | 0.2/3.1 MB | 144/475 kB | 20/81 kB | 4.1/68 kB Progress (5): 164/168 kB | 0.2/3.1 MB | 144/475 kB | 24/81 kB | 4.1/68 kB Progress (5): 164/168 kB | 0.2/3.1 MB | 144/475 kB | 24/81 kB | 4.1/68 kB Progress (5): 164/168 kB | 0.2/3.1 MB | 144/475 kB | 24/81 kB | 7.7/68 kB Progress (5): 168/168 kB | 0.2/3.1 MB | 144/475 kB | 24/81 kB | 7.7/68 kB Progress (5): 168/168 kB | 0.2/3.1 MB | 148/475 kB | 24/81 kB | 7.7/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 148/475 kB | 24/81 kB | 7.7/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 148/475 kB | 24/81 kB | 12/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 148/475 kB | 24/81 kB | 16/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 148/475 kB | 24/81 kB | 16/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 148/475 kB | 28/81 kB | 16/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 148/475 kB | 28/81 kB | 20/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 148/475 kB | 28/81 kB | 24/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 152/475 kB | 28/81 kB | 24/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 152/475 kB | 28/81 kB | 28/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 156/475 kB | 28/81 kB | 28/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 156/475 kB | 32/81 kB | 28/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 156/475 kB | 32/81 kB | 28/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 156/475 kB | 33/81 kB | 28/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 160/475 kB | 33/81 kB | 28/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 160/475 kB | 33/81 kB | 32/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 164/475 kB | 33/81 kB | 32/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 164/475 kB | 37/81 kB | 32/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 164/475 kB | 37/81 kB | 32/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 164/475 kB | 41/81 kB | 32/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 168/475 kB | 41/81 kB | 32/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 168/475 kB | 41/81 kB | 33/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 172/475 kB | 41/81 kB | 33/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 172/475 kB | 45/81 kB | 33/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 172/475 kB | 45/81 kB | 33/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 172/475 kB | 49/81 kB | 33/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 176/475 kB | 49/81 kB | 33/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 176/475 kB | 49/81 kB | 37/68 kB Progress (5): 168 kB | 0.2/3.1 MB | 180/475 kB | 49/81 kB | 37/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 915 kB/s) Progress (4): 0.2/3.1 MB | 180/475 kB | 53/81 kB | 37/68 kB Progress (4): 0.2/3.1 MB | 180/475 kB | 53/81 kB | 37/68 kB Progress (4): 0.2/3.1 MB | 180/475 kB | 57/81 kB | 37/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar Progress (4): 0.2/3.1 MB | 184/475 kB | 57/81 kB | 37/68 kB Progress (4): 0.2/3.1 MB | 184/475 kB | 57/81 kB | 41/68 kB Progress (4): 0.2/3.1 MB | 184/475 kB | 61/81 kB | 41/68 kB Progress (4): 0.3/3.1 MB | 184/475 kB | 61/81 kB | 41/68 kB Progress (4): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 41/68 kB Progress (4): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 45/68 kB Progress (4): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 49/68 kB Progress (4): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 53/68 kB Progress (4): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 57/68 kB Progress (4): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 61/68 kB Progress (4): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 65/68 kB Progress (4): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 68 kB Progress (5): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 68 kB | 4.1/614 kB Progress (5): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 68 kB | 7.7/614 kB Progress (5): 0.3/3.1 MB | 184/475 kB | 65/81 kB | 68 kB | 12/614 kB Progress (5): 0.3/3.1 MB | 188/475 kB | 65/81 kB | 68 kB | 12/614 kB Progress (5): 0.3/3.1 MB | 192/475 kB | 65/81 kB | 68 kB | 12/614 kB Progress (5): 0.3/3.1 MB | 192/475 kB | 65/81 kB | 68 kB | 16/614 kB Progress (5): 0.3/3.1 MB | 192/475 kB | 69/81 kB | 68 kB | 16/614 kB Progress (5): 0.3/3.1 MB | 192/475 kB | 73/81 kB | 68 kB | 16/614 kB Progress (5): 0.3/3.1 MB | 192/475 kB | 73/81 kB | 68 kB | 16/614 kB Progress (5): 0.3/3.1 MB | 192/475 kB | 73/81 kB | 68 kB | 20/614 kB Progress (5): 0.3/3.1 MB | 192/475 kB | 73/81 kB | 68 kB | 20/614 kB Progress (5): 0.3/3.1 MB | 196/475 kB | 73/81 kB | 68 kB | 20/614 kB Progress (5): 0.3/3.1 MB | 196/475 kB | 73/81 kB | 68 kB | 20/614 kB Progress (5): 0.3/3.1 MB | 196/475 kB | 73/81 kB | 68 kB | 24/614 kB Progress (5): 0.3/3.1 MB | 196/475 kB | 73/81 kB | 68 kB | 28/614 kB Progress (5): 0.3/3.1 MB | 196/475 kB | 77/81 kB | 68 kB | 28/614 kB Progress (5): 0.3/3.1 MB | 196/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 196/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 200/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 204/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 208/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 212/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 216/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 220/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 224/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 228/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 232/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 236/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 240/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 244/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 248/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 252/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 256/475 kB | 77/81 kB | 68 kB | 32/614 kB Progress (5): 0.3/3.1 MB | 256/475 kB | 77/81 kB | 68 kB | 32/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 253 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar Progress (4): 0.3/3.1 MB | 256/475 kB | 77/81 kB | 33/614 kB Progress (4): 0.3/3.1 MB | 256/475 kB | 81/81 kB | 33/614 kB Progress (4): 0.3/3.1 MB | 256/475 kB | 81/81 kB | 33/614 kB Progress (4): 0.3/3.1 MB | 260/475 kB | 81/81 kB | 33/614 kB Progress (4): 0.3/3.1 MB | 260/475 kB | 81/81 kB | 33/614 kB Progress (4): 0.3/3.1 MB | 260/475 kB | 81/81 kB | 37/614 kB Progress (4): 0.3/3.1 MB | 260/475 kB | 81 kB | 37/614 kB Progress (4): 0.3/3.1 MB | 260/475 kB | 81 kB | 41/614 kB Progress (4): 0.3/3.1 MB | 260/475 kB | 81 kB | 41/614 kB Progress (4): 0.3/3.1 MB | 260/475 kB | 81 kB | 45/614 kB Progress (4): 0.3/3.1 MB | 264/475 kB | 81 kB | 45/614 kB Progress (4): 0.3/3.1 MB | 268/475 kB | 81 kB | 45/614 kB Progress (4): 0.3/3.1 MB | 272/475 kB | 81 kB | 45/614 kB Progress (4): 0.3/3.1 MB | 272/475 kB | 81 kB | 49/614 kB Progress (4): 0.3/3.1 MB | 272/475 kB | 81 kB | 49/614 kB Progress (4): 0.3/3.1 MB | 276/475 kB | 81 kB | 49/614 kB Progress (4): 0.3/3.1 MB | 276/475 kB | 81 kB | 49/614 kB Progress (4): 0.3/3.1 MB | 276/475 kB | 81 kB | 49/614 kB Progress (4): 0.3/3.1 MB | 276/475 kB | 81 kB | 49/614 kB Progress (4): 0.3/3.1 MB | 276/475 kB | 81 kB | 53/614 kB Progress (4): 0.3/3.1 MB | 276/475 kB | 81 kB | 53/614 kB Progress (4): 0.3/3.1 MB | 280/475 kB | 81 kB | 53/614 kB Progress (4): 0.3/3.1 MB | 280/475 kB | 81 kB | 57/614 kB Progress (4): 0.3/3.1 MB | 280/475 kB | 81 kB | 57/614 kB Progress (4): 0.3/3.1 MB | 284/475 kB | 81 kB | 57/614 kB Progress (4): 0.3/3.1 MB | 284/475 kB | 81 kB | 61/614 kB Progress (4): 0.3/3.1 MB | 284/475 kB | 81 kB | 61/614 kB Progress (4): 0.3/3.1 MB | 284/475 kB | 81 kB | 65/614 kB Progress (4): 0.3/3.1 MB | 288/475 kB | 81 kB | 65/614 kB Progress (4): 0.3/3.1 MB | 288/475 kB | 81 kB | 66/614 kB Progress (4): 0.3/3.1 MB | 288/475 kB | 81 kB | 66/614 kB Progress (4): 0.3/3.1 MB | 288/475 kB | 81 kB | 70/614 kB Progress (4): 0.3/3.1 MB | 288/475 kB | 81 kB | 70/614 kB Progress (4): 0.3/3.1 MB | 292/475 kB | 81 kB | 70/614 kB Progress (4): 0.3/3.1 MB | 292/475 kB | 81 kB | 74/614 kB Progress (4): 0.3/3.1 MB | 292/475 kB | 81 kB | 74/614 kB Progress (4): 0.3/3.1 MB | 292/475 kB | 81 kB | 78/614 kB Progress (4): 0.3/3.1 MB | 296/475 kB | 81 kB | 78/614 kB Progress (4): 0.3/3.1 MB | 296/475 kB | 81 kB | 82/614 kB Progress (4): 0.3/3.1 MB | 296/475 kB | 81 kB | 82/614 kB Progress (4): 0.3/3.1 MB | 296/475 kB | 81 kB | 86/614 kB Progress (4): 0.3/3.1 MB | 300/475 kB | 81 kB | 86/614 kB Progress (4): 0.3/3.1 MB | 300/475 kB | 81 kB | 90/614 kB Progress (4): 0.3/3.1 MB | 300/475 kB | 81 kB | 90/614 kB Progress (4): 0.3/3.1 MB | 304/475 kB | 81 kB | 90/614 kB Progress (4): 0.3/3.1 MB | 304/475 kB | 81 kB | 90/614 kB Progress (4): 0.3/3.1 MB | 304/475 kB | 81 kB | 94/614 kB Progress (4): 0.3/3.1 MB | 304/475 kB | 81 kB | 94/614 kB Progress (4): 0.3/3.1 MB | 304/475 kB | 81 kB | 98/614 kB Progress (4): 0.3/3.1 MB | 308/475 kB | 81 kB | 98/614 kB Progress (4): 0.3/3.1 MB | 308/475 kB | 81 kB | 98/614 kB Progress (4): 0.3/3.1 MB | 308/475 kB | 81 kB | 98/614 kB Progress (4): 0.3/3.1 MB | 312/475 kB | 81 kB | 98/614 kB Progress (4): 0.3/3.1 MB | 312/475 kB | 81 kB | 102/614 kB Progress (4): 0.3/3.1 MB | 312/475 kB | 81 kB | 102/614 kB Progress (4): 0.3/3.1 MB | 312/475 kB | 81 kB | 106/614 kB Progress (4): 0.3/3.1 MB | 316/475 kB | 81 kB | 106/614 kB Progress (4): 0.4/3.1 MB | 316/475 kB | 81 kB | 106/614 kB Progress (4): 0.4/3.1 MB | 316/475 kB | 81 kB | 110/614 kB Progress (4): 0.4/3.1 MB | 320/475 kB | 81 kB | 110/614 kB Progress (4): 0.4/3.1 MB | 320/475 kB | 81 kB | 114/614 kB Progress (4): 0.4/3.1 MB | 320/475 kB | 81 kB | 114/614 kB Progress (4): 0.4/3.1 MB | 324/475 kB | 81 kB | 114/614 kB Progress (4): 0.4/3.1 MB | 324/475 kB | 81 kB | 114/614 kB Progress (4): 0.4/3.1 MB | 324/475 kB | 81 kB | 118/614 kB Progress (4): 0.4/3.1 MB | 328/475 kB | 81 kB | 118/614 kB Progress (4): 0.4/3.1 MB | 328/475 kB | 81 kB | 122/614 kB Progress (4): 0.4/3.1 MB | 328/475 kB | 81 kB | 122/614 kB Progress (4): 0.4/3.1 MB | 332/475 kB | 81 kB | 122/614 kB Progress (4): 0.4/3.1 MB | 332/475 kB | 81 kB | 122/614 kB Progress (4): 0.4/3.1 MB | 332/475 kB | 81 kB | 126/614 kB Progress (4): 0.4/3.1 MB | 332/475 kB | 81 kB | 126/614 kB Progress (5): 0.4/3.1 MB | 332/475 kB | 81 kB | 126/614 kB | 4.1/638 kB Progress (5): 0.4/3.1 MB | 336/475 kB | 81 kB | 126/614 kB | 4.1/638 kB Progress (5): 0.4/3.1 MB | 336/475 kB | 81 kB | 126/614 kB | 7.7/638 kB Progress (5): 0.4/3.1 MB | 336/475 kB | 81 kB | 126/614 kB | 7.7/638 kB Progress (5): 0.4/3.1 MB | 336/475 kB | 81 kB | 130/614 kB | 7.7/638 kB Progress (5): 0.4/3.1 MB | 336/475 kB | 81 kB | 130/614 kB | 7.7/638 kB Progress (5): 0.4/3.1 MB | 336/475 kB | 81 kB | 130/614 kB | 12/638 kB Progress (5): 0.4/3.1 MB | 340/475 kB | 81 kB | 130/614 kB | 12/638 kB Progress (5): 0.4/3.1 MB | 340/475 kB | 81 kB | 130/614 kB | 16/638 kB Progress (5): 0.4/3.1 MB | 340/475 kB | 81 kB | 134/614 kB | 16/638 kB Progress (5): 0.4/3.1 MB | 340/475 kB | 81 kB | 134/614 kB | 16/638 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 279 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar Progress (4): 0.4/3.1 MB | 340/475 kB | 134/614 kB | 16/638 kB Progress (4): 0.4/3.1 MB | 340/475 kB | 134/614 kB | 16/638 kB Progress (4): 0.4/3.1 MB | 340/475 kB | 134/614 kB | 16/638 kB Progress (4): 0.4/3.1 MB | 340/475 kB | 134/614 kB | 16/638 kB Progress (4): 0.4/3.1 MB | 340/475 kB | 138/614 kB | 16/638 kB Progress (4): 0.4/3.1 MB | 340/475 kB | 138/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 340/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 344/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 348/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 352/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 356/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 360/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 364/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 368/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 372/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 376/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 380/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 384/475 kB | 142/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 384/475 kB | 146/614 kB | 20/638 kB Progress (4): 0.4/3.1 MB | 384/475 kB | 146/614 kB | 24/638 kB Progress (4): 0.4/3.1 MB | 384/475 kB | 146/614 kB | 24/638 kB Progress (4): 0.4/3.1 MB | 384/475 kB | 150/614 kB | 24/638 kB Progress (4): 0.4/3.1 MB | 388/475 kB | 150/614 kB | 24/638 kB Progress (4): 0.4/3.1 MB | 392/475 kB | 150/614 kB | 24/638 kB Progress (4): 0.4/3.1 MB | 396/475 kB | 150/614 kB | 24/638 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 150/614 kB | 24/638 kB | 4.1/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 150/614 kB | 24/638 kB | 7.7/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 150/614 kB | 24/638 kB | 12/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 150/614 kB | 24/638 kB | 16/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 150/614 kB | 24/638 kB | 20/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 150/614 kB | 24/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 24/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 24/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 28/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 32/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 33/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 37/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 41/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 45/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 49/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 53/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 57/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 61/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 65/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 69/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 154/614 kB | 73/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 158/614 kB | 73/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 158/614 kB | 77/638 kB | 24/164 kB Progress (5): 0.4/3.1 MB | 396/475 kB | 158/614 kB | 77/638 kB | 28/164 kB Progress (5): 0.4/3.1 MB | 400/475 kB | 158/614 kB | 77/638 kB | 28/164 kB Progress (5): 0.4/3.1 MB | 400/475 kB | 158/614 kB | 77/638 kB | 32/164 kB Progress (5): 0.4/3.1 MB | 404/475 kB | 158/614 kB | 77/638 kB | 32/164 kB Progress (5): 0.4/3.1 MB | 404/475 kB | 158/614 kB | 81/638 kB | 32/164 kB Progress (5): 0.4/3.1 MB | 404/475 kB | 162/614 kB | 81/638 kB | 32/164 kB Progress (5): 0.4/3.1 MB | 404/475 kB | 162/614 kB | 81/638 kB | 32/164 kB Progress (5): 0.4/3.1 MB | 404/475 kB | 166/614 kB | 81/638 kB | 32/164 kB Progress (5): 0.4/3.1 MB | 404/475 kB | 166/614 kB | 85/638 kB | 32/164 kB Progress (5): 0.4/3.1 MB | 408/475 kB | 166/614 kB | 85/638 kB | 32/164 kB Progress (5): 0.4/3.1 MB | 408/475 kB | 166/614 kB | 85/638 kB | 33/164 kB Progress (5): 0.4/3.1 MB | 408/475 kB | 166/614 kB | 89/638 kB | 33/164 kB Progress (5): 0.4/3.1 MB | 408/475 kB | 170/614 kB | 89/638 kB | 33/164 kB Progress (5): 0.4/3.1 MB | 408/475 kB | 170/614 kB | 89/638 kB | 33/164 kB Progress (5): 0.4/3.1 MB | 408/475 kB | 174/614 kB | 89/638 kB | 33/164 kB Progress (5): 0.4/3.1 MB | 408/475 kB | 174/614 kB | 89/638 kB | 33/164 kB Progress (5): 0.4/3.1 MB | 408/475 kB | 174/614 kB | 93/638 kB | 33/164 kB Progress (5): 0.4/3.1 MB | 408/475 kB | 174/614 kB | 93/638 kB | 37/164 kB Progress (5): 0.4/3.1 MB | 412/475 kB | 174/614 kB | 93/638 kB | 37/164 kB Progress (5): 0.4/3.1 MB | 412/475 kB | 174/614 kB | 93/638 kB | 41/164 kB Progress (5): 0.4/3.1 MB | 412/475 kB | 174/614 kB | 97/638 kB | 41/164 kB Progress (5): 0.4/3.1 MB | 412/475 kB | 174/614 kB | 97/638 kB | 41/164 kB Progress (5): 0.4/3.1 MB | 412/475 kB | 178/614 kB | 97/638 kB | 41/164 kB Progress (5): 0.4/3.1 MB | 412/475 kB | 178/614 kB | 101/638 kB | 41/164 kB Progress (5): 0.4/3.1 MB | 412/475 kB | 178/614 kB | 101/638 kB | 45/164 kB Progress (5): 0.4/3.1 MB | 416/475 kB | 178/614 kB | 101/638 kB | 45/164 kB Progress (5): 0.4/3.1 MB | 416/475 kB | 178/614 kB | 101/638 kB | 49/164 kB Progress (5): 0.4/3.1 MB | 416/475 kB | 178/614 kB | 105/638 kB | 49/164 kB Progress (5): 0.4/3.1 MB | 416/475 kB | 182/614 kB | 105/638 kB | 49/164 kB Progress (5): 0.4/3.1 MB | 416/475 kB | 182/614 kB | 105/638 kB | 49/164 kB Progress (5): 0.4/3.1 MB | 416/475 kB | 186/614 kB | 105/638 kB | 49/164 kB Progress (5): 0.4/3.1 MB | 416/475 kB | 186/614 kB | 109/638 kB | 49/164 kB Progress (5): 0.4/3.1 MB | 416/475 kB | 186/614 kB | 109/638 kB | 53/164 kB Progress (5): 0.4/3.1 MB | 420/475 kB | 186/614 kB | 109/638 kB | 53/164 kB Progress (5): 0.4/3.1 MB | 420/475 kB | 186/614 kB | 109/638 kB | 57/164 kB Progress (5): 0.4/3.1 MB | 420/475 kB | 186/614 kB | 113/638 kB | 57/164 kB Progress (5): 0.4/3.1 MB | 420/475 kB | 190/614 kB | 113/638 kB | 57/164 kB Progress (5): 0.4/3.1 MB | 420/475 kB | 190/614 kB | 113/638 kB | 57/164 kB Progress (5): 0.4/3.1 MB | 420/475 kB | 194/614 kB | 113/638 kB | 57/164 kB Progress (5): 0.4/3.1 MB | 420/475 kB | 194/614 kB | 117/638 kB | 57/164 kB Progress (5): 0.4/3.1 MB | 420/475 kB | 198/614 kB | 117/638 kB | 57/164 kB Progress (5): 0.4/3.1 MB | 420/475 kB | 198/614 kB | 117/638 kB | 61/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 61/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 65/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 66/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 70/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 74/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 78/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 82/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 86/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 90/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 94/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 98/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 98/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 102/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 106/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 110/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 114/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 118/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 122/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 126/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 130/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 134/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 138/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 142/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 146/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 150/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 154/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 158/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 162/164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 198/614 kB | 117/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 202/614 kB | 117/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 202/614 kB | 121/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 121/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 125/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 129/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 133/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 137/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 141/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 145/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 149/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 153/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 157/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 161/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 165/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 169/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 173/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 177/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 181/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 185/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 189/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 193/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 197/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 201/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 201/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 205/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 209/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 206/614 kB | 209/638 kB | 164 kB Progress (5): 0.4/3.1 MB | 424/475 kB | 210/614 kB | 209/638 kB | 164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 353 kB/s) Progress (4): 0.4/3.1 MB | 428/475 kB | 210/614 kB | 209/638 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar Progress (4): 0.4/3.1 MB | 428/475 kB | 214/614 kB | 209/638 kB Progress (4): 0.4/3.1 MB | 428/475 kB | 218/614 kB | 209/638 kB Progress (4): 0.4/3.1 MB | 428/475 kB | 222/614 kB | 209/638 kB Progress (4): 0.4/3.1 MB | 428/475 kB | 222/614 kB | 209/638 kB Progress (4): 0.4/3.1 MB | 428/475 kB | 222/614 kB | 213/638 kB Progress (4): 0.4/3.1 MB | 428/475 kB | 222/614 kB | 213/638 kB Progress (4): 0.4/3.1 MB | 428/475 kB | 226/614 kB | 213/638 kB Progress (4): 0.4/3.1 MB | 432/475 kB | 226/614 kB | 213/638 kB Progress (4): 0.5/3.1 MB | 432/475 kB | 226/614 kB | 213/638 kB Progress (4): 0.5/3.1 MB | 432/475 kB | 226/614 kB | 213/638 kB Progress (4): 0.5/3.1 MB | 432/475 kB | 226/614 kB | 217/638 kB Progress (4): 0.5/3.1 MB | 432/475 kB | 226/614 kB | 217/638 kB Progress (4): 0.5/3.1 MB | 436/475 kB | 226/614 kB | 217/638 kB Progress (4): 0.5/3.1 MB | 436/475 kB | 230/614 kB | 217/638 kB Progress (4): 0.5/3.1 MB | 440/475 kB | 230/614 kB | 217/638 kB Progress (4): 0.5/3.1 MB | 440/475 kB | 230/614 kB | 221/638 kB Progress (4): 0.5/3.1 MB | 440/475 kB | 230/614 kB | 221/638 kB Progress (4): 0.5/3.1 MB | 440/475 kB | 230/614 kB | 225/638 kB Progress (4): 0.5/3.1 MB | 444/475 kB | 230/614 kB | 225/638 kB Progress (4): 0.5/3.1 MB | 444/475 kB | 230/614 kB | 229/638 kB Progress (4): 0.5/3.1 MB | 444/475 kB | 230/614 kB | 233/638 kB Progress (4): 0.5/3.1 MB | 444/475 kB | 234/614 kB | 233/638 kB Progress (4): 0.5/3.1 MB | 448/475 kB | 234/614 kB | 233/638 kB Progress (4): 0.5/3.1 MB | 448/475 kB | 234/614 kB | 233/638 kB Progress (4): 0.5/3.1 MB | 452/475 kB | 234/614 kB | 233/638 kB Progress (4): 0.5/3.1 MB | 452/475 kB | 238/614 kB | 233/638 kB Progress (4): 0.5/3.1 MB | 452/475 kB | 238/614 kB | 237/638 kB Progress (4): 0.5/3.1 MB | 452/475 kB | 242/614 kB | 237/638 kB Progress (4): 0.5/3.1 MB | 456/475 kB | 242/614 kB | 237/638 kB Progress (4): 0.5/3.1 MB | 456/475 kB | 242/614 kB | 237/638 kB Progress (4): 0.5/3.1 MB | 456/475 kB | 246/614 kB | 237/638 kB Progress (4): 0.5/3.1 MB | 456/475 kB | 246/614 kB | 241/638 kB Progress (4): 0.5/3.1 MB | 456/475 kB | 250/614 kB | 241/638 kB Progress (4): 0.5/3.1 MB | 456/475 kB | 250/614 kB | 241/638 kB Progress (4): 0.5/3.1 MB | 460/475 kB | 250/614 kB | 241/638 kB Progress (4): 0.5/3.1 MB | 460/475 kB | 254/614 kB | 241/638 kB Progress (4): 0.5/3.1 MB | 460/475 kB | 254/614 kB | 241/638 kB Progress (4): 0.5/3.1 MB | 460/475 kB | 254/614 kB | 245/638 kB Progress (5): 0.5/3.1 MB | 460/475 kB | 254/614 kB | 245/638 kB | 4.1/44 kB Progress (5): 0.5/3.1 MB | 460/475 kB | 258/614 kB | 245/638 kB | 4.1/44 kB Progress (5): 0.5/3.1 MB | 464/475 kB | 258/614 kB | 245/638 kB | 4.1/44 kB Progress (5): 0.5/3.1 MB | 464/475 kB | 258/614 kB | 245/638 kB | 7.7/44 kB Progress (5): 0.5/3.1 MB | 464/475 kB | 258/614 kB | 249/638 kB | 7.7/44 kB Progress (5): 0.5/3.1 MB | 464/475 kB | 258/614 kB | 249/638 kB | 7.7/44 kB Progress (5): 0.5/3.1 MB | 464/475 kB | 258/614 kB | 249/638 kB | 12/44 kB Progress (5): 0.5/3.1 MB | 468/475 kB | 258/614 kB | 249/638 kB | 12/44 kB Progress (5): 0.5/3.1 MB | 468/475 kB | 262/614 kB | 249/638 kB | 12/44 kB Progress (5): 0.5/3.1 MB | 472/475 kB | 262/614 kB | 249/638 kB | 12/44 kB Progress (5): 0.5/3.1 MB | 472/475 kB | 262/614 kB | 249/638 kB | 16/44 kB Progress (5): 0.5/3.1 MB | 472/475 kB | 262/614 kB | 249/638 kB | 16/44 kB Progress (5): 0.5/3.1 MB | 472/475 kB | 262/614 kB | 249/638 kB | 20/44 kB Progress (5): 0.5/3.1 MB | 472/475 kB | 262/614 kB | 253/638 kB | 20/44 kB Progress (5): 0.5/3.1 MB | 472/475 kB | 262/614 kB | 253/638 kB | 24/44 kB Progress (5): 0.5/3.1 MB | 472/475 kB | 262/614 kB | 253/638 kB | 24/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 262/614 kB | 253/638 kB | 24/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 266/614 kB | 253/638 kB | 24/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 266/614 kB | 253/638 kB | 24/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 270/614 kB | 253/638 kB | 24/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 270/614 kB | 253/638 kB | 28/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 270/614 kB | 257/638 kB | 28/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 270/614 kB | 257/638 kB | 32/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 270/614 kB | 261/638 kB | 32/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 270/614 kB | 261/638 kB | 36/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 270/614 kB | 261/638 kB | 36/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 261/638 kB | 36/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 261/638 kB | 36/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 261/638 kB | 40/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 261/638 kB | 40/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 261/638 kB | 44/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 265/638 kB | 44/44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 265/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 269/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 273/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 277/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 281/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 285/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 289/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 293/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 297/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 301/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 274/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 278/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 278/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 282/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 282/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 286/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 286/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 290/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 290/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 294/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 298/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 302/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 306/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 310/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 314/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 318/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 322/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 326/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 330/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 334/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 338/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 342/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 346/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 350/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 354/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 354/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 358/614 kB | 305/638 kB | 44 kB Progress (5): 0.5/3.1 MB | 475 kB | 358/614 kB | 305/638 kB | 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 80 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 850 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar Progress (3): 0.5/3.1 MB | 358/614 kB | 305/638 kB Progress (3): 0.5/3.1 MB | 362/614 kB | 305/638 kB Progress (3): 0.5/3.1 MB | 362/614 kB | 305/638 kB Progress (3): 0.5/3.1 MB | 366/614 kB | 305/638 kB Progress (3): 0.5/3.1 MB | 366/614 kB | 305/638 kB Progress (3): 0.5/3.1 MB | 370/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 370/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 374/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 378/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 378/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 378/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 382/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 386/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 386/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 390/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 390/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 394/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 394/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 398/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 398/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 402/614 kB | 305/638 kB Progress (3): 0.6/3.1 MB | 402/614 kB | 305/638 kB Progress (4): 0.6/3.1 MB | 402/614 kB | 305/638 kB | 4.1/15 kB Progress (4): 0.6/3.1 MB | 402/614 kB | 305/638 kB | 4.1/15 kB Progress (4): 0.6/3.1 MB | 406/614 kB | 305/638 kB | 4.1/15 kB Progress (4): 0.6/3.1 MB | 406/614 kB | 305/638 kB | 7.7/15 kB Progress (4): 0.6/3.1 MB | 410/614 kB | 305/638 kB | 7.7/15 kB Progress (4): 0.6/3.1 MB | 410/614 kB | 305/638 kB | 12/15 kB Progress (4): 0.6/3.1 MB | 410/614 kB | 305/638 kB | 12/15 kB Progress (4): 0.6/3.1 MB | 414/614 kB | 305/638 kB | 12/15 kB Progress (4): 0.6/3.1 MB | 414/614 kB | 305/638 kB | 15 kB Progress (5): 0.6/3.1 MB | 414/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 418/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 418/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 4.1/43 kB Progress (5): 0.6/3.1 MB | 422/614 kB | 305/638 kB | 15 kB | 7.7/43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar Progress (4): 0.6/3.1 MB | 426/614 kB | 305/638 kB | 7.7/43 kB Progress (4): 0.6/3.1 MB | 426/614 kB | 305/638 kB | 12/43 kB Progress (4): 0.6/3.1 MB | 430/614 kB | 305/638 kB | 12/43 kB Progress (4): 0.6/3.1 MB | 430/614 kB | 305/638 kB | 16/43 kB Progress (4): 0.6/3.1 MB | 430/614 kB | 305/638 kB | 20/43 kB Progress (4): 0.6/3.1 MB | 430/614 kB | 305/638 kB | 24/43 kB Progress (4): 0.6/3.1 MB | 430/614 kB | 305/638 kB | 28/43 kB Progress (4): 0.6/3.1 MB | 430/614 kB | 305/638 kB | 32/43 kB Progress (4): 0.6/3.1 MB | 430/614 kB | 305/638 kB | 36/43 kB Progress (4): 0.6/3.1 MB | 430/614 kB | 305/638 kB | 40/43 kB Progress (4): 0.6/3.1 MB | 430/614 kB | 305/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 434/614 kB | 305/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 438/614 kB | 305/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 442/614 kB | 305/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 446/614 kB | 305/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 450/614 kB | 305/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 454/614 kB | 305/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 458/614 kB | 305/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 462/614 kB | 305/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 462/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 466/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 470/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 474/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 478/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 482/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 486/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 490/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 494/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 498/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 502/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 506/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 510/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 514/614 kB | 309/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 514/614 kB | 313/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 514/614 kB | 313/638 kB | 43 kB Progress (4): 0.6/3.1 MB | 514/614 kB | 317/638 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 66 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar Progress (3): 0.6/3.1 MB | 514/614 kB | 321/638 kB Progress (3): 0.6/3.1 MB | 514/614 kB | 321/638 kB Progress (3): 0.6/3.1 MB | 514/614 kB | 325/638 kB Progress (3): 0.6/3.1 MB | 518/614 kB | 325/638 kB Progress (3): 0.6/3.1 MB | 518/614 kB | 329/638 kB Progress (3): 0.7/3.1 MB | 518/614 kB | 329/638 kB Progress (3): 0.7/3.1 MB | 522/614 kB | 329/638 kB Progress (3): 0.7/3.1 MB | 522/614 kB | 329/638 kB Progress (3): 0.7/3.1 MB | 522/614 kB | 333/638 kB Progress (3): 0.7/3.1 MB | 522/614 kB | 333/638 kB Progress (3): 0.7/3.1 MB | 526/614 kB | 333/638 kB Progress (3): 0.7/3.1 MB | 526/614 kB | 333/638 kB Progress (3): 0.7/3.1 MB | 526/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 526/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 526/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 530/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 530/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 534/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 538/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 542/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 546/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 550/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 554/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 558/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 562/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 566/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 570/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 574/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 578/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 582/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 586/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 590/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 594/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 598/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 602/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 606/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 610/614 kB | 337/638 kB Progress (3): 0.7/3.1 MB | 610/614 kB | 341/638 kB Progress (4): 0.7/3.1 MB | 610/614 kB | 341/638 kB | 4.1/27 kB Progress (4): 0.7/3.1 MB | 614 kB | 341/638 kB | 4.1/27 kB Progress (4): 0.7/3.1 MB | 614 kB | 341/638 kB | 4.1/27 kB Progress (4): 0.7/3.1 MB | 614 kB | 341/638 kB | 4.1/27 kB Progress (4): 0.7/3.1 MB | 614 kB | 341/638 kB | 4.1/27 kB Progress (4): 0.7/3.1 MB | 614 kB | 341/638 kB | 4.1/27 kB Progress (4): 0.7/3.1 MB | 614 kB | 341/638 kB | 7.7/27 kB Progress (4): 0.7/3.1 MB | 614 kB | 345/638 kB | 7.7/27 kB Progress (5): 0.7/3.1 MB | 614 kB | 345/638 kB | 7.7/27 kB | 4.1/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 345/638 kB | 12/27 kB | 4.1/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 345/638 kB | 12/27 kB | 4.1/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 345/638 kB | 16/27 kB | 4.1/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 345/638 kB | 16/27 kB | 7.7/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 349/638 kB | 16/27 kB | 7.7/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 349/638 kB | 20/27 kB | 7.7/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 349/638 kB | 20/27 kB | 7.7/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 349/638 kB | 24/27 kB | 7.7/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 349/638 kB | 24/27 kB | 12/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 353/638 kB | 24/27 kB | 12/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 353/638 kB | 24/27 kB | 16/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 353/638 kB | 27 kB | 16/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 353/638 kB | 27 kB | 16/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 353/638 kB | 27 kB | 16/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 353/638 kB | 27 kB | 16/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 353/638 kB | 27 kB | 16/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 353/638 kB | 27 kB | 20/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 357/638 kB | 27 kB | 20/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 357/638 kB | 27 kB | 24/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 357/638 kB | 27 kB | 24/55 kB Progress (5): 0.7/3.1 MB | 614 kB | 361/638 kB | 27 kB | 24/55 kB 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 906 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar Progress (4): 0.7/3.1 MB | 365/638 kB | 27 kB | 24/55 kB Progress (4): 0.7/3.1 MB | 365/638 kB | 27 kB | 24/55 kB Progress (4): 0.7/3.1 MB | 365/638 kB | 27 kB | 24/55 kB Progress (4): 0.7/3.1 MB | 365/638 kB | 27 kB | 24/55 kB Progress (4): 0.7/3.1 MB | 365/638 kB | 27 kB | 28/55 kB Progress (4): 0.7/3.1 MB | 365/638 kB | 27 kB | 28/55 kB Progress (4): 0.7/3.1 MB | 369/638 kB | 27 kB | 28/55 kB Progress (4): 0.7/3.1 MB | 369/638 kB | 27 kB | 32/55 kB Progress (4): 0.7/3.1 MB | 369/638 kB | 27 kB | 32/55 kB Progress (4): 0.7/3.1 MB | 373/638 kB | 27 kB | 32/55 kB Progress (4): 0.7/3.1 MB | 373/638 kB | 27 kB | 32/55 kB Progress (4): 0.7/3.1 MB | 373/638 kB | 27 kB | 36/55 kB Progress (4): 0.7/3.1 MB | 377/638 kB | 27 kB | 36/55 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 40 kB/s) Progress (3): 0.7/3.1 MB | 381/638 kB | 36/55 kB Progress (3): 0.7/3.1 MB | 381/638 kB | 40/55 kB Progress (3): 0.7/3.1 MB | 381/638 kB | 40/55 kB Progress (3): 0.7/3.1 MB | 381/638 kB | 44/55 kB Progress (3): 0.7/3.1 MB | 385/638 kB | 44/55 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar Progress (3): 0.7/3.1 MB | 389/638 kB | 44/55 kB Progress (3): 0.7/3.1 MB | 389/638 kB | 48/55 kB Progress (3): 0.8/3.1 MB | 389/638 kB | 48/55 kB Progress (3): 0.8/3.1 MB | 393/638 kB | 48/55 kB Progress (3): 0.8/3.1 MB | 393/638 kB | 52/55 kB Progress (3): 0.8/3.1 MB | 393/638 kB | 52/55 kB Progress (3): 0.8/3.1 MB | 397/638 kB | 52/55 kB Progress (3): 0.8/3.1 MB | 397/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 401/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 401/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 405/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 405/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 409/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 413/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 417/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 421/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 425/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 429/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 433/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 433/638 kB | 55 kB Progress (3): 0.8/3.1 MB | 437/638 kB | 55 kB Progress (4): 0.8/3.1 MB | 437/638 kB | 55 kB | 4.1/47 kB Progress (4): 0.8/3.1 MB | 437/638 kB | 55 kB | 7.7/47 kB Progress (4): 0.8/3.1 MB | 437/638 kB | 55 kB | 12/47 kB Progress (4): 0.8/3.1 MB | 437/638 kB | 55 kB | 16/47 kB Progress (4): 0.8/3.1 MB | 437/638 kB | 55 kB | 16/47 kB Progress (4): 0.8/3.1 MB | 437/638 kB | 55 kB | 20/47 kB Progress (4): 0.8/3.1 MB | 441/638 kB | 55 kB | 20/47 kB Progress (4): 0.8/3.1 MB | 441/638 kB | 55 kB | 24/47 kB Progress (4): 0.8/3.1 MB | 441/638 kB | 55 kB | 24/47 kB Progress (5): 0.8/3.1 MB | 441/638 kB | 55 kB | 24/47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 441/638 kB | 55 kB | 24/47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 441/638 kB | 55 kB | 24/47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 441/638 kB | 55 kB | 28/47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 445/638 kB | 55 kB | 28/47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 445/638 kB | 55 kB | 32/47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 445/638 kB | 55 kB | 36/47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 445/638 kB | 55 kB | 40/47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 445/638 kB | 55 kB | 44/47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 445/638 kB | 55 kB | 47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 445/638 kB | 55 kB | 47 kB | 4.1/177 kB Progress (5): 0.8/3.1 MB | 445/638 kB | 55 kB | 47 kB | 7.7/177 kB Progress (5): 0.8/3.1 MB | 445/638 kB | 55 kB | 47 kB | 7.7/177 kB Progress (5): 0.8/3.1 MB | 449/638 kB | 55 kB | 47 kB | 7.7/177 kB Progress (5): 0.8/3.1 MB | 449/638 kB | 55 kB | 47 kB | 12/177 kB Progress (5): 0.8/3.1 MB | 453/638 kB | 55 kB | 47 kB | 12/177 kB Progress (5): 0.8/3.1 MB | 453/638 kB | 55 kB | 47 kB | 12/177 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 72 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar Progress (4): 0.8/3.1 MB | 457/638 kB | 47 kB | 12/177 kB Progress (4): 0.8/3.1 MB | 457/638 kB | 47 kB | 16/177 kB Progress (4): 0.8/3.1 MB | 457/638 kB | 47 kB | 16/177 kB Progress (4): 0.8/3.1 MB | 461/638 kB | 47 kB | 16/177 kB Progress (4): 0.8/3.1 MB | 461/638 kB | 47 kB | 16/177 kB Progress (4): 0.8/3.1 MB | 461/638 kB | 47 kB | 20/177 kB Progress (4): 0.8/3.1 MB | 461/638 kB | 47 kB | 20/177 kB Progress (4): 0.8/3.1 MB | 465/638 kB | 47 kB | 20/177 kB Progress (4): 0.8/3.1 MB | 465/638 kB | 47 kB | 24/177 kB Progress (4): 0.8/3.1 MB | 465/638 kB | 47 kB | 24/177 kB Progress (4): 0.8/3.1 MB | 469/638 kB | 47 kB | 24/177 kB Progress (4): 0.8/3.1 MB | 469/638 kB | 47 kB | 28/177 kB Progress (4): 0.8/3.1 MB | 469/638 kB | 47 kB | 28/177 kB Progress (4): 0.8/3.1 MB | 469/638 kB | 47 kB | 32/177 kB Progress (4): 0.8/3.1 MB | 473/638 kB | 47 kB | 32/177 kB Progress (4): 0.8/3.1 MB | 473/638 kB | 47 kB | 33/177 kB Progress (4): 0.8/3.1 MB | 473/638 kB | 47 kB | 33/177 kB Progress (4): 0.8/3.1 MB | 477/638 kB | 47 kB | 33/177 kB Progress (4): 0.8/3.1 MB | 477/638 kB | 47 kB | 33/177 kB Progress (4): 0.8/3.1 MB | 477/638 kB | 47 kB | 37/177 kB Progress (4): 0.8/3.1 MB | 481/638 kB | 47 kB | 37/177 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 62 kB/s) Progress (3): 0.8/3.1 MB | 485/638 kB | 37/177 kB Progress (3): 0.8/3.1 MB | 489/638 kB | 37/177 kB Progress (3): 0.8/3.1 MB | 489/638 kB | 41/177 kB Progress (3): 0.8/3.1 MB | 489/638 kB | 41/177 kB Progress (3): 0.8/3.1 MB | 489/638 kB | 45/177 kB Progress (3): 0.8/3.1 MB | 493/638 kB | 45/177 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar Progress (3): 0.8/3.1 MB | 497/638 kB | 45/177 kB Progress (3): 0.8/3.1 MB | 497/638 kB | 49/177 kB Progress (3): 0.8/3.1 MB | 497/638 kB | 49/177 kB Progress (3): 0.8/3.1 MB | 501/638 kB | 49/177 kB Progress (3): 0.8/3.1 MB | 501/638 kB | 53/177 kB Progress (3): 0.8/3.1 MB | 501/638 kB | 53/177 kB Progress (3): 0.8/3.1 MB | 505/638 kB | 53/177 kB Progress (3): 0.8/3.1 MB | 505/638 kB | 53/177 kB Progress (3): 0.8/3.1 MB | 509/638 kB | 53/177 kB Progress (3): 0.8/3.1 MB | 509/638 kB | 57/177 kB Progress (3): 0.8/3.1 MB | 509/638 kB | 57/177 kB Progress (3): 0.8/3.1 MB | 513/638 kB | 57/177 kB Progress (3): 0.8/3.1 MB | 513/638 kB | 57/177 kB Progress (3): 0.8/3.1 MB | 513/638 kB | 61/177 kB Progress (4): 0.8/3.1 MB | 513/638 kB | 61/177 kB | 0/2.3 MB Progress (4): 0.8/3.1 MB | 517/638 kB | 61/177 kB | 0/2.3 MB Progress (4): 0.8/3.1 MB | 517/638 kB | 65/177 kB | 0/2.3 MB Progress (4): 0.8/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 69/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 517/638 kB | 73/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 521/638 kB | 73/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 521/638 kB | 77/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 525/638 kB | 77/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 525/638 kB | 77/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 529/638 kB | 77/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 529/638 kB | 81/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 529/638 kB | 81/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 529/638 kB | 85/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 529/638 kB | 89/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 533/638 kB | 89/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 533/638 kB | 89/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 533/638 kB | 89/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 537/638 kB | 89/177 kB | 0/2.3 MB Progress (4): 0.9/3.1 MB | 537/638 kB | 93/177 kB | 0/2.3 MB Progress (5): 0.9/3.1 MB | 537/638 kB | 93/177 kB | 0/2.3 MB | 4.1/67 kB Progress (5): 0.9/3.1 MB | 537/638 kB | 93/177 kB | 0/2.3 MB | 4.1/67 kB Progress (5): 0.9/3.1 MB | 537/638 kB | 93/177 kB | 0/2.3 MB | 7.7/67 kB Progress (5): 0.9/3.1 MB | 537/638 kB | 93/177 kB | 0/2.3 MB | 7.7/67 kB Progress (5): 0.9/3.1 MB | 537/638 kB | 93/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 541/638 kB | 93/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 93/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 97/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 101/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 105/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 109/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 113/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 117/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 121/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 121/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 121/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 121/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 121/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 121/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 121/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 545/638 kB | 125/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 549/638 kB | 125/177 kB | 0/2.3 MB | 12/67 kB Progress (5): 0.9/3.1 MB | 549/638 kB | 125/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 549/638 kB | 125/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 553/638 kB | 125/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 553/638 kB | 129/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 557/638 kB | 129/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 557/638 kB | 129/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 561/638 kB | 129/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 561/638 kB | 133/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 565/638 kB | 133/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 569/638 kB | 133/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 569/638 kB | 133/177 kB | 0/2.3 MB | 16/67 kB Progress (5): 0.9/3.1 MB | 569/638 kB | 133/177 kB | 0/2.3 MB | 20/67 kB Progress (5): 0.9/3.1 MB | 569/638 kB | 133/177 kB | 0/2.3 MB | 20/67 kB Progress (5): 0.9/3.1 MB | 573/638 kB | 133/177 kB | 0/2.3 MB | 20/67 kB Progress (5): 0.9/3.1 MB | 573/638 kB | 133/177 kB | 0/2.3 MB | 20/67 kB Progress (5): 0.9/3.1 MB | 573/638 kB | 137/177 kB | 0/2.3 MB | 20/67 kB Progress (5): 0.9/3.1 MB | 573/638 kB | 137/177 kB | 0/2.3 MB | 20/67 kB Progress (5): 0.9/3.1 MB | 573/638 kB | 141/177 kB | 0/2.3 MB | 20/67 kB Progress (5): 0.9/3.1 MB | 573/638 kB | 141/177 kB | 0/2.3 MB | 20/67 kB Progress (5): 0.9/3.1 MB | 577/638 kB | 141/177 kB | 0/2.3 MB | 20/67 kB Progress (5): 0.9/3.1 MB | 577/638 kB | 141/177 kB | 0/2.3 MB | 24/67 kB Progress (5): 0.9/3.1 MB | 577/638 kB | 141/177 kB | 0/2.3 MB | 24/67 kB Progress (5): 0.9/3.1 MB | 577/638 kB | 145/177 kB | 0/2.3 MB | 24/67 kB Progress (5): 0.9/3.1 MB | 577/638 kB | 145/177 kB | 0/2.3 MB | 24/67 kB Progress (5): 0.9/3.1 MB | 577/638 kB | 149/177 kB | 0/2.3 MB | 24/67 kB Progress (5): 0.9/3.1 MB | 577/638 kB | 149/177 kB | 0/2.3 MB | 24/67 kB Progress (5): 0.9/3.1 MB | 577/638 kB | 149/177 kB | 0/2.3 MB | 28/67 kB Progress (5): 0.9/3.1 MB | 581/638 kB | 149/177 kB | 0/2.3 MB | 28/67 kB Progress (5): 0.9/3.1 MB | 581/638 kB | 149/177 kB | 0/2.3 MB | 32/67 kB Progress (5): 0.9/3.1 MB | 581/638 kB | 149/177 kB | 0/2.3 MB | 32/67 kB Progress (5): 0.9/3.1 MB | 581/638 kB | 149/177 kB | 0.1/2.3 MB | 32/67 kB Progress (5): 0.9/3.1 MB | 581/638 kB | 153/177 kB | 0.1/2.3 MB | 32/67 kB Progress (5): 0.9/3.1 MB | 581/638 kB | 153/177 kB | 0.1/2.3 MB | 32/67 kB Progress (5): 0.9/3.1 MB | 581/638 kB | 153/177 kB | 0.1/2.3 MB | 32/67 kB Progress (5): 0.9/3.1 MB | 581/638 kB | 153/177 kB | 0.1/2.3 MB | 33/67 kB Progress (5): 0.9/3.1 MB | 585/638 kB | 153/177 kB | 0.1/2.3 MB | 33/67 kB Progress (5): 0.9/3.1 MB | 585/638 kB | 153/177 kB | 0.1/2.3 MB | 37/67 kB Progress (5): 0.9/3.1 MB | 585/638 kB | 153/177 kB | 0.1/2.3 MB | 37/67 kB Progress (5): 0.9/3.1 MB | 585/638 kB | 153/177 kB | 0.1/2.3 MB | 37/67 kB Progress (5): 0.9/3.1 MB | 585/638 kB | 157/177 kB | 0.1/2.3 MB | 37/67 kB Progress (5): 0.9/3.1 MB | 585/638 kB | 157/177 kB | 0.1/2.3 MB | 37/67 kB Progress (5): 0.9/3.1 MB | 585/638 kB | 157/177 kB | 0.1/2.3 MB | 37/67 kB Progress (5): 0.9/3.1 MB | 589/638 kB | 157/177 kB | 0.1/2.3 MB | 37/67 kB Progress (5): 0.9/3.1 MB | 589/638 kB | 157/177 kB | 0.1/2.3 MB | 41/67 kB Progress (5): 0.9/3.1 MB | 589/638 kB | 157/177 kB | 0.1/2.3 MB | 41/67 kB Progress (5): 0.9/3.1 MB | 593/638 kB | 157/177 kB | 0.1/2.3 MB | 41/67 kB Progress (5): 0.9/3.1 MB | 593/638 kB | 157/177 kB | 0.1/2.3 MB | 41/67 kB Progress (5): 0.9/3.1 MB | 593/638 kB | 161/177 kB | 0.1/2.3 MB | 41/67 kB Progress (5): 0.9/3.1 MB | 597/638 kB | 161/177 kB | 0.1/2.3 MB | 41/67 kB Progress (5): 0.9/3.1 MB | 597/638 kB | 165/177 kB | 0.1/2.3 MB | 41/67 kB Progress (5): 1.0/3.1 MB | 597/638 kB | 165/177 kB | 0.1/2.3 MB | 41/67 kB Progress (5): 1.0/3.1 MB | 597/638 kB | 165/177 kB | 0.1/2.3 MB | 45/67 kB Progress (5): 1.0/3.1 MB | 597/638 kB | 169/177 kB | 0.1/2.3 MB | 45/67 kB Progress (5): 1.0/3.1 MB | 601/638 kB | 169/177 kB | 0.1/2.3 MB | 45/67 kB Progress (5): 1.0/3.1 MB | 601/638 kB | 173/177 kB | 0.1/2.3 MB | 45/67 kB Progress (5): 1.0/3.1 MB | 601/638 kB | 173/177 kB | 0.1/2.3 MB | 45/67 kB Progress (5): 1.0/3.1 MB | 601/638 kB | 177/177 kB | 0.1/2.3 MB | 45/67 kB Progress (5): 1.0/3.1 MB | 605/638 kB | 177/177 kB | 0.1/2.3 MB | 45/67 kB Progress (5): 1.0/3.1 MB | 605/638 kB | 177/177 kB | 0.1/2.3 MB | 45/67 kB Progress (5): 1.0/3.1 MB | 605/638 kB | 177/177 kB | 0.1/2.3 MB | 49/67 kB Progress (5): 1.0/3.1 MB | 605/638 kB | 177/177 kB | 0.1/2.3 MB | 49/67 kB Progress (5): 1.0/3.1 MB | 609/638 kB | 177/177 kB | 0.1/2.3 MB | 49/67 kB Progress (5): 1.0/3.1 MB | 609/638 kB | 177 kB | 0.1/2.3 MB | 49/67 kB Progress (5): 1.0/3.1 MB | 609/638 kB | 177 kB | 0.1/2.3 MB | 49/67 kB Progress (5): 1.0/3.1 MB | 613/638 kB | 177 kB | 0.1/2.3 MB | 49/67 kB Progress (5): 1.0/3.1 MB | 613/638 kB | 177 kB | 0.1/2.3 MB | 49/67 kB Progress (5): 1.0/3.1 MB | 613/638 kB | 177 kB | 0.1/2.3 MB | 53/67 kB Progress (5): 1.0/3.1 MB | 613/638 kB | 177 kB | 0.1/2.3 MB | 53/67 kB Progress (5): 1.0/3.1 MB | 613/638 kB | 177 kB | 0.1/2.3 MB | 53/67 kB Progress (5): 1.0/3.1 MB | 617/638 kB | 177 kB | 0.1/2.3 MB | 53/67 kB Progress (5): 1.0/3.1 MB | 617/638 kB | 177 kB | 0.1/2.3 MB | 53/67 kB Progress (5): 1.0/3.1 MB | 617/638 kB | 177 kB | 0.1/2.3 MB | 53/67 kB Progress (5): 1.0/3.1 MB | 617/638 kB | 177 kB | 0.1/2.3 MB | 57/67 kB Progress (5): 1.0/3.1 MB | 617/638 kB | 177 kB | 0.1/2.3 MB | 57/67 kB Progress (5): 1.0/3.1 MB | 617/638 kB | 177 kB | 0.1/2.3 MB | 57/67 kB Progress (5): 1.0/3.1 MB | 621/638 kB | 177 kB | 0.1/2.3 MB | 57/67 kB Progress (5): 1.0/3.1 MB | 621/638 kB | 177 kB | 0.1/2.3 MB | 57/67 kB Progress (5): 1.0/3.1 MB | 621/638 kB | 177 kB | 0.1/2.3 MB | 57/67 kB Progress (5): 1.0/3.1 MB | 621/638 kB | 177 kB | 0.1/2.3 MB | 61/67 kB Progress (5): 1.0/3.1 MB | 621/638 kB | 177 kB | 0.1/2.3 MB | 61/67 kB Progress (5): 1.0/3.1 MB | 621/638 kB | 177 kB | 0.1/2.3 MB | 61/67 kB Progress (5): 1.0/3.1 MB | 625/638 kB | 177 kB | 0.1/2.3 MB | 61/67 kB Progress (5): 1.0/3.1 MB | 625/638 kB | 177 kB | 0.1/2.3 MB | 61/67 kB Progress (5): 1.0/3.1 MB | 625/638 kB | 177 kB | 0.1/2.3 MB | 61/67 kB Progress (5): 1.0/3.1 MB | 625/638 kB | 177 kB | 0.1/2.3 MB | 65/67 kB Progress (5): 1.0/3.1 MB | 625/638 kB | 177 kB | 0.1/2.3 MB | 65/67 kB Progress (5): 1.0/3.1 MB | 625/638 kB | 177 kB | 0.1/2.3 MB | 65/67 kB Progress (5): 1.0/3.1 MB | 629/638 kB | 177 kB | 0.1/2.3 MB | 65/67 kB Progress (5): 1.0/3.1 MB | 629/638 kB | 177 kB | 0.1/2.3 MB | 65/67 kB Progress (5): 1.0/3.1 MB | 629/638 kB | 177 kB | 0.1/2.3 MB | 65/67 kB Progress (5): 1.0/3.1 MB | 629/638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 629/638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 629/638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 633/638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 633/638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 637/638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 637/638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 637/638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 638 kB | 177 kB | 0.1/2.3 MB | 67 kB Progress (5): 1.0/3.1 MB | 638 kB | 177 kB | 0.1/2.3 MB | 67 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 186 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 70 kB/s) Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.0/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.1/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.1/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.1/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.1/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.1/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.1/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.1/3.1 MB | 638 kB | 0.1/2.3 MB Progress (3): 1.1/3.1 MB | 638 kB | 0.2/2.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 662 kB/s) Progress (2): 1.1/3.1 MB | 0.2/2.3 MB Progress (2): 1.1/3.1 MB | 0.2/2.3 MB Progress (2): 1.1/3.1 MB | 0.2/2.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar Progress (2): 1.1/3.1 MB | 0.2/2.3 MB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 4.1/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 7.7/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 7.7/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 12/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 12/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 12/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 12/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 16/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 16/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 20/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 24/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 28/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 32/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 33/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 37/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 37/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 41/173 kB Progress (3): 1.1/3.1 MB | 0.2/2.3 MB | 41/173 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 41/173 kB | 4.1/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 41/173 kB | 4.1/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 45/173 kB | 4.1/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 45/173 kB | 4.1/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 49/173 kB | 4.1/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 49/173 kB | 4.1/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 49/173 kB | 4.1/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 49/173 kB | 7.7/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 49/173 kB | 7.7/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 53/173 kB | 7.7/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 53/173 kB | 12/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 53/173 kB | 12/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 53/173 kB | 16/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 53/173 kB | 20/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 53/173 kB | 24/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 53/173 kB | 28/31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 53/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 53/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 57/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 57/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 61/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 65/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 66/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 70/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 74/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 78/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 82/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 86/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 90/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 94/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 98/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 98/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 102/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 102/173 kB | 31 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 106/173 kB | 31 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 106/173 kB | 31 kB | 4.1/136 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 106/173 kB | 31 kB | 7.7/136 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 106/173 kB | 31 kB | 7.7/136 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 110/173 kB | 31 kB | 7.7/136 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 110/173 kB | 31 kB | 7.7/136 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 110/173 kB | 31 kB | 7.7/136 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 114/173 kB | 31 kB | 7.7/136 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 114/173 kB | 31 kB | 7.7/136 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 118/173 kB | 31 kB | 7.7/136 kB Progress (5): 1.1/3.1 MB | 0.2/2.3 MB | 122/173 kB | 31 kB | 7.7/136 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 29 kB/s) Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 122/173 kB | 7.7/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 122/173 kB | 12/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 122/173 kB | 12/136 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 126/173 kB | 12/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 130/173 kB | 12/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 131/173 kB | 12/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 135/173 kB | 12/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 135/173 kB | 12/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 139/173 kB | 12/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 139/173 kB | 12/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 139/173 kB | 16/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 139/173 kB | 20/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 139/173 kB | 24/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 139/173 kB | 28/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 139/173 kB | 28/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 143/173 kB | 28/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 143/173 kB | 28/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 143/173 kB | 28/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 143/173 kB | 28/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 147/173 kB | 28/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 147/173 kB | 32/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 151/173 kB | 32/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 151/173 kB | 32/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 151/173 kB | 32/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 32/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 33/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 37/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 41/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 41/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 41/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 41/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 41/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 41/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.2/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.3/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 45/136 kB Progress (4): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 45/136 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 45/136 kB | 4.1/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 49/136 kB | 4.1/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 49/136 kB | 7.7/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 49/136 kB | 7.7/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 49/136 kB | 12/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 49/136 kB | 16/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 49/136 kB | 16/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 49/136 kB | 20/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 49/136 kB | 20/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 53/136 kB | 20/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 53/136 kB | 20/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 53/136 kB | 24/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 53/136 kB | 24/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 53/136 kB | 28/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 53/136 kB | 28/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 57/136 kB | 28/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 57/136 kB | 28/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 61/136 kB | 28/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 65/136 kB | 28/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 66/136 kB | 28/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 66/136 kB | 28/147 kB Progress (5): 1.1/3.1 MB | 0.4/2.3 MB | 155/173 kB | 66/136 kB | 32/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 66/136 kB | 32/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 70/136 kB | 32/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 70/136 kB | 32/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 74/136 kB | 32/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 74/136 kB | 32/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 74/136 kB | 33/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 74/136 kB | 33/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 78/136 kB | 33/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 78/136 kB | 33/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 78/136 kB | 33/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 82/136 kB | 33/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 82/136 kB | 37/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 86/136 kB | 37/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 86/136 kB | 37/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 86/136 kB | 37/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 90/136 kB | 37/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 90/136 kB | 41/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 94/136 kB | 41/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 94/136 kB | 41/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 94/136 kB | 41/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 94/136 kB | 41/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 98/136 kB | 41/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 98/136 kB | 45/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 98/136 kB | 45/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 98/136 kB | 45/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 98/136 kB | 45/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 98/136 kB | 45/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 102/136 kB | 45/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 102/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 106/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 106/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 110/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 110/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 114/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 114/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 114/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 114/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.4/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 118/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 122/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 122/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 122/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 122/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 126/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 126/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 126/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 126/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.2/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 130/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 134/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 134/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 134/136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.3/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Progress (5): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 136 kB | 49/147 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 115 kB/s) Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.4/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (4): 1.5/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 155/173 kB | 49/147 kB | 4.1/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 159/173 kB | 49/147 kB | 4.1/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 159/173 kB | 49/147 kB | 4.1/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 163/173 kB | 49/147 kB | 4.1/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 163/173 kB | 49/147 kB | 7.7/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 167/173 kB | 49/147 kB | 7.7/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 167/173 kB | 49/147 kB | 7.7/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 171/173 kB | 49/147 kB | 7.7/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 171/173 kB | 49/147 kB | 12/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 12/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 12/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 16/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 16/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 20/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 20/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 24/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 24/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 28/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 28/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 32/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 32/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 33/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 33/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 37/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 41/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 41/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 45/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 45/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 49/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 49/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 53/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 53/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 57/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 57/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 61/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 61/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 65/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 65/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 66/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 66/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 70/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 70/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 74/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 74/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 78/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 78/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 82/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 82/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 86/205 kB Progress (5): 1.5/3.1 MB | 0.5/2.3 MB | 173 kB | 49/147 kB | 86/205 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 144 kB/s) Progress (4): 1.5/3.1 MB | 0.5/2.3 MB | 49/147 kB | 86/205 kB Progress (4): 1.5/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.5/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 90/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 94/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 98/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 98/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 98/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 98/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 98/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 102/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 102/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 106/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 106/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 110/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 110/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 110/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 114/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 114/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 114/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 118/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 118/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 118/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 122/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 122/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 122/205 kB Progress (4): 1.6/3.1 MB | 0.5/2.3 MB | 49/147 kB | 126/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 126/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 126/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 130/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 130/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 131/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 131/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 135/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 135/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 135/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 139/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 139/205 kB Progress (4): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 139/205 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 139/205 kB | 4.1/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 139/205 kB | 4.1/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 143/205 kB | 4.1/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 143/205 kB | 4.1/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 143/205 kB | 7.7/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 143/205 kB | 7.7/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 147/205 kB | 7.7/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 147/205 kB | 7.7/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 147/205 kB | 12/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 147/205 kB | 12/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 151/205 kB | 12/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 151/205 kB | 12/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 151/205 kB | 16/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 151/205 kB | 16/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 155/205 kB | 16/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 155/205 kB | 16/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 159/205 kB | 16/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 159/205 kB | 16/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 159/205 kB | 20/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 159/205 kB | 20/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 163/205 kB | 20/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 163/205 kB | 20/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 163/205 kB | 24/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 163/205 kB | 24/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 163/205 kB | 28/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 163/205 kB | 28/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 163/205 kB | 28/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 167/205 kB | 28/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 167/205 kB | 28/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 167/205 kB | 32/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 167/205 kB | 32/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 171/205 kB | 32/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 171/205 kB | 36/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 171/205 kB | 36/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 171/205 kB | 40/45 kB Progress (5): 1.7/3.1 MB | 0.5/2.3 MB | 49/147 kB | 175/205 kB | 40/45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 175/205 kB | 40/45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 179/205 kB | 40/45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 179/205 kB | 44/45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 179/205 kB | 44/45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 179/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 183/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 183/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 187/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 187/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 191/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 191/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 195/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 195/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 199/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 199/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 203/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 203/205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 49/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 53/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 53/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 57/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 57/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 57/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 61/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 61/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 65/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 65/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 66/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 66/147 kB | 205 kB | 45 kB Progress (5): 1.8/3.1 MB | 0.5/2.3 MB | 66/147 kB | 205 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 159 kB/s) Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 66/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 66/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 70/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 70/147 kB | 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): 1.8/3.1 MB | 0.5/2.3 MB | 70/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 74/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 74/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 74/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 78/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 78/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 82/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 82/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 82/147 kB | 45 kB Progress (4): 1.8/3.1 MB | 0.5/2.3 MB | 82/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.5/2.3 MB | 82/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.5/2.3 MB | 86/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.5/2.3 MB | 86/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.5/2.3 MB | 86/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 86/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 90/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 94/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 98/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 98/147 kB | 45 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 102/147 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 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 102/147 kB | 4.1/5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 102/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 102/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 106/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 106/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 110/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 110/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 114/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 114/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 114/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 114/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 114/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 118/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 118/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 122/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 122/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 126/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 126/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 130/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 130/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 130/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 130/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 130/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 130/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 134/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 134/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 134/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 134/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 138/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 138/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 142/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 142/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 146/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 146/147 kB | 5.8 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB Progress (5): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB | 4.1/378 kB Progress (5): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB | 7.7/378 kB Progress (5): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB | 12/378 kB Progress (5): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB | 16/378 kB Progress (5): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB | 20/378 kB Progress (5): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB | 24/378 kB Progress (5): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB | 28/378 kB Progress (5): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB | 32/378 kB Progress (5): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 5.8 kB | 32/378 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 4.3 kB/s) Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 32/378 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 33/378 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 33/378 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 33/378 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 33/378 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 33/378 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 37/378 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 37/378 kB Progress (4): 1.9/3.1 MB | 0.6/2.3 MB | 147 kB | 37/378 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 107 kB/s) Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 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): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 41/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 45/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 45/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 45/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 45/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 49/378 kB Progress (3): 1.9/3.1 MB | 0.6/2.3 MB | 49/378 kB Progress (3): 1.9/3.1 MB | 0.7/2.3 MB | 49/378 kB Progress (3): 1.9/3.1 MB | 0.7/2.3 MB | 49/378 kB Progress (3): 1.9/3.1 MB | 0.7/2.3 MB | 49/378 kB Progress (3): 1.9/3.1 MB | 0.7/2.3 MB | 53/378 kB Progress (3): 1.9/3.1 MB | 0.7/2.3 MB | 53/378 kB Progress (3): 1.9/3.1 MB | 0.7/2.3 MB | 53/378 kB Progress (3): 1.9/3.1 MB | 0.7/2.3 MB | 53/378 kB Progress (3): 1.9/3.1 MB | 0.7/2.3 MB | 57/378 kB Progress (3): 1.9/3.1 MB | 0.7/2.3 MB | 57/378 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 57/378 kB | 4.1/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 57/378 kB | 4.1/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 57/378 kB | 7.7/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 57/378 kB | 7.7/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 61/378 kB | 7.7/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 61/378 kB | 7.7/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 61/378 kB | 7.7/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 61/378 kB | 7.7/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 65/378 kB | 7.7/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 66/378 kB | 7.7/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 70/378 kB | 7.7/424 kB Progress (4): 1.9/3.1 MB | 0.7/2.3 MB | 74/378 kB | 7.7/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 74/378 kB | 7.7/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 74/378 kB | 12/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 78/378 kB | 12/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 78/378 kB | 12/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 82/378 kB | 12/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 82/378 kB | 16/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 82/378 kB | 16/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 82/378 kB | 16/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 82/378 kB | 20/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 82/378 kB | 20/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 82/378 kB | 20/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 82/378 kB | 20/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 86/378 kB | 20/424 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 86/378 kB | 20/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 86/378 kB | 20/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 86/378 kB | 24/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 86/378 kB | 24/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 90/378 kB | 24/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 90/378 kB | 24/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 90/378 kB | 24/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 90/378 kB | 24/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 90/378 kB | 24/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 90/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 90/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 90/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 94/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 94/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 94/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 94/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 94/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 98/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 98/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 102/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 106/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 110/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 114/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 118/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 122/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 126/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 130/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 131/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 135/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 139/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 143/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 147/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 151/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 155/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 159/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 163/378 kB | 28/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 163/378 kB | 32/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 167/378 kB | 32/424 kB | 2.5 kB Progress (5): 2.0/3.1 MB | 0.7/2.3 MB | 167/378 kB | 33/424 kB | 2.5 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 1.7 kB/s) Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 167/378 kB | 33/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 167/378 kB | 33/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 167/378 kB | 33/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 167/378 kB | 33/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 167/378 kB | 33/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 167/378 kB | 37/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 171/378 kB | 37/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 171/378 kB | 41/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 171/378 kB | 41/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 171/378 kB | 41/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 171/378 kB | 45/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 175/378 kB | 45/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 175/378 kB | 49/424 kB Progress (4): 2.0/3.1 MB | 0.7/2.3 MB | 175/378 kB | 49/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 175/378 kB | 49/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 175/378 kB | 49/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 175/378 kB | 53/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 179/378 kB | 53/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 179/378 kB | 53/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 179/378 kB | 57/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 179/378 kB | 57/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 183/378 kB | 57/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 183/378 kB | 57/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 57/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 57/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 57/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 61/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 65/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 66/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 70/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 74/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 78/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 82/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 86/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 90/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 90/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 187/378 kB | 90/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 191/378 kB | 90/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 191/378 kB | 90/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 191/378 kB | 90/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 191/378 kB | 94/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 191/378 kB | 94/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 191/378 kB | 94/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 195/378 kB | 94/424 kB Progress (4): 2.0/3.1 MB | 0.8/2.3 MB | 195/378 kB | 94/424 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 195/378 kB | 94/424 kB | 4.1/4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 195/378 kB | 94/424 kB | 4.1/4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 195/378 kB | 98/424 kB | 4.1/4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 195/378 kB | 98/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 199/378 kB | 98/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 199/378 kB | 98/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 203/378 kB | 98/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 203/378 kB | 102/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 203/378 kB | 102/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 207/378 kB | 102/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 207/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 207/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 207/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 207/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 207/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 207/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 207/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 211/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 211/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 215/378 kB | 106/424 kB | 4.5 kB Progress (5): 2.0/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB | 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 2.9 kB/s) Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 106/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 110/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 219/378 kB | 110/424 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): 2.1/3.1 MB | 0.8/2.3 MB | 223/378 kB | 110/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 223/378 kB | 110/424 kB Progress (4): 2.1/3.1 MB | 0.8/2.3 MB | 227/378 kB | 110/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 227/378 kB | 110/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 227/378 kB | 114/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 231/378 kB | 114/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 235/378 kB | 114/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 235/378 kB | 114/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 239/378 kB | 114/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 239/378 kB | 114/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 239/378 kB | 118/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 239/378 kB | 118/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 239/378 kB | 122/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 239/378 kB | 122/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 239/378 kB | 126/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 243/378 kB | 126/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 243/378 kB | 130/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 243/378 kB | 130/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 243/378 kB | 134/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 243/378 kB | 134/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 243/378 kB | 138/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 243/378 kB | 138/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 247/378 kB | 138/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 247/378 kB | 142/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 247/378 kB | 142/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 247/378 kB | 146/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 247/378 kB | 146/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 251/378 kB | 146/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 251/378 kB | 146/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 251/378 kB | 150/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 251/378 kB | 150/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 251/378 kB | 154/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 251/378 kB | 154/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 251/378 kB | 154/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 255/378 kB | 154/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 255/378 kB | 154/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 255/378 kB | 154/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 255/378 kB | 158/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 255/378 kB | 158/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 255/378 kB | 158/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 259/378 kB | 158/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 259/378 kB | 158/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 259/378 kB | 158/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 259/378 kB | 162/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 259/378 kB | 162/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 259/378 kB | 162/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 263/378 kB | 162/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 263/378 kB | 162/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 263/378 kB | 162/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 263/378 kB | 166/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 263/378 kB | 166/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 263/378 kB | 166/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 267/378 kB | 166/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 267/378 kB | 166/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 267/378 kB | 166/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 267/378 kB | 170/424 kB Progress (4): 2.2/3.1 MB | 0.8/2.3 MB | 267/378 kB | 170/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 267/378 kB | 170/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 271/378 kB | 170/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 271/378 kB | 170/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 271/378 kB | 170/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 271/378 kB | 174/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 271/378 kB | 174/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 271/378 kB | 174/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 275/378 kB | 174/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 275/378 kB | 174/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 275/378 kB | 174/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 275/378 kB | 178/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 275/378 kB | 178/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 275/378 kB | 178/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 279/378 kB | 178/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 279/378 kB | 178/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 279/378 kB | 182/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 279/378 kB | 182/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 283/378 kB | 182/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 283/378 kB | 182/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 283/378 kB | 182/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 283/378 kB | 186/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 283/378 kB | 186/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 283/378 kB | 186/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 287/378 kB | 186/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 287/378 kB | 186/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 287/378 kB | 190/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 287/378 kB | 190/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 287/378 kB | 194/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 287/378 kB | 194/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 291/378 kB | 194/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 291/378 kB | 194/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.2/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 198/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 202/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 202/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 291/378 kB | 202/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 295/378 kB | 202/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 295/378 kB | 202/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 295/378 kB | 206/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 295/378 kB | 206/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 295/378 kB | 210/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 295/378 kB | 210/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 295/378 kB | 210/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 299/378 kB | 210/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 299/378 kB | 210/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 299/378 kB | 210/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 299/378 kB | 214/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 299/378 kB | 214/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 299/378 kB | 214/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 303/378 kB | 214/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 303/378 kB | 214/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 303/378 kB | 214/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 303/378 kB | 218/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 303/378 kB | 218/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 303/378 kB | 218/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 307/378 kB | 218/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 307/378 kB | 218/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 307/378 kB | 218/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 307/378 kB | 222/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 307/378 kB | 222/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 307/378 kB | 222/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 311/378 kB | 222/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 311/378 kB | 222/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 311/378 kB | 222/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 311/378 kB | 226/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 311/378 kB | 226/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 311/378 kB | 226/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 315/378 kB | 226/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 315/378 kB | 226/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 315/378 kB | 226/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 315/378 kB | 230/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 315/378 kB | 230/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 319/378 kB | 230/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 319/378 kB | 230/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 319/378 kB | 234/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 319/378 kB | 234/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 319/378 kB | 234/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 319/378 kB | 238/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 319/378 kB | 238/424 kB Progress (4): 2.3/3.1 MB | 0.9/2.3 MB | 323/378 kB | 238/424 kB Progress (4): 2.3/3.1 MB | 1.0/2.3 MB | 323/378 kB | 238/424 kB Progress (4): 2.3/3.1 MB | 1.0/2.3 MB | 323/378 kB | 242/424 kB Progress (4): 2.3/3.1 MB | 1.0/2.3 MB | 323/378 kB | 242/424 kB Progress (4): 2.3/3.1 MB | 1.0/2.3 MB | 323/378 kB | 242/424 kB Progress (4): 2.3/3.1 MB | 1.0/2.3 MB | 327/378 kB | 242/424 kB Progress (4): 2.3/3.1 MB | 1.0/2.3 MB | 327/378 kB | 242/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 327/378 kB | 242/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 327/378 kB | 246/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 327/378 kB | 246/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 327/378 kB | 246/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 327/378 kB | 246/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 327/378 kB | 246/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 327/378 kB | 246/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 327/378 kB | 246/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 331/378 kB | 246/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 331/378 kB | 246/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 331/378 kB | 250/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 331/378 kB | 250/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 331/378 kB | 254/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 335/378 kB | 254/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 335/378 kB | 254/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 339/378 kB | 254/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 339/378 kB | 258/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 339/378 kB | 258/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 343/378 kB | 258/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 343/378 kB | 258/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 347/378 kB | 258/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 347/378 kB | 258/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 347/378 kB | 262/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 347/378 kB | 262/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 351/378 kB | 262/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 351/378 kB | 262/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 355/378 kB | 262/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 355/378 kB | 262/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 355/378 kB | 266/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 359/378 kB | 266/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 359/378 kB | 266/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 359/378 kB | 266/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 359/378 kB | 266/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 363/378 kB | 266/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 363/378 kB | 270/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 367/378 kB | 270/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 367/378 kB | 270/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 367/378 kB | 270/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 367/378 kB | 270/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 371/378 kB | 270/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 371/378 kB | 274/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 375/378 kB | 274/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 375/378 kB | 274/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 375/378 kB | 274/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 274/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 278/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 278/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 278/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 282/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 282/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 282/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 286/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 286/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 286/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 290/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 290/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 294/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 294/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 298/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 298/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 302/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 302/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 306/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 306/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 306/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 306/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 310/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 310/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 314/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 314/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 314/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 314/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 318/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 318/424 kB Progress (4): 2.4/3.1 MB | 1.0/2.3 MB | 378 kB | 322/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 322/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 322/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 322/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 326/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 326/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 326/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 326/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 330/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 330/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 330/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 330/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 334/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 334/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 338/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 338/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 342/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 342/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 346/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 346/424 kB Progress (4): 2.4/3.1 MB | 1.1/2.3 MB | 378 kB | 350/424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 224 kB/s) Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 350/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 350/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 354/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 354/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 354/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 358/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 358/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 362/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 362/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 362/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 366/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 366/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 370/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 370/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 370/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 374/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 374/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 378/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 378/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 378/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 382/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 382/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 382/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 386/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 386/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 390/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 390/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 394/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 394/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 394/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 394/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 398/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 398/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 402/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 402/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 402/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 406/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 406/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 410/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 410/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 414/424 kB Progress (3): 2.5/3.1 MB | 1.1/2.3 MB | 414/424 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 414/424 kB | 4.1/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 418/424 kB | 4.1/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 418/424 kB | 4.1/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 422/424 kB | 4.1/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 422/424 kB | 7.7/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 422/424 kB | 7.7/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 422/424 kB | 12/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 12/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 12/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 16/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 16/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 20/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 20/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 24/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 24/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 28/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 28/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 28/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 32/53 kB Progress (4): 2.5/3.1 MB | 1.1/2.3 MB | 424 kB | 32/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 32/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 36/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 36/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 40/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 40/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 40/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 40/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 40/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 40/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 44/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 44/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 44/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 44/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 48/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 48/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 48/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 48/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 48/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 52/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 52/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 52/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 52/53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Progress (4): 2.5/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Progress (4): 2.6/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Progress (4): 2.6/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Progress (4): 2.6/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Progress (4): 2.6/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Progress (4): 2.6/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Progress (4): 2.6/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Progress (4): 2.6/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Progress (4): 2.6/3.1 MB | 1.2/2.3 MB | 424 kB | 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 240 kB/s) Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB 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 Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.2/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 kB Progress (3): 2.6/3.1 MB | 1.3/2.3 MB | 53 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 30 kB/s) Progress (2): 2.6/3.1 MB | 1.3/2.3 MB Progress (2): 2.6/3.1 MB | 1.3/2.3 MB Progress (2): 2.6/3.1 MB | 1.3/2.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (2): 2.6/3.1 MB | 1.3/2.3 MB Progress (2): 2.6/3.1 MB | 1.3/2.3 MB Progress (2): 2.6/3.1 MB | 1.3/2.3 MB Progress (2): 2.7/3.1 MB | 1.3/2.3 MB Progress (2): 2.7/3.1 MB | 1.3/2.3 MB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.1/4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.1/4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.3/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 4.1/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 4.1/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 4.1/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 4.1/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 4.1/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 4.1/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 4.1/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 7.7/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 7.7/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 12/13 kB Progress (4): 2.7/3.1 MB | 1.4/2.3 MB | 4.3 kB | 12/13 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 2.3 kB/s) Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 12/13 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.7/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.4/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Progress (3): 2.8/3.1 MB | 1.5/2.3 MB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 7.2 kB/s) Progress (2): 2.8/3.1 MB | 1.5/2.3 MB Progress (2): 2.9/3.1 MB | 1.5/2.3 MB Progress (2): 2.9/3.1 MB | 1.5/2.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar Progress (2): 2.9/3.1 MB | 1.5/2.3 MB Progress (2): 2.9/3.1 MB | 1.5/2.3 MB Progress (2): 2.9/3.1 MB | 1.5/2.3 MB Progress (2): 2.9/3.1 MB | 1.5/2.3 MB Progress (2): 2.9/3.1 MB | 1.5/2.3 MB Progress (2): 2.9/3.1 MB | 1.5/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 2.9/3.1 MB | 1.6/2.3 MB Progress (2): 3.0/3.1 MB | 1.6/2.3 MB Progress (2): 3.0/3.1 MB | 1.6/2.3 MB Progress (2): 3.0/3.1 MB | 1.6/2.3 MB Progress (2): 3.0/3.1 MB | 1.6/2.3 MB Progress (2): 3.0/3.1 MB | 1.6/2.3 MB Progress (2): 3.0/3.1 MB | 1.6/2.3 MB Progress (2): 3.0/3.1 MB | 1.6/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (2): 3.0/3.1 MB | 1.7/2.3 MB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 4.1/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 7.7/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 12/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 16/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 20/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 24/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 28/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 32/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 33/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 37/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 41/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 45/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 49/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 53/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 57/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 61/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 65/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 65/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 66/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 66/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 70/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 70/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 74/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 74/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 78/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 78/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 82/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 82/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 82/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 86/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 86/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 86/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 86/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 90/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 90/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 90/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 94/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 94/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 98/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 98/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 98/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 98/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 98/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 102/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 102/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 106/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 106/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 110/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 110/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 110/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 114/290 kB Progress (3): 3.0/3.1 MB | 1.7/2.3 MB | 114/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 114/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 114/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 118/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 118/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 122/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 122/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 122/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 122/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 126/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 126/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 130/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 130/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 131/290 kB Progress (3): 3.1/3.1 MB | 1.7/2.3 MB | 131/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 131/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 131/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 135/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 135/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 139/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 139/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 139/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 139/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 143/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 143/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 147/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 147/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 147/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 147/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 151/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 151/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 155/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 155/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 155/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 155/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 155/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 159/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 159/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 159/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 159/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 163/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 163/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 163/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 167/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 167/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 171/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 171/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 175/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 175/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 179/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 179/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 183/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 183/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 187/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 187/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 187/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 191/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 191/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 191/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 195/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 195/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 199/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 199/290 kB Progress (3): 3.1/3.1 MB | 1.8/2.3 MB | 203/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 203/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 207/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 211/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 211/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 215/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 215/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 219/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 219/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 223/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 223/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 227/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 227/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 231/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 231/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 235/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 235/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 239/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 239/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 243/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 243/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 247/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 251/290 kB Progress (3): 3.1 MB | 1.8/2.3 MB | 251/290 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.jar (3.1 MB at 1.5 MB/s) Progress (2): 1.8/2.3 MB | 255/290 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 (2): 1.8/2.3 MB | 255/290 kB Progress (2): 1.8/2.3 MB | 255/290 kB Progress (2): 1.9/2.3 MB | 255/290 kB Progress (2): 1.9/2.3 MB | 255/290 kB Progress (2): 1.9/2.3 MB | 259/290 kB Progress (2): 1.9/2.3 MB | 259/290 kB Progress (2): 1.9/2.3 MB | 263/290 kB Progress (2): 1.9/2.3 MB | 263/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 1.9/2.3 MB | 267/290 kB Progress (2): 2.0/2.3 MB | 267/290 kB Progress (2): 2.0/2.3 MB | 267/290 kB Progress (2): 2.0/2.3 MB | 267/290 kB Progress (2): 2.0/2.3 MB | 271/290 kB Progress (2): 2.0/2.3 MB | 271/290 kB Progress (2): 2.0/2.3 MB | 275/290 kB Progress (2): 2.0/2.3 MB | 275/290 kB Progress (2): 2.0/2.3 MB | 279/290 kB Progress (2): 2.0/2.3 MB | 279/290 kB Progress (2): 2.0/2.3 MB | 283/290 kB Progress (2): 2.0/2.3 MB | 283/290 kB Progress (2): 2.0/2.3 MB | 287/290 kB Progress (2): 2.0/2.3 MB | 287/290 kB Progress (2): 2.0/2.3 MB | 290 kB Progress (2): 2.0/2.3 MB | 290 kB Progress (2): 2.0/2.3 MB | 290 kB Progress (2): 2.0/2.3 MB | 290 kB Progress (3): 2.0/2.3 MB | 290 kB | 4.1/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 4.1/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 7.7/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 7.7/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 12/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 12/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 16/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 16/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 20/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 20/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 24/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 24/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 28/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 28/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 32/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 32/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 36/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 36/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 40/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 40/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 44/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 44/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 48/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 48/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 52/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 52/54 kB Progress (3): 2.0/2.3 MB | 290 kB | 54 kB Progress (3): 2.0/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Progress (3): 2.1/2.3 MB | 290 kB | 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 140 kB/s) Progress (2): 2.1/2.3 MB | 54 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.1/2.3 MB | 54 kB Progress (2): 2.2/2.3 MB | 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 26 kB/s) Progress (1): 2.2/2.3 MB 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 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.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.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.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.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.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 MB Progress (2): 2.3 MB | 4.1/23 kB Progress (2): 2.3 MB | 7.7/23 kB Progress (2): 2.3 MB | 12/23 kB Progress (2): 2.3 MB | 16/23 kB Progress (2): 2.3 MB | 20/23 kB Progress (2): 2.3 MB | 23 kB Progress (3): 2.3 MB | 23 kB | 4.1/435 kB Progress (3): 2.3 MB | 23 kB | 7.7/435 kB Progress (3): 2.3 MB | 23 kB | 12/435 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 11 kB/s) Progress (2): 2.3 MB | 16/435 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar Progress (2): 2.3 MB | 20/435 kB Progress (2): 2.3 MB | 24/435 kB Progress (2): 2.3 MB | 28/435 kB Progress (2): 2.3 MB | 32/435 kB Progress (2): 2.3 MB | 33/435 kB Progress (2): 2.3 MB | 37/435 kB Progress (2): 2.3 MB | 41/435 kB Progress (2): 2.3 MB | 45/435 kB Progress (2): 2.3 MB | 49/435 kB Progress (2): 2.3 MB | 53/435 kB Progress (2): 2.3 MB | 57/435 kB Progress (2): 2.3 MB | 61/435 kB Progress (2): 2.3 MB | 65/435 kB Progress (2): 2.3 MB | 66/435 kB Progress (2): 2.3 MB | 70/435 kB Progress (2): 2.3 MB | 74/435 kB Progress (2): 2.3 MB | 78/435 kB Progress (2): 2.3 MB | 82/435 kB Progress (2): 2.3 MB | 86/435 kB Progress (2): 2.3 MB | 90/435 kB Progress (2): 2.3 MB | 94/435 kB Progress (2): 2.3 MB | 98/435 kB Progress (2): 2.3 MB | 102/435 kB Progress (2): 2.3 MB | 106/435 kB Progress (2): 2.3 MB | 110/435 kB Progress (2): 2.3 MB | 114/435 kB Progress (2): 2.3 MB | 118/435 kB Progress (2): 2.3 MB | 122/435 kB Progress (2): 2.3 MB | 126/435 kB Progress (2): 2.3 MB | 130/435 kB Progress (2): 2.3 MB | 134/435 kB Progress (2): 2.3 MB | 138/435 kB Progress (2): 2.3 MB | 142/435 kB Progress (2): 2.3 MB | 146/435 kB Progress (2): 2.3 MB | 150/435 kB Progress (2): 2.3 MB | 154/435 kB Progress (2): 2.3 MB | 158/435 kB Progress (2): 2.3 MB | 162/435 kB Progress (2): 2.3 MB | 166/435 kB Progress (2): 2.3 MB | 170/435 kB Progress (2): 2.3 MB | 174/435 kB Progress (2): 2.3 MB | 178/435 kB Progress (2): 2.3 MB | 182/435 kB Progress (2): 2.3 MB | 186/435 kB Progress (2): 2.3 MB | 190/435 kB Progress (2): 2.3 MB | 194/435 kB Progress (2): 2.3 MB | 198/435 kB Progress (2): 2.3 MB | 202/435 kB Progress (2): 2.3 MB | 206/435 kB Progress (2): 2.3 MB | 210/435 kB Progress (2): 2.3 MB | 214/435 kB Progress (2): 2.3 MB | 218/435 kB Progress (2): 2.3 MB | 222/435 kB Progress (2): 2.3 MB | 226/435 kB Progress (2): 2.3 MB | 230/435 kB Progress (2): 2.3 MB | 234/435 kB Progress (2): 2.3 MB | 238/435 kB Progress (2): 2.3 MB | 242/435 kB Progress (2): 2.3 MB | 246/435 kB Progress (2): 2.3 MB | 250/435 kB Progress (2): 2.3 MB | 254/435 kB Progress (2): 2.3 MB | 258/435 kB Progress (2): 2.3 MB | 262/435 kB Progress (2): 2.3 MB | 266/435 kB Progress (2): 2.3 MB | 270/435 kB Progress (2): 2.3 MB | 274/435 kB Progress (2): 2.3 MB | 278/435 kB Progress (2): 2.3 MB | 282/435 kB Progress (2): 2.3 MB | 286/435 kB Progress (2): 2.3 MB | 290/435 kB Progress (2): 2.3 MB | 294/435 kB Progress (2): 2.3 MB | 298/435 kB Progress (2): 2.3 MB | 302/435 kB Progress (2): 2.3 MB | 306/435 kB Progress (2): 2.3 MB | 310/435 kB Progress (2): 2.3 MB | 314/435 kB Progress (2): 2.3 MB | 318/435 kB Progress (2): 2.3 MB | 322/435 kB Progress (2): 2.3 MB | 326/435 kB Progress (2): 2.3 MB | 330/435 kB Progress (2): 2.3 MB | 334/435 kB Progress (2): 2.3 MB | 338/435 kB Progress (2): 2.3 MB | 342/435 kB Progress (2): 2.3 MB | 346/435 kB Progress (2): 2.3 MB | 350/435 kB Progress (2): 2.3 MB | 354/435 kB Progress (2): 2.3 MB | 358/435 kB Progress (2): 2.3 MB | 362/435 kB Progress (2): 2.3 MB | 366/435 kB Progress (2): 2.3 MB | 370/435 kB Progress (2): 2.3 MB | 374/435 kB Progress (2): 2.3 MB | 378/435 kB Progress (2): 2.3 MB | 382/435 kB Progress (2): 2.3 MB | 386/435 kB Progress (2): 2.3 MB | 390/435 kB Progress (2): 2.3 MB | 394/435 kB Progress (2): 2.3 MB | 398/435 kB Progress (2): 2.3 MB | 402/435 kB Progress (2): 2.3 MB | 406/435 kB Progress (2): 2.3 MB | 410/435 kB Progress (2): 2.3 MB | 414/435 kB Progress (2): 2.3 MB | 418/435 kB Progress (2): 2.3 MB | 422/435 kB Progress (2): 2.3 MB | 426/435 kB Progress (2): 2.3 MB | 430/435 kB Progress (2): 2.3 MB | 434/435 kB Progress (2): 2.3 MB | 435 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 198 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Progress (2): 2.3 MB | 4.1/32 kB Progress (2): 2.3 MB | 7.7/32 kB Progress (2): 2.3 MB | 12/32 kB Progress (2): 2.3 MB | 16/32 kB Progress (2): 2.3 MB | 20/32 kB Progress (2): 2.3 MB | 24/32 kB Progress (2): 2.3 MB | 28/32 kB Progress (2): 2.3 MB | 32/32 kB Progress (2): 2.3 MB | 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar Progress (2): 2.3 MB | 4.1/143 kB Progress (2): 2.3 MB | 7.7/143 kB Progress (2): 2.3 MB | 12/143 kB Progress (2): 2.3 MB | 16/143 kB Progress (2): 2.3 MB | 20/143 kB Progress (2): 2.3 MB | 24/143 kB Progress (2): 2.3 MB | 28/143 kB Progress (2): 2.3 MB | 32/143 kB Progress (2): 2.3 MB | 33/143 kB Progress (2): 2.3 MB | 37/143 kB Progress (2): 2.3 MB | 41/143 kB Progress (2): 2.3 MB | 45/143 kB Progress (2): 2.3 MB | 49/143 kB Progress (2): 2.3 MB | 53/143 kB Progress (2): 2.3 MB | 57/143 kB Progress (2): 2.3 MB | 61/143 kB Progress (2): 2.3 MB | 65/143 kB Progress (2): 2.3 MB | 66/143 kB Progress (2): 2.3 MB | 70/143 kB Progress (2): 2.3 MB | 74/143 kB Progress (2): 2.3 MB | 78/143 kB Progress (2): 2.3 MB | 82/143 kB Progress (2): 2.3 MB | 86/143 kB Progress (2): 2.3 MB | 90/143 kB Progress (2): 2.3 MB | 94/143 kB Progress (2): 2.3 MB | 98/143 kB Progress (2): 2.3 MB | 102/143 kB Progress (2): 2.3 MB | 106/143 kB Progress (2): 2.3 MB | 110/143 kB Progress (2): 2.3 MB | 114/143 kB Progress (2): 2.3 MB | 118/143 kB Progress (2): 2.3 MB | 122/143 kB Progress (2): 2.3 MB | 126/143 kB Progress (2): 2.3 MB | 130/143 kB Progress (2): 2.3 MB | 134/143 kB Progress (2): 2.3 MB | 138/143 kB Progress (2): 2.3 MB | 142/143 kB Progress (2): 2.3 MB | 143 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.jar (143 kB at 57 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar Progress (2): 2.3 MB | 4.1/74 kB Progress (2): 2.3 MB | 7.7/74 kB Progress (2): 2.3 MB | 12/74 kB Progress (2): 2.3 MB | 16/74 kB Progress (2): 2.3 MB | 20/74 kB Progress (2): 2.3 MB | 24/74 kB Progress (2): 2.3 MB | 28/74 kB Progress (2): 2.3 MB | 32/74 kB Progress (2): 2.3 MB | 33/74 kB Progress (2): 2.3 MB | 37/74 kB Progress (2): 2.3 MB | 41/74 kB Progress (2): 2.3 MB | 45/74 kB Progress (2): 2.3 MB | 49/74 kB Progress (2): 2.3 MB | 53/74 kB Progress (2): 2.3 MB | 57/74 kB Progress (2): 2.3 MB | 61/74 kB Progress (2): 2.3 MB | 65/74 kB Progress (2): 2.3 MB | 69/74 kB Progress (2): 2.3 MB | 73/74 kB Progress (2): 2.3 MB | 74 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.jar (74 kB at 30 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar Progress (2): 2.3 MB | 4.1/378 kB Progress (2): 2.3 MB | 7.7/378 kB Progress (2): 2.3 MB | 12/378 kB Progress (2): 2.3 MB | 16/378 kB Progress (2): 2.3 MB | 20/378 kB Progress (2): 2.3 MB | 24/378 kB Progress (2): 2.3 MB | 28/378 kB Progress (2): 2.3 MB | 32/378 kB Progress (2): 2.3 MB | 33/378 kB Progress (2): 2.3 MB | 37/378 kB Progress (2): 2.3 MB | 41/378 kB Progress (2): 2.3 MB | 45/378 kB Progress (2): 2.3 MB | 49/378 kB Progress (2): 2.3 MB | 53/378 kB Progress (2): 2.3 MB | 57/378 kB Progress (2): 2.3 MB | 61/378 kB Progress (2): 2.3 MB | 65/378 kB Progress (2): 2.3 MB | 66/378 kB Progress (2): 2.3 MB | 70/378 kB Progress (2): 2.3 MB | 74/378 kB Progress (2): 2.3 MB | 78/378 kB Progress (2): 2.3 MB | 82/378 kB Progress (2): 2.3 MB | 86/378 kB Progress (2): 2.3 MB | 90/378 kB Progress (2): 2.3 MB | 94/378 kB Progress (2): 2.3 MB | 98/378 kB Progress (2): 2.3 MB | 102/378 kB Progress (2): 2.3 MB | 106/378 kB Progress (2): 2.3 MB | 110/378 kB Progress (2): 2.3 MB | 114/378 kB Progress (2): 2.3 MB | 118/378 kB Progress (2): 2.3 MB | 122/378 kB Progress (2): 2.3 MB | 126/378 kB Progress (2): 2.3 MB | 130/378 kB Progress (2): 2.3 MB | 134/378 kB Progress (2): 2.3 MB | 138/378 kB Progress (2): 2.3 MB | 142/378 kB Progress (2): 2.3 MB | 146/378 kB Progress (2): 2.3 MB | 150/378 kB Progress (2): 2.3 MB | 154/378 kB Progress (2): 2.3 MB | 158/378 kB Progress (2): 2.3 MB | 162/378 kB Progress (2): 2.3 MB | 166/378 kB Progress (2): 2.3 MB | 170/378 kB Progress (2): 2.3 MB | 174/378 kB Progress (2): 2.3 MB | 178/378 kB Progress (2): 2.3 MB | 182/378 kB Progress (2): 2.3 MB | 186/378 kB Progress (2): 2.3 MB | 190/378 kB Progress (2): 2.3 MB | 194/378 kB Progress (2): 2.3 MB | 198/378 kB Progress (2): 2.3 MB | 202/378 kB Progress (2): 2.3 MB | 206/378 kB Progress (2): 2.3 MB | 210/378 kB Progress (2): 2.3 MB | 214/378 kB Progress (2): 2.3 MB | 218/378 kB Progress (2): 2.3 MB | 222/378 kB Progress (2): 2.3 MB | 226/378 kB Progress (2): 2.3 MB | 230/378 kB Progress (2): 2.3 MB | 234/378 kB Progress (2): 2.3 MB | 238/378 kB Progress (2): 2.3 MB | 242/378 kB Progress (2): 2.3 MB | 246/378 kB Progress (2): 2.3 MB | 250/378 kB Progress (2): 2.3 MB | 254/378 kB Progress (2): 2.3 MB | 258/378 kB Progress (2): 2.3 MB | 262/378 kB Progress (2): 2.3 MB | 266/378 kB Progress (2): 2.3 MB | 270/378 kB Progress (2): 2.3 MB | 274/378 kB Progress (2): 2.3 MB | 278/378 kB Progress (2): 2.3 MB | 282/378 kB Progress (2): 2.3 MB | 286/378 kB Progress (2): 2.3 MB | 290/378 kB Progress (2): 2.3 MB | 294/378 kB Progress (2): 2.3 MB | 298/378 kB Progress (2): 2.3 MB | 302/378 kB Progress (2): 2.3 MB | 306/378 kB Progress (2): 2.3 MB | 310/378 kB Progress (2): 2.3 MB | 314/378 kB Progress (2): 2.3 MB | 318/378 kB Progress (2): 2.3 MB | 322/378 kB Progress (2): 2.3 MB | 326/378 kB Progress (2): 2.3 MB | 330/378 kB Progress (2): 2.3 MB | 334/378 kB Progress (2): 2.3 MB | 338/378 kB Progress (2): 2.3 MB | 342/378 kB Progress (2): 2.3 MB | 346/378 kB Progress (2): 2.3 MB | 350/378 kB Progress (2): 2.3 MB | 354/378 kB Progress (2): 2.3 MB | 358/378 kB Progress (2): 2.3 MB | 362/378 kB Progress (2): 2.3 MB | 366/378 kB Progress (2): 2.3 MB | 370/378 kB Progress (2): 2.3 MB | 374/378 kB Progress (2): 2.3 MB | 378/378 kB Progress (2): 2.3 MB | 378 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 119 kB/s) 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 (2): 2.3 MB | 4.1/62 kB Progress (2): 2.3 MB | 7.7/62 kB Progress (2): 2.3 MB | 12/62 kB Progress (2): 2.3 MB | 16/62 kB Progress (2): 2.3 MB | 20/62 kB Progress (2): 2.3 MB | 24/62 kB Progress (2): 2.3 MB | 28/62 kB Progress (2): 2.3 MB | 32/62 kB Progress (2): 2.3 MB | 36/62 kB Progress (2): 2.3 MB | 40/62 kB Progress (2): 2.3 MB | 44/62 kB Progress (2): 2.3 MB | 48/62 kB Progress (2): 2.3 MB | 52/62 kB Progress (2): 2.3 MB | 56/62 kB Progress (2): 2.3 MB | 60/62 kB Progress (2): 2.3 MB | 62 kB Progress (3): 2.3 MB | 62 kB | 4.1/60 kB Progress (3): 2.3 MB | 62 kB | 7.7/60 kB Progress (3): 2.3 MB | 62 kB | 12/60 kB Progress (3): 2.3 MB | 62 kB | 16/60 kB Progress (3): 2.3 MB | 62 kB | 20/60 kB Progress (3): 2.3 MB | 62 kB | 24/60 kB Progress (3): 2.3 MB | 62 kB | 28/60 kB Progress (3): 2.3 MB | 62 kB | 32/60 kB Progress (3): 2.3 MB | 62 kB | 33/60 kB Progress (3): 2.3 MB | 62 kB | 37/60 kB Progress (3): 2.3 MB | 62 kB | 41/60 kB Progress (3): 2.3 MB | 62 kB | 45/60 kB Progress (3): 2.3 MB | 62 kB | 49/60 kB Progress (3): 2.3 MB | 62 kB | 53/60 kB Progress (3): 2.3 MB | 62 kB | 57/60 kB Progress (3): 2.3 MB | 62 kB | 60 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 19 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar Progress (3): 2.3 MB | 62 kB | 4.1/156 kB Progress (3): 2.3 MB | 62 kB | 7.7/156 kB Progress (3): 2.3 MB | 62 kB | 12/156 kB Progress (3): 2.3 MB | 62 kB | 16/156 kB Progress (3): 2.3 MB | 62 kB | 20/156 kB Progress (3): 2.3 MB | 62 kB | 24/156 kB Progress (3): 2.3 MB | 62 kB | 28/156 kB Progress (3): 2.3 MB | 62 kB | 32/156 kB Progress (3): 2.3 MB | 62 kB | 33/156 kB Progress (3): 2.3 MB | 62 kB | 37/156 kB Progress (3): 2.3 MB | 62 kB | 41/156 kB Progress (3): 2.3 MB | 62 kB | 45/156 kB Progress (3): 2.3 MB | 62 kB | 49/156 kB Progress (3): 2.3 MB | 62 kB | 53/156 kB Progress (3): 2.3 MB | 62 kB | 57/156 kB Progress (3): 2.3 MB | 62 kB | 61/156 kB Progress (3): 2.3 MB | 62 kB | 65/156 kB Progress (3): 2.3 MB | 62 kB | 66/156 kB Progress (3): 2.3 MB | 62 kB | 70/156 kB Progress (3): 2.3 MB | 62 kB | 74/156 kB Progress (3): 2.3 MB | 62 kB | 78/156 kB Progress (3): 2.3 MB | 62 kB | 82/156 kB Progress (3): 2.3 MB | 62 kB | 86/156 kB Progress (3): 2.3 MB | 62 kB | 90/156 kB Progress (3): 2.3 MB | 62 kB | 94/156 kB Progress (3): 2.3 MB | 62 kB | 98/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 702 kB/s) Progress (2): 62 kB | 98/156 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 Progress (2): 62 kB | 102/156 kB Progress (2): 62 kB | 106/156 kB Progress (2): 62 kB | 110/156 kB Progress (2): 62 kB | 114/156 kB Progress (2): 62 kB | 118/156 kB Progress (2): 62 kB | 122/156 kB Progress (2): 62 kB | 126/156 kB Progress (2): 62 kB | 130/156 kB Progress (2): 62 kB | 134/156 kB Progress (2): 62 kB | 138/156 kB Progress (2): 62 kB | 142/156 kB Progress (2): 62 kB | 146/156 kB Progress (2): 62 kB | 150/156 kB Progress (2): 62 kB | 154/156 kB Progress (2): 62 kB | 156 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 48 kB/s) 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): 62 kB | 4.1/35 kB Progress (2): 62 kB | 7.7/35 kB Progress (2): 62 kB | 12/35 kB Progress (2): 62 kB | 16/35 kB Progress (2): 62 kB | 20/35 kB Progress (2): 62 kB | 24/35 kB Progress (2): 62 kB | 28/35 kB Progress (2): 62 kB | 32/35 kB Progress (2): 62 kB | 35 kB Progress (3): 62 kB | 35 kB | 4.1/65 kB Progress (3): 62 kB | 35 kB | 7.7/65 kB Progress (3): 62 kB | 35 kB | 12/65 kB Progress (3): 62 kB | 35 kB | 16/65 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 11 kB/s) Progress (2): 62 kB | 20/65 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (2): 62 kB | 24/65 kB Progress (2): 62 kB | 28/65 kB Progress (2): 62 kB | 32/65 kB Progress (2): 62 kB | 36/65 kB Progress (2): 62 kB | 40/65 kB Progress (2): 62 kB | 44/65 kB Progress (2): 62 kB | 48/65 kB Progress (2): 62 kB | 52/65 kB Progress (2): 62 kB | 56/65 kB Progress (2): 62 kB | 60/65 kB Progress (2): 62 kB | 64/65 kB Progress (2): 62 kB | 65 kB Progress (3): 62 kB | 65 kB | 4.1/332 kB Progress (3): 62 kB | 65 kB | 7.7/332 kB Progress (3): 62 kB | 65 kB | 12/332 kB Progress (3): 62 kB | 65 kB | 16/332 kB Progress (3): 62 kB | 65 kB | 20/332 kB Progress (3): 62 kB | 65 kB | 24/332 kB Progress (3): 62 kB | 65 kB | 28/332 kB Progress (3): 62 kB | 65 kB | 32/332 kB Progress (3): 62 kB | 65 kB | 33/332 kB Progress (3): 62 kB | 65 kB | 37/332 kB Progress (3): 62 kB | 65 kB | 41/332 kB Progress (3): 62 kB | 65 kB | 45/332 kB Progress (3): 62 kB | 65 kB | 49/332 kB Progress (3): 62 kB | 65 kB | 53/332 kB Progress (3): 62 kB | 65 kB | 57/332 kB Progress (3): 62 kB | 65 kB | 61/332 kB Progress (3): 62 kB | 65 kB | 65/332 kB Progress (3): 62 kB | 65 kB | 66/332 kB Progress (3): 62 kB | 65 kB | 70/332 kB Progress (3): 62 kB | 65 kB | 74/332 kB Progress (3): 62 kB | 65 kB | 78/332 kB Progress (3): 62 kB | 65 kB | 82/332 kB Progress (3): 62 kB | 65 kB | 86/332 kB Progress (3): 62 kB | 65 kB | 90/332 kB Progress (3): 62 kB | 65 kB | 94/332 kB Progress (3): 62 kB | 65 kB | 98/332 kB Progress (3): 62 kB | 65 kB | 98/332 kB Progress (3): 62 kB | 65 kB | 102/332 kB Progress (3): 62 kB | 65 kB | 106/332 kB Progress (3): 62 kB | 65 kB | 110/332 kB Progress (3): 62 kB | 65 kB | 114/332 kB Progress (3): 62 kB | 65 kB | 118/332 kB Progress (3): 62 kB | 65 kB | 122/332 kB Progress (3): 62 kB | 65 kB | 126/332 kB Progress (3): 62 kB | 65 kB | 130/332 kB Progress (3): 62 kB | 65 kB | 131/332 kB Progress (3): 62 kB | 65 kB | 135/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 19 kB/s) 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 20 kB/s) Progress (1): 139/332 kB 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 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 (2): 139/332 kB | 4.1/11 kB Progress (2): 143/332 kB | 4.1/11 kB Progress (3): 143/332 kB | 4.1/11 kB | 4.1/170 kB Progress (3): 147/332 kB | 4.1/11 kB | 4.1/170 kB Progress (3): 147/332 kB | 7.7/11 kB | 4.1/170 kB Progress (3): 147/332 kB | 7.7/11 kB | 7.7/170 kB Progress (3): 147/332 kB | 11 kB | 7.7/170 kB Progress (3): 151/332 kB | 11 kB | 7.7/170 kB Progress (3): 151/332 kB | 11 kB | 12/170 kB Progress (3): 155/332 kB | 11 kB | 12/170 kB Progress (3): 155/332 kB | 11 kB | 16/170 kB Progress (3): 159/332 kB | 11 kB | 16/170 kB Progress (3): 159/332 kB | 11 kB | 20/170 kB Progress (3): 163/332 kB | 11 kB | 20/170 kB Progress (3): 163/332 kB | 11 kB | 24/170 kB Progress (3): 164/332 kB | 11 kB | 24/170 kB Progress (3): 168/332 kB | 11 kB | 24/170 kB Progress (3): 172/332 kB | 11 kB | 24/170 kB Progress (3): 176/332 kB | 11 kB | 24/170 kB Progress (3): 180/332 kB | 11 kB | 24/170 kB Progress (3): 184/332 kB | 11 kB | 24/170 kB Progress (3): 188/332 kB | 11 kB | 24/170 kB Progress (3): 192/332 kB | 11 kB | 24/170 kB Progress (3): 196/332 kB | 11 kB | 24/170 kB Progress (3): 200/332 kB | 11 kB | 24/170 kB Progress (3): 204/332 kB | 11 kB | 24/170 kB Progress (3): 208/332 kB | 11 kB | 24/170 kB Progress (3): 212/332 kB | 11 kB | 24/170 kB Progress (3): 216/332 kB | 11 kB | 24/170 kB Progress (3): 220/332 kB | 11 kB | 24/170 kB Progress (3): 224/332 kB | 11 kB | 24/170 kB Progress (3): 228/332 kB | 11 kB | 24/170 kB Progress (3): 232/332 kB | 11 kB | 24/170 kB Progress (3): 236/332 kB | 11 kB | 24/170 kB Progress (3): 240/332 kB | 11 kB | 24/170 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 3.3 kB/s) 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 (2): 244/332 kB | 24/170 kB Progress (3): 244/332 kB | 24/170 kB | 4.1/30 kB Progress (3): 248/332 kB | 24/170 kB | 4.1/30 kB Progress (3): 248/332 kB | 24/170 kB | 7.7/30 kB Progress (3): 252/332 kB | 24/170 kB | 7.7/30 kB Progress (3): 252/332 kB | 24/170 kB | 12/30 kB Progress (4): 252/332 kB | 24/170 kB | 12/30 kB | 4.1/231 kB Progress (4): 256/332 kB | 24/170 kB | 12/30 kB | 4.1/231 kB Progress (4): 256/332 kB | 24/170 kB | 12/30 kB | 7.7/231 kB Progress (4): 256/332 kB | 24/170 kB | 16/30 kB | 7.7/231 kB Progress (4): 260/332 kB | 24/170 kB | 16/30 kB | 7.7/231 kB Progress (4): 260/332 kB | 24/170 kB | 16/30 kB | 12/231 kB Progress (4): 264/332 kB | 24/170 kB | 16/30 kB | 12/231 kB Progress (4): 264/332 kB | 24/170 kB | 20/30 kB | 12/231 kB Progress (4): 268/332 kB | 24/170 kB | 20/30 kB | 12/231 kB Progress (4): 268/332 kB | 24/170 kB | 20/30 kB | 16/231 kB Progress (4): 272/332 kB | 24/170 kB | 20/30 kB | 16/231 kB Progress (4): 272/332 kB | 24/170 kB | 24/30 kB | 16/231 kB Progress (4): 276/332 kB | 24/170 kB | 24/30 kB | 16/231 kB Progress (4): 276/332 kB | 24/170 kB | 28/30 kB | 16/231 kB Progress (4): 276/332 kB | 24/170 kB | 28/30 kB | 20/231 kB Progress (4): 280/332 kB | 24/170 kB | 28/30 kB | 20/231 kB Progress (4): 280/332 kB | 24/170 kB | 30 kB | 20/231 kB Progress (4): 284/332 kB | 24/170 kB | 30 kB | 20/231 kB Progress (4): 284/332 kB | 24/170 kB | 30 kB | 24/231 kB Progress (4): 288/332 kB | 24/170 kB | 30 kB | 24/231 kB Progress (4): 292/332 kB | 24/170 kB | 30 kB | 24/231 kB Progress (4): 292/332 kB | 24/170 kB | 30 kB | 28/231 kB Progress (4): 296/332 kB | 24/170 kB | 30 kB | 28/231 kB Progress (4): 296/332 kB | 24/170 kB | 30 kB | 32/231 kB Progress (4): 300/332 kB | 24/170 kB | 30 kB | 32/231 kB Progress (4): 300/332 kB | 24/170 kB | 30 kB | 33/231 kB Progress (4): 304/332 kB | 24/170 kB | 30 kB | 33/231 kB Progress (4): 304/332 kB | 24/170 kB | 30 kB | 37/231 kB Progress (4): 308/332 kB | 24/170 kB | 30 kB | 37/231 kB Progress (4): 308/332 kB | 24/170 kB | 30 kB | 41/231 kB Progress (4): 312/332 kB | 24/170 kB | 30 kB | 41/231 kB Progress (5): 312/332 kB | 24/170 kB | 30 kB | 41/231 kB | 4.1/8.5 kB Progress (5): 312/332 kB | 24/170 kB | 30 kB | 45/231 kB | 4.1/8.5 kB Progress (5): 316/332 kB | 24/170 kB | 30 kB | 45/231 kB | 4.1/8.5 kB Progress (5): 316/332 kB | 24/170 kB | 30 kB | 49/231 kB | 4.1/8.5 kB Progress (5): 316/332 kB | 24/170 kB | 30 kB | 49/231 kB | 7.7/8.5 kB Progress (5): 320/332 kB | 24/170 kB | 30 kB | 49/231 kB | 7.7/8.5 kB Progress (5): 320/332 kB | 24/170 kB | 30 kB | 49/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 2.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Progress (4): 320/332 kB | 24/170 kB | 30 kB | 53/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 8.9 kB/s) Progress (3): 324/332 kB | 24/170 kB | 53/231 kB 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): 324/332 kB | 24/170 kB | 57/231 kB Progress (3): 328/332 kB | 24/170 kB | 57/231 kB Progress (3): 332 kB | 24/170 kB | 57/231 kB Progress (3): 332 kB | 24/170 kB | 61/231 kB Progress (3): 332 kB | 24/170 kB | 65/231 kB Progress (3): 332 kB | 24/170 kB | 66/231 kB Progress (3): 332 kB | 24/170 kB | 70/231 kB Progress (3): 332 kB | 24/170 kB | 74/231 kB Progress (3): 332 kB | 24/170 kB | 78/231 kB Progress (3): 332 kB | 24/170 kB | 82/231 kB Progress (3): 332 kB | 24/170 kB | 86/231 kB Progress (3): 332 kB | 24/170 kB | 90/231 kB Progress (3): 332 kB | 24/170 kB | 94/231 kB Progress (3): 332 kB | 24/170 kB | 98/231 kB Progress (3): 332 kB | 24/170 kB | 98/231 kB Progress (3): 332 kB | 24/170 kB | 102/231 kB Progress (3): 332 kB | 24/170 kB | 106/231 kB Progress (3): 332 kB | 24/170 kB | 110/231 kB Progress (3): 332 kB | 24/170 kB | 114/231 kB Progress (3): 332 kB | 24/170 kB | 118/231 kB Progress (3): 332 kB | 24/170 kB | 122/231 kB Progress (3): 332 kB | 24/170 kB | 126/231 kB Progress (3): 332 kB | 24/170 kB | 130/231 kB Progress (3): 332 kB | 24/170 kB | 131/231 kB Progress (3): 332 kB | 24/170 kB | 135/231 kB Progress (3): 332 kB | 24/170 kB | 139/231 kB Progress (3): 332 kB | 24/170 kB | 143/231 kB Progress (3): 332 kB | 24/170 kB | 147/231 kB Progress (3): 332 kB | 24/170 kB | 151/231 kB Progress (3): 332 kB | 24/170 kB | 155/231 kB Progress (3): 332 kB | 24/170 kB | 159/231 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 99 kB/s) Progress (2): 24/170 kB | 163/231 kB Progress (3): 24/170 kB | 163/231 kB | 4.1/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 (3): 24/170 kB | 163/231 kB | 7.7/47 kB Progress (3): 24/170 kB | 167/231 kB | 7.7/47 kB Progress (3): 24/170 kB | 167/231 kB | 12/47 kB Progress (3): 24/170 kB | 167/231 kB | 16/47 kB Progress (3): 24/170 kB | 167/231 kB | 20/47 kB Progress (3): 24/170 kB | 171/231 kB | 20/47 kB Progress (3): 24/170 kB | 171/231 kB | 24/47 kB Progress (3): 24/170 kB | 175/231 kB | 24/47 kB Progress (3): 24/170 kB | 175/231 kB | 28/47 kB Progress (4): 24/170 kB | 175/231 kB | 28/47 kB | 4.1/10 kB Progress (4): 24/170 kB | 175/231 kB | 32/47 kB | 4.1/10 kB Progress (4): 24/170 kB | 179/231 kB | 32/47 kB | 4.1/10 kB Progress (4): 24/170 kB | 179/231 kB | 36/47 kB | 4.1/10 kB Progress (4): 24/170 kB | 183/231 kB | 36/47 kB | 4.1/10 kB Progress (4): 24/170 kB | 183/231 kB | 36/47 kB | 7.7/10 kB Progress (4): 24/170 kB | 187/231 kB | 36/47 kB | 7.7/10 kB Progress (4): 24/170 kB | 187/231 kB | 40/47 kB | 7.7/10 kB Progress (4): 24/170 kB | 191/231 kB | 40/47 kB | 7.7/10 kB Progress (4): 24/170 kB | 191/231 kB | 40/47 kB | 10 kB Progress (4): 24/170 kB | 195/231 kB | 40/47 kB | 10 kB Progress (4): 24/170 kB | 195/231 kB | 44/47 kB | 10 kB Progress (4): 24/170 kB | 199/231 kB | 44/47 kB | 10 kB Progress (4): 24/170 kB | 203/231 kB | 44/47 kB | 10 kB Progress (4): 24/170 kB | 203/231 kB | 47 kB | 10 kB Progress (4): 24/170 kB | 207/231 kB | 47 kB | 10 kB Progress (4): 24/170 kB | 211/231 kB | 47 kB | 10 kB Progress (4): 24/170 kB | 215/231 kB | 47 kB | 10 kB Progress (4): 24/170 kB | 219/231 kB | 47 kB | 10 kB Progress (4): 24/170 kB | 223/231 kB | 47 kB | 10 kB Progress (4): 24/170 kB | 227/231 kB | 47 kB | 10 kB Progress (4): 24/170 kB | 231 kB | 47 kB | 10 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 4.1/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 7.7/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 12/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 16/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 20/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 24/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 28/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 32/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 36/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 40/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 44/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 48/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 52/55 kB Progress (5): 24/170 kB | 231 kB | 47 kB | 10 kB | 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 14 kB/s) 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 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 68 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-30/plexus-container-default-1.0-alpha-30.jar 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 16 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (3): 24/170 kB | 10 kB | 4.1/237 kB Progress (3): 24/170 kB | 10 kB | 7.7/237 kB Progress (3): 24/170 kB | 10 kB | 12/237 kB Progress (3): 24/170 kB | 10 kB | 16/237 kB Progress (4): 24/170 kB | 10 kB | 16/237 kB | 4.1/121 kB Progress (4): 24/170 kB | 10 kB | 20/237 kB | 4.1/121 kB Progress (4): 24/170 kB | 10 kB | 20/237 kB | 7.7/121 kB Progress (5): 24/170 kB | 10 kB | 20/237 kB | 7.7/121 kB | 4.1/11 kB Progress (5): 24/170 kB | 10 kB | 24/237 kB | 7.7/121 kB | 4.1/11 kB Progress (5): 24/170 kB | 10 kB | 24/237 kB | 7.7/121 kB | 7.7/11 kB Progress (5): 24/170 kB | 10 kB | 24/237 kB | 12/121 kB | 7.7/11 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 2.9 kB/s) Progress (4): 24/170 kB | 24/237 kB | 16/121 kB | 7.7/11 kB Progress (4): 24/170 kB | 24/237 kB | 16/121 kB | 11 kB Progress (4): 24/170 kB | 28/237 kB | 16/121 kB | 11 kB Progress (4): 24/170 kB | 28/237 kB | 20/121 kB | 11 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Progress (4): 24/170 kB | 28/237 kB | 24/121 kB | 11 kB Progress (4): 24/170 kB | 32/237 kB | 24/121 kB | 11 kB Progress (4): 24/170 kB | 32/237 kB | 28/121 kB | 11 kB Progress (4): 24/170 kB | 36/237 kB | 28/121 kB | 11 kB Progress (4): 24/170 kB | 36/237 kB | 32/121 kB | 11 kB Progress (4): 24/170 kB | 40/237 kB | 32/121 kB | 11 kB Progress (4): 24/170 kB | 40/237 kB | 33/121 kB | 11 kB Progress (4): 24/170 kB | 44/237 kB | 33/121 kB | 11 kB Progress (4): 24/170 kB | 44/237 kB | 37/121 kB | 11 kB Progress (4): 24/170 kB | 48/237 kB | 37/121 kB | 11 kB Progress (4): 24/170 kB | 48/237 kB | 41/121 kB | 11 kB Progress (4): 24/170 kB | 52/237 kB | 41/121 kB | 11 kB Progress (4): 24/170 kB | 52/237 kB | 45/121 kB | 11 kB Progress (4): 24/170 kB | 56/237 kB | 45/121 kB | 11 kB Progress (4): 24/170 kB | 56/237 kB | 49/121 kB | 11 kB Progress (4): 24/170 kB | 60/237 kB | 49/121 kB | 11 kB Progress (4): 24/170 kB | 60/237 kB | 53/121 kB | 11 kB Progress (4): 24/170 kB | 64/237 kB | 53/121 kB | 11 kB Progress (4): 24/170 kB | 64/237 kB | 57/121 kB | 11 kB Progress (4): 24/170 kB | 68/237 kB | 57/121 kB | 11 kB Progress (4): 24/170 kB | 68/237 kB | 61/121 kB | 11 kB Progress (4): 24/170 kB | 72/237 kB | 61/121 kB | 11 kB Progress (4): 24/170 kB | 72/237 kB | 65/121 kB | 11 kB Progress (4): 24/170 kB | 76/237 kB | 65/121 kB | 11 kB Progress (4): 24/170 kB | 76/237 kB | 66/121 kB | 11 kB Progress (4): 24/170 kB | 80/237 kB | 66/121 kB | 11 kB Progress (4): 24/170 kB | 80/237 kB | 70/121 kB | 11 kB Progress (4): 24/170 kB | 84/237 kB | 70/121 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 3.0 kB/s) Progress (3): 24/170 kB | 88/237 kB | 70/121 kB Progress (3): 24/170 kB | 88/237 kB | 74/121 kB Progress (3): 24/170 kB | 92/237 kB | 74/121 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): 24/170 kB | 92/237 kB | 74/121 kB | 4.1/7.7 kB Progress (4): 24/170 kB | 96/237 kB | 74/121 kB | 4.1/7.7 kB Progress (4): 24/170 kB | 96/237 kB | 78/121 kB | 4.1/7.7 kB Progress (4): 24/170 kB | 100/237 kB | 78/121 kB | 4.1/7.7 kB Progress (4): 24/170 kB | 100/237 kB | 78/121 kB | 7.7 kB Progress (4): 24/170 kB | 104/237 kB | 78/121 kB | 7.7 kB Progress (4): 24/170 kB | 104/237 kB | 82/121 kB | 7.7 kB Progress (4): 24/170 kB | 108/237 kB | 82/121 kB | 7.7 kB Progress (4): 24/170 kB | 108/237 kB | 86/121 kB | 7.7 kB Progress (4): 24/170 kB | 112/237 kB | 86/121 kB | 7.7 kB Progress (4): 24/170 kB | 112/237 kB | 90/121 kB | 7.7 kB Progress (4): 24/170 kB | 116/237 kB | 90/121 kB | 7.7 kB Progress (4): 24/170 kB | 116/237 kB | 94/121 kB | 7.7 kB Progress (4): 24/170 kB | 120/237 kB | 94/121 kB | 7.7 kB Progress (4): 24/170 kB | 120/237 kB | 98/121 kB | 7.7 kB Progress (4): 24/170 kB | 124/237 kB | 98/121 kB | 7.7 kB Progress (4): 24/170 kB | 124/237 kB | 102/121 kB | 7.7 kB Progress (4): 24/170 kB | 128/237 kB | 102/121 kB | 7.7 kB Progress (4): 24/170 kB | 128/237 kB | 106/121 kB | 7.7 kB Progress (4): 24/170 kB | 132/237 kB | 106/121 kB | 7.7 kB Progress (4): 24/170 kB | 132/237 kB | 110/121 kB | 7.7 kB Progress (4): 24/170 kB | 136/237 kB | 110/121 kB | 7.7 kB Progress (4): 24/170 kB | 136/237 kB | 114/121 kB | 7.7 kB Progress (4): 24/170 kB | 140/237 kB | 114/121 kB | 7.7 kB Progress (4): 24/170 kB | 140/237 kB | 118/121 kB | 7.7 kB Progress (4): 24/170 kB | 144/237 kB | 118/121 kB | 7.7 kB Progress (4): 24/170 kB | 144/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 148/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 152/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 156/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 160/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 164/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 168/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 172/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 176/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 180/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 184/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 188/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 192/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 196/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 200/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 204/237 kB | 121 kB | 7.7 kB Progress (4): 24/170 kB | 208/237 kB | 121 kB | 7.7 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 2.2 kB/s) Progress (3): 24/170 kB | 212/237 kB | 121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Progress (3): 24/170 kB | 216/237 kB | 121 kB Progress (3): 24/170 kB | 220/237 kB | 121 kB Progress (3): 24/170 kB | 224/237 kB | 121 kB Progress (4): 24/170 kB | 224/237 kB | 121 kB | 4.1/392 kB Progress (4): 24/170 kB | 228/237 kB | 121 kB | 4.1/392 kB Progress (4): 24/170 kB | 228/237 kB | 121 kB | 7.7/392 kB Progress (4): 24/170 kB | 232/237 kB | 121 kB | 7.7/392 kB Progress (4): 24/170 kB | 232/237 kB | 121 kB | 12/392 kB Progress (4): 24/170 kB | 236/237 kB | 121 kB | 12/392 kB Progress (4): 24/170 kB | 236/237 kB | 121 kB | 16/392 kB Progress (4): 24/170 kB | 237 kB | 121 kB | 16/392 kB Progress (4): 24/170 kB | 237 kB | 121 kB | 20/392 kB Progress (4): 24/170 kB | 237 kB | 121 kB | 24/392 kB Progress (4): 24/170 kB | 237 kB | 121 kB | 28/392 kB Progress (4): 24/170 kB | 237 kB | 121 kB | 32/392 kB Progress (4): 24/170 kB | 237 kB | 121 kB | 33/392 kB Progress (4): 28/170 kB | 237 kB | 121 kB | 33/392 kB Progress (4): 32/170 kB | 237 kB | 121 kB | 33/392 kB Progress (4): 32/170 kB | 237 kB | 121 kB | 37/392 kB Progress (4): 33/170 kB | 237 kB | 121 kB | 37/392 kB Progress (4): 33/170 kB | 237 kB | 121 kB | 41/392 kB Progress (4): 33/170 kB | 237 kB | 121 kB | 45/392 kB Progress (4): 37/170 kB | 237 kB | 121 kB | 45/392 kB Progress (4): 37/170 kB | 237 kB | 121 kB | 49/392 kB Progress (4): 41/170 kB | 237 kB | 121 kB | 49/392 kB Progress (4): 41/170 kB | 237 kB | 121 kB | 53/392 kB Progress (4): 41/170 kB | 237 kB | 121 kB | 57/392 kB Progress (4): 45/170 kB | 237 kB | 121 kB | 57/392 kB Progress (4): 49/170 kB | 237 kB | 121 kB | 57/392 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 34 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar 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 67 kB/s) Progress (2): 49/170 kB | 61/392 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 (3): 49/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 53/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 57/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 61/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 65/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 66/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 70/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 74/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 78/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 82/170 kB | 61/392 kB | 4.1/208 kB Progress (3): 82/170 kB | 61/392 kB | 7.7/208 kB Progress (3): 82/170 kB | 65/392 kB | 7.7/208 kB Progress (3): 86/170 kB | 65/392 kB | 7.7/208 kB Progress (3): 86/170 kB | 66/392 kB | 7.7/208 kB Progress (3): 86/170 kB | 66/392 kB | 12/208 kB Progress (3): 86/170 kB | 70/392 kB | 12/208 kB Progress (3): 90/170 kB | 70/392 kB | 12/208 kB Progress (3): 90/170 kB | 74/392 kB | 12/208 kB Progress (3): 90/170 kB | 74/392 kB | 16/208 kB Progress (3): 94/170 kB | 74/392 kB | 16/208 kB Progress (3): 94/170 kB | 74/392 kB | 20/208 kB Progress (3): 94/170 kB | 74/392 kB | 24/208 kB Progress (3): 94/170 kB | 74/392 kB | 28/208 kB Progress (3): 94/170 kB | 74/392 kB | 32/208 kB Progress (3): 94/170 kB | 78/392 kB | 32/208 kB Progress (3): 94/170 kB | 78/392 kB | 33/208 kB Progress (4): 94/170 kB | 78/392 kB | 33/208 kB | 4.1/65 kB Progress (4): 94/170 kB | 78/392 kB | 37/208 kB | 4.1/65 kB Progress (4): 98/170 kB | 78/392 kB | 37/208 kB | 4.1/65 kB Progress (4): 98/170 kB | 78/392 kB | 41/208 kB | 4.1/65 kB Progress (4): 98/170 kB | 78/392 kB | 41/208 kB | 7.7/65 kB Progress (4): 98/170 kB | 78/392 kB | 45/208 kB | 7.7/65 kB Progress (4): 98/170 kB | 78/392 kB | 45/208 kB | 12/65 kB Progress (4): 98/170 kB | 78/392 kB | 45/208 kB | 16/65 kB Progress (4): 98/170 kB | 78/392 kB | 45/208 kB | 20/65 kB Progress (4): 98/170 kB | 78/392 kB | 45/208 kB | 24/65 kB Progress (4): 98/170 kB | 78/392 kB | 45/208 kB | 28/65 kB Progress (5): 98/170 kB | 78/392 kB | 45/208 kB | 28/65 kB | 4.1/49 kB Progress (5): 98/170 kB | 82/392 kB | 45/208 kB | 28/65 kB | 4.1/49 kB Progress (5): 98/170 kB | 82/392 kB | 45/208 kB | 28/65 kB | 7.7/49 kB Progress (5): 98/170 kB | 82/392 kB | 45/208 kB | 32/65 kB | 7.7/49 kB Progress (5): 98/170 kB | 82/392 kB | 49/208 kB | 32/65 kB | 7.7/49 kB Progress (5): 98/170 kB | 82/392 kB | 49/208 kB | 32/65 kB | 7.7/49 kB Progress (5): 98/170 kB | 82/392 kB | 49/208 kB | 36/65 kB | 7.7/49 kB Progress (5): 98/170 kB | 82/392 kB | 49/208 kB | 36/65 kB | 12/49 kB Progress (5): 98/170 kB | 86/392 kB | 49/208 kB | 36/65 kB | 12/49 kB Progress (5): 98/170 kB | 86/392 kB | 49/208 kB | 36/65 kB | 16/49 kB Progress (5): 98/170 kB | 86/392 kB | 49/208 kB | 40/65 kB | 16/49 kB Progress (5): 102/170 kB | 86/392 kB | 49/208 kB | 40/65 kB | 16/49 kB Progress (5): 102/170 kB | 86/392 kB | 53/208 kB | 40/65 kB | 16/49 kB Progress (5): 106/170 kB | 86/392 kB | 53/208 kB | 40/65 kB | 16/49 kB Progress (5): 106/170 kB | 86/392 kB | 53/208 kB | 44/65 kB | 16/49 kB Progress (5): 106/170 kB | 86/392 kB | 53/208 kB | 44/65 kB | 20/49 kB Progress (5): 106/170 kB | 90/392 kB | 53/208 kB | 44/65 kB | 20/49 kB Progress (5): 106/170 kB | 90/392 kB | 53/208 kB | 44/65 kB | 24/49 kB Progress (5): 106/170 kB | 90/392 kB | 53/208 kB | 48/65 kB | 24/49 kB Progress (5): 110/170 kB | 90/392 kB | 53/208 kB | 48/65 kB | 24/49 kB Progress (5): 114/170 kB | 90/392 kB | 53/208 kB | 48/65 kB | 24/49 kB Progress (5): 114/170 kB | 90/392 kB | 57/208 kB | 48/65 kB | 24/49 kB Progress (5): 118/170 kB | 90/392 kB | 57/208 kB | 48/65 kB | 24/49 kB Progress (5): 118/170 kB | 90/392 kB | 57/208 kB | 52/65 kB | 24/49 kB Progress (5): 118/170 kB | 90/392 kB | 57/208 kB | 52/65 kB | 28/49 kB Progress (5): 118/170 kB | 94/392 kB | 57/208 kB | 52/65 kB | 28/49 kB Progress (5): 118/170 kB | 94/392 kB | 57/208 kB | 52/65 kB | 32/49 kB Progress (5): 118/170 kB | 94/392 kB | 57/208 kB | 56/65 kB | 32/49 kB Progress (5): 118/170 kB | 94/392 kB | 61/208 kB | 56/65 kB | 32/49 kB Progress (5): 122/170 kB | 94/392 kB | 61/208 kB | 56/65 kB | 32/49 kB Progress (5): 122/170 kB | 94/392 kB | 65/208 kB | 56/65 kB | 32/49 kB Progress (5): 122/170 kB | 94/392 kB | 65/208 kB | 56/65 kB | 36/49 kB Progress (5): 122/170 kB | 94/392 kB | 65/208 kB | 60/65 kB | 36/49 kB Progress (5): 122/170 kB | 98/392 kB | 65/208 kB | 60/65 kB | 36/49 kB Progress (5): 122/170 kB | 98/392 kB | 65/208 kB | 64/65 kB | 36/49 kB Progress (5): 122/170 kB | 98/392 kB | 65/208 kB | 64/65 kB | 40/49 kB Progress (5): 122/170 kB | 98/392 kB | 66/208 kB | 64/65 kB | 40/49 kB Progress (5): 126/170 kB | 98/392 kB | 66/208 kB | 64/65 kB | 40/49 kB Progress (5): 126/170 kB | 98/392 kB | 70/208 kB | 64/65 kB | 40/49 kB Progress (5): 126/170 kB | 98/392 kB | 70/208 kB | 64/65 kB | 44/49 kB Progress (5): 126/170 kB | 98/392 kB | 70/208 kB | 65 kB | 44/49 kB Progress (5): 126/170 kB | 98/392 kB | 70/208 kB | 65 kB | 44/49 kB Progress (5): 126/170 kB | 98/392 kB | 70/208 kB | 65 kB | 48/49 kB Progress (5): 126/170 kB | 102/392 kB | 70/208 kB | 65 kB | 48/49 kB Progress (5): 126/170 kB | 102/392 kB | 74/208 kB | 65 kB | 48/49 kB Progress (5): 130/170 kB | 102/392 kB | 74/208 kB | 65 kB | 48/49 kB Progress (5): 130/170 kB | 106/392 kB | 74/208 kB | 65 kB | 48/49 kB Progress (5): 130/170 kB | 106/392 kB | 74/208 kB | 65 kB | 49 kB Progress (5): 130/170 kB | 110/392 kB | 74/208 kB | 65 kB | 49 kB Progress (5): 131/170 kB | 110/392 kB | 74/208 kB | 65 kB | 49 kB Progress (5): 131/170 kB | 110/392 kB | 78/208 kB | 65 kB | 49 kB Progress (5): 135/170 kB | 110/392 kB | 78/208 kB | 65 kB | 49 kB Progress (5): 135/170 kB | 114/392 kB | 78/208 kB | 65 kB | 49 kB Progress (5): 139/170 kB | 114/392 kB | 78/208 kB | 65 kB | 49 kB Progress (5): 139/170 kB | 114/392 kB | 82/208 kB | 65 kB | 49 kB Progress (5): 143/170 kB | 114/392 kB | 82/208 kB | 65 kB | 49 kB Progress (5): 143/170 kB | 118/392 kB | 82/208 kB | 65 kB | 49 kB Progress (5): 147/170 kB | 118/392 kB | 82/208 kB | 65 kB | 49 kB Progress (5): 147/170 kB | 118/392 kB | 86/208 kB | 65 kB | 49 kB Progress (5): 151/170 kB | 118/392 kB | 86/208 kB | 65 kB | 49 kB Progress (5): 151/170 kB | 122/392 kB | 86/208 kB | 65 kB | 49 kB Progress (5): 155/170 kB | 122/392 kB | 86/208 kB | 65 kB | 49 kB Progress (5): 155/170 kB | 122/392 kB | 90/208 kB | 65 kB | 49 kB Progress (5): 159/170 kB | 122/392 kB | 90/208 kB | 65 kB | 49 kB Progress (5): 159/170 kB | 122/392 kB | 94/208 kB | 65 kB | 49 kB Progress (5): 159/170 kB | 126/392 kB | 94/208 kB | 65 kB | 49 kB Progress (5): 159/170 kB | 126/392 kB | 98/208 kB | 65 kB | 49 kB Progress (5): 163/170 kB | 126/392 kB | 98/208 kB | 65 kB | 49 kB Progress (5): 163/170 kB | 126/392 kB | 98/208 kB | 65 kB | 49 kB Progress (5): 163/170 kB | 130/392 kB | 98/208 kB | 65 kB | 49 kB Progress (5): 167/170 kB | 130/392 kB | 98/208 kB | 65 kB | 49 kB Progress (5): 167/170 kB | 131/392 kB | 98/208 kB | 65 kB | 49 kB Progress (5): 167/170 kB | 131/392 kB | 102/208 kB | 65 kB | 49 kB Progress (5): 167/170 kB | 135/392 kB | 102/208 kB | 65 kB | 49 kB Progress (5): 170 kB | 135/392 kB | 102/208 kB | 65 kB | 49 kB Progress (5): 170 kB | 139/392 kB | 102/208 kB | 65 kB | 49 kB Progress (5): 170 kB | 139/392 kB | 106/208 kB | 65 kB | 49 kB Progress (5): 170 kB | 143/392 kB | 106/208 kB | 65 kB | 49 kB Progress (5): 170 kB | 143/392 kB | 110/208 kB | 65 kB | 49 kB Progress (5): 170 kB | 147/392 kB | 110/208 kB | 65 kB | 49 kB Progress (5): 170 kB | 147/392 kB | 114/208 kB | 65 kB | 49 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.jar (49 kB at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar 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 18 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Progress (3): 170 kB | 151/392 kB | 114/208 kB Progress (3): 170 kB | 155/392 kB | 114/208 kB Progress (3): 170 kB | 159/392 kB | 114/208 kB Progress (3): 170 kB | 159/392 kB | 118/208 kB Progress (3): 170 kB | 163/392 kB | 118/208 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Progress (3): 163/392 kB | 118/208 kB | 4.1/571 kB Progress (3): 163/392 kB | 122/208 kB | 4.1/571 kB Progress (3): 163/392 kB | 122/208 kB | 7.7/571 kB Progress (3): 167/392 kB | 122/208 kB | 7.7/571 kB Progress (3): 167/392 kB | 122/208 kB | 12/571 kB Progress (3): 167/392 kB | 126/208 kB | 12/571 kB Progress (3): 167/392 kB | 126/208 kB | 16/571 kB Progress (3): 171/392 kB | 126/208 kB | 16/571 kB Progress (3): 171/392 kB | 126/208 kB | 20/571 kB Progress (3): 175/392 kB | 126/208 kB | 20/571 kB Progress (3): 179/392 kB | 126/208 kB | 20/571 kB Progress (3): 179/392 kB | 130/208 kB | 20/571 kB Progress (3): 183/392 kB | 130/208 kB | 20/571 kB Progress (3): 183/392 kB | 130/208 kB | 24/571 kB Progress (3): 187/392 kB | 130/208 kB | 24/571 kB Progress (3): 187/392 kB | 130/208 kB | 28/571 kB Progress (3): 191/392 kB | 130/208 kB | 28/571 kB Progress (3): 195/392 kB | 130/208 kB | 28/571 kB Progress (3): 199/392 kB | 130/208 kB | 28/571 kB Progress (3): 203/392 kB | 130/208 kB | 28/571 kB Progress (3): 207/392 kB | 130/208 kB | 28/571 kB Progress (3): 211/392 kB | 130/208 kB | 28/571 kB Progress (4): 211/392 kB | 130/208 kB | 28/571 kB | 4.1/47 kB Progress (4): 211/392 kB | 131/208 kB | 28/571 kB | 4.1/47 kB Progress (4): 211/392 kB | 131/208 kB | 28/571 kB | 7.7/47 kB Progress (4): 215/392 kB | 131/208 kB | 28/571 kB | 7.7/47 kB Progress (4): 215/392 kB | 131/208 kB | 28/571 kB | 12/47 kB Progress (4): 215/392 kB | 131/208 kB | 28/571 kB | 16/47 kB Progress (4): 215/392 kB | 131/208 kB | 32/571 kB | 16/47 kB Progress (4): 215/392 kB | 131/208 kB | 32/571 kB | 20/47 kB Progress (4): 219/392 kB | 131/208 kB | 32/571 kB | 20/47 kB Progress (4): 219/392 kB | 135/208 kB | 32/571 kB | 20/47 kB Progress (4): 223/392 kB | 135/208 kB | 32/571 kB | 20/47 kB Progress (5): 223/392 kB | 135/208 kB | 32/571 kB | 20/47 kB | 4.1/19 kB Progress (5): 223/392 kB | 135/208 kB | 32/571 kB | 24/47 kB | 4.1/19 kB Progress (5): 223/392 kB | 135/208 kB | 33/571 kB | 24/47 kB | 4.1/19 kB Progress (5): 223/392 kB | 135/208 kB | 33/571 kB | 28/47 kB | 4.1/19 kB Progress (5): 223/392 kB | 135/208 kB | 33/571 kB | 28/47 kB | 7.7/19 kB Progress (5): 227/392 kB | 135/208 kB | 33/571 kB | 28/47 kB | 7.7/19 kB Progress (5): 227/392 kB | 139/208 kB | 33/571 kB | 28/47 kB | 7.7/19 kB Progress (5): 229/392 kB | 139/208 kB | 33/571 kB | 28/47 kB | 7.7/19 kB Progress (5): 229/392 kB | 139/208 kB | 33/571 kB | 28/47 kB | 12/19 kB Progress (5): 229/392 kB | 139/208 kB | 37/571 kB | 28/47 kB | 12/19 kB Progress (5): 229/392 kB | 139/208 kB | 37/571 kB | 32/47 kB | 12/19 kB Progress (5): 229/392 kB | 139/208 kB | 41/571 kB | 32/47 kB | 12/19 kB Progress (5): 229/392 kB | 139/208 kB | 41/571 kB | 32/47 kB | 16/19 kB Progress (5): 229/392 kB | 139/208 kB | 45/571 kB | 32/47 kB | 16/19 kB Progress (5): 233/392 kB | 139/208 kB | 45/571 kB | 32/47 kB | 16/19 kB Progress (5): 233/392 kB | 143/208 kB | 45/571 kB | 32/47 kB | 16/19 kB Progress (5): 237/392 kB | 143/208 kB | 45/571 kB | 32/47 kB | 16/19 kB Progress (5): 237/392 kB | 143/208 kB | 49/571 kB | 32/47 kB | 16/19 kB Progress (5): 237/392 kB | 143/208 kB | 49/571 kB | 32/47 kB | 19 kB Progress (5): 237/392 kB | 143/208 kB | 49/571 kB | 33/47 kB | 19 kB Progress (5): 237/392 kB | 143/208 kB | 53/571 kB | 33/47 kB | 19 kB Progress (5): 237/392 kB | 143/208 kB | 53/571 kB | 37/47 kB | 19 kB Progress (5): 241/392 kB | 143/208 kB | 53/571 kB | 37/47 kB | 19 kB Progress (5): 241/392 kB | 147/208 kB | 53/571 kB | 37/47 kB | 19 kB Progress (5): 245/392 kB | 147/208 kB | 53/571 kB | 37/47 kB | 19 kB Progress (5): 245/392 kB | 151/208 kB | 53/571 kB | 37/47 kB | 19 kB Progress (5): 245/392 kB | 151/208 kB | 53/571 kB | 41/47 kB | 19 kB Progress (5): 245/392 kB | 151/208 kB | 57/571 kB | 41/47 kB | 19 kB Progress (5): 245/392 kB | 151/208 kB | 57/571 kB | 45/47 kB | 19 kB Progress (5): 245/392 kB | 155/208 kB | 57/571 kB | 45/47 kB | 19 kB Progress (5): 249/392 kB | 155/208 kB | 57/571 kB | 45/47 kB | 19 kB Progress (5): 249/392 kB | 155/208 kB | 57/571 kB | 47 kB | 19 kB Progress (5): 249/392 kB | 155/208 kB | 61/571 kB | 47 kB | 19 kB Progress (5): 253/392 kB | 155/208 kB | 61/571 kB | 47 kB | 19 kB Progress (5): 253/392 kB | 159/208 kB | 61/571 kB | 47 kB | 19 kB Progress (5): 257/392 kB | 159/208 kB | 61/571 kB | 47 kB | 19 kB Progress (5): 257/392 kB | 159/208 kB | 65/571 kB | 47 kB | 19 kB Progress (5): 261/392 kB | 159/208 kB | 65/571 kB | 47 kB | 19 kB Progress (5): 261/392 kB | 163/208 kB | 65/571 kB | 47 kB | 19 kB Progress (5): 265/392 kB | 163/208 kB | 65/571 kB | 47 kB | 19 kB Progress (5): 265/392 kB | 163/208 kB | 66/571 kB | 47 kB | 19 kB Progress (5): 269/392 kB | 163/208 kB | 66/571 kB | 47 kB | 19 kB Progress (5): 269/392 kB | 163/208 kB | 70/571 kB | 47 kB | 19 kB Progress (5): 273/392 kB | 163/208 kB | 70/571 kB | 47 kB | 19 kB Progress (5): 273/392 kB | 164/208 kB | 70/571 kB | 47 kB | 19 kB Progress (5): 277/392 kB | 164/208 kB | 70/571 kB | 47 kB | 19 kB Progress (5): 277/392 kB | 164/208 kB | 74/571 kB | 47 kB | 19 kB Progress (5): 281/392 kB | 164/208 kB | 74/571 kB | 47 kB | 19 kB Progress (5): 281/392 kB | 164/208 kB | 78/571 kB | 47 kB | 19 kB Progress (5): 281/392 kB | 168/208 kB | 78/571 kB | 47 kB | 19 kB Progress (5): 281/392 kB | 168/208 kB | 82/571 kB | 47 kB | 19 kB Progress (5): 285/392 kB | 168/208 kB | 82/571 kB | 47 kB | 19 kB Progress (5): 285/392 kB | 172/208 kB | 82/571 kB | 47 kB | 19 kB Progress (5): 289/392 kB | 172/208 kB | 82/571 kB | 47 kB | 19 kB Progress (5): 289/392 kB | 176/208 kB | 82/571 kB | 47 kB | 19 kB Progress (5): 289/392 kB | 176/208 kB | 86/571 kB | 47 kB | 19 kB Progress (5): 289/392 kB | 180/208 kB | 86/571 kB | 47 kB | 19 kB Progress (5): 293/392 kB | 180/208 kB | 86/571 kB | 47 kB | 19 kB Progress (5): 293/392 kB | 184/208 kB | 86/571 kB | 47 kB | 19 kB Progress (5): 293/392 kB | 184/208 kB | 90/571 kB | 47 kB | 19 kB Progress (5): 293/392 kB | 188/208 kB | 90/571 kB | 47 kB | 19 kB Progress (5): 297/392 kB | 188/208 kB | 90/571 kB | 47 kB | 19 kB Progress (5): 297/392 kB | 188/208 kB | 94/571 kB | 47 kB | 19 kB Progress (5): 301/392 kB | 188/208 kB | 94/571 kB | 47 kB | 19 kB Progress (5): 301/392 kB | 192/208 kB | 94/571 kB | 47 kB | 19 kB Progress (5): 305/392 kB | 192/208 kB | 94/571 kB | 47 kB | 19 kB Progress (5): 305/392 kB | 192/208 kB | 98/571 kB | 47 kB | 19 kB Progress (5): 309/392 kB | 192/208 kB | 98/571 kB | 47 kB | 19 kB Progress (5): 309/392 kB | 196/208 kB | 98/571 kB | 47 kB | 19 kB Progress (5): 313/392 kB | 196/208 kB | 98/571 kB | 47 kB | 19 kB Progress (5): 313/392 kB | 196/208 kB | 98/571 kB | 47 kB | 19 kB Progress (5): 313/392 kB | 200/208 kB | 98/571 kB | 47 kB | 19 kB Progress (5): 317/392 kB | 200/208 kB | 98/571 kB | 47 kB | 19 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.jar (47 kB at 13 kB/s) 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 5.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Progress (3): 321/392 kB | 200/208 kB | 98/571 kB Progress (3): 321/392 kB | 204/208 kB | 98/571 kB Progress (3): 321/392 kB | 204/208 kB | 102/571 kB Progress (3): 325/392 kB | 204/208 kB | 102/571 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Progress (3): 329/392 kB | 204/208 kB | 102/571 kB Progress (3): 329/392 kB | 204/208 kB | 106/571 kB Progress (3): 329/392 kB | 208 kB | 106/571 kB Progress (3): 333/392 kB | 208 kB | 106/571 kB Progress (3): 333/392 kB | 208 kB | 110/571 kB Progress (3): 337/392 kB | 208 kB | 110/571 kB Progress (3): 337/392 kB | 208 kB | 114/571 kB Progress (3): 341/392 kB | 208 kB | 114/571 kB Progress (3): 341/392 kB | 208 kB | 118/571 kB Progress (3): 341/392 kB | 208 kB | 122/571 kB Progress (3): 345/392 kB | 208 kB | 122/571 kB Progress (3): 349/392 kB | 208 kB | 122/571 kB Progress (3): 349/392 kB | 208 kB | 126/571 kB Progress (3): 353/392 kB | 208 kB | 126/571 kB Progress (3): 353/392 kB | 208 kB | 130/571 kB Progress (3): 353/392 kB | 208 kB | 131/571 kB Progress (3): 353/392 kB | 208 kB | 135/571 kB Progress (3): 357/392 kB | 208 kB | 135/571 kB Progress (3): 357/392 kB | 208 kB | 139/571 kB Progress (3): 361/392 kB | 208 kB | 139/571 kB Progress (4): 361/392 kB | 208 kB | 139/571 kB | 4.1/22 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 55 kB/s) Progress (4): 361/392 kB | 139/571 kB | 4.1/22 kB | 4.1/28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar Progress (4): 361/392 kB | 139/571 kB | 7.7/22 kB | 4.1/28 kB Progress (4): 365/392 kB | 139/571 kB | 7.7/22 kB | 4.1/28 kB Progress (4): 365/392 kB | 139/571 kB | 12/22 kB | 4.1/28 kB Progress (4): 365/392 kB | 143/571 kB | 12/22 kB | 4.1/28 kB Progress (4): 365/392 kB | 143/571 kB | 16/22 kB | 4.1/28 kB Progress (4): 369/392 kB | 143/571 kB | 16/22 kB | 4.1/28 kB Progress (4): 369/392 kB | 143/571 kB | 16/22 kB | 7.7/28 kB Progress (4): 373/392 kB | 143/571 kB | 16/22 kB | 7.7/28 kB Progress (4): 373/392 kB | 143/571 kB | 20/22 kB | 7.7/28 kB Progress (4): 373/392 kB | 147/571 kB | 20/22 kB | 7.7/28 kB Progress (4): 373/392 kB | 147/571 kB | 22 kB | 7.7/28 kB Progress (4): 377/392 kB | 147/571 kB | 22 kB | 7.7/28 kB Progress (4): 377/392 kB | 147/571 kB | 22 kB | 12/28 kB Progress (4): 381/392 kB | 147/571 kB | 22 kB | 12/28 kB Progress (4): 381/392 kB | 151/571 kB | 22 kB | 12/28 kB Progress (4): 385/392 kB | 151/571 kB | 22 kB | 12/28 kB Progress (4): 385/392 kB | 151/571 kB | 22 kB | 16/28 kB Progress (4): 389/392 kB | 151/571 kB | 22 kB | 16/28 kB Progress (4): 389/392 kB | 155/571 kB | 22 kB | 16/28 kB Progress (4): 392 kB | 155/571 kB | 22 kB | 16/28 kB Progress (4): 392 kB | 155/571 kB | 22 kB | 20/28 kB Progress (4): 392 kB | 159/571 kB | 22 kB | 20/28 kB Progress (4): 392 kB | 159/571 kB | 22 kB | 24/28 kB Progress (4): 392 kB | 163/571 kB | 22 kB | 24/28 kB Progress (4): 392 kB | 163/571 kB | 22 kB | 28/28 kB Progress (4): 392 kB | 164/571 kB | 22 kB | 28/28 kB Progress (4): 392 kB | 164/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 168/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 172/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 176/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 180/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 184/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 188/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 192/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 196/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 200/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 204/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 208/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 212/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 216/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 220/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 224/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 228/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 232/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 236/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 240/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 244/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 248/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 252/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 256/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 260/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 264/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 268/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 272/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 276/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 280/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 284/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 288/571 kB | 22 kB | 28 kB Progress (4): 392 kB | 292/571 kB | 22 kB | 28 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 5.8 kB/s) 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 7.4 kB/s) Progress (2): 392 kB | 296/571 kB Progress (2): 392 kB | 300/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 104 kB/s) Progress (1): 304/571 kB Progress (1): 308/571 kB Progress (1): 312/571 kB Progress (1): 316/571 kB Progress (1): 320/571 kB Progress (1): 324/571 kB Progress (2): 324/571 kB | 4.1/153 kB Progress (2): 328/571 kB | 4.1/153 kB Progress (2): 328/571 kB | 7.7/153 kB Progress (2): 332/571 kB | 7.7/153 kB Progress (2): 332/571 kB | 12/153 kB Progress (2): 336/571 kB | 12/153 kB Progress (2): 336/571 kB | 16/153 kB Progress (2): 340/571 kB | 16/153 kB Progress (2): 340/571 kB | 20/153 kB Progress (2): 344/571 kB | 20/153 kB Progress (2): 344/571 kB | 24/153 kB Progress (2): 348/571 kB | 24/153 kB Progress (2): 348/571 kB | 28/153 kB Progress (2): 352/571 kB | 28/153 kB Progress (2): 352/571 kB | 32/153 kB Progress (2): 356/571 kB | 32/153 kB Progress (2): 356/571 kB | 33/153 kB Progress (2): 360/571 kB | 33/153 kB Progress (2): 360/571 kB | 37/153 kB Progress (2): 364/571 kB | 37/153 kB Progress (2): 364/571 kB | 41/153 kB Progress (2): 368/571 kB | 41/153 kB Progress (2): 368/571 kB | 45/153 kB Progress (2): 372/571 kB | 45/153 kB Progress (2): 372/571 kB | 49/153 kB Progress (2): 376/571 kB | 49/153 kB Progress (2): 376/571 kB | 53/153 kB Progress (2): 380/571 kB | 53/153 kB Progress (2): 380/571 kB | 57/153 kB Progress (2): 384/571 kB | 57/153 kB Progress (2): 384/571 kB | 61/153 kB Progress (2): 388/571 kB | 61/153 kB Progress (2): 388/571 kB | 65/153 kB Progress (2): 392/571 kB | 65/153 kB Progress (2): 392/571 kB | 66/153 kB Progress (2): 396/571 kB | 66/153 kB Progress (2): 396/571 kB | 70/153 kB Progress (2): 400/571 kB | 70/153 kB Progress (2): 400/571 kB | 74/153 kB Progress (2): 404/571 kB | 74/153 kB Progress (2): 404/571 kB | 78/153 kB Progress (2): 408/571 kB | 78/153 kB Progress (2): 408/571 kB | 82/153 kB Progress (2): 412/571 kB | 82/153 kB Progress (2): 412/571 kB | 86/153 kB Progress (2): 416/571 kB | 86/153 kB Progress (2): 416/571 kB | 90/153 kB Progress (2): 420/571 kB | 90/153 kB Progress (2): 420/571 kB | 94/153 kB Progress (2): 424/571 kB | 94/153 kB Progress (2): 424/571 kB | 98/153 kB Progress (2): 428/571 kB | 98/153 kB Progress (2): 428/571 kB | 98/153 kB Progress (2): 432/571 kB | 98/153 kB Progress (2): 432/571 kB | 102/153 kB Progress (2): 436/571 kB | 102/153 kB Progress (2): 436/571 kB | 106/153 kB Progress (2): 440/571 kB | 106/153 kB Progress (2): 440/571 kB | 110/153 kB Progress (2): 444/571 kB | 110/153 kB Progress (2): 444/571 kB | 114/153 kB Progress (2): 448/571 kB | 114/153 kB Progress (2): 448/571 kB | 118/153 kB Progress (2): 452/571 kB | 118/153 kB Progress (2): 452/571 kB | 122/153 kB Progress (2): 456/571 kB | 122/153 kB Progress (2): 456/571 kB | 126/153 kB Progress (2): 460/571 kB | 126/153 kB Progress (2): 460/571 kB | 130/153 kB Progress (2): 464/571 kB | 130/153 kB Progress (2): 468/571 kB | 130/153 kB Progress (2): 468/571 kB | 134/153 kB Progress (2): 472/571 kB | 134/153 kB Progress (2): 472/571 kB | 138/153 kB Progress (2): 476/571 kB | 138/153 kB Progress (2): 476/571 kB | 142/153 kB Progress (2): 480/571 kB | 142/153 kB Progress (2): 480/571 kB | 146/153 kB Progress (2): 484/571 kB | 146/153 kB Progress (2): 484/571 kB | 150/153 kB Progress (2): 488/571 kB | 150/153 kB Progress (2): 488/571 kB | 153 kB Progress (2): 492/571 kB | 153 kB Progress (2): 496/571 kB | 153 kB Progress (2): 500/571 kB | 153 kB Progress (2): 504/571 kB | 153 kB Progress (2): 508/571 kB | 153 kB Progress (2): 512/571 kB | 153 kB Progress (2): 516/571 kB | 153 kB Progress (2): 520/571 kB | 153 kB Progress (2): 524/571 kB | 153 kB Progress (2): 528/571 kB | 153 kB Progress (2): 532/571 kB | 153 kB Progress (2): 536/571 kB | 153 kB Progress (2): 540/571 kB | 153 kB Progress (2): 544/571 kB | 153 kB Progress (2): 548/571 kB | 153 kB Progress (2): 552/571 kB | 153 kB Progress (2): 556/571 kB | 153 kB Progress (2): 560/571 kB | 153 kB Progress (2): 564/571 kB | 153 kB Progress (2): 568/571 kB | 153 kB Progress (2): 571 kB | 153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 151 kB/s) 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 40 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven/3.6.2/maven-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.2/maven-3.6.2.pom Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.2/maven-3.6.2.pom (25 kB at 1.2 MB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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): 33/44 kB Progress (1): 37/44 kB Progress (1): 41/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.3 MB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] m2e-maven-runtime [pom] [INFO] Maven Archetype Common Bundle [bundle] [INFO] Nexus Indexer Bundle [bundle] [INFO] Embedded Maven Runtime Bundle [bundle] [INFO] org.eclipse.m2e.maven.runtime.slf4j.simple [bundle] [INFO] [INFO] -----------------< org.eclipse.m2e:m2e-maven-runtime >------------------ [INFO] Building m2e-maven-runtime 1.14.0-SNAPSHOT [1/5] [INFO] --------------------------------[ pom ]--------------------------------- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.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/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 189 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 722 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.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 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom (1.3 kB at 68 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.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.4.0/tycho-pack200-1.4.0.pom (1.5 kB at 29 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 408 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar 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/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar (7.2 kB at 212 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.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.5/eclipse-jarsigner-plugin-1.1.5.pom (2.6 kB at 112 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.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.5/maven-plugin-parent-1.1.5.pom (5.6 kB at 122 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.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.4/cbi-parent-1.0.4.pom (12 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.5/eclipse-jarsigner-plugin-1.1.5.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): 33/66 kB Progress (1): 37/66 kB Progress (1): 41/66 kB Progress (1): 45/66 kB Progress (1): 49/66 kB Progress (1): 53/66 kB Progress (1): 57/66 kB Progress (1): 61/66 kB Progress (1): 65/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.5/eclipse-jarsigner-plugin-1.1.5.jar (66 kB at 2.5 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.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.4.0/tycho-pack200b-plugin-1.4.0.pom (1.5 kB at 41 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.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.4.0/tycho-pack200b-plugin-1.4.0.jar (6.8 kB at 205 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 136 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 555 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ m2e-maven-runtime --- 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.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 29 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 245 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 391 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 104 kB/s) 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.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 81 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/2.0.5/plexus-utils-2.0.5.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/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): 36/223 kB Progress (1): 40/223 kB Progress (1): 44/223 kB Progress (1): 48/223 kB Progress (1): 52/223 kB Progress (1): 56/223 kB Progress (1): 60/223 kB Progress (1): 64/223 kB Progress (1): 68/223 kB Progress (1): 72/223 kB Progress (1): 76/223 kB Progress (1): 80/223 kB Progress (1): 84/223 kB Progress (1): 88/223 kB Progress (1): 92/223 kB Progress (1): 96/223 kB Progress (1): 100/223 kB Progress (1): 104/223 kB Progress (1): 108/223 kB Progress (1): 112/223 kB Progress (1): 116/223 kB Progress (1): 120/223 kB Progress (1): 124/223 kB Progress (1): 128/223 kB Progress (1): 132/223 kB Progress (1): 136/223 kB Progress (1): 140/223 kB Progress (1): 144/223 kB Progress (1): 148/223 kB Progress (1): 152/223 kB Progress (1): 156/223 kB Progress (1): 160/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 3.9 MB/s) Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 52 kB/s) [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ m2e-maven-runtime --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom (1.0 kB at 26 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from eclipse.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 2.2 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.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 118 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 457 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar 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.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar 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/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar (13 kB at 249 kB/s) 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-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 61 kB/s) [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ m2e-maven-runtime --- 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 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 277 kB/s) 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 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 519 kB/s) 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 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 91 kB/s) 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 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 54 kB/s) 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 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 63 kB/s) 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 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 27 kB/s) 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 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 30 kB/s) 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 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 48 kB/s) 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 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 95 kB/s) 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 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 88 kB/s) 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 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 208 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 180 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 300 kB/s) 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 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 248 kB/s) 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 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 273 kB/s) 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 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 75 kB/s) 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 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 230 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 6.8 kB/s) 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 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 127 kB/s) 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 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 118 kB/s) 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 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 130 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 246 kB/s) 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 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 47 kB/s) 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 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 98 kB/s) 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 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 51 kB/s) 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 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 50 kB/s) 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 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 93 kB/s) 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 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 82 kB/s) 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 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 490 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.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.2/cbi-common-1.2.2.pom (2.2 kB at 115 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom 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 411 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/43/commons-parent-43.pom 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 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.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/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom (6.4 kB at 145 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 120 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom Progress (1): 3.6 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom (3.6 kB at 201 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.5/cbi-maven-plugin-common-1.1.5.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.5/cbi-maven-plugin-common-1.1.5.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.3/httpclient-4.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.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.3/httpclient-4.5.3.pom (6.4 kB at 188 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.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.3/httpcomponents-client-4.5.3.pom (16 kB at 382 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 634 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.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/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 125 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.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/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 408 kB/s) 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 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 565 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 304 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.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.3/httpmime-4.5.3.pom (4.8 kB at 129 kB/s) 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/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-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-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-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-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/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/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/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/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.2/cbi-common-1.2.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.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 Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar Progress (2): 66 kB | 4.1/31 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar (66 kB at 261 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (2): 16/31 kB | 4.1/5.3 kB Progress (2): 16/31 kB | 5.3 kB Progress (2): 20/31 kB | 5.3 kB Progress (2): 24/31 kB | 5.3 kB Progress (2): 28/31 kB | 5.3 kB Progress (2): 31 kB | 5.3 kB 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/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar (5.3 kB at 19 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.5/cbi-maven-plugin-common-1.1.5.jar (31 kB at 113 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.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-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 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 Progress (1): 4.1/563 kB Progress (1): 7.7/563 kB Progress (1): 12/563 kB Progress (1): 16/563 kB Progress (1): 20/563 kB Progress (1): 24/563 kB Progress (1): 28/563 kB Progress (1): 32/563 kB Progress (1): 33/563 kB Progress (1): 37/563 kB Progress (1): 41/563 kB Progress (1): 45/563 kB Progress (1): 49/563 kB Progress (1): 53/563 kB Progress (1): 57/563 kB Progress (1): 61/563 kB Progress (1): 65/563 kB Progress (1): 66/563 kB Progress (1): 70/563 kB Progress (1): 74/563 kB Progress (1): 78/563 kB Progress (1): 82/563 kB Progress (1): 86/563 kB Progress (1): 90/563 kB Progress (1): 94/563 kB Progress (1): 98/563 kB Progress (1): 98/563 kB Progress (1): 102/563 kB Progress (1): 106/563 kB Progress (1): 110/563 kB Progress (1): 114/563 kB Progress (1): 118/563 kB Progress (1): 122/563 kB Progress (1): 126/563 kB Progress (1): 130/563 kB Progress (1): 134/563 kB Progress (1): 138/563 kB Progress (1): 142/563 kB Progress (1): 146/563 kB Progress (1): 150/563 kB Progress (1): 154/563 kB Progress (1): 158/563 kB Progress (1): 162/563 kB Progress (1): 166/563 kB Progress (1): 170/563 kB Progress (1): 174/563 kB Progress (1): 178/563 kB Progress (1): 182/563 kB Progress (1): 186/563 kB Progress (1): 190/563 kB Progress (1): 194/563 kB Progress (1): 198/563 kB Progress (1): 202/563 kB Progress (1): 206/563 kB Progress (1): 210/563 kB Progress (1): 214/563 kB Progress (1): 218/563 kB Progress (1): 222/563 kB Progress (1): 226/563 kB Progress (1): 230/563 kB Progress (1): 234/563 kB Progress (1): 238/563 kB Progress (1): 242/563 kB Progress (1): 246/563 kB Progress (1): 250/563 kB Progress (1): 254/563 kB Progress (1): 258/563 kB Progress (1): 262/563 kB Progress (1): 266/563 kB Progress (1): 270/563 kB Progress (1): 274/563 kB Progress (1): 278/563 kB Progress (1): 282/563 kB Progress (1): 286/563 kB Progress (1): 290/563 kB Progress (1): 294/563 kB Progress (1): 298/563 kB Progress (1): 302/563 kB Progress (1): 306/563 kB Progress (1): 310/563 kB Progress (1): 314/563 kB Progress (1): 318/563 kB Progress (1): 322/563 kB Progress (1): 326/563 kB Progress (1): 330/563 kB Progress (1): 334/563 kB Progress (1): 338/563 kB Progress (1): 342/563 kB Progress (1): 346/563 kB Progress (1): 350/563 kB Progress (1): 354/563 kB Progress (1): 358/563 kB Progress (1): 362/563 kB Progress (1): 366/563 kB Progress (1): 370/563 kB Progress (1): 374/563 kB Progress (1): 378/563 kB Progress (1): 382/563 kB Progress (1): 386/563 kB Progress (1): 390/563 kB Progress (1): 394/563 kB Progress (1): 398/563 kB Progress (1): 402/563 kB Progress (1): 406/563 kB Progress (1): 410/563 kB Progress (1): 414/563 kB Progress (1): 418/563 kB Progress (1): 422/563 kB Progress (1): 426/563 kB Progress (1): 430/563 kB Progress (1): 434/563 kB Progress (1): 438/563 kB Progress (1): 442/563 kB Progress (1): 446/563 kB Progress (1): 450/563 kB Progress (1): 454/563 kB Progress (1): 458/563 kB Progress (2): 458/563 kB | 4.1/47 kB Progress (2): 458/563 kB | 7.7/47 kB Progress (2): 462/563 kB | 7.7/47 kB Progress (2): 466/563 kB | 7.7/47 kB Progress (2): 466/563 kB | 12/47 kB Progress (2): 466/563 kB | 16/47 kB Progress (2): 470/563 kB | 16/47 kB Progress (2): 470/563 kB | 20/47 kB Progress (3): 470/563 kB | 20/47 kB | 4.1/41 kB Progress (3): 470/563 kB | 20/47 kB | 7.7/41 kB Progress (3): 470/563 kB | 20/47 kB | 12/41 kB Progress (3): 470/563 kB | 20/47 kB | 16/41 kB Progress (3): 470/563 kB | 20/47 kB | 20/41 kB Progress (3): 470/563 kB | 20/47 kB | 24/41 kB Progress (3): 470/563 kB | 20/47 kB | 28/41 kB Progress (3): 470/563 kB | 20/47 kB | 32/41 kB Progress (3): 470/563 kB | 20/47 kB | 36/41 kB Progress (3): 470/563 kB | 20/47 kB | 40/41 kB Progress (3): 470/563 kB | 20/47 kB | 41 kB Progress (3): 474/563 kB | 20/47 kB | 41 kB Progress (3): 474/563 kB | 24/47 kB | 41 kB Progress (3): 478/563 kB | 24/47 kB | 41 kB Progress (3): 478/563 kB | 28/47 kB | 41 kB Progress (4): 478/563 kB | 28/47 kB | 41 kB | 4.1/164 kB Progress (4): 478/563 kB | 32/47 kB | 41 kB | 4.1/164 kB Progress (4): 482/563 kB | 32/47 kB | 41 kB | 4.1/164 kB Progress (4): 482/563 kB | 36/47 kB | 41 kB | 4.1/164 kB Progress (4): 482/563 kB | 36/47 kB | 41 kB | 7.7/164 kB Progress (4): 482/563 kB | 40/47 kB | 41 kB | 7.7/164 kB Progress (4): 482/563 kB | 40/47 kB | 41 kB | 12/164 kB Progress (4): 486/563 kB | 40/47 kB | 41 kB | 12/164 kB Progress (4): 486/563 kB | 40/47 kB | 41 kB | 16/164 kB Progress (4): 486/563 kB | 44/47 kB | 41 kB | 16/164 kB Progress (4): 486/563 kB | 44/47 kB | 41 kB | 20/164 kB Progress (4): 490/563 kB | 44/47 kB | 41 kB | 20/164 kB Progress (4): 490/563 kB | 44/47 kB | 41 kB | 24/164 kB Progress (4): 490/563 kB | 47 kB | 41 kB | 24/164 kB Progress (4): 494/563 kB | 47 kB | 41 kB | 24/164 kB Progress (4): 498/563 kB | 47 kB | 41 kB | 24/164 kB Progress (4): 498/563 kB | 47 kB | 41 kB | 28/164 kB Progress (4): 502/563 kB | 47 kB | 41 kB | 28/164 kB Progress (4): 502/563 kB | 47 kB | 41 kB | 32/164 kB Progress (4): 506/563 kB | 47 kB | 41 kB | 32/164 kB Progress (4): 506/563 kB | 47 kB | 41 kB | 36/164 kB Progress (4): 506/563 kB | 47 kB | 41 kB | 40/164 kB Progress (4): 510/563 kB | 47 kB | 41 kB | 40/164 kB Progress (4): 510/563 kB | 47 kB | 41 kB | 44/164 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.jar (41 kB at 302 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 Progress (3): 514/563 kB | 47 kB | 44/164 kB Progress (3): 514/563 kB | 47 kB | 48/164 kB Progress (3): 518/563 kB | 47 kB | 48/164 kB Progress (3): 518/563 kB | 47 kB | 52/164 kB Progress (3): 522/563 kB | 47 kB | 52/164 kB Progress (3): 522/563 kB | 47 kB | 56/164 kB Progress (3): 526/563 kB | 47 kB | 56/164 kB Progress (3): 526/563 kB | 47 kB | 60/164 kB Progress (3): 530/563 kB | 47 kB | 60/164 kB Progress (3): 530/563 kB | 47 kB | 64/164 kB Progress (3): 534/563 kB | 47 kB | 64/164 kB Progress (3): 534/563 kB | 47 kB | 68/164 kB Progress (3): 538/563 kB | 47 kB | 68/164 kB Progress (3): 538/563 kB | 47 kB | 72/164 kB Progress (3): 542/563 kB | 47 kB | 72/164 kB Progress (3): 542/563 kB | 47 kB | 76/164 kB Progress (3): 546/563 kB | 47 kB | 76/164 kB Progress (3): 546/563 kB | 47 kB | 80/164 kB Progress (3): 550/563 kB | 47 kB | 80/164 kB Progress (3): 550/563 kB | 47 kB | 84/164 kB Progress (3): 554/563 kB | 47 kB | 84/164 kB Progress (3): 554/563 kB | 47 kB | 88/164 kB Progress (3): 558/563 kB | 47 kB | 88/164 kB Progress (3): 558/563 kB | 47 kB | 92/164 kB Progress (3): 562/563 kB | 47 kB | 92/164 kB Progress (3): 562/563 kB | 47 kB | 96/164 kB Progress (3): 563 kB | 47 kB | 96/164 kB Progress (3): 563 kB | 47 kB | 100/164 kB Progress (3): 563 kB | 47 kB | 104/164 kB Progress (3): 563 kB | 47 kB | 108/164 kB Progress (3): 563 kB | 47 kB | 112/164 kB Progress (3): 563 kB | 47 kB | 116/164 kB Progress (3): 563 kB | 47 kB | 120/164 kB Progress (3): 563 kB | 47 kB | 124/164 kB Progress (3): 563 kB | 47 kB | 128/164 kB Progress (3): 563 kB | 47 kB | 132/164 kB Progress (3): 563 kB | 47 kB | 136/164 kB Progress (3): 563 kB | 47 kB | 140/164 kB Progress (3): 563 kB | 47 kB | 144/164 kB Progress (3): 563 kB | 47 kB | 148/164 kB Progress (3): 563 kB | 47 kB | 152/164 kB Progress (3): 563 kB | 47 kB | 156/164 kB Progress (3): 563 kB | 47 kB | 160/164 kB Progress (3): 563 kB | 47 kB | 164 kB Progress (4): 563 kB | 47 kB | 164 kB | 4.1/52 kB Progress (4): 563 kB | 47 kB | 164 kB | 7.7/52 kB Progress (4): 563 kB | 47 kB | 164 kB | 12/52 kB Progress (4): 563 kB | 47 kB | 164 kB | 16/52 kB Progress (4): 563 kB | 47 kB | 164 kB | 20/52 kB Progress (4): 563 kB | 47 kB | 164 kB | 24/52 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 3.6 MB/s) Progress (3): 47 kB | 164 kB | 28/52 kB 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 (3): 47 kB | 164 kB | 32/52 kB Progress (3): 47 kB | 164 kB | 36/52 kB Progress (3): 47 kB | 164 kB | 40/52 kB Progress (3): 47 kB | 164 kB | 44/52 kB Progress (3): 47 kB | 164 kB | 48/52 kB Progress (3): 47 kB | 164 kB | 52/52 kB Progress (3): 47 kB | 164 kB | 52 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.jar (164 kB at 1.0 MB/s) 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 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 318 kB/s) 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 Progress (2): 47 kB | 4.1/60 kB Progress (3): 47 kB | 4.1/60 kB | 4.1/18 kB Progress (3): 47 kB | 4.1/60 kB | 7.7/18 kB Progress (3): 47 kB | 7.7/60 kB | 7.7/18 kB Progress (3): 47 kB | 7.7/60 kB | 12/18 kB Progress (3): 47 kB | 12/60 kB | 12/18 kB Progress (3): 47 kB | 12/60 kB | 16/18 kB Progress (3): 47 kB | 16/60 kB | 16/18 kB Progress (3): 47 kB | 16/60 kB | 18 kB Progress (3): 47 kB | 20/60 kB | 18 kB Progress (3): 47 kB | 24/60 kB | 18 kB Progress (3): 47 kB | 28/60 kB | 18 kB Progress (3): 47 kB | 32/60 kB | 18 kB Progress (3): 47 kB | 36/60 kB | 18 kB Progress (3): 47 kB | 40/60 kB | 18 kB Progress (3): 47 kB | 44/60 kB | 18 kB Progress (3): 47 kB | 48/60 kB | 18 kB Progress (3): 47 kB | 52/60 kB | 18 kB Progress (3): 47 kB | 56/60 kB | 18 kB Progress (3): 47 kB | 60/60 kB | 18 kB Progress (3): 47 kB | 60 kB | 18 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.jar (47 kB at 192 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 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 73 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 244 kB/s) Progress (1): 4.1/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 (1): 7.7/159 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 (1): 12/159 kB Progress (1): 16/159 kB Progress (1): 20/159 kB Progress (1): 24/159 kB Progress (1): 28/159 kB Progress (1): 32/159 kB Progress (1): 33/159 kB Progress (1): 37/159 kB Progress (1): 41/159 kB Progress (1): 45/159 kB Progress (1): 49/159 kB Progress (1): 53/159 kB Progress (1): 57/159 kB Progress (1): 61/159 kB Progress (1): 65/159 kB Progress (1): 69/159 kB Progress (1): 73/159 kB Progress (1): 77/159 kB Progress (1): 81/159 kB Progress (1): 85/159 kB Progress (1): 89/159 kB Progress (1): 93/159 kB Progress (1): 97/159 kB Progress (1): 101/159 kB Progress (1): 105/159 kB Progress (1): 109/159 kB Progress (1): 113/159 kB Progress (2): 113/159 kB | 4.1/145 kB Progress (2): 117/159 kB | 4.1/145 kB Progress (2): 117/159 kB | 7.7/145 kB Progress (2): 121/159 kB | 7.7/145 kB Progress (2): 125/159 kB | 7.7/145 kB Progress (2): 125/159 kB | 12/145 kB Progress (2): 129/159 kB | 12/145 kB Progress (2): 129/159 kB | 16/145 kB Progress (2): 133/159 kB | 16/145 kB Progress (2): 133/159 kB | 20/145 kB Progress (2): 137/159 kB | 20/145 kB Progress (2): 137/159 kB | 24/145 kB Progress (2): 141/159 kB | 24/145 kB Progress (2): 141/159 kB | 28/145 kB Progress (2): 145/159 kB | 28/145 kB Progress (2): 145/159 kB | 32/145 kB Progress (2): 149/159 kB | 32/145 kB Progress (2): 153/159 kB | 32/145 kB Progress (2): 153/159 kB | 36/145 kB Progress (2): 157/159 kB | 36/145 kB Progress (2): 157/159 kB | 40/145 kB Progress (2): 159 kB | 40/145 kB Progress (2): 159 kB | 44/145 kB Progress (3): 159 kB | 44/145 kB | 4.1/134 kB Progress (3): 159 kB | 48/145 kB | 4.1/134 kB Progress (3): 159 kB | 48/145 kB | 7.7/134 kB Progress (3): 159 kB | 52/145 kB | 7.7/134 kB Progress (3): 159 kB | 52/145 kB | 12/134 kB Progress (3): 159 kB | 56/145 kB | 12/134 kB Progress (3): 159 kB | 56/145 kB | 16/134 kB Progress (3): 159 kB | 60/145 kB | 16/134 kB Progress (3): 159 kB | 60/145 kB | 20/134 kB Progress (3): 159 kB | 60/145 kB | 24/134 kB Progress (3): 159 kB | 60/145 kB | 28/134 kB Progress (3): 159 kB | 60/145 kB | 32/134 kB Progress (4): 159 kB | 60/145 kB | 32/134 kB | 4.1/134 kB Progress (4): 159 kB | 60/145 kB | 33/134 kB | 4.1/134 kB Progress (4): 159 kB | 64/145 kB | 33/134 kB | 4.1/134 kB Progress (4): 159 kB | 64/145 kB | 33/134 kB | 7.7/134 kB Progress (4): 159 kB | 64/145 kB | 37/134 kB | 7.7/134 kB Progress (4): 159 kB | 68/145 kB | 37/134 kB | 7.7/134 kB Progress (4): 159 kB | 68/145 kB | 41/134 kB | 7.7/134 kB Progress (4): 159 kB | 68/145 kB | 41/134 kB | 12/134 kB Progress (4): 159 kB | 72/145 kB | 41/134 kB | 12/134 kB Progress (4): 159 kB | 72/145 kB | 41/134 kB | 16/134 kB Progress (4): 159 kB | 76/145 kB | 41/134 kB | 16/134 kB Progress (4): 159 kB | 76/145 kB | 45/134 kB | 16/134 kB Progress (4): 159 kB | 80/145 kB | 45/134 kB | 16/134 kB Progress (4): 159 kB | 80/145 kB | 45/134 kB | 20/134 kB Progress (4): 159 kB | 84/145 kB | 45/134 kB | 20/134 kB Progress (4): 159 kB | 84/145 kB | 49/134 kB | 20/134 kB Progress (4): 159 kB | 88/145 kB | 49/134 kB | 20/134 kB Progress (4): 159 kB | 88/145 kB | 49/134 kB | 24/134 kB Progress (4): 159 kB | 88/145 kB | 53/134 kB | 24/134 kB Progress (4): 159 kB | 88/145 kB | 53/134 kB | 28/134 kB Progress (4): 159 kB | 92/145 kB | 53/134 kB | 28/134 kB Progress (4): 159 kB | 92/145 kB | 53/134 kB | 32/134 kB Progress (4): 159 kB | 92/145 kB | 57/134 kB | 32/134 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 609 kB/s) Progress (3): 92/145 kB | 57/134 kB | 33/134 kB Progress (3): 96/145 kB | 57/134 kB | 33/134 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): 96/145 kB | 57/134 kB | 33/134 kB | 4.1/30 kB Progress (4): 96/145 kB | 61/134 kB | 33/134 kB | 4.1/30 kB Progress (4): 96/145 kB | 61/134 kB | 33/134 kB | 7.7/30 kB Progress (4): 100/145 kB | 61/134 kB | 33/134 kB | 7.7/30 kB Progress (4): 100/145 kB | 61/134 kB | 37/134 kB | 7.7/30 kB Progress (4): 104/145 kB | 61/134 kB | 37/134 kB | 7.7/30 kB Progress (4): 104/145 kB | 61/134 kB | 37/134 kB | 12/30 kB Progress (4): 104/145 kB | 65/134 kB | 37/134 kB | 12/30 kB Progress (4): 104/145 kB | 65/134 kB | 37/134 kB | 16/30 kB Progress (4): 108/145 kB | 65/134 kB | 37/134 kB | 16/30 kB Progress (4): 108/145 kB | 65/134 kB | 41/134 kB | 16/30 kB Progress (4): 112/145 kB | 65/134 kB | 41/134 kB | 16/30 kB Progress (4): 112/145 kB | 65/134 kB | 41/134 kB | 20/30 kB Progress (4): 112/145 kB | 66/134 kB | 41/134 kB | 20/30 kB Progress (4): 112/145 kB | 66/134 kB | 41/134 kB | 24/30 kB Progress (4): 112/145 kB | 70/134 kB | 41/134 kB | 24/30 kB Progress (4): 112/145 kB | 70/134 kB | 41/134 kB | 28/30 kB Progress (4): 116/145 kB | 70/134 kB | 41/134 kB | 28/30 kB Progress (4): 116/145 kB | 70/134 kB | 45/134 kB | 28/30 kB Progress (4): 120/145 kB | 70/134 kB | 45/134 kB | 28/30 kB Progress (4): 120/145 kB | 70/134 kB | 45/134 kB | 30 kB Progress (4): 120/145 kB | 74/134 kB | 45/134 kB | 30 kB Progress (4): 124/145 kB | 74/134 kB | 45/134 kB | 30 kB Progress (4): 124/145 kB | 74/134 kB | 49/134 kB | 30 kB Progress (4): 128/145 kB | 74/134 kB | 49/134 kB | 30 kB Progress (4): 128/145 kB | 78/134 kB | 49/134 kB | 30 kB Progress (4): 132/145 kB | 78/134 kB | 49/134 kB | 30 kB Progress (4): 132/145 kB | 78/134 kB | 53/134 kB | 30 kB Progress (4): 136/145 kB | 78/134 kB | 53/134 kB | 30 kB Progress (4): 136/145 kB | 82/134 kB | 53/134 kB | 30 kB Progress (4): 140/145 kB | 82/134 kB | 53/134 kB | 30 kB Progress (4): 140/145 kB | 82/134 kB | 57/134 kB | 30 kB Progress (4): 144/145 kB | 82/134 kB | 57/134 kB | 30 kB Progress (4): 144/145 kB | 82/134 kB | 61/134 kB | 30 kB Progress (4): 144/145 kB | 86/134 kB | 61/134 kB | 30 kB Progress (5): 144/145 kB | 86/134 kB | 61/134 kB | 30 kB | 4.1/202 kB Progress (5): 144/145 kB | 90/134 kB | 61/134 kB | 30 kB | 4.1/202 kB Progress (5): 144/145 kB | 90/134 kB | 65/134 kB | 30 kB | 4.1/202 kB Progress (5): 145 kB | 90/134 kB | 65/134 kB | 30 kB | 4.1/202 kB Progress (5): 145 kB | 90/134 kB | 66/134 kB | 30 kB | 4.1/202 kB Progress (5): 145 kB | 94/134 kB | 66/134 kB | 30 kB | 4.1/202 kB Progress (5): 145 kB | 94/134 kB | 66/134 kB | 30 kB | 7.7/202 kB Progress (5): 145 kB | 98/134 kB | 66/134 kB | 30 kB | 7.7/202 kB Progress (5): 145 kB | 98/134 kB | 70/134 kB | 30 kB | 7.7/202 kB Progress (5): 145 kB | 102/134 kB | 70/134 kB | 30 kB | 7.7/202 kB Progress (5): 145 kB | 102/134 kB | 70/134 kB | 30 kB | 12/202 kB Progress (5): 145 kB | 106/134 kB | 70/134 kB | 30 kB | 12/202 kB Progress (5): 145 kB | 106/134 kB | 74/134 kB | 30 kB | 12/202 kB Progress (5): 145 kB | 110/134 kB | 74/134 kB | 30 kB | 12/202 kB Progress (5): 145 kB | 110/134 kB | 78/134 kB | 30 kB | 12/202 kB Progress (5): 145 kB | 110/134 kB | 78/134 kB | 30 kB | 16/202 kB Progress (5): 145 kB | 110/134 kB | 78/134 kB | 30 kB | 20/202 kB Progress (5): 145 kB | 110/134 kB | 78/134 kB | 30 kB | 24/202 kB Progress (5): 145 kB | 110/134 kB | 78/134 kB | 30 kB | 28/202 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 109 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 Progress (4): 145 kB | 110/134 kB | 82/134 kB | 28/202 kB Progress (4): 145 kB | 114/134 kB | 82/134 kB | 28/202 kB Progress (4): 145 kB | 114/134 kB | 86/134 kB | 28/202 kB Progress (4): 145 kB | 118/134 kB | 86/134 kB | 28/202 kB Progress (4): 145 kB | 118/134 kB | 86/134 kB | 32/202 kB Progress (4): 145 kB | 122/134 kB | 86/134 kB | 32/202 kB Progress (4): 145 kB | 122/134 kB | 90/134 kB | 32/202 kB Progress (4): 145 kB | 126/134 kB | 90/134 kB | 32/202 kB Progress (4): 145 kB | 126/134 kB | 90/134 kB | 33/202 kB Progress (4): 145 kB | 130/134 kB | 90/134 kB | 33/202 kB Progress (4): 145 kB | 130/134 kB | 94/134 kB | 33/202 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 443 kB/s) Progress (3): 130/134 kB | 98/134 kB | 33/202 kB Progress (3): 134/134 kB | 98/134 kB | 33/202 kB Progress (3): 134/134 kB | 98/134 kB | 37/202 kB Progress (3): 134 kB | 98/134 kB | 37/202 kB Progress (3): 134 kB | 98/134 kB | 37/202 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 (3): 134 kB | 102/134 kB | 37/202 kB Progress (3): 134 kB | 102/134 kB | 41/202 kB Progress (3): 134 kB | 106/134 kB | 41/202 kB Progress (3): 134 kB | 106/134 kB | 45/202 kB Progress (3): 134 kB | 110/134 kB | 45/202 kB Progress (3): 134 kB | 110/134 kB | 49/202 kB Progress (3): 134 kB | 114/134 kB | 49/202 kB Progress (3): 134 kB | 114/134 kB | 53/202 kB Progress (3): 134 kB | 118/134 kB | 53/202 kB Progress (3): 134 kB | 118/134 kB | 57/202 kB Progress (3): 134 kB | 122/134 kB | 57/202 kB Progress (3): 134 kB | 122/134 kB | 61/202 kB Progress (3): 134 kB | 126/134 kB | 61/202 kB Progress (3): 134 kB | 126/134 kB | 65/202 kB Progress (3): 134 kB | 130/134 kB | 65/202 kB Progress (3): 134 kB | 130/134 kB | 69/202 kB Progress (3): 134 kB | 134 kB | 69/202 kB Progress (3): 134 kB | 134 kB | 73/202 kB Progress (3): 134 kB | 134 kB | 77/202 kB Progress (3): 134 kB | 134 kB | 81/202 kB Progress (3): 134 kB | 134 kB | 85/202 kB Progress (3): 134 kB | 134 kB | 89/202 kB Progress (3): 134 kB | 134 kB | 93/202 kB Progress (3): 134 kB | 134 kB | 97/202 kB Progress (3): 134 kB | 134 kB | 101/202 kB Progress (3): 134 kB | 134 kB | 105/202 kB Progress (3): 134 kB | 134 kB | 109/202 kB Progress (3): 134 kB | 134 kB | 113/202 kB Progress (4): 134 kB | 134 kB | 113/202 kB | 4.1/357 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 399 kB/s) Progress (3): 134 kB | 113/202 kB | 7.7/357 kB Progress (3): 134 kB | 117/202 kB | 7.7/357 kB Progress (3): 134 kB | 117/202 kB | 12/357 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Progress (3): 134 kB | 117/202 kB | 16/357 kB Progress (3): 134 kB | 121/202 kB | 16/357 kB Progress (3): 134 kB | 121/202 kB | 20/357 kB Progress (3): 134 kB | 121/202 kB | 24/357 kB Progress (3): 134 kB | 125/202 kB | 24/357 kB Progress (3): 134 kB | 125/202 kB | 28/357 kB Progress (3): 134 kB | 129/202 kB | 28/357 kB Progress (3): 134 kB | 129/202 kB | 32/357 kB Progress (3): 134 kB | 129/202 kB | 33/357 kB Progress (3): 134 kB | 133/202 kB | 33/357 kB Progress (3): 134 kB | 133/202 kB | 37/357 kB Progress (3): 134 kB | 137/202 kB | 37/357 kB Progress (3): 134 kB | 137/202 kB | 41/357 kB Progress (3): 134 kB | 141/202 kB | 41/357 kB Progress (3): 134 kB | 141/202 kB | 45/357 kB Progress (3): 134 kB | 145/202 kB | 45/357 kB Progress (3): 134 kB | 145/202 kB | 49/357 kB Progress (3): 134 kB | 149/202 kB | 49/357 kB Progress (3): 134 kB | 153/202 kB | 49/357 kB Progress (3): 134 kB | 157/202 kB | 49/357 kB Progress (3): 134 kB | 161/202 kB | 49/357 kB Progress (3): 134 kB | 165/202 kB | 49/357 kB Progress (3): 134 kB | 169/202 kB | 49/357 kB Progress (3): 134 kB | 173/202 kB | 49/357 kB Progress (3): 134 kB | 177/202 kB | 49/357 kB Progress (3): 134 kB | 181/202 kB | 49/357 kB Progress (3): 134 kB | 185/202 kB | 49/357 kB Progress (3): 134 kB | 185/202 kB | 53/357 kB Progress (3): 134 kB | 189/202 kB | 53/357 kB Progress (3): 134 kB | 189/202 kB | 57/357 kB Progress (3): 134 kB | 193/202 kB | 57/357 kB Progress (3): 134 kB | 193/202 kB | 61/357 kB Progress (3): 134 kB | 197/202 kB | 61/357 kB Progress (3): 134 kB | 197/202 kB | 65/357 kB Progress (3): 134 kB | 201/202 kB | 65/357 kB Progress (3): 134 kB | 201/202 kB | 69/357 kB Progress (3): 134 kB | 202 kB | 69/357 kB Progress (3): 134 kB | 202 kB | 73/357 kB Progress (4): 134 kB | 202 kB | 73/357 kB | 4.1/202 kB Progress (4): 134 kB | 202 kB | 77/357 kB | 4.1/202 kB Progress (4): 134 kB | 202 kB | 77/357 kB | 7.7/202 kB Progress (4): 134 kB | 202 kB | 81/357 kB | 7.7/202 kB Progress (4): 134 kB | 202 kB | 81/357 kB | 12/202 kB Progress (4): 134 kB | 202 kB | 81/357 kB | 16/202 kB Progress (4): 134 kB | 202 kB | 81/357 kB | 20/202 kB Progress (4): 134 kB | 202 kB | 81/357 kB | 24/202 kB Progress (4): 134 kB | 202 kB | 81/357 kB | 28/202 kB Progress (4): 134 kB | 202 kB | 81/357 kB | 32/202 kB Progress (4): 134 kB | 202 kB | 85/357 kB | 32/202 kB Progress (4): 134 kB | 202 kB | 85/357 kB | 33/202 kB Progress (4): 134 kB | 202 kB | 89/357 kB | 33/202 kB Progress (4): 134 kB | 202 kB | 89/357 kB | 37/202 kB Progress (4): 134 kB | 202 kB | 93/357 kB | 37/202 kB Progress (4): 134 kB | 202 kB | 93/357 kB | 41/202 kB Progress (4): 134 kB | 202 kB | 97/357 kB | 41/202 kB Progress (4): 134 kB | 202 kB | 97/357 kB | 45/202 kB Progress (4): 134 kB | 202 kB | 101/357 kB | 45/202 kB Progress (4): 134 kB | 202 kB | 101/357 kB | 49/202 kB Progress (4): 134 kB | 202 kB | 105/357 kB | 49/202 kB Progress (4): 134 kB | 202 kB | 105/357 kB | 53/202 kB Progress (4): 134 kB | 202 kB | 109/357 kB | 53/202 kB Progress (4): 134 kB | 202 kB | 109/357 kB | 57/202 kB Progress (4): 134 kB | 202 kB | 113/357 kB | 57/202 kB Progress (4): 134 kB | 202 kB | 113/357 kB | 61/202 kB Progress (4): 134 kB | 202 kB | 117/357 kB | 61/202 kB Progress (4): 134 kB | 202 kB | 117/357 kB | 65/202 kB Progress (4): 134 kB | 202 kB | 121/357 kB | 65/202 kB Progress (4): 134 kB | 202 kB | 121/357 kB | 66/202 kB Progress (5): 134 kB | 202 kB | 121/357 kB | 66/202 kB | 4.1/44 kB Progress (5): 134 kB | 202 kB | 121/357 kB | 70/202 kB | 4.1/44 kB Progress (5): 134 kB | 202 kB | 125/357 kB | 70/202 kB | 4.1/44 kB Progress (5): 134 kB | 202 kB | 125/357 kB | 74/202 kB | 4.1/44 kB Progress (5): 134 kB | 202 kB | 125/357 kB | 74/202 kB | 7.7/44 kB Progress (5): 134 kB | 202 kB | 129/357 kB | 74/202 kB | 7.7/44 kB Progress (5): 134 kB | 202 kB | 129/357 kB | 78/202 kB | 7.7/44 kB Progress (5): 134 kB | 202 kB | 133/357 kB | 78/202 kB | 7.7/44 kB Progress (5): 134 kB | 202 kB | 133/357 kB | 78/202 kB | 12/44 kB Progress (5): 134 kB | 202 kB | 137/357 kB | 78/202 kB | 12/44 kB Progress (5): 134 kB | 202 kB | 137/357 kB | 82/202 kB | 12/44 kB Progress (5): 134 kB | 202 kB | 141/357 kB | 82/202 kB | 12/44 kB Progress (5): 134 kB | 202 kB | 141/357 kB | 86/202 kB | 12/44 kB Progress (5): 134 kB | 202 kB | 141/357 kB | 86/202 kB | 16/44 kB Progress (5): 134 kB | 202 kB | 141/357 kB | 90/202 kB | 16/44 kB Progress (5): 134 kB | 202 kB | 141/357 kB | 90/202 kB | 20/44 kB Progress (5): 134 kB | 202 kB | 141/357 kB | 94/202 kB | 20/44 kB Progress (5): 134 kB | 202 kB | 145/357 kB | 94/202 kB | 20/44 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.jar (202 kB at 570 kB/s) Progress (4): 134 kB | 149/357 kB | 94/202 kB | 20/44 kB Progress (4): 134 kB | 149/357 kB | 98/202 kB | 20/44 kB Progress (4): 134 kB | 149/357 kB | 98/202 kB | 24/44 kB Progress (4): 134 kB | 149/357 kB | 98/202 kB | 24/44 kB Progress (4): 134 kB | 153/357 kB | 98/202 kB | 24/44 kB 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 (4): 134 kB | 157/357 kB | 98/202 kB | 24/44 kB Progress (4): 134 kB | 157/357 kB | 102/202 kB | 24/44 kB Progress (4): 134 kB | 157/357 kB | 102/202 kB | 28/44 kB Progress (4): 134 kB | 157/357 kB | 106/202 kB | 28/44 kB Progress (4): 134 kB | 161/357 kB | 106/202 kB | 28/44 kB Progress (4): 134 kB | 161/357 kB | 110/202 kB | 28/44 kB Progress (4): 134 kB | 161/357 kB | 110/202 kB | 32/44 kB Progress (4): 134 kB | 161/357 kB | 114/202 kB | 32/44 kB Progress (4): 134 kB | 165/357 kB | 114/202 kB | 32/44 kB Progress (4): 134 kB | 165/357 kB | 118/202 kB | 32/44 kB Progress (4): 134 kB | 165/357 kB | 118/202 kB | 36/44 kB Progress (4): 134 kB | 165/357 kB | 122/202 kB | 36/44 kB Progress (4): 134 kB | 169/357 kB | 122/202 kB | 36/44 kB Progress (4): 134 kB | 169/357 kB | 126/202 kB | 36/44 kB Progress (4): 134 kB | 169/357 kB | 126/202 kB | 40/44 kB Progress (4): 134 kB | 169/357 kB | 130/202 kB | 40/44 kB Progress (4): 134 kB | 169/357 kB | 130/202 kB | 44 kB Progress (4): 134 kB | 173/357 kB | 130/202 kB | 44 kB Progress (4): 134 kB | 173/357 kB | 134/202 kB | 44 kB Progress (4): 134 kB | 177/357 kB | 134/202 kB | 44 kB Progress (4): 134 kB | 177/357 kB | 138/202 kB | 44 kB Progress (4): 134 kB | 181/357 kB | 138/202 kB | 44 kB Progress (4): 134 kB | 181/357 kB | 142/202 kB | 44 kB Progress (4): 134 kB | 185/357 kB | 142/202 kB | 44 kB Progress (4): 134 kB | 185/357 kB | 146/202 kB | 44 kB Progress (4): 134 kB | 189/357 kB | 146/202 kB | 44 kB Progress (4): 134 kB | 189/357 kB | 150/202 kB | 44 kB Progress (4): 134 kB | 193/357 kB | 150/202 kB | 44 kB Progress (4): 134 kB | 193/357 kB | 154/202 kB | 44 kB Progress (4): 134 kB | 197/357 kB | 154/202 kB | 44 kB Progress (4): 134 kB | 197/357 kB | 158/202 kB | 44 kB Progress (4): 134 kB | 201/357 kB | 158/202 kB | 44 kB Progress (4): 134 kB | 201/357 kB | 162/202 kB | 44 kB Progress (4): 134 kB | 205/357 kB | 162/202 kB | 44 kB Progress (4): 134 kB | 205/357 kB | 166/202 kB | 44 kB Progress (4): 134 kB | 209/357 kB | 166/202 kB | 44 kB Progress (4): 134 kB | 209/357 kB | 170/202 kB | 44 kB Progress (4): 134 kB | 213/357 kB | 170/202 kB | 44 kB Progress (4): 134 kB | 213/357 kB | 174/202 kB | 44 kB Progress (4): 134 kB | 213/357 kB | 178/202 kB | 44 kB Progress (4): 134 kB | 213/357 kB | 182/202 kB | 44 kB Progress (4): 134 kB | 213/357 kB | 186/202 kB | 44 kB Progress (4): 134 kB | 213/357 kB | 190/202 kB | 44 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 103 kB/s) Progress (4): 134 kB | 213/357 kB | 190/202 kB | 4.1/61 kB 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 (4): 134 kB | 217/357 kB | 190/202 kB | 4.1/61 kB Progress (4): 134 kB | 217/357 kB | 194/202 kB | 4.1/61 kB Progress (4): 134 kB | 221/357 kB | 194/202 kB | 4.1/61 kB Progress (4): 134 kB | 221/357 kB | 194/202 kB | 7.7/61 kB Progress (4): 134 kB | 221/357 kB | 198/202 kB | 7.7/61 kB Progress (4): 134 kB | 225/357 kB | 198/202 kB | 7.7/61 kB Progress (4): 134 kB | 225/357 kB | 202 kB | 7.7/61 kB Progress (4): 134 kB | 225/357 kB | 202 kB | 12/61 kB Progress (4): 134 kB | 225/357 kB | 202 kB | 16/61 kB Progress (4): 134 kB | 229/357 kB | 202 kB | 16/61 kB Progress (4): 134 kB | 229/357 kB | 202 kB | 20/61 kB Progress (4): 134 kB | 233/357 kB | 202 kB | 20/61 kB Progress (4): 134 kB | 233/357 kB | 202 kB | 24/61 kB Progress (4): 134 kB | 237/357 kB | 202 kB | 24/61 kB Progress (4): 134 kB | 237/357 kB | 202 kB | 28/61 kB Progress (4): 134 kB | 241/357 kB | 202 kB | 28/61 kB Progress (4): 134 kB | 241/357 kB | 202 kB | 32/61 kB Progress (4): 134 kB | 245/357 kB | 202 kB | 32/61 kB Progress (4): 134 kB | 249/357 kB | 202 kB | 32/61 kB Progress (4): 134 kB | 249/357 kB | 202 kB | 36/61 kB Progress (4): 134 kB | 253/357 kB | 202 kB | 36/61 kB Progress (4): 134 kB | 253/357 kB | 202 kB | 40/61 kB Progress (4): 134 kB | 257/357 kB | 202 kB | 40/61 kB Progress (4): 134 kB | 257/357 kB | 202 kB | 44/61 kB Progress (4): 134 kB | 261/357 kB | 202 kB | 44/61 kB Progress (4): 134 kB | 261/357 kB | 202 kB | 48/61 kB Progress (4): 134 kB | 265/357 kB | 202 kB | 48/61 kB Progress (4): 134 kB | 265/357 kB | 202 kB | 52/61 kB Progress (4): 134 kB | 269/357 kB | 202 kB | 52/61 kB Progress (4): 134 kB | 269/357 kB | 202 kB | 56/61 kB Progress (4): 134 kB | 273/357 kB | 202 kB | 56/61 kB Progress (4): 134 kB | 273/357 kB | 202 kB | 60/61 kB Progress (4): 134 kB | 277/357 kB | 202 kB | 60/61 kB Progress (4): 134 kB | 277/357 kB | 202 kB | 61 kB Progress (4): 134 kB | 281/357 kB | 202 kB | 61 kB Progress (4): 134 kB | 285/357 kB | 202 kB | 61 kB Progress (4): 134 kB | 289/357 kB | 202 kB | 61 kB Progress (4): 134 kB | 293/357 kB | 202 kB | 61 kB Progress (4): 134 kB | 297/357 kB | 202 kB | 61 kB Progress (4): 134 kB | 301/357 kB | 202 kB | 61 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.jar (202 kB at 465 kB/s) 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 (3): 134 kB | 305/357 kB | 61 kB Progress (3): 134 kB | 309/357 kB | 61 kB Progress (3): 134 kB | 313/357 kB | 61 kB Progress (3): 134 kB | 317/357 kB | 61 kB Progress (3): 134 kB | 321/357 kB | 61 kB Progress (3): 134 kB | 325/357 kB | 61 kB Progress (3): 134 kB | 329/357 kB | 61 kB Progress (3): 134 kB | 333/357 kB | 61 kB Progress (3): 134 kB | 337/357 kB | 61 kB Progress (3): 134 kB | 341/357 kB | 61 kB Progress (3): 134 kB | 345/357 kB | 61 kB Progress (3): 134 kB | 349/357 kB | 61 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 139 kB/s) Progress (2): 134 kB | 353/357 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 (2): 134 kB | 357/357 kB Progress (2): 134 kB | 357 kB Progress (3): 134 kB | 357 kB | 4.1/47 kB Progress (3): 134 kB | 357 kB | 7.7/47 kB Progress (3): 134 kB | 357 kB | 12/47 kB Progress (3): 134 kB | 357 kB | 16/47 kB Progress (3): 134 kB | 357 kB | 20/47 kB Progress (3): 134 kB | 357 kB | 24/47 kB Progress (3): 134 kB | 357 kB | 28/47 kB Progress (3): 134 kB | 357 kB | 32/47 kB Progress (3): 134 kB | 357 kB | 33/47 kB Progress (3): 134 kB | 357 kB | 37/47 kB Progress (3): 134 kB | 357 kB | 41/47 kB Progress (3): 134 kB | 357 kB | 45/47 kB Progress (3): 134 kB | 357 kB | 47 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-no_aop.jar (357 kB at 791 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar Progress (3): 134 kB | 47 kB | 4.1/50 kB Progress (3): 134 kB | 47 kB | 7.7/50 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 103 kB/s) Progress (2): 134 kB | 12/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar Progress (2): 134 kB | 16/50 kB Progress (2): 134 kB | 20/50 kB Progress (2): 134 kB | 24/50 kB Progress (2): 134 kB | 28/50 kB Progress (2): 134 kB | 32/50 kB Progress (2): 134 kB | 36/50 kB Progress (2): 134 kB | 40/50 kB Progress (2): 134 kB | 44/50 kB Progress (2): 134 kB | 48/50 kB Progress (2): 134 kB | 50 kB Progress (3): 134 kB | 50 kB | 4.1/560 kB Progress (3): 134 kB | 50 kB | 7.7/560 kB Progress (3): 134 kB | 50 kB | 12/560 kB Progress (3): 134 kB | 50 kB | 16/560 kB Progress (3): 134 kB | 50 kB | 20/560 kB Progress (3): 134 kB | 50 kB | 24/560 kB Progress (3): 134 kB | 50 kB | 28/560 kB Progress (3): 134 kB | 50 kB | 32/560 kB Progress (3): 134 kB | 50 kB | 36/560 kB Progress (3): 134 kB | 50 kB | 40/560 kB Progress (3): 134 kB | 50 kB | 44/560 kB Progress (3): 134 kB | 50 kB | 48/560 kB Progress (3): 134 kB | 50 kB | 52/560 kB Progress (3): 134 kB | 50 kB | 56/560 kB Progress (3): 134 kB | 50 kB | 60/560 kB Progress (4): 134 kB | 50 kB | 60/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 64/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 64/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 64/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 64/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 64/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 64/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 68/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 72/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 72/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 76/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 76/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 80/560 kB | 0/2.4 MB Progress (4): 134 kB | 50 kB | 80/560 kB | 0/2.4 MB 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 106 kB/s) Progress (3): 134 kB | 80/560 kB | 0/2.4 MB Progress (3): 134 kB | 84/560 kB | 0/2.4 MB Progress (4): 134 kB | 84/560 kB | 0/2.4 MB | 4.1/748 kB Progress (4): 134 kB | 88/560 kB | 0/2.4 MB | 4.1/748 kB Progress (4): 134 kB | 88/560 kB | 0/2.4 MB | 4.1/748 kB Progress (4): 134 kB | 92/560 kB | 0/2.4 MB | 4.1/748 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar Progress (4): 134 kB | 96/560 kB | 0/2.4 MB | 4.1/748 kB Progress (4): 134 kB | 96/560 kB | 0/2.4 MB | 4.1/748 kB Progress (4): 134 kB | 96/560 kB | 0/2.4 MB | 7.7/748 kB Progress (4): 134 kB | 100/560 kB | 0/2.4 MB | 7.7/748 kB Progress (4): 134 kB | 100/560 kB | 0/2.4 MB | 7.7/748 kB Progress (4): 134 kB | 100/560 kB | 0/2.4 MB | 12/748 kB Progress (4): 134 kB | 104/560 kB | 0/2.4 MB | 12/748 kB Progress (4): 134 kB | 104/560 kB | 0/2.4 MB | 16/748 kB Progress (4): 134 kB | 104/560 kB | 0.1/2.4 MB | 16/748 kB Progress (4): 134 kB | 108/560 kB | 0.1/2.4 MB | 16/748 kB Progress (4): 134 kB | 108/560 kB | 0.1/2.4 MB | 16/748 kB Progress (4): 134 kB | 108/560 kB | 0.1/2.4 MB | 20/748 kB Progress (4): 134 kB | 108/560 kB | 0.1/2.4 MB | 20/748 kB Progress (4): 134 kB | 112/560 kB | 0.1/2.4 MB | 20/748 kB Progress (4): 134 kB | 112/560 kB | 0.1/2.4 MB | 20/748 kB Progress (4): 134 kB | 116/560 kB | 0.1/2.4 MB | 20/748 kB Progress (4): 134 kB | 116/560 kB | 0.1/2.4 MB | 24/748 kB Progress (4): 134 kB | 120/560 kB | 0.1/2.4 MB | 24/748 kB Progress (4): 134 kB | 120/560 kB | 0.1/2.4 MB | 24/748 kB Progress (4): 134 kB | 124/560 kB | 0.1/2.4 MB | 24/748 kB Progress (4): 134 kB | 124/560 kB | 0.1/2.4 MB | 28/748 kB Progress (4): 134 kB | 128/560 kB | 0.1/2.4 MB | 28/748 kB Progress (4): 134 kB | 128/560 kB | 0.1/2.4 MB | 28/748 kB Progress (4): 134 kB | 132/560 kB | 0.1/2.4 MB | 28/748 kB Progress (4): 134 kB | 132/560 kB | 0.1/2.4 MB | 28/748 kB Progress (4): 134 kB | 132/560 kB | 0.1/2.4 MB | 32/748 kB Progress (4): 134 kB | 136/560 kB | 0.1/2.4 MB | 32/748 kB Progress (4): 134 kB | 136/560 kB | 0.1/2.4 MB | 33/748 kB Progress (4): 134 kB | 140/560 kB | 0.1/2.4 MB | 33/748 kB Progress (4): 134 kB | 144/560 kB | 0.1/2.4 MB | 33/748 kB Progress (4): 134 kB | 144/560 kB | 0.1/2.4 MB | 33/748 kB Progress (4): 134 kB | 148/560 kB | 0.1/2.4 MB | 33/748 kB Progress (4): 134 kB | 148/560 kB | 0.1/2.4 MB | 37/748 kB Progress (4): 134 kB | 152/560 kB | 0.1/2.4 MB | 37/748 kB Progress (4): 134 kB | 152/560 kB | 0.1/2.4 MB | 37/748 kB Progress (4): 134 kB | 156/560 kB | 0.1/2.4 MB | 37/748 kB Progress (4): 134 kB | 156/560 kB | 0.1/2.4 MB | 37/748 kB Progress (4): 134 kB | 156/560 kB | 0.1/2.4 MB | 37/748 kB Progress (4): 134 kB | 156/560 kB | 0.1/2.4 MB | 41/748 kB Progress (4): 134 kB | 156/560 kB | 0.1/2.4 MB | 41/748 kB Progress (4): 134 kB | 160/560 kB | 0.1/2.4 MB | 41/748 kB Progress (4): 134 kB | 160/560 kB | 0.1/2.4 MB | 41/748 kB Progress (4): 134 kB | 164/560 kB | 0.1/2.4 MB | 41/748 kB Progress (4): 134 kB | 164/560 kB | 0.1/2.4 MB | 41/748 kB Progress (4): 134 kB | 164/560 kB | 0.1/2.4 MB | 45/748 kB Progress (4): 134 kB | 168/560 kB | 0.1/2.4 MB | 45/748 kB Progress (4): 134 kB | 168/560 kB | 0.1/2.4 MB | 49/748 kB Progress (4): 134 kB | 168/560 kB | 0.1/2.4 MB | 49/748 kB Progress (4): 134 kB | 168/560 kB | 0.1/2.4 MB | 53/748 kB Progress (4): 134 kB | 172/560 kB | 0.1/2.4 MB | 53/748 kB Progress (4): 134 kB | 172/560 kB | 0.1/2.4 MB | 57/748 kB Progress (4): 134 kB | 172/560 kB | 0.1/2.4 MB | 57/748 kB Progress (4): 134 kB | 176/560 kB | 0.1/2.4 MB | 57/748 kB Progress (4): 134 kB | 176/560 kB | 0.1/2.4 MB | 61/748 kB Progress (4): 134 kB | 176/560 kB | 0.1/2.4 MB | 61/748 kB Progress (4): 134 kB | 176/560 kB | 0.1/2.4 MB | 65/748 kB Progress (4): 134 kB | 180/560 kB | 0.1/2.4 MB | 65/748 kB Progress (4): 134 kB | 180/560 kB | 0.1/2.4 MB | 66/748 kB Progress (4): 134 kB | 180/560 kB | 0.1/2.4 MB | 66/748 kB Progress (4): 134 kB | 184/560 kB | 0.1/2.4 MB | 66/748 kB Progress (4): 134 kB | 184/560 kB | 0.1/2.4 MB | 70/748 kB Progress (4): 134 kB | 184/560 kB | 0.1/2.4 MB | 70/748 kB Progress (4): 134 kB | 184/560 kB | 0.1/2.4 MB | 74/748 kB Progress (4): 134 kB | 188/560 kB | 0.1/2.4 MB | 74/748 kB Progress (4): 134 kB | 188/560 kB | 0.1/2.4 MB | 74/748 kB Progress (4): 134 kB | 192/560 kB | 0.1/2.4 MB | 74/748 kB Progress (4): 134 kB | 192/560 kB | 0.1/2.4 MB | 78/748 kB Progress (4): 134 kB | 196/560 kB | 0.1/2.4 MB | 78/748 kB Progress (4): 134 kB | 196/560 kB | 0.1/2.4 MB | 78/748 kB Progress (4): 134 kB | 200/560 kB | 0.1/2.4 MB | 78/748 kB Progress (4): 134 kB | 200/560 kB | 0.1/2.4 MB | 82/748 kB Progress (4): 134 kB | 204/560 kB | 0.1/2.4 MB | 82/748 kB Progress (4): 134 kB | 204/560 kB | 0.1/2.4 MB | 82/748 kB Progress (4): 134 kB | 204/560 kB | 0.1/2.4 MB | 86/748 kB Progress (4): 134 kB | 208/560 kB | 0.1/2.4 MB | 86/748 kB Progress (4): 134 kB | 208/560 kB | 0.1/2.4 MB | 90/748 kB Progress (4): 134 kB | 208/560 kB | 0.1/2.4 MB | 90/748 kB Progress (4): 134 kB | 212/560 kB | 0.1/2.4 MB | 90/748 kB Progress (4): 134 kB | 212/560 kB | 0.1/2.4 MB | 94/748 kB Progress (4): 134 kB | 216/560 kB | 0.1/2.4 MB | 94/748 kB Progress (4): 134 kB | 216/560 kB | 0.1/2.4 MB | 94/748 kB Progress (4): 134 kB | 216/560 kB | 0.1/2.4 MB | 98/748 kB Progress (4): 134 kB | 216/560 kB | 0.1/2.4 MB | 98/748 kB Progress (4): 134 kB | 220/560 kB | 0.1/2.4 MB | 98/748 kB Progress (4): 134 kB | 220/560 kB | 0.1/2.4 MB | 98/748 kB Progress (4): 134 kB | 220/560 kB | 0.1/2.4 MB | 98/748 kB Progress (4): 134 kB | 220/560 kB | 0.1/2.4 MB | 98/748 kB Progress (4): 134 kB | 224/560 kB | 0.1/2.4 MB | 98/748 kB Progress (4): 134 kB | 224/560 kB | 0.2/2.4 MB | 98/748 kB Progress (4): 134 kB | 224/560 kB | 0.2/2.4 MB | 102/748 kB Progress (4): 134 kB | 224/560 kB | 0.2/2.4 MB | 102/748 kB Progress (4): 134 kB | 228/560 kB | 0.2/2.4 MB | 102/748 kB Progress (4): 134 kB | 228/560 kB | 0.2/2.4 MB | 102/748 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 245 kB/s) Progress (4): 228/560 kB | 0.2/2.4 MB | 102/748 kB | 4.1/324 kB Progress (4): 228/560 kB | 0.2/2.4 MB | 102/748 kB | 4.1/324 kB Progress (4): 232/560 kB | 0.2/2.4 MB | 102/748 kB | 4.1/324 kB Progress (4): 232/560 kB | 0.2/2.4 MB | 106/748 kB | 4.1/324 kB Progress (4): 232/560 kB | 0.2/2.4 MB | 106/748 kB | 4.1/324 kB Progress (4): 232/560 kB | 0.2/2.4 MB | 106/748 kB | 7.7/324 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): 232/560 kB | 0.2/2.4 MB | 106/748 kB | 12/324 kB Progress (4): 232/560 kB | 0.2/2.4 MB | 106/748 kB | 12/324 kB Progress (4): 232/560 kB | 0.2/2.4 MB | 110/748 kB | 12/324 kB Progress (4): 236/560 kB | 0.2/2.4 MB | 110/748 kB | 12/324 kB Progress (4): 236/560 kB | 0.2/2.4 MB | 114/748 kB | 12/324 kB Progress (4): 236/560 kB | 0.2/2.4 MB | 114/748 kB | 12/324 kB Progress (4): 236/560 kB | 0.2/2.4 MB | 114/748 kB | 16/324 kB Progress (4): 236/560 kB | 0.2/2.4 MB | 114/748 kB | 16/324 kB Progress (4): 236/560 kB | 0.2/2.4 MB | 118/748 kB | 16/324 kB Progress (4): 240/560 kB | 0.2/2.4 MB | 118/748 kB | 16/324 kB Progress (4): 240/560 kB | 0.2/2.4 MB | 122/748 kB | 16/324 kB Progress (4): 240/560 kB | 0.2/2.4 MB | 122/748 kB | 16/324 kB Progress (4): 240/560 kB | 0.2/2.4 MB | 126/748 kB | 16/324 kB Progress (4): 240/560 kB | 0.2/2.4 MB | 130/748 kB | 16/324 kB Progress (4): 240/560 kB | 0.2/2.4 MB | 130/748 kB | 20/324 kB Progress (4): 240/560 kB | 0.2/2.4 MB | 134/748 kB | 20/324 kB Progress (4): 240/560 kB | 0.2/2.4 MB | 134/748 kB | 20/324 kB Progress (4): 244/560 kB | 0.2/2.4 MB | 134/748 kB | 20/324 kB Progress (4): 244/560 kB | 0.2/2.4 MB | 138/748 kB | 20/324 kB Progress (4): 244/560 kB | 0.2/2.4 MB | 138/748 kB | 24/324 kB Progress (4): 248/560 kB | 0.2/2.4 MB | 138/748 kB | 24/324 kB Progress (4): 248/560 kB | 0.2/2.4 MB | 138/748 kB | 24/324 kB Progress (4): 248/560 kB | 0.2/2.4 MB | 138/748 kB | 28/324 kB Progress (4): 248/560 kB | 0.2/2.4 MB | 142/748 kB | 28/324 kB Progress (4): 248/560 kB | 0.2/2.4 MB | 142/748 kB | 32/324 kB Progress (4): 248/560 kB | 0.2/2.4 MB | 142/748 kB | 32/324 kB Progress (4): 252/560 kB | 0.2/2.4 MB | 142/748 kB | 32/324 kB Progress (4): 252/560 kB | 0.2/2.4 MB | 142/748 kB | 32/324 kB Progress (4): 252/560 kB | 0.2/2.4 MB | 142/748 kB | 36/324 kB Progress (4): 252/560 kB | 0.2/2.4 MB | 146/748 kB | 36/324 kB Progress (4): 252/560 kB | 0.2/2.4 MB | 146/748 kB | 40/324 kB Progress (4): 252/560 kB | 0.2/2.4 MB | 146/748 kB | 40/324 kB Progress (4): 252/560 kB | 0.2/2.4 MB | 146/748 kB | 44/324 kB Progress (4): 256/560 kB | 0.2/2.4 MB | 146/748 kB | 44/324 kB Progress (4): 256/560 kB | 0.2/2.4 MB | 146/748 kB | 48/324 kB Progress (4): 256/560 kB | 0.2/2.4 MB | 146/748 kB | 48/324 kB Progress (4): 256/560 kB | 0.2/2.4 MB | 150/748 kB | 48/324 kB Progress (4): 256/560 kB | 0.2/2.4 MB | 150/748 kB | 48/324 kB Progress (4): 256/560 kB | 0.2/2.4 MB | 150/748 kB | 52/324 kB Progress (4): 260/560 kB | 0.2/2.4 MB | 150/748 kB | 52/324 kB Progress (4): 260/560 kB | 0.2/2.4 MB | 150/748 kB | 56/324 kB Progress (4): 260/560 kB | 0.2/2.4 MB | 150/748 kB | 56/324 kB Progress (4): 260/560 kB | 0.2/2.4 MB | 154/748 kB | 56/324 kB Progress (4): 260/560 kB | 0.2/2.4 MB | 154/748 kB | 56/324 kB Progress (4): 260/560 kB | 0.2/2.4 MB | 154/748 kB | 60/324 kB Progress (4): 264/560 kB | 0.2/2.4 MB | 154/748 kB | 60/324 kB Progress (4): 264/560 kB | 0.2/2.4 MB | 154/748 kB | 64/324 kB Progress (4): 264/560 kB | 0.2/2.4 MB | 154/748 kB | 64/324 kB Progress (4): 264/560 kB | 0.2/2.4 MB | 158/748 kB | 64/324 kB Progress (4): 264/560 kB | 0.2/2.4 MB | 158/748 kB | 64/324 kB Progress (4): 264/560 kB | 0.2/2.4 MB | 158/748 kB | 68/324 kB Progress (4): 268/560 kB | 0.2/2.4 MB | 158/748 kB | 68/324 kB Progress (4): 268/560 kB | 0.2/2.4 MB | 158/748 kB | 72/324 kB Progress (4): 268/560 kB | 0.2/2.4 MB | 158/748 kB | 72/324 kB Progress (4): 268/560 kB | 0.2/2.4 MB | 158/748 kB | 76/324 kB Progress (4): 268/560 kB | 0.2/2.4 MB | 162/748 kB | 76/324 kB Progress (4): 268/560 kB | 0.2/2.4 MB | 162/748 kB | 80/324 kB Progress (4): 268/560 kB | 0.2/2.4 MB | 162/748 kB | 80/324 kB Progress (4): 272/560 kB | 0.2/2.4 MB | 162/748 kB | 80/324 kB Progress (4): 272/560 kB | 0.2/2.4 MB | 162/748 kB | 84/324 kB Progress (4): 272/560 kB | 0.2/2.4 MB | 166/748 kB | 84/324 kB Progress (4): 272/560 kB | 0.2/2.4 MB | 166/748 kB | 88/324 kB Progress (4): 276/560 kB | 0.2/2.4 MB | 166/748 kB | 88/324 kB Progress (4): 276/560 kB | 0.2/2.4 MB | 166/748 kB | 88/324 kB Progress (4): 280/560 kB | 0.2/2.4 MB | 166/748 kB | 88/324 kB Progress (4): 280/560 kB | 0.2/2.4 MB | 166/748 kB | 92/324 kB Progress (4): 280/560 kB | 0.2/2.4 MB | 170/748 kB | 92/324 kB Progress (4): 280/560 kB | 0.2/2.4 MB | 170/748 kB | 96/324 kB Progress (4): 284/560 kB | 0.2/2.4 MB | 170/748 kB | 96/324 kB Progress (5): 284/560 kB | 0.2/2.4 MB | 170/748 kB | 96/324 kB | 4.1/62 kB Progress (5): 284/560 kB | 0.2/2.4 MB | 170/748 kB | 96/324 kB | 4.1/62 kB Progress (5): 284/560 kB | 0.2/2.4 MB | 170/748 kB | 96/324 kB | 7.7/62 kB Progress (5): 284/560 kB | 0.2/2.4 MB | 170/748 kB | 96/324 kB | 7.7/62 kB Progress (5): 284/560 kB | 0.3/2.4 MB | 170/748 kB | 96/324 kB | 7.7/62 kB Progress (5): 288/560 kB | 0.3/2.4 MB | 170/748 kB | 96/324 kB | 7.7/62 kB Progress (5): 288/560 kB | 0.3/2.4 MB | 170/748 kB | 100/324 kB | 7.7/62 kB Progress (5): 288/560 kB | 0.3/2.4 MB | 174/748 kB | 100/324 kB | 7.7/62 kB Progress (5): 292/560 kB | 0.3/2.4 MB | 174/748 kB | 100/324 kB | 7.7/62 kB Progress (5): 292/560 kB | 0.3/2.4 MB | 174/748 kB | 104/324 kB | 7.7/62 kB Progress (5): 292/560 kB | 0.3/2.4 MB | 174/748 kB | 104/324 kB | 7.7/62 kB Progress (5): 292/560 kB | 0.3/2.4 MB | 174/748 kB | 104/324 kB | 12/62 kB Progress (5): 292/560 kB | 0.3/2.4 MB | 174/748 kB | 104/324 kB | 12/62 kB Progress (5): 292/560 kB | 0.3/2.4 MB | 174/748 kB | 108/324 kB | 12/62 kB Progress (5): 292/560 kB | 0.3/2.4 MB | 174/748 kB | 108/324 kB | 12/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 174/748 kB | 108/324 kB | 12/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 178/748 kB | 108/324 kB | 12/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 178/748 kB | 108/324 kB | 12/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 178/748 kB | 112/324 kB | 12/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 178/748 kB | 112/324 kB | 12/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 178/748 kB | 112/324 kB | 16/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 178/748 kB | 112/324 kB | 16/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 178/748 kB | 112/324 kB | 20/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 178/748 kB | 116/324 kB | 20/62 kB Progress (5): 296/560 kB | 0.3/2.4 MB | 182/748 kB | 116/324 kB | 20/62 kB Progress (5): 300/560 kB | 0.3/2.4 MB | 182/748 kB | 116/324 kB | 20/62 kB Progress (5): 300/560 kB | 0.3/2.4 MB | 186/748 kB | 116/324 kB | 20/62 kB Progress (5): 300/560 kB | 0.3/2.4 MB | 186/748 kB | 120/324 kB | 20/62 kB Progress (5): 300/560 kB | 0.3/2.4 MB | 186/748 kB | 120/324 kB | 24/62 kB Progress (5): 300/560 kB | 0.3/2.4 MB | 186/748 kB | 120/324 kB | 24/62 kB Progress (5): 300/560 kB | 0.3/2.4 MB | 186/748 kB | 120/324 kB | 28/62 kB Progress (5): 300/560 kB | 0.3/2.4 MB | 186/748 kB | 124/324 kB | 28/62 kB Progress (5): 300/560 kB | 0.3/2.4 MB | 190/748 kB | 124/324 kB | 28/62 kB Progress (5): 304/560 kB | 0.3/2.4 MB | 190/748 kB | 124/324 kB | 28/62 kB Progress (5): 304/560 kB | 0.3/2.4 MB | 194/748 kB | 124/324 kB | 28/62 kB Progress (5): 304/560 kB | 0.3/2.4 MB | 194/748 kB | 128/324 kB | 28/62 kB Progress (5): 304/560 kB | 0.3/2.4 MB | 194/748 kB | 128/324 kB | 32/62 kB Progress (5): 304/560 kB | 0.3/2.4 MB | 194/748 kB | 128/324 kB | 32/62 kB Progress (5): 304/560 kB | 0.3/2.4 MB | 194/748 kB | 128/324 kB | 36/62 kB Progress (5): 304/560 kB | 0.3/2.4 MB | 194/748 kB | 128/324 kB | 36/62 kB Progress (5): 304/560 kB | 0.3/2.4 MB | 194/748 kB | 132/324 kB | 36/62 kB Progress (5): 304/560 kB | 0.3/2.4 MB | 198/748 kB | 132/324 kB | 36/62 kB Progress (5): 308/560 kB | 0.3/2.4 MB | 198/748 kB | 132/324 kB | 36/62 kB Progress (5): 308/560 kB | 0.3/2.4 MB | 202/748 kB | 132/324 kB | 36/62 kB Progress (5): 308/560 kB | 0.3/2.4 MB | 202/748 kB | 136/324 kB | 36/62 kB Progress (5): 308/560 kB | 0.3/2.4 MB | 202/748 kB | 136/324 kB | 36/62 kB Progress (5): 308/560 kB | 0.3/2.4 MB | 202/748 kB | 136/324 kB | 40/62 kB Progress (5): 308/560 kB | 0.3/2.4 MB | 202/748 kB | 136/324 kB | 40/62 kB Progress (5): 308/560 kB | 0.3/2.4 MB | 202/748 kB | 140/324 kB | 40/62 kB Progress (5): 308/560 kB | 0.3/2.4 MB | 206/748 kB | 140/324 kB | 40/62 kB Progress (5): 312/560 kB | 0.3/2.4 MB | 206/748 kB | 140/324 kB | 40/62 kB Progress (5): 312/560 kB | 0.3/2.4 MB | 210/748 kB | 140/324 kB | 40/62 kB Progress (5): 316/560 kB | 0.3/2.4 MB | 210/748 kB | 140/324 kB | 40/62 kB Progress (5): 316/560 kB | 0.3/2.4 MB | 210/748 kB | 144/324 kB | 40/62 kB Progress (5): 316/560 kB | 0.3/2.4 MB | 210/748 kB | 144/324 kB | 40/62 kB Progress (5): 316/560 kB | 0.3/2.4 MB | 210/748 kB | 144/324 kB | 44/62 kB Progress (5): 316/560 kB | 0.3/2.4 MB | 210/748 kB | 144/324 kB | 44/62 kB Progress (5): 316/560 kB | 0.3/2.4 MB | 210/748 kB | 148/324 kB | 44/62 kB Progress (5): 316/560 kB | 0.3/2.4 MB | 214/748 kB | 148/324 kB | 44/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 214/748 kB | 148/324 kB | 44/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 218/748 kB | 148/324 kB | 44/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 218/748 kB | 152/324 kB | 44/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 218/748 kB | 152/324 kB | 44/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 218/748 kB | 156/324 kB | 44/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 218/748 kB | 156/324 kB | 48/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 218/748 kB | 160/324 kB | 48/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 218/748 kB | 160/324 kB | 52/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 218/748 kB | 160/324 kB | 52/62 kB Progress (5): 320/560 kB | 0.3/2.4 MB | 222/748 kB | 160/324 kB | 52/62 kB Progress (5): 324/560 kB | 0.3/2.4 MB | 222/748 kB | 160/324 kB | 52/62 kB Progress (5): 324/560 kB | 0.3/2.4 MB | 226/748 kB | 160/324 kB | 52/62 kB Progress (5): 324/560 kB | 0.3/2.4 MB | 226/748 kB | 160/324 kB | 52/62 kB Progress (5): 324/560 kB | 0.3/2.4 MB | 226/748 kB | 160/324 kB | 56/62 kB Progress (5): 324/560 kB | 0.3/2.4 MB | 226/748 kB | 160/324 kB | 56/62 kB Progress (5): 324/560 kB | 0.3/2.4 MB | 226/748 kB | 164/324 kB | 56/62 kB Progress (5): 324/560 kB | 0.3/2.4 MB | 226/748 kB | 164/324 kB | 56/62 kB Progress (5): 324/560 kB | 0.3/2.4 MB | 226/748 kB | 164/324 kB | 60/62 kB Progress (5): 324/560 kB | 0.3/2.4 MB | 230/748 kB | 164/324 kB | 60/62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 230/748 kB | 164/324 kB | 60/62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 234/748 kB | 164/324 kB | 60/62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 234/748 kB | 164/324 kB | 62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 234/748 kB | 164/324 kB | 62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 234/748 kB | 168/324 kB | 62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 234/748 kB | 168/324 kB | 62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 234/748 kB | 172/324 kB | 62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 234/748 kB | 172/324 kB | 62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 234/748 kB | 172/324 kB | 62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 234/748 kB | 172/324 kB | 62 kB Progress (5): 328/560 kB | 0.3/2.4 MB | 238/748 kB | 172/324 kB | 62 kB Progress (5): 332/560 kB | 0.3/2.4 MB | 238/748 kB | 172/324 kB | 62 kB Progress (5): 332/560 kB | 0.3/2.4 MB | 242/748 kB | 172/324 kB | 62 kB Progress (5): 332/560 kB | 0.3/2.4 MB | 242/748 kB | 172/324 kB | 62 kB Progress (5): 332/560 kB | 0.3/2.4 MB | 246/748 kB | 172/324 kB | 62 kB Progress (5): 332/560 kB | 0.3/2.4 MB | 246/748 kB | 176/324 kB | 62 kB Progress (5): 332/560 kB | 0.3/2.4 MB | 250/748 kB | 176/324 kB | 62 kB Progress (5): 332/560 kB | 0.4/2.4 MB | 250/748 kB | 176/324 kB | 62 kB Progress (5): 336/560 kB | 0.4/2.4 MB | 250/748 kB | 176/324 kB | 62 kB Progress (5): 336/560 kB | 0.4/2.4 MB | 250/748 kB | 176/324 kB | 62 kB Progress (5): 336/560 kB | 0.4/2.4 MB | 254/748 kB | 176/324 kB | 62 kB Progress (5): 336/560 kB | 0.4/2.4 MB | 254/748 kB | 180/324 kB | 62 kB Progress (5): 336/560 kB | 0.4/2.4 MB | 258/748 kB | 180/324 kB | 62 kB Progress (5): 336/560 kB | 0.4/2.4 MB | 258/748 kB | 180/324 kB | 62 kB Progress (5): 340/560 kB | 0.4/2.4 MB | 258/748 kB | 180/324 kB | 62 kB Progress (5): 340/560 kB | 0.4/2.4 MB | 258/748 kB | 180/324 kB | 62 kB Progress (5): 340/560 kB | 0.4/2.4 MB | 262/748 kB | 180/324 kB | 62 kB Progress (5): 340/560 kB | 0.4/2.4 MB | 262/748 kB | 184/324 kB | 62 kB Progress (5): 340/560 kB | 0.4/2.4 MB | 266/748 kB | 184/324 kB | 62 kB Progress (5): 340/560 kB | 0.4/2.4 MB | 266/748 kB | 188/324 kB | 62 kB Progress (5): 340/560 kB | 0.4/2.4 MB | 270/748 kB | 188/324 kB | 62 kB Progress (5): 340/560 kB | 0.4/2.4 MB | 270/748 kB | 188/324 kB | 62 kB Progress (5): 344/560 kB | 0.4/2.4 MB | 270/748 kB | 188/324 kB | 62 kB Progress (5): 344/560 kB | 0.4/2.4 MB | 270/748 kB | 188/324 kB | 62 kB Progress (5): 344/560 kB | 0.4/2.4 MB | 274/748 kB | 188/324 kB | 62 kB Progress (5): 344/560 kB | 0.4/2.4 MB | 274/748 kB | 192/324 kB | 62 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 95 kB/s) Progress (4): 344/560 kB | 0.4/2.4 MB | 274/748 kB | 192/324 kB Progress (4): 348/560 kB | 0.4/2.4 MB | 274/748 kB | 192/324 kB Progress (4): 348/560 kB | 0.4/2.4 MB | 274/748 kB | 192/324 kB 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 Progress (4): 348/560 kB | 0.4/2.4 MB | 274/748 kB | 196/324 kB Progress (4): 348/560 kB | 0.4/2.4 MB | 278/748 kB | 196/324 kB Progress (4): 348/560 kB | 0.4/2.4 MB | 278/748 kB | 200/324 kB Progress (4): 348/560 kB | 0.4/2.4 MB | 278/748 kB | 200/324 kB Progress (4): 348/560 kB | 0.4/2.4 MB | 278/748 kB | 204/324 kB Progress (4): 352/560 kB | 0.4/2.4 MB | 278/748 kB | 204/324 kB Progress (4): 352/560 kB | 0.4/2.4 MB | 278/748 kB | 208/324 kB Progress (4): 352/560 kB | 0.4/2.4 MB | 278/748 kB | 208/324 kB Progress (4): 352/560 kB | 0.4/2.4 MB | 282/748 kB | 208/324 kB Progress (4): 352/560 kB | 0.4/2.4 MB | 282/748 kB | 208/324 kB Progress (4): 352/560 kB | 0.4/2.4 MB | 282/748 kB | 212/324 kB Progress (4): 356/560 kB | 0.4/2.4 MB | 282/748 kB | 212/324 kB Progress (4): 356/560 kB | 0.4/2.4 MB | 282/748 kB | 216/324 kB Progress (4): 356/560 kB | 0.4/2.4 MB | 286/748 kB | 216/324 kB Progress (4): 356/560 kB | 0.4/2.4 MB | 286/748 kB | 216/324 kB Progress (4): 356/560 kB | 0.4/2.4 MB | 290/748 kB | 216/324 kB Progress (4): 356/560 kB | 0.4/2.4 MB | 290/748 kB | 216/324 kB Progress (4): 356/560 kB | 0.4/2.4 MB | 290/748 kB | 220/324 kB Progress (4): 360/560 kB | 0.4/2.4 MB | 290/748 kB | 220/324 kB Progress (4): 360/560 kB | 0.4/2.4 MB | 290/748 kB | 224/324 kB Progress (4): 364/560 kB | 0.4/2.4 MB | 290/748 kB | 224/324 kB Progress (4): 364/560 kB | 0.4/2.4 MB | 290/748 kB | 224/324 kB Progress (4): 364/560 kB | 0.4/2.4 MB | 294/748 kB | 224/324 kB Progress (4): 368/560 kB | 0.4/2.4 MB | 294/748 kB | 224/324 kB Progress (4): 368/560 kB | 0.4/2.4 MB | 294/748 kB | 228/324 kB Progress (4): 368/560 kB | 0.4/2.4 MB | 298/748 kB | 228/324 kB Progress (4): 368/560 kB | 0.4/2.4 MB | 298/748 kB | 228/324 kB Progress (4): 368/560 kB | 0.4/2.4 MB | 298/748 kB | 232/324 kB Progress (4): 372/560 kB | 0.4/2.4 MB | 298/748 kB | 232/324 kB Progress (4): 372/560 kB | 0.4/2.4 MB | 298/748 kB | 236/324 kB Progress (4): 372/560 kB | 0.4/2.4 MB | 298/748 kB | 236/324 kB Progress (4): 372/560 kB | 0.4/2.4 MB | 302/748 kB | 236/324 kB Progress (4): 372/560 kB | 0.4/2.4 MB | 302/748 kB | 236/324 kB Progress (4): 372/560 kB | 0.4/2.4 MB | 302/748 kB | 240/324 kB Progress (4): 376/560 kB | 0.4/2.4 MB | 302/748 kB | 240/324 kB Progress (4): 376/560 kB | 0.4/2.4 MB | 302/748 kB | 244/324 kB Progress (4): 376/560 kB | 0.4/2.4 MB | 302/748 kB | 244/324 kB Progress (4): 376/560 kB | 0.4/2.4 MB | 306/748 kB | 244/324 kB Progress (4): 376/560 kB | 0.4/2.4 MB | 306/748 kB | 244/324 kB Progress (4): 376/560 kB | 0.4/2.4 MB | 306/748 kB | 248/324 kB Progress (4): 380/560 kB | 0.4/2.4 MB | 306/748 kB | 248/324 kB Progress (4): 380/560 kB | 0.4/2.4 MB | 306/748 kB | 252/324 kB Progress (4): 380/560 kB | 0.4/2.4 MB | 306/748 kB | 252/324 kB Progress (4): 380/560 kB | 0.4/2.4 MB | 310/748 kB | 252/324 kB Progress (5): 380/560 kB | 0.4/2.4 MB | 310/748 kB | 252/324 kB | 4.1/264 kB Progress (5): 380/560 kB | 0.4/2.4 MB | 310/748 kB | 256/324 kB | 4.1/264 kB Progress (5): 384/560 kB | 0.4/2.4 MB | 310/748 kB | 256/324 kB | 4.1/264 kB Progress (5): 384/560 kB | 0.4/2.4 MB | 310/748 kB | 260/324 kB | 4.1/264 kB Progress (5): 384/560 kB | 0.4/2.4 MB | 310/748 kB | 260/324 kB | 7.7/264 kB Progress (5): 384/560 kB | 0.4/2.4 MB | 314/748 kB | 260/324 kB | 7.7/264 kB Progress (5): 384/560 kB | 0.4/2.4 MB | 318/748 kB | 260/324 kB | 7.7/264 kB Progress (5): 384/560 kB | 0.4/2.4 MB | 318/748 kB | 260/324 kB | 7.7/264 kB Progress (5): 384/560 kB | 0.4/2.4 MB | 322/748 kB | 260/324 kB | 7.7/264 kB Progress (5): 384/560 kB | 0.4/2.4 MB | 322/748 kB | 260/324 kB | 12/264 kB Progress (5): 384/560 kB | 0.4/2.4 MB | 322/748 kB | 264/324 kB | 12/264 kB Progress (5): 388/560 kB | 0.4/2.4 MB | 322/748 kB | 264/324 kB | 12/264 kB Progress (5): 388/560 kB | 0.4/2.4 MB | 322/748 kB | 268/324 kB | 12/264 kB Progress (5): 388/560 kB | 0.4/2.4 MB | 322/748 kB | 268/324 kB | 16/264 kB Progress (5): 388/560 kB | 0.4/2.4 MB | 326/748 kB | 268/324 kB | 16/264 kB Progress (5): 388/560 kB | 0.4/2.4 MB | 326/748 kB | 268/324 kB | 16/264 kB Progress (5): 388/560 kB | 0.4/2.4 MB | 330/748 kB | 268/324 kB | 16/264 kB Progress (5): 388/560 kB | 0.4/2.4 MB | 330/748 kB | 268/324 kB | 20/264 kB Progress (5): 388/560 kB | 0.4/2.4 MB | 330/748 kB | 272/324 kB | 20/264 kB Progress (5): 392/560 kB | 0.4/2.4 MB | 330/748 kB | 272/324 kB | 20/264 kB Progress (5): 392/560 kB | 0.4/2.4 MB | 330/748 kB | 276/324 kB | 20/264 kB Progress (5): 392/560 kB | 0.4/2.4 MB | 330/748 kB | 276/324 kB | 24/264 kB Progress (5): 392/560 kB | 0.4/2.4 MB | 334/748 kB | 276/324 kB | 24/264 kB Progress (5): 392/560 kB | 0.4/2.4 MB | 334/748 kB | 276/324 kB | 24/264 kB Progress (5): 392/560 kB | 0.4/2.4 MB | 338/748 kB | 276/324 kB | 24/264 kB Progress (5): 392/560 kB | 0.4/2.4 MB | 338/748 kB | 276/324 kB | 28/264 kB Progress (5): 392/560 kB | 0.4/2.4 MB | 338/748 kB | 280/324 kB | 28/264 kB Progress (5): 396/560 kB | 0.4/2.4 MB | 338/748 kB | 280/324 kB | 28/264 kB Progress (5): 396/560 kB | 0.4/2.4 MB | 338/748 kB | 284/324 kB | 28/264 kB Progress (5): 396/560 kB | 0.4/2.4 MB | 338/748 kB | 284/324 kB | 32/264 kB Progress (5): 396/560 kB | 0.4/2.4 MB | 342/748 kB | 284/324 kB | 32/264 kB Progress (5): 396/560 kB | 0.4/2.4 MB | 342/748 kB | 284/324 kB | 32/264 kB Progress (5): 396/560 kB | 0.4/2.4 MB | 346/748 kB | 284/324 kB | 32/264 kB Progress (5): 396/560 kB | 0.4/2.4 MB | 346/748 kB | 284/324 kB | 33/264 kB Progress (5): 396/560 kB | 0.4/2.4 MB | 346/748 kB | 288/324 kB | 33/264 kB Progress (5): 400/560 kB | 0.4/2.4 MB | 346/748 kB | 288/324 kB | 33/264 kB Progress (5): 400/560 kB | 0.4/2.4 MB | 346/748 kB | 292/324 kB | 33/264 kB Progress (5): 404/560 kB | 0.4/2.4 MB | 346/748 kB | 292/324 kB | 33/264 kB Progress (5): 404/560 kB | 0.4/2.4 MB | 346/748 kB | 292/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.4/2.4 MB | 350/748 kB | 292/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.4/2.4 MB | 350/748 kB | 292/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.4/2.4 MB | 354/748 kB | 292/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.4/2.4 MB | 354/748 kB | 292/324 kB | 41/264 kB Progress (5): 408/560 kB | 0.4/2.4 MB | 354/748 kB | 292/324 kB | 41/264 kB Progress (5): 408/560 kB | 0.4/2.4 MB | 354/748 kB | 296/324 kB | 41/264 kB Progress (5): 408/560 kB | 0.4/2.4 MB | 354/748 kB | 296/324 kB | 45/264 kB Progress (5): 408/560 kB | 0.4/2.4 MB | 354/748 kB | 296/324 kB | 49/264 kB Progress (5): 408/560 kB | 0.4/2.4 MB | 354/748 kB | 296/324 kB | 53/264 kB Progress (5): 408/560 kB | 0.4/2.4 MB | 358/748 kB | 296/324 kB | 53/264 kB Progress (5): 408/560 kB | 0.5/2.4 MB | 358/748 kB | 296/324 kB | 53/264 kB Progress (5): 408/560 kB | 0.5/2.4 MB | 362/748 kB | 296/324 kB | 53/264 kB Progress (5): 408/560 kB | 0.5/2.4 MB | 362/748 kB | 296/324 kB | 57/264 kB Progress (5): 408/560 kB | 0.5/2.4 MB | 362/748 kB | 300/324 kB | 57/264 kB Progress (5): 412/560 kB | 0.5/2.4 MB | 362/748 kB | 300/324 kB | 57/264 kB Progress (5): 412/560 kB | 0.5/2.4 MB | 362/748 kB | 300/324 kB | 61/264 kB Progress (5): 412/560 kB | 0.5/2.4 MB | 362/748 kB | 304/324 kB | 61/264 kB Progress (5): 412/560 kB | 0.5/2.4 MB | 366/748 kB | 304/324 kB | 61/264 kB Progress (5): 412/560 kB | 0.5/2.4 MB | 366/748 kB | 304/324 kB | 61/264 kB Progress (5): 412/560 kB | 0.5/2.4 MB | 370/748 kB | 304/324 kB | 61/264 kB Progress (5): 412/560 kB | 0.5/2.4 MB | 370/748 kB | 308/324 kB | 61/264 kB Progress (5): 412/560 kB | 0.5/2.4 MB | 370/748 kB | 308/324 kB | 65/264 kB Progress (5): 416/560 kB | 0.5/2.4 MB | 370/748 kB | 308/324 kB | 65/264 kB Progress (5): 416/560 kB | 0.5/2.4 MB | 370/748 kB | 308/324 kB | 66/264 kB Progress (5): 416/560 kB | 0.5/2.4 MB | 370/748 kB | 312/324 kB | 66/264 kB Progress (5): 416/560 kB | 0.5/2.4 MB | 374/748 kB | 312/324 kB | 66/264 kB Progress (5): 416/560 kB | 0.5/2.4 MB | 374/748 kB | 312/324 kB | 66/264 kB Progress (5): 416/560 kB | 0.5/2.4 MB | 378/748 kB | 312/324 kB | 66/264 kB Progress (5): 416/560 kB | 0.5/2.4 MB | 378/748 kB | 316/324 kB | 66/264 kB Progress (5): 416/560 kB | 0.5/2.4 MB | 378/748 kB | 316/324 kB | 70/264 kB Progress (5): 420/560 kB | 0.5/2.4 MB | 378/748 kB | 316/324 kB | 70/264 kB Progress (5): 420/560 kB | 0.5/2.4 MB | 378/748 kB | 316/324 kB | 74/264 kB Progress (5): 420/560 kB | 0.5/2.4 MB | 378/748 kB | 320/324 kB | 74/264 kB Progress (5): 420/560 kB | 0.5/2.4 MB | 382/748 kB | 320/324 kB | 74/264 kB Progress (5): 420/560 kB | 0.5/2.4 MB | 382/748 kB | 320/324 kB | 74/264 kB Progress (5): 420/560 kB | 0.5/2.4 MB | 386/748 kB | 320/324 kB | 74/264 kB Progress (5): 420/560 kB | 0.5/2.4 MB | 386/748 kB | 324/324 kB | 74/264 kB Progress (5): 420/560 kB | 0.5/2.4 MB | 386/748 kB | 324/324 kB | 78/264 kB Progress (5): 424/560 kB | 0.5/2.4 MB | 386/748 kB | 324/324 kB | 78/264 kB Progress (5): 424/560 kB | 0.5/2.4 MB | 386/748 kB | 324/324 kB | 82/264 kB Progress (5): 424/560 kB | 0.5/2.4 MB | 386/748 kB | 324 kB | 82/264 kB Progress (5): 424/560 kB | 0.5/2.4 MB | 390/748 kB | 324 kB | 82/264 kB Progress (5): 424/560 kB | 0.5/2.4 MB | 390/748 kB | 324 kB | 82/264 kB Progress (5): 424/560 kB | 0.5/2.4 MB | 394/748 kB | 324 kB | 82/264 kB Progress (5): 424/560 kB | 0.5/2.4 MB | 394/748 kB | 324 kB | 86/264 kB Progress (5): 424/560 kB | 0.5/2.4 MB | 398/748 kB | 324 kB | 86/264 kB Progress (5): 428/560 kB | 0.5/2.4 MB | 398/748 kB | 324 kB | 86/264 kB Progress (5): 428/560 kB | 0.5/2.4 MB | 402/748 kB | 324 kB | 86/264 kB Progress (5): 428/560 kB | 0.5/2.4 MB | 402/748 kB | 324 kB | 90/264 kB Progress (5): 428/560 kB | 0.5/2.4 MB | 402/748 kB | 324 kB | 90/264 kB Progress (5): 428/560 kB | 0.5/2.4 MB | 402/748 kB | 324 kB | 94/264 kB Progress (5): 428/560 kB | 0.5/2.4 MB | 406/748 kB | 324 kB | 94/264 kB Progress (5): 432/560 kB | 0.5/2.4 MB | 406/748 kB | 324 kB | 94/264 kB Progress (5): 432/560 kB | 0.5/2.4 MB | 410/748 kB | 324 kB | 94/264 kB Progress (5): 432/560 kB | 0.5/2.4 MB | 410/748 kB | 324 kB | 98/264 kB Progress (5): 432/560 kB | 0.5/2.4 MB | 414/748 kB | 324 kB | 98/264 kB Progress (5): 432/560 kB | 0.5/2.4 MB | 414/748 kB | 324 kB | 98/264 kB Progress (5): 432/560 kB | 0.5/2.4 MB | 418/748 kB | 324 kB | 98/264 kB Progress (5): 432/560 kB | 0.5/2.4 MB | 418/748 kB | 324 kB | 98/264 kB Progress (5): 436/560 kB | 0.5/2.4 MB | 418/748 kB | 324 kB | 98/264 kB Progress (5): 436/560 kB | 0.5/2.4 MB | 418/748 kB | 324 kB | 102/264 kB Progress (5): 436/560 kB | 0.5/2.4 MB | 422/748 kB | 324 kB | 102/264 kB Progress (5): 436/560 kB | 0.5/2.4 MB | 422/748 kB | 324 kB | 102/264 kB Progress (5): 436/560 kB | 0.5/2.4 MB | 426/748 kB | 324 kB | 102/264 kB Progress (5): 436/560 kB | 0.5/2.4 MB | 426/748 kB | 324 kB | 106/264 kB Progress (5): 440/560 kB | 0.5/2.4 MB | 426/748 kB | 324 kB | 106/264 kB Progress (5): 440/560 kB | 0.5/2.4 MB | 426/748 kB | 324 kB | 110/264 kB Progress (5): 440/560 kB | 0.5/2.4 MB | 430/748 kB | 324 kB | 110/264 kB Progress (5): 440/560 kB | 0.5/2.4 MB | 430/748 kB | 324 kB | 110/264 kB Progress (5): 440/560 kB | 0.5/2.4 MB | 434/748 kB | 324 kB | 110/264 kB Progress (5): 440/560 kB | 0.5/2.4 MB | 434/748 kB | 324 kB | 114/264 kB Progress (5): 444/560 kB | 0.5/2.4 MB | 434/748 kB | 324 kB | 114/264 kB Progress (5): 444/560 kB | 0.5/2.4 MB | 434/748 kB | 324 kB | 118/264 kB Progress (5): 444/560 kB | 0.5/2.4 MB | 438/748 kB | 324 kB | 118/264 kB Progress (5): 444/560 kB | 0.5/2.4 MB | 438/748 kB | 324 kB | 118/264 kB Progress (5): 444/560 kB | 0.5/2.4 MB | 442/748 kB | 324 kB | 118/264 kB Progress (5): 444/560 kB | 0.5/2.4 MB | 442/748 kB | 324 kB | 122/264 kB Progress (5): 448/560 kB | 0.5/2.4 MB | 442/748 kB | 324 kB | 122/264 kB Progress (5): 448/560 kB | 0.5/2.4 MB | 442/748 kB | 324 kB | 126/264 kB Progress (5): 452/560 kB | 0.5/2.4 MB | 442/748 kB | 324 kB | 126/264 kB Progress (5): 452/560 kB | 0.5/2.4 MB | 446/748 kB | 324 kB | 126/264 kB Progress (5): 452/560 kB | 0.5/2.4 MB | 446/748 kB | 324 kB | 126/264 kB Progress (5): 452/560 kB | 0.5/2.4 MB | 450/748 kB | 324 kB | 126/264 kB Progress (5): 456/560 kB | 0.5/2.4 MB | 450/748 kB | 324 kB | 126/264 kB Progress (5): 456/560 kB | 0.5/2.4 MB | 450/748 kB | 324 kB | 130/264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 431 kB/s) Progress (4): 456/560 kB | 0.5/2.4 MB | 450/748 kB | 131/264 kB Progress (4): 460/560 kB | 0.5/2.4 MB | 450/748 kB | 131/264 kB Progress (4): 460/560 kB | 0.5/2.4 MB | 454/748 kB | 131/264 kB Progress (4): 460/560 kB | 0.5/2.4 MB | 454/748 kB | 131/264 kB Progress (4): 460/560 kB | 0.5/2.4 MB | 458/748 kB | 131/264 kB Progress (4): 464/560 kB | 0.5/2.4 MB | 458/748 kB | 131/264 kB Progress (4): 464/560 kB | 0.5/2.4 MB | 458/748 kB | 135/264 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar Progress (4): 464/560 kB | 0.5/2.4 MB | 458/748 kB | 139/264 kB Progress (4): 468/560 kB | 0.5/2.4 MB | 458/748 kB | 139/264 kB Progress (4): 468/560 kB | 0.5/2.4 MB | 462/748 kB | 139/264 kB Progress (4): 468/560 kB | 0.5/2.4 MB | 462/748 kB | 139/264 kB Progress (4): 468/560 kB | 0.5/2.4 MB | 466/748 kB | 139/264 kB Progress (4): 472/560 kB | 0.5/2.4 MB | 466/748 kB | 139/264 kB Progress (4): 472/560 kB | 0.5/2.4 MB | 466/748 kB | 143/264 kB Progress (4): 476/560 kB | 0.5/2.4 MB | 466/748 kB | 143/264 kB Progress (4): 476/560 kB | 0.5/2.4 MB | 466/748 kB | 147/264 kB Progress (4): 476/560 kB | 0.5/2.4 MB | 470/748 kB | 147/264 kB Progress (4): 476/560 kB | 0.5/2.4 MB | 470/748 kB | 147/264 kB Progress (4): 476/560 kB | 0.5/2.4 MB | 474/748 kB | 147/264 kB Progress (4): 476/560 kB | 0.5/2.4 MB | 474/748 kB | 151/264 kB Progress (4): 480/560 kB | 0.5/2.4 MB | 474/748 kB | 151/264 kB Progress (4): 480/560 kB | 0.5/2.4 MB | 474/748 kB | 155/264 kB Progress (4): 480/560 kB | 0.5/2.4 MB | 478/748 kB | 155/264 kB Progress (4): 480/560 kB | 0.5/2.4 MB | 478/748 kB | 155/264 kB Progress (4): 480/560 kB | 0.5/2.4 MB | 482/748 kB | 155/264 kB Progress (4): 480/560 kB | 0.5/2.4 MB | 482/748 kB | 155/264 kB Progress (4): 480/560 kB | 0.5/2.4 MB | 482/748 kB | 159/264 kB Progress (4): 484/560 kB | 0.5/2.4 MB | 482/748 kB | 159/264 kB Progress (4): 484/560 kB | 0.5/2.4 MB | 482/748 kB | 163/264 kB Progress (4): 484/560 kB | 0.5/2.4 MB | 482/748 kB | 163/264 kB Progress (4): 484/560 kB | 0.5/2.4 MB | 486/748 kB | 163/264 kB Progress (4): 484/560 kB | 0.5/2.4 MB | 486/748 kB | 163/264 kB Progress (4): 484/560 kB | 0.5/2.4 MB | 486/748 kB | 167/264 kB Progress (4): 488/560 kB | 0.5/2.4 MB | 486/748 kB | 167/264 kB Progress (4): 488/560 kB | 0.5/2.4 MB | 486/748 kB | 171/264 kB Progress (4): 488/560 kB | 0.5/2.4 MB | 486/748 kB | 171/264 kB Progress (4): 488/560 kB | 0.5/2.4 MB | 490/748 kB | 171/264 kB Progress (4): 488/560 kB | 0.5/2.4 MB | 490/748 kB | 175/264 kB Progress (4): 492/560 kB | 0.5/2.4 MB | 490/748 kB | 175/264 kB Progress (4): 492/560 kB | 0.5/2.4 MB | 490/748 kB | 179/264 kB Progress (4): 492/560 kB | 0.5/2.4 MB | 494/748 kB | 179/264 kB Progress (4): 492/560 kB | 0.5/2.4 MB | 494/748 kB | 179/264 kB Progress (4): 492/560 kB | 0.5/2.4 MB | 498/748 kB | 179/264 kB Progress (4): 492/560 kB | 0.5/2.4 MB | 498/748 kB | 183/264 kB Progress (4): 496/560 kB | 0.5/2.4 MB | 498/748 kB | 183/264 kB Progress (4): 496/560 kB | 0.5/2.4 MB | 498/748 kB | 187/264 kB Progress (4): 496/560 kB | 0.5/2.4 MB | 502/748 kB | 187/264 kB Progress (4): 496/560 kB | 0.5/2.4 MB | 502/748 kB | 187/264 kB Progress (4): 496/560 kB | 0.5/2.4 MB | 506/748 kB | 187/264 kB Progress (4): 496/560 kB | 0.5/2.4 MB | 506/748 kB | 191/264 kB Progress (4): 500/560 kB | 0.5/2.4 MB | 506/748 kB | 191/264 kB Progress (4): 500/560 kB | 0.5/2.4 MB | 510/748 kB | 191/264 kB Progress (4): 500/560 kB | 0.5/2.4 MB | 510/748 kB | 195/264 kB Progress (4): 500/560 kB | 0.5/2.4 MB | 510/748 kB | 195/264 kB Progress (4): 500/560 kB | 0.5/2.4 MB | 510/748 kB | 199/264 kB Progress (4): 500/560 kB | 0.5/2.4 MB | 514/748 kB | 199/264 kB Progress (4): 504/560 kB | 0.5/2.4 MB | 514/748 kB | 199/264 kB Progress (4): 504/560 kB | 0.5/2.4 MB | 518/748 kB | 199/264 kB Progress (4): 508/560 kB | 0.5/2.4 MB | 518/748 kB | 199/264 kB Progress (5): 508/560 kB | 0.5/2.4 MB | 518/748 kB | 199/264 kB | 4.1/41 kB Progress (5): 508/560 kB | 0.5/2.4 MB | 518/748 kB | 203/264 kB | 4.1/41 kB Progress (5): 508/560 kB | 0.5/2.4 MB | 518/748 kB | 203/264 kB | 4.1/41 kB Progress (5): 508/560 kB | 0.5/2.4 MB | 518/748 kB | 207/264 kB | 4.1/41 kB Progress (5): 508/560 kB | 0.5/2.4 MB | 518/748 kB | 207/264 kB | 7.7/41 kB Progress (5): 512/560 kB | 0.5/2.4 MB | 518/748 kB | 207/264 kB | 7.7/41 kB Progress (5): 512/560 kB | 0.5/2.4 MB | 522/748 kB | 207/264 kB | 7.7/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 522/748 kB | 207/264 kB | 7.7/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 526/748 kB | 207/264 kB | 7.7/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 526/748 kB | 207/264 kB | 12/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 526/748 kB | 207/264 kB | 16/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 526/748 kB | 207/264 kB | 20/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 526/748 kB | 207/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 526/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 526/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 530/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 534/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 538/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 542/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 546/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 550/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 554/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 558/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 562/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 566/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 570/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 574/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 578/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 582/748 kB | 211/264 kB | 24/41 kB Progress (5): 516/560 kB | 0.5/2.4 MB | 586/748 kB | 211/264 kB | 24/41 kB Progress (5): 520/560 kB | 0.5/2.4 MB | 586/748 kB | 211/264 kB | 24/41 kB Progress (5): 520/560 kB | 0.5/2.4 MB | 590/748 kB | 211/264 kB | 24/41 kB Progress (5): 520/560 kB | 0.5/2.4 MB | 590/748 kB | 211/264 kB | 24/41 kB Progress (5): 520/560 kB | 0.5/2.4 MB | 590/748 kB | 215/264 kB | 24/41 kB Progress (5): 520/560 kB | 0.5/2.4 MB | 590/748 kB | 215/264 kB | 28/41 kB Progress (5): 520/560 kB | 0.5/2.4 MB | 590/748 kB | 219/264 kB | 28/41 kB Progress (5): 520/560 kB | 0.6/2.4 MB | 590/748 kB | 219/264 kB | 28/41 kB Progress (5): 520/560 kB | 0.6/2.4 MB | 594/748 kB | 219/264 kB | 28/41 kB Progress (5): 524/560 kB | 0.6/2.4 MB | 594/748 kB | 219/264 kB | 28/41 kB Progress (5): 524/560 kB | 0.6/2.4 MB | 598/748 kB | 219/264 kB | 28/41 kB Progress (5): 524/560 kB | 0.6/2.4 MB | 598/748 kB | 223/264 kB | 28/41 kB Progress (5): 524/560 kB | 0.6/2.4 MB | 598/748 kB | 223/264 kB | 28/41 kB Progress (5): 524/560 kB | 0.6/2.4 MB | 598/748 kB | 223/264 kB | 32/41 kB Progress (5): 524/560 kB | 0.6/2.4 MB | 598/748 kB | 223/264 kB | 32/41 kB Progress (5): 524/560 kB | 0.6/2.4 MB | 598/748 kB | 223/264 kB | 32/41 kB Progress (5): 524/560 kB | 0.6/2.4 MB | 598/748 kB | 227/264 kB | 32/41 kB Progress (5): 524/560 kB | 0.6/2.4 MB | 602/748 kB | 227/264 kB | 32/41 kB Progress (5): 528/560 kB | 0.6/2.4 MB | 602/748 kB | 227/264 kB | 32/41 kB Progress (5): 528/560 kB | 0.6/2.4 MB | 606/748 kB | 227/264 kB | 32/41 kB Progress (5): 528/560 kB | 0.6/2.4 MB | 606/748 kB | 231/264 kB | 32/41 kB Progress (5): 528/560 kB | 0.6/2.4 MB | 606/748 kB | 231/264 kB | 32/41 kB Progress (5): 528/560 kB | 0.6/2.4 MB | 606/748 kB | 231/264 kB | 36/41 kB Progress (5): 528/560 kB | 0.6/2.4 MB | 606/748 kB | 231/264 kB | 36/41 kB Progress (5): 528/560 kB | 0.6/2.4 MB | 606/748 kB | 235/264 kB | 36/41 kB Progress (5): 528/560 kB | 0.6/2.4 MB | 610/748 kB | 235/264 kB | 36/41 kB Progress (5): 532/560 kB | 0.6/2.4 MB | 610/748 kB | 235/264 kB | 36/41 kB Progress (5): 532/560 kB | 0.6/2.4 MB | 614/748 kB | 235/264 kB | 36/41 kB Progress (5): 532/560 kB | 0.6/2.4 MB | 614/748 kB | 239/264 kB | 36/41 kB Progress (5): 532/560 kB | 0.6/2.4 MB | 614/748 kB | 239/264 kB | 36/41 kB Progress (5): 532/560 kB | 0.6/2.4 MB | 614/748 kB | 239/264 kB | 40/41 kB Progress (5): 532/560 kB | 0.6/2.4 MB | 614/748 kB | 239/264 kB | 40/41 kB Progress (5): 532/560 kB | 0.6/2.4 MB | 614/748 kB | 243/264 kB | 40/41 kB Progress (5): 532/560 kB | 0.6/2.4 MB | 618/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 618/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 622/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 626/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 630/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 634/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 638/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 642/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 646/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 650/748 kB | 243/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 650/748 kB | 247/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 650/748 kB | 247/264 kB | 40/41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 650/748 kB | 247/264 kB | 41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 650/748 kB | 247/264 kB | 41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 650/748 kB | 251/264 kB | 41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 650/748 kB | 251/264 kB | 41 kB Progress (5): 536/560 kB | 0.6/2.4 MB | 654/748 kB | 251/264 kB | 41 kB Progress (5): 540/560 kB | 0.6/2.4 MB | 654/748 kB | 251/264 kB | 41 kB Progress (5): 540/560 kB | 0.6/2.4 MB | 658/748 kB | 251/264 kB | 41 kB Progress (5): 540/560 kB | 0.6/2.4 MB | 658/748 kB | 251/264 kB | 41 kB Progress (5): 540/560 kB | 0.6/2.4 MB | 662/748 kB | 251/264 kB | 41 kB Progress (5): 540/560 kB | 0.6/2.4 MB | 662/748 kB | 255/264 kB | 41 kB Progress (5): 540/560 kB | 0.6/2.4 MB | 666/748 kB | 255/264 kB | 41 kB Progress (5): 540/560 kB | 0.6/2.4 MB | 666/748 kB | 255/264 kB | 41 kB Progress (5): 544/560 kB | 0.6/2.4 MB | 666/748 kB | 255/264 kB | 41 kB Progress (5): 548/560 kB | 0.6/2.4 MB | 666/748 kB | 255/264 kB | 41 kB Progress (5): 552/560 kB | 0.6/2.4 MB | 666/748 kB | 255/264 kB | 41 kB Progress (5): 556/560 kB | 0.6/2.4 MB | 666/748 kB | 255/264 kB | 41 kB Progress (5): 556/560 kB | 0.6/2.4 MB | 666/748 kB | 255/264 kB | 41 kB Progress (5): 556/560 kB | 0.6/2.4 MB | 670/748 kB | 255/264 kB | 41 kB Progress (5): 556/560 kB | 0.6/2.4 MB | 670/748 kB | 259/264 kB | 41 kB Progress (5): 556/560 kB | 0.6/2.4 MB | 674/748 kB | 259/264 kB | 41 kB Progress (5): 556/560 kB | 0.6/2.4 MB | 674/748 kB | 259/264 kB | 41 kB Progress (5): 560 kB | 0.6/2.4 MB | 674/748 kB | 259/264 kB | 41 kB Progress (5): 560 kB | 0.6/2.4 MB | 674/748 kB | 259/264 kB | 41 kB Progress (5): 560 kB | 0.6/2.4 MB | 678/748 kB | 259/264 kB | 41 kB Progress (5): 560 kB | 0.6/2.4 MB | 678/748 kB | 259/264 kB | 41 kB Progress (5): 560 kB | 0.6/2.4 MB | 678/748 kB | 259/264 kB | 41 kB Progress (5): 560 kB | 0.6/2.4 MB | 678/748 kB | 263/264 kB | 41 kB Progress (5): 560 kB | 0.6/2.4 MB | 678/748 kB | 263/264 kB | 41 kB Progress (5): 560 kB | 0.6/2.4 MB | 682/748 kB | 263/264 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar (41 kB at 48 kB/s) Progress (4): 560 kB | 0.6/2.4 MB | 682/748 kB | 263/264 kB Progress (4): 560 kB | 0.6/2.4 MB | 682/748 kB | 264 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar Progress (4): 560 kB | 0.6/2.4 MB | 686/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 686/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 690/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 690/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 694/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 694/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 698/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 698/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 702/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 702/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 706/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 710/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 714/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 718/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 722/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 726/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 730/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 734/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 738/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 742/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 746/748 kB | 264 kB Progress (4): 560 kB | 0.6/2.4 MB | 748 kB | 264 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 606 kB/s) Progress (4): 0.6/2.4 MB | 748 kB | 264 kB | 0/1.6 MB Progress (4): 0.7/2.4 MB | 748 kB | 264 kB | 0/1.6 MB Progress (4): 0.7/2.4 MB | 748 kB | 264 kB | 0/1.6 MB Progress (4): 0.7/2.4 MB | 748 kB | 264 kB | 0/1.6 MB Progress (4): 0.7/2.4 MB | 748 kB | 264 kB | 0/1.6 MB Progress (4): 0.7/2.4 MB | 748 kB | 264 kB | 0/1.6 MB Progress (4): 0.7/2.4 MB | 748 kB | 264 kB | 0/1.6 MB Progress (4): 0.7/2.4 MB | 748 kB | 264 kB | 0/1.6 MB Progress (4): 0.7/2.4 MB | 748 kB | 264 kB | 0/1.6 MB Progress (4): 0.7/2.4 MB | 748 kB | 264 kB | 0/1.6 MB 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 284 kB/s) Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 748 kB | 0/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 802 kB/s) Progress (2): 0.7/2.4 MB | 0/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.1/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.9/1.6 MB Progress (2): 1.4/2.4 MB | 0.9/1.6 MB Progress (2): 1.4/2.4 MB | 0.9/1.6 MB Progress (2): 1.4/2.4 MB | 0.9/1.6 MB Progress (2): 1.4/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.5/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.0/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.6/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.1/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.7/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.8/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.3/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 1.9/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.4/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.0/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.5/1.6 MB Progress (2): 2.1/2.4 MB | 1.6/1.6 MB Progress (2): 2.1/2.4 MB | 1.6/1.6 MB Progress (2): 2.1/2.4 MB | 1.6/1.6 MB Progress (2): 2.1/2.4 MB | 1.6/1.6 MB Progress (2): 2.1/2.4 MB | 1.6/1.6 MB Progress (2): 2.1/2.4 MB | 1.6/1.6 MB Progress (2): 2.1/2.4 MB | 1.6/1.6 MB Progress (2): 2.1/2.4 MB | 1.6/1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.1/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 MB | 1.6 MB Progress (2): 2.2/2.4 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.4/auto-value-1.4.jar (1.6 MB at 1.2 MB/s) Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 1.4 MB/s) [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ m2e-maven-runtime --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ m2e-maven-runtime --- 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 132 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 118 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 138 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 124 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 58 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 25 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 48 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 61 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 4.2 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 151 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 108 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-profile/2.0.6/maven-profile-2.0.6.jar 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.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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.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-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-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-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Progress (2): 29 kB | 4.1/49 kB Progress (2): 29 kB | 7.7/49 kB Progress (2): 29 kB | 12/49 kB Progress (2): 29 kB | 16/49 kB Progress (2): 29 kB | 20/49 kB Progress (2): 29 kB | 24/49 kB Progress (2): 29 kB | 28/49 kB Progress (2): 29 kB | 32/49 kB Progress (2): 29 kB | 36/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 689 kB/s) Progress (1): 40/49 kB Progress (2): 40/49 kB | 4.1/194 kB Progress (2): 44/49 kB | 4.1/194 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 (2): 48/49 kB | 4.1/194 kB Progress (2): 48/49 kB | 7.7/194 kB Progress (2): 49 kB | 7.7/194 kB Progress (2): 49 kB | 12/194 kB Progress (2): 49 kB | 16/194 kB Progress (2): 49 kB | 20/194 kB Progress (2): 49 kB | 24/194 kB Progress (2): 49 kB | 28/194 kB Progress (2): 49 kB | 32/194 kB Progress (2): 49 kB | 36/194 kB Progress (2): 49 kB | 40/194 kB Progress (2): 49 kB | 44/194 kB Progress (2): 49 kB | 48/194 kB Progress (2): 49 kB | 52/194 kB Progress (2): 49 kB | 56/194 kB Progress (2): 49 kB | 60/194 kB Progress (2): 49 kB | 64/194 kB Progress (2): 49 kB | 68/194 kB Progress (2): 49 kB | 72/194 kB Progress (2): 49 kB | 76/194 kB Progress (2): 49 kB | 80/194 kB Progress (2): 49 kB | 84/194 kB Progress (2): 49 kB | 88/194 kB Progress (2): 49 kB | 92/194 kB Progress (2): 49 kB | 96/194 kB Progress (2): 49 kB | 100/194 kB Progress (2): 49 kB | 104/194 kB Progress (2): 49 kB | 108/194 kB Progress (2): 49 kB | 112/194 kB Progress (2): 49 kB | 116/194 kB Progress (2): 49 kB | 120/194 kB Progress (2): 49 kB | 124/194 kB Progress (2): 49 kB | 128/194 kB Progress (2): 49 kB | 132/194 kB Progress (2): 49 kB | 136/194 kB Progress (2): 49 kB | 140/194 kB Progress (2): 49 kB | 144/194 kB Progress (2): 49 kB | 148/194 kB Progress (2): 49 kB | 152/194 kB Progress (3): 49 kB | 152/194 kB | 4.1/38 kB Progress (3): 49 kB | 156/194 kB | 4.1/38 kB Progress (3): 49 kB | 156/194 kB | 7.7/38 kB Progress (3): 49 kB | 160/194 kB | 7.7/38 kB Progress (3): 49 kB | 160/194 kB | 12/38 kB Progress (3): 49 kB | 164/194 kB | 12/38 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 877 kB/s) Progress (2): 164/194 kB | 16/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Progress (2): 168/194 kB | 16/38 kB Progress (2): 168/194 kB | 20/38 kB Progress (2): 172/194 kB | 20/38 kB Progress (2): 172/194 kB | 24/38 kB Progress (2): 176/194 kB | 24/38 kB Progress (2): 176/194 kB | 28/38 kB Progress (2): 180/194 kB | 28/38 kB Progress (2): 180/194 kB | 32/38 kB Progress (2): 184/194 kB | 32/38 kB Progress (2): 188/194 kB | 32/38 kB Progress (2): 188/194 kB | 36/38 kB Progress (2): 192/194 kB | 36/38 kB Progress (2): 192/194 kB | 38 kB Progress (2): 194 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 568 kB/s) 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 (2): 194 kB | 4.1/86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.0 MB/s) Progress (1): 7.7/86 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Progress (1): 12/86 kB Progress (1): 16/86 kB Progress (1): 20/86 kB Progress (1): 24/86 kB Progress (1): 28/86 kB Progress (1): 32/86 kB Progress (1): 33/86 kB Progress (1): 37/86 kB Progress (1): 41/86 kB Progress (1): 45/86 kB Progress (1): 49/86 kB Progress (1): 53/86 kB Progress (1): 57/86 kB Progress (1): 61/86 kB Progress (1): 65/86 kB Progress (1): 69/86 kB Progress (1): 73/86 kB Progress (1): 77/86 kB Progress (1): 81/86 kB Progress (1): 85/86 kB Progress (1): 86 kB Progress (2): 86 kB | 4.1/24 kB Progress (2): 86 kB | 7.7/24 kB Progress (3): 86 kB | 7.7/24 kB | 4.1/57 kB Progress (3): 86 kB | 12/24 kB | 4.1/57 kB Progress (3): 86 kB | 12/24 kB | 7.7/57 kB Progress (3): 86 kB | 16/24 kB | 7.7/57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 771 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Progress (2): 16/24 kB | 12/57 kB Progress (2): 20/24 kB | 12/57 kB Progress (2): 20/24 kB | 16/57 kB Progress (2): 24/24 kB | 16/57 kB Progress (2): 24/24 kB | 20/57 kB Progress (2): 24/24 kB | 24/57 kB Progress (2): 24 kB | 24/57 kB Progress (2): 24 kB | 28/57 kB Progress (2): 24 kB | 32/57 kB Progress (2): 24 kB | 36/57 kB Progress (2): 24 kB | 40/57 kB Progress (2): 24 kB | 44/57 kB Progress (2): 24 kB | 48/57 kB Progress (2): 24 kB | 52/57 kB Progress (2): 24 kB | 56/57 kB Progress (2): 24 kB | 57 kB Progress (3): 24 kB | 57 kB | 4.1/87 kB Progress (3): 24 kB | 57 kB | 7.7/87 kB Progress (3): 24 kB | 57 kB | 12/87 kB Progress (3): 24 kB | 57 kB | 16/87 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 197 kB/s) Progress (2): 57 kB | 20/87 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 (2): 57 kB | 24/87 kB Progress (2): 57 kB | 28/87 kB Progress (2): 57 kB | 32/87 kB Progress (2): 57 kB | 33/87 kB Progress (2): 57 kB | 37/87 kB Progress (2): 57 kB | 41/87 kB Progress (2): 57 kB | 45/87 kB Progress (2): 57 kB | 49/87 kB Progress (2): 57 kB | 53/87 kB Progress (2): 57 kB | 57/87 kB Progress (2): 57 kB | 61/87 kB Progress (2): 57 kB | 65/87 kB Progress (2): 57 kB | 69/87 kB Progress (2): 57 kB | 73/87 kB Progress (2): 57 kB | 77/87 kB Progress (2): 57 kB | 81/87 kB Progress (2): 57 kB | 85/87 kB Progress (2): 57 kB | 87 kB Progress (3): 57 kB | 87 kB | 4.1/12 kB Progress (3): 57 kB | 87 kB | 7.7/12 kB Progress (3): 57 kB | 87 kB | 12/12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 419 kB/s) Progress (2): 87 kB | 12 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 615 kB/s) 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 83 kB/s) Progress (1): 4.1/116 kB Progress (1): 7.7/116 kB Progress (1): 12/116 kB Progress (1): 16/116 kB Progress (1): 20/116 kB Progress (1): 24/116 kB Progress (1): 28/116 kB Progress (1): 32/116 kB Progress (1): 36/116 kB Progress (1): 40/116 kB Progress (1): 44/116 kB Progress (1): 48/116 kB Progress (1): 52/116 kB Progress (1): 56/116 kB Progress (1): 60/116 kB Progress (1): 64/116 kB Progress (1): 68/116 kB Progress (1): 72/116 kB Progress (1): 76/116 kB Progress (1): 80/116 kB Progress (1): 84/116 kB Progress (1): 88/116 kB Progress (1): 92/116 kB Progress (1): 96/116 kB Progress (1): 100/116 kB Progress (1): 104/116 kB Progress (1): 108/116 kB Progress (1): 112/116 kB Progress (1): 116/116 kB Progress (1): 116 kB Progress (2): 116 kB | 4.1/35 kB Progress (2): 116 kB | 7.7/35 kB Progress (2): 116 kB | 12/35 kB Progress (2): 116 kB | 16/35 kB Progress (2): 116 kB | 20/35 kB Progress (2): 116 kB | 24/35 kB Progress (2): 116 kB | 28/35 kB Progress (2): 116 kB | 32/35 kB Progress (2): 116 kB | 35 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 111 kB/s) 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 34 kB/s) [INFO] Installing /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/pom.xml to /home/jenkins/agent/workspace/m2e-master/.repository/org/eclipse/m2e/m2e-maven-runtime/1.14.0-SNAPSHOT/m2e-maven-runtime-1.14.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.m2e:org.eclipse.m2e.archetype.common >---------- [INFO] Building Maven Archetype Common Bundle 1.14.0-SNAPSHOT [2/5] [INFO] -------------------------------[ bundle ]------------------------------- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.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/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.pom (7.1 kB at 374 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/19/maven-plugins-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/19/maven-plugins-19.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/19/maven-plugins-19.pom (11 kB at 459 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/19/maven-parent-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 962 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.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-resources-plugin/2.5/maven-resources-plugin-2.5.jar (26 kB at 1.5 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom 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 367 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom 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 314 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar 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 1.6 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.8/maven-surefire-plugin-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.8/maven-surefire-plugin-2.8.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/plugins/maven-surefire-plugin/2.8/maven-surefire-plugin-2.8.pom (9.3 kB at 211 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.8/surefire-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.8/surefire-2.8.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/surefire/surefire/2.8/surefire-2.8.pom (12 kB at 45 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.8/maven-surefire-plugin-2.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.8/maven-surefire-plugin-2.8.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.8/maven-surefire-plugin-2.8.jar (30 kB at 744 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 726 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/archetype-common/2.4/archetype-common-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/2.4/archetype-common-2.4.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/archetype/archetype-common/2.4/archetype-common-2.4.pom (16 kB at 791 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/maven-archetype/2.4/maven-archetype-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/2.4/maven-archetype-2.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/maven/archetype/maven-archetype/2.4/maven-archetype-2.4.pom (13 kB at 489 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/archetype-catalog/2.4/archetype-catalog-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/2.4/archetype-catalog-2.4.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/2.4/archetype-catalog-2.4.pom (1.9 kB at 106 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/archetype-models/2.4/archetype-models-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-models/2.4/archetype-models-2.4.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-models/2.4/archetype-models-2.4.pom (2.8 kB at 138 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.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.21/plexus-utils-3.0.21.pom (3.8 kB at 173 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/archetype-descriptor/2.4/archetype-descriptor-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/2.4/archetype-descriptor-2.4.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/2.4/archetype-descriptor-2.4.pom (1.9 kB at 101 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/archetype-registry/2.4/archetype-registry-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-registry/2.4/archetype-registry-2.4.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-registry/2.4/archetype-registry-2.4.pom (1.9 kB at 100 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom (1.3 kB at 23 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.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/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 322 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 118 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/jdom/jdom/1.0/jdom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 32 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 93 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.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-invoker/2.1.1/maven-invoker-2.1.1.pom (5.6 kB at 146 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 290 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-parent/22/maven-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.4 MB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/apache/11/apache-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 549 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 175 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 96 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 158 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 966 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom 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 653 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (4.2 kB at 12 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.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/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 kB at 549 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.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.0/org.eclipse.sisu.inject-0.3.0.pom (2.6 kB at 15 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.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/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (14 kB at 758 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/archetype-common/2.4/archetype-common-2.4.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/archetype-descriptor/2.4/archetype-descriptor-2.4.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/archetype-catalog/2.4/archetype-catalog-2.4.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/archetype/archetype-registry/2.4/archetype-registry-2.4.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/jdom/jdom/1.0/jdom-1.0.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/commons-io/commons-io/2.2/commons-io-2.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/2.4/archetype-common-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/2.4/archetype-descriptor-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-registry/2.4/archetype-registry-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/2.4/archetype-catalog-2.4.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/archetype/archetype-descriptor/2.4/archetype-descriptor-2.4.jar (23 kB at 492 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar Progress (1): 4.1/314 kB Progress (1): 7.7/314 kB Progress (1): 12/314 kB Progress (1): 16/314 kB Progress (1): 20/314 kB Progress (1): 24/314 kB Progress (1): 28/314 kB Progress (1): 32/314 kB Progress (1): 33/314 kB Progress (1): 37/314 kB Progress (1): 41/314 kB Progress (1): 45/314 kB Progress (1): 49/314 kB Progress (1): 53/314 kB Progress (1): 57/314 kB Progress (1): 61/314 kB Progress (1): 65/314 kB Progress (1): 69/314 kB Progress (1): 73/314 kB Progress (1): 77/314 kB Progress (1): 81/314 kB Progress (1): 85/314 kB Progress (1): 89/314 kB Progress (1): 93/314 kB Progress (1): 97/314 kB Progress (1): 101/314 kB Progress (1): 105/314 kB Progress (1): 109/314 kB Progress (1): 113/314 kB Progress (1): 117/314 kB Progress (1): 121/314 kB Progress (1): 125/314 kB Progress (1): 129/314 kB Progress (1): 133/314 kB Progress (1): 137/314 kB Progress (1): 141/314 kB Progress (1): 145/314 kB Progress (1): 149/314 kB Progress (1): 153/314 kB Progress (1): 157/314 kB Progress (1): 161/314 kB Progress (1): 165/314 kB Progress (1): 169/314 kB Progress (1): 173/314 kB Progress (1): 177/314 kB Progress (1): 181/314 kB Progress (1): 185/314 kB Progress (1): 189/314 kB Progress (1): 193/314 kB Progress (1): 197/314 kB Progress (1): 201/314 kB Progress (1): 205/314 kB Progress (1): 209/314 kB Progress (1): 213/314 kB Progress (1): 217/314 kB Progress (1): 221/314 kB Progress (1): 225/314 kB Progress (1): 229/314 kB Progress (1): 233/314 kB Progress (1): 237/314 kB Progress (1): 241/314 kB Progress (1): 245/314 kB Progress (1): 249/314 kB Progress (1): 253/314 kB Progress (1): 257/314 kB Progress (1): 261/314 kB Progress (1): 265/314 kB Progress (1): 269/314 kB Progress (1): 273/314 kB Progress (1): 277/314 kB Progress (1): 281/314 kB Progress (1): 285/314 kB Progress (1): 289/314 kB Progress (1): 293/314 kB Progress (1): 297/314 kB Progress (1): 301/314 kB Progress (1): 305/314 kB Progress (1): 309/314 kB Progress (1): 313/314 kB Progress (1): 314 kB Progress (2): 314 kB | 4.1/173 kB Progress (2): 314 kB | 7.7/173 kB Progress (2): 314 kB | 12/173 kB Progress (2): 314 kB | 16/173 kB Progress (2): 314 kB | 20/173 kB Progress (2): 314 kB | 24/173 kB Progress (2): 314 kB | 28/173 kB Progress (2): 314 kB | 32/173 kB Progress (2): 314 kB | 33/173 kB Progress (2): 314 kB | 37/173 kB Progress (2): 314 kB | 41/173 kB Progress (2): 314 kB | 45/173 kB Progress (2): 314 kB | 49/173 kB Progress (2): 314 kB | 53/173 kB Progress (2): 314 kB | 57/173 kB Progress (2): 314 kB | 61/173 kB Progress (2): 314 kB | 65/173 kB Progress (2): 314 kB | 66/173 kB Progress (2): 314 kB | 70/173 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 1.3 MB/s) Progress (1): 74/173 kB 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 (1): 78/173 kB Progress (1): 82/173 kB Progress (1): 86/173 kB Progress (1): 90/173 kB Progress (2): 90/173 kB | 4.1/27 kB Progress (2): 94/173 kB | 4.1/27 kB Progress (2): 94/173 kB | 7.7/27 kB Progress (2): 98/173 kB | 7.7/27 kB Progress (2): 102/173 kB | 7.7/27 kB Progress (2): 106/173 kB | 7.7/27 kB Progress (2): 110/173 kB | 7.7/27 kB Progress (2): 114/173 kB | 7.7/27 kB Progress (3): 114/173 kB | 7.7/27 kB | 4.1/17 kB Progress (3): 114/173 kB | 7.7/27 kB | 7.7/17 kB Progress (3): 118/173 kB | 7.7/27 kB | 7.7/17 kB Progress (3): 122/173 kB | 7.7/27 kB | 7.7/17 kB Progress (3): 122/173 kB | 7.7/27 kB | 12/17 kB Progress (3): 126/173 kB | 7.7/27 kB | 12/17 kB Progress (3): 126/173 kB | 7.7/27 kB | 16/17 kB Progress (3): 130/173 kB | 7.7/27 kB | 16/17 kB Progress (3): 130/173 kB | 7.7/27 kB | 17 kB Progress (3): 130/173 kB | 12/27 kB | 17 kB Progress (3): 130/173 kB | 16/27 kB | 17 kB Progress (3): 134/173 kB | 16/27 kB | 17 kB Progress (3): 138/173 kB | 16/27 kB | 17 kB Progress (3): 142/173 kB | 16/27 kB | 17 kB Progress (3): 146/173 kB | 16/27 kB | 17 kB Progress (3): 150/173 kB | 16/27 kB | 17 kB Progress (3): 154/173 kB | 16/27 kB | 17 kB Progress (3): 158/173 kB | 16/27 kB | 17 kB Progress (3): 162/173 kB | 16/27 kB | 17 kB Progress (3): 162/173 kB | 20/27 kB | 17 kB Progress (3): 162/173 kB | 24/27 kB | 17 kB Progress (3): 162/173 kB | 27 kB | 17 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 4.1/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 7.7/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 12/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 16/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 20/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 24/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 28/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 32/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 33/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 37/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 41/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 45/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 49/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 53/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 57/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 61/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 65/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 66/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 70/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 74/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 78/109 kB Progress (4): 162/173 kB | 27 kB | 17 kB | 82/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar (27 kB at 93 kB/s) Progress (3): 162/173 kB | 17 kB | 86/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar Progress (3): 162/173 kB | 17 kB | 90/109 kB Progress (3): 162/173 kB | 17 kB | 94/109 kB Progress (3): 162/173 kB | 17 kB | 98/109 kB Progress (3): 162/173 kB | 17 kB | 102/109 kB Progress (3): 162/173 kB | 17 kB | 106/109 kB Progress (3): 162/173 kB | 17 kB | 109 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 372 kB/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 Progress (3): 162/173 kB | 17 kB | 4.1/88 kB Progress (3): 162/173 kB | 17 kB | 7.7/88 kB Progress (3): 162/173 kB | 17 kB | 12/88 kB Progress (3): 162/173 kB | 17 kB | 16/88 kB Progress (3): 162/173 kB | 17 kB | 20/88 kB Progress (3): 162/173 kB | 17 kB | 24/88 kB Progress (3): 162/173 kB | 17 kB | 28/88 kB Progress (4): 162/173 kB | 17 kB | 28/88 kB | 4.1/19 kB Progress (4): 162/173 kB | 17 kB | 32/88 kB | 4.1/19 kB Progress (4): 162/173 kB | 17 kB | 32/88 kB | 7.7/19 kB Progress (4): 162/173 kB | 17 kB | 33/88 kB | 7.7/19 kB Progress (4): 162/173 kB | 17 kB | 37/88 kB | 7.7/19 kB Progress (4): 162/173 kB | 17 kB | 41/88 kB | 7.7/19 kB Progress (4): 162/173 kB | 17 kB | 45/88 kB | 7.7/19 kB Progress (4): 162/173 kB | 17 kB | 49/88 kB | 7.7/19 kB Progress (5): 162/173 kB | 17 kB | 49/88 kB | 7.7/19 kB | 4.1/153 kB Progress (5): 162/173 kB | 17 kB | 53/88 kB | 7.7/19 kB | 4.1/153 kB Progress (5): 162/173 kB | 17 kB | 53/88 kB | 12/19 kB | 4.1/153 kB Progress (5): 162/173 kB | 17 kB | 53/88 kB | 16/19 kB | 4.1/153 kB Progress (5): 162/173 kB | 17 kB | 53/88 kB | 19 kB | 4.1/153 kB Progress (5): 162/173 kB | 17 kB | 57/88 kB | 19 kB | 4.1/153 kB Progress (5): 162/173 kB | 17 kB | 57/88 kB | 19 kB | 7.7/153 kB Progress (5): 162/173 kB | 17 kB | 61/88 kB | 19 kB | 7.7/153 kB Progress (5): 162/173 kB | 17 kB | 61/88 kB | 19 kB | 12/153 kB Progress (5): 162/173 kB | 17 kB | 61/88 kB | 19 kB | 16/153 kB Progress (5): 162/173 kB | 17 kB | 65/88 kB | 19 kB | 16/153 kB Progress (5): 162/173 kB | 17 kB | 65/88 kB | 19 kB | 20/153 kB Progress (5): 162/173 kB | 17 kB | 69/88 kB | 19 kB | 20/153 kB Progress (5): 162/173 kB | 17 kB | 69/88 kB | 19 kB | 24/153 kB Progress (5): 162/173 kB | 17 kB | 73/88 kB | 19 kB | 24/153 kB Progress (5): 162/173 kB | 17 kB | 73/88 kB | 19 kB | 28/153 kB Progress (5): 162/173 kB | 17 kB | 77/88 kB | 19 kB | 28/153 kB Progress (5): 162/173 kB | 17 kB | 77/88 kB | 19 kB | 32/153 kB Progress (5): 162/173 kB | 17 kB | 81/88 kB | 19 kB | 32/153 kB Progress (5): 162/173 kB | 17 kB | 81/88 kB | 19 kB | 33/153 kB Progress (5): 162/173 kB | 17 kB | 85/88 kB | 19 kB | 33/153 kB Progress (5): 162/173 kB | 17 kB | 85/88 kB | 19 kB | 37/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 37/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 41/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 45/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 49/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 53/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 57/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 61/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 65/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 69/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 73/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 77/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 81/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 85/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 89/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 93/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 97/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 101/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 105/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 109/153 kB Progress (5): 162/173 kB | 17 kB | 88 kB | 19 kB | 113/153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/2.4/archetype-catalog-2.4.jar (19 kB at 57 kB/s) Progress (4): 162/173 kB | 17 kB | 88 kB | 117/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 270 kB/s) Progress (3): 162/173 kB | 17 kB | 121/153 kB 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 Progress (3): 162/173 kB | 17 kB | 125/153 kB Progress (3): 162/173 kB | 17 kB | 129/153 kB Progress (3): 162/173 kB | 17 kB | 133/153 kB Progress (3): 162/173 kB | 17 kB | 137/153 kB Progress (3): 162/173 kB | 17 kB | 141/153 kB Progress (3): 162/173 kB | 17 kB | 145/153 kB Progress (3): 162/173 kB | 17 kB | 149/153 kB Progress (3): 162/173 kB | 17 kB | 153/153 kB Progress (3): 162/173 kB | 17 kB | 153 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 4.1/156 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 4.1/156 kB | 4.1/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 7.7/156 kB | 4.1/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 7.7/156 kB | 7.7/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 12/156 kB | 7.7/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 16/156 kB | 7.7/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 16/156 kB | 12/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 20/156 kB | 12/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 20/156 kB | 16/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 24/156 kB | 16/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 24/156 kB | 20/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 28/156 kB | 20/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 28/156 kB | 24/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 32/156 kB | 24/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 32/156 kB | 28/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 36/156 kB | 28/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 36/156 kB | 32/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 40/156 kB | 32/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 40/156 kB | 36/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 44/156 kB | 36/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 44/156 kB | 40/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 48/156 kB | 40/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 48/156 kB | 44/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 52/156 kB | 44/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 52/156 kB | 48/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 56/156 kB | 48/49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 56/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 60/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 64/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 68/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 72/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 76/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 80/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 84/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 88/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 92/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 96/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 100/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 104/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 108/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 112/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 116/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 120/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 124/156 kB | 49 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 128/156 kB | 49 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 140 kB/s) Progress (4): 162/173 kB | 17 kB | 153 kB | 132/156 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 136/156 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 140/156 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 144/156 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 148/156 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 152/156 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 156/156 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 156 kB 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 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 403 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (4): 162/173 kB | 17 kB | 153 kB | 4.1/35 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 7.7/35 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 12/35 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 16/35 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 20/35 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 24/35 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 28/35 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 32/35 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 35 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 4.1/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 7.7/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 12/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 16/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 20/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 24/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 28/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 32/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 36/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 40/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 44/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 48/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 52/68 kB Progress (5): 162/173 kB | 17 kB | 153 kB | 35 kB | 56/68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 87 kB/s) Progress (4): 162/173 kB | 17 kB | 153 kB | 60/68 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 (4): 162/173 kB | 17 kB | 153 kB | 64/68 kB Progress (4): 162/173 kB | 17 kB | 153 kB | 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar (153 kB at 368 kB/s) 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 162 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar 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): 162/173 kB | 17 kB | 4.1/26 kB Progress (3): 162/173 kB | 17 kB | 7.7/26 kB Progress (3): 162/173 kB | 17 kB | 12/26 kB Progress (3): 162/173 kB | 17 kB | 16/26 kB Progress (3): 162/173 kB | 17 kB | 20/26 kB Progress (3): 162/173 kB | 17 kB | 24/26 kB Progress (3): 162/173 kB | 17 kB | 26 kB Progress (4): 162/173 kB | 17 kB | 26 kB | 4.1/30 kB Progress (4): 162/173 kB | 17 kB | 26 kB | 7.7/30 kB Progress (4): 162/173 kB | 17 kB | 26 kB | 12/30 kB Progress (4): 162/173 kB | 17 kB | 26 kB | 16/30 kB Progress (5): 162/173 kB | 17 kB | 26 kB | 16/30 kB | 4.1/51 kB Progress (5): 162/173 kB | 17 kB | 26 kB | 20/30 kB | 4.1/51 kB Progress (5): 162/173 kB | 17 kB | 26 kB | 20/30 kB | 7.7/51 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 60 kB/s) Progress (4): 162/173 kB | 17 kB | 20/30 kB | 12/51 kB Progress (4): 162/173 kB | 17 kB | 24/30 kB | 12/51 kB Progress (4): 162/173 kB | 17 kB | 24/30 kB | 16/51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Progress (4): 162/173 kB | 17 kB | 24/30 kB | 20/51 kB Progress (4): 162/173 kB | 17 kB | 28/30 kB | 20/51 kB Progress (4): 162/173 kB | 17 kB | 28/30 kB | 24/51 kB Progress (4): 162/173 kB | 17 kB | 30 kB | 24/51 kB Progress (4): 162/173 kB | 17 kB | 30 kB | 28/51 kB Progress (4): 162/173 kB | 17 kB | 30 kB | 32/51 kB Progress (4): 162/173 kB | 17 kB | 30 kB | 36/51 kB Progress (4): 162/173 kB | 17 kB | 30 kB | 40/51 kB Progress (4): 162/173 kB | 17 kB | 30 kB | 44/51 kB Progress (4): 162/173 kB | 17 kB | 30 kB | 48/51 kB Progress (4): 162/173 kB | 17 kB | 30 kB | 51 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 115 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 67 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar Progress (3): 162/173 kB | 17 kB | 4.1/80 kB Progress (3): 162/173 kB | 17 kB | 7.7/80 kB Progress (3): 162/173 kB | 17 kB | 12/80 kB Progress (3): 162/173 kB | 17 kB | 16/80 kB Progress (3): 162/173 kB | 17 kB | 20/80 kB Progress (3): 162/173 kB | 17 kB | 24/80 kB Progress (3): 162/173 kB | 17 kB | 28/80 kB Progress (3): 162/173 kB | 17 kB | 32/80 kB Progress (3): 162/173 kB | 17 kB | 33/80 kB Progress (3): 162/173 kB | 17 kB | 37/80 kB Progress (3): 162/173 kB | 17 kB | 41/80 kB Progress (3): 162/173 kB | 17 kB | 45/80 kB Progress (3): 162/173 kB | 17 kB | 49/80 kB Progress (3): 162/173 kB | 17 kB | 53/80 kB Progress (3): 162/173 kB | 17 kB | 57/80 kB Progress (3): 162/173 kB | 17 kB | 61/80 kB Progress (3): 162/173 kB | 17 kB | 65/80 kB Progress (3): 162/173 kB | 17 kB | 69/80 kB Progress (3): 162/173 kB | 17 kB | 73/80 kB Progress (3): 162/173 kB | 17 kB | 77/80 kB Progress (4): 162/173 kB | 17 kB | 77/80 kB | 4.1/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 4.1/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 7.7/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 12/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 16/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 20/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 24/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 28/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 32/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 33/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 37/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 41/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 45/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 49/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 53/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 57/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 61/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 65/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 66/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 70/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 74/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 78/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 82/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 86/245 kB Progress (4): 162/173 kB | 17 kB | 80 kB | 90/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 168 kB/s) Progress (4): 162/173 kB | 17 kB | 90/245 kB | 4.1/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-registry/2.4/archetype-registry-2.4.jar (17 kB at 35 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar Progress (3): 162/173 kB | 90/245 kB | 7.7/30 kB 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 Progress (3): 162/173 kB | 94/245 kB | 7.7/30 kB Progress (3): 166/173 kB | 94/245 kB | 7.7/30 kB Progress (3): 166/173 kB | 98/245 kB | 7.7/30 kB Progress (3): 166/173 kB | 98/245 kB | 12/30 kB Progress (3): 166/173 kB | 102/245 kB | 12/30 kB Progress (3): 170/173 kB | 102/245 kB | 12/30 kB Progress (3): 170/173 kB | 106/245 kB | 12/30 kB Progress (3): 170/173 kB | 106/245 kB | 16/30 kB Progress (3): 173 kB | 106/245 kB | 16/30 kB Progress (3): 173 kB | 110/245 kB | 16/30 kB Progress (3): 173 kB | 110/245 kB | 20/30 kB Progress (3): 173 kB | 114/245 kB | 20/30 kB Progress (3): 173 kB | 114/245 kB | 24/30 kB Progress (3): 173 kB | 118/245 kB | 24/30 kB Progress (3): 173 kB | 118/245 kB | 28/30 kB Progress (3): 173 kB | 122/245 kB | 28/30 kB Progress (3): 173 kB | 122/245 kB | 30 kB Progress (3): 173 kB | 126/245 kB | 30 kB Progress (3): 173 kB | 130/245 kB | 30 kB Progress (3): 173 kB | 134/245 kB | 30 kB Progress (3): 173 kB | 138/245 kB | 30 kB Progress (3): 173 kB | 142/245 kB | 30 kB Progress (3): 173 kB | 146/245 kB | 30 kB Progress (3): 173 kB | 150/245 kB | 30 kB Progress (3): 173 kB | 154/245 kB | 30 kB Progress (3): 173 kB | 158/245 kB | 30 kB Progress (3): 173 kB | 162/245 kB | 30 kB Progress (3): 173 kB | 166/245 kB | 30 kB Progress (3): 173 kB | 170/245 kB | 30 kB Progress (3): 173 kB | 174/245 kB | 30 kB Progress (3): 173 kB | 178/245 kB | 30 kB Progress (3): 173 kB | 182/245 kB | 30 kB Progress (3): 173 kB | 186/245 kB | 30 kB Progress (3): 173 kB | 190/245 kB | 30 kB Progress (3): 173 kB | 194/245 kB | 30 kB Progress (3): 173 kB | 198/245 kB | 30 kB Progress (3): 173 kB | 202/245 kB | 30 kB Progress (3): 173 kB | 206/245 kB | 30 kB Progress (3): 173 kB | 210/245 kB | 30 kB Progress (3): 173 kB | 214/245 kB | 30 kB Progress (3): 173 kB | 218/245 kB | 30 kB Progress (3): 173 kB | 222/245 kB | 30 kB Progress (3): 173 kB | 226/245 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/2.4/archetype-common-2.4.jar (173 kB at 350 kB/s) Progress (2): 230/245 kB | 30 kB 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 Progress (2): 234/245 kB | 30 kB Progress (2): 238/245 kB | 30 kB Progress (3): 238/245 kB | 30 kB | 4.1/7.9 kB Progress (3): 242/245 kB | 30 kB | 4.1/7.9 kB Progress (3): 242/245 kB | 30 kB | 7.7/7.9 kB Progress (3): 245 kB | 30 kB | 7.7/7.9 kB Progress (3): 245 kB | 30 kB | 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar (30 kB at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar Progress (3): 245 kB | 7.9 kB | 4.1/174 kB Progress (3): 245 kB | 7.9 kB | 7.7/174 kB Progress (3): 245 kB | 7.9 kB | 12/174 kB Progress (3): 245 kB | 7.9 kB | 16/174 kB Progress (3): 245 kB | 7.9 kB | 20/174 kB Progress (3): 245 kB | 7.9 kB | 24/174 kB Progress (3): 245 kB | 7.9 kB | 28/174 kB Progress (3): 245 kB | 7.9 kB | 32/174 kB Progress (3): 245 kB | 7.9 kB | 36/174 kB Progress (3): 245 kB | 7.9 kB | 40/174 kB Progress (3): 245 kB | 7.9 kB | 44/174 kB Progress (3): 245 kB | 7.9 kB | 48/174 kB Progress (3): 245 kB | 7.9 kB | 52/174 kB Progress (3): 245 kB | 7.9 kB | 56/174 kB Progress (3): 245 kB | 7.9 kB | 60/174 kB Progress (3): 245 kB | 7.9 kB | 64/174 kB Progress (3): 245 kB | 7.9 kB | 68/174 kB Progress (3): 245 kB | 7.9 kB | 72/174 kB Progress (3): 245 kB | 7.9 kB | 76/174 kB Progress (3): 245 kB | 7.9 kB | 80/174 kB Progress (3): 245 kB | 7.9 kB | 84/174 kB Progress (3): 245 kB | 7.9 kB | 88/174 kB Progress (3): 245 kB | 7.9 kB | 92/174 kB Progress (3): 245 kB | 7.9 kB | 96/174 kB Progress (3): 245 kB | 7.9 kB | 100/174 kB Progress (3): 245 kB | 7.9 kB | 104/174 kB Progress (3): 245 kB | 7.9 kB | 108/174 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 15 kB/s) Progress (3): 245 kB | 108/174 kB | 4.1/588 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 477 kB/s) Progress (2): 112/174 kB | 4.1/588 kB Progress (2): 112/174 kB | 7.7/588 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar Progress (2): 112/174 kB | 12/588 kB Progress (2): 116/174 kB | 12/588 kB Progress (2): 116/174 kB | 16/588 kB Progress (2): 120/174 kB | 16/588 kB Progress (2): 120/174 kB | 20/588 kB Progress (2): 124/174 kB | 20/588 kB Progress (2): 124/174 kB | 24/588 kB Progress (2): 128/174 kB | 24/588 kB Progress (2): 128/174 kB | 28/588 kB Progress (2): 128/174 kB | 32/588 kB Progress (2): 132/174 kB | 32/588 kB Progress (2): 132/174 kB | 33/588 kB Progress (2): 136/174 kB | 33/588 kB Progress (2): 136/174 kB | 37/588 kB Progress (3): 136/174 kB | 37/588 kB | 4.1/205 kB Progress (3): 136/174 kB | 41/588 kB | 4.1/205 kB Progress (3): 140/174 kB | 41/588 kB | 4.1/205 kB Progress (3): 140/174 kB | 41/588 kB | 7.7/205 kB Progress (3): 144/174 kB | 41/588 kB | 7.7/205 kB Progress (3): 144/174 kB | 45/588 kB | 7.7/205 kB Progress (3): 144/174 kB | 45/588 kB | 12/205 kB Progress (3): 148/174 kB | 45/588 kB | 12/205 kB Progress (3): 148/174 kB | 49/588 kB | 12/205 kB Progress (3): 152/174 kB | 49/588 kB | 12/205 kB Progress (3): 152/174 kB | 53/588 kB | 12/205 kB Progress (3): 152/174 kB | 53/588 kB | 16/205 kB Progress (3): 152/174 kB | 57/588 kB | 16/205 kB Progress (3): 156/174 kB | 57/588 kB | 16/205 kB Progress (3): 156/174 kB | 57/588 kB | 20/205 kB Progress (3): 160/174 kB | 57/588 kB | 20/205 kB Progress (3): 160/174 kB | 57/588 kB | 24/205 kB Progress (3): 160/174 kB | 61/588 kB | 24/205 kB Progress (3): 164/174 kB | 61/588 kB | 24/205 kB Progress (3): 164/174 kB | 61/588 kB | 28/205 kB Progress (3): 164/174 kB | 65/588 kB | 28/205 kB Progress (3): 164/174 kB | 65/588 kB | 32/205 kB Progress (3): 168/174 kB | 65/588 kB | 32/205 kB Progress (3): 168/174 kB | 65/588 kB | 33/205 kB Progress (3): 168/174 kB | 66/588 kB | 33/205 kB Progress (3): 172/174 kB | 66/588 kB | 33/205 kB Progress (3): 172/174 kB | 70/588 kB | 33/205 kB Progress (3): 174 kB | 70/588 kB | 33/205 kB Progress (3): 174 kB | 70/588 kB | 37/205 kB Progress (3): 174 kB | 74/588 kB | 37/205 kB Progress (3): 174 kB | 74/588 kB | 41/205 kB Progress (3): 174 kB | 74/588 kB | 45/205 kB Progress (3): 174 kB | 74/588 kB | 49/205 kB Progress (3): 174 kB | 74/588 kB | 53/205 kB Progress (4): 174 kB | 74/588 kB | 53/205 kB | 4.1/375 kB Progress (4): 174 kB | 78/588 kB | 53/205 kB | 4.1/375 kB Progress (4): 174 kB | 78/588 kB | 53/205 kB | 7.7/375 kB Progress (4): 174 kB | 78/588 kB | 57/205 kB | 7.7/375 kB Progress (4): 174 kB | 78/588 kB | 57/205 kB | 12/375 kB Progress (4): 174 kB | 82/588 kB | 57/205 kB | 12/375 kB Progress (4): 174 kB | 82/588 kB | 57/205 kB | 16/375 kB Progress (4): 174 kB | 82/588 kB | 61/205 kB | 16/375 kB Progress (4): 174 kB | 86/588 kB | 61/205 kB | 16/375 kB Progress (4): 174 kB | 86/588 kB | 65/205 kB | 16/375 kB Progress (4): 174 kB | 86/588 kB | 65/205 kB | 20/375 kB Progress (4): 174 kB | 86/588 kB | 66/205 kB | 20/375 kB Progress (4): 174 kB | 90/588 kB | 66/205 kB | 20/375 kB Progress (4): 174 kB | 90/588 kB | 66/205 kB | 24/375 kB Progress (4): 174 kB | 90/588 kB | 70/205 kB | 24/375 kB Progress (4): 174 kB | 94/588 kB | 70/205 kB | 24/375 kB Progress (4): 174 kB | 94/588 kB | 74/205 kB | 24/375 kB Progress (4): 174 kB | 94/588 kB | 74/205 kB | 28/375 kB Progress (4): 174 kB | 98/588 kB | 74/205 kB | 28/375 kB Progress (4): 174 kB | 98/588 kB | 74/205 kB | 32/375 kB Progress (4): 174 kB | 98/588 kB | 78/205 kB | 32/375 kB Progress (4): 174 kB | 98/588 kB | 78/205 kB | 33/375 kB Progress (4): 174 kB | 102/588 kB | 78/205 kB | 33/375 kB Progress (4): 174 kB | 102/588 kB | 82/205 kB | 33/375 kB Progress (4): 174 kB | 106/588 kB | 82/205 kB | 33/375 kB Progress (4): 174 kB | 106/588 kB | 82/205 kB | 37/375 kB Progress (4): 174 kB | 106/588 kB | 86/205 kB | 37/375 kB Progress (4): 174 kB | 106/588 kB | 86/205 kB | 41/375 kB Progress (4): 174 kB | 110/588 kB | 86/205 kB | 41/375 kB Progress (4): 174 kB | 110/588 kB | 90/205 kB | 41/375 kB Progress (4): 174 kB | 114/588 kB | 90/205 kB | 41/375 kB Progress (4): 174 kB | 114/588 kB | 90/205 kB | 45/375 kB Progress (4): 174 kB | 118/588 kB | 90/205 kB | 45/375 kB Progress (4): 174 kB | 118/588 kB | 94/205 kB | 45/375 kB Progress (4): 174 kB | 122/588 kB | 94/205 kB | 45/375 kB Progress (4): 174 kB | 122/588 kB | 94/205 kB | 49/375 kB Progress (4): 174 kB | 122/588 kB | 98/205 kB | 49/375 kB Progress (4): 174 kB | 126/588 kB | 98/205 kB | 49/375 kB Progress (4): 174 kB | 126/588 kB | 98/205 kB | 53/375 kB Progress (4): 174 kB | 126/588 kB | 98/205 kB | 53/375 kB Progress (4): 174 kB | 126/588 kB | 98/205 kB | 57/375 kB Progress (4): 174 kB | 130/588 kB | 98/205 kB | 57/375 kB Progress (4): 174 kB | 130/588 kB | 98/205 kB | 61/375 kB Progress (4): 174 kB | 130/588 kB | 102/205 kB | 61/375 kB Progress (4): 174 kB | 130/588 kB | 102/205 kB | 65/375 kB Progress (4): 174 kB | 134/588 kB | 102/205 kB | 65/375 kB Progress (4): 174 kB | 134/588 kB | 102/205 kB | 69/375 kB Progress (4): 174 kB | 134/588 kB | 106/205 kB | 69/375 kB Progress (4): 174 kB | 134/588 kB | 106/205 kB | 73/375 kB Progress (4): 174 kB | 138/588 kB | 106/205 kB | 73/375 kB Progress (4): 174 kB | 138/588 kB | 110/205 kB | 73/375 kB Progress (4): 174 kB | 138/588 kB | 110/205 kB | 77/375 kB Progress (4): 174 kB | 138/588 kB | 114/205 kB | 77/375 kB Progress (4): 174 kB | 142/588 kB | 114/205 kB | 77/375 kB Progress (4): 174 kB | 142/588 kB | 118/205 kB | 77/375 kB Progress (4): 174 kB | 142/588 kB | 118/205 kB | 81/375 kB Progress (4): 174 kB | 142/588 kB | 122/205 kB | 81/375 kB Progress (4): 174 kB | 146/588 kB | 122/205 kB | 81/375 kB Progress (4): 174 kB | 146/588 kB | 122/205 kB | 85/375 kB Progress (4): 174 kB | 150/588 kB | 122/205 kB | 85/375 kB Progress (4): 174 kB | 150/588 kB | 126/205 kB | 85/375 kB Progress (4): 174 kB | 154/588 kB | 126/205 kB | 85/375 kB Progress (4): 174 kB | 154/588 kB | 126/205 kB | 89/375 kB Progress (4): 174 kB | 158/588 kB | 126/205 kB | 89/375 kB Progress (4): 174 kB | 158/588 kB | 130/205 kB | 89/375 kB Progress (4): 174 kB | 158/588 kB | 130/205 kB | 93/375 kB Progress (4): 174 kB | 162/588 kB | 130/205 kB | 93/375 kB Progress (4): 174 kB | 162/588 kB | 130/205 kB | 97/375 kB Progress (4): 174 kB | 162/588 kB | 134/205 kB | 97/375 kB Progress (4): 174 kB | 162/588 kB | 134/205 kB | 101/375 kB Progress (4): 174 kB | 166/588 kB | 134/205 kB | 101/375 kB Progress (4): 174 kB | 166/588 kB | 134/205 kB | 105/375 kB Progress (4): 174 kB | 166/588 kB | 138/205 kB | 105/375 kB Progress (4): 174 kB | 170/588 kB | 138/205 kB | 105/375 kB Progress (4): 174 kB | 170/588 kB | 142/205 kB | 105/375 kB Progress (4): 174 kB | 170/588 kB | 142/205 kB | 109/375 kB Progress (4): 174 kB | 170/588 kB | 146/205 kB | 109/375 kB Progress (4): 174 kB | 174/588 kB | 146/205 kB | 109/375 kB Progress (4): 174 kB | 174/588 kB | 150/205 kB | 109/375 kB Progress (4): 174 kB | 174/588 kB | 150/205 kB | 113/375 kB Progress (4): 174 kB | 174/588 kB | 154/205 kB | 113/375 kB Progress (4): 174 kB | 178/588 kB | 154/205 kB | 113/375 kB Progress (4): 174 kB | 178/588 kB | 158/205 kB | 113/375 kB Progress (4): 174 kB | 178/588 kB | 158/205 kB | 117/375 kB Progress (4): 174 kB | 178/588 kB | 162/205 kB | 117/375 kB Progress (4): 174 kB | 182/588 kB | 162/205 kB | 117/375 kB Progress (4): 174 kB | 182/588 kB | 166/205 kB | 117/375 kB Progress (4): 174 kB | 182/588 kB | 166/205 kB | 121/375 kB Progress (4): 174 kB | 182/588 kB | 170/205 kB | 121/375 kB Progress (4): 174 kB | 186/588 kB | 170/205 kB | 121/375 kB Progress (4): 174 kB | 186/588 kB | 174/205 kB | 121/375 kB Progress (4): 174 kB | 186/588 kB | 174/205 kB | 125/375 kB Progress (4): 174 kB | 186/588 kB | 178/205 kB | 125/375 kB Progress (4): 174 kB | 190/588 kB | 178/205 kB | 125/375 kB Progress (4): 174 kB | 190/588 kB | 182/205 kB | 125/375 kB Progress (4): 174 kB | 190/588 kB | 182/205 kB | 129/375 kB Progress (4): 174 kB | 190/588 kB | 186/205 kB | 129/375 kB Progress (4): 174 kB | 194/588 kB | 186/205 kB | 129/375 kB Progress (4): 174 kB | 194/588 kB | 190/205 kB | 129/375 kB Progress (4): 174 kB | 198/588 kB | 190/205 kB | 129/375 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.jar (174 kB at 288 kB/s) Progress (3): 202/588 kB | 190/205 kB | 129/375 kB Progress (3): 202/588 kB | 194/205 kB | 129/375 kB Progress (3): 202/588 kB | 194/205 kB | 133/375 kB Progress (3): 202/588 kB | 198/205 kB | 133/375 kB Progress (3): 206/588 kB | 198/205 kB | 133/375 kB Progress (3): 206/588 kB | 202/205 kB | 133/375 kB Progress (3): 206/588 kB | 202/205 kB | 137/375 kB Progress (3): 206/588 kB | 205 kB | 137/375 kB Progress (3): 210/588 kB | 205 kB | 137/375 kB Progress (3): 210/588 kB | 205 kB | 141/375 kB Progress (3): 210/588 kB | 205 kB | 145/375 kB Progress (3): 214/588 kB | 205 kB | 145/375 kB Progress (3): 214/588 kB | 205 kB | 149/375 kB Progress (3): 218/588 kB | 205 kB | 149/375 kB Progress (3): 218/588 kB | 205 kB | 153/375 kB Progress (3): 222/588 kB | 205 kB | 153/375 kB Progress (3): 226/588 kB | 205 kB | 153/375 kB Progress (3): 226/588 kB | 205 kB | 157/375 kB Progress (3): 230/588 kB | 205 kB | 157/375 kB Progress (3): 230/588 kB | 205 kB | 161/375 kB Progress (3): 234/588 kB | 205 kB | 161/375 kB Progress (3): 234/588 kB | 205 kB | 165/375 kB Progress (3): 238/588 kB | 205 kB | 165/375 kB Progress (3): 238/588 kB | 205 kB | 169/375 kB Progress (3): 242/588 kB | 205 kB | 169/375 kB Progress (3): 242/588 kB | 205 kB | 173/375 kB Progress (3): 246/588 kB | 205 kB | 173/375 kB Progress (3): 246/588 kB | 205 kB | 177/375 kB Progress (3): 250/588 kB | 205 kB | 177/375 kB Progress (3): 250/588 kB | 205 kB | 181/375 kB Progress (3): 254/588 kB | 205 kB | 181/375 kB Progress (3): 254/588 kB | 205 kB | 185/375 kB Progress (3): 258/588 kB | 205 kB | 185/375 kB Progress (3): 258/588 kB | 205 kB | 189/375 kB Progress (3): 262/588 kB | 205 kB | 189/375 kB Progress (3): 262/588 kB | 205 kB | 193/375 kB Progress (3): 266/588 kB | 205 kB | 193/375 kB Progress (3): 266/588 kB | 205 kB | 197/375 kB Progress (3): 270/588 kB | 205 kB | 197/375 kB Progress (3): 270/588 kB | 205 kB | 201/375 kB Progress (3): 274/588 kB | 205 kB | 201/375 kB Progress (3): 278/588 kB | 205 kB | 201/375 kB Progress (3): 282/588 kB | 205 kB | 201/375 kB Progress (3): 282/588 kB | 205 kB | 205/375 kB Progress (3): 286/588 kB | 205 kB | 205/375 kB Progress (3): 286/588 kB | 205 kB | 209/375 kB Progress (3): 290/588 kB | 205 kB | 209/375 kB Progress (3): 294/588 kB | 205 kB | 209/375 kB Progress (3): 294/588 kB | 205 kB | 213/375 kB Progress (3): 298/588 kB | 205 kB | 213/375 kB Progress (3): 298/588 kB | 205 kB | 217/375 kB Progress (3): 302/588 kB | 205 kB | 217/375 kB Progress (3): 306/588 kB | 205 kB | 217/375 kB Progress (3): 306/588 kB | 205 kB | 221/375 kB Progress (3): 310/588 kB | 205 kB | 221/375 kB Progress (3): 310/588 kB | 205 kB | 225/375 kB Progress (3): 314/588 kB | 205 kB | 225/375 kB Progress (3): 314/588 kB | 205 kB | 229/375 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (205 kB at 335 kB/s) Progress (2): 318/588 kB | 229/375 kB Progress (2): 318/588 kB | 233/375 kB Progress (2): 322/588 kB | 233/375 kB Progress (2): 322/588 kB | 237/375 kB Progress (2): 326/588 kB | 237/375 kB Progress (2): 326/588 kB | 241/375 kB Progress (2): 330/588 kB | 241/375 kB Progress (2): 330/588 kB | 245/375 kB Progress (2): 334/588 kB | 245/375 kB Progress (2): 334/588 kB | 249/375 kB Progress (2): 338/588 kB | 249/375 kB Progress (2): 342/588 kB | 249/375 kB Progress (2): 342/588 kB | 253/375 kB Progress (2): 346/588 kB | 253/375 kB Progress (2): 346/588 kB | 257/375 kB Progress (2): 350/588 kB | 257/375 kB Progress (2): 354/588 kB | 257/375 kB Progress (2): 358/588 kB | 257/375 kB Progress (2): 362/588 kB | 257/375 kB Progress (2): 362/588 kB | 261/375 kB Progress (2): 366/588 kB | 261/375 kB Progress (2): 370/588 kB | 261/375 kB Progress (2): 374/588 kB | 261/375 kB Progress (2): 378/588 kB | 261/375 kB Progress (2): 382/588 kB | 261/375 kB Progress (2): 386/588 kB | 261/375 kB Progress (2): 390/588 kB | 261/375 kB Progress (2): 394/588 kB | 261/375 kB Progress (2): 398/588 kB | 261/375 kB Progress (2): 398/588 kB | 265/375 kB Progress (2): 402/588 kB | 265/375 kB Progress (2): 402/588 kB | 269/375 kB Progress (2): 406/588 kB | 269/375 kB Progress (2): 406/588 kB | 273/375 kB Progress (2): 410/588 kB | 273/375 kB Progress (2): 410/588 kB | 277/375 kB Progress (2): 414/588 kB | 277/375 kB Progress (2): 414/588 kB | 281/375 kB Progress (2): 418/588 kB | 281/375 kB Progress (2): 418/588 kB | 285/375 kB Progress (2): 422/588 kB | 285/375 kB Progress (2): 422/588 kB | 289/375 kB Progress (2): 426/588 kB | 289/375 kB Progress (2): 426/588 kB | 293/375 kB Progress (2): 430/588 kB | 293/375 kB Progress (2): 430/588 kB | 297/375 kB Progress (2): 434/588 kB | 297/375 kB Progress (2): 434/588 kB | 301/375 kB Progress (2): 438/588 kB | 301/375 kB Progress (2): 438/588 kB | 305/375 kB Progress (2): 442/588 kB | 305/375 kB Progress (2): 442/588 kB | 309/375 kB Progress (2): 446/588 kB | 309/375 kB Progress (2): 446/588 kB | 313/375 kB Progress (2): 450/588 kB | 313/375 kB Progress (2): 450/588 kB | 317/375 kB Progress (2): 454/588 kB | 317/375 kB Progress (2): 454/588 kB | 321/375 kB Progress (2): 458/588 kB | 321/375 kB Progress (2): 458/588 kB | 325/375 kB Progress (2): 462/588 kB | 325/375 kB Progress (2): 462/588 kB | 329/375 kB Progress (2): 466/588 kB | 329/375 kB Progress (2): 466/588 kB | 333/375 kB Progress (2): 470/588 kB | 333/375 kB Progress (2): 470/588 kB | 337/375 kB Progress (2): 474/588 kB | 337/375 kB Progress (2): 474/588 kB | 341/375 kB Progress (2): 478/588 kB | 341/375 kB Progress (2): 478/588 kB | 345/375 kB Progress (2): 482/588 kB | 345/375 kB Progress (2): 482/588 kB | 349/375 kB Progress (2): 486/588 kB | 349/375 kB Progress (2): 486/588 kB | 353/375 kB Progress (2): 490/588 kB | 353/375 kB Progress (2): 490/588 kB | 357/375 kB Progress (2): 494/588 kB | 357/375 kB Progress (2): 494/588 kB | 361/375 kB Progress (2): 498/588 kB | 361/375 kB Progress (2): 498/588 kB | 365/375 kB Progress (2): 498/588 kB | 369/375 kB Progress (2): 502/588 kB | 369/375 kB Progress (2): 506/588 kB | 369/375 kB Progress (2): 506/588 kB | 373/375 kB Progress (2): 506/588 kB | 375 kB Progress (2): 510/588 kB | 375 kB Progress (2): 514/588 kB | 375 kB Progress (2): 518/588 kB | 375 kB Progress (2): 522/588 kB | 375 kB Progress (2): 526/588 kB | 375 kB Progress (2): 530/588 kB | 375 kB Progress (2): 534/588 kB | 375 kB Progress (2): 538/588 kB | 375 kB Progress (2): 542/588 kB | 375 kB Progress (2): 546/588 kB | 375 kB Progress (2): 550/588 kB | 375 kB Progress (2): 554/588 kB | 375 kB Progress (2): 558/588 kB | 375 kB Progress (2): 562/588 kB | 375 kB Progress (2): 566/588 kB | 375 kB Progress (2): 570/588 kB | 375 kB Progress (2): 574/588 kB | 375 kB Progress (2): 578/588 kB | 375 kB Progress (2): 582/588 kB | 375 kB Progress (2): 586/588 kB | 375 kB Progress (2): 588 kB | 375 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (375 kB at 535 kB/s) 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 836 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.archetype.common --- [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.archetype.common --- 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 353 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 9.1 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 67 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 96 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 1.4 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 119 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 16 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 57 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 5.4 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 26 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom (5.8 kB at 156 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 269 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 27 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 57 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 84 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 136 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 22 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/classworlds/classworlds/1.1/classworlds-1.1.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/maven-filtering-1.0.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 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-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 (1): 12/152 kB Progress (1): 16/152 kB Progress (1): 20/152 kB Progress (1): 24/152 kB Progress (1): 28/152 kB Progress (1): 32/152 kB Progress (1): 36/152 kB Progress (1): 40/152 kB Progress (1): 44/152 kB Progress (1): 48/152 kB Progress (1): 52/152 kB Progress (1): 56/152 kB Progress (1): 60/152 kB Progress (1): 64/152 kB Progress (1): 68/152 kB Progress (1): 72/152 kB Progress (1): 76/152 kB Progress (1): 80/152 kB Progress (1): 84/152 kB Progress (1): 88/152 kB Progress (1): 92/152 kB Progress (1): 96/152 kB Progress (1): 100/152 kB Progress (1): 104/152 kB Progress (1): 108/152 kB Progress (1): 112/152 kB Progress (1): 116/152 kB Progress (1): 120/152 kB Progress (1): 124/152 kB Progress (1): 128/152 kB Progress (1): 132/152 kB Progress (1): 136/152 kB Progress (1): 140/152 kB Progress (1): 144/152 kB Progress (1): 148/152 kB Progress (1): 152 kB Progress (2): 152 kB | 4.1/5.9 kB Progress (2): 152 kB | 5.9 kB Progress (3): 152 kB | 5.9 kB | 4.1/14 kB Progress (3): 152 kB | 5.9 kB | 7.7/14 kB Progress (3): 152 kB | 5.9 kB | 12/14 kB Progress (3): 152 kB | 5.9 kB | 14 kB Progress (4): 152 kB | 5.9 kB | 14 kB | 4.1/9.9 kB Progress (4): 152 kB | 5.9 kB | 14 kB | 7.7/9.9 kB Progress (4): 152 kB | 5.9 kB | 14 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 216 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar 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 155 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 93 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Progress (2): 152 kB | 4.1/30 kB Progress (2): 152 kB | 7.7/30 kB Progress (2): 152 kB | 12/30 kB Progress (2): 152 kB | 16/30 kB Progress (2): 152 kB | 20/30 kB Progress (2): 152 kB | 24/30 kB Progress (2): 152 kB | 28/30 kB Progress (2): 152 kB | 30 kB Progress (3): 152 kB | 30 kB | 4.1/37 kB Progress (3): 152 kB | 30 kB | 7.7/37 kB Progress (3): 152 kB | 30 kB | 12/37 kB Progress (3): 152 kB | 30 kB | 16/37 kB Progress (3): 152 kB | 30 kB | 20/37 kB Progress (3): 152 kB | 30 kB | 24/37 kB Progress (3): 152 kB | 30 kB | 28/37 kB Progress (3): 152 kB | 30 kB | 32/37 kB Progress (3): 152 kB | 30 kB | 36/37 kB Progress (3): 152 kB | 30 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 381 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 429 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 Progress (2): 152 kB | 4.1/38 kB Progress (2): 152 kB | 7.7/38 kB Progress (2): 152 kB | 12/38 kB Progress (2): 152 kB | 16/38 kB Progress (2): 152 kB | 20/38 kB Progress (2): 152 kB | 24/38 kB Progress (2): 152 kB | 28/38 kB Progress (2): 152 kB | 32/38 kB Progress (2): 152 kB | 36/38 kB Progress (2): 152 kB | 38 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 375 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar Progress (2): 152 kB | 4.1/43 kB Progress (2): 152 kB | 7.7/43 kB Progress (2): 152 kB | 12/43 kB Progress (2): 152 kB | 16/43 kB Progress (2): 152 kB | 20/43 kB Progress (2): 152 kB | 24/43 kB Progress (2): 152 kB | 28/43 kB Progress (2): 152 kB | 32/43 kB Progress (2): 152 kB | 36/43 kB Progress (2): 152 kB | 40/43 kB Progress (2): 152 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar (43 kB at 349 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Progress (2): 152 kB | 4.1/6.8 kB Progress (2): 152 kB | 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.1 MB/s) 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 (2): 6.8 kB | 4.1/21 kB Progress (2): 6.8 kB | 7.7/21 kB Progress (2): 6.8 kB | 12/21 kB Progress (2): 6.8 kB | 16/21 kB Progress (2): 6.8 kB | 20/21 kB Progress (2): 6.8 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 46 kB/s) 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 137 kB/s) Progress (1): 4.1/61 kB Progress (1): 7.7/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 24/61 kB Progress (1): 28/61 kB Progress (1): 32/61 kB Progress (1): 36/61 kB Progress (1): 40/61 kB Progress (1): 44/61 kB Progress (1): 48/61 kB Progress (1): 52/61 kB Progress (1): 56/61 kB Progress (1): 60/61 kB Progress (1): 61 kB Progress (2): 61 kB | 4.1/13 kB Progress (2): 61 kB | 7.7/13 kB Progress (2): 61 kB | 12/13 kB Progress (2): 61 kB | 13 kB 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 377 kB/s) 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 80 kB/s) 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/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 33 kB/s) [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.archetype.common --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 196 kB/s) 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 331 kB/s) Downloading from 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 327 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.4 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 135 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 88 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 134 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 118 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 86 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 296 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 386 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom Progress (1): 867 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 18 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 140 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 83 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom Progress (1): 692 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 12 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Progress (1): 771 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 19 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 37 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.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/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar 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 (2): 4.1/14 kB | 4.1/167 kB Progress (2): 7.7/14 kB | 4.1/167 kB Progress (2): 7.7/14 kB | 7.7/167 kB Progress (2): 12/14 kB | 7.7/167 kB Progress (2): 12/14 kB | 12/167 kB Progress (2): 14 kB | 12/167 kB Progress (2): 14 kB | 16/167 kB Progress (3): 14 kB | 16/167 kB | 4.1/222 kB Progress (3): 14 kB | 20/167 kB | 4.1/222 kB Progress (3): 14 kB | 24/167 kB | 4.1/222 kB Progress (3): 14 kB | 24/167 kB | 7.7/222 kB Progress (3): 14 kB | 28/167 kB | 7.7/222 kB Progress (3): 14 kB | 28/167 kB | 12/222 kB Progress (3): 14 kB | 28/167 kB | 16/222 kB Progress (3): 14 kB | 28/167 kB | 20/222 kB Progress (3): 14 kB | 28/167 kB | 24/222 kB Progress (3): 14 kB | 32/167 kB | 24/222 kB Progress (3): 14 kB | 32/167 kB | 28/222 kB Progress (3): 14 kB | 36/167 kB | 28/222 kB Progress (3): 14 kB | 40/167 kB | 28/222 kB Progress (3): 14 kB | 44/167 kB | 28/222 kB Progress (4): 14 kB | 44/167 kB | 28/222 kB | 4.1/111 kB Progress (4): 14 kB | 48/167 kB | 28/222 kB | 4.1/111 kB Progress (4): 14 kB | 52/167 kB | 28/222 kB | 4.1/111 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 347 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.jar Progress (3): 52/167 kB | 32/222 kB | 4.1/111 kB Progress (3): 56/167 kB | 32/222 kB | 4.1/111 kB Progress (3): 56/167 kB | 32/222 kB | 7.7/111 kB Progress (3): 56/167 kB | 36/222 kB | 7.7/111 kB Progress (3): 60/167 kB | 36/222 kB | 7.7/111 kB Progress (3): 60/167 kB | 40/222 kB | 7.7/111 kB Progress (3): 60/167 kB | 40/222 kB | 12/111 kB Progress (3): 64/167 kB | 40/222 kB | 12/111 kB Progress (4): 64/167 kB | 40/222 kB | 12/111 kB | 4.1/39 kB Progress (4): 68/167 kB | 40/222 kB | 12/111 kB | 4.1/39 kB Progress (4): 68/167 kB | 40/222 kB | 16/111 kB | 4.1/39 kB Progress (4): 68/167 kB | 44/222 kB | 16/111 kB | 4.1/39 kB Progress (4): 72/167 kB | 44/222 kB | 16/111 kB | 4.1/39 kB Progress (4): 72/167 kB | 44/222 kB | 16/111 kB | 7.7/39 kB Progress (4): 76/167 kB | 44/222 kB | 16/111 kB | 7.7/39 kB Progress (4): 76/167 kB | 48/222 kB | 16/111 kB | 7.7/39 kB Progress (4): 76/167 kB | 48/222 kB | 20/111 kB | 7.7/39 kB Progress (4): 80/167 kB | 48/222 kB | 20/111 kB | 7.7/39 kB Progress (4): 80/167 kB | 48/222 kB | 20/111 kB | 12/39 kB Progress (4): 84/167 kB | 48/222 kB | 20/111 kB | 12/39 kB Progress (4): 84/167 kB | 48/222 kB | 24/111 kB | 12/39 kB Progress (4): 84/167 kB | 52/222 kB | 24/111 kB | 12/39 kB Progress (4): 88/167 kB | 52/222 kB | 24/111 kB | 12/39 kB Progress (4): 88/167 kB | 52/222 kB | 24/111 kB | 16/39 kB Progress (4): 92/167 kB | 52/222 kB | 24/111 kB | 16/39 kB Progress (4): 92/167 kB | 56/222 kB | 24/111 kB | 16/39 kB Progress (4): 92/167 kB | 56/222 kB | 28/111 kB | 16/39 kB Progress (4): 96/167 kB | 56/222 kB | 28/111 kB | 16/39 kB Progress (4): 96/167 kB | 56/222 kB | 28/111 kB | 20/39 kB Progress (4): 100/167 kB | 56/222 kB | 28/111 kB | 20/39 kB Progress (4): 100/167 kB | 56/222 kB | 28/111 kB | 24/39 kB Progress (4): 100/167 kB | 56/222 kB | 32/111 kB | 24/39 kB Progress (4): 100/167 kB | 60/222 kB | 32/111 kB | 24/39 kB Progress (4): 100/167 kB | 60/222 kB | 36/111 kB | 24/39 kB Progress (4): 100/167 kB | 60/222 kB | 36/111 kB | 28/39 kB Progress (4): 104/167 kB | 60/222 kB | 36/111 kB | 28/39 kB Progress (5): 104/167 kB | 60/222 kB | 36/111 kB | 28/39 kB | 4.1/317 kB Progress (5): 108/167 kB | 60/222 kB | 36/111 kB | 28/39 kB | 4.1/317 kB Progress (5): 108/167 kB | 60/222 kB | 36/111 kB | 32/39 kB | 4.1/317 kB Progress (5): 108/167 kB | 60/222 kB | 40/111 kB | 32/39 kB | 4.1/317 kB Progress (5): 108/167 kB | 64/222 kB | 40/111 kB | 32/39 kB | 4.1/317 kB Progress (5): 108/167 kB | 64/222 kB | 40/111 kB | 36/39 kB | 4.1/317 kB Progress (5): 112/167 kB | 64/222 kB | 40/111 kB | 36/39 kB | 4.1/317 kB Progress (5): 112/167 kB | 64/222 kB | 40/111 kB | 36/39 kB | 7.7/317 kB Progress (5): 116/167 kB | 64/222 kB | 40/111 kB | 36/39 kB | 7.7/317 kB Progress (5): 116/167 kB | 64/222 kB | 40/111 kB | 39 kB | 7.7/317 kB Progress (5): 116/167 kB | 68/222 kB | 40/111 kB | 39 kB | 7.7/317 kB Progress (5): 116/167 kB | 68/222 kB | 44/111 kB | 39 kB | 7.7/317 kB Progress (5): 116/167 kB | 72/222 kB | 44/111 kB | 39 kB | 7.7/317 kB Progress (5): 116/167 kB | 72/222 kB | 44/111 kB | 39 kB | 12/317 kB Progress (5): 120/167 kB | 72/222 kB | 44/111 kB | 39 kB | 12/317 kB Progress (5): 120/167 kB | 72/222 kB | 44/111 kB | 39 kB | 16/317 kB Progress (5): 120/167 kB | 76/222 kB | 44/111 kB | 39 kB | 16/317 kB Progress (5): 120/167 kB | 76/222 kB | 44/111 kB | 39 kB | 20/317 kB Progress (5): 120/167 kB | 76/222 kB | 48/111 kB | 39 kB | 20/317 kB Progress (5): 120/167 kB | 76/222 kB | 48/111 kB | 39 kB | 24/317 kB Progress (5): 120/167 kB | 80/222 kB | 48/111 kB | 39 kB | 24/317 kB Progress (5): 124/167 kB | 80/222 kB | 48/111 kB | 39 kB | 24/317 kB Progress (5): 124/167 kB | 84/222 kB | 48/111 kB | 39 kB | 24/317 kB Progress (5): 124/167 kB | 84/222 kB | 48/111 kB | 39 kB | 28/317 kB Progress (5): 124/167 kB | 84/222 kB | 52/111 kB | 39 kB | 28/317 kB Progress (5): 124/167 kB | 84/222 kB | 52/111 kB | 39 kB | 32/317 kB Progress (5): 124/167 kB | 88/222 kB | 52/111 kB | 39 kB | 32/317 kB Progress (5): 128/167 kB | 88/222 kB | 52/111 kB | 39 kB | 32/317 kB Progress (5): 128/167 kB | 92/222 kB | 52/111 kB | 39 kB | 32/317 kB Progress (5): 132/167 kB | 92/222 kB | 52/111 kB | 39 kB | 32/317 kB Progress (5): 132/167 kB | 92/222 kB | 52/111 kB | 39 kB | 33/317 kB Progress (5): 132/167 kB | 92/222 kB | 56/111 kB | 39 kB | 33/317 kB Progress (5): 132/167 kB | 92/222 kB | 56/111 kB | 39 kB | 37/317 kB Progress (5): 132/167 kB | 92/222 kB | 60/111 kB | 39 kB | 37/317 kB Progress (5): 136/167 kB | 92/222 kB | 60/111 kB | 39 kB | 37/317 kB Progress (5): 136/167 kB | 96/222 kB | 60/111 kB | 39 kB | 37/317 kB Progress (5): 140/167 kB | 96/222 kB | 60/111 kB | 39 kB | 37/317 kB Progress (5): 140/167 kB | 96/222 kB | 64/111 kB | 39 kB | 37/317 kB Progress (5): 140/167 kB | 96/222 kB | 64/111 kB | 39 kB | 41/317 kB Progress (5): 140/167 kB | 96/222 kB | 68/111 kB | 39 kB | 41/317 kB Progress (5): 144/167 kB | 96/222 kB | 68/111 kB | 39 kB | 41/317 kB Progress (5): 144/167 kB | 100/222 kB | 68/111 kB | 39 kB | 41/317 kB Progress (5): 148/167 kB | 100/222 kB | 68/111 kB | 39 kB | 41/317 kB Progress (5): 148/167 kB | 100/222 kB | 72/111 kB | 39 kB | 41/317 kB Progress (5): 148/167 kB | 100/222 kB | 72/111 kB | 39 kB | 45/317 kB Progress (5): 148/167 kB | 100/222 kB | 76/111 kB | 39 kB | 45/317 kB Progress (5): 152/167 kB | 100/222 kB | 76/111 kB | 39 kB | 45/317 kB Progress (5): 152/167 kB | 104/222 kB | 76/111 kB | 39 kB | 45/317 kB Progress (5): 156/167 kB | 104/222 kB | 76/111 kB | 39 kB | 45/317 kB Progress (5): 156/167 kB | 108/222 kB | 76/111 kB | 39 kB | 45/317 kB Progress (5): 156/167 kB | 108/222 kB | 80/111 kB | 39 kB | 45/317 kB Progress (5): 156/167 kB | 108/222 kB | 80/111 kB | 39 kB | 49/317 kB Progress (5): 156/167 kB | 108/222 kB | 84/111 kB | 39 kB | 49/317 kB Progress (5): 156/167 kB | 108/222 kB | 88/111 kB | 39 kB | 49/317 kB Progress (5): 156/167 kB | 108/222 kB | 92/111 kB | 39 kB | 49/317 kB Progress (5): 156/167 kB | 108/222 kB | 96/111 kB | 39 kB | 49/317 kB Progress (5): 156/167 kB | 108/222 kB | 100/111 kB | 39 kB | 49/317 kB Progress (5): 156/167 kB | 108/222 kB | 104/111 kB | 39 kB | 49/317 kB Progress (5): 156/167 kB | 108/222 kB | 108/111 kB | 39 kB | 49/317 kB Progress (5): 156/167 kB | 108/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 156/167 kB | 112/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 160/167 kB | 112/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 160/167 kB | 116/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 164/167 kB | 116/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 164/167 kB | 120/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 120/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 124/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 128/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 132/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 136/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 140/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 144/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 148/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 152/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 156/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 160/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 164/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 168/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 172/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 176/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 180/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 184/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 188/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 192/222 kB | 111 kB | 39 kB | 49/317 kB Progress (5): 167 kB | 196/222 kB | 111 kB | 39 kB | 49/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 912 kB/s) Progress (4): 167 kB | 200/222 kB | 39 kB | 49/317 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Progress (4): 167 kB | 204/222 kB | 39 kB | 49/317 kB Progress (4): 167 kB | 208/222 kB | 39 kB | 49/317 kB Progress (4): 167 kB | 212/222 kB | 39 kB | 49/317 kB Progress (4): 167 kB | 216/222 kB | 39 kB | 49/317 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 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Progress (4): 216/222 kB | 39 kB | 49/317 kB | 4.1/27 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 7.7/27 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 12/27 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 16/27 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 20/27 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 24/27 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 27 kB Progress (5): 216/222 kB | 39 kB | 49/317 kB | 27 kB | 4.1/4.7 kB Progress (5): 216/222 kB | 39 kB | 49/317 kB | 27 kB | 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 192 kB/s) 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 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 33 kB/s) Progress (4): 216/222 kB | 39 kB | 49/317 kB | 4.1/21 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 7.7/21 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 12/21 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 16/21 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 20/21 kB Progress (4): 216/222 kB | 39 kB | 49/317 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 135 kB/s) Progress (3): 216/222 kB | 39 kB | 53/317 kB Progress (3): 216/222 kB | 39 kB | 57/317 kB Progress (3): 216/222 kB | 39 kB | 61/317 kB Progress (3): 216/222 kB | 39 kB | 65/317 kB Progress (3): 216/222 kB | 39 kB | 69/317 kB Progress (3): 216/222 kB | 39 kB | 73/317 kB Progress (3): 216/222 kB | 39 kB | 77/317 kB Progress (3): 216/222 kB | 39 kB | 81/317 kB Progress (3): 216/222 kB | 39 kB | 85/317 kB Progress (3): 216/222 kB | 39 kB | 89/317 kB Progress (3): 216/222 kB | 39 kB | 93/317 kB Progress (3): 216/222 kB | 39 kB | 97/317 kB Progress (3): 216/222 kB | 39 kB | 101/317 kB Progress (3): 216/222 kB | 39 kB | 105/317 kB Progress (3): 216/222 kB | 39 kB | 109/317 kB Progress (3): 216/222 kB | 39 kB | 113/317 kB Progress (3): 216/222 kB | 39 kB | 117/317 kB Progress (3): 216/222 kB | 39 kB | 121/317 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 147 kB/s) Progress (2): 216/222 kB | 125/317 kB Progress (2): 216/222 kB | 129/317 kB Progress (2): 216/222 kB | 133/317 kB Progress (2): 216/222 kB | 137/317 kB Progress (2): 216/222 kB | 141/317 kB Progress (2): 216/222 kB | 145/317 kB Progress (2): 216/222 kB | 149/317 kB Progress (2): 216/222 kB | 153/317 kB Progress (2): 216/222 kB | 157/317 kB Progress (2): 216/222 kB | 161/317 kB Progress (2): 216/222 kB | 165/317 kB Progress (2): 216/222 kB | 169/317 kB Progress (2): 216/222 kB | 173/317 kB Progress (2): 216/222 kB | 177/317 kB Progress (2): 216/222 kB | 181/317 kB Progress (2): 216/222 kB | 185/317 kB Progress (2): 216/222 kB | 189/317 kB Progress (2): 216/222 kB | 193/317 kB Progress (2): 216/222 kB | 197/317 kB Progress (2): 216/222 kB | 201/317 kB Progress (2): 216/222 kB | 205/317 kB Progress (2): 216/222 kB | 209/317 kB Progress (2): 216/222 kB | 213/317 kB Progress (2): 216/222 kB | 217/317 kB Progress (2): 216/222 kB | 221/317 kB Progress (2): 216/222 kB | 225/317 kB Progress (2): 216/222 kB | 229/317 kB Progress (2): 216/222 kB | 233/317 kB Progress (2): 216/222 kB | 237/317 kB Progress (2): 216/222 kB | 241/317 kB Progress (2): 216/222 kB | 245/317 kB Progress (2): 216/222 kB | 249/317 kB Progress (2): 216/222 kB | 253/317 kB Progress (2): 216/222 kB | 257/317 kB Progress (2): 216/222 kB | 261/317 kB Progress (2): 216/222 kB | 265/317 kB Progress (2): 216/222 kB | 269/317 kB Progress (2): 216/222 kB | 273/317 kB Progress (2): 216/222 kB | 277/317 kB Progress (2): 216/222 kB | 281/317 kB Progress (2): 216/222 kB | 285/317 kB Progress (2): 216/222 kB | 289/317 kB Progress (2): 216/222 kB | 293/317 kB Progress (2): 216/222 kB | 297/317 kB Progress (2): 216/222 kB | 301/317 kB Progress (2): 216/222 kB | 305/317 kB Progress (2): 216/222 kB | 309/317 kB Progress (2): 216/222 kB | 313/317 kB Progress (2): 216/222 kB | 317/317 kB Progress (2): 216/222 kB | 317 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 988 kB/s) 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 661 kB/s) [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.archetype.common --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.archetype.common --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.archetype.common --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 88 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 945 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.8/surefire-booter-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.8/surefire-booter-2.8.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.8/surefire-booter-2.8.pom (1.8 kB at 94 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.8/surefire-api-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.8/surefire-api-2.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.8/surefire-api-2.8.pom (1.9 kB at 59 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.8/maven-surefire-common-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.8/maven-surefire-common-2.8.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.8/maven-surefire-common-2.8.pom (3.7 kB at 105 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.7/plexus-utils-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.7/plexus-utils-2.0.7.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.7/plexus-utils-2.0.7.pom (2.8 kB at 50 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 29 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 60 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 57 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 13 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 87 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 16 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 222 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 10 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 43 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 31 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 17 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 35 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 102 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 74 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 283 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 503 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 22 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.8/surefire-booter-2.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.8/surefire-api-2.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.8/maven-surefire-common-2.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.7/plexus-utils-2.0.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.8/surefire-api-2.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.8/surefire-booter-2.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.8/maven-surefire-common-2.8.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (2): 12/13 kB | 4.1/121 kB Progress (2): 13 kB | 4.1/121 kB Progress (2): 13 kB | 7.7/121 kB Progress (2): 13 kB | 12/121 kB Progress (2): 13 kB | 16/121 kB Progress (2): 13 kB | 20/121 kB Progress (2): 13 kB | 24/121 kB Progress (2): 13 kB | 28/121 kB Progress (2): 13 kB | 32/121 kB Progress (2): 13 kB | 36/121 kB Progress (2): 13 kB | 40/121 kB Progress (2): 13 kB | 44/121 kB Progress (2): 13 kB | 48/121 kB Progress (3): 13 kB | 48/121 kB | 4.1/34 kB Progress (3): 13 kB | 52/121 kB | 4.1/34 kB Progress (3): 13 kB | 52/121 kB | 7.7/34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 293 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.7/plexus-utils-2.0.7.jar Progress (2): 56/121 kB | 7.7/34 kB Progress (2): 56/121 kB | 12/34 kB Progress (2): 56/121 kB | 16/34 kB Progress (2): 60/121 kB | 16/34 kB Progress (2): 60/121 kB | 20/34 kB Progress (2): 64/121 kB | 20/34 kB Progress (2): 64/121 kB | 24/34 kB Progress (2): 68/121 kB | 24/34 kB Progress (2): 68/121 kB | 28/34 kB Progress (2): 72/121 kB | 28/34 kB Progress (2): 72/121 kB | 32/34 kB Progress (2): 76/121 kB | 32/34 kB Progress (2): 76/121 kB | 34 kB Progress (2): 80/121 kB | 34 kB Progress (2): 84/121 kB | 34 kB Progress (2): 88/121 kB | 34 kB Progress (2): 92/121 kB | 34 kB Progress (2): 96/121 kB | 34 kB Progress (2): 100/121 kB | 34 kB Progress (2): 104/121 kB | 34 kB Progress (2): 108/121 kB | 34 kB Progress (2): 112/121 kB | 34 kB Progress (2): 116/121 kB | 34 kB Progress (2): 120/121 kB | 34 kB Progress (2): 121 kB | 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.8/surefire-booter-2.8.jar (34 kB at 609 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.8/surefire-api-2.8.jar (121 kB at 2.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Progress (1): 4.1/89 kB Progress (1): 7.7/89 kB Progress (1): 12/89 kB Progress (1): 16/89 kB Progress (2): 16/89 kB | 4.1/122 kB Progress (2): 20/89 kB | 4.1/122 kB Progress (2): 20/89 kB | 7.7/122 kB Progress (2): 24/89 kB | 7.7/122 kB Progress (2): 24/89 kB | 12/122 kB Progress (2): 24/89 kB | 16/122 kB Progress (2): 28/89 kB | 16/122 kB Progress (2): 28/89 kB | 20/122 kB Progress (2): 32/89 kB | 20/122 kB Progress (3): 32/89 kB | 20/122 kB | 4.1/224 kB Progress (3): 32/89 kB | 24/122 kB | 4.1/224 kB Progress (3): 36/89 kB | 24/122 kB | 4.1/224 kB Progress (3): 36/89 kB | 24/122 kB | 7.7/224 kB Progress (3): 40/89 kB | 24/122 kB | 7.7/224 kB Progress (3): 40/89 kB | 28/122 kB | 7.7/224 kB Progress (3): 40/89 kB | 28/122 kB | 12/224 kB Progress (3): 44/89 kB | 28/122 kB | 12/224 kB Progress (3): 44/89 kB | 32/122 kB | 12/224 kB Progress (3): 48/89 kB | 32/122 kB | 12/224 kB Progress (3): 48/89 kB | 36/122 kB | 12/224 kB Progress (3): 48/89 kB | 36/122 kB | 16/224 kB Progress (3): 48/89 kB | 40/122 kB | 16/224 kB Progress (3): 52/89 kB | 40/122 kB | 16/224 kB Progress (3): 52/89 kB | 44/122 kB | 16/224 kB Progress (3): 52/89 kB | 44/122 kB | 20/224 kB Progress (3): 52/89 kB | 48/122 kB | 20/224 kB Progress (3): 56/89 kB | 48/122 kB | 20/224 kB Progress (3): 56/89 kB | 52/122 kB | 20/224 kB Progress (3): 56/89 kB | 52/122 kB | 24/224 kB Progress (3): 60/89 kB | 52/122 kB | 24/224 kB Progress (3): 60/89 kB | 56/122 kB | 24/224 kB Progress (3): 64/89 kB | 56/122 kB | 24/224 kB Progress (3): 64/89 kB | 56/122 kB | 28/224 kB Progress (3): 64/89 kB | 60/122 kB | 28/224 kB Progress (3): 68/89 kB | 60/122 kB | 28/224 kB Progress (3): 68/89 kB | 60/122 kB | 32/224 kB Progress (3): 72/89 kB | 60/122 kB | 32/224 kB Progress (3): 72/89 kB | 64/122 kB | 32/224 kB Progress (3): 76/89 kB | 64/122 kB | 32/224 kB Progress (3): 76/89 kB | 64/122 kB | 33/224 kB Progress (3): 76/89 kB | 68/122 kB | 33/224 kB Progress (3): 80/89 kB | 68/122 kB | 33/224 kB Progress (3): 80/89 kB | 72/122 kB | 33/224 kB Progress (3): 80/89 kB | 72/122 kB | 37/224 kB Progress (3): 80/89 kB | 76/122 kB | 37/224 kB Progress (3): 80/89 kB | 76/122 kB | 41/224 kB Progress (3): 84/89 kB | 76/122 kB | 41/224 kB Progress (3): 84/89 kB | 76/122 kB | 45/224 kB Progress (3): 84/89 kB | 80/122 kB | 45/224 kB Progress (3): 84/89 kB | 80/122 kB | 49/224 kB Progress (3): 88/89 kB | 80/122 kB | 49/224 kB Progress (3): 88/89 kB | 84/122 kB | 49/224 kB Progress (3): 89 kB | 84/122 kB | 49/224 kB Progress (3): 89 kB | 84/122 kB | 53/224 kB Progress (3): 89 kB | 88/122 kB | 53/224 kB Progress (3): 89 kB | 88/122 kB | 57/224 kB Progress (3): 89 kB | 92/122 kB | 57/224 kB Progress (3): 89 kB | 92/122 kB | 61/224 kB Progress (3): 89 kB | 96/122 kB | 61/224 kB Progress (3): 89 kB | 96/122 kB | 65/224 kB Progress (3): 89 kB | 96/122 kB | 66/224 kB Progress (3): 89 kB | 100/122 kB | 66/224 kB Progress (3): 89 kB | 100/122 kB | 70/224 kB Progress (3): 89 kB | 104/122 kB | 70/224 kB Progress (3): 89 kB | 104/122 kB | 74/224 kB Progress (3): 89 kB | 108/122 kB | 74/224 kB Progress (3): 89 kB | 108/122 kB | 78/224 kB Progress (3): 89 kB | 112/122 kB | 78/224 kB Progress (3): 89 kB | 112/122 kB | 82/224 kB Progress (3): 89 kB | 116/122 kB | 82/224 kB Progress (3): 89 kB | 116/122 kB | 86/224 kB Progress (3): 89 kB | 120/122 kB | 86/224 kB Progress (3): 89 kB | 120/122 kB | 90/224 kB Progress (3): 89 kB | 122 kB | 90/224 kB Progress (3): 89 kB | 122 kB | 94/224 kB Progress (3): 89 kB | 122 kB | 98/224 kB Progress (3): 89 kB | 122 kB | 102/224 kB Progress (3): 89 kB | 122 kB | 106/224 kB Progress (3): 89 kB | 122 kB | 110/224 kB Progress (3): 89 kB | 122 kB | 114/224 kB Progress (3): 89 kB | 122 kB | 118/224 kB Progress (3): 89 kB | 122 kB | 122/224 kB Progress (3): 89 kB | 122 kB | 126/224 kB Progress (3): 89 kB | 122 kB | 130/224 kB Progress (3): 89 kB | 122 kB | 134/224 kB Progress (3): 89 kB | 122 kB | 138/224 kB Progress (3): 89 kB | 122 kB | 142/224 kB Progress (3): 89 kB | 122 kB | 146/224 kB Progress (3): 89 kB | 122 kB | 150/224 kB Progress (3): 89 kB | 122 kB | 154/224 kB Progress (3): 89 kB | 122 kB | 158/224 kB Progress (3): 89 kB | 122 kB | 162/224 kB Progress (3): 89 kB | 122 kB | 166/224 kB Progress (3): 89 kB | 122 kB | 170/224 kB Progress (3): 89 kB | 122 kB | 174/224 kB Progress (3): 89 kB | 122 kB | 178/224 kB Progress (3): 89 kB | 122 kB | 182/224 kB Progress (3): 89 kB | 122 kB | 186/224 kB Progress (3): 89 kB | 122 kB | 190/224 kB Progress (3): 89 kB | 122 kB | 194/224 kB Progress (3): 89 kB | 122 kB | 198/224 kB Progress (3): 89 kB | 122 kB | 202/224 kB Progress (3): 89 kB | 122 kB | 206/224 kB Progress (3): 89 kB | 122 kB | 210/224 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.0 MB/s) Progress (2): 122 kB | 214/224 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Progress (2): 122 kB | 218/224 kB Progress (2): 122 kB | 222/224 kB Progress (2): 122 kB | 224 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.7/plexus-utils-2.0.7.jar (224 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Progress (1): 4.1/49 kB Progress (1): 7.7/49 kB Progress (1): 12/49 kB Progress (1): 16/49 kB Progress (2): 16/49 kB | 4.1/35 kB Progress (2): 20/49 kB | 4.1/35 kB Progress (2): 20/49 kB | 7.7/35 kB Progress (2): 20/49 kB | 12/35 kB Progress (2): 20/49 kB | 16/35 kB Progress (2): 20/49 kB | 20/35 kB Progress (2): 20/49 kB | 24/35 kB Progress (2): 24/49 kB | 24/35 kB Progress (2): 28/49 kB | 24/35 kB Progress (2): 32/49 kB | 24/35 kB Progress (2): 36/49 kB | 24/35 kB Progress (2): 40/49 kB | 24/35 kB Progress (2): 40/49 kB | 28/35 kB Progress (2): 44/49 kB | 28/35 kB Progress (2): 44/49 kB | 32/35 kB Progress (2): 48/49 kB | 32/35 kB Progress (3): 48/49 kB | 32/35 kB | 4.1/87 kB Progress (3): 49 kB | 32/35 kB | 4.1/87 kB Progress (3): 49 kB | 35 kB | 4.1/87 kB Progress (3): 49 kB | 35 kB | 7.7/87 kB Progress (3): 49 kB | 35 kB | 12/87 kB Progress (3): 49 kB | 35 kB | 16/87 kB Progress (3): 49 kB | 35 kB | 20/87 kB Progress (3): 49 kB | 35 kB | 24/87 kB Progress (3): 49 kB | 35 kB | 28/87 kB Progress (3): 49 kB | 35 kB | 32/87 kB Progress (3): 49 kB | 35 kB | 33/87 kB Progress (3): 49 kB | 35 kB | 37/87 kB Progress (3): 49 kB | 35 kB | 41/87 kB Progress (3): 49 kB | 35 kB | 45/87 kB Progress (3): 49 kB | 35 kB | 49/87 kB Progress (3): 49 kB | 35 kB | 53/87 kB Progress (3): 49 kB | 35 kB | 57/87 kB Progress (3): 49 kB | 35 kB | 61/87 kB Progress (3): 49 kB | 35 kB | 65/87 kB Progress (3): 49 kB | 35 kB | 69/87 kB Progress (3): 49 kB | 35 kB | 73/87 kB Progress (3): 49 kB | 35 kB | 77/87 kB Progress (3): 49 kB | 35 kB | 81/87 kB Progress (3): 49 kB | 35 kB | 85/87 kB Progress (3): 49 kB | 35 kB | 87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 319 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 228 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 536 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 44/58 kB Progress (1): 48/58 kB Progress (1): 52/58 kB Progress (1): 56/58 kB Progress (1): 58 kB Progress (2): 58 kB | 4.1/29 kB Progress (2): 58 kB | 7.7/29 kB Progress (2): 58 kB | 12/29 kB Progress (2): 58 kB | 16/29 kB Progress (2): 58 kB | 20/29 kB Progress (2): 58 kB | 24/29 kB Progress (2): 58 kB | 28/29 kB Progress (2): 58 kB | 29 kB Progress (3): 58 kB | 29 kB | 4.1/61 kB Progress (3): 58 kB | 29 kB | 7.7/61 kB Progress (3): 58 kB | 29 kB | 12/61 kB Progress (3): 58 kB | 29 kB | 16/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 323 kB/s) Progress (2): 29 kB | 20/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 162 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Progress (2): 20/61 kB | 4.1/160 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Progress (3): 20/61 kB | 4.1/160 kB | 4.1/31 kB Progress (3): 24/61 kB | 4.1/160 kB | 4.1/31 kB Progress (3): 24/61 kB | 4.1/160 kB | 7.7/31 kB Progress (3): 24/61 kB | 7.7/160 kB | 7.7/31 kB Progress (3): 28/61 kB | 7.7/160 kB | 7.7/31 kB Progress (3): 28/61 kB | 7.7/160 kB | 12/31 kB Progress (3): 32/61 kB | 7.7/160 kB | 12/31 kB Progress (3): 32/61 kB | 12/160 kB | 12/31 kB Progress (3): 32/61 kB | 12/160 kB | 16/31 kB Progress (3): 36/61 kB | 12/160 kB | 16/31 kB Progress (3): 36/61 kB | 16/160 kB | 16/31 kB Progress (3): 40/61 kB | 16/160 kB | 16/31 kB Progress (3): 40/61 kB | 20/160 kB | 16/31 kB Progress (3): 40/61 kB | 20/160 kB | 20/31 kB Progress (3): 44/61 kB | 20/160 kB | 20/31 kB Progress (3): 44/61 kB | 24/160 kB | 20/31 kB Progress (3): 48/61 kB | 24/160 kB | 20/31 kB Progress (3): 48/61 kB | 24/160 kB | 24/31 kB Progress (3): 48/61 kB | 28/160 kB | 24/31 kB Progress (3): 52/61 kB | 28/160 kB | 24/31 kB Progress (3): 52/61 kB | 28/160 kB | 28/31 kB Progress (3): 52/61 kB | 32/160 kB | 28/31 kB Progress (3): 52/61 kB | 32/160 kB | 31 kB Progress (3): 56/61 kB | 32/160 kB | 31 kB Progress (3): 56/61 kB | 33/160 kB | 31 kB Progress (3): 60/61 kB | 33/160 kB | 31 kB Progress (3): 60/61 kB | 37/160 kB | 31 kB Progress (3): 61 kB | 37/160 kB | 31 kB Progress (3): 61 kB | 41/160 kB | 31 kB Progress (3): 61 kB | 45/160 kB | 31 kB Progress (3): 61 kB | 49/160 kB | 31 kB Progress (4): 61 kB | 49/160 kB | 31 kB | 4.1/21 kB Progress (4): 61 kB | 53/160 kB | 31 kB | 4.1/21 kB Progress (4): 61 kB | 53/160 kB | 31 kB | 7.7/21 kB Progress (4): 61 kB | 57/160 kB | 31 kB | 7.7/21 kB Progress (4): 61 kB | 57/160 kB | 31 kB | 12/21 kB Progress (4): 61 kB | 61/160 kB | 31 kB | 12/21 kB Progress (4): 61 kB | 61/160 kB | 31 kB | 16/21 kB Progress (4): 61 kB | 65/160 kB | 31 kB | 16/21 kB Progress (4): 61 kB | 65/160 kB | 31 kB | 20/21 kB Progress (4): 61 kB | 66/160 kB | 31 kB | 20/21 kB Progress (4): 61 kB | 66/160 kB | 31 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.8/maven-surefire-common-2.8.jar (61 kB at 252 kB/s) Progress (4): 66/160 kB | 31 kB | 21 kB | 4.1/10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 127 kB/s) Progress (3): 70/160 kB | 21 kB | 4.1/10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Progress (3): 70/160 kB | 21 kB | 7.7/10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Progress (3): 70/160 kB | 21 kB | 10 kB Progress (3): 74/160 kB | 21 kB | 10 kB Progress (3): 78/160 kB | 21 kB | 10 kB Progress (3): 82/160 kB | 21 kB | 10 kB Progress (3): 86/160 kB | 21 kB | 10 kB Progress (3): 90/160 kB | 21 kB | 10 kB Progress (3): 94/160 kB | 21 kB | 10 kB Progress (3): 98/160 kB | 21 kB | 10 kB Progress (3): 102/160 kB | 21 kB | 10 kB Progress (3): 106/160 kB | 21 kB | 10 kB Progress (3): 110/160 kB | 21 kB | 10 kB Progress (3): 114/160 kB | 21 kB | 10 kB Progress (3): 118/160 kB | 21 kB | 10 kB Progress (3): 122/160 kB | 21 kB | 10 kB Progress (3): 126/160 kB | 21 kB | 10 kB Progress (3): 130/160 kB | 21 kB | 10 kB Progress (3): 134/160 kB | 21 kB | 10 kB Progress (3): 138/160 kB | 21 kB | 10 kB Progress (3): 142/160 kB | 21 kB | 10 kB Progress (3): 146/160 kB | 21 kB | 10 kB Progress (3): 150/160 kB | 21 kB | 10 kB Progress (3): 154/160 kB | 21 kB | 10 kB Progress (3): 158/160 kB | 21 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 83 kB/s) Progress (2): 160 kB | 10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Progress (3): 160 kB | 10 kB | 4.1/25 kB Progress (3): 160 kB | 10 kB | 7.7/25 kB Progress (3): 160 kB | 10 kB | 12/25 kB Progress (4): 160 kB | 10 kB | 12/25 kB | 4.1/14 kB Progress (4): 160 kB | 10 kB | 16/25 kB | 4.1/14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 39 kB/s) Progress (3): 160 kB | 16/25 kB | 7.7/14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Progress (3): 160 kB | 20/25 kB | 7.7/14 kB Progress (3): 160 kB | 20/25 kB | 12/14 kB Progress (3): 160 kB | 24/25 kB | 12/14 kB Progress (3): 160 kB | 25 kB | 12/14 kB Progress (3): 160 kB | 25 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 596 kB/s) Progress (3): 25 kB | 14 kB | 4.1/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Progress (3): 25 kB | 14 kB | 7.7/37 kB Progress (3): 25 kB | 14 kB | 12/37 kB Progress (3): 25 kB | 14 kB | 16/37 kB Progress (3): 25 kB | 14 kB | 20/37 kB Progress (3): 25 kB | 14 kB | 24/37 kB Progress (4): 25 kB | 14 kB | 24/37 kB | 4.1/10 kB Progress (4): 25 kB | 14 kB | 28/37 kB | 4.1/10 kB Progress (4): 25 kB | 14 kB | 28/37 kB | 7.7/10 kB Progress (4): 25 kB | 14 kB | 32/37 kB | 7.7/10 kB Progress (4): 25 kB | 14 kB | 32/37 kB | 10 kB Progress (4): 25 kB | 14 kB | 36/37 kB | 10 kB Progress (4): 25 kB | 14 kB | 37 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 50 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 90 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 132 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 36 kB/s) Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 130 kB/s) [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/surefire-reports Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit3/2.8/surefire-junit3-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit3/2.8/surefire-junit3-2.8.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit3/2.8/surefire-junit3-2.8.pom (1.7 kB at 77 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-providers/2.8/surefire-providers-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.8/surefire-providers-2.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.8/surefire-providers-2.8.pom (1.9 kB at 104 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit3/2.8/surefire-junit3-2.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit3/2.8/surefire-junit3-2.8.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/surefire/surefire-junit3/2.8/surefire-junit3-2.8.jar (26 kB at 1.4 MB/s) ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:4.2.0:bundle (default-bundle) @ org.eclipse.m2e.archetype.common --- [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.14.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.14.0,1.15.0)" for this fragment/require bundle cannot be found on the classpath [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.14.0-SNAPSHOT : Export org.apache.maven.archetype.common, has 2, private references [org.dom4j, org.jdom] [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.14.0-SNAPSHOT : Export org.apache.maven.archetype.common.util, has 2, private references [org.jdom, org.jdom.output] [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.14.0-SNAPSHOT : Export org.apache.maven.archetype.old, has 1, private references [org.apache.velocity.context] [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.14.0-SNAPSHOT : Export org.codehaus.plexus.velocity, has 7, private references [org.apache.commons.collections, org.apache.velocity.app, org.apache.velocity.exception, org.apache.velocity.runtime, org.apache.velocity.runtime.log, org.apache.velocity.runtime.resource, org.apache.velocity.runtime.resource.loader] [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.14.0-SNAPSHOT : The default package '.' is not permitted by the Import-Package syntax. This can be caused by compile errors in Eclipse because Eclipse creates valid class files regardless of compile errors. The following package(s) import from the default package null [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.14.0-SNAPSHOT : Invalid package name: 'META-INF.plexus' in Export-Package [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.archetype.common --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 112 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 248 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 7.8 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 92 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 95 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 104 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 81 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.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-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Progress (1): 4.1/50 kB Progress (2): 4.1/50 kB | 4.1/54 kB Progress (2): 7.7/50 kB | 4.1/54 kB Progress (2): 12/50 kB | 4.1/54 kB Progress (2): 16/50 kB | 4.1/54 kB Progress (3): 16/50 kB | 4.1/54 kB | 4.1/114 kB Progress (3): 16/50 kB | 7.7/54 kB | 4.1/114 kB Progress (3): 16/50 kB | 7.7/54 kB | 7.7/114 kB Progress (3): 20/50 kB | 7.7/54 kB | 7.7/114 kB Progress (4): 20/50 kB | 7.7/54 kB | 7.7/114 kB | 4.1/28 kB Progress (4): 20/50 kB | 7.7/54 kB | 7.7/114 kB | 7.7/28 kB Progress (4): 24/50 kB | 7.7/54 kB | 7.7/114 kB | 7.7/28 kB Progress (4): 24/50 kB | 7.7/54 kB | 12/114 kB | 7.7/28 kB Progress (4): 24/50 kB | 12/54 kB | 12/114 kB | 7.7/28 kB Progress (4): 24/50 kB | 12/54 kB | 16/114 kB | 7.7/28 kB Progress (4): 28/50 kB | 12/54 kB | 16/114 kB | 7.7/28 kB Progress (4): 28/50 kB | 12/54 kB | 16/114 kB | 12/28 kB Progress (4): 32/50 kB | 12/54 kB | 16/114 kB | 12/28 kB Progress (4): 32/50 kB | 12/54 kB | 20/114 kB | 12/28 kB Progress (4): 32/50 kB | 16/54 kB | 20/114 kB | 12/28 kB Progress (4): 32/50 kB | 16/54 kB | 24/114 kB | 12/28 kB Progress (4): 36/50 kB | 16/54 kB | 24/114 kB | 12/28 kB Progress (4): 36/50 kB | 16/54 kB | 24/114 kB | 16/28 kB Progress (4): 40/50 kB | 16/54 kB | 24/114 kB | 16/28 kB Progress (4): 40/50 kB | 16/54 kB | 28/114 kB | 16/28 kB Progress (4): 40/50 kB | 20/54 kB | 28/114 kB | 16/28 kB Progress (4): 40/50 kB | 20/54 kB | 32/114 kB | 16/28 kB Progress (4): 44/50 kB | 20/54 kB | 32/114 kB | 16/28 kB Progress (4): 44/50 kB | 20/54 kB | 32/114 kB | 20/28 kB Progress (4): 48/50 kB | 20/54 kB | 32/114 kB | 20/28 kB Progress (4): 48/50 kB | 20/54 kB | 36/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 36/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 40/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 44/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 48/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 52/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 56/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 60/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 64/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 68/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 72/114 kB | 20/28 kB Progress (4): 48/50 kB | 24/54 kB | 76/114 kB | 20/28 kB Progress (4): 50 kB | 24/54 kB | 76/114 kB | 20/28 kB Progress (4): 50 kB | 24/54 kB | 76/114 kB | 24/28 kB Progress (4): 50 kB | 24/54 kB | 80/114 kB | 24/28 kB Progress (4): 50 kB | 28/54 kB | 80/114 kB | 24/28 kB Progress (4): 50 kB | 28/54 kB | 84/114 kB | 24/28 kB Progress (4): 50 kB | 28/54 kB | 84/114 kB | 28 kB Progress (4): 50 kB | 28/54 kB | 88/114 kB | 28 kB Progress (4): 50 kB | 32/54 kB | 88/114 kB | 28 kB Progress (4): 50 kB | 32/54 kB | 92/114 kB | 28 kB Progress (4): 50 kB | 36/54 kB | 92/114 kB | 28 kB Progress (4): 50 kB | 36/54 kB | 96/114 kB | 28 kB Progress (4): 50 kB | 40/54 kB | 96/114 kB | 28 kB Progress (4): 50 kB | 40/54 kB | 100/114 kB | 28 kB Progress (4): 50 kB | 40/54 kB | 104/114 kB | 28 kB Progress (4): 50 kB | 44/54 kB | 104/114 kB | 28 kB Progress (4): 50 kB | 44/54 kB | 108/114 kB | 28 kB Progress (4): 50 kB | 48/54 kB | 108/114 kB | 28 kB Progress (4): 50 kB | 48/54 kB | 112/114 kB | 28 kB Progress (4): 50 kB | 52/54 kB | 112/114 kB | 28 kB Progress (4): 50 kB | 52/54 kB | 114 kB | 28 kB Progress (4): 50 kB | 54 kB | 114 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 326 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar 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 579 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.jar 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 1.3 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 580 kB/s) Progress (1): 4.1/81 kB Progress (1): 7.7/81 kB Progress (1): 12/81 kB Progress (1): 16/81 kB Progress (1): 20/81 kB Progress (1): 24/81 kB Progress (1): 28/81 kB Progress (1): 32/81 kB Progress (1): 33/81 kB Progress (1): 37/81 kB Progress (1): 41/81 kB Progress (1): 45/81 kB Progress (1): 49/81 kB Progress (1): 53/81 kB Progress (1): 57/81 kB Progress (1): 61/81 kB Progress (1): 65/81 kB Progress (1): 69/81 kB Progress (1): 73/81 kB Progress (1): 77/81 kB Progress (1): 81/81 kB Progress (1): 81 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 493 kB/s) Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Progress (2): 33 kB | 4.1/20 kB Progress (2): 33 kB | 7.7/20 kB Progress (2): 33 kB | 12/20 kB Progress (2): 33 kB | 16/20 kB Progress (2): 33 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 185 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 108 kB/s) [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (p2-metadata) @ org.eclipse.m2e.archetype.common --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 8.6 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 33/218 kB Progress (1): 37/218 kB Progress (1): 41/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 66/218 kB Progress (1): 70/218 kB Progress (1): 74/218 kB Progress (1): 78/218 kB Progress (1): 82/218 kB Progress (1): 86/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 130/218 kB Progress (1): 134/218 kB Progress (1): 138/218 kB Progress (1): 142/218 kB Progress (1): 146/218 kB Progress (1): 150/218 kB Progress (1): 154/218 kB Progress (1): 158/218 kB Progress (1): 162/218 kB Progress (1): 166/218 kB Progress (1): 170/218 kB Progress (1): 174/218 kB Progress (1): 178/218 kB Progress (1): 182/218 kB Progress (1): 186/218 kB Progress (1): 190/218 kB Progress (1): 194/218 kB Progress (1): 198/218 kB Progress (1): 202/218 kB Progress (1): 206/218 kB Progress (1): 210/218 kB Progress (1): 214/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 4.5 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 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): 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.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 5.7 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 432 kB/s) [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.m2e.archetype.common --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.m2e.archetype.common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.m2e.archetype.common --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.archetype.common --- [INFO] Installing /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-master/.repository/org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.14.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml to /home/jenkins/agent/workspace/m2e-master/.repository/org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.14.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e-master/.repository/org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.14.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-bundle-plugin:4.2.0:install (default-install) @ org.eclipse.m2e.archetype.common --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.14.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.14.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.maven.indexer >------------ [INFO] Building Nexus Indexer Bundle 1.14.0-SNAPSHOT [3/5] [INFO] -------------------------------[ bundle ]------------------------------- Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/indexer/indexer-core/3.1.0/indexer-core-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/indexer/indexer-core/3.1.0/indexer-core-3.1.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/org/apache/maven/indexer/indexer-core/3.1.0/indexer-core-3.1.0.pom (9.1 kB at 348 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/indexer/maven-indexer/3.1.0/maven-indexer-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/indexer/maven-indexer/3.1.0/maven-indexer-3.1.0.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/indexer/maven-indexer/3.1.0/maven-indexer-3.1.0.pom (5.7 kB at 283 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-parent/18/maven-parent-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/18/maven-parent-18.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/18/maven-parent-18.pom (24 kB at 1.1 MB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/apache/8/apache-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/8/apache-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/apache/apache/8/apache-8.pom (14 kB at 502 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/indexer/indexer-artifact/3.1.0/indexer-artifact-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/indexer/indexer-artifact/3.1.0/indexer-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/indexer/indexer-artifact/3.1.0/indexer-artifact-3.1.0.pom (1.6 kB at 76 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/lucene/lucene-core/2.4.1/lucene-core-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/2.4.1/lucene-core-2.4.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/2.4.1/lucene-core-2.4.1.pom (1.5 kB at 47 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom (3.2 kB at 11 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/lucene/lucene-highlighter/2.4.1/lucene-highlighter-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/2.4.1/lucene-highlighter-2.4.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/2.4.1/lucene-highlighter-2.4.1.pom (1.5 kB at 30 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom (1.9 kB at 40 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/guava/guava/10.0.1/guava-10.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.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/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 224 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.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/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 131 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom 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 48 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/indexer/indexer-core/3.1.0/indexer-core-3.1.0.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/indexer/indexer-artifact/3.1.0/indexer-artifact-3.1.0.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/guava/guava/10.0.1/guava-10.0.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/lucene/lucene-highlighter/2.4.1/lucene-highlighter-2.4.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/lucene/lucene-core/2.4.1/lucene-core-2.4.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/indexer/indexer-core/3.1.0/indexer-core-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/2.4.1/lucene-highlighter-2.4.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/2.4.1/lucene-core-2.4.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/indexer/indexer-artifact/3.1.0/indexer-artifact-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar Progress (1): 4.1/199 kB Progress (1): 7.7/199 kB Progress (1): 12/199 kB Progress (1): 16/199 kB Progress (1): 20/199 kB Progress (1): 24/199 kB Progress (1): 28/199 kB Progress (1): 32/199 kB Progress (1): 33/199 kB Progress (1): 37/199 kB Progress (1): 41/199 kB Progress (1): 45/199 kB Progress (1): 49/199 kB Progress (1): 53/199 kB Progress (1): 57/199 kB Progress (1): 61/199 kB Progress (1): 65/199 kB Progress (1): 66/199 kB Progress (1): 70/199 kB Progress (1): 74/199 kB Progress (1): 78/199 kB Progress (1): 82/199 kB Progress (1): 86/199 kB Progress (1): 90/199 kB Progress (1): 94/199 kB Progress (1): 98/199 kB Progress (1): 98/199 kB Progress (1): 102/199 kB Progress (1): 106/199 kB Progress (1): 110/199 kB Progress (1): 114/199 kB Progress (1): 118/199 kB Progress (1): 122/199 kB Progress (1): 126/199 kB Progress (1): 130/199 kB Progress (2): 130/199 kB | 4.1/823 kB Progress (2): 134/199 kB | 4.1/823 kB Progress (2): 134/199 kB | 7.7/823 kB Progress (2): 138/199 kB | 7.7/823 kB Progress (2): 142/199 kB | 7.7/823 kB Progress (2): 142/199 kB | 12/823 kB Progress (2): 146/199 kB | 12/823 kB Progress (2): 146/199 kB | 16/823 kB Progress (2): 150/199 kB | 16/823 kB Progress (2): 150/199 kB | 20/823 kB Progress (2): 154/199 kB | 20/823 kB Progress (2): 154/199 kB | 24/823 kB Progress (2): 158/199 kB | 24/823 kB Progress (2): 162/199 kB | 24/823 kB Progress (2): 166/199 kB | 24/823 kB Progress (2): 170/199 kB | 24/823 kB Progress (2): 170/199 kB | 28/823 kB Progress (2): 170/199 kB | 32/823 kB Progress (2): 174/199 kB | 32/823 kB Progress (2): 178/199 kB | 32/823 kB Progress (2): 178/199 kB | 36/823 kB Progress (2): 178/199 kB | 40/823 kB Progress (2): 182/199 kB | 40/823 kB Progress (2): 186/199 kB | 40/823 kB Progress (2): 186/199 kB | 44/823 kB Progress (2): 190/199 kB | 44/823 kB Progress (2): 190/199 kB | 48/823 kB Progress (2): 194/199 kB | 48/823 kB Progress (2): 194/199 kB | 52/823 kB Progress (2): 194/199 kB | 56/823 kB Progress (2): 198/199 kB | 56/823 kB Progress (2): 199 kB | 56/823 kB Progress (3): 199 kB | 56/823 kB | 4.1/27 kB Progress (3): 199 kB | 56/823 kB | 7.7/27 kB Progress (3): 199 kB | 60/823 kB | 7.7/27 kB Progress (3): 199 kB | 64/823 kB | 7.7/27 kB Progress (3): 199 kB | 68/823 kB | 7.7/27 kB Progress (3): 199 kB | 72/823 kB | 7.7/27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/indexer/indexer-core/3.1.0/indexer-core-3.1.0.jar (199 kB at 3.3 MB/s) Progress (2): 76/823 kB | 7.7/27 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): 80/823 kB | 7.7/27 kB Progress (2): 84/823 kB | 7.7/27 kB Progress (2): 88/823 kB | 7.7/27 kB Progress (2): 92/823 kB | 7.7/27 kB Progress (2): 96/823 kB | 7.7/27 kB Progress (2): 100/823 kB | 7.7/27 kB Progress (2): 104/823 kB | 7.7/27 kB Progress (2): 108/823 kB | 7.7/27 kB Progress (2): 112/823 kB | 7.7/27 kB Progress (2): 116/823 kB | 7.7/27 kB Progress (2): 120/823 kB | 7.7/27 kB Progress (2): 124/823 kB | 7.7/27 kB Progress (2): 128/823 kB | 7.7/27 kB Progress (2): 132/823 kB | 7.7/27 kB Progress (2): 136/823 kB | 7.7/27 kB Progress (2): 140/823 kB | 7.7/27 kB Progress (2): 144/823 kB | 7.7/27 kB Progress (2): 148/823 kB | 7.7/27 kB Progress (2): 152/823 kB | 7.7/27 kB Progress (2): 156/823 kB | 7.7/27 kB Progress (2): 160/823 kB | 7.7/27 kB Progress (2): 164/823 kB | 7.7/27 kB Progress (2): 168/823 kB | 7.7/27 kB Progress (2): 172/823 kB | 7.7/27 kB Progress (2): 176/823 kB | 7.7/27 kB Progress (2): 180/823 kB | 7.7/27 kB Progress (2): 184/823 kB | 7.7/27 kB Progress (2): 188/823 kB | 7.7/27 kB Progress (3): 188/823 kB | 7.7/27 kB | 4.1/33 kB Progress (3): 188/823 kB | 7.7/27 kB | 7.7/33 kB Progress (3): 192/823 kB | 7.7/27 kB | 7.7/33 kB Progress (3): 192/823 kB | 7.7/27 kB | 12/33 kB Progress (3): 196/823 kB | 7.7/27 kB | 12/33 kB Progress (3): 196/823 kB | 7.7/27 kB | 16/33 kB Progress (3): 200/823 kB | 7.7/27 kB | 16/33 kB Progress (3): 200/823 kB | 7.7/27 kB | 20/33 kB Progress (3): 200/823 kB | 7.7/27 kB | 24/33 kB Progress (3): 200/823 kB | 7.7/27 kB | 28/33 kB Progress (3): 200/823 kB | 7.7/27 kB | 32/33 kB Progress (3): 200/823 kB | 7.7/27 kB | 33 kB Progress (3): 204/823 kB | 7.7/27 kB | 33 kB Progress (3): 208/823 kB | 7.7/27 kB | 33 kB Progress (3): 212/823 kB | 7.7/27 kB | 33 kB Progress (3): 216/823 kB | 7.7/27 kB | 33 kB Progress (3): 220/823 kB | 7.7/27 kB | 33 kB Progress (3): 224/823 kB | 7.7/27 kB | 33 kB Progress (3): 228/823 kB | 7.7/27 kB | 33 kB Progress (3): 232/823 kB | 7.7/27 kB | 33 kB Progress (3): 236/823 kB | 7.7/27 kB | 33 kB Progress (3): 240/823 kB | 7.7/27 kB | 33 kB Progress (3): 244/823 kB | 7.7/27 kB | 33 kB Progress (3): 248/823 kB | 7.7/27 kB | 33 kB Progress (3): 252/823 kB | 7.7/27 kB | 33 kB Progress (3): 256/823 kB | 7.7/27 kB | 33 kB Progress (3): 260/823 kB | 7.7/27 kB | 33 kB Progress (3): 264/823 kB | 7.7/27 kB | 33 kB Progress (3): 268/823 kB | 7.7/27 kB | 33 kB Progress (3): 272/823 kB | 7.7/27 kB | 33 kB Progress (3): 276/823 kB | 7.7/27 kB | 33 kB Progress (3): 280/823 kB | 7.7/27 kB | 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 375 kB/s) Progress (2): 284/823 kB | 7.7/27 kB 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.jar Progress (2): 288/823 kB | 7.7/27 kB Progress (2): 292/823 kB | 7.7/27 kB Progress (2): 296/823 kB | 7.7/27 kB Progress (2): 300/823 kB | 7.7/27 kB Progress (2): 304/823 kB | 7.7/27 kB Progress (2): 308/823 kB | 7.7/27 kB Progress (2): 312/823 kB | 7.7/27 kB Progress (2): 316/823 kB | 7.7/27 kB Progress (2): 320/823 kB | 7.7/27 kB Progress (2): 324/823 kB | 7.7/27 kB Progress (2): 328/823 kB | 7.7/27 kB Progress (2): 332/823 kB | 7.7/27 kB Progress (2): 336/823 kB | 7.7/27 kB Progress (2): 340/823 kB | 7.7/27 kB Progress (2): 344/823 kB | 7.7/27 kB Progress (2): 348/823 kB | 7.7/27 kB Progress (2): 352/823 kB | 7.7/27 kB Progress (2): 356/823 kB | 7.7/27 kB Progress (2): 360/823 kB | 7.7/27 kB Progress (2): 364/823 kB | 7.7/27 kB Progress (2): 368/823 kB | 7.7/27 kB Progress (2): 372/823 kB | 7.7/27 kB Progress (2): 376/823 kB | 7.7/27 kB Progress (2): 380/823 kB | 7.7/27 kB Progress (2): 384/823 kB | 7.7/27 kB Progress (2): 388/823 kB | 7.7/27 kB Progress (2): 392/823 kB | 7.7/27 kB Progress (2): 396/823 kB | 7.7/27 kB Progress (2): 400/823 kB | 7.7/27 kB Progress (2): 404/823 kB | 7.7/27 kB Progress (2): 408/823 kB | 7.7/27 kB Progress (2): 412/823 kB | 7.7/27 kB Progress (2): 416/823 kB | 7.7/27 kB Progress (2): 420/823 kB | 7.7/27 kB Progress (2): 424/823 kB | 7.7/27 kB Progress (3): 424/823 kB | 7.7/27 kB | 4.1/47 kB Progress (3): 428/823 kB | 7.7/27 kB | 4.1/47 kB Progress (3): 428/823 kB | 7.7/27 kB | 7.7/47 kB Progress (3): 432/823 kB | 7.7/27 kB | 7.7/47 kB Progress (3): 432/823 kB | 7.7/27 kB | 12/47 kB Progress (3): 436/823 kB | 7.7/27 kB | 12/47 kB Progress (3): 436/823 kB | 7.7/27 kB | 16/47 kB Progress (3): 440/823 kB | 7.7/27 kB | 16/47 kB Progress (3): 440/823 kB | 7.7/27 kB | 20/47 kB Progress (3): 444/823 kB | 7.7/27 kB | 20/47 kB Progress (3): 444/823 kB | 7.7/27 kB | 24/47 kB Progress (3): 448/823 kB | 7.7/27 kB | 24/47 kB Progress (3): 448/823 kB | 7.7/27 kB | 28/47 kB Progress (3): 452/823 kB | 7.7/27 kB | 28/47 kB Progress (3): 452/823 kB | 7.7/27 kB | 32/47 kB Progress (3): 456/823 kB | 7.7/27 kB | 32/47 kB Progress (3): 456/823 kB | 7.7/27 kB | 36/47 kB Progress (3): 456/823 kB | 7.7/27 kB | 40/47 kB Progress (3): 460/823 kB | 7.7/27 kB | 40/47 kB Progress (3): 460/823 kB | 7.7/27 kB | 44/47 kB Progress (3): 464/823 kB | 7.7/27 kB | 44/47 kB Progress (3): 464/823 kB | 7.7/27 kB | 47 kB Progress (3): 468/823 kB | 7.7/27 kB | 47 kB Progress (3): 472/823 kB | 7.7/27 kB | 47 kB Progress (3): 476/823 kB | 7.7/27 kB | 47 kB Progress (3): 480/823 kB | 7.7/27 kB | 47 kB Progress (3): 484/823 kB | 7.7/27 kB | 47 kB Progress (3): 488/823 kB | 7.7/27 kB | 47 kB Progress (3): 492/823 kB | 7.7/27 kB | 47 kB Progress (3): 496/823 kB | 7.7/27 kB | 47 kB Progress (3): 500/823 kB | 7.7/27 kB | 47 kB Progress (3): 504/823 kB | 7.7/27 kB | 47 kB Progress (3): 508/823 kB | 7.7/27 kB | 47 kB Progress (3): 512/823 kB | 7.7/27 kB | 47 kB Progress (3): 516/823 kB | 7.7/27 kB | 47 kB Progress (3): 520/823 kB | 7.7/27 kB | 47 kB Progress (3): 524/823 kB | 7.7/27 kB | 47 kB Progress (3): 528/823 kB | 7.7/27 kB | 47 kB Progress (3): 532/823 kB | 7.7/27 kB | 47 kB Progress (3): 536/823 kB | 7.7/27 kB | 47 kB Progress (3): 540/823 kB | 7.7/27 kB | 47 kB Progress (3): 544/823 kB | 7.7/27 kB | 47 kB Progress (3): 548/823 kB | 7.7/27 kB | 47 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.jar (47 kB at 406 kB/s) Progress (2): 552/823 kB | 7.7/27 kB 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.jar Progress (2): 556/823 kB | 7.7/27 kB Progress (2): 560/823 kB | 7.7/27 kB Progress (2): 564/823 kB | 7.7/27 kB Progress (2): 568/823 kB | 7.7/27 kB Progress (2): 572/823 kB | 7.7/27 kB Progress (2): 576/823 kB | 7.7/27 kB Progress (2): 580/823 kB | 7.7/27 kB Progress (2): 584/823 kB | 7.7/27 kB Progress (2): 588/823 kB | 7.7/27 kB Progress (2): 592/823 kB | 7.7/27 kB Progress (2): 596/823 kB | 7.7/27 kB Progress (2): 600/823 kB | 7.7/27 kB Progress (2): 604/823 kB | 7.7/27 kB Progress (2): 608/823 kB | 7.7/27 kB Progress (2): 612/823 kB | 7.7/27 kB Progress (2): 616/823 kB | 7.7/27 kB Progress (2): 620/823 kB | 7.7/27 kB Progress (2): 624/823 kB | 7.7/27 kB Progress (2): 628/823 kB | 7.7/27 kB Progress (2): 632/823 kB | 7.7/27 kB Progress (2): 636/823 kB | 7.7/27 kB Progress (2): 640/823 kB | 7.7/27 kB Progress (2): 644/823 kB | 7.7/27 kB Progress (2): 648/823 kB | 7.7/27 kB Progress (2): 652/823 kB | 7.7/27 kB Progress (2): 656/823 kB | 7.7/27 kB Progress (2): 660/823 kB | 7.7/27 kB Progress (2): 664/823 kB | 7.7/27 kB Progress (2): 668/823 kB | 7.7/27 kB Progress (2): 672/823 kB | 7.7/27 kB Progress (2): 676/823 kB | 7.7/27 kB Progress (2): 680/823 kB | 7.7/27 kB Progress (2): 684/823 kB | 7.7/27 kB Progress (2): 688/823 kB | 7.7/27 kB Progress (2): 692/823 kB | 7.7/27 kB Progress (2): 696/823 kB | 7.7/27 kB Progress (2): 700/823 kB | 7.7/27 kB Progress (2): 704/823 kB | 7.7/27 kB Progress (2): 708/823 kB | 7.7/27 kB Progress (2): 712/823 kB | 7.7/27 kB Progress (2): 716/823 kB | 7.7/27 kB Progress (2): 720/823 kB | 7.7/27 kB Progress (2): 724/823 kB | 7.7/27 kB Progress (2): 728/823 kB | 7.7/27 kB Progress (2): 732/823 kB | 7.7/27 kB Progress (2): 736/823 kB | 7.7/27 kB Progress (2): 740/823 kB | 7.7/27 kB Progress (2): 744/823 kB | 7.7/27 kB Progress (2): 748/823 kB | 7.7/27 kB Progress (2): 752/823 kB | 7.7/27 kB Progress (2): 756/823 kB | 7.7/27 kB Progress (2): 760/823 kB | 7.7/27 kB Progress (2): 764/823 kB | 7.7/27 kB Progress (2): 768/823 kB | 7.7/27 kB Progress (2): 772/823 kB | 7.7/27 kB Progress (2): 776/823 kB | 7.7/27 kB Progress (2): 780/823 kB | 7.7/27 kB Progress (2): 784/823 kB | 7.7/27 kB Progress (2): 788/823 kB | 7.7/27 kB Progress (2): 792/823 kB | 7.7/27 kB Progress (2): 796/823 kB | 7.7/27 kB Progress (2): 800/823 kB | 7.7/27 kB Progress (2): 804/823 kB | 7.7/27 kB Progress (2): 808/823 kB | 7.7/27 kB Progress (2): 812/823 kB | 7.7/27 kB Progress (2): 816/823 kB | 7.7/27 kB Progress (2): 820/823 kB | 7.7/27 kB Progress (2): 823 kB | 7.7/27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/2.4.1/lucene-core-2.4.1.jar (823 kB at 4.2 MB/s) Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Progress (2): 27 kB | 0/1.5 MB Progress (3): 27 kB | 0/1.5 MB | 4.1/91 kB Progress (3): 27 kB | 0/1.5 MB | 4.1/91 kB Progress (3): 27 kB | 0/1.5 MB | 7.7/91 kB Progress (3): 27 kB | 0/1.5 MB | 12/91 kB Progress (3): 27 kB | 0/1.5 MB | 12/91 kB Progress (3): 27 kB | 0/1.5 MB | 16/91 kB Progress (3): 27 kB | 0/1.5 MB | 16/91 kB Progress (3): 27 kB | 0/1.5 MB | 20/91 kB Progress (3): 27 kB | 0/1.5 MB | 24/91 kB Progress (3): 27 kB | 0/1.5 MB | 24/91 kB Progress (3): 27 kB | 0/1.5 MB | 28/91 kB Progress (3): 27 kB | 0/1.5 MB | 28/91 kB Progress (3): 27 kB | 0/1.5 MB | 32/91 kB Progress (3): 27 kB | 0/1.5 MB | 32/91 kB Progress (3): 27 kB | 0/1.5 MB | 36/91 kB Progress (3): 27 kB | 0/1.5 MB | 36/91 kB Progress (3): 27 kB | 0/1.5 MB | 40/91 kB Progress (3): 27 kB | 0/1.5 MB | 40/91 kB Progress (3): 27 kB | 0/1.5 MB | 44/91 kB Progress (3): 27 kB | 0/1.5 MB | 44/91 kB Progress (3): 27 kB | 0/1.5 MB | 48/91 kB Progress (3): 27 kB | 0/1.5 MB | 48/91 kB Progress (3): 27 kB | 0/1.5 MB | 52/91 kB Progress (3): 27 kB | 0/1.5 MB | 52/91 kB Progress (3): 27 kB | 0/1.5 MB | 56/91 kB Progress (3): 27 kB | 0.1/1.5 MB | 56/91 kB Progress (3): 27 kB | 0.1/1.5 MB | 60/91 kB Progress (3): 27 kB | 0.1/1.5 MB | 60/91 kB Progress (3): 27 kB | 0.1/1.5 MB | 64/91 kB Progress (3): 27 kB | 0.1/1.5 MB | 64/91 kB Progress (3): 27 kB | 0.1/1.5 MB | 68/91 kB Progress (3): 27 kB | 0.1/1.5 MB | 68/91 kB Progress (3): 27 kB | 0.1/1.5 MB | 72/91 kB Progress (3): 27 kB | 0.1/1.5 MB | 72/91 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/indexer/indexer-artifact/3.1.0/indexer-artifact-3.1.0.jar (27 kB at 99 kB/s) Progress (2): 0.1/1.5 MB | 76/91 kB Progress (2): 0.1/1.5 MB | 76/91 kB Progress (2): 0.1/1.5 MB | 80/91 kB Progress (2): 0.1/1.5 MB | 80/91 kB Progress (2): 0.1/1.5 MB | 84/91 kB Progress (2): 0.1/1.5 MB | 84/91 kB Progress (2): 0.1/1.5 MB | 88/91 kB Progress (2): 0.1/1.5 MB | 88/91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.1/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Progress (2): 0.2/1.5 MB | 91 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/2.4.1/lucene-highlighter-2.4.1.jar (91 kB at 317 kB/s) Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 3.5 MB/s) Progress (1): 4.1/225 kB Progress (1): 7.7/225 kB Progress (1): 12/225 kB Progress (1): 16/225 kB Progress (1): 20/225 kB Progress (1): 24/225 kB Progress (1): 28/225 kB Progress (1): 32/225 kB Progress (1): 33/225 kB Progress (1): 37/225 kB Progress (1): 41/225 kB Progress (1): 45/225 kB Progress (1): 49/225 kB Progress (1): 53/225 kB Progress (1): 57/225 kB Progress (1): 61/225 kB Progress (1): 65/225 kB Progress (1): 66/225 kB Progress (1): 70/225 kB Progress (1): 74/225 kB Progress (1): 78/225 kB Progress (1): 82/225 kB Progress (1): 86/225 kB Progress (1): 90/225 kB Progress (1): 94/225 kB Progress (1): 98/225 kB Progress (1): 102/225 kB Progress (1): 106/225 kB Progress (1): 110/225 kB Progress (1): 114/225 kB Progress (1): 118/225 kB Progress (1): 122/225 kB Progress (1): 126/225 kB Progress (1): 130/225 kB Progress (1): 134/225 kB Progress (1): 138/225 kB Progress (1): 142/225 kB Progress (1): 146/225 kB Progress (1): 150/225 kB Progress (1): 154/225 kB Progress (1): 158/225 kB Progress (1): 162/225 kB Progress (1): 166/225 kB Progress (1): 170/225 kB Progress (1): 174/225 kB Progress (1): 178/225 kB Progress (1): 182/225 kB Progress (1): 186/225 kB Progress (1): 190/225 kB Progress (1): 194/225 kB Progress (1): 198/225 kB Progress (1): 202/225 kB Progress (1): 206/225 kB Progress (1): 210/225 kB Progress (1): 214/225 kB Progress (1): 218/225 kB Progress (1): 222/225 kB Progress (1): 225 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.jar (225 kB at 438 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.maven.indexer --- [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.maven.indexer --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.maven.indexer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.maven.indexer --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.maven.indexer --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.maven.indexer --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:4.2.0:bundle (default-bundle) @ org.eclipse.m2e.maven.indexer --- [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.14.0-SNAPSHOT : Split package, multiple jars provide the same package:org/apache/maven/index Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:indexer-core] Class path [Jar:., Jar:indexer-core, Jar:indexer-artifact, Jar:lucene-core, Jar:lucene-highlighter, Jar:org.eclipse.sisu.plexus, Jar:cdi-api, Jar:jsr250-api, Jar:javax.inject, Jar:guava, Jar:jsr305, Jar:sisu-guice, Jar:aopalliance, Jar:org.eclipse.sisu.inject, Jar:asm, Jar:plexus-component-annotations, Jar:plexus-classworlds, Jar:plexus-utils] [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.14.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.14.0,1.15.0)" for this fragment/require bundle cannot be found on the classpath [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.14.0-SNAPSHOT : Host org.eclipse.m2e.archetype.common=bundle-version="[1.14.0,1.15.0)" for this fragment/require bundle cannot be found on the classpath [WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.14.0-SNAPSHOT : Invalid package name: 'META-INF.plexus' in Export-Package [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.maven.indexer --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (p2-metadata) @ org.eclipse.m2e.maven.indexer --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.m2e.maven.indexer --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.m2e.maven.indexer --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.m2e.maven.indexer --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.maven.indexer --- [INFO] Installing /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-master/.repository/org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.14.0-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/pom.xml to /home/jenkins/agent/workspace/m2e-master/.repository/org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.14.0-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e-master/.repository/org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.14.0-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-bundle-plugin:4.2.0:install (default-install) @ org.eclipse.m2e.maven.indexer --- [INFO] Installing org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.14.0-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.14.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.maven.runtime >------------ [INFO] Building Embedded Maven Runtime Bundle 1.14.0-SNAPSHOT [4/5] [INFO] -------------------------------[ bundle ]------------------------------- Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-core/3.6.2/maven-core-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.2/maven-core-3.6.2.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.2/maven-core-3.6.2.pom (8.4 kB at 227 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-model/3.6.2/maven-model-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.2/maven-model-3.6.2.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.2/maven-model-3.6.2.pom (4.0 kB at 198 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.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/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 232 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 750 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-settings/3.6.2/maven-settings-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.2/maven-settings-3.6.2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.2/maven-settings-3.6.2.pom (1.8 kB at 87 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-settings-builder/3.6.2/maven-settings-builder-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.2/maven-settings-builder-3.6.2.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.2/maven-settings-builder-3.6.2.pom (2.5 kB at 137 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-builder-support/3.6.2/maven-builder-support-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.2/maven-builder-support-3.6.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-builder-support/3.6.2/maven-builder-support-3.6.2.pom (1.4 kB at 44 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 110 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 135 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-repository-metadata/3.6.2/maven-repository-metadata-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.2/maven-repository-metadata-3.6.2.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.2/maven-repository-metadata-3.6.2.pom (1.9 kB at 23 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-artifact/3.6.2/maven-artifact-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.2/maven-artifact-3.6.2.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.2/maven-artifact-3.6.2.pom (2.3 kB at 70 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 620 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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): 33/78 kB Progress (1): 37/78 kB Progress (1): 41/78 kB Progress (1): 45/78 kB Progress (1): 49/78 kB Progress (1): 53/78 kB Progress (1): 57/78 kB Progress (1): 61/78 kB Progress (1): 65/78 kB Progress (1): 69/78 kB Progress (1): 73/78 kB Progress (1): 77/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.4 MB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 860 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-plugin-api/3.6.2/maven-plugin-api-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.2/maven-plugin-api-3.6.2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.2/maven-plugin-api-3.6.2.pom (2.9 kB at 109 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 39 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 429 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 30 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 720 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Progress (1): 750 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 17 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.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-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 229 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.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/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 396 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-model-builder/3.6.2/maven-model-builder-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.2/maven-model-builder-3.6.2.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-builder/3.6.2/maven-model-builder-3.6.2.pom (3.3 kB at 57 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-resolver-provider/3.6.2/maven-resolver-provider-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.2/maven-resolver-provider-3.6.2.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.2/maven-resolver-provider-3.6.2.pom (4.2 kB at 84 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.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-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 105 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.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/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 866 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.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.4.1/maven-resolver-spi-1.4.1.pom (2.6 kB at 78 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 108 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom (4.1 kB at 145 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 577 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 806 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/guava/guava/25.1-android/guava-25.1-android.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.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/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 433 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-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/25.1-android/guava-parent-25.1-android.pom (10 kB at 599 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.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.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 18 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.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.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 268 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 106 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 19 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.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/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 244 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.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/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 1.3 MB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 268 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-embedder/3.6.2/maven-embedder-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.6.2/maven-embedder-3.6.2.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-embedder/3.6.2/maven-embedder-3.6.2.pom (6.9 kB at 30 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/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 252 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.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/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 145 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/commons-cli/commons-cli/1.4/commons-cli-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.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-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 510 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-compat/3.6.2/maven-compat-3.6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.6.2/maven-compat-3.6.2.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.2/maven-compat-3.6.2.pom (4.5 kB at 196 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.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.3.3/wagon-provider-api-3.3.3.pom (1.9 kB at 96 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/wagon/wagon/3.3.3/wagon-3.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.3.3/wagon-3.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/wagon/wagon/3.3.3/wagon-3.3.3.pom (21 kB at 529 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/io/takari/aether/aether-connector-okhttp/0.17.6/aether-connector-okhttp-0.17.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/aether/aether-connector-okhttp/0.17.6/aether-connector-okhttp-0.17.6.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/io/takari/aether/aether-connector-okhttp/0.17.6/aether-connector-okhttp-0.17.6.pom (8.3 kB at 49 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/io/takari/takari/27/takari-27.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/27/takari-27.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/io/takari/takari/27/takari-27.pom (14 kB at 289 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.pom (2.5 kB at 107 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/squareup/okhttp3/parent/3.14.1/parent-3.14.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.14.1/parent-3.14.1.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/com/squareup/okhttp3/parent/3.14.1/parent-3.14.1.pom (21 kB at 858 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom (2.0 kB at 76 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.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/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom (4.9 kB at 221 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/squareup/okio/okio/1.17.3/okio-1.17.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.3/okio-1.17.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.3/okio-1.17.3.pom (2.0 kB at 104 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/squareup/okio/okio-parent/1.17.3/okio-parent-1.17.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.17.3/okio-parent-1.17.3.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/com/squareup/okio/okio-parent/1.17.3/okio-parent-1.17.3.pom (4.9 kB at 243 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.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-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.pom (3.9 kB at 46 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.pom (4.6 kB at 34 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/wagon/wagon-file/3.3.3/wagon-file-3.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.3.3/wagon-file-3.3.3.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-file/3.3.3/wagon-file-3.3.3.pom (1.8 kB at 89 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/wagon/wagon-providers/3.3.3/wagon-providers-3.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.3.3/wagon-providers-3.3.3.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.3.3/wagon-providers-3.3.3.pom (2.8 kB at 108 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/fusesource/jansi/jansi/1.17.1/jansi-1.17.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.17.1/jansi-1.17.1.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.17.1/jansi-1.17.1.pom (3.5 kB at 144 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/fusesource/jansi/jansi-project/1.17.1/jansi-project-1.17.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi-project/1.17.1/jansi-project-1.17.1.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/fusesource/jansi/jansi-project/1.17.1/jansi-project-1.17.1.pom (10 kB at 403 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/fusesource/fusesource-pom/1.11/fusesource-pom-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.11/fusesource-pom-1.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/fusesource/fusesource-pom/1.11/fusesource-pom-1.11.pom (15 kB at 442 kB/s) Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-core/3.6.2/maven-core-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-model/3.6.2/maven-model-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-settings-builder/3.6.2/maven-settings-builder-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-builder-support/3.6.2/maven-builder-support-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-settings/3.6.2/maven-settings-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-repository-metadata/3.6.2/maven-repository-metadata-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-artifact/3.6.2/maven-artifact-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-plugin-api/3.6.2/maven-plugin-api-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-model-builder/3.6.2/maven-model-builder-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-resolver-provider/3.6.2/maven-resolver-provider-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/guava/guava/25.1-android/guava-25.1-android.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-embedder/3.6.2/maven-embedder-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/commons-cli/commons-cli/1.4/commons-cli-1.4.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/maven-compat/3.6.2/maven-compat-3.6.2.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/io/takari/aether/aether-connector-okhttp/0.17.6/aether-connector-okhttp-0.17.6.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/com/squareup/okio/okio/1.17.3/okio-1.17.3.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/apache/maven/wagon/wagon-file/3.3.3/wagon-file-3.3.3.jar Downloading from maven-3.6.2-staging: https://repository.apache.org/content/repositories/maven-1529/org/fusesource/jansi/jansi/1.17.1/jansi-1.17.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.2/maven-core-3.6.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.2/maven-settings-builder-3.6.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.2/maven-settings-3.6.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.2/maven-model-3.6.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.2/maven-builder-support-3.6.2.jar Progress (1): 4.1/640 kB Progress (1): 7.7/640 kB Progress (1): 12/640 kB Progress (1): 16/640 kB Progress (1): 20/640 kB Progress (1): 24/640 kB Progress (1): 28/640 kB Progress (1): 32/640 kB Progress (1): 33/640 kB Progress (1): 37/640 kB Progress (1): 41/640 kB Progress (1): 45/640 kB Progress (1): 49/640 kB Progress (1): 53/640 kB Progress (1): 57/640 kB Progress (1): 61/640 kB Progress (1): 65/640 kB Progress (1): 66/640 kB Progress (1): 70/640 kB Progress (1): 74/640 kB Progress (1): 78/640 kB Progress (1): 82/640 kB Progress (1): 86/640 kB Progress (1): 90/640 kB Progress (1): 94/640 kB Progress (1): 98/640 kB Progress (1): 98/640 kB Progress (1): 102/640 kB Progress (1): 106/640 kB Progress (1): 110/640 kB Progress (1): 114/640 kB Progress (1): 118/640 kB Progress (1): 122/640 kB Progress (1): 126/640 kB Progress (1): 130/640 kB Progress (1): 131/640 kB Progress (1): 135/640 kB Progress (1): 139/640 kB Progress (1): 143/640 kB Progress (1): 147/640 kB Progress (1): 151/640 kB Progress (1): 155/640 kB Progress (1): 159/640 kB Progress (1): 163/640 kB Progress (1): 164/640 kB Progress (1): 168/640 kB Progress (1): 172/640 kB Progress (1): 176/640 kB Progress (1): 180/640 kB Progress (1): 184/640 kB Progress (1): 188/640 kB Progress (1): 192/640 kB Progress (1): 196/640 kB Progress (1): 197/640 kB Progress (1): 201/640 kB Progress (1): 205/640 kB Progress (1): 209/640 kB Progress (1): 213/640 kB Progress (1): 217/640 kB Progress (1): 221/640 kB Progress (1): 225/640 kB Progress (1): 229/640 kB Progress (1): 233/640 kB Progress (1): 237/640 kB Progress (1): 241/640 kB Progress (1): 245/640 kB Progress (1): 249/640 kB Progress (1): 253/640 kB Progress (1): 257/640 kB Progress (1): 261/640 kB Progress (1): 265/640 kB Progress (1): 269/640 kB Progress (1): 273/640 kB Progress (1): 277/640 kB Progress (1): 281/640 kB Progress (1): 285/640 kB Progress (1): 289/640 kB Progress (1): 293/640 kB Progress (1): 297/640 kB Progress (1): 301/640 kB Progress (1): 305/640 kB Progress (1): 309/640 kB Progress (1): 313/640 kB Progress (1): 317/640 kB Progress (1): 321/640 kB Progress (1): 325/640 kB Progress (1): 329/640 kB Progress (1): 333/640 kB Progress (1): 337/640 kB Progress (1): 341/640 kB Progress (1): 345/640 kB Progress (1): 349/640 kB Progress (1): 353/640 kB Progress (1): 357/640 kB Progress (1): 361/640