Started by user Boubekeur Zendagui Running as Boubekeur Zendagui Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot) Obtained Jenkinsfile from 0d1cb47d1b2e0d99670eb3d31af0403f524fab52 Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent migration-agent-7ngz2 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration" name: "migration-agent-7ngz2" 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.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-7ngz2" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-7ngz2" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" - 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: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} 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-capella" 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" Running on migration-agent-7ngz2 in /home/jenkins/agent/workspace/Capella-studio_v1.4.x [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-studio.git > git init /home/jenkins/agent/workspace/Capella-studio_v1.4.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-studio.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub bot > git fetch --no-tags --progress https://github.com/eclipse/capella-studio.git +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10 Fetching without tags Checking out Revision 0d1cb47d1b2e0d99670eb3d31af0403f524fab52 (v1.4.x) > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-studio.git using GIT_ASKPASS to set credentials GitHub bot > git fetch --no-tags --progress https://github.com/eclipse/capella-studio.git +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d1cb47d1b2e0d99670eb3d31af0403f524fab52 # timeout=10 Commit message: "[releng] bump to 1.4.1" > git rev-list --no-walk 0d1cb47d1b2e0d99670eb3d31af0403f524fab52 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Package & test Capella Studio) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] wrap $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" Starting xvnc [Capella-studio_v1.4.x] $ Xvnc :75 -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 Tue May 26 07:59:51 2020 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5975 vncext: created VNC server for screen 0 [Pipeline] { [Pipeline] sh + mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore clean verify -e -f pom.xml Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.1.0/tycho-pomless-1.1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.1.0/tycho-pomless-1.1.0.pom (2.1 kB at 4.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.1.0/tycho-extras-1.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.1.0/tycho-extras-1.1.0.pom (14 kB at 170 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom (1.2 kB at 38 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom Progress (1): 4.1 kB Progress (1): 6.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom (6.5 kB at 167 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom (13 kB at 325 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 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 603 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 700 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.1.0/tycho-pomless-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar (27 kB at 230 kB/s) Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.1.0/tycho-pomless-1.1.0.jar (9.3 kB at 46 kB/s) [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.4.x/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.1.0/tycho-maven-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.1.0/tycho-maven-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.1.0/tycho-maven-plugin-1.1.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.1.0/tycho-maven-plugin-1.1.0.pom (2.1 kB at 18 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.1.0/tycho-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/1.1.0/tycho-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.1.0/tycho-1.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.1.0/tycho-1.1.0.pom (19 kB at 219 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.1.0/tycho-core-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.1.0/tycho-core-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.1.0/tycho-core-1.1.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.1.0/tycho-core-1.1.0.pom (4.5 kB at 62 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1 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 138 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 476 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 546 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/6/apache-6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 312 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 126 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1 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 72 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 467 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 331 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 61 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 49 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 17 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1 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 85 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 480 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 18 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 4.1 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 99 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 63 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1 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 234 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 179 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1 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 119 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 288 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 214 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 29 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 43 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 85 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1 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 145 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 78 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 113 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 45 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1 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 324 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 371 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 67 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 466 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 4.1 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 156 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 357 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 66 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 36 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 64 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1 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 198 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 82 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 127 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 54 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 4.1 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 172 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 4.1 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 109 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 536 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1 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 282 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 424 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.2 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/9/apache-9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 722 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 578 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.4 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 351 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.0 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/18/apache-18.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 681 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 133 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 337 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 632 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 58 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20171116-1513/org.eclipse.osgi.compatibility.state-1.1.100.v20171116-1513.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20171116-1513/org.eclipse.osgi.compatibility.state-1.1.100.v20171116-1513.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20171116-1513/org.eclipse.osgi.compatibility.state-1.1.100.v20171116-1513.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20171116-1513/org.eclipse.osgi.compatibility.state-1.1.100.v20171116-1513.pom (1.1 kB at 5.0 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.1.0/sisu-equinox-embedder-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.1.0/sisu-equinox-embedder-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.1.0/sisu-equinox-embedder-1.1.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.1.0/sisu-equinox-embedder-1.1.0.pom (1.8 kB at 14 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox/1.1.0/sisu-equinox-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox/1.1.0/sisu-equinox-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.1.0/sisu-equinox-1.1.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.1.0/sisu-equinox-1.1.0.pom (1.0 kB at 1.2 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20171204-1916/org.eclipse.osgi-3.13.0.v20171204-1916.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20171204-1916/org.eclipse.osgi-3.13.0.v20171204-1916.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20171204-1916/org.eclipse.osgi-3.13.0.v20171204-1916.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20171204-1916/org.eclipse.osgi-3.13.0.v20171204-1916.pom (1.0 kB at 1.3 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.1.0/sisu-equinox-api-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.1.0/sisu-equinox-api-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.1.0/sisu-equinox-api-1.1.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.1.0/sisu-equinox-api-1.1.0.pom (1.7 kB at 21 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.1.0/tycho-metadata-model-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.1.0/tycho-metadata-model-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.1.0/tycho-metadata-model-1.1.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.1.0/tycho-metadata-model-1.1.0.pom (1.3 kB at 3.7 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 4.1 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 216 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.1.0/tycho-embedder-api-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.1.0/tycho-embedder-api-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.1.0/tycho-embedder-api-1.1.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.1.0/tycho-embedder-api-1.1.0.pom (2.1 kB at 22 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.1.0/org.eclipse.tycho.embedder.shared-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.1.0/org.eclipse.tycho.embedder.shared-1.1.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.1.0/org.eclipse.tycho.embedder.shared-1.1.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.1.0/org.eclipse.tycho.embedder.shared-1.1.0.pom (1.1 kB at 8.9 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles/1.1.0/tycho-bundles-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles/1.1.0/tycho-bundles-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.1.0/tycho-bundles-1.1.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.1.0/tycho-bundles-1.1.0.pom (3.3 kB at 67 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.1.0/org.eclipse.tycho.core.shared-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.1.0/org.eclipse.tycho.core.shared-1.1.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.1.0/org.eclipse.tycho.core.shared-1.1.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.1.0/org.eclipse.tycho.core.shared-1.1.0.pom (1.0 kB at 10 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 126 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 29 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 354 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 737 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/5/apache-5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1 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 205 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.1.0/tycho-p2-facade-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.1.0/tycho-p2-facade-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.1.0/tycho-p2-facade-1.1.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.1.0/tycho-p2-facade-1.1.0.pom (2.1 kB at 33 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2/1.1.0/tycho-p2-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2/1.1.0/tycho-p2-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.1.0/tycho-p2-1.1.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.1.0/tycho-p2-1.1.0.pom (1.1 kB at 14 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.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.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.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.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.0.pom (1.1 kB at 20 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.1.0/org.eclipse.tycho.p2.tools.shared-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.1.0/org.eclipse.tycho.p2.tools.shared-1.1.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.1.0/org.eclipse.tycho.p2.tools.shared-1.1.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.1.0/org.eclipse.tycho.p2.tools.shared-1.1.0.pom (1.1 kB at 16 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.1.0/tycho-maven-plugin-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.1.0/tycho-core-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20171116-1513/org.eclipse.osgi.compatibility.state-1.1.100.v20171116-1513.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.1.0/sisu-equinox-embedder-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20171204-1916/org.eclipse.osgi-3.13.0.v20171204-1916.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.1.0/sisu-equinox-api-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.1.0/tycho-metadata-model-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.1.0/tycho-embedder-api-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.1.0/org.eclipse.tycho.embedder.shared-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.1.0/org.eclipse.tycho.core.shared-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.1.0/tycho-p2-facade-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.1.0/org.eclipse.tycho.p2.tools.shared-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.1.0/tycho-maven-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.1.0/tycho-core-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20171116-1513/org.eclipse.osgi.compatibility.state-1.1.100.v20171116-1513.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.1.0/sisu-equinox-embedder-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20171204-1916/org.eclipse.osgi-3.13.0.v20171204-1916.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.1.0/sisu-equinox-api-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.1.0/tycho-metadata-model-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.1.0/tycho-embedder-api-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.1.0/org.eclipse.tycho.embedder.shared-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.1.0/org.eclipse.tycho.core.shared-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.1.0/tycho-p2-facade-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.1.0/org.eclipse.tycho.p2.tools.shared-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.1.0/tycho-maven-plugin-1.1.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.1.0/tycho-core-1.1.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-settings/3.0/maven-settings-3.0.jar 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): 45/47 kB Progress (1): 47 kB Progress (2): 47 kB | 4.1/527 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 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (2): 4.1/527 kB | 4.1/165 kB Progress (2): 7.7/527 kB | 4.1/165 kB Progress (2): 12/527 kB | 4.1/165 kB Progress (2): 12/527 kB | 7.7/165 kB Progress (2): 16/527 kB | 7.7/165 kB Progress (2): 16/527 kB | 12/165 kB Progress (2): 16/527 kB | 16/165 kB Progress (2): 20/527 kB | 16/165 kB Progress (2): 24/527 kB | 16/165 kB Progress (2): 24/527 kB | 20/165 kB Progress (3): 24/527 kB | 20/165 kB | 4.1/38 kB Progress (3): 28/527 kB | 20/165 kB | 4.1/38 kB Progress (3): 28/527 kB | 20/165 kB | 7.7/38 kB Progress (3): 28/527 kB | 24/165 kB | 7.7/38 kB Progress (3): 28/527 kB | 24/165 kB | 12/38 kB Progress (3): 32/527 kB | 24/165 kB | 12/38 kB Progress (3): 32/527 kB | 24/165 kB | 16/38 kB Progress (3): 32/527 kB | 28/165 kB | 16/38 kB Progress (3): 32/527 kB | 32/165 kB | 16/38 kB Progress (3): 36/527 kB | 32/165 kB | 16/38 kB Progress (3): 36/527 kB | 32/165 kB | 20/38 kB Progress (3): 40/527 kB | 32/165 kB | 20/38 kB Progress (3): 40/527 kB | 32/165 kB | 24/38 kB Progress (3): 45/527 kB | 32/165 kB | 24/38 kB Progress (3): 45/527 kB | 36/165 kB | 24/38 kB Progress (3): 49/527 kB | 36/165 kB | 24/38 kB Progress (3): 49/527 kB | 36/165 kB | 28/38 kB Progress (3): 49/527 kB | 40/165 kB | 28/38 kB Progress (3): 49/527 kB | 40/165 kB | 32/38 kB Progress (3): 49/527 kB | 45/165 kB | 32/38 kB Progress (3): 53/527 kB | 45/165 kB | 32/38 kB Progress (3): 53/527 kB | 49/165 kB | 32/38 kB Progress (3): 53/527 kB | 49/165 kB | 36/38 kB Progress (3): 57/527 kB | 49/165 kB | 36/38 kB Progress (3): 57/527 kB | 49/165 kB | 38 kB Progress (3): 57/527 kB | 53/165 kB | 38 kB Progress (3): 61/527 kB | 53/165 kB | 38 kB Progress (3): 61/527 kB | 57/165 kB | 38 kB Progress (3): 65/527 kB | 57/165 kB | 38 kB Progress (3): 65/527 kB | 61/165 kB | 38 kB Progress (3): 65/527 kB | 65/165 kB | 38 kB Progress (3): 69/527 kB | 65/165 kB | 38 kB Progress (3): 73/527 kB | 65/165 kB | 38 kB Progress (3): 73/527 kB | 69/165 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 727 kB/s) Progress (2): 77/527 kB | 69/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (2): 77/527 kB | 73/165 kB Progress (2): 81/527 kB | 73/165 kB Progress (2): 81/527 kB | 77/165 kB Progress (2): 81/527 kB | 81/165 kB Progress (2): 85/527 kB | 81/165 kB Progress (2): 90/527 kB | 81/165 kB Progress (2): 90/527 kB | 85/165 kB Progress (2): 94/527 kB | 85/165 kB Progress (2): 94/527 kB | 90/165 kB Progress (2): 98/527 kB | 90/165 kB Progress (2): 98/527 kB | 94/165 kB Progress (3): 98/527 kB | 94/165 kB | 4.1/30 kB Progress (3): 98/527 kB | 98/165 kB | 4.1/30 kB Progress (3): 98/527 kB | 98/165 kB | 7.7/30 kB Progress (3): 102/527 kB | 98/165 kB | 7.7/30 kB Progress (3): 102/527 kB | 98/165 kB | 12/30 kB Progress (3): 102/527 kB | 102/165 kB | 12/30 kB Progress (3): 106/527 kB | 102/165 kB | 12/30 kB Progress (3): 106/527 kB | 106/165 kB | 12/30 kB Progress (3): 106/527 kB | 106/165 kB | 16/30 kB Progress (3): 106/527 kB | 110/165 kB | 16/30 kB Progress (3): 110/527 kB | 110/165 kB | 16/30 kB Progress (3): 110/527 kB | 114/165 kB | 16/30 kB Progress (3): 110/527 kB | 114/165 kB | 20/30 kB Progress (3): 114/527 kB | 114/165 kB | 20/30 kB Progress (3): 114/527 kB | 114/165 kB | 24/30 kB Progress (3): 114/527 kB | 118/165 kB | 24/30 kB Progress (3): 114/527 kB | 118/165 kB | 28/30 kB Progress (3): 118/527 kB | 118/165 kB | 28/30 kB Progress (3): 118/527 kB | 122/165 kB | 28/30 kB Progress (3): 122/527 kB | 122/165 kB | 28/30 kB Progress (3): 122/527 kB | 122/165 kB | 30 kB Progress (3): 126/527 kB | 122/165 kB | 30 kB Progress (3): 126/527 kB | 126/165 kB | 30 kB Progress (3): 131/527 kB | 126/165 kB | 30 kB Progress (3): 131/527 kB | 131/165 kB | 30 kB Progress (3): 135/527 kB | 131/165 kB | 30 kB Progress (3): 135/527 kB | 135/165 kB | 30 kB Progress (3): 139/527 kB | 135/165 kB | 30 kB Progress (3): 139/527 kB | 139/165 kB | 30 kB Progress (3): 143/527 kB | 139/165 kB | 30 kB Progress (3): 147/527 kB | 139/165 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 477 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 (2): 147/527 kB | 143/165 kB Progress (2): 151/527 kB | 143/165 kB Progress (2): 151/527 kB | 147/165 kB Progress (2): 155/527 kB | 147/165 kB Progress (2): 159/527 kB | 147/165 kB Progress (2): 163/527 kB | 147/165 kB Progress (2): 163/527 kB | 151/165 kB Progress (2): 163/527 kB | 155/165 kB Progress (2): 163/527 kB | 159/165 kB Progress (2): 163/527 kB | 163/165 kB Progress (2): 167/527 kB | 163/165 kB Progress (2): 167/527 kB | 165 kB Progress (2): 171/527 kB | 165 kB Progress (3): 171/527 kB | 165 kB | 4.1/52 kB Progress (3): 176/527 kB | 165 kB | 4.1/52 kB Progress (3): 176/527 kB | 165 kB | 7.7/52 kB Progress (3): 180/527 kB | 165 kB | 7.7/52 kB Progress (3): 180/527 kB | 165 kB | 12/52 kB Progress (3): 180/527 kB | 165 kB | 16/52 kB Progress (3): 184/527 kB | 165 kB | 16/52 kB Progress (3): 188/527 kB | 165 kB | 16/52 kB Progress (3): 192/527 kB | 165 kB | 16/52 kB Progress (3): 192/527 kB | 165 kB | 20/52 kB Progress (3): 196/527 kB | 165 kB | 20/52 kB Progress (3): 196/527 kB | 165 kB | 24/52 kB Progress (3): 196/527 kB | 165 kB | 28/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.4 MB/s) Progress (2): 200/527 kB | 28/52 kB Progress (2): 200/527 kB | 32/52 kB Progress (2): 204/527 kB | 32/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (2): 204/527 kB | 36/52 kB Progress (2): 208/527 kB | 36/52 kB Progress (2): 208/527 kB | 40/52 kB Progress (2): 212/527 kB | 40/52 kB Progress (2): 212/527 kB | 45/52 kB Progress (2): 212/527 kB | 49/52 kB Progress (2): 217/527 kB | 49/52 kB Progress (2): 217/527 kB | 52 kB Progress (2): 221/527 kB | 52 kB Progress (2): 225/527 kB | 52 kB Progress (2): 229/527 kB | 52 kB Progress (3): 229/527 kB | 52 kB | 4.1/148 kB Progress (3): 229/527 kB | 52 kB | 7.7/148 kB Progress (3): 233/527 kB | 52 kB | 7.7/148 kB Progress (3): 233/527 kB | 52 kB | 12/148 kB Progress (3): 237/527 kB | 52 kB | 12/148 kB Progress (3): 237/527 kB | 52 kB | 16/148 kB Progress (3): 241/527 kB | 52 kB | 16/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 683 kB/s) Progress (2): 241/527 kB | 20/148 kB Progress (2): 245/527 kB | 20/148 kB Progress (2): 245/527 kB | 24/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (2): 249/527 kB | 24/148 kB Progress (2): 249/527 kB | 28/148 kB Progress (2): 253/527 kB | 28/148 kB Progress (2): 253/527 kB | 32/148 kB Progress (2): 258/527 kB | 32/148 kB Progress (2): 262/527 kB | 32/148 kB Progress (2): 262/527 kB | 36/148 kB Progress (2): 262/527 kB | 40/148 kB Progress (2): 266/527 kB | 40/148 kB Progress (2): 266/527 kB | 45/148 kB Progress (2): 270/527 kB | 45/148 kB Progress (2): 270/527 kB | 49/148 kB Progress (2): 274/527 kB | 49/148 kB Progress (3): 274/527 kB | 49/148 kB | 4.1/51 kB Progress (3): 278/527 kB | 49/148 kB | 4.1/51 kB Progress (3): 278/527 kB | 49/148 kB | 7.7/51 kB Progress (3): 278/527 kB | 53/148 kB | 7.7/51 kB Progress (3): 278/527 kB | 53/148 kB | 12/51 kB Progress (3): 282/527 kB | 53/148 kB | 12/51 kB Progress (3): 286/527 kB | 53/148 kB | 12/51 kB Progress (3): 290/527 kB | 53/148 kB | 12/51 kB Progress (3): 294/527 kB | 53/148 kB | 12/51 kB Progress (3): 298/527 kB | 53/148 kB | 12/51 kB Progress (3): 303/527 kB | 53/148 kB | 12/51 kB Progress (3): 307/527 kB | 53/148 kB | 12/51 kB Progress (3): 307/527 kB | 57/148 kB | 12/51 kB Progress (3): 311/527 kB | 57/148 kB | 12/51 kB Progress (3): 311/527 kB | 57/148 kB | 16/51 kB Progress (3): 311/527 kB | 61/148 kB | 16/51 kB Progress (3): 311/527 kB | 65/148 kB | 16/51 kB Progress (3): 315/527 kB | 65/148 kB | 16/51 kB Progress (3): 315/527 kB | 65/148 kB | 20/51 kB Progress (3): 319/527 kB | 65/148 kB | 20/51 kB Progress (3): 319/527 kB | 65/148 kB | 24/51 kB Progress (3): 323/527 kB | 65/148 kB | 24/51 kB Progress (3): 323/527 kB | 69/148 kB | 24/51 kB Progress (3): 327/527 kB | 69/148 kB | 24/51 kB Progress (3): 327/527 kB | 69/148 kB | 28/51 kB Progress (3): 327/527 kB | 69/148 kB | 32/51 kB Progress (3): 331/527 kB | 69/148 kB | 32/51 kB Progress (3): 335/527 kB | 69/148 kB | 32/51 kB Progress (3): 335/527 kB | 69/148 kB | 36/51 kB Progress (3): 335/527 kB | 69/148 kB | 40/51 kB Progress (3): 335/527 kB | 69/148 kB | 45/51 kB Progress (3): 335/527 kB | 69/148 kB | 49/51 kB Progress (3): 335/527 kB | 73/148 kB | 49/51 kB Progress (3): 335/527 kB | 73/148 kB | 51 kB Progress (3): 339/527 kB | 73/148 kB | 51 kB Progress (3): 339/527 kB | 77/148 kB | 51 kB Progress (3): 344/527 kB | 77/148 kB | 51 kB Progress (3): 348/527 kB | 77/148 kB | 51 kB Progress (3): 352/527 kB | 77/148 kB | 51 kB Progress (3): 356/527 kB | 77/148 kB | 51 kB Progress (3): 360/527 kB | 77/148 kB | 51 kB Progress (3): 364/527 kB | 77/148 kB | 51 kB Progress (3): 368/527 kB | 77/148 kB | 51 kB Progress (3): 372/527 kB | 77/148 kB | 51 kB Progress (3): 376/527 kB | 77/148 kB | 51 kB Progress (3): 380/527 kB | 77/148 kB | 51 kB Progress (3): 384/527 kB | 77/148 kB | 51 kB Progress (3): 389/527 kB | 77/148 kB | 51 kB Progress (3): 393/527 kB | 77/148 kB | 51 kB Progress (3): 393/527 kB | 81/148 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 528 kB/s) Progress (2): 393/527 kB | 85/148 kB Progress (2): 393/527 kB | 90/148 kB Progress (2): 393/527 kB | 94/148 kB Progress (2): 393/527 kB | 98/148 kB Progress (2): 397/527 kB | 98/148 kB Progress (2): 397/527 kB | 102/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (2): 397/527 kB | 106/148 kB Progress (2): 401/527 kB | 106/148 kB Progress (2): 401/527 kB | 110/148 kB Progress (2): 405/527 kB | 110/148 kB Progress (2): 405/527 kB | 114/148 kB Progress (2): 409/527 kB | 114/148 kB Progress (2): 409/527 kB | 118/148 kB Progress (2): 409/527 kB | 122/148 kB Progress (2): 413/527 kB | 122/148 kB Progress (2): 413/527 kB | 126/148 kB Progress (2): 417/527 kB | 126/148 kB Progress (2): 417/527 kB | 131/148 kB Progress (2): 421/527 kB | 131/148 kB Progress (2): 425/527 kB | 131/148 kB Progress (3): 425/527 kB | 131/148 kB | 4.1/106 kB Progress (3): 425/527 kB | 135/148 kB | 4.1/106 kB Progress (3): 430/527 kB | 135/148 kB | 4.1/106 kB Progress (3): 434/527 kB | 135/148 kB | 4.1/106 kB Progress (3): 438/527 kB | 135/148 kB | 4.1/106 kB Progress (3): 438/527 kB | 135/148 kB | 7.7/106 kB Progress (3): 442/527 kB | 135/148 kB | 7.7/106 kB Progress (3): 442/527 kB | 139/148 kB | 7.7/106 kB Progress (3): 442/527 kB | 143/148 kB | 7.7/106 kB Progress (3): 446/527 kB | 143/148 kB | 7.7/106 kB Progress (3): 450/527 kB | 143/148 kB | 7.7/106 kB Progress (3): 450/527 kB | 143/148 kB | 12/106 kB Progress (3): 454/527 kB | 143/148 kB | 12/106 kB Progress (3): 454/527 kB | 147/148 kB | 12/106 kB Progress (3): 458/527 kB | 147/148 kB | 12/106 kB Progress (3): 458/527 kB | 148 kB | 12/106 kB Progress (3): 458/527 kB | 148 kB | 16/106 kB Progress (3): 462/527 kB | 148 kB | 16/106 kB Progress (3): 466/527 kB | 148 kB | 16/106 kB Progress (3): 466/527 kB | 148 kB | 20/106 kB Progress (3): 471/527 kB | 148 kB | 20/106 kB Progress (3): 471/527 kB | 148 kB | 24/106 kB Progress (3): 471/527 kB | 148 kB | 28/106 kB Progress (3): 471/527 kB | 148 kB | 32/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (2): 475/527 kB | 32/106 kB Progress (2): 479/527 kB | 32/106 kB Progress (2): 479/527 kB | 36/106 kB Progress (2): 479/527 kB | 40/106 kB Progress (2): 479/527 kB | 45/106 kB Progress (2): 479/527 kB | 49/106 kB Progress (3): 479/527 kB | 49/106 kB | 4.1/14 kB Progress (3): 479/527 kB | 49/106 kB | 7.7/14 kB Progress (3): 479/527 kB | 49/106 kB | 12/14 kB Progress (3): 479/527 kB | 49/106 kB | 14 kB Progress (3): 483/527 kB | 49/106 kB | 14 kB Progress (3): 487/527 kB | 49/106 kB | 14 kB Progress (3): 491/527 kB | 49/106 kB | 14 kB Progress (3): 495/527 kB | 49/106 kB | 14 kB Progress (3): 499/527 kB | 49/106 kB | 14 kB Progress (3): 503/527 kB | 49/106 kB | 14 kB Progress (3): 507/527 kB | 49/106 kB | 14 kB Progress (3): 507/527 kB | 53/106 kB | 14 kB Progress (3): 507/527 kB | 57/106 kB | 14 kB Progress (3): 507/527 kB | 61/106 kB | 14 kB Progress (3): 507/527 kB | 65/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 114 kB/s) Progress (2): 507/527 kB | 69/106 kB Progress (2): 511/527 kB | 69/106 kB Progress (2): 516/527 kB | 69/106 kB Progress (2): 516/527 kB | 73/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (2): 516/527 kB | 77/106 kB Progress (2): 516/527 kB | 81/106 kB Progress (2): 520/527 kB | 81/106 kB Progress (2): 524/527 kB | 81/106 kB Progress (2): 524/527 kB | 85/106 kB Progress (2): 524/527 kB | 90/106 kB Progress (2): 524/527 kB | 94/106 kB Progress (2): 524/527 kB | 98/106 kB Progress (2): 524/527 kB | 102/106 kB Progress (2): 524/527 kB | 106/106 kB Progress (2): 524/527 kB | 106 kB Progress (3): 524/527 kB | 106 kB | 4.1/5.6 kB Progress (3): 524/527 kB | 106 kB | 5.6 kB Progress (3): 527 kB | 106 kB | 5.6 kB Progress (4): 527 kB | 106 kB | 5.6 kB | 4.1/74 kB Progress (4): 527 kB | 106 kB | 5.6 kB | 7.7/74 kB Progress (4): 527 kB | 106 kB | 5.6 kB | 12/74 kB Progress (4): 527 kB | 106 kB | 5.6 kB | 16/74 kB Progress (4): 527 kB | 106 kB | 5.6 kB | 20/74 kB Progress (4): 527 kB | 106 kB | 5.6 kB | 24/74 kB Progress (4): 527 kB | 106 kB | 5.6 kB | 28/74 kB Progress (4): 527 kB | 106 kB | 5.6 kB | 32/74 kB Progress (5): 527 kB | 106 kB | 5.6 kB | 32/74 kB | 4.1/198 kB Progress (5): 527 kB | 106 kB | 5.6 kB | 36/74 kB | 4.1/198 kB Progress (5): 527 kB | 106 kB | 5.6 kB | 40/74 kB | 4.1/198 kB Progress (5): 527 kB | 106 kB | 5.6 kB | 40/74 kB | 7.7/198 kB Progress (5): 527 kB | 106 kB | 5.6 kB | 45/74 kB | 7.7/198 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 673 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 3.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (3): 5.6 kB | 49/74 kB | 7.7/198 kB Progress (3): 5.6 kB | 49/74 kB | 12/198 kB Progress (3): 5.6 kB | 49/74 kB | 16/198 kB Progress (3): 5.6 kB | 53/74 kB | 16/198 kB Progress (3): 5.6 kB | 57/74 kB | 16/198 kB Progress (3): 5.6 kB | 61/74 kB | 16/198 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (3): 5.6 kB | 65/74 kB | 16/198 kB Progress (3): 5.6 kB | 69/74 kB | 16/198 kB Progress (3): 5.6 kB | 73/74 kB | 16/198 kB Progress (3): 5.6 kB | 74 kB | 16/198 kB Progress (3): 5.6 kB | 74 kB | 20/198 kB Progress (3): 5.6 kB | 74 kB | 24/198 kB Progress (3): 5.6 kB | 74 kB | 28/198 kB Progress (3): 5.6 kB | 74 kB | 32/198 kB Progress (3): 5.6 kB | 74 kB | 36/198 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 444 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.1.0/tycho-maven-plugin-1.1.0.jar (5.6 kB at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (1): 40/198 kB Progress (2): 40/198 kB | 4.1/108 kB Progress (3): 40/198 kB | 4.1/108 kB | 4.1/202 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): 40/198 kB | 4.1/108 kB | 7.7/202 kB Progress (3): 40/198 kB | 7.7/108 kB | 7.7/202 kB Progress (3): 45/198 kB | 7.7/108 kB | 7.7/202 kB Progress (3): 45/198 kB | 12/108 kB | 7.7/202 kB Progress (3): 45/198 kB | 12/108 kB | 12/202 kB Progress (3): 45/198 kB | 16/108 kB | 12/202 kB Progress (3): 49/198 kB | 16/108 kB | 12/202 kB Progress (3): 49/198 kB | 20/108 kB | 12/202 kB Progress (3): 49/198 kB | 24/108 kB | 12/202 kB Progress (3): 49/198 kB | 24/108 kB | 16/202 kB Progress (3): 49/198 kB | 28/108 kB | 16/202 kB Progress (3): 49/198 kB | 32/108 kB | 16/202 kB Progress (3): 49/198 kB | 32/108 kB | 20/202 kB Progress (3): 49/198 kB | 32/108 kB | 24/202 kB Progress (4): 49/198 kB | 32/108 kB | 24/202 kB | 4.1/153 kB Progress (4): 53/198 kB | 32/108 kB | 24/202 kB | 4.1/153 kB Progress (4): 53/198 kB | 32/108 kB | 24/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 32/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 36/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 40/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 45/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 49/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 53/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 57/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 61/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 65/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 69/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 73/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 77/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 81/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 85/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 90/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 94/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 53/198 kB | 98/108 kB | 28/202 kB | 7.7/153 kB Progress (5): 53/198 kB | 98/108 kB | 28/202 kB | 7.7/153 kB | 4.1/472 kB Progress (5): 53/198 kB | 98/108 kB | 32/202 kB | 7.7/153 kB | 4.1/472 kB Progress (5): 53/198 kB | 98/108 kB | 32/202 kB | 12/153 kB | 4.1/472 kB Progress (5): 53/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 57/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 61/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 65/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 69/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 73/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 77/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 81/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 85/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 90/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 94/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 98/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 102/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 106/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 110/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 114/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 118/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 122/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 126/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 131/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 135/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 139/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 143/198 kB | 98/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 143/198 kB | 98/108 kB | 36/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 143/198 kB | 98/108 kB | 36/202 kB | 16/153 kB | 7.7/472 kB Progress (5): 143/198 kB | 98/108 kB | 36/202 kB | 16/153 kB | 12/472 kB Progress (5): 143/198 kB | 102/108 kB | 36/202 kB | 16/153 kB | 12/472 kB Progress (5): 143/198 kB | 102/108 kB | 36/202 kB | 16/153 kB | 16/472 kB Progress (5): 147/198 kB | 102/108 kB | 36/202 kB | 16/153 kB | 16/472 kB Progress (5): 147/198 kB | 102/108 kB | 36/202 kB | 16/153 kB | 20/472 kB Progress (5): 151/198 kB | 102/108 kB | 36/202 kB | 16/153 kB | 20/472 kB Progress (5): 155/198 kB | 102/108 kB | 36/202 kB | 16/153 kB | 20/472 kB Progress (5): 159/198 kB | 102/108 kB | 36/202 kB | 16/153 kB | 20/472 kB Progress (5): 163/198 kB | 102/108 kB | 36/202 kB | 16/153 kB | 20/472 kB Progress (5): 167/198 kB | 102/108 kB | 36/202 kB | 16/153 kB | 20/472 kB Progress (5): 167/198 kB | 102/108 kB | 40/202 kB | 16/153 kB | 20/472 kB Progress (5): 167/198 kB | 102/108 kB | 40/202 kB | 20/153 kB | 20/472 kB Progress (5): 167/198 kB | 102/108 kB | 45/202 kB | 20/153 kB | 20/472 kB Progress (5): 171/198 kB | 102/108 kB | 45/202 kB | 20/153 kB | 20/472 kB Progress (5): 171/198 kB | 102/108 kB | 45/202 kB | 20/153 kB | 24/472 kB Progress (5): 171/198 kB | 106/108 kB | 45/202 kB | 20/153 kB | 24/472 kB Progress (5): 171/198 kB | 106/108 kB | 45/202 kB | 20/153 kB | 28/472 kB Progress (5): 176/198 kB | 106/108 kB | 45/202 kB | 20/153 kB | 28/472 kB Progress (5): 176/198 kB | 106/108 kB | 49/202 kB | 20/153 kB | 28/472 kB Progress (5): 176/198 kB | 106/108 kB | 49/202 kB | 24/153 kB | 28/472 kB Progress (5): 180/198 kB | 106/108 kB | 49/202 kB | 24/153 kB | 28/472 kB Progress (5): 180/198 kB | 106/108 kB | 49/202 kB | 24/153 kB | 32/472 kB Progress (5): 180/198 kB | 108 kB | 49/202 kB | 24/153 kB | 32/472 kB Progress (5): 184/198 kB | 108 kB | 49/202 kB | 24/153 kB | 32/472 kB Progress (5): 184/198 kB | 108 kB | 53/202 kB | 24/153 kB | 32/472 kB Progress (5): 184/198 kB | 108 kB | 53/202 kB | 28/153 kB | 32/472 kB Progress (5): 184/198 kB | 108 kB | 57/202 kB | 28/153 kB | 32/472 kB Progress (5): 184/198 kB | 108 kB | 57/202 kB | 28/153 kB | 36/472 kB Progress (5): 188/198 kB | 108 kB | 57/202 kB | 28/153 kB | 36/472 kB Progress (5): 188/198 kB | 108 kB | 57/202 kB | 28/153 kB | 40/472 kB Progress (5): 188/198 kB | 108 kB | 61/202 kB | 28/153 kB | 40/472 kB Progress (5): 188/198 kB | 108 kB | 61/202 kB | 32/153 kB | 40/472 kB Progress (5): 188/198 kB | 108 kB | 65/202 kB | 32/153 kB | 40/472 kB Progress (5): 188/198 kB | 108 kB | 65/202 kB | 32/153 kB | 45/472 kB Progress (5): 192/198 kB | 108 kB | 65/202 kB | 32/153 kB | 45/472 kB Progress (5): 192/198 kB | 108 kB | 65/202 kB | 36/153 kB | 45/472 kB Progress (5): 192/198 kB | 108 kB | 65/202 kB | 36/153 kB | 49/472 kB Progress (5): 192/198 kB | 108 kB | 65/202 kB | 40/153 kB | 49/472 kB Progress (5): 196/198 kB | 108 kB | 65/202 kB | 40/153 kB | 49/472 kB Progress (5): 196/198 kB | 108 kB | 69/202 kB | 40/153 kB | 49/472 kB Progress (5): 198 kB | 108 kB | 69/202 kB | 40/153 kB | 49/472 kB Progress (5): 198 kB | 108 kB | 69/202 kB | 40/153 kB | 53/472 kB Progress (5): 198 kB | 108 kB | 69/202 kB | 45/153 kB | 53/472 kB Progress (5): 198 kB | 108 kB | 69/202 kB | 45/153 kB | 57/472 kB Progress (5): 198 kB | 108 kB | 73/202 kB | 45/153 kB | 57/472 kB Progress (5): 198 kB | 108 kB | 73/202 kB | 45/153 kB | 61/472 kB Progress (5): 198 kB | 108 kB | 73/202 kB | 49/153 kB | 61/472 kB Progress (5): 198 kB | 108 kB | 73/202 kB | 49/153 kB | 65/472 kB Progress (5): 198 kB | 108 kB | 77/202 kB | 49/153 kB | 65/472 kB Progress (5): 198 kB | 108 kB | 77/202 kB | 53/153 kB | 65/472 kB Progress (5): 198 kB | 108 kB | 81/202 kB | 53/153 kB | 65/472 kB Progress (5): 198 kB | 108 kB | 81/202 kB | 57/153 kB | 65/472 kB Progress (5): 198 kB | 108 kB | 81/202 kB | 57/153 kB | 69/472 kB Progress (5): 198 kB | 108 kB | 85/202 kB | 57/153 kB | 69/472 kB Progress (5): 198 kB | 108 kB | 85/202 kB | 61/153 kB | 69/472 kB Progress (5): 198 kB | 108 kB | 90/202 kB | 61/153 kB | 69/472 kB Progress (5): 198 kB | 108 kB | 90/202 kB | 61/153 kB | 73/472 kB Progress (5): 198 kB | 108 kB | 94/202 kB | 61/153 kB | 73/472 kB Progress (5): 198 kB | 108 kB | 98/202 kB | 61/153 kB | 73/472 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 493 kB/s) Progress (4): 198 kB | 98/202 kB | 65/153 kB | 73/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (4): 198 kB | 98/202 kB | 65/153 kB | 77/472 kB Progress (4): 198 kB | 98/202 kB | 65/153 kB | 81/472 kB Progress (4): 198 kB | 98/202 kB | 69/153 kB | 81/472 kB Progress (4): 198 kB | 98/202 kB | 69/153 kB | 85/472 kB Progress (4): 198 kB | 102/202 kB | 69/153 kB | 85/472 kB Progress (4): 198 kB | 102/202 kB | 73/153 kB | 85/472 kB Progress (4): 198 kB | 106/202 kB | 73/153 kB | 85/472 kB Progress (4): 198 kB | 110/202 kB | 73/153 kB | 85/472 kB Progress (4): 198 kB | 110/202 kB | 73/153 kB | 90/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.1.0/tycho-core-1.1.0.jar (198 kB at 778 kB/s) Progress (3): 114/202 kB | 73/153 kB | 90/472 kB Progress (4): 114/202 kB | 73/153 kB | 90/472 kB | 4.1/61 kB Progress (4): 114/202 kB | 77/153 kB | 90/472 kB | 4.1/61 kB Progress (4): 114/202 kB | 77/153 kB | 90/472 kB | 7.7/61 kB Progress (4): 114/202 kB | 77/153 kB | 90/472 kB | 12/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): 114/202 kB | 77/153 kB | 94/472 kB | 12/61 kB Progress (4): 114/202 kB | 77/153 kB | 94/472 kB | 16/61 kB Progress (4): 118/202 kB | 77/153 kB | 94/472 kB | 16/61 kB Progress (4): 118/202 kB | 81/153 kB | 94/472 kB | 16/61 kB Progress (4): 118/202 kB | 81/153 kB | 94/472 kB | 20/61 kB Progress (4): 122/202 kB | 81/153 kB | 94/472 kB | 20/61 kB Progress (4): 122/202 kB | 81/153 kB | 98/472 kB | 20/61 kB Progress (4): 122/202 kB | 85/153 kB | 98/472 kB | 20/61 kB Progress (4): 122/202 kB | 90/153 kB | 98/472 kB | 20/61 kB Progress (4): 126/202 kB | 90/153 kB | 98/472 kB | 20/61 kB Progress (4): 126/202 kB | 90/153 kB | 98/472 kB | 24/61 kB Progress (4): 131/202 kB | 90/153 kB | 98/472 kB | 24/61 kB Progress (4): 131/202 kB | 90/153 kB | 102/472 kB | 24/61 kB Progress (4): 131/202 kB | 94/153 kB | 102/472 kB | 24/61 kB Progress (4): 131/202 kB | 94/153 kB | 106/472 kB | 24/61 kB Progress (4): 131/202 kB | 94/153 kB | 106/472 kB | 28/61 kB Progress (4): 131/202 kB | 94/153 kB | 110/472 kB | 28/61 kB Progress (4): 131/202 kB | 94/153 kB | 114/472 kB | 28/61 kB Progress (4): 135/202 kB | 94/153 kB | 114/472 kB | 28/61 kB Progress (4): 135/202 kB | 98/153 kB | 114/472 kB | 28/61 kB Progress (4): 139/202 kB | 98/153 kB | 114/472 kB | 28/61 kB Progress (4): 139/202 kB | 98/153 kB | 114/472 kB | 32/61 kB Progress (4): 143/202 kB | 98/153 kB | 114/472 kB | 32/61 kB Progress (4): 147/202 kB | 98/153 kB | 114/472 kB | 32/61 kB Progress (4): 147/202 kB | 98/153 kB | 118/472 kB | 32/61 kB Progress (4): 147/202 kB | 98/153 kB | 118/472 kB | 36/61 kB Progress (4): 147/202 kB | 102/153 kB | 118/472 kB | 36/61 kB Progress (4): 151/202 kB | 102/153 kB | 118/472 kB | 36/61 kB Progress (4): 151/202 kB | 102/153 kB | 118/472 kB | 40/61 kB Progress (4): 151/202 kB | 102/153 kB | 122/472 kB | 40/61 kB Progress (4): 151/202 kB | 102/153 kB | 122/472 kB | 45/61 kB Progress (4): 155/202 kB | 102/153 kB | 122/472 kB | 45/61 kB Progress (4): 155/202 kB | 106/153 kB | 122/472 kB | 45/61 kB Progress (4): 159/202 kB | 106/153 kB | 122/472 kB | 45/61 kB Progress (4): 159/202 kB | 106/153 kB | 122/472 kB | 49/61 kB Progress (4): 159/202 kB | 106/153 kB | 126/472 kB | 49/61 kB Progress (4): 163/202 kB | 106/153 kB | 126/472 kB | 49/61 kB Progress (4): 163/202 kB | 110/153 kB | 126/472 kB | 49/61 kB Progress (4): 163/202 kB | 110/153 kB | 126/472 kB | 53/61 kB Progress (4): 163/202 kB | 110/153 kB | 131/472 kB | 53/61 kB Progress (4): 167/202 kB | 110/153 kB | 131/472 kB | 53/61 kB Progress (4): 167/202 kB | 110/153 kB | 131/472 kB | 57/61 kB Progress (4): 167/202 kB | 110/153 kB | 131/472 kB | 61/61 kB Progress (4): 167/202 kB | 114/153 kB | 131/472 kB | 61/61 kB Progress (4): 167/202 kB | 114/153 kB | 131/472 kB | 61 kB Progress (5): 167/202 kB | 114/153 kB | 131/472 kB | 61 kB | 4.1/46 kB Progress (5): 167/202 kB | 118/153 kB | 131/472 kB | 61 kB | 4.1/46 kB Progress (5): 167/202 kB | 122/153 kB | 131/472 kB | 61 kB | 4.1/46 kB Progress (5): 167/202 kB | 122/153 kB | 135/472 kB | 61 kB | 4.1/46 kB Progress (5): 171/202 kB | 122/153 kB | 135/472 kB | 61 kB | 4.1/46 kB Progress (5): 171/202 kB | 122/153 kB | 139/472 kB | 61 kB | 4.1/46 kB Progress (5): 171/202 kB | 126/153 kB | 139/472 kB | 61 kB | 4.1/46 kB Progress (5): 171/202 kB | 126/153 kB | 139/472 kB | 61 kB | 7.7/46 kB Progress (5): 171/202 kB | 131/153 kB | 139/472 kB | 61 kB | 7.7/46 kB Progress (5): 171/202 kB | 131/153 kB | 143/472 kB | 61 kB | 7.7/46 kB Progress (5): 176/202 kB | 131/153 kB | 143/472 kB | 61 kB | 7.7/46 kB Progress (5): 176/202 kB | 131/153 kB | 147/472 kB | 61 kB | 7.7/46 kB Progress (5): 176/202 kB | 131/153 kB | 147/472 kB | 61 kB | 12/46 kB Progress (5): 176/202 kB | 135/153 kB | 147/472 kB | 61 kB | 12/46 kB Progress (5): 180/202 kB | 135/153 kB | 147/472 kB | 61 kB | 12/46 kB Progress (5): 180/202 kB | 139/153 kB | 147/472 kB | 61 kB | 12/46 kB Progress (5): 180/202 kB | 139/153 kB | 151/472 kB | 61 kB | 12/46 kB Progress (5): 184/202 kB | 139/153 kB | 151/472 kB | 61 kB | 12/46 kB Progress (5): 184/202 kB | 139/153 kB | 151/472 kB | 61 kB | 16/46 kB Progress (5): 188/202 kB | 139/153 kB | 151/472 kB | 61 kB | 16/46 kB Progress (5): 188/202 kB | 139/153 kB | 155/472 kB | 61 kB | 16/46 kB Progress (5): 188/202 kB | 143/153 kB | 155/472 kB | 61 kB | 16/46 kB Progress (5): 188/202 kB | 143/153 kB | 155/472 kB | 61 kB | 20/46 kB Progress (5): 188/202 kB | 143/153 kB | 159/472 kB | 61 kB | 20/46 kB Progress (5): 188/202 kB | 143/153 kB | 163/472 kB | 61 kB | 20/46 kB Progress (5): 192/202 kB | 143/153 kB | 163/472 kB | 61 kB | 20/46 kB Progress (5): 192/202 kB | 143/153 kB | 163/472 kB | 61 kB | 24/46 kB Progress (5): 192/202 kB | 147/153 kB | 163/472 kB | 61 kB | 24/46 kB Progress (5): 192/202 kB | 147/153 kB | 163/472 kB | 61 kB | 28/46 kB Progress (5): 192/202 kB | 147/153 kB | 167/472 kB | 61 kB | 28/46 kB Progress (5): 192/202 kB | 147/153 kB | 171/472 kB | 61 kB | 28/46 kB Progress (5): 196/202 kB | 147/153 kB | 171/472 kB | 61 kB | 28/46 kB Progress (5): 196/202 kB | 147/153 kB | 176/472 kB | 61 kB | 28/46 kB Progress (5): 196/202 kB | 151/153 kB | 176/472 kB | 61 kB | 28/46 kB Progress (5): 196/202 kB | 151/153 kB | 176/472 kB | 61 kB | 32/46 kB Progress (5): 196/202 kB | 153 kB | 176/472 kB | 61 kB | 32/46 kB Progress (5): 200/202 kB | 153 kB | 176/472 kB | 61 kB | 32/46 kB Progress (5): 200/202 kB | 153 kB | 180/472 kB | 61 kB | 32/46 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 61 kB | 32/46 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 61 kB | 36/46 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 61 kB | 40/46 kB Progress (5): 202 kB | 153 kB | 184/472 kB | 61 kB | 40/46 kB Progress (5): 202 kB | 153 kB | 184/472 kB | 61 kB | 45/46 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 61 kB | 45/46 kB Progress (5): 202 kB | 153 kB | 188/472 kB | 61 kB | 46 kB Progress (5): 202 kB | 153 kB | 192/472 kB | 61 kB | 46 kB Progress (5): 202 kB | 153 kB | 196/472 kB | 61 kB | 46 kB Progress (5): 202 kB | 153 kB | 200/472 kB | 61 kB | 46 kB Progress (5): 202 kB | 153 kB | 204/472 kB | 61 kB | 46 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 216 kB/s) Progress (4): 202 kB | 153 kB | 208/472 kB | 46 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (4): 202 kB | 153 kB | 212/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 217/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 221/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 225/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 229/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 233/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 237/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 241/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 245/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 249/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 253/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 258/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 262/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 266/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 270/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 274/472 kB | 46 kB Progress (4): 202 kB | 153 kB | 278/472 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 159 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (3): 202 kB | 153 kB | 282/472 kB Progress (4): 202 kB | 153 kB | 282/472 kB | 4.1/29 kB Progress (4): 202 kB | 153 kB | 286/472 kB | 4.1/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 688 kB/s) 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 520 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 (3): 286/472 kB | 4.1/29 kB | 4.1/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (3): 290/472 kB | 4.1/29 kB | 4.1/13 kB Progress (3): 290/472 kB | 7.7/29 kB | 4.1/13 kB Progress (3): 294/472 kB | 7.7/29 kB | 4.1/13 kB Progress (3): 294/472 kB | 7.7/29 kB | 7.7/13 kB Progress (3): 294/472 kB | 12/29 kB | 7.7/13 kB Progress (3): 294/472 kB | 12/29 kB | 12/13 kB Progress (3): 294/472 kB | 16/29 kB | 12/13 kB Progress (3): 298/472 kB | 16/29 kB | 12/13 kB Progress (3): 298/472 kB | 16/29 kB | 13 kB Progress (3): 303/472 kB | 16/29 kB | 13 kB Progress (4): 303/472 kB | 16/29 kB | 13 kB | 4.1/247 kB Progress (4): 307/472 kB | 16/29 kB | 13 kB | 4.1/247 kB Progress (4): 307/472 kB | 20/29 kB | 13 kB | 4.1/247 kB Progress (4): 311/472 kB | 20/29 kB | 13 kB | 4.1/247 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 45 kB/s) Progress (3): 311/472 kB | 20/29 kB | 7.7/247 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (3): 315/472 kB | 20/29 kB | 7.7/247 kB Progress (3): 315/472 kB | 24/29 kB | 7.7/247 kB Progress (3): 319/472 kB | 24/29 kB | 7.7/247 kB Progress (3): 319/472 kB | 24/29 kB | 12/247 kB Progress (3): 323/472 kB | 24/29 kB | 12/247 kB Progress (3): 323/472 kB | 28/29 kB | 12/247 kB Progress (3): 327/472 kB | 28/29 kB | 12/247 kB Progress (3): 327/472 kB | 28/29 kB | 16/247 kB Progress (3): 327/472 kB | 29 kB | 16/247 kB Progress (3): 331/472 kB | 29 kB | 16/247 kB Progress (3): 335/472 kB | 29 kB | 16/247 kB Progress (3): 335/472 kB | 29 kB | 20/247 kB Progress (3): 339/472 kB | 29 kB | 20/247 kB Progress (3): 339/472 kB | 29 kB | 24/247 kB Progress (3): 344/472 kB | 29 kB | 24/247 kB Progress (3): 344/472 kB | 29 kB | 28/247 kB Progress (3): 344/472 kB | 29 kB | 32/247 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 94 kB/s) Progress (2): 344/472 kB | 36/247 kB Progress (2): 344/472 kB | 40/247 kB Progress (2): 344/472 kB | 45/247 kB Progress (2): 344/472 kB | 49/247 kB Progress (2): 348/472 kB | 49/247 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Progress (2): 352/472 kB | 49/247 kB Progress (2): 352/472 kB | 53/247 kB Progress (2): 356/472 kB | 53/247 kB Progress (2): 356/472 kB | 57/247 kB Progress (2): 356/472 kB | 61/247 kB Progress (2): 356/472 kB | 65/247 kB Progress (3): 356/472 kB | 65/247 kB | 4.1/49 kB Progress (3): 356/472 kB | 65/247 kB | 7.7/49 kB Progress (4): 356/472 kB | 65/247 kB | 7.7/49 kB | 4.1/187 kB Progress (4): 360/472 kB | 65/247 kB | 7.7/49 kB | 4.1/187 kB Progress (4): 360/472 kB | 65/247 kB | 7.7/49 kB | 7.7/187 kB Progress (4): 360/472 kB | 65/247 kB | 12/49 kB | 7.7/187 kB Progress (5): 360/472 kB | 65/247 kB | 12/49 kB | 7.7/187 kB | 4.1/86 kB Progress (5): 360/472 kB | 69/247 kB | 12/49 kB | 7.7/187 kB | 4.1/86 kB Progress (5): 360/472 kB | 69/247 kB | 12/49 kB | 7.7/187 kB | 7.7/86 kB Progress (5): 360/472 kB | 69/247 kB | 16/49 kB | 7.7/187 kB | 7.7/86 kB Progress (5): 364/472 kB | 69/247 kB | 16/49 kB | 7.7/187 kB | 7.7/86 kB Progress (5): 364/472 kB | 69/247 kB | 16/49 kB | 12/187 kB | 7.7/86 kB Progress (5): 368/472 kB | 69/247 kB | 16/49 kB | 12/187 kB | 7.7/86 kB Progress (5): 368/472 kB | 69/247 kB | 16/49 kB | 12/187 kB | 12/86 kB Progress (5): 368/472 kB | 73/247 kB | 16/49 kB | 12/187 kB | 12/86 kB Progress (5): 368/472 kB | 73/247 kB | 16/49 kB | 12/187 kB | 16/86 kB Progress (5): 372/472 kB | 73/247 kB | 16/49 kB | 12/187 kB | 16/86 kB Progress (5): 372/472 kB | 73/247 kB | 20/49 kB | 12/187 kB | 16/86 kB Progress (5): 372/472 kB | 73/247 kB | 20/49 kB | 16/187 kB | 16/86 kB Progress (5): 372/472 kB | 73/247 kB | 20/49 kB | 16/187 kB | 20/86 kB Progress (5): 372/472 kB | 73/247 kB | 24/49 kB | 16/187 kB | 20/86 kB Progress (5): 376/472 kB | 73/247 kB | 24/49 kB | 16/187 kB | 20/86 kB Progress (5): 376/472 kB | 77/247 kB | 24/49 kB | 16/187 kB | 20/86 kB Progress (5): 376/472 kB | 77/247 kB | 28/49 kB | 16/187 kB | 20/86 kB Progress (5): 376/472 kB | 77/247 kB | 28/49 kB | 20/187 kB | 20/86 kB Progress (5): 376/472 kB | 77/247 kB | 28/49 kB | 20/187 kB | 24/86 kB Progress (5): 376/472 kB | 77/247 kB | 28/49 kB | 24/187 kB | 24/86 kB Progress (5): 376/472 kB | 77/247 kB | 32/49 kB | 24/187 kB | 24/86 kB Progress (5): 380/472 kB | 77/247 kB | 32/49 kB | 24/187 kB | 24/86 kB Progress (5): 384/472 kB | 77/247 kB | 32/49 kB | 24/187 kB | 24/86 kB Progress (5): 384/472 kB | 81/247 kB | 32/49 kB | 24/187 kB | 24/86 kB Progress (5): 384/472 kB | 81/247 kB | 36/49 kB | 24/187 kB | 24/86 kB Progress (5): 389/472 kB | 81/247 kB | 36/49 kB | 24/187 kB | 24/86 kB Progress (5): 389/472 kB | 81/247 kB | 36/49 kB | 28/187 kB | 24/86 kB Progress (5): 389/472 kB | 81/247 kB | 36/49 kB | 28/187 kB | 28/86 kB Progress (5): 389/472 kB | 81/247 kB | 36/49 kB | 32/187 kB | 28/86 kB Progress (5): 393/472 kB | 81/247 kB | 36/49 kB | 32/187 kB | 28/86 kB Progress (5): 393/472 kB | 85/247 kB | 36/49 kB | 32/187 kB | 28/86 kB Progress (5): 393/472 kB | 85/247 kB | 36/49 kB | 36/187 kB | 28/86 kB Progress (5): 393/472 kB | 85/247 kB | 40/49 kB | 36/187 kB | 28/86 kB Progress (5): 397/472 kB | 85/247 kB | 40/49 kB | 36/187 kB | 28/86 kB Progress (5): 397/472 kB | 85/247 kB | 40/49 kB | 40/187 kB | 28/86 kB Progress (5): 397/472 kB | 90/247 kB | 40/49 kB | 40/187 kB | 28/86 kB Progress (5): 397/472 kB | 90/247 kB | 40/49 kB | 40/187 kB | 32/86 kB Progress (5): 397/472 kB | 94/247 kB | 40/49 kB | 40/187 kB | 32/86 kB Progress (5): 397/472 kB | 98/247 kB | 40/49 kB | 40/187 kB | 32/86 kB Progress (5): 397/472 kB | 98/247 kB | 40/49 kB | 45/187 kB | 32/86 kB Progress (5): 401/472 kB | 98/247 kB | 40/49 kB | 45/187 kB | 32/86 kB Progress (5): 401/472 kB | 98/247 kB | 45/49 kB | 45/187 kB | 32/86 kB Progress (5): 405/472 kB | 98/247 kB | 45/49 kB | 45/187 kB | 32/86 kB Progress (5): 405/472 kB | 98/247 kB | 45/49 kB | 49/187 kB | 32/86 kB Progress (5): 405/472 kB | 98/247 kB | 45/49 kB | 49/187 kB | 36/86 kB Progress (5): 405/472 kB | 98/247 kB | 45/49 kB | 49/187 kB | 40/86 kB Progress (5): 405/472 kB | 98/247 kB | 45/49 kB | 53/187 kB | 40/86 kB Progress (5): 409/472 kB | 98/247 kB | 45/49 kB | 53/187 kB | 40/86 kB Progress (5): 409/472 kB | 98/247 kB | 49/49 kB | 53/187 kB | 40/86 kB Progress (5): 409/472 kB | 98/247 kB | 49/49 kB | 57/187 kB | 40/86 kB Progress (5): 409/472 kB | 98/247 kB | 49/49 kB | 57/187 kB | 45/86 kB Progress (5): 409/472 kB | 102/247 kB | 49/49 kB | 57/187 kB | 45/86 kB Progress (5): 409/472 kB | 102/247 kB | 49/49 kB | 57/187 kB | 49/86 kB Progress (5): 409/472 kB | 102/247 kB | 49/49 kB | 61/187 kB | 49/86 kB Progress (5): 409/472 kB | 102/247 kB | 49 kB | 61/187 kB | 49/86 kB Progress (5): 413/472 kB | 102/247 kB | 49 kB | 61/187 kB | 49/86 kB Progress (5): 413/472 kB | 102/247 kB | 49 kB | 61/187 kB | 53/86 kB Progress (5): 413/472 kB | 102/247 kB | 49 kB | 65/187 kB | 53/86 kB Progress (5): 413/472 kB | 106/247 kB | 49 kB | 65/187 kB | 53/86 kB Progress (5): 413/472 kB | 106/247 kB | 49 kB | 65/187 kB | 57/86 kB Progress (5): 413/472 kB | 106/247 kB | 49 kB | 69/187 kB | 57/86 kB Progress (5): 413/472 kB | 106/247 kB | 49 kB | 73/187 kB | 57/86 kB Progress (5): 413/472 kB | 106/247 kB | 49 kB | 77/187 kB | 57/86 kB Progress (5): 413/472 kB | 106/247 kB | 49 kB | 81/187 kB | 57/86 kB Progress (5): 417/472 kB | 106/247 kB | 49 kB | 81/187 kB | 57/86 kB Progress (5): 421/472 kB | 106/247 kB | 49 kB | 81/187 kB | 57/86 kB Progress (5): 425/472 kB | 106/247 kB | 49 kB | 81/187 kB | 57/86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 137 kB/s) Progress (4): 425/472 kB | 106/247 kB | 81/187 kB | 61/86 kB Progress (4): 425/472 kB | 110/247 kB | 81/187 kB | 61/86 kB Progress (4): 425/472 kB | 110/247 kB | 81/187 kB | 65/86 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (4): 425/472 kB | 110/247 kB | 81/187 kB | 69/86 kB Progress (4): 425/472 kB | 110/247 kB | 81/187 kB | 73/86 kB Progress (4): 425/472 kB | 110/247 kB | 81/187 kB | 77/86 kB Progress (4): 430/472 kB | 110/247 kB | 81/187 kB | 77/86 kB Progress (4): 430/472 kB | 110/247 kB | 85/187 kB | 77/86 kB Progress (4): 430/472 kB | 110/247 kB | 90/187 kB | 77/86 kB Progress (4): 434/472 kB | 110/247 kB | 90/187 kB | 77/86 kB Progress (4): 434/472 kB | 110/247 kB | 90/187 kB | 81/86 kB Progress (4): 434/472 kB | 114/247 kB | 90/187 kB | 81/86 kB Progress (4): 434/472 kB | 114/247 kB | 90/187 kB | 85/86 kB Progress (5): 434/472 kB | 114/247 kB | 90/187 kB | 85/86 kB | 4.1/209 kB Progress (5): 434/472 kB | 114/247 kB | 90/187 kB | 85/86 kB | 7.7/209 kB Progress (5): 438/472 kB | 114/247 kB | 90/187 kB | 85/86 kB | 7.7/209 kB Progress (5): 438/472 kB | 114/247 kB | 94/187 kB | 85/86 kB | 7.7/209 kB Progress (5): 442/472 kB | 114/247 kB | 94/187 kB | 85/86 kB | 7.7/209 kB Progress (5): 442/472 kB | 114/247 kB | 94/187 kB | 85/86 kB | 12/209 kB Progress (5): 442/472 kB | 114/247 kB | 94/187 kB | 85/86 kB | 16/209 kB Progress (5): 446/472 kB | 114/247 kB | 94/187 kB | 85/86 kB | 16/209 kB Progress (5): 450/472 kB | 114/247 kB | 94/187 kB | 85/86 kB | 16/209 kB Progress (5): 450/472 kB | 118/247 kB | 94/187 kB | 85/86 kB | 16/209 kB Progress (5): 450/472 kB | 118/247 kB | 94/187 kB | 86 kB | 16/209 kB Progress (5): 450/472 kB | 122/247 kB | 94/187 kB | 86 kB | 16/209 kB Progress (5): 454/472 kB | 122/247 kB | 94/187 kB | 86 kB | 16/209 kB Progress (5): 454/472 kB | 122/247 kB | 94/187 kB | 86 kB | 20/209 kB Progress (5): 454/472 kB | 122/247 kB | 98/187 kB | 86 kB | 20/209 kB Progress (5): 454/472 kB | 122/247 kB | 98/187 kB | 86 kB | 24/209 kB Progress (5): 454/472 kB | 122/247 kB | 98/187 kB | 86 kB | 28/209 kB Progress (5): 458/472 kB | 122/247 kB | 98/187 kB | 86 kB | 28/209 kB Progress (5): 458/472 kB | 126/247 kB | 98/187 kB | 86 kB | 28/209 kB Progress (5): 458/472 kB | 126/247 kB | 98/187 kB | 86 kB | 32/209 kB Progress (5): 462/472 kB | 126/247 kB | 98/187 kB | 86 kB | 32/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 233 kB/s) Progress (4): 462/472 kB | 126/247 kB | 102/187 kB | 32/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): 462/472 kB | 126/247 kB | 102/187 kB | 36/209 kB Progress (4): 466/472 kB | 126/247 kB | 102/187 kB | 36/209 kB Progress (4): 471/472 kB | 126/247 kB | 102/187 kB | 36/209 kB Progress (4): 471/472 kB | 131/247 kB | 102/187 kB | 36/209 kB Progress (4): 472 kB | 131/247 kB | 102/187 kB | 36/209 kB Progress (4): 472 kB | 131/247 kB | 102/187 kB | 40/209 kB Progress (4): 472 kB | 131/247 kB | 102/187 kB | 45/209 kB Progress (4): 472 kB | 131/247 kB | 102/187 kB | 49/209 kB Progress (5): 472 kB | 131/247 kB | 102/187 kB | 49/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 102/187 kB | 53/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 102/187 kB | 57/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 102/187 kB | 61/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 102/187 kB | 65/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 102/187 kB | 69/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 102/187 kB | 73/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 102/187 kB | 77/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 102/187 kB | 81/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 106/187 kB | 81/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 106/187 kB | 85/209 kB | 4.1/532 kB Progress (5): 472 kB | 131/247 kB | 106/187 kB | 85/209 kB | 7.7/532 kB Progress (5): 472 kB | 135/247 kB | 106/187 kB | 85/209 kB | 7.7/532 kB Progress (5): 472 kB | 135/247 kB | 106/187 kB | 85/209 kB | 12/532 kB Progress (5): 472 kB | 135/247 kB | 106/187 kB | 90/209 kB | 12/532 kB Progress (5): 472 kB | 135/247 kB | 110/187 kB | 90/209 kB | 12/532 kB Progress (5): 472 kB | 135/247 kB | 110/187 kB | 94/209 kB | 12/532 kB Progress (5): 472 kB | 135/247 kB | 110/187 kB | 94/209 kB | 16/532 kB Progress (5): 472 kB | 135/247 kB | 110/187 kB | 94/209 kB | 20/532 kB Progress (5): 472 kB | 139/247 kB | 110/187 kB | 94/209 kB | 20/532 kB Progress (5): 472 kB | 139/247 kB | 110/187 kB | 94/209 kB | 24/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.2 MB/s) Progress (4): 139/247 kB | 110/187 kB | 98/209 kB | 24/532 kB Progress (4): 139/247 kB | 114/187 kB | 98/209 kB | 24/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 139/247 kB | 118/187 kB | 98/209 kB | 24/532 kB Progress (4): 139/247 kB | 122/187 kB | 98/209 kB | 24/532 kB Progress (4): 139/247 kB | 126/187 kB | 98/209 kB | 24/532 kB Progress (4): 139/247 kB | 126/187 kB | 98/209 kB | 28/532 kB Progress (4): 139/247 kB | 126/187 kB | 98/209 kB | 32/532 kB Progress (5): 139/247 kB | 126/187 kB | 98/209 kB | 32/532 kB | 4.1/56 kB Progress (5): 139/247 kB | 126/187 kB | 98/209 kB | 32/532 kB | 7.7/56 kB Progress (5): 139/247 kB | 126/187 kB | 98/209 kB | 32/532 kB | 12/56 kB Progress (5): 139/247 kB | 126/187 kB | 98/209 kB | 32/532 kB | 16/56 kB Progress (5): 143/247 kB | 126/187 kB | 98/209 kB | 32/532 kB | 16/56 kB Progress (5): 143/247 kB | 126/187 kB | 98/209 kB | 32/532 kB | 20/56 kB Progress (5): 143/247 kB | 126/187 kB | 98/209 kB | 36/532 kB | 20/56 kB Progress (5): 143/247 kB | 131/187 kB | 98/209 kB | 36/532 kB | 20/56 kB Progress (5): 143/247 kB | 131/187 kB | 102/209 kB | 36/532 kB | 20/56 kB Progress (5): 143/247 kB | 131/187 kB | 102/209 kB | 40/532 kB | 20/56 kB Progress (5): 143/247 kB | 135/187 kB | 102/209 kB | 40/532 kB | 20/56 kB Progress (5): 143/247 kB | 139/187 kB | 102/209 kB | 40/532 kB | 20/56 kB Progress (5): 143/247 kB | 139/187 kB | 102/209 kB | 40/532 kB | 24/56 kB Progress (5): 147/247 kB | 139/187 kB | 102/209 kB | 40/532 kB | 24/56 kB Progress (5): 147/247 kB | 139/187 kB | 102/209 kB | 40/532 kB | 28/56 kB Progress (5): 147/247 kB | 143/187 kB | 102/209 kB | 40/532 kB | 28/56 kB Progress (5): 147/247 kB | 143/187 kB | 102/209 kB | 45/532 kB | 28/56 kB Progress (5): 147/247 kB | 143/187 kB | 106/209 kB | 45/532 kB | 28/56 kB Progress (5): 147/247 kB | 143/187 kB | 106/209 kB | 49/532 kB | 28/56 kB Progress (5): 147/247 kB | 147/187 kB | 106/209 kB | 49/532 kB | 28/56 kB Progress (5): 151/247 kB | 147/187 kB | 106/209 kB | 49/532 kB | 28/56 kB Progress (5): 151/247 kB | 151/187 kB | 106/209 kB | 49/532 kB | 28/56 kB Progress (5): 151/247 kB | 151/187 kB | 106/209 kB | 49/532 kB | 32/56 kB Progress (5): 151/247 kB | 155/187 kB | 106/209 kB | 49/532 kB | 32/56 kB Progress (5): 151/247 kB | 159/187 kB | 106/209 kB | 49/532 kB | 32/56 kB Progress (5): 151/247 kB | 163/187 kB | 106/209 kB | 49/532 kB | 32/56 kB Progress (5): 155/247 kB | 163/187 kB | 106/209 kB | 49/532 kB | 32/56 kB Progress (5): 155/247 kB | 163/187 kB | 106/209 kB | 53/532 kB | 32/56 kB Progress (5): 155/247 kB | 163/187 kB | 110/209 kB | 53/532 kB | 32/56 kB Progress (5): 155/247 kB | 163/187 kB | 110/209 kB | 57/532 kB | 32/56 kB Progress (5): 155/247 kB | 167/187 kB | 110/209 kB | 57/532 kB | 32/56 kB Progress (5): 159/247 kB | 167/187 kB | 110/209 kB | 57/532 kB | 32/56 kB Progress (5): 159/247 kB | 167/187 kB | 110/209 kB | 57/532 kB | 36/56 kB Progress (5): 163/247 kB | 167/187 kB | 110/209 kB | 57/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 110/209 kB | 57/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 110/209 kB | 61/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 110/209 kB | 65/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 114/209 kB | 65/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 114/209 kB | 69/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 118/209 kB | 69/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 122/209 kB | 69/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 126/209 kB | 69/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 131/209 kB | 69/532 kB | 36/56 kB Progress (5): 163/247 kB | 171/187 kB | 135/209 kB | 69/532 kB | 36/56 kB Progress (5): 167/247 kB | 171/187 kB | 135/209 kB | 69/532 kB | 36/56 kB Progress (5): 171/247 kB | 171/187 kB | 135/209 kB | 69/532 kB | 36/56 kB Progress (5): 176/247 kB | 171/187 kB | 135/209 kB | 69/532 kB | 36/56 kB Progress (5): 176/247 kB | 176/187 kB | 135/209 kB | 69/532 kB | 36/56 kB Progress (5): 176/247 kB | 176/187 kB | 135/209 kB | 69/532 kB | 40/56 kB Progress (5): 176/247 kB | 180/187 kB | 135/209 kB | 69/532 kB | 40/56 kB Progress (5): 180/247 kB | 180/187 kB | 135/209 kB | 69/532 kB | 40/56 kB Progress (5): 180/247 kB | 180/187 kB | 139/209 kB | 69/532 kB | 40/56 kB Progress (5): 180/247 kB | 180/187 kB | 143/209 kB | 69/532 kB | 40/56 kB Progress (5): 184/247 kB | 180/187 kB | 143/209 kB | 69/532 kB | 40/56 kB Progress (5): 184/247 kB | 180/187 kB | 143/209 kB | 73/532 kB | 40/56 kB Progress (5): 188/247 kB | 180/187 kB | 143/209 kB | 73/532 kB | 40/56 kB Progress (5): 188/247 kB | 180/187 kB | 147/209 kB | 73/532 kB | 40/56 kB Progress (5): 188/247 kB | 184/187 kB | 147/209 kB | 73/532 kB | 40/56 kB Progress (5): 188/247 kB | 184/187 kB | 147/209 kB | 73/532 kB | 45/56 kB Progress (5): 188/247 kB | 184/187 kB | 147/209 kB | 73/532 kB | 49/56 kB Progress (5): 188/247 kB | 184/187 kB | 147/209 kB | 73/532 kB | 53/56 kB Progress (5): 188/247 kB | 187 kB | 147/209 kB | 73/532 kB | 53/56 kB Progress (5): 192/247 kB | 187 kB | 147/209 kB | 73/532 kB | 53/56 kB Progress (5): 192/247 kB | 187 kB | 147/209 kB | 77/532 kB | 53/56 kB Progress (5): 196/247 kB | 187 kB | 147/209 kB | 77/532 kB | 53/56 kB Progress (5): 200/247 kB | 187 kB | 147/209 kB | 77/532 kB | 53/56 kB Progress (5): 204/247 kB | 187 kB | 147/209 kB | 77/532 kB | 53/56 kB Progress (5): 208/247 kB | 187 kB | 147/209 kB | 77/532 kB | 53/56 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 456 kB/s) Progress (4): 208/247 kB | 147/209 kB | 77/532 kB | 56 kB Progress (4): 208/247 kB | 151/209 kB | 77/532 kB | 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): 212/247 kB | 151/209 kB | 77/532 kB | 56 kB Progress (4): 212/247 kB | 151/209 kB | 81/532 kB | 56 kB Progress (4): 217/247 kB | 151/209 kB | 81/532 kB | 56 kB Progress (4): 221/247 kB | 151/209 kB | 81/532 kB | 56 kB Progress (4): 225/247 kB | 151/209 kB | 81/532 kB | 56 kB Progress (4): 229/247 kB | 151/209 kB | 81/532 kB | 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 134 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (3): 229/247 kB | 155/209 kB | 81/532 kB Progress (3): 233/247 kB | 155/209 kB | 81/532 kB Progress (3): 237/247 kB | 155/209 kB | 81/532 kB Progress (3): 241/247 kB | 155/209 kB | 81/532 kB Progress (3): 245/247 kB | 155/209 kB | 81/532 kB Progress (3): 247 kB | 155/209 kB | 81/532 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 4.1/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 7.7/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 12/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 16/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 20/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 24/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 28/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 32/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 36/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 40/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 45/100 kB Progress (4): 247 kB | 155/209 kB | 81/532 kB | 49/100 kB Progress (5): 247 kB | 155/209 kB | 81/532 kB | 49/100 kB | 4.1/58 kB Progress (5): 247 kB | 155/209 kB | 81/532 kB | 49/100 kB | 7.7/58 kB Progress (5): 247 kB | 155/209 kB | 81/532 kB | 49/100 kB | 12/58 kB Progress (5): 247 kB | 155/209 kB | 81/532 kB | 49/100 kB | 16/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 545 kB/s) Progress (4): 155/209 kB | 85/532 kB | 49/100 kB | 16/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20171116-1513/org.eclipse.osgi.compatibility.state-1.1.100.v20171116-1513.jar Progress (4): 155/209 kB | 85/532 kB | 49/100 kB | 20/58 kB Progress (4): 155/209 kB | 85/532 kB | 49/100 kB | 24/58 kB Progress (4): 155/209 kB | 85/532 kB | 49/100 kB | 28/58 kB Progress (4): 155/209 kB | 85/532 kB | 53/100 kB | 28/58 kB Progress (4): 159/209 kB | 85/532 kB | 53/100 kB | 28/58 kB Progress (4): 159/209 kB | 85/532 kB | 57/100 kB | 28/58 kB Progress (4): 159/209 kB | 85/532 kB | 57/100 kB | 32/58 kB Progress (4): 159/209 kB | 85/532 kB | 57/100 kB | 36/58 kB Progress (4): 159/209 kB | 85/532 kB | 57/100 kB | 40/58 kB Progress (4): 159/209 kB | 90/532 kB | 57/100 kB | 40/58 kB Progress (4): 159/209 kB | 90/532 kB | 57/100 kB | 45/58 kB Progress (4): 159/209 kB | 90/532 kB | 61/100 kB | 45/58 kB Progress (4): 163/209 kB | 90/532 kB | 61/100 kB | 45/58 kB Progress (4): 163/209 kB | 90/532 kB | 65/100 kB | 45/58 kB Progress (4): 167/209 kB | 90/532 kB | 65/100 kB | 45/58 kB Progress (4): 167/209 kB | 90/532 kB | 65/100 kB | 49/58 kB Progress (4): 167/209 kB | 90/532 kB | 65/100 kB | 53/58 kB Progress (4): 167/209 kB | 90/532 kB | 65/100 kB | 57/58 kB Progress (4): 167/209 kB | 90/532 kB | 65/100 kB | 58 kB Progress (4): 167/209 kB | 94/532 kB | 65/100 kB | 58 kB Progress (4): 171/209 kB | 94/532 kB | 65/100 kB | 58 kB Progress (4): 171/209 kB | 94/532 kB | 69/100 kB | 58 kB Progress (4): 176/209 kB | 94/532 kB | 69/100 kB | 58 kB Progress (4): 176/209 kB | 98/532 kB | 69/100 kB | 58 kB Progress (4): 180/209 kB | 98/532 kB | 69/100 kB | 58 kB Progress (4): 180/209 kB | 102/532 kB | 69/100 kB | 58 kB Progress (4): 184/209 kB | 102/532 kB | 69/100 kB | 58 kB Progress (4): 184/209 kB | 102/532 kB | 73/100 kB | 58 kB Progress (4): 188/209 kB | 102/532 kB | 73/100 kB | 58 kB Progress (4): 188/209 kB | 106/532 kB | 73/100 kB | 58 kB Progress (4): 192/209 kB | 106/532 kB | 73/100 kB | 58 kB Progress (4): 192/209 kB | 106/532 kB | 77/100 kB | 58 kB Progress (4): 196/209 kB | 106/532 kB | 77/100 kB | 58 kB Progress (4): 196/209 kB | 110/532 kB | 77/100 kB | 58 kB Progress (4): 196/209 kB | 110/532 kB | 81/100 kB | 58 kB Progress (4): 200/209 kB | 110/532 kB | 81/100 kB | 58 kB Progress (4): 200/209 kB | 114/532 kB | 81/100 kB | 58 kB Progress (4): 204/209 kB | 114/532 kB | 81/100 kB | 58 kB Progress (4): 204/209 kB | 114/532 kB | 85/100 kB | 58 kB Progress (4): 208/209 kB | 114/532 kB | 85/100 kB | 58 kB Progress (4): 208/209 kB | 114/532 kB | 90/100 kB | 58 kB Progress (4): 208/209 kB | 118/532 kB | 90/100 kB | 58 kB Progress (4): 209 kB | 118/532 kB | 90/100 kB | 58 kB Progress (4): 209 kB | 122/532 kB | 90/100 kB | 58 kB Progress (4): 209 kB | 122/532 kB | 94/100 kB | 58 kB Progress (4): 209 kB | 126/532 kB | 94/100 kB | 58 kB Progress (4): 209 kB | 126/532 kB | 98/100 kB | 58 kB Progress (4): 209 kB | 131/532 kB | 98/100 kB | 58 kB Progress (4): 209 kB | 131/532 kB | 100 kB | 58 kB Progress (4): 209 kB | 135/532 kB | 100 kB | 58 kB Progress (4): 209 kB | 139/532 kB | 100 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 442 kB/s) Progress (3): 143/532 kB | 100 kB | 58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.1.0/sisu-equinox-embedder-1.1.0.jar Progress (3): 147/532 kB | 100 kB | 58 kB Progress (3): 151/532 kB | 100 kB | 58 kB Progress (3): 155/532 kB | 100 kB | 58 kB Progress (3): 159/532 kB | 100 kB | 58 kB Progress (3): 163/532 kB | 100 kB | 58 kB Progress (3): 167/532 kB | 100 kB | 58 kB Progress (3): 171/532 kB | 100 kB | 58 kB Progress (3): 176/532 kB | 100 kB | 58 kB Progress (3): 180/532 kB | 100 kB | 58 kB Progress (3): 184/532 kB | 100 kB | 58 kB Progress (3): 188/532 kB | 100 kB | 58 kB Progress (3): 192/532 kB | 100 kB | 58 kB Progress (3): 196/532 kB | 100 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 121 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20171204-1916/org.eclipse.osgi-3.13.0.v20171204-1916.jar Progress (2): 200/532 kB | 100 kB Progress (2): 204/532 kB | 100 kB Progress (2): 208/532 kB | 100 kB Progress (2): 212/532 kB | 100 kB Progress (2): 217/532 kB | 100 kB Progress (2): 221/532 kB | 100 kB Progress (2): 225/532 kB | 100 kB Progress (2): 229/532 kB | 100 kB Progress (2): 233/532 kB | 100 kB Progress (2): 237/532 kB | 100 kB Progress (2): 241/532 kB | 100 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 206 kB/s) Progress (1): 245/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.1.0/sisu-equinox-api-1.1.0.jar Progress (1): 249/532 kB Progress (1): 253/532 kB Progress (1): 258/532 kB Progress (1): 262/532 kB Progress (1): 266/532 kB Progress (1): 270/532 kB Progress (1): 274/532 kB Progress (1): 278/532 kB Progress (1): 282/532 kB Progress (1): 286/532 kB Progress (1): 290/532 kB Progress (1): 294/532 kB Progress (1): 298/532 kB Progress (1): 303/532 kB Progress (1): 307/532 kB Progress (1): 311/532 kB Progress (1): 315/532 kB Progress (1): 319/532 kB Progress (1): 323/532 kB Progress (1): 327/532 kB Progress (1): 331/532 kB Progress (1): 335/532 kB Progress (1): 339/532 kB Progress (1): 344/532 kB Progress (1): 348/532 kB Progress (1): 352/532 kB Progress (1): 356/532 kB Progress (1): 360/532 kB Progress (1): 364/532 kB Progress (1): 368/532 kB Progress (1): 372/532 kB Progress (1): 376/532 kB Progress (1): 380/532 kB Progress (1): 384/532 kB Progress (1): 389/532 kB Progress (1): 393/532 kB Progress (1): 397/532 kB Progress (1): 401/532 kB Progress (1): 405/532 kB Progress (1): 409/532 kB Progress (1): 413/532 kB Progress (1): 417/532 kB Progress (1): 421/532 kB Progress (1): 425/532 kB Progress (1): 430/532 kB Progress (1): 434/532 kB Progress (2): 434/532 kB | 4.1/244 kB Progress (2): 438/532 kB | 4.1/244 kB Progress (2): 438/532 kB | 7.7/244 kB Progress (2): 442/532 kB | 7.7/244 kB Progress (2): 442/532 kB | 12/244 kB Progress (2): 442/532 kB | 16/244 kB Progress (2): 446/532 kB | 16/244 kB Progress (2): 450/532 kB | 16/244 kB Progress (2): 450/532 kB | 20/244 kB Progress (2): 454/532 kB | 20/244 kB Progress (2): 454/532 kB | 24/244 kB Progress (2): 454/532 kB | 28/244 kB Progress (2): 458/532 kB | 28/244 kB Progress (2): 458/532 kB | 32/244 kB Progress (2): 462/532 kB | 32/244 kB Progress (2): 462/532 kB | 36/244 kB Progress (2): 466/532 kB | 36/244 kB Progress (2): 466/532 kB | 40/244 kB Progress (2): 471/532 kB | 40/244 kB Progress (2): 471/532 kB | 45/244 kB Progress (2): 475/532 kB | 45/244 kB Progress (2): 475/532 kB | 49/244 kB Progress (2): 479/532 kB | 49/244 kB Progress (2): 479/532 kB | 53/244 kB Progress (2): 483/532 kB | 53/244 kB Progress (2): 483/532 kB | 57/244 kB Progress (2): 487/532 kB | 57/244 kB Progress (2): 487/532 kB | 61/244 kB Progress (2): 491/532 kB | 61/244 kB Progress (2): 491/532 kB | 65/244 kB Progress (2): 495/532 kB | 65/244 kB Progress (2): 495/532 kB | 69/244 kB Progress (2): 499/532 kB | 69/244 kB Progress (2): 499/532 kB | 73/244 kB Progress (2): 503/532 kB | 73/244 kB Progress (2): 503/532 kB | 77/244 kB Progress (2): 507/532 kB | 77/244 kB Progress (2): 507/532 kB | 81/244 kB Progress (2): 511/532 kB | 81/244 kB Progress (2): 511/532 kB | 85/244 kB Progress (2): 516/532 kB | 85/244 kB Progress (2): 516/532 kB | 90/244 kB Progress (2): 520/532 kB | 90/244 kB Progress (2): 520/532 kB | 94/244 kB Progress (2): 524/532 kB | 94/244 kB Progress (2): 524/532 kB | 98/244 kB Progress (2): 528/532 kB | 98/244 kB Progress (2): 532/532 kB | 98/244 kB Progress (2): 532 kB | 98/244 kB Progress (2): 532 kB | 102/244 kB Progress (2): 532 kB | 106/244 kB Progress (2): 532 kB | 110/244 kB Progress (2): 532 kB | 114/244 kB Progress (2): 532 kB | 118/244 kB Progress (2): 532 kB | 122/244 kB Progress (2): 532 kB | 126/244 kB Progress (2): 532 kB | 131/244 kB Progress (2): 532 kB | 135/244 kB Progress (2): 532 kB | 139/244 kB Progress (2): 532 kB | 143/244 kB Progress (2): 532 kB | 147/244 kB Progress (2): 532 kB | 151/244 kB Progress (2): 532 kB | 155/244 kB Progress (2): 532 kB | 159/244 kB Progress (2): 532 kB | 163/244 kB Progress (2): 532 kB | 167/244 kB Progress (2): 532 kB | 171/244 kB Progress (2): 532 kB | 176/244 kB Progress (2): 532 kB | 180/244 kB Progress (2): 532 kB | 184/244 kB Progress (2): 532 kB | 188/244 kB Progress (2): 532 kB | 192/244 kB Progress (2): 532 kB | 196/244 kB Progress (3): 532 kB | 196/244 kB | 4.1/13 kB Progress (3): 532 kB | 196/244 kB | 7.7/13 kB Progress (3): 532 kB | 200/244 kB | 7.7/13 kB Progress (3): 532 kB | 200/244 kB | 12/13 kB Progress (3): 532 kB | 204/244 kB | 12/13 kB Progress (3): 532 kB | 204/244 kB | 13 kB Progress (3): 532 kB | 208/244 kB | 13 kB Progress (3): 532 kB | 212/244 kB | 13 kB Progress (3): 532 kB | 217/244 kB | 13 kB Progress (3): 532 kB | 221/244 kB | 13 kB Progress (3): 532 kB | 225/244 kB | 13 kB Progress (3): 532 kB | 229/244 kB | 13 kB Progress (3): 532 kB | 233/244 kB | 13 kB Progress (3): 532 kB | 237/244 kB | 13 kB Progress (3): 532 kB | 241/244 kB | 13 kB Progress (3): 532 kB | 244 kB | 13 kB Progress (4): 532 kB | 244 kB | 13 kB | 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 927 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.1.0/tycho-metadata-model-1.1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.1.0/sisu-equinox-embedder-1.1.0.jar (13 kB at 23 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): 244 kB | 3.2 kB | 4.1/112 kB Progress (3): 244 kB | 3.2 kB | 7.7/112 kB Progress (3): 244 kB | 3.2 kB | 12/112 kB Progress (3): 244 kB | 3.2 kB | 16/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20171116-1513/org.eclipse.osgi.compatibility.state-1.1.100.v20171116-1513.jar (244 kB at 422 kB/s) Progress (2): 3.2 kB | 20/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.1.0/tycho-embedder-api-1.1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.1.0/sisu-equinox-api-1.1.0.jar (3.2 kB at 5.5 kB/s) Progress (1): 24/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.1.0/org.eclipse.tycho.embedder.shared-1.1.0.jar Progress (1): 28/112 kB Progress (1): 32/112 kB Progress (1): 36/112 kB Progress (1): 40/112 kB Progress (1): 45/112 kB Progress (1): 49/112 kB Progress (1): 53/112 kB Progress (1): 57/112 kB Progress (1): 61/112 kB Progress (1): 65/112 kB Progress (1): 69/112 kB Progress (1): 73/112 kB Progress (1): 77/112 kB Progress (1): 81/112 kB Progress (1): 85/112 kB Progress (1): 90/112 kB Progress (1): 94/112 kB Progress (1): 98/112 kB Progress (1): 102/112 kB Progress (1): 106/112 kB Progress (1): 110/112 kB Progress (1): 112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 189 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.1.0/org.eclipse.tycho.core.shared-1.1.0.jar Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (2): 0.2/1.4 MB | 4.1/9.6 kB Progress (2): 0.2/1.4 MB | 4.1/9.6 kB Progress (2): 0.2/1.4 MB | 7.7/9.6 kB Progress (2): 0.2/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.3/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (2): 0.4/1.4 MB | 9.6 kB Progress (3): 0.4/1.4 MB | 9.6 kB | 4.1/38 kB Progress (3): 0.4/1.4 MB | 9.6 kB | 7.7/38 kB Progress (3): 0.4/1.4 MB | 9.6 kB | 12/38 kB Progress (3): 0.4/1.4 MB | 9.6 kB | 12/38 kB Progress (3): 0.4/1.4 MB | 9.6 kB | 16/38 kB Progress (3): 0.4/1.4 MB | 9.6 kB | 16/38 kB Progress (3): 0.4/1.4 MB | 9.6 kB | 20/38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 20/38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 24/38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 24/38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 28/38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 32/38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 36/38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 36/38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 38 kB Progress (3): 0.5/1.4 MB | 9.6 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.1.0/org.eclipse.tycho.embedder.shared-1.1.0.jar (9.6 kB at 15 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 (2): 0.5/1.4 MB | 38 kB Progress (2): 0.5/1.4 MB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.1.0/org.eclipse.tycho.core.shared-1.1.0.jar (38 kB at 58 kB/s) Progress (2): 0.5/1.4 MB | 4.1/37 kB Progress (2): 0.5/1.4 MB | 7.7/37 kB Progress (2): 0.5/1.4 MB | 12/37 kB Progress (2): 0.5/1.4 MB | 16/37 kB Progress (3): 0.5/1.4 MB | 16/37 kB | 4.1/7.2 kB Progress (4): 0.5/1.4 MB | 16/37 kB | 4.1/7.2 kB | 4.1/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (4): 0.5/1.4 MB | 16/37 kB | 4.1/7.2 kB | 4.1/285 kB Progress (4): 0.5/1.4 MB | 16/37 kB | 4.1/7.2 kB | 7.7/285 kB Progress (4): 0.5/1.4 MB | 16/37 kB | 4.1/7.2 kB | 12/285 kB Progress (4): 0.5/1.4 MB | 20/37 kB | 4.1/7.2 kB | 12/285 kB Progress (4): 0.5/1.4 MB | 24/37 kB | 4.1/7.2 kB | 12/285 kB Progress (4): 0.5/1.4 MB | 28/37 kB | 4.1/7.2 kB | 12/285 kB Progress (4): 0.5/1.4 MB | 32/37 kB | 4.1/7.2 kB | 12/285 kB Progress (4): 0.5/1.4 MB | 36/37 kB | 4.1/7.2 kB | 12/285 kB Progress (4): 0.5/1.4 MB | 36/37 kB | 7.2 kB | 12/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 7.2 kB | 12/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 7.2 kB | 16/285 kB Progress (4): 0.5/1.4 MB | 37 kB | 7.2 kB | 16/285 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 16/285 kB | 4.1/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 16/285 kB | 7.7/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 20/285 kB | 7.7/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 20/285 kB | 7.7/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 20/285 kB | 12/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 20/285 kB | 12/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 24/285 kB | 12/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 24/285 kB | 16/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 28/285 kB | 16/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 32/285 kB | 16/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 32/285 kB | 16/53 kB Progress (5): 0.5/1.4 MB | 37 kB | 7.2 kB | 32/285 kB | 20/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 32/285 kB | 20/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 36/285 kB | 20/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 36/285 kB | 24/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 40/285 kB | 24/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 40/285 kB | 28/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 45/285 kB | 28/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 45/285 kB | 28/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 49/285 kB | 28/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 49/285 kB | 32/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 49/285 kB | 32/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 53/285 kB | 32/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 57/285 kB | 32/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 57/285 kB | 36/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 57/285 kB | 40/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 61/285 kB | 40/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 61/285 kB | 40/53 kB Progress (5): 0.6/1.4 MB | 37 kB | 7.2 kB | 65/285 kB | 40/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.1.0/tycho-metadata-model-1.1.0.jar (37 kB at 55 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.1.0/tycho-embedder-api-1.1.0.jar (7.2 kB at 11 kB/s) Progress (3): 0.6/1.4 MB | 65/285 kB | 45/53 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.1.0/tycho-p2-facade-1.1.0.jar Progress (3): 0.6/1.4 MB | 69/285 kB | 45/53 kB Progress (3): 0.6/1.4 MB | 69/285 kB | 45/53 kB Progress (3): 0.6/1.4 MB | 73/285 kB | 45/53 kB Progress (3): 0.6/1.4 MB | 77/285 kB | 45/53 kB Progress (3): 0.6/1.4 MB | 81/285 kB | 45/53 kB Progress (3): 0.6/1.4 MB | 81/285 kB | 49/53 kB Progress (3): 0.6/1.4 MB | 81/285 kB | 49/53 kB Progress (4): 0.6/1.4 MB | 81/285 kB | 49/53 kB | 4.1/4.3 kB Progress (4): 0.6/1.4 MB | 81/285 kB | 49/53 kB | 4.1/4.3 kB Progress (4): 0.6/1.4 MB | 81/285 kB | 53/53 kB | 4.1/4.3 kB Progress (4): 0.6/1.4 MB | 85/285 kB | 53/53 kB | 4.1/4.3 kB Progress (4): 0.6/1.4 MB | 85/285 kB | 53 kB | 4.1/4.3 kB Progress (4): 0.6/1.4 MB | 85/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 85/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 90/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 90/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 94/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 98/285 kB | 53 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 6.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.0.jar Progress (3): 0.6/1.4 MB | 102/285 kB | 53 kB Progress (3): 0.6/1.4 MB | 102/285 kB | 53 kB Progress (3): 0.6/1.4 MB | 106/285 kB | 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 78 kB/s) Progress (2): 0.6/1.4 MB | 110/285 kB Progress (2): 0.6/1.4 MB | 110/285 kB Progress (2): 0.6/1.4 MB | 114/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.1.0/org.eclipse.tycho.p2.tools.shared-1.1.0.jar Progress (2): 0.6/1.4 MB | 118/285 kB Progress (2): 0.6/1.4 MB | 118/285 kB Progress (2): 0.6/1.4 MB | 122/285 kB Progress (2): 0.7/1.4 MB | 122/285 kB Progress (2): 0.7/1.4 MB | 126/285 kB Progress (2): 0.7/1.4 MB | 131/285 kB Progress (2): 0.7/1.4 MB | 131/285 kB Progress (2): 0.7/1.4 MB | 135/285 kB Progress (2): 0.7/1.4 MB | 135/285 kB Progress (2): 0.7/1.4 MB | 139/285 kB Progress (2): 0.7/1.4 MB | 143/285 kB Progress (2): 0.7/1.4 MB | 147/285 kB Progress (2): 0.7/1.4 MB | 147/285 kB Progress (2): 0.7/1.4 MB | 147/285 kB Progress (2): 0.7/1.4 MB | 151/285 kB Progress (2): 0.7/1.4 MB | 155/285 kB Progress (2): 0.7/1.4 MB | 159/285 kB Progress (2): 0.7/1.4 MB | 163/285 kB Progress (2): 0.7/1.4 MB | 163/285 kB Progress (2): 0.7/1.4 MB | 163/285 kB Progress (2): 0.7/1.4 MB | 167/285 kB Progress (2): 0.7/1.4 MB | 171/285 kB Progress (2): 0.7/1.4 MB | 176/285 kB Progress (2): 0.7/1.4 MB | 176/285 kB Progress (2): 0.7/1.4 MB | 180/285 kB Progress (2): 0.7/1.4 MB | 180/285 kB Progress (2): 0.7/1.4 MB | 184/285 kB Progress (2): 0.7/1.4 MB | 188/285 kB Progress (2): 0.7/1.4 MB | 188/285 kB Progress (2): 0.7/1.4 MB | 192/285 kB Progress (2): 0.7/1.4 MB | 192/285 kB Progress (2): 0.7/1.4 MB | 196/285 kB Progress (2): 0.7/1.4 MB | 196/285 kB Progress (2): 0.7/1.4 MB | 200/285 kB Progress (2): 0.8/1.4 MB | 200/285 kB Progress (2): 0.8/1.4 MB | 204/285 kB Progress (2): 0.8/1.4 MB | 208/285 kB Progress (2): 0.8/1.4 MB | 212/285 kB Progress (2): 0.8/1.4 MB | 212/285 kB Progress (2): 0.8/1.4 MB | 212/285 kB Progress (2): 0.8/1.4 MB | 217/285 kB Progress (2): 0.8/1.4 MB | 221/285 kB Progress (2): 0.8/1.4 MB | 225/285 kB Progress (2): 0.8/1.4 MB | 229/285 kB Progress (2): 0.8/1.4 MB | 229/285 kB Progress (2): 0.8/1.4 MB | 229/285 kB Progress (2): 0.8/1.4 MB | 233/285 kB Progress (2): 0.8/1.4 MB | 237/285 kB Progress (2): 0.8/1.4 MB | 241/285 kB Progress (2): 0.8/1.4 MB | 241/285 kB Progress (2): 0.8/1.4 MB | 245/285 kB Progress (2): 0.8/1.4 MB | 245/285 kB Progress (2): 0.8/1.4 MB | 249/285 kB Progress (2): 0.8/1.4 MB | 253/285 kB Progress (2): 0.8/1.4 MB | 253/285 kB Progress (2): 0.8/1.4 MB | 258/285 kB Progress (2): 0.8/1.4 MB | 258/285 kB Progress (2): 0.8/1.4 MB | 262/285 kB Progress (2): 0.8/1.4 MB | 262/285 kB Progress (2): 0.8/1.4 MB | 266/285 kB Progress (2): 0.8/1.4 MB | 266/285 kB Progress (2): 0.8/1.4 MB | 270/285 kB Progress (2): 0.8/1.4 MB | 274/285 kB Progress (2): 0.8/1.4 MB | 278/285 kB Progress (2): 0.8/1.4 MB | 278/285 kB Progress (2): 0.8/1.4 MB | 282/285 kB Progress (2): 0.9/1.4 MB | 282/285 kB Progress (2): 0.9/1.4 MB | 285 kB Progress (2): 0.9/1.4 MB | 285 kB Progress (2): 0.9/1.4 MB | 285 kB Progress (2): 0.9/1.4 MB | 285 kB Progress (2): 0.9/1.4 MB | 285 kB Progress (2): 0.9/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 407 kB/s) Progress (1): 0.9/1.4 MB Progress (2): 0.9/1.4 MB | 4.1/34 kB Progress (2): 0.9/1.4 MB | 7.7/34 kB Progress (2): 0.9/1.4 MB | 12/34 kB Progress (2): 0.9/1.4 MB | 16/34 kB Progress (2): 0.9/1.4 MB | 16/34 kB Progress (2): 0.9/1.4 MB | 16/34 kB Progress (2): 0.9/1.4 MB | 20/34 kB Progress (2): 0.9/1.4 MB | 20/34 kB Progress (2): 0.9/1.4 MB | 24/34 kB Progress (2): 0.9/1.4 MB | 24/34 kB Progress (2): 0.9/1.4 MB | 28/34 kB Progress (2): 0.9/1.4 MB | 32/34 kB Progress (2): 0.9/1.4 MB | 34 kB Progress (2): 0.9/1.4 MB | 34 kB Progress (2): 0.9/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.0/1.4 MB | 34 kB Progress (2): 1.1/1.4 MB | 34 kB Progress (2): 1.1/1.4 MB | 34 kB Progress (2): 1.1/1.4 MB | 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.1.0/tycho-p2-facade-1.1.0.jar (34 kB at 46 kB/s) Progress (2): 1.1/1.4 MB | 4.1/27 kB Progress (3): 1.1/1.4 MB | 4.1/27 kB | 4.1/21 kB Progress (3): 1.1/1.4 MB | 4.1/27 kB | 4.1/21 kB Progress (3): 1.1/1.4 MB | 4.1/27 kB | 7.7/21 kB Progress (3): 1.1/1.4 MB | 7.7/27 kB | 7.7/21 kB Progress (3): 1.1/1.4 MB | 7.7/27 kB | 12/21 kB Progress (3): 1.1/1.4 MB | 12/27 kB | 12/21 kB Progress (3): 1.1/1.4 MB | 12/27 kB | 16/21 kB Progress (3): 1.1/1.4 MB | 16/27 kB | 16/21 kB Progress (3): 1.1/1.4 MB | 16/27 kB | 16/21 kB Progress (3): 1.1/1.4 MB | 16/27 kB | 20/21 kB Progress (3): 1.1/1.4 MB | 16/27 kB | 20/21 kB Progress (3): 1.1/1.4 MB | 16/27 kB | 21 kB Progress (3): 1.1/1.4 MB | 20/27 kB | 21 kB Progress (3): 1.1/1.4 MB | 24/27 kB | 21 kB Progress (3): 1.1/1.4 MB | 27 kB | 21 kB Progress (3): 1.1/1.4 MB | 27 kB | 21 kB Progress (3): 1.1/1.4 MB | 27 kB | 21 kB Progress (3): 1.1/1.4 MB | 27 kB | 21 kB Progress (3): 1.1/1.4 MB | 27 kB | 21 kB Progress (3): 1.1/1.4 MB | 27 kB | 21 kB Progress (3): 1.1/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 kB | 21 kB Progress (3): 1.2/1.4 MB | 27 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.1.0/org.eclipse.tycho.p2.tools.shared-1.1.0.jar (21 kB at 28 kB/s) Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.3/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4/1.4 MB | 27 kB Progress (2): 1.4 MB | 27 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.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.0.jar (27 kB at 34 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20171204-1916/org.eclipse.osgi-3.13.0.v20171204-1916.jar (1.4 MB at 1.8 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.4.3/rcptt-maven-plugin-2.4.3.pom Progress (1): 1.8 kB Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.4.3/rcptt-maven-plugin-2.4.3.pom (1.8 kB at 24 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.4.3/rcptt-maven-modules-2.4.3.pom Progress (1): 1.9 kB Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.4.3/rcptt-maven-modules-2.4.3.pom (1.9 kB at 19 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.4.3/rcptt-maven-util-2.4.3.pom Progress (1): 1.5 kB Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.4.3/rcptt-maven-util-2.4.3.pom (1.5 kB at 32 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.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-archiver/1.2/plexus-archiver-1.2.pom (2.0 kB at 89 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-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 rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 92 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 7.8 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1 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 93 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 36 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1 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 132 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 67 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 104 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom (1.2 kB at 14 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 60 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.5.4/maven-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/3.5.4/maven-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 304 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.4 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/19/apache-19.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 443 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.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.5.4/maven-model-3.5.4.pom (4.0 kB at 76 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 133 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 359 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/41/commons-parent-41.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 982 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.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.5.4/maven-settings-3.5.4.pom (1.8 kB at 30 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.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.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 37 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 15 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 71 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 60 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1 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 198 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 345 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 43 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.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.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 42 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.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.5.4/maven-artifact-3.5.4.pom (2.1 kB at 38 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.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.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 54 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom Progress (1): 4.1 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 27 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 343 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1 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 243 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 65 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 78 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1 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 344 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 627 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 54 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 29 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 22 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 335 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 6.4 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1 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 82 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Progress (1): 4.1 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 215 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 929 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 55 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.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.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 60 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/20.0/guava-20.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 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 163 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 kB Progress (1): 8.2 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 230 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1 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 161 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 48 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 7.1 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 401 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 39 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 33 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 35 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Progress (1): 4.1 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 176 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1 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 82 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.5 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice/4.2.0/guice-4.2.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice/4.2.0/guice-4.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 322 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 316 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/google/5/google-5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/google/5/google-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 57 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 15 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/23.6-android/guava-23.6-android.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/23.6-android/guava-23.6-android.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 174 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom Progress (1): 4.1 kB Progress (1): 8.2 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/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 132 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 14 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 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 105 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 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 98 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 50 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 35 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 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 97 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 451 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 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 103 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.4.3/rcptt-maven-plugin-2.4.3.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-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 rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.4.3/rcptt-maven-util-2.4.3.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar Progress (2): 22 kB | 4.1/36 kB Progress (2): 22 kB | 7.7/36 kB Progress (2): 22 kB | 12/36 kB Progress (2): 22 kB | 16/36 kB Progress (2): 22 kB | 20/36 kB Progress (2): 22 kB | 24/36 kB Progress (2): 22 kB | 28/36 kB Progress (2): 22 kB | 32/36 kB Progress (2): 22 kB | 36 kB Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.4.3/rcptt-maven-util-2.4.3.jar (22 kB at 295 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.4.3/rcptt-maven-plugin-2.4.3.jar (36 kB at 416 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/20.0/guava-20.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/20.0/guava-20.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.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 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (1): 4.1/194 kB Progress (1): 7.7/194 kB Progress (1): 12/194 kB Progress (1): 16/194 kB Progress (1): 20/194 kB Progress (1): 24/194 kB Progress (1): 28/194 kB Progress (2): 28/194 kB | 4.1/38 kB Progress (2): 32/194 kB | 4.1/38 kB Progress (2): 32/194 kB | 7.7/38 kB Progress (2): 32/194 kB | 12/38 kB Progress (2): 32/194 kB | 16/38 kB Progress (2): 36/194 kB | 16/38 kB Progress (2): 40/194 kB | 16/38 kB Progress (2): 45/194 kB | 16/38 kB Progress (2): 45/194 kB | 20/38 kB Progress (2): 49/194 kB | 20/38 kB Progress (2): 49/194 kB | 24/38 kB Progress (2): 49/194 kB | 28/38 kB Progress (2): 49/194 kB | 32/38 kB Progress (2): 53/194 kB | 32/38 kB Progress (2): 53/194 kB | 36/38 kB Progress (2): 57/194 kB | 36/38 kB Progress (2): 57/194 kB | 38 kB Progress (2): 61/194 kB | 38 kB Progress (2): 65/194 kB | 38 kB Progress (2): 69/194 kB | 38 kB Progress (2): 73/194 kB | 38 kB Progress (2): 77/194 kB | 38 kB Progress (2): 81/194 kB | 38 kB Progress (2): 85/194 kB | 38 kB Progress (2): 90/194 kB | 38 kB Progress (2): 94/194 kB | 38 kB Progress (2): 98/194 kB | 38 kB Progress (2): 102/194 kB | 38 kB Progress (2): 106/194 kB | 38 kB Progress (2): 110/194 kB | 38 kB Progress (2): 114/194 kB | 38 kB Progress (2): 118/194 kB | 38 kB Progress (2): 122/194 kB | 38 kB Progress (2): 126/194 kB | 38 kB Progress (2): 131/194 kB | 38 kB Progress (2): 135/194 kB | 38 kB Progress (2): 139/194 kB | 38 kB Progress (2): 143/194 kB | 38 kB Progress (2): 147/194 kB | 38 kB Progress (2): 151/194 kB | 38 kB Progress (2): 155/194 kB | 38 kB Progress (2): 159/194 kB | 38 kB Progress (2): 163/194 kB | 38 kB Progress (2): 167/194 kB | 38 kB Progress (2): 171/194 kB | 38 kB Progress (2): 176/194 kB | 38 kB Progress (2): 180/194 kB | 38 kB Progress (2): 184/194 kB | 38 kB Progress (2): 188/194 kB | 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 962 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar Progress (2): 194 kB | 4.1/182 kB Progress (2): 194 kB | 7.7/182 kB Progress (2): 194 kB | 12/182 kB Progress (3): 194 kB | 12/182 kB | 4.1/121 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 4.5 MB/s) Progress (3): 12/182 kB | 4.1/121 kB | 4.1/223 kB Progress (3): 16/182 kB | 4.1/121 kB | 4.1/223 kB Progress (3): 16/182 kB | 4.1/121 kB | 7.7/223 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar Progress (3): 16/182 kB | 7.7/121 kB | 7.7/223 kB Progress (3): 20/182 kB | 7.7/121 kB | 7.7/223 kB Progress (3): 24/182 kB | 7.7/121 kB | 7.7/223 kB Progress (3): 24/182 kB | 7.7/121 kB | 12/223 kB Progress (3): 28/182 kB | 7.7/121 kB | 12/223 kB Progress (3): 28/182 kB | 12/121 kB | 12/223 kB Progress (3): 32/182 kB | 12/121 kB | 12/223 kB Progress (3): 32/182 kB | 12/121 kB | 16/223 kB Progress (3): 32/182 kB | 16/121 kB | 16/223 kB Progress (3): 36/182 kB | 16/121 kB | 16/223 kB Progress (3): 40/182 kB | 16/121 kB | 16/223 kB Progress (3): 40/182 kB | 16/121 kB | 20/223 kB Progress (3): 40/182 kB | 20/121 kB | 20/223 kB Progress (3): 45/182 kB | 20/121 kB | 20/223 kB Progress (3): 45/182 kB | 24/121 kB | 20/223 kB Progress (3): 45/182 kB | 24/121 kB | 24/223 kB Progress (3): 45/182 kB | 28/121 kB | 24/223 kB Progress (3): 49/182 kB | 28/121 kB | 24/223 kB Progress (3): 49/182 kB | 32/121 kB | 24/223 kB Progress (3): 49/182 kB | 32/121 kB | 28/223 kB Progress (3): 49/182 kB | 32/121 kB | 32/223 kB Progress (3): 53/182 kB | 32/121 kB | 32/223 kB Progress (3): 53/182 kB | 36/121 kB | 32/223 kB Progress (3): 57/182 kB | 36/121 kB | 32/223 kB Progress (3): 57/182 kB | 36/121 kB | 36/223 kB Progress (3): 57/182 kB | 40/121 kB | 36/223 kB Progress (3): 57/182 kB | 40/121 kB | 40/223 kB Progress (3): 61/182 kB | 40/121 kB | 40/223 kB Progress (3): 61/182 kB | 40/121 kB | 45/223 kB Progress (3): 61/182 kB | 45/121 kB | 45/223 kB Progress (3): 61/182 kB | 45/121 kB | 49/223 kB Progress (3): 65/182 kB | 45/121 kB | 49/223 kB Progress (3): 65/182 kB | 49/121 kB | 49/223 kB Progress (3): 65/182 kB | 49/121 kB | 53/223 kB Progress (3): 69/182 kB | 49/121 kB | 53/223 kB Progress (3): 69/182 kB | 49/121 kB | 57/223 kB Progress (3): 73/182 kB | 49/121 kB | 57/223 kB Progress (3): 73/182 kB | 53/121 kB | 57/223 kB Progress (3): 77/182 kB | 53/121 kB | 57/223 kB Progress (3): 81/182 kB | 53/121 kB | 57/223 kB Progress (3): 81/182 kB | 53/121 kB | 61/223 kB Progress (3): 81/182 kB | 53/121 kB | 65/223 kB Progress (3): 81/182 kB | 57/121 kB | 65/223 kB Progress (3): 85/182 kB | 57/121 kB | 65/223 kB Progress (3): 85/182 kB | 61/121 kB | 65/223 kB Progress (3): 90/182 kB | 61/121 kB | 65/223 kB Progress (3): 90/182 kB | 61/121 kB | 69/223 kB Progress (3): 90/182 kB | 65/121 kB | 69/223 kB Progress (3): 90/182 kB | 65/121 kB | 73/223 kB Progress (3): 94/182 kB | 65/121 kB | 73/223 kB Progress (3): 94/182 kB | 65/121 kB | 77/223 kB Progress (3): 98/182 kB | 65/121 kB | 77/223 kB Progress (3): 98/182 kB | 69/121 kB | 77/223 kB Progress (3): 98/182 kB | 69/121 kB | 81/223 kB Progress (3): 98/182 kB | 73/121 kB | 81/223 kB Progress (3): 98/182 kB | 77/121 kB | 81/223 kB Progress (3): 102/182 kB | 77/121 kB | 81/223 kB Progress (3): 102/182 kB | 81/121 kB | 81/223 kB Progress (3): 102/182 kB | 81/121 kB | 85/223 kB Progress (3): 106/182 kB | 81/121 kB | 85/223 kB Progress (3): 106/182 kB | 81/121 kB | 90/223 kB Progress (3): 110/182 kB | 81/121 kB | 90/223 kB Progress (4): 110/182 kB | 81/121 kB | 90/223 kB | 4.1/51 kB Progress (4): 114/182 kB | 81/121 kB | 90/223 kB | 4.1/51 kB Progress (4): 114/182 kB | 85/121 kB | 90/223 kB | 4.1/51 kB Progress (4): 114/182 kB | 85/121 kB | 94/223 kB | 4.1/51 kB Progress (4): 114/182 kB | 90/121 kB | 94/223 kB | 4.1/51 kB Progress (4): 114/182 kB | 90/121 kB | 94/223 kB | 7.7/51 kB Progress (4): 114/182 kB | 94/121 kB | 94/223 kB | 7.7/51 kB Progress (4): 118/182 kB | 94/121 kB | 94/223 kB | 7.7/51 kB Progress (4): 118/182 kB | 94/121 kB | 98/223 kB | 7.7/51 kB Progress (4): 122/182 kB | 94/121 kB | 98/223 kB | 7.7/51 kB Progress (5): 122/182 kB | 94/121 kB | 98/223 kB | 7.7/51 kB | 4.1/630 kB Progress (5): 122/182 kB | 98/121 kB | 98/223 kB | 7.7/51 kB | 4.1/630 kB Progress (5): 122/182 kB | 98/121 kB | 98/223 kB | 12/51 kB | 4.1/630 kB Progress (5): 122/182 kB | 98/121 kB | 102/223 kB | 12/51 kB | 4.1/630 kB Progress (5): 122/182 kB | 98/121 kB | 102/223 kB | 12/51 kB | 7.7/630 kB Progress (5): 126/182 kB | 98/121 kB | 102/223 kB | 12/51 kB | 7.7/630 kB Progress (5): 126/182 kB | 98/121 kB | 102/223 kB | 12/51 kB | 12/630 kB Progress (5): 126/182 kB | 102/121 kB | 102/223 kB | 12/51 kB | 12/630 kB Progress (5): 126/182 kB | 106/121 kB | 102/223 kB | 12/51 kB | 12/630 kB Progress (5): 126/182 kB | 106/121 kB | 106/223 kB | 12/51 kB | 12/630 kB Progress (5): 126/182 kB | 106/121 kB | 110/223 kB | 12/51 kB | 12/630 kB Progress (5): 126/182 kB | 106/121 kB | 110/223 kB | 16/51 kB | 12/630 kB Progress (5): 126/182 kB | 106/121 kB | 114/223 kB | 16/51 kB | 12/630 kB Progress (5): 126/182 kB | 110/121 kB | 114/223 kB | 16/51 kB | 12/630 kB Progress (5): 126/182 kB | 110/121 kB | 114/223 kB | 16/51 kB | 16/630 kB Progress (5): 126/182 kB | 110/121 kB | 118/223 kB | 16/51 kB | 16/630 kB Progress (5): 131/182 kB | 110/121 kB | 118/223 kB | 16/51 kB | 16/630 kB Progress (5): 131/182 kB | 110/121 kB | 122/223 kB | 16/51 kB | 16/630 kB Progress (5): 131/182 kB | 114/121 kB | 122/223 kB | 16/51 kB | 16/630 kB Progress (5): 135/182 kB | 114/121 kB | 122/223 kB | 16/51 kB | 16/630 kB Progress (5): 135/182 kB | 118/121 kB | 122/223 kB | 16/51 kB | 16/630 kB Progress (5): 135/182 kB | 118/121 kB | 122/223 kB | 20/51 kB | 16/630 kB Progress (5): 135/182 kB | 121 kB | 122/223 kB | 20/51 kB | 16/630 kB Progress (5): 139/182 kB | 121 kB | 122/223 kB | 20/51 kB | 16/630 kB Progress (5): 139/182 kB | 121 kB | 126/223 kB | 20/51 kB | 16/630 kB Progress (5): 139/182 kB | 121 kB | 131/223 kB | 20/51 kB | 16/630 kB Progress (5): 139/182 kB | 121 kB | 131/223 kB | 20/51 kB | 20/630 kB Progress (5): 143/182 kB | 121 kB | 131/223 kB | 20/51 kB | 20/630 kB Progress (5): 143/182 kB | 121 kB | 131/223 kB | 24/51 kB | 20/630 kB Progress (5): 143/182 kB | 121 kB | 135/223 kB | 24/51 kB | 20/630 kB Progress (5): 147/182 kB | 121 kB | 135/223 kB | 24/51 kB | 20/630 kB Progress (5): 147/182 kB | 121 kB | 135/223 kB | 24/51 kB | 24/630 kB Progress (5): 147/182 kB | 121 kB | 135/223 kB | 24/51 kB | 28/630 kB Progress (5): 147/182 kB | 121 kB | 139/223 kB | 24/51 kB | 28/630 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 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar Progress (4): 147/182 kB | 139/223 kB | 28/51 kB | 28/630 kB Progress (4): 147/182 kB | 143/223 kB | 28/51 kB | 28/630 kB Progress (4): 147/182 kB | 143/223 kB | 28/51 kB | 32/630 kB Progress (4): 151/182 kB | 143/223 kB | 28/51 kB | 32/630 kB Progress (4): 151/182 kB | 147/223 kB | 28/51 kB | 32/630 kB Progress (4): 151/182 kB | 147/223 kB | 28/51 kB | 36/630 kB Progress (4): 151/182 kB | 147/223 kB | 32/51 kB | 36/630 kB Progress (4): 151/182 kB | 151/223 kB | 32/51 kB | 36/630 kB Progress (4): 151/182 kB | 151/223 kB | 32/51 kB | 40/630 kB Progress (4): 155/182 kB | 151/223 kB | 32/51 kB | 40/630 kB Progress (4): 155/182 kB | 151/223 kB | 36/51 kB | 40/630 kB Progress (4): 155/182 kB | 151/223 kB | 36/51 kB | 45/630 kB Progress (4): 155/182 kB | 155/223 kB | 36/51 kB | 45/630 kB Progress (4): 155/182 kB | 155/223 kB | 36/51 kB | 49/630 kB Progress (4): 155/182 kB | 155/223 kB | 40/51 kB | 49/630 kB Progress (4): 159/182 kB | 155/223 kB | 40/51 kB | 49/630 kB Progress (4): 159/182 kB | 155/223 kB | 40/51 kB | 53/630 kB Progress (4): 159/182 kB | 155/223 kB | 45/51 kB | 53/630 kB Progress (4): 159/182 kB | 159/223 kB | 45/51 kB | 53/630 kB Progress (4): 159/182 kB | 159/223 kB | 49/51 kB | 53/630 kB Progress (4): 159/182 kB | 159/223 kB | 49/51 kB | 57/630 kB Progress (4): 163/182 kB | 159/223 kB | 49/51 kB | 57/630 kB Progress (4): 163/182 kB | 159/223 kB | 49/51 kB | 61/630 kB Progress (4): 163/182 kB | 159/223 kB | 51 kB | 61/630 kB Progress (4): 163/182 kB | 163/223 kB | 51 kB | 61/630 kB Progress (4): 167/182 kB | 163/223 kB | 51 kB | 61/630 kB Progress (4): 167/182 kB | 163/223 kB | 51 kB | 65/630 kB Progress (4): 171/182 kB | 163/223 kB | 51 kB | 65/630 kB Progress (4): 176/182 kB | 163/223 kB | 51 kB | 65/630 kB Progress (4): 176/182 kB | 167/223 kB | 51 kB | 65/630 kB Progress (4): 176/182 kB | 167/223 kB | 51 kB | 69/630 kB Progress (4): 180/182 kB | 167/223 kB | 51 kB | 69/630 kB Progress (4): 180/182 kB | 167/223 kB | 51 kB | 73/630 kB Progress (4): 180/182 kB | 171/223 kB | 51 kB | 73/630 kB Progress (4): 180/182 kB | 171/223 kB | 51 kB | 77/630 kB Progress (4): 182 kB | 171/223 kB | 51 kB | 77/630 kB Progress (4): 182 kB | 171/223 kB | 51 kB | 81/630 kB Progress (4): 182 kB | 176/223 kB | 51 kB | 81/630 kB Progress (4): 182 kB | 180/223 kB | 51 kB | 81/630 kB Progress (4): 182 kB | 180/223 kB | 51 kB | 85/630 kB Progress (4): 182 kB | 180/223 kB | 51 kB | 90/630 kB Progress (4): 182 kB | 184/223 kB | 51 kB | 90/630 kB Progress (4): 182 kB | 184/223 kB | 51 kB | 94/630 kB Progress (4): 182 kB | 188/223 kB | 51 kB | 94/630 kB Progress (4): 182 kB | 188/223 kB | 51 kB | 98/630 kB Progress (4): 182 kB | 192/223 kB | 51 kB | 98/630 kB Progress (4): 182 kB | 196/223 kB | 51 kB | 98/630 kB Progress (4): 182 kB | 196/223 kB | 51 kB | 102/630 kB Progress (4): 182 kB | 196/223 kB | 51 kB | 106/630 kB Progress (4): 182 kB | 200/223 kB | 51 kB | 106/630 kB Progress (4): 182 kB | 200/223 kB | 51 kB | 110/630 kB Progress (4): 182 kB | 204/223 kB | 51 kB | 110/630 kB Progress (4): 182 kB | 204/223 kB | 51 kB | 114/630 kB Progress (4): 182 kB | 208/223 kB | 51 kB | 114/630 kB Progress (4): 182 kB | 212/223 kB | 51 kB | 114/630 kB Progress (4): 182 kB | 212/223 kB | 51 kB | 118/630 kB Progress (4): 182 kB | 217/223 kB | 51 kB | 118/630 kB Progress (4): 182 kB | 217/223 kB | 51 kB | 122/630 kB Progress (4): 182 kB | 221/223 kB | 51 kB | 122/630 kB Progress (4): 182 kB | 221/223 kB | 51 kB | 126/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 126/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 131/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 135/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 139/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 143/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 147/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 151/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 155/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 159/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 163/630 kB Progress (4): 182 kB | 223 kB | 51 kB | 167/630 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar (182 kB at 1.5 MB/s) Progress (4): 223 kB | 51 kB | 167/630 kB | 4.1/165 kB Progress (4): 223 kB | 51 kB | 171/630 kB | 4.1/165 kB Progress (4): 223 kB | 51 kB | 171/630 kB | 7.7/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar Progress (4): 223 kB | 51 kB | 171/630 kB | 12/165 kB Progress (4): 223 kB | 51 kB | 176/630 kB | 12/165 kB Progress (4): 223 kB | 51 kB | 176/630 kB | 16/165 kB Progress (4): 223 kB | 51 kB | 180/630 kB | 16/165 kB Progress (4): 223 kB | 51 kB | 180/630 kB | 20/165 kB Progress (4): 223 kB | 51 kB | 180/630 kB | 24/165 kB Progress (4): 223 kB | 51 kB | 184/630 kB | 24/165 kB Progress (4): 223 kB | 51 kB | 188/630 kB | 24/165 kB Progress (4): 223 kB | 51 kB | 188/630 kB | 28/165 kB Progress (4): 223 kB | 51 kB | 192/630 kB | 28/165 kB Progress (4): 223 kB | 51 kB | 192/630 kB | 32/165 kB Progress (4): 223 kB | 51 kB | 196/630 kB | 32/165 kB Progress (4): 223 kB | 51 kB | 196/630 kB | 36/165 kB Progress (4): 223 kB | 51 kB | 200/630 kB | 36/165 kB Progress (4): 223 kB | 51 kB | 200/630 kB | 40/165 kB Progress (4): 223 kB | 51 kB | 204/630 kB | 40/165 kB Progress (4): 223 kB | 51 kB | 204/630 kB | 45/165 kB Progress (4): 223 kB | 51 kB | 208/630 kB | 45/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar (51 kB at 407 kB/s) Progress (3): 223 kB | 208/630 kB | 49/165 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 1.8 MB/s) Progress (2): 208/630 kB | 53/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar Progress (2): 212/630 kB | 53/165 kB Progress (2): 212/630 kB | 57/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Progress (2): 217/630 kB | 57/165 kB Progress (2): 217/630 kB | 61/165 kB Progress (2): 221/630 kB | 61/165 kB Progress (2): 221/630 kB | 65/165 kB Progress (2): 225/630 kB | 65/165 kB Progress (2): 229/630 kB | 65/165 kB Progress (2): 229/630 kB | 69/165 kB Progress (2): 229/630 kB | 73/165 kB Progress (2): 233/630 kB | 73/165 kB Progress (2): 233/630 kB | 77/165 kB Progress (2): 237/630 kB | 77/165 kB Progress (2): 237/630 kB | 81/165 kB Progress (2): 241/630 kB | 81/165 kB Progress (2): 245/630 kB | 81/165 kB Progress (2): 245/630 kB | 85/165 kB Progress (2): 245/630 kB | 90/165 kB Progress (2): 245/630 kB | 94/165 kB Progress (2): 249/630 kB | 94/165 kB Progress (2): 249/630 kB | 98/165 kB Progress (2): 253/630 kB | 98/165 kB Progress (2): 258/630 kB | 98/165 kB Progress (2): 262/630 kB | 98/165 kB Progress (2): 262/630 kB | 102/165 kB Progress (2): 262/630 kB | 106/165 kB Progress (2): 262/630 kB | 110/165 kB Progress (2): 266/630 kB | 110/165 kB Progress (2): 266/630 kB | 114/165 kB Progress (2): 270/630 kB | 114/165 kB Progress (2): 274/630 kB | 114/165 kB Progress (2): 278/630 kB | 114/165 kB Progress (2): 278/630 kB | 118/165 kB Progress (2): 278/630 kB | 122/165 kB Progress (3): 278/630 kB | 122/165 kB | 4.1/45 kB Progress (3): 282/630 kB | 122/165 kB | 4.1/45 kB Progress (3): 282/630 kB | 126/165 kB | 4.1/45 kB Progress (3): 286/630 kB | 126/165 kB | 4.1/45 kB Progress (3): 286/630 kB | 126/165 kB | 7.7/45 kB Progress (3): 290/630 kB | 126/165 kB | 7.7/45 kB Progress (3): 290/630 kB | 131/165 kB | 7.7/45 kB Progress (3): 294/630 kB | 131/165 kB | 7.7/45 kB Progress (3): 294/630 kB | 131/165 kB | 12/45 kB Progress (3): 294/630 kB | 131/165 kB | 16/45 kB Progress (3): 294/630 kB | 135/165 kB | 16/45 kB Progress (3): 294/630 kB | 139/165 kB | 16/45 kB Progress (3): 298/630 kB | 139/165 kB | 16/45 kB Progress (3): 298/630 kB | 143/165 kB | 16/45 kB Progress (3): 303/630 kB | 143/165 kB | 16/45 kB Progress (3): 303/630 kB | 143/165 kB | 20/45 kB Progress (3): 307/630 kB | 143/165 kB | 20/45 kB Progress (3): 311/630 kB | 143/165 kB | 20/45 kB Progress (3): 311/630 kB | 147/165 kB | 20/45 kB Progress (3): 311/630 kB | 147/165 kB | 24/45 kB Progress (3): 311/630 kB | 147/165 kB | 28/45 kB Progress (3): 315/630 kB | 147/165 kB | 28/45 kB Progress (3): 315/630 kB | 147/165 kB | 32/45 kB Progress (3): 319/630 kB | 147/165 kB | 32/45 kB Progress (3): 319/630 kB | 151/165 kB | 32/45 kB Progress (4): 319/630 kB | 151/165 kB | 32/45 kB | 4.1/43 kB Progress (4): 323/630 kB | 151/165 kB | 32/45 kB | 4.1/43 kB Progress (4): 323/630 kB | 151/165 kB | 32/45 kB | 7.7/43 kB Progress (4): 323/630 kB | 151/165 kB | 36/45 kB | 7.7/43 kB Progress (4): 323/630 kB | 151/165 kB | 40/45 kB | 7.7/43 kB Progress (4): 323/630 kB | 155/165 kB | 40/45 kB | 7.7/43 kB Progress (4): 323/630 kB | 155/165 kB | 45/45 kB | 7.7/43 kB Progress (4): 323/630 kB | 155/165 kB | 45/45 kB | 12/43 kB Progress (4): 327/630 kB | 155/165 kB | 45/45 kB | 12/43 kB Progress (4): 327/630 kB | 155/165 kB | 45/45 kB | 16/43 kB Progress (4): 327/630 kB | 155/165 kB | 45 kB | 16/43 kB Progress (4): 327/630 kB | 159/165 kB | 45 kB | 16/43 kB Progress (4): 327/630 kB | 159/165 kB | 45 kB | 20/43 kB Progress (4): 327/630 kB | 163/165 kB | 45 kB | 20/43 kB Progress (4): 327/630 kB | 163/165 kB | 45 kB | 24/43 kB Progress (4): 327/630 kB | 163/165 kB | 45 kB | 28/43 kB Progress (4): 327/630 kB | 163/165 kB | 45 kB | 32/43 kB Progress (4): 327/630 kB | 163/165 kB | 45 kB | 36/43 kB Progress (4): 327/630 kB | 165 kB | 45 kB | 36/43 kB Progress (4): 331/630 kB | 165 kB | 45 kB | 36/43 kB Progress (4): 331/630 kB | 165 kB | 45 kB | 40/43 kB Progress (4): 335/630 kB | 165 kB | 45 kB | 40/43 kB Progress (4): 335/630 kB | 165 kB | 45 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 230 kB/s) 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.jar Progress (3): 339/630 kB | 165 kB | 43 kB Progress (3): 344/630 kB | 165 kB | 43 kB Progress (3): 348/630 kB | 165 kB | 43 kB Progress (3): 352/630 kB | 165 kB | 43 kB Progress (3): 356/630 kB | 165 kB | 43 kB Progress (3): 360/630 kB | 165 kB | 43 kB Progress (3): 364/630 kB | 165 kB | 43 kB Progress (3): 368/630 kB | 165 kB | 43 kB Progress (3): 372/630 kB | 165 kB | 43 kB Progress (3): 376/630 kB | 165 kB | 43 kB Progress (3): 380/630 kB | 165 kB | 43 kB Progress (3): 384/630 kB | 165 kB | 43 kB Progress (3): 389/630 kB | 165 kB | 43 kB Progress (3): 393/630 kB | 165 kB | 43 kB Progress (3): 397/630 kB | 165 kB | 43 kB Progress (3): 401/630 kB | 165 kB | 43 kB Progress (3): 405/630 kB | 165 kB | 43 kB Progress (3): 409/630 kB | 165 kB | 43 kB Progress (3): 413/630 kB | 165 kB | 43 kB Progress (3): 417/630 kB | 165 kB | 43 kB Progress (3): 421/630 kB | 165 kB | 43 kB Progress (3): 425/630 kB | 165 kB | 43 kB Progress (3): 430/630 kB | 165 kB | 43 kB Progress (3): 434/630 kB | 165 kB | 43 kB Progress (3): 438/630 kB | 165 kB | 43 kB Progress (3): 442/630 kB | 165 kB | 43 kB Progress (3): 446/630 kB | 165 kB | 43 kB Progress (3): 450/630 kB | 165 kB | 43 kB Progress (4): 450/630 kB | 165 kB | 43 kB | 4.1/79 kB Progress (4): 454/630 kB | 165 kB | 43 kB | 4.1/79 kB Progress (4): 454/630 kB | 165 kB | 43 kB | 7.7/79 kB Progress (4): 458/630 kB | 165 kB | 43 kB | 7.7/79 kB Progress (4): 458/630 kB | 165 kB | 43 kB | 12/79 kB Progress (4): 458/630 kB | 165 kB | 43 kB | 16/79 kB Progress (4): 462/630 kB | 165 kB | 43 kB | 16/79 kB Progress (4): 466/630 kB | 165 kB | 43 kB | 16/79 kB Progress (4): 471/630 kB | 165 kB | 43 kB | 16/79 kB Progress (4): 471/630 kB | 165 kB | 43 kB | 20/79 kB Progress (4): 475/630 kB | 165 kB | 43 kB | 20/79 kB Progress (4): 475/630 kB | 165 kB | 43 kB | 24/79 kB Progress (4): 475/630 kB | 165 kB | 43 kB | 28/79 kB Progress (4): 475/630 kB | 165 kB | 43 kB | 32/79 kB Progress (4): 479/630 kB | 165 kB | 43 kB | 32/79 kB Progress (4): 483/630 kB | 165 kB | 43 kB | 32/79 kB Progress (4): 487/630 kB | 165 kB | 43 kB | 32/79 kB Progress (4): 487/630 kB | 165 kB | 43 kB | 36/79 kB Progress (4): 491/630 kB | 165 kB | 43 kB | 36/79 kB Progress (4): 491/630 kB | 165 kB | 43 kB | 40/79 kB Progress (5): 491/630 kB | 165 kB | 43 kB | 40/79 kB | 4.1/28 kB Progress (5): 491/630 kB | 165 kB | 43 kB | 45/79 kB | 4.1/28 kB Progress (5): 495/630 kB | 165 kB | 43 kB | 45/79 kB | 4.1/28 kB Progress (5): 495/630 kB | 165 kB | 43 kB | 45/79 kB | 7.7/28 kB Progress (5): 499/630 kB | 165 kB | 43 kB | 45/79 kB | 7.7/28 kB Progress (5): 503/630 kB | 165 kB | 43 kB | 45/79 kB | 7.7/28 kB Progress (5): 507/630 kB | 165 kB | 43 kB | 45/79 kB | 7.7/28 kB Progress (5): 507/630 kB | 165 kB | 43 kB | 49/79 kB | 7.7/28 kB Progress (5): 507/630 kB | 165 kB | 43 kB | 49/79 kB | 12/28 kB Progress (5): 511/630 kB | 165 kB | 43 kB | 49/79 kB | 12/28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 204 kB/s) Progress (4): 511/630 kB | 165 kB | 49/79 kB | 16/28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar (165 kB at 775 kB/s) Progress (3): 511/630 kB | 53/79 kB | 16/28 kB Progress (3): 516/630 kB | 53/79 kB | 16/28 kB Progress (3): 516/630 kB | 57/79 kB | 16/28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar Progress (3): 516/630 kB | 57/79 kB | 20/28 kB Progress (3): 516/630 kB | 61/79 kB | 20/28 kB Progress (3): 520/630 kB | 61/79 kB | 20/28 kB Progress (3): 520/630 kB | 65/79 kB | 20/28 kB Progress (3): 520/630 kB | 65/79 kB | 24/28 kB Progress (4): 520/630 kB | 65/79 kB | 24/28 kB | 4.1/13 kB Progress (4): 520/630 kB | 65/79 kB | 28 kB | 4.1/13 kB Progress (4): 524/630 kB | 65/79 kB | 28 kB | 4.1/13 kB Progress (4): 524/630 kB | 65/79 kB | 28 kB | 7.7/13 kB Progress (4): 524/630 kB | 69/79 kB | 28 kB | 7.7/13 kB Progress (4): 524/630 kB | 69/79 kB | 28 kB | 12/13 kB Progress (4): 528/630 kB | 69/79 kB | 28 kB | 12/13 kB Progress (4): 528/630 kB | 73/79 kB | 28 kB | 12/13 kB Progress (4): 532/630 kB | 73/79 kB | 28 kB | 12/13 kB Progress (4): 536/630 kB | 73/79 kB | 28 kB | 12/13 kB Progress (4): 536/630 kB | 73/79 kB | 28 kB | 13 kB Progress (4): 540/630 kB | 73/79 kB | 28 kB | 13 kB Progress (4): 540/630 kB | 77/79 kB | 28 kB | 13 kB Progress (4): 540/630 kB | 79 kB | 28 kB | 13 kB Progress (4): 544/630 kB | 79 kB | 28 kB | 13 kB Progress (4): 548/630 kB | 79 kB | 28 kB | 13 kB Progress (4): 552/630 kB | 79 kB | 28 kB | 13 kB Progress (4): 557/630 kB | 79 kB | 28 kB | 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 61 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 357 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar Progress (2): 561/630 kB | 28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar Progress (2): 565/630 kB | 28 kB Progress (2): 569/630 kB | 28 kB Progress (2): 573/630 kB | 28 kB Progress (2): 577/630 kB | 28 kB Progress (2): 581/630 kB | 28 kB Progress (2): 585/630 kB | 28 kB Progress (2): 589/630 kB | 28 kB Progress (2): 593/630 kB | 28 kB Progress (2): 597/630 kB | 28 kB Progress (2): 602/630 kB | 28 kB Progress (2): 606/630 kB | 28 kB Progress (2): 610/630 kB | 28 kB Progress (2): 614/630 kB | 28 kB Progress (3): 614/630 kB | 28 kB | 4.1/15 kB Progress (3): 618/630 kB | 28 kB | 4.1/15 kB Progress (3): 618/630 kB | 28 kB | 7.7/15 kB Progress (3): 622/630 kB | 28 kB | 7.7/15 kB Progress (3): 622/630 kB | 28 kB | 12/15 kB Progress (3): 622/630 kB | 28 kB | 15 kB Progress (3): 626/630 kB | 28 kB | 15 kB Progress (3): 630 kB | 28 kB | 15 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.jar (28 kB at 121 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 61 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar Progress (1): 4.1/55 kB Progress (2): 4.1/55 kB | 4.1/27 kB Progress (2): 7.7/55 kB | 4.1/27 kB Progress (2): 7.7/55 kB | 7.7/27 kB Progress (3): 7.7/55 kB | 7.7/27 kB | 4.1/48 kB Progress (3): 7.7/55 kB | 12/27 kB | 4.1/48 kB Progress (3): 12/55 kB | 12/27 kB | 4.1/48 kB Progress (3): 12/55 kB | 16/27 kB | 4.1/48 kB Progress (3): 12/55 kB | 16/27 kB | 7.7/48 kB Progress (3): 16/55 kB | 16/27 kB | 7.7/48 kB Progress (3): 16/55 kB | 20/27 kB | 7.7/48 kB Progress (3): 16/55 kB | 24/27 kB | 7.7/48 kB Progress (3): 16/55 kB | 27 kB | 7.7/48 kB Progress (3): 20/55 kB | 27 kB | 7.7/48 kB Progress (3): 20/55 kB | 27 kB | 12/48 kB Progress (3): 24/55 kB | 27 kB | 12/48 kB Progress (3): 24/55 kB | 27 kB | 16/48 kB Progress (3): 28/55 kB | 27 kB | 16/48 kB Progress (3): 32/55 kB | 27 kB | 16/48 kB Progress (3): 32/55 kB | 27 kB | 20/48 kB Progress (3): 32/55 kB | 27 kB | 24/48 kB Progress (3): 36/55 kB | 27 kB | 24/48 kB Progress (3): 36/55 kB | 27 kB | 28/48 kB Progress (3): 40/55 kB | 27 kB | 28/48 kB Progress (3): 40/55 kB | 27 kB | 32/48 kB Progress (3): 45/55 kB | 27 kB | 32/48 kB Progress (3): 49/55 kB | 27 kB | 32/48 kB Progress (3): 49/55 kB | 27 kB | 36/48 kB Progress (3): 53/55 kB | 27 kB | 36/48 kB Progress (3): 53/55 kB | 27 kB | 40/48 kB Progress (3): 55 kB | 27 kB | 40/48 kB Progress (3): 55 kB | 27 kB | 45/48 kB Progress (3): 55 kB | 27 kB | 48 kB Progress (4): 55 kB | 27 kB | 48 kB | 4.1/177 kB Progress (4): 55 kB | 27 kB | 48 kB | 7.7/177 kB Progress (4): 55 kB | 27 kB | 48 kB | 12/177 kB Progress (4): 55 kB | 27 kB | 48 kB | 16/177 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 109 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar Progress (3): 55 kB | 48 kB | 20/177 kB Progress (3): 55 kB | 48 kB | 24/177 kB Progress (3): 55 kB | 48 kB | 28/177 kB Progress (3): 55 kB | 48 kB | 32/177 kB Progress (3): 55 kB | 48 kB | 36/177 kB Progress (3): 55 kB | 48 kB | 40/177 kB Progress (3): 55 kB | 48 kB | 45/177 kB Progress (3): 55 kB | 48 kB | 49/177 kB Progress (3): 55 kB | 48 kB | 53/177 kB Progress (3): 55 kB | 48 kB | 57/177 kB Progress (3): 55 kB | 48 kB | 61/177 kB Progress (3): 55 kB | 48 kB | 65/177 kB Progress (3): 55 kB | 48 kB | 69/177 kB Progress (3): 55 kB | 48 kB | 73/177 kB Progress (3): 55 kB | 48 kB | 77/177 kB Progress (3): 55 kB | 48 kB | 81/177 kB Progress (3): 55 kB | 48 kB | 85/177 kB Progress (3): 55 kB | 48 kB | 90/177 kB Progress (3): 55 kB | 48 kB | 94/177 kB Progress (3): 55 kB | 48 kB | 98/177 kB Progress (3): 55 kB | 48 kB | 102/177 kB Progress (3): 55 kB | 48 kB | 106/177 kB Progress (3): 55 kB | 48 kB | 110/177 kB Progress (3): 55 kB | 48 kB | 114/177 kB Progress (3): 55 kB | 48 kB | 118/177 kB Progress (3): 55 kB | 48 kB | 122/177 kB Progress (3): 55 kB | 48 kB | 126/177 kB Progress (3): 55 kB | 48 kB | 131/177 kB Progress (3): 55 kB | 48 kB | 135/177 kB Progress (3): 55 kB | 48 kB | 139/177 kB Progress (3): 55 kB | 48 kB | 143/177 kB Progress (3): 55 kB | 48 kB | 147/177 kB Progress (3): 55 kB | 48 kB | 151/177 kB Progress (3): 55 kB | 48 kB | 155/177 kB Progress (3): 55 kB | 48 kB | 159/177 kB Progress (3): 55 kB | 48 kB | 163/177 kB Progress (3): 55 kB | 48 kB | 167/177 kB Progress (3): 55 kB | 48 kB | 171/177 kB Progress (3): 55 kB | 48 kB | 176/177 kB Progress (3): 55 kB | 48 kB | 177 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 187 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar Progress (3): 48 kB | 177 kB | 4.1/67 kB Progress (3): 48 kB | 177 kB | 7.7/67 kB Progress (3): 48 kB | 177 kB | 12/67 kB Progress (3): 48 kB | 177 kB | 16/67 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar (48 kB at 160 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 597 kB/s) Progress (1): 20/67 kB Progress (2): 20/67 kB | 4.1/185 kB Progress (2): 24/67 kB | 4.1/185 kB Progress (2): 28/67 kB | 4.1/185 kB Progress (2): 32/67 kB | 4.1/185 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar Progress (2): 36/67 kB | 4.1/185 kB Progress (2): 36/67 kB | 7.7/185 kB Progress (2): 40/67 kB | 7.7/185 kB Progress (2): 40/67 kB | 12/185 kB Progress (2): 45/67 kB | 12/185 kB Progress (2): 45/67 kB | 16/185 kB Progress (2): 49/67 kB | 16/185 kB Progress (2): 49/67 kB | 20/185 kB Progress (2): 53/67 kB | 20/185 kB Progress (2): 53/67 kB | 24/185 kB Progress (2): 57/67 kB | 24/185 kB Progress (2): 57/67 kB | 28/185 kB Progress (2): 61/67 kB | 28/185 kB Progress (2): 61/67 kB | 32/185 kB Progress (2): 65/67 kB | 32/185 kB Progress (2): 67 kB | 32/185 kB Progress (2): 67 kB | 36/185 kB Progress (2): 67 kB | 40/185 kB Progress (2): 67 kB | 45/185 kB Progress (2): 67 kB | 49/185 kB Progress (2): 67 kB | 53/185 kB Progress (2): 67 kB | 57/185 kB Progress (2): 67 kB | 61/185 kB Progress (2): 67 kB | 65/185 kB Progress (2): 67 kB | 69/185 kB Progress (2): 67 kB | 73/185 kB Progress (2): 67 kB | 77/185 kB Progress (2): 67 kB | 81/185 kB Progress (2): 67 kB | 85/185 kB Progress (2): 67 kB | 90/185 kB Progress (2): 67 kB | 94/185 kB Progress (2): 67 kB | 98/185 kB Progress (2): 67 kB | 102/185 kB Progress (2): 67 kB | 106/185 kB Progress (2): 67 kB | 110/185 kB Progress (2): 67 kB | 114/185 kB Progress (2): 67 kB | 118/185 kB Progress (2): 67 kB | 122/185 kB Progress (2): 67 kB | 126/185 kB Progress (2): 67 kB | 131/185 kB Progress (2): 67 kB | 135/185 kB Progress (2): 67 kB | 139/185 kB Progress (2): 67 kB | 143/185 kB Progress (2): 67 kB | 147/185 kB Progress (2): 67 kB | 151/185 kB Progress (2): 67 kB | 155/185 kB Progress (2): 67 kB | 159/185 kB Progress (2): 67 kB | 163/185 kB Progress (2): 67 kB | 167/185 kB Progress (2): 67 kB | 171/185 kB Progress (2): 67 kB | 176/185 kB Progress (2): 67 kB | 180/185 kB Progress (2): 67 kB | 184/185 kB Progress (2): 67 kB | 185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 213 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Progress (2): 185 kB | 4.1/159 kB Progress (2): 185 kB | 7.7/159 kB Progress (3): 185 kB | 7.7/159 kB | 4.1/36 kB Progress (3): 185 kB | 7.7/159 kB | 7.7/36 kB Progress (3): 185 kB | 7.7/159 kB | 12/36 kB Progress (3): 185 kB | 7.7/159 kB | 16/36 kB Progress (4): 185 kB | 7.7/159 kB | 16/36 kB | 4.1/167 kB Progress (5): 185 kB | 7.7/159 kB | 16/36 kB | 4.1/167 kB | 4.1/146 kB Progress (5): 185 kB | 7.7/159 kB | 16/36 kB | 7.7/167 kB | 4.1/146 kB Progress (5): 185 kB | 7.7/159 kB | 20/36 kB | 7.7/167 kB | 4.1/146 kB Progress (5): 185 kB | 12/159 kB | 20/36 kB | 7.7/167 kB | 4.1/146 kB Progress (5): 185 kB | 12/159 kB | 24/36 kB | 7.7/167 kB | 4.1/146 kB Progress (5): 185 kB | 12/159 kB | 24/36 kB | 12/167 kB | 4.1/146 kB Progress (5): 185 kB | 12/159 kB | 24/36 kB | 12/167 kB | 7.7/146 kB Progress (5): 185 kB | 12/159 kB | 24/36 kB | 16/167 kB | 7.7/146 kB Progress (5): 185 kB | 12/159 kB | 28/36 kB | 16/167 kB | 7.7/146 kB Progress (5): 185 kB | 16/159 kB | 28/36 kB | 16/167 kB | 7.7/146 kB Progress (5): 185 kB | 16/159 kB | 28/36 kB | 20/167 kB | 7.7/146 kB Progress (5): 185 kB | 16/159 kB | 32/36 kB | 20/167 kB | 7.7/146 kB Progress (5): 185 kB | 20/159 kB | 32/36 kB | 20/167 kB | 7.7/146 kB Progress (5): 185 kB | 20/159 kB | 32/36 kB | 20/167 kB | 12/146 kB Progress (5): 185 kB | 24/159 kB | 32/36 kB | 20/167 kB | 12/146 kB Progress (5): 185 kB | 24/159 kB | 36 kB | 20/167 kB | 12/146 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 570 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.3/org.eclipse.sisu.plexus-0.3.3.jar Progress (4): 24/159 kB | 36 kB | 24/167 kB | 12/146 kB Progress (4): 28/159 kB | 36 kB | 24/167 kB | 12/146 kB Progress (4): 32/159 kB | 36 kB | 24/167 kB | 12/146 kB Progress (4): 36/159 kB | 36 kB | 24/167 kB | 12/146 kB Progress (4): 40/159 kB | 36 kB | 24/167 kB | 12/146 kB Progress (4): 45/159 kB | 36 kB | 24/167 kB | 12/146 kB Progress (4): 49/159 kB | 36 kB | 24/167 kB | 12/146 kB Progress (4): 49/159 kB | 36 kB | 24/167 kB | 16/146 kB Progress (4): 53/159 kB | 36 kB | 24/167 kB | 16/146 kB Progress (4): 57/159 kB | 36 kB | 24/167 kB | 16/146 kB Progress (4): 61/159 kB | 36 kB | 24/167 kB | 16/146 kB Progress (4): 61/159 kB | 36 kB | 28/167 kB | 16/146 kB Progress (4): 65/159 kB | 36 kB | 28/167 kB | 16/146 kB Progress (4): 65/159 kB | 36 kB | 28/167 kB | 20/146 kB Progress (4): 65/159 kB | 36 kB | 32/167 kB | 20/146 kB Progress (4): 65/159 kB | 36 kB | 32/167 kB | 24/146 kB Progress (4): 69/159 kB | 36 kB | 32/167 kB | 24/146 kB Progress (4): 69/159 kB | 36 kB | 32/167 kB | 28/146 kB Progress (4): 73/159 kB | 36 kB | 32/167 kB | 28/146 kB Progress (4): 73/159 kB | 36 kB | 32/167 kB | 32/146 kB Progress (4): 73/159 kB | 36 kB | 36/167 kB | 32/146 kB Progress (4): 77/159 kB | 36 kB | 36/167 kB | 32/146 kB Progress (4): 77/159 kB | 36 kB | 40/167 kB | 32/146 kB Progress (4): 81/159 kB | 36 kB | 40/167 kB | 32/146 kB Progress (4): 81/159 kB | 36 kB | 45/167 kB | 32/146 kB Progress (4): 81/159 kB | 36 kB | 45/167 kB | 36/146 kB Progress (4): 81/159 kB | 36 kB | 49/167 kB | 36/146 kB Progress (4): 85/159 kB | 36 kB | 49/167 kB | 36/146 kB Progress (4): 85/159 kB | 36 kB | 49/167 kB | 40/146 kB Progress (4): 90/159 kB | 36 kB | 49/167 kB | 40/146 kB Progress (4): 90/159 kB | 36 kB | 49/167 kB | 45/146 kB Progress (4): 94/159 kB | 36 kB | 49/167 kB | 45/146 kB Progress (4): 94/159 kB | 36 kB | 53/167 kB | 45/146 kB Progress (4): 98/159 kB | 36 kB | 53/167 kB | 45/146 kB Progress (4): 98/159 kB | 36 kB | 53/167 kB | 49/146 kB Progress (4): 98/159 kB | 36 kB | 57/167 kB | 49/146 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 107 kB/s) Progress (3): 98/159 kB | 57/167 kB | 53/146 kB Progress (3): 102/159 kB | 57/167 kB | 53/146 kB Progress (3): 102/159 kB | 61/167 kB | 53/146 kB Progress (3): 106/159 kB | 61/167 kB | 53/146 kB Progress (3): 110/159 kB | 61/167 kB | 53/146 kB Progress (3): 110/159 kB | 61/167 kB | 57/146 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 (3): 110/159 kB | 61/167 kB | 61/146 kB Progress (3): 114/159 kB | 61/167 kB | 61/146 kB Progress (3): 114/159 kB | 65/167 kB | 61/146 kB Progress (3): 114/159 kB | 65/167 kB | 65/146 kB Progress (3): 118/159 kB | 65/167 kB | 65/146 kB Progress (3): 118/159 kB | 69/167 kB | 65/146 kB Progress (3): 122/159 kB | 69/167 kB | 65/146 kB Progress (3): 122/159 kB | 69/167 kB | 69/146 kB Progress (3): 122/159 kB | 73/167 kB | 69/146 kB Progress (3): 122/159 kB | 73/167 kB | 73/146 kB Progress (3): 126/159 kB | 73/167 kB | 73/146 kB Progress (3): 126/159 kB | 73/167 kB | 77/146 kB Progress (3): 126/159 kB | 77/167 kB | 77/146 kB Progress (3): 126/159 kB | 77/167 kB | 81/146 kB Progress (3): 131/159 kB | 77/167 kB | 81/146 kB Progress (3): 131/159 kB | 81/167 kB | 81/146 kB Progress (3): 131/159 kB | 81/167 kB | 85/146 kB Progress (3): 131/159 kB | 81/167 kB | 90/146 kB Progress (3): 131/159 kB | 85/167 kB | 90/146 kB Progress (3): 135/159 kB | 85/167 kB | 90/146 kB Progress (3): 135/159 kB | 90/167 kB | 90/146 kB Progress (3): 135/159 kB | 94/167 kB | 90/146 kB Progress (3): 135/159 kB | 94/167 kB | 94/146 kB Progress (3): 135/159 kB | 98/167 kB | 94/146 kB Progress (3): 139/159 kB | 98/167 kB | 94/146 kB Progress (3): 139/159 kB | 98/167 kB | 98/146 kB Progress (3): 143/159 kB | 98/167 kB | 98/146 kB Progress (3): 143/159 kB | 102/167 kB | 98/146 kB Progress (3): 147/159 kB | 102/167 kB | 98/146 kB Progress (3): 147/159 kB | 106/167 kB | 98/146 kB Progress (3): 147/159 kB | 106/167 kB | 102/146 kB Progress (3): 147/159 kB | 110/167 kB | 102/146 kB Progress (3): 151/159 kB | 110/167 kB | 102/146 kB Progress (3): 151/159 kB | 110/167 kB | 106/146 kB Progress (3): 155/159 kB | 110/167 kB | 106/146 kB Progress (3): 155/159 kB | 114/167 kB | 106/146 kB Progress (3): 159 kB | 114/167 kB | 106/146 kB Progress (3): 159 kB | 114/167 kB | 110/146 kB Progress (3): 159 kB | 114/167 kB | 114/146 kB Progress (3): 159 kB | 118/167 kB | 114/146 kB Progress (3): 159 kB | 122/167 kB | 114/146 kB Progress (3): 159 kB | 126/167 kB | 114/146 kB Progress (3): 159 kB | 126/167 kB | 118/146 kB Progress (3): 159 kB | 131/167 kB | 118/146 kB Progress (3): 159 kB | 131/167 kB | 122/146 kB Progress (3): 159 kB | 131/167 kB | 126/146 kB Progress (3): 159 kB | 131/167 kB | 131/146 kB Progress (3): 159 kB | 135/167 kB | 131/146 kB Progress (3): 159 kB | 139/167 kB | 131/146 kB Progress (3): 159 kB | 143/167 kB | 131/146 kB Progress (3): 159 kB | 143/167 kB | 135/146 kB Progress (3): 159 kB | 147/167 kB | 135/146 kB Progress (3): 159 kB | 147/167 kB | 139/146 kB Progress (3): 159 kB | 147/167 kB | 143/146 kB Progress (3): 159 kB | 147/167 kB | 146 kB Progress (3): 159 kB | 151/167 kB | 146 kB Progress (3): 159 kB | 155/167 kB | 146 kB Progress (3): 159 kB | 159/167 kB | 146 kB Progress (3): 159 kB | 163/167 kB | 146 kB Progress (3): 159 kB | 167 kB | 146 kB Progress (4): 159 kB | 167 kB | 146 kB | 4.1/45 kB Progress (4): 159 kB | 167 kB | 146 kB | 7.7/45 kB Progress (4): 159 kB | 167 kB | 146 kB | 12/45 kB Progress (4): 159 kB | 167 kB | 146 kB | 16/45 kB Progress (4): 159 kB | 167 kB | 146 kB | 20/45 kB Progress (4): 159 kB | 167 kB | 146 kB | 24/45 kB Progress (4): 159 kB | 167 kB | 146 kB | 28/45 kB Progress (4): 159 kB | 167 kB | 146 kB | 32/45 kB Progress (4): 159 kB | 167 kB | 146 kB | 36/45 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 468 kB/s) Progress (4): 159 kB | 146 kB | 36/45 kB | 4.1/205 kB Progress (4): 159 kB | 146 kB | 40/45 kB | 4.1/205 kB Progress (4): 159 kB | 146 kB | 40/45 kB | 7.7/205 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 444 kB/s) Progress (3): 146 kB | 40/45 kB | 12/205 kB Progress (3): 146 kB | 45/45 kB | 12/205 kB Progress (3): 146 kB | 45/45 kB | 16/205 kB 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.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 372 kB/s) Progress (2): 45/45 kB | 20/205 kB Progress (3): 45/45 kB | 20/205 kB | 4.1/5.8 kB Progress (3): 45 kB | 20/205 kB | 4.1/5.8 kB Progress (3): 45 kB | 20/205 kB | 5.8 kB Progress (3): 45 kB | 24/205 kB | 5.8 kB Progress (3): 45 kB | 28/205 kB | 5.8 kB Progress (3): 45 kB | 32/205 kB | 5.8 kB Progress (3): 45 kB | 36/205 kB | 5.8 kB Progress (3): 45 kB | 40/205 kB | 5.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar Progress (3): 45 kB | 45/205 kB | 5.8 kB Progress (3): 45 kB | 49/205 kB | 5.8 kB Progress (3): 45 kB | 53/205 kB | 5.8 kB Progress (3): 45 kB | 57/205 kB | 5.8 kB Progress (3): 45 kB | 61/205 kB | 5.8 kB Progress (3): 45 kB | 65/205 kB | 5.8 kB Progress (3): 45 kB | 69/205 kB | 5.8 kB Progress (3): 45 kB | 73/205 kB | 5.8 kB Progress (3): 45 kB | 77/205 kB | 5.8 kB Progress (3): 45 kB | 81/205 kB | 5.8 kB Progress (3): 45 kB | 85/205 kB | 5.8 kB Progress (3): 45 kB | 90/205 kB | 5.8 kB Progress (3): 45 kB | 94/205 kB | 5.8 kB Progress (3): 45 kB | 98/205 kB | 5.8 kB Progress (3): 45 kB | 102/205 kB | 5.8 kB Progress (3): 45 kB | 106/205 kB | 5.8 kB Progress (3): 45 kB | 110/205 kB | 5.8 kB Progress (3): 45 kB | 114/205 kB | 5.8 kB Progress (3): 45 kB | 118/205 kB | 5.8 kB Progress (3): 45 kB | 122/205 kB | 5.8 kB Progress (3): 45 kB | 126/205 kB | 5.8 kB Progress (3): 45 kB | 131/205 kB | 5.8 kB Progress (3): 45 kB | 135/205 kB | 5.8 kB Progress (3): 45 kB | 139/205 kB | 5.8 kB Progress (3): 45 kB | 143/205 kB | 5.8 kB Progress (3): 45 kB | 147/205 kB | 5.8 kB Progress (3): 45 kB | 151/205 kB | 5.8 kB Progress (3): 45 kB | 155/205 kB | 5.8 kB Progress (3): 45 kB | 159/205 kB | 5.8 kB Progress (3): 45 kB | 163/205 kB | 5.8 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 14 kB/s) Progress (2): 45 kB | 167/205 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Progress (2): 45 kB | 171/205 kB Progress (2): 45 kB | 176/205 kB Progress (2): 45 kB | 180/205 kB Progress (2): 45 kB | 184/205 kB Progress (3): 45 kB | 184/205 kB | 4.1/4.5 kB Progress (3): 45 kB | 188/205 kB | 4.1/4.5 kB Progress (3): 45 kB | 188/205 kB | 4.5 kB Progress (3): 45 kB | 192/205 kB | 4.5 kB Progress (3): 45 kB | 196/205 kB | 4.5 kB Progress (3): 45 kB | 200/205 kB | 4.5 kB Progress (4): 45 kB | 200/205 kB | 4.5 kB | 4.1/379 kB Progress (4): 45 kB | 204/205 kB | 4.5 kB | 4.1/379 kB Progress (4): 45 kB | 204/205 kB | 4.5 kB | 7.7/379 kB Progress (4): 45 kB | 205 kB | 4.5 kB | 7.7/379 kB Progress (4): 45 kB | 205 kB | 4.5 kB | 12/379 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 11 kB/s) Progress (3): 45 kB | 205 kB | 16/379 kB 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): 45 kB | 205 kB | 20/379 kB Progress (3): 45 kB | 205 kB | 24/379 kB Progress (3): 45 kB | 205 kB | 28/379 kB Progress (3): 45 kB | 205 kB | 32/379 kB Progress (3): 45 kB | 205 kB | 36/379 kB Progress (3): 45 kB | 205 kB | 40/379 kB Progress (3): 45 kB | 205 kB | 45/379 kB Progress (3): 45 kB | 205 kB | 49/379 kB Progress (3): 45 kB | 205 kB | 53/379 kB Progress (3): 45 kB | 205 kB | 57/379 kB Progress (3): 45 kB | 205 kB | 61/379 kB Progress (3): 45 kB | 205 kB | 65/379 kB Progress (3): 45 kB | 205 kB | 69/379 kB Progress (3): 45 kB | 205 kB | 73/379 kB Progress (3): 45 kB | 205 kB | 77/379 kB Progress (3): 45 kB | 205 kB | 81/379 kB Progress (3): 45 kB | 205 kB | 85/379 kB Progress (3): 45 kB | 205 kB | 90/379 kB Progress (3): 45 kB | 205 kB | 94/379 kB Progress (3): 45 kB | 205 kB | 98/379 kB Progress (4): 45 kB | 205 kB | 98/379 kB | 4.1/521 kB Progress (4): 45 kB | 205 kB | 102/379 kB | 4.1/521 kB Progress (4): 45 kB | 205 kB | 102/379 kB | 7.7/521 kB Progress (4): 45 kB | 205 kB | 106/379 kB | 7.7/521 kB Progress (4): 45 kB | 205 kB | 106/379 kB | 12/521 kB Progress (4): 45 kB | 205 kB | 110/379 kB | 12/521 kB Progress (4): 45 kB | 205 kB | 110/379 kB | 16/521 kB Progress (4): 45 kB | 205 kB | 114/379 kB | 16/521 kB Progress (4): 45 kB | 205 kB | 118/379 kB | 16/521 kB Progress (4): 45 kB | 205 kB | 118/379 kB | 20/521 kB Progress (4): 45 kB | 205 kB | 122/379 kB | 20/521 kB Progress (4): 45 kB | 205 kB | 122/379 kB | 24/521 kB Progress (4): 45 kB | 205 kB | 126/379 kB | 24/521 kB Progress (4): 45 kB | 205 kB | 126/379 kB | 28/521 kB Progress (4): 45 kB | 205 kB | 131/379 kB | 28/521 kB Progress (4): 45 kB | 205 kB | 131/379 kB | 32/521 kB Progress (4): 45 kB | 205 kB | 135/379 kB | 32/521 kB Progress (4): 45 kB | 205 kB | 139/379 kB | 32/521 kB Progress (4): 45 kB | 205 kB | 143/379 kB | 32/521 kB Progress (4): 45 kB | 205 kB | 143/379 kB | 36/521 kB Progress (4): 45 kB | 205 kB | 147/379 kB | 36/521 kB Progress (4): 45 kB | 205 kB | 147/379 kB | 40/521 kB Progress (4): 45 kB | 205 kB | 147/379 kB | 45/521 kB Progress (4): 45 kB | 205 kB | 151/379 kB | 45/521 kB Progress (4): 45 kB | 205 kB | 151/379 kB | 49/521 kB Progress (4): 45 kB | 205 kB | 155/379 kB | 49/521 kB Progress (4): 45 kB | 205 kB | 159/379 kB | 49/521 kB Progress (4): 45 kB | 205 kB | 163/379 kB | 49/521 kB Progress (4): 45 kB | 205 kB | 163/379 kB | 53/521 kB Progress (4): 45 kB | 205 kB | 167/379 kB | 53/521 kB Progress (4): 45 kB | 205 kB | 171/379 kB | 53/521 kB Progress (4): 45 kB | 205 kB | 176/379 kB | 53/521 kB Progress (4): 45 kB | 205 kB | 180/379 kB | 53/521 kB Progress (4): 45 kB | 205 kB | 184/379 kB | 53/521 kB Progress (4): 45 kB | 205 kB | 184/379 kB | 57/521 kB Progress (4): 45 kB | 205 kB | 188/379 kB | 57/521 kB Progress (5): 45 kB | 205 kB | 188/379 kB | 57/521 kB | 0/2.4 MB 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.jar (205 kB at 475 kB/s) Progress (4): 45 kB | 192/379 kB | 57/521 kB | 0/2.4 MB Progress (4): 45 kB | 196/379 kB | 57/521 kB | 0/2.4 MB Progress (4): 45 kB | 196/379 kB | 61/521 kB | 0/2.4 MB Progress (4): 45 kB | 196/379 kB | 61/521 kB | 0/2.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (4): 45 kB | 200/379 kB | 61/521 kB | 0/2.4 MB Progress (4): 45 kB | 204/379 kB | 61/521 kB | 0/2.4 MB Progress (4): 45 kB | 208/379 kB | 61/521 kB | 0/2.4 MB Progress (4): 45 kB | 212/379 kB | 61/521 kB | 0/2.4 MB Progress (4): 45 kB | 217/379 kB | 61/521 kB | 0/2.4 MB Progress (4): 45 kB | 221/379 kB | 61/521 kB | 0/2.4 MB Progress (4): 45 kB | 221/379 kB | 65/521 kB | 0/2.4 MB Progress (4): 45 kB | 225/379 kB | 65/521 kB | 0/2.4 MB Progress (4): 45 kB | 229/379 kB | 65/521 kB | 0/2.4 MB Progress (4): 45 kB | 229/379 kB | 69/521 kB | 0/2.4 MB Progress (4): 45 kB | 229/379 kB | 69/521 kB | 0/2.4 MB Progress (4): 45 kB | 233/379 kB | 69/521 kB | 0/2.4 MB Progress (4): 45 kB | 233/379 kB | 73/521 kB | 0/2.4 MB Progress (4): 45 kB | 233/379 kB | 77/521 kB | 0/2.4 MB Progress (4): 45 kB | 233/379 kB | 81/521 kB | 0/2.4 MB Progress (4): 45 kB | 233/379 kB | 81/521 kB | 0.1/2.4 MB Progress (5): 45 kB | 233/379 kB | 81/521 kB | 0.1/2.4 MB | 2.5 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 102 kB/s) Progress (4): 233/379 kB | 85/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 233/379 kB | 90/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 237/379 kB | 90/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 237/379 kB | 94/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 237/379 kB | 94/521 kB | 0.1/2.4 MB | 2.5 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 (4): 237/379 kB | 98/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 241/379 kB | 98/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 241/379 kB | 98/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 245/379 kB | 98/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 245/379 kB | 102/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 245/379 kB | 106/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 245/379 kB | 110/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 249/379 kB | 110/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 249/379 kB | 114/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 249/379 kB | 114/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 253/379 kB | 114/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 258/379 kB | 114/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 258/379 kB | 118/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 262/379 kB | 118/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 262/379 kB | 122/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 262/379 kB | 122/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 262/379 kB | 126/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 266/379 kB | 126/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 266/379 kB | 131/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 270/379 kB | 131/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 274/379 kB | 131/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 274/379 kB | 131/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 274/379 kB | 135/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 278/379 kB | 135/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 278/379 kB | 139/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 278/379 kB | 143/521 kB | 0.1/2.4 MB | 2.5 kB Progress (4): 278/379 kB | 143/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 282/379 kB | 143/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 282/379 kB | 147/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 286/379 kB | 147/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 290/379 kB | 147/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 290/379 kB | 147/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 290/379 kB | 151/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 294/379 kB | 151/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 294/379 kB | 155/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 294/379 kB | 159/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 294/379 kB | 163/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 298/379 kB | 163/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 298/379 kB | 163/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 303/379 kB | 163/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 303/379 kB | 167/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 307/379 kB | 167/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 307/379 kB | 171/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 307/379 kB | 171/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 311/379 kB | 171/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 311/379 kB | 176/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 311/379 kB | 180/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 315/379 kB | 180/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 315/379 kB | 180/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 315/379 kB | 184/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 315/379 kB | 188/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 315/379 kB | 192/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 315/379 kB | 196/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 319/379 kB | 196/521 kB | 0.2/2.4 MB | 2.5 kB Progress (4): 319/379 kB | 196/521 kB | 0.2/2.4 MB | 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 5.5 kB/s) Progress (3): 319/379 kB | 200/521 kB | 0.2/2.4 MB Progress (3): 323/379 kB | 200/521 kB | 0.2/2.4 MB Progress (3): 323/379 kB | 204/521 kB | 0.2/2.4 MB Progress (3): 323/379 kB | 204/521 kB | 0.3/2.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Progress (3): 323/379 kB | 208/521 kB | 0.3/2.4 MB Progress (3): 323/379 kB | 212/521 kB | 0.3/2.4 MB Progress (3): 323/379 kB | 217/521 kB | 0.3/2.4 MB Progress (3): 323/379 kB | 221/521 kB | 0.3/2.4 MB Progress (3): 327/379 kB | 221/521 kB | 0.3/2.4 MB Progress (3): 327/379 kB | 225/521 kB | 0.3/2.4 MB Progress (4): 327/379 kB | 225/521 kB | 0.3/2.4 MB | 4.1/53 kB Progress (4): 327/379 kB | 225/521 kB | 0.3/2.4 MB | 7.7/53 kB Progress (4): 327/379 kB | 225/521 kB | 0.3/2.4 MB | 7.7/53 kB Progress (4): 327/379 kB | 225/521 kB | 0.3/2.4 MB | 12/53 kB Progress (4): 327/379 kB | 225/521 kB | 0.3/2.4 MB | 16/53 kB Progress (4): 327/379 kB | 225/521 kB | 0.3/2.4 MB | 16/53 kB Progress (4): 327/379 kB | 225/521 kB | 0.3/2.4 MB | 20/53 kB Progress (4): 327/379 kB | 225/521 kB | 0.3/2.4 MB | 24/53 kB Progress (4): 331/379 kB | 225/521 kB | 0.3/2.4 MB | 24/53 kB Progress (4): 331/379 kB | 229/521 kB | 0.3/2.4 MB | 24/53 kB Progress (4): 335/379 kB | 229/521 kB | 0.3/2.4 MB | 24/53 kB Progress (4): 335/379 kB | 229/521 kB | 0.3/2.4 MB | 28/53 kB Progress (4): 335/379 kB | 229/521 kB | 0.3/2.4 MB | 28/53 kB Progress (4): 335/379 kB | 233/521 kB | 0.3/2.4 MB | 28/53 kB Progress (4): 335/379 kB | 233/521 kB | 0.3/2.4 MB | 32/53 kB Progress (4): 335/379 kB | 233/521 kB | 0.3/2.4 MB | 32/53 kB Progress (4): 335/379 kB | 233/521 kB | 0.3/2.4 MB | 36/53 kB Progress (4): 335/379 kB | 233/521 kB | 0.3/2.4 MB | 40/53 kB Progress (4): 339/379 kB | 233/521 kB | 0.3/2.4 MB | 40/53 kB Progress (4): 339/379 kB | 233/521 kB | 0.3/2.4 MB | 45/53 kB Progress (4): 339/379 kB | 233/521 kB | 0.3/2.4 MB | 45/53 kB Progress (4): 339/379 kB | 237/521 kB | 0.3/2.4 MB | 45/53 kB Progress (4): 339/379 kB | 237/521 kB | 0.3/2.4 MB | 49/53 kB Progress (4): 344/379 kB | 237/521 kB | 0.3/2.4 MB | 49/53 kB Progress (4): 344/379 kB | 237/521 kB | 0.3/2.4 MB | 53 kB Progress (4): 348/379 kB | 237/521 kB | 0.3/2.4 MB | 53 kB Progress (4): 352/379 kB | 237/521 kB | 0.3/2.4 MB | 53 kB Progress (4): 356/379 kB | 237/521 kB | 0.3/2.4 MB | 53 kB Progress (4): 356/379 kB | 241/521 kB | 0.3/2.4 MB | 53 kB Progress (4): 360/379 kB | 241/521 kB | 0.3/2.4 MB | 53 kB Progress (4): 360/379 kB | 241/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 360/379 kB | 245/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 364/379 kB | 245/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 368/379 kB | 245/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 368/379 kB | 245/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 368/379 kB | 249/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 372/379 kB | 249/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 372/379 kB | 253/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 376/379 kB | 253/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 376/379 kB | 253/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 376/379 kB | 258/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 258/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 262/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 262/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 266/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 270/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 270/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 274/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 278/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 278/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 282/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 286/521 kB | 0.4/2.4 MB | 53 kB Progress (4): 379 kB | 286/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 290/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 294/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 294/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 298/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 303/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 303/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 307/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 311/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 311/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 315/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 315/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 319/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 323/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 327/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 327/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 331/521 kB | 0.5/2.4 MB | 53 kB Progress (4): 379 kB | 331/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 335/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 339/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 344/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 344/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 348/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 352/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 352/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 356/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 360/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 360/521 kB | 0.6/2.4 MB | 53 kB Progress (4): 379 kB | 364/521 kB | 0.6/2.4 MB | 53 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.jar (379 kB at 732 kB/s) Progress (3): 364/521 kB | 0.6/2.4 MB | 53 kB Progress (3): 368/521 kB | 0.6/2.4 MB | 53 kB Progress (3): 372/521 kB | 0.6/2.4 MB | 53 kB Progress (3): 376/521 kB | 0.6/2.4 MB | 53 kB Progress (3): 376/521 kB | 0.6/2.4 MB | 53 kB Progress (3): 380/521 kB | 0.6/2.4 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 102 kB/s) Progress (2): 380/521 kB | 0.7/2.4 MB Progress (2): 384/521 kB | 0.7/2.4 MB Progress (2): 389/521 kB | 0.7/2.4 MB Progress (2): 393/521 kB | 0.7/2.4 MB Progress (2): 393/521 kB | 0.7/2.4 MB Progress (2): 397/521 kB | 0.7/2.4 MB Progress (2): 401/521 kB | 0.7/2.4 MB Progress (2): 405/521 kB | 0.7/2.4 MB Progress (2): 409/521 kB | 0.7/2.4 MB Progress (2): 409/521 kB | 0.7/2.4 MB Progress (2): 413/521 kB | 0.7/2.4 MB Progress (2): 417/521 kB | 0.7/2.4 MB Progress (2): 421/521 kB | 0.7/2.4 MB Progress (2): 425/521 kB | 0.7/2.4 MB Progress (2): 425/521 kB | 0.7/2.4 MB Progress (2): 430/521 kB | 0.7/2.4 MB Progress (2): 434/521 kB | 0.7/2.4 MB Progress (2): 438/521 kB | 0.7/2.4 MB Progress (2): 438/521 kB | 0.7/2.4 MB Progress (2): 442/521 kB | 0.7/2.4 MB Progress (2): 446/521 kB | 0.7/2.4 MB Progress (2): 446/521 kB | 0.7/2.4 MB Progress (2): 450/521 kB | 0.7/2.4 MB Progress (2): 454/521 kB | 0.7/2.4 MB Progress (2): 458/521 kB | 0.7/2.4 MB Progress (2): 458/521 kB | 0.8/2.4 MB Progress (2): 462/521 kB | 0.8/2.4 MB Progress (2): 466/521 kB | 0.8/2.4 MB Progress (2): 471/521 kB | 0.8/2.4 MB Progress (2): 475/521 kB | 0.8/2.4 MB Progress (2): 475/521 kB | 0.8/2.4 MB Progress (2): 479/521 kB | 0.8/2.4 MB Progress (2): 483/521 kB | 0.8/2.4 MB Progress (2): 487/521 kB | 0.8/2.4 MB Progress (2): 491/521 kB | 0.8/2.4 MB Progress (2): 491/521 kB | 0.8/2.4 MB Progress (2): 495/521 kB | 0.8/2.4 MB Progress (2): 499/521 kB | 0.8/2.4 MB Progress (2): 503/521 kB | 0.8/2.4 MB Progress (2): 503/521 kB | 0.8/2.4 MB Progress (2): 507/521 kB | 0.8/2.4 MB Progress (2): 511/521 kB | 0.8/2.4 MB Progress (2): 516/521 kB | 0.8/2.4 MB Progress (2): 516/521 kB | 0.8/2.4 MB Progress (2): 520/521 kB | 0.8/2.4 MB Progress (2): 521 kB | 0.8/2.4 MB Progress (2): 521 kB | 0.8/2.4 MB Progress (2): 521 kB | 0.9/2.4 MB Progress (2): 521 kB | 0.9/2.4 MB Progress (2): 521 kB | 0.9/2.4 MB Progress (2): 521 kB | 0.9/2.4 MB Progress (2): 521 kB | 0.9/2.4 MB Progress (2): 521 kB | 0.9/2.4 MB Progress (2): 521 kB | 0.9/2.4 MB Progress (2): 521 kB | 1.0/2.4 MB Progress (2): 521 kB | 1.0/2.4 MB Progress (2): 521 kB | 1.0/2.4 MB Progress (2): 521 kB | 1.0/2.4 MB Progress (2): 521 kB | 1.0/2.4 MB Progress (2): 521 kB | 1.0/2.4 MB Progress (2): 521 kB | 1.1/2.4 MB Progress (2): 521 kB | 1.1/2.4 MB Progress (2): 521 kB | 1.1/2.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 954 kB/s) Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.1/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.2/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.3/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.4/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.5/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.6/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.7/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.8/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 1.9/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.0/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.3/2.4 MB Progress (2): 2.3/2.4 MB | 4.1/480 kB Progress (2): 2.3/2.4 MB | 4.1/480 kB Progress (2): 2.3/2.4 MB | 7.7/480 kB Progress (2): 2.3/2.4 MB | 12/480 kB Progress (2): 2.3/2.4 MB | 16/480 kB Progress (2): 2.3/2.4 MB | 16/480 kB Progress (2): 2.3/2.4 MB | 20/480 kB Progress (2): 2.3/2.4 MB | 20/480 kB Progress (2): 2.3/2.4 MB | 24/480 kB Progress (2): 2.3/2.4 MB | 28/480 kB Progress (2): 2.3/2.4 MB | 32/480 kB Progress (2): 2.3/2.4 MB | 32/480 kB Progress (2): 2.3/2.4 MB | 36/480 kB Progress (2): 2.3/2.4 MB | 40/480 kB Progress (2): 2.3/2.4 MB | 40/480 kB Progress (2): 2.3/2.4 MB | 45/480 kB Progress (2): 2.3/2.4 MB | 49/480 kB Progress (2): 2.4/2.4 MB | 49/480 kB Progress (2): 2.4/2.4 MB | 53/480 kB Progress (2): 2.4/2.4 MB | 57/480 kB Progress (2): 2.4/2.4 MB | 61/480 kB Progress (2): 2.4/2.4 MB | 61/480 kB Progress (2): 2.4/2.4 MB | 65/480 kB Progress (2): 2.4/2.4 MB | 65/480 kB Progress (2): 2.4/2.4 MB | 69/480 kB Progress (2): 2.4/2.4 MB | 73/480 kB Progress (2): 2.4/2.4 MB | 77/480 kB Progress (2): 2.4/2.4 MB | 81/480 kB Progress (2): 2.4/2.4 MB | 81/480 kB Progress (2): 2.4/2.4 MB | 85/480 kB Progress (2): 2.4/2.4 MB | 85/480 kB Progress (2): 2.4/2.4 MB | 90/480 kB Progress (2): 2.4/2.4 MB | 94/480 kB Progress (2): 2.4/2.4 MB | 98/480 kB Progress (2): 2.4/2.4 MB | 98/480 kB Progress (2): 2.4 MB | 98/480 kB Progress (2): 2.4 MB | 102/480 kB Progress (2): 2.4 MB | 106/480 kB Progress (2): 2.4 MB | 110/480 kB Progress (2): 2.4 MB | 114/480 kB Progress (2): 2.4 MB | 118/480 kB Progress (2): 2.4 MB | 122/480 kB Progress (2): 2.4 MB | 126/480 kB Progress (2): 2.4 MB | 131/480 kB Progress (2): 2.4 MB | 135/480 kB Progress (2): 2.4 MB | 139/480 kB Progress (2): 2.4 MB | 143/480 kB Progress (2): 2.4 MB | 147/480 kB Progress (2): 2.4 MB | 151/480 kB Progress (2): 2.4 MB | 155/480 kB Progress (2): 2.4 MB | 159/480 kB Progress (2): 2.4 MB | 163/480 kB Progress (2): 2.4 MB | 167/480 kB Progress (2): 2.4 MB | 171/480 kB Progress (2): 2.4 MB | 176/480 kB Progress (2): 2.4 MB | 180/480 kB Progress (2): 2.4 MB | 184/480 kB Progress (2): 2.4 MB | 188/480 kB 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 3.7 MB/s) Progress (1): 192/480 kB Progress (1): 196/480 kB Progress (1): 200/480 kB Progress (1): 204/480 kB Progress (1): 208/480 kB Progress (1): 212/480 kB Progress (1): 217/480 kB Progress (1): 221/480 kB Progress (1): 225/480 kB Progress (1): 229/480 kB Progress (1): 233/480 kB Progress (1): 237/480 kB Progress (1): 241/480 kB Progress (1): 245/480 kB Progress (1): 249/480 kB Progress (1): 253/480 kB Progress (1): 258/480 kB Progress (1): 262/480 kB Progress (1): 266/480 kB Progress (1): 270/480 kB Progress (1): 274/480 kB Progress (1): 278/480 kB Progress (1): 282/480 kB Progress (1): 286/480 kB Progress (1): 290/480 kB Progress (1): 294/480 kB Progress (1): 298/480 kB Progress (1): 303/480 kB Progress (1): 307/480 kB Progress (1): 311/480 kB Progress (1): 315/480 kB Progress (1): 319/480 kB Progress (1): 323/480 kB Progress (1): 327/480 kB Progress (1): 331/480 kB Progress (1): 335/480 kB Progress (1): 339/480 kB Progress (1): 344/480 kB Progress (1): 348/480 kB Progress (1): 352/480 kB Progress (1): 356/480 kB Progress (1): 360/480 kB Progress (1): 364/480 kB Progress (1): 368/480 kB Progress (1): 372/480 kB Progress (1): 376/480 kB Progress (1): 380/480 kB Progress (1): 384/480 kB Progress (1): 389/480 kB Progress (1): 393/480 kB Progress (1): 397/480 kB Progress (1): 401/480 kB Progress (1): 405/480 kB Progress (1): 409/480 kB Progress (1): 413/480 kB Progress (1): 417/480 kB Progress (1): 421/480 kB Progress (1): 425/480 kB Progress (1): 430/480 kB Progress (1): 434/480 kB Progress (1): 438/480 kB Progress (1): 442/480 kB Progress (1): 446/480 kB Progress (1): 450/480 kB Progress (1): 454/480 kB Progress (1): 458/480 kB Progress (1): 462/480 kB Progress (1): 466/480 kB Progress (1): 471/480 kB Progress (1): 475/480 kB Progress (1): 479/480 kB Progress (1): 480 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 696 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles-external/1.1.0/tycho-bundles-external-1.1.0.zip Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles-external/1.1.0/tycho-bundles-external-1.1.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.1.0/tycho-bundles-external-1.1.0.zip Progress (1): 0/7.8 MB Progress (1): 0.1/7.8 MB Progress (1): 0.1/7.8 MB Progress (1): 0.2/7.8 MB Progress (1): 0.2/7.8 MB Progress (1): 0.2/7.8 MB Progress (1): 0.3/7.8 MB Progress (1): 0.3/7.8 MB Progress (1): 0.4/7.8 MB Progress (1): 0.4/7.8 MB Progress (1): 0.5/7.8 MB Progress (1): 0.5/7.8 MB Progress (1): 0.5/7.8 MB Progress (1): 0.6/7.8 MB Progress (1): 0.6/7.8 MB Progress (1): 0.7/7.8 MB Progress (1): 0.7/7.8 MB Progress (1): 0.7/7.8 MB Progress (1): 0.8/7.8 MB Progress (1): 0.8/7.8 MB Progress (1): 0.9/7.8 MB Progress (1): 0.9/7.8 MB Progress (1): 0.9/7.8 MB Progress (1): 1.0/7.8 MB Progress (1): 1.0/7.8 MB Progress (1): 1.1/7.8 MB Progress (1): 1.1/7.8 MB Progress (1): 1.1/7.8 MB Progress (1): 1.2/7.8 MB Progress (1): 1.2/7.8 MB Progress (1): 1.3/7.8 MB Progress (1): 1.3/7.8 MB Progress (1): 1.4/7.8 MB Progress (1): 1.4/7.8 MB Progress (1): 1.4/7.8 MB Progress (1): 1.5/7.8 MB Progress (1): 1.5/7.8 MB Progress (1): 1.6/7.8 MB Progress (1): 1.6/7.8 MB Progress (1): 1.6/7.8 MB Progress (1): 1.7/7.8 MB Progress (1): 1.7/7.8 MB Progress (1): 1.8/7.8 MB Progress (1): 1.8/7.8 MB Progress (1): 1.8/7.8 MB Progress (1): 1.9/7.8 MB Progress (1): 1.9/7.8 MB Progress (1): 2.0/7.8 MB Progress (1): 2.0/7.8 MB Progress (1): 2.0/7.8 MB Progress (1): 2.1/7.8 MB Progress (1): 2.1/7.8 MB Progress (1): 2.2/7.8 MB Progress (1): 2.2/7.8 MB Progress (1): 2.3/7.8 MB Progress (1): 2.3/7.8 MB Progress (1): 2.3/7.8 MB Progress (1): 2.4/7.8 MB Progress (1): 2.4/7.8 MB Progress (1): 2.5/7.8 MB Progress (1): 2.5/7.8 MB Progress (1): 2.5/7.8 MB Progress (1): 2.6/7.8 MB Progress (1): 2.6/7.8 MB Progress (1): 2.7/7.8 MB Progress (1): 2.7/7.8 MB Progress (1): 2.7/7.8 MB Progress (1): 2.8/7.8 MB Progress (1): 2.8/7.8 MB Progress (1): 2.9/7.8 MB Progress (1): 2.9/7.8 MB Progress (1): 2.9/7.8 MB Progress (1): 3.0/7.8 MB Progress (1): 3.0/7.8 MB Progress (1): 3.1/7.8 MB Progress (1): 3.1/7.8 MB Progress (1): 3.2/7.8 MB Progress (1): 3.2/7.8 MB Progress (1): 3.2/7.8 MB Progress (1): 3.3/7.8 MB Progress (1): 3.3/7.8 MB Progress (1): 3.4/7.8 MB Progress (1): 3.4/7.8 MB Progress (1): 3.4/7.8 MB Progress (1): 3.5/7.8 MB Progress (1): 3.5/7.8 MB Progress (1): 3.6/7.8 MB Progress (1): 3.6/7.8 MB Progress (1): 3.6/7.8 MB Progress (1): 3.7/7.8 MB Progress (1): 3.7/7.8 MB Progress (1): 3.8/7.8 MB Progress (1): 3.8/7.8 MB Progress (1): 3.8/7.8 MB Progress (1): 3.9/7.8 MB Progress (1): 3.9/7.8 MB Progress (1): 4.0/7.8 MB Progress (1): 4.0/7.8 MB Progress (1): 4.1/7.8 MB Progress (1): 4.1/7.8 MB Progress (1): 4.1/7.8 MB Progress (1): 4.2/7.8 MB Progress (1): 4.2/7.8 MB Progress (1): 4.3/7.8 MB Progress (1): 4.3/7.8 MB Progress (1): 4.3/7.8 MB Progress (1): 4.4/7.8 MB Progress (1): 4.4/7.8 MB Progress (1): 4.5/7.8 MB Progress (1): 4.5/7.8 MB Progress (1): 4.5/7.8 MB Progress (1): 4.6/7.8 MB Progress (1): 4.6/7.8 MB Progress (1): 4.7/7.8 MB Progress (1): 4.7/7.8 MB Progress (1): 4.8/7.8 MB Progress (1): 4.8/7.8 MB Progress (1): 4.8/7.8 MB Progress (1): 4.9/7.8 MB Progress (1): 4.9/7.8 MB Progress (1): 5.0/7.8 MB Progress (1): 5.0/7.8 MB Progress (1): 5.0/7.8 MB Progress (1): 5.1/7.8 MB Progress (1): 5.1/7.8 MB Progress (1): 5.2/7.8 MB Progress (1): 5.2/7.8 MB Progress (1): 5.2/7.8 MB Progress (1): 5.3/7.8 MB Progress (1): 5.3/7.8 MB Progress (1): 5.4/7.8 MB Progress (1): 5.4/7.8 MB Progress (1): 5.4/7.8 MB Progress (1): 5.5/7.8 MB Progress (1): 5.5/7.8 MB Progress (1): 5.6/7.8 MB Progress (1): 5.6/7.8 MB Progress (1): 5.7/7.8 MB Progress (1): 5.7/7.8 MB Progress (1): 5.7/7.8 MB Progress (1): 5.8/7.8 MB Progress (1): 5.8/7.8 MB Progress (1): 5.9/7.8 MB Progress (1): 5.9/7.8 MB Progress (1): 5.9/7.8 MB Progress (1): 6.0/7.8 MB Progress (1): 6.0/7.8 MB Progress (1): 6.1/7.8 MB Progress (1): 6.1/7.8 MB Progress (1): 6.1/7.8 MB Progress (1): 6.2/7.8 MB Progress (1): 6.2/7.8 MB Progress (1): 6.3/7.8 MB Progress (1): 6.3/7.8 MB Progress (1): 6.3/7.8 MB Progress (1): 6.4/7.8 MB Progress (1): 6.4/7.8 MB Progress (1): 6.5/7.8 MB Progress (1): 6.5/7.8 MB Progress (1): 6.6/7.8 MB Progress (1): 6.6/7.8 MB Progress (1): 6.6/7.8 MB Progress (1): 6.7/7.8 MB Progress (1): 6.7/7.8 MB Progress (1): 6.8/7.8 MB Progress (1): 6.8/7.8 MB Progress (1): 6.8/7.8 MB Progress (1): 6.9/7.8 MB Progress (1): 6.9/7.8 MB Progress (1): 7.0/7.8 MB Progress (1): 7.0/7.8 MB Progress (1): 7.0/7.8 MB Progress (1): 7.1/7.8 MB Progress (1): 7.1/7.8 MB Progress (1): 7.2/7.8 MB Progress (1): 7.2/7.8 MB Progress (1): 7.2/7.8 MB Progress (1): 7.3/7.8 MB Progress (1): 7.3/7.8 MB Progress (1): 7.4/7.8 MB Progress (1): 7.4/7.8 MB Progress (1): 7.5/7.8 MB Progress (1): 7.5/7.8 MB Progress (1): 7.5/7.8 MB Progress (1): 7.6/7.8 MB Progress (1): 7.6/7.8 MB Progress (1): 7.7/7.8 MB Progress (1): 7.7/7.8 MB Progress (1): 7.7/7.8 MB Progress (1): 7.8/7.8 MB Progress (1): 7.8/7.8 MB Progress (1): 7.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.1.0/tycho-bundles-external-1.1.0.zip (7.8 MB at 13 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.1.0/org.eclipse.tycho.p2.resolver.impl-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.1.0/org.eclipse.tycho.p2.resolver.impl-1.1.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.1.0/org.eclipse.tycho.p2.resolver.impl-1.1.0.jar Progress (1): 4.1/217 kB Progress (1): 7.7/217 kB Progress (1): 12/217 kB Progress (1): 16/217 kB Progress (1): 20/217 kB Progress (1): 24/217 kB Progress (1): 28/217 kB Progress (1): 32/217 kB Progress (1): 36/217 kB Progress (1): 40/217 kB Progress (1): 45/217 kB Progress (1): 49/217 kB Progress (1): 53/217 kB Progress (1): 57/217 kB Progress (1): 61/217 kB Progress (1): 65/217 kB Progress (1): 69/217 kB Progress (1): 73/217 kB Progress (1): 77/217 kB Progress (1): 81/217 kB Progress (1): 85/217 kB Progress (1): 90/217 kB Progress (1): 94/217 kB Progress (1): 98/217 kB Progress (1): 102/217 kB Progress (1): 106/217 kB Progress (1): 110/217 kB Progress (1): 114/217 kB Progress (1): 118/217 kB Progress (1): 122/217 kB Progress (1): 126/217 kB Progress (1): 131/217 kB Progress (1): 135/217 kB Progress (1): 139/217 kB Progress (1): 143/217 kB Progress (1): 147/217 kB Progress (1): 151/217 kB Progress (1): 155/217 kB Progress (1): 159/217 kB Progress (1): 163/217 kB Progress (1): 167/217 kB Progress (1): 171/217 kB Progress (1): 176/217 kB Progress (1): 180/217 kB Progress (1): 184/217 kB Progress (1): 188/217 kB Progress (1): 192/217 kB Progress (1): 196/217 kB Progress (1): 200/217 kB Progress (1): 204/217 kB Progress (1): 208/217 kB Progress (1): 212/217 kB Progress (1): 217/217 kB Progress (1): 217 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.1.0/org.eclipse.tycho.p2.resolver.impl-1.1.0.jar (217 kB at 1.3 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.1.0/org.eclipse.tycho.p2.maven.repository-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.1.0/org.eclipse.tycho.p2.maven.repository-1.1.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.1.0/org.eclipse.tycho.p2.maven.repository-1.1.0.jar Progress (1): 4.1/149 kB Progress (1): 7.7/149 kB Progress (1): 12/149 kB Progress (1): 16/149 kB Progress (1): 20/149 kB Progress (1): 24/149 kB Progress (1): 28/149 kB Progress (1): 32/149 kB Progress (1): 36/149 kB Progress (1): 40/149 kB Progress (1): 45/149 kB Progress (1): 49/149 kB Progress (1): 53/149 kB Progress (1): 57/149 kB Progress (1): 61/149 kB Progress (1): 65/149 kB Progress (1): 69/149 kB Progress (1): 73/149 kB Progress (1): 77/149 kB Progress (1): 81/149 kB Progress (1): 85/149 kB Progress (1): 90/149 kB Progress (1): 94/149 kB Progress (1): 98/149 kB Progress (1): 102/149 kB Progress (1): 106/149 kB Progress (1): 110/149 kB Progress (1): 114/149 kB Progress (1): 118/149 kB Progress (1): 122/149 kB Progress (1): 126/149 kB Progress (1): 131/149 kB Progress (1): 135/149 kB Progress (1): 139/149 kB Progress (1): 143/149 kB Progress (1): 147/149 kB Progress (1): 149 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.1.0/org.eclipse.tycho.p2.maven.repository-1.1.0.jar (149 kB at 1.5 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.1.0/org.eclipse.tycho.p2.tools.impl-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.1.0/org.eclipse.tycho.p2.tools.impl-1.1.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.1.0/org.eclipse.tycho.p2.tools.impl-1.1.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.1.0/org.eclipse.tycho.p2.tools.impl-1.1.0.jar (48 kB at 502 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-surefire-plugin/1.1.0/tycho-surefire-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.1.0/tycho-surefire-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.1.0/tycho-surefire-plugin-1.1.0.pom Progress (1): 4.1 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.1.0/tycho-surefire-plugin-1.1.0.pom (4.4 kB at 66 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-surefire/1.1.0/tycho-surefire-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-surefire/1.1.0/tycho-surefire-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.1.0/tycho-surefire-1.1.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-surefire/1.1.0/tycho-surefire-1.1.0.pom (3.3 kB at 42 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-surefire-plugin/1.1.0/tycho-surefire-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.1.0/tycho-surefire-plugin-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.1.0/tycho-surefire-plugin-1.1.0.jar Progress (1): 4.1/55 kB Progress (1): 7.7/55 kB Progress (1): 12/55 kB Progress (1): 16/55 kB Progress (1): 20/55 kB Progress (1): 24/55 kB Progress (1): 28/55 kB Progress (1): 32/55 kB Progress (1): 36/55 kB Progress (1): 40/55 kB Progress (1): 45/55 kB Progress (1): 49/55 kB Progress (1): 53/55 kB Progress (1): 55 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.1.0/tycho-surefire-plugin-1.1.0.jar (55 kB at 922 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-launching/1.1.0/sisu-equinox-launching-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.1.0/sisu-equinox-launching-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.1.0/sisu-equinox-launching-1.1.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.1.0/sisu-equinox-launching-1.1.0.pom (2.7 kB at 43 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 341 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.4 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/13/apache-13.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 499 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.1.0/org.eclipse.tycho.surefire.osgibooter-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.1.0/org.eclipse.tycho.surefire.osgibooter-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.1.0/org.eclipse.tycho.surefire.osgibooter-1.1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.1.0/org.eclipse.tycho.surefire.osgibooter-1.1.0.pom (2.1 kB at 40 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.1.0/org.eclipse.tycho.surefire.junit-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.1.0/org.eclipse.tycho.surefire.junit-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.1.0/org.eclipse.tycho.surefire.junit-1.1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.1.0/org.eclipse.tycho.surefire.junit-1.1.0.pom (1.6 kB at 34 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.1.0/org.eclipse.tycho.surefire.junit4-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.1.0/org.eclipse.tycho.surefire.junit4-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.1.0/org.eclipse.tycho.surefire.junit4-1.1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.1.0/org.eclipse.tycho.surefire.junit4-1.1.0.pom (1.6 kB at 17 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.1.0/org.eclipse.tycho.surefire.junit47-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.1.0/org.eclipse.tycho.surefire.junit47-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.1.0/org.eclipse.tycho.surefire.junit47-1.1.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.1.0/org.eclipse.tycho.surefire.junit47-1.1.0.pom (2.0 kB at 19 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.1.0/org.eclipse.tycho.surefire.testng-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.1.0/org.eclipse.tycho.surefire.testng-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.1.0/org.eclipse.tycho.surefire.testng-1.1.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.1.0/org.eclipse.tycho.surefire.testng-1.1.0.pom (2.2 kB at 26 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom (2.3 kB at 104 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom (17 kB at 641 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.2 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom (6.1 kB at 62 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (1.6 kB at 38 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 kB at 308 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.2 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/14/apache-14.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/14/apache-14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 734 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom (2.8 kB at 77 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 74 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 364 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 894 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/4/apache-4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1 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 204 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 3.4 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 28 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 68 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 73 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 309 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 122 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 254 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 449 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 103 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/google/1/google-1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/google/1/google-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 54 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 129 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 89 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 64 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 51 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 110 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 183 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 619 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.9 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-launching/1.1.0/sisu-equinox-launching-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.1.0/org.eclipse.tycho.surefire.junit-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.1.0/org.eclipse.tycho.surefire.osgibooter-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.1.0/org.eclipse.tycho.surefire.junit4-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.1.0/org.eclipse.tycho.surefire.junit47-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.1.0/org.eclipse.tycho.surefire.testng-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.1.0/sisu-equinox-launching-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.1.0/org.eclipse.tycho.surefire.osgibooter-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.1.0/org.eclipse.tycho.surefire.junit4-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.1.0/org.eclipse.tycho.surefire.junit-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.1.0/org.eclipse.tycho.surefire.junit47-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.1.0/org.eclipse.tycho.surefire.testng-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.1.0/sisu-equinox-launching-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.1.0/org.eclipse.tycho.surefire.junit-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.1.0/org.eclipse.tycho.surefire.junit4-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.1.0/org.eclipse.tycho.surefire.osgibooter-1.1.0.jar Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 24/54 kB Progress (1): 28/54 kB Progress (1): 32/54 kB Progress (1): 36/54 kB Progress (1): 40/54 kB Progress (1): 45/54 kB Progress (1): 49/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 884 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.1.0/org.eclipse.tycho.surefire.junit47-1.1.0.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): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Progress (2): 58 kB | 4.1/417 kB Progress (2): 58 kB | 7.7/417 kB Progress (2): 58 kB | 12/417 kB Progress (2): 58 kB | 16/417 kB Progress (2): 58 kB | 20/417 kB Progress (2): 58 kB | 24/417 kB Progress (2): 58 kB | 28/417 kB Progress (2): 58 kB | 32/417 kB Progress (2): 58 kB | 36/417 kB Progress (2): 58 kB | 40/417 kB Progress (2): 58 kB | 45/417 kB Progress (2): 58 kB | 49/417 kB Progress (2): 58 kB | 53/417 kB Progress (2): 58 kB | 57/417 kB Progress (2): 58 kB | 61/417 kB Progress (2): 58 kB | 65/417 kB Progress (2): 58 kB | 69/417 kB Progress (2): 58 kB | 73/417 kB Progress (2): 58 kB | 77/417 kB Progress (2): 58 kB | 81/417 kB Progress (2): 58 kB | 85/417 kB Progress (2): 58 kB | 90/417 kB Progress (2): 58 kB | 94/417 kB Progress (2): 58 kB | 98/417 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.1.0/org.eclipse.tycho.surefire.junit4-1.1.0.jar (58 kB at 731 kB/s) Progress (1): 102/417 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.1.0/org.eclipse.tycho.surefire.testng-1.1.0.jar Progress (2): 102/417 kB | 4.1/24 kB Progress (2): 106/417 kB | 4.1/24 kB Progress (2): 106/417 kB | 7.7/24 kB Progress (2): 110/417 kB | 7.7/24 kB Progress (2): 110/417 kB | 12/24 kB Progress (2): 114/417 kB | 12/24 kB Progress (2): 114/417 kB | 16/24 kB Progress (2): 114/417 kB | 20/24 kB Progress (2): 118/417 kB | 20/24 kB Progress (2): 118/417 kB | 24/24 kB Progress (2): 122/417 kB | 24/24 kB Progress (2): 122/417 kB | 24 kB Progress (2): 126/417 kB | 24 kB Progress (2): 131/417 kB | 24 kB Progress (2): 135/417 kB | 24 kB Progress (2): 139/417 kB | 24 kB Progress (2): 143/417 kB | 24 kB Progress (2): 147/417 kB | 24 kB Progress (2): 151/417 kB | 24 kB Progress (2): 155/417 kB | 24 kB Progress (2): 159/417 kB | 24 kB Progress (2): 163/417 kB | 24 kB Progress (2): 167/417 kB | 24 kB Progress (2): 171/417 kB | 24 kB Progress (2): 176/417 kB | 24 kB Progress (2): 180/417 kB | 24 kB Progress (2): 184/417 kB | 24 kB Progress (2): 188/417 kB | 24 kB Progress (2): 192/417 kB | 24 kB Progress (2): 196/417 kB | 24 kB Progress (2): 200/417 kB | 24 kB Progress (2): 204/417 kB | 24 kB Progress (2): 208/417 kB | 24 kB Progress (2): 212/417 kB | 24 kB Progress (2): 217/417 kB | 24 kB Progress (2): 221/417 kB | 24 kB Progress (2): 225/417 kB | 24 kB Progress (2): 229/417 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.1.0/org.eclipse.tycho.surefire.junit-1.1.0.jar (24 kB at 264 kB/s) Progress (1): 233/417 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar Progress (1): 237/417 kB Progress (1): 241/417 kB Progress (1): 245/417 kB Progress (1): 249/417 kB Progress (1): 253/417 kB Progress (1): 258/417 kB Progress (1): 262/417 kB Progress (2): 262/417 kB | 4.1/147 kB Progress (2): 266/417 kB | 4.1/147 kB Progress (2): 266/417 kB | 7.7/147 kB Progress (2): 270/417 kB | 7.7/147 kB Progress (2): 270/417 kB | 12/147 kB Progress (2): 274/417 kB | 12/147 kB Progress (2): 274/417 kB | 16/147 kB Progress (2): 278/417 kB | 16/147 kB Progress (2): 278/417 kB | 20/147 kB Progress (2): 282/417 kB | 20/147 kB Progress (2): 282/417 kB | 24/147 kB Progress (2): 286/417 kB | 24/147 kB Progress (2): 286/417 kB | 28/147 kB Progress (2): 290/417 kB | 28/147 kB Progress (2): 290/417 kB | 32/147 kB Progress (2): 294/417 kB | 32/147 kB Progress (2): 294/417 kB | 36/147 kB Progress (2): 298/417 kB | 36/147 kB Progress (2): 298/417 kB | 40/147 kB Progress (2): 303/417 kB | 40/147 kB Progress (2): 303/417 kB | 45/147 kB Progress (2): 307/417 kB | 45/147 kB Progress (2): 307/417 kB | 49/147 kB Progress (2): 311/417 kB | 49/147 kB Progress (3): 311/417 kB | 49/147 kB | 4.1/160 kB Progress (3): 311/417 kB | 49/147 kB | 7.7/160 kB Progress (3): 311/417 kB | 53/147 kB | 7.7/160 kB Progress (3): 311/417 kB | 53/147 kB | 12/160 kB Progress (3): 315/417 kB | 53/147 kB | 12/160 kB Progress (3): 315/417 kB | 53/147 kB | 16/160 kB Progress (3): 315/417 kB | 57/147 kB | 16/160 kB Progress (3): 315/417 kB | 61/147 kB | 16/160 kB Progress (3): 315/417 kB | 65/147 kB | 16/160 kB Progress (4): 315/417 kB | 65/147 kB | 16/160 kB | 4.1/126 kB Progress (4): 315/417 kB | 65/147 kB | 16/160 kB | 7.7/126 kB Progress (4): 315/417 kB | 65/147 kB | 16/160 kB | 12/126 kB Progress (4): 319/417 kB | 65/147 kB | 16/160 kB | 12/126 kB Progress (4): 319/417 kB | 65/147 kB | 16/160 kB | 16/126 kB Progress (4): 319/417 kB | 69/147 kB | 16/160 kB | 16/126 kB Progress (4): 319/417 kB | 69/147 kB | 20/160 kB | 16/126 kB Progress (4): 319/417 kB | 73/147 kB | 20/160 kB | 16/126 kB Progress (4): 319/417 kB | 77/147 kB | 20/160 kB | 16/126 kB Progress (4): 323/417 kB | 77/147 kB | 20/160 kB | 16/126 kB Progress (4): 323/417 kB | 81/147 kB | 20/160 kB | 16/126 kB Progress (4): 323/417 kB | 81/147 kB | 20/160 kB | 20/126 kB Progress (4): 323/417 kB | 81/147 kB | 24/160 kB | 20/126 kB Progress (4): 323/417 kB | 81/147 kB | 24/160 kB | 24/126 kB Progress (4): 327/417 kB | 81/147 kB | 24/160 kB | 24/126 kB Progress (4): 327/417 kB | 81/147 kB | 24/160 kB | 28/126 kB Progress (4): 327/417 kB | 85/147 kB | 24/160 kB | 28/126 kB Progress (4): 327/417 kB | 90/147 kB | 24/160 kB | 28/126 kB Progress (4): 327/417 kB | 90/147 kB | 28/160 kB | 28/126 kB Progress (4): 327/417 kB | 94/147 kB | 28/160 kB | 28/126 kB Progress (4): 331/417 kB | 94/147 kB | 28/160 kB | 28/126 kB Progress (4): 331/417 kB | 94/147 kB | 28/160 kB | 32/126 kB Progress (4): 335/417 kB | 94/147 kB | 28/160 kB | 32/126 kB Progress (4): 335/417 kB | 98/147 kB | 28/160 kB | 32/126 kB Progress (4): 335/417 kB | 98/147 kB | 32/160 kB | 32/126 kB Progress (4): 335/417 kB | 98/147 kB | 32/160 kB | 36/126 kB Progress (4): 339/417 kB | 98/147 kB | 32/160 kB | 36/126 kB Progress (4): 339/417 kB | 98/147 kB | 32/160 kB | 40/126 kB Progress (4): 339/417 kB | 98/147 kB | 36/160 kB | 40/126 kB Progress (4): 339/417 kB | 102/147 kB | 36/160 kB | 40/126 kB Progress (4): 344/417 kB | 102/147 kB | 36/160 kB | 40/126 kB Progress (4): 344/417 kB | 106/147 kB | 36/160 kB | 40/126 kB Progress (4): 344/417 kB | 106/147 kB | 40/160 kB | 40/126 kB Progress (4): 344/417 kB | 106/147 kB | 40/160 kB | 45/126 kB Progress (4): 344/417 kB | 106/147 kB | 45/160 kB | 45/126 kB Progress (4): 344/417 kB | 110/147 kB | 45/160 kB | 45/126 kB Progress (4): 344/417 kB | 110/147 kB | 49/160 kB | 45/126 kB Progress (4): 348/417 kB | 110/147 kB | 49/160 kB | 45/126 kB Progress (4): 348/417 kB | 110/147 kB | 49/160 kB | 49/126 kB Progress (4): 352/417 kB | 110/147 kB | 49/160 kB | 49/126 kB Progress (4): 352/417 kB | 114/147 kB | 49/160 kB | 49/126 kB Progress (4): 356/417 kB | 114/147 kB | 49/160 kB | 49/126 kB Progress (4): 356/417 kB | 114/147 kB | 53/160 kB | 49/126 kB Progress (4): 360/417 kB | 114/147 kB | 53/160 kB | 49/126 kB Progress (4): 360/417 kB | 114/147 kB | 53/160 kB | 53/126 kB Progress (4): 360/417 kB | 118/147 kB | 53/160 kB | 53/126 kB Progress (4): 360/417 kB | 118/147 kB | 57/160 kB | 53/126 kB Progress (4): 364/417 kB | 118/147 kB | 57/160 kB | 53/126 kB Progress (4): 364/417 kB | 122/147 kB | 57/160 kB | 53/126 kB Progress (4): 364/417 kB | 122/147 kB | 57/160 kB | 57/126 kB Progress (4): 364/417 kB | 126/147 kB | 57/160 kB | 57/126 kB Progress (4): 368/417 kB | 126/147 kB | 57/160 kB | 57/126 kB Progress (4): 368/417 kB | 126/147 kB | 61/160 kB | 57/126 kB Progress (4): 368/417 kB | 126/147 kB | 65/160 kB | 57/126 kB Progress (4): 372/417 kB | 126/147 kB | 65/160 kB | 57/126 kB Progress (4): 372/417 kB | 131/147 kB | 65/160 kB | 57/126 kB Progress (4): 372/417 kB | 131/147 kB | 65/160 kB | 61/126 kB Progress (4): 372/417 kB | 131/147 kB | 69/160 kB | 61/126 kB Progress (4): 376/417 kB | 131/147 kB | 69/160 kB | 61/126 kB Progress (4): 376/417 kB | 135/147 kB | 69/160 kB | 61/126 kB Progress (4): 376/417 kB | 135/147 kB | 73/160 kB | 61/126 kB Progress (4): 376/417 kB | 135/147 kB | 73/160 kB | 65/126 kB Progress (4): 380/417 kB | 135/147 kB | 73/160 kB | 65/126 kB Progress (4): 380/417 kB | 135/147 kB | 77/160 kB | 65/126 kB Progress (4): 380/417 kB | 139/147 kB | 77/160 kB | 65/126 kB Progress (4): 380/417 kB | 139/147 kB | 77/160 kB | 69/126 kB Progress (4): 380/417 kB | 139/147 kB | 81/160 kB | 69/126 kB Progress (4): 384/417 kB | 139/147 kB | 81/160 kB | 69/126 kB Progress (4): 384/417 kB | 139/147 kB | 81/160 kB | 73/126 kB Progress (4): 384/417 kB | 143/147 kB | 81/160 kB | 73/126 kB Progress (4): 384/417 kB | 143/147 kB | 81/160 kB | 77/126 kB Progress (4): 389/417 kB | 143/147 kB | 81/160 kB | 77/126 kB Progress (4): 389/417 kB | 143/147 kB | 81/160 kB | 81/126 kB Progress (4): 389/417 kB | 147/147 kB | 81/160 kB | 81/126 kB Progress (4): 389/417 kB | 147 kB | 81/160 kB | 81/126 kB Progress (4): 389/417 kB | 147 kB | 81/160 kB | 85/126 kB Progress (4): 389/417 kB | 147 kB | 85/160 kB | 85/126 kB Progress (5): 389/417 kB | 147 kB | 85/160 kB | 85/126 kB | 4.1/28 kB Progress (5): 389/417 kB | 147 kB | 90/160 kB | 85/126 kB | 4.1/28 kB Progress (5): 389/417 kB | 147 kB | 90/160 kB | 90/126 kB | 4.1/28 kB Progress (5): 389/417 kB | 147 kB | 90/160 kB | 94/126 kB | 4.1/28 kB Progress (5): 389/417 kB | 147 kB | 90/160 kB | 98/126 kB | 4.1/28 kB Progress (5): 393/417 kB | 147 kB | 90/160 kB | 98/126 kB | 4.1/28 kB Progress (5): 393/417 kB | 147 kB | 94/160 kB | 98/126 kB | 4.1/28 kB Progress (5): 393/417 kB | 147 kB | 94/160 kB | 98/126 kB | 7.7/28 kB Progress (5): 393/417 kB | 147 kB | 98/160 kB | 98/126 kB | 7.7/28 kB Progress (5): 393/417 kB | 147 kB | 98/160 kB | 102/126 kB | 7.7/28 kB Progress (5): 397/417 kB | 147 kB | 98/160 kB | 102/126 kB | 7.7/28 kB Progress (5): 397/417 kB | 147 kB | 98/160 kB | 102/126 kB | 12/28 kB Progress (5): 397/417 kB | 147 kB | 102/160 kB | 102/126 kB | 12/28 kB Progress (5): 401/417 kB | 147 kB | 102/160 kB | 102/126 kB | 12/28 kB Progress (5): 401/417 kB | 147 kB | 102/160 kB | 106/126 kB | 12/28 kB Progress (5): 405/417 kB | 147 kB | 102/160 kB | 106/126 kB | 12/28 kB Progress (5): 405/417 kB | 147 kB | 106/160 kB | 106/126 kB | 12/28 kB Progress (5): 405/417 kB | 147 kB | 106/160 kB | 106/126 kB | 16/28 kB Progress (5): 405/417 kB | 147 kB | 110/160 kB | 106/126 kB | 16/28 kB Progress (5): 409/417 kB | 147 kB | 110/160 kB | 106/126 kB | 16/28 kB Progress (5): 409/417 kB | 147 kB | 110/160 kB | 110/126 kB | 16/28 kB Progress (5): 409/417 kB | 147 kB | 110/160 kB | 110/126 kB | 20/28 kB Progress (5): 409/417 kB | 147 kB | 110/160 kB | 110/126 kB | 24/28 kB Progress (5): 409/417 kB | 147 kB | 114/160 kB | 110/126 kB | 24/28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar (147 kB at 1.2 MB/s) Progress (4): 409/417 kB | 114/160 kB | 110/126 kB | 28 kB Progress (4): 413/417 kB | 114/160 kB | 110/126 kB | 28 kB Progress (4): 413/417 kB | 114/160 kB | 114/126 kB | 28 kB Progress (4): 417/417 kB | 114/160 kB | 114/126 kB | 28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar Progress (4): 417/417 kB | 118/160 kB | 114/126 kB | 28 kB Progress (4): 417/417 kB | 118/160 kB | 118/126 kB | 28 kB Progress (4): 417 kB | 118/160 kB | 118/126 kB | 28 kB Progress (4): 417 kB | 118/160 kB | 122/126 kB | 28 kB Progress (4): 417 kB | 122/160 kB | 122/126 kB | 28 kB Progress (4): 417 kB | 122/160 kB | 126 kB | 28 kB Progress (5): 417 kB | 122/160 kB | 126 kB | 28 kB | 4.1/265 kB Progress (5): 417 kB | 126/160 kB | 126 kB | 28 kB | 4.1/265 kB Progress (5): 417 kB | 126/160 kB | 126 kB | 28 kB | 7.7/265 kB Progress (5): 417 kB | 131/160 kB | 126 kB | 28 kB | 7.7/265 kB Progress (5): 417 kB | 131/160 kB | 126 kB | 28 kB | 12/265 kB Progress (5): 417 kB | 131/160 kB | 126 kB | 28 kB | 16/265 kB Progress (5): 417 kB | 135/160 kB | 126 kB | 28 kB | 16/265 kB Progress (5): 417 kB | 139/160 kB | 126 kB | 28 kB | 16/265 kB Progress (5): 417 kB | 139/160 kB | 126 kB | 28 kB | 20/265 kB Progress (5): 417 kB | 143/160 kB | 126 kB | 28 kB | 20/265 kB Progress (5): 417 kB | 143/160 kB | 126 kB | 28 kB | 24/265 kB Progress (5): 417 kB | 147/160 kB | 126 kB | 28 kB | 24/265 kB Progress (5): 417 kB | 147/160 kB | 126 kB | 28 kB | 28/265 kB Progress (5): 417 kB | 147/160 kB | 126 kB | 28 kB | 32/265 kB Progress (5): 417 kB | 151/160 kB | 126 kB | 28 kB | 32/265 kB Progress (5): 417 kB | 155/160 kB | 126 kB | 28 kB | 32/265 kB Progress (5): 417 kB | 159/160 kB | 126 kB | 28 kB | 32/265 kB Progress (5): 417 kB | 159/160 kB | 126 kB | 28 kB | 36/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 36/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 40/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 45/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 49/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 53/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 57/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 61/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 65/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 69/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 73/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 77/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 81/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 85/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 90/265 kB Progress (5): 417 kB | 160 kB | 126 kB | 28 kB | 94/265 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.1.0/org.eclipse.tycho.surefire.testng-1.1.0.jar (126 kB at 875 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.1.0/org.eclipse.tycho.surefire.osgibooter-1.1.0.jar (417 kB at 2.9 MB/s) Progress (3): 160 kB | 28 kB | 98/265 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 | 28 kB | 102/265 kB Progress (3): 160 kB | 28 kB | 106/265 kB Progress (4): 160 kB | 28 kB | 106/265 kB | 4.1/40 kB Progress (4): 160 kB | 28 kB | 110/265 kB | 4.1/40 kB Progress (4): 160 kB | 28 kB | 110/265 kB | 7.7/40 kB Progress (4): 160 kB | 28 kB | 114/265 kB | 7.7/40 kB Progress (4): 160 kB | 28 kB | 114/265 kB | 12/40 kB Progress (4): 160 kB | 28 kB | 114/265 kB | 16/40 kB Progress (4): 160 kB | 28 kB | 118/265 kB | 16/40 kB Progress (4): 160 kB | 28 kB | 122/265 kB | 16/40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.1.0/org.eclipse.tycho.surefire.junit47-1.1.0.jar (160 kB at 1.1 MB/s) Progress (3): 28 kB | 122/265 kB | 20/40 kB Progress (3): 28 kB | 126/265 kB | 20/40 kB Progress (3): 28 kB | 126/265 kB | 24/40 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Progress (3): 28 kB | 126/265 kB | 28/40 kB Progress (3): 28 kB | 131/265 kB | 28/40 kB Progress (3): 28 kB | 131/265 kB | 32/40 kB Progress (3): 28 kB | 131/265 kB | 36/40 kB Progress (3): 28 kB | 135/265 kB | 36/40 kB Progress (3): 28 kB | 135/265 kB | 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.1.0/sisu-equinox-launching-1.1.0.jar (28 kB at 181 kB/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 Progress (2): 139/265 kB | 40 kB Progress (3): 139/265 kB | 40 kB | 4.1/122 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar (40 kB at 254 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 Progress (2): 143/265 kB | 4.1/122 kB Progress (3): 143/265 kB | 4.1/122 kB | 4.1/35 kB Progress (3): 143/265 kB | 7.7/122 kB | 4.1/35 kB Progress (3): 143/265 kB | 7.7/122 kB | 7.7/35 kB Progress (3): 147/265 kB | 7.7/122 kB | 7.7/35 kB Progress (3): 147/265 kB | 7.7/122 kB | 12/35 kB Progress (3): 147/265 kB | 12/122 kB | 12/35 kB Progress (3): 147/265 kB | 16/122 kB | 12/35 kB Progress (3): 147/265 kB | 16/122 kB | 16/35 kB Progress (3): 151/265 kB | 16/122 kB | 16/35 kB Progress (4): 151/265 kB | 16/122 kB | 16/35 kB | 4.1/37 kB Progress (5): 151/265 kB | 16/122 kB | 16/35 kB | 4.1/37 kB | 4.1/58 kB Progress (5): 151/265 kB | 16/122 kB | 16/35 kB | 7.7/37 kB | 4.1/58 kB Progress (5): 151/265 kB | 16/122 kB | 20/35 kB | 7.7/37 kB | 4.1/58 kB Progress (5): 155/265 kB | 16/122 kB | 20/35 kB | 7.7/37 kB | 4.1/58 kB Progress (5): 155/265 kB | 20/122 kB | 20/35 kB | 7.7/37 kB | 4.1/58 kB Progress (5): 159/265 kB | 20/122 kB | 20/35 kB | 7.7/37 kB | 4.1/58 kB Progress (5): 159/265 kB | 20/122 kB | 24/35 kB | 7.7/37 kB | 4.1/58 kB Progress (5): 159/265 kB | 20/122 kB | 24/35 kB | 12/37 kB | 4.1/58 kB Progress (5): 159/265 kB | 20/122 kB | 24/35 kB | 12/37 kB | 7.7/58 kB Progress (5): 159/265 kB | 20/122 kB | 24/35 kB | 16/37 kB | 7.7/58 kB Progress (5): 159/265 kB | 20/122 kB | 28/35 kB | 16/37 kB | 7.7/58 kB Progress (5): 163/265 kB | 20/122 kB | 28/35 kB | 16/37 kB | 7.7/58 kB Progress (5): 163/265 kB | 24/122 kB | 28/35 kB | 16/37 kB | 7.7/58 kB Progress (5): 163/265 kB | 24/122 kB | 28/35 kB | 20/37 kB | 7.7/58 kB Progress (5): 163/265 kB | 24/122 kB | 28/35 kB | 24/37 kB | 7.7/58 kB Progress (5): 163/265 kB | 24/122 kB | 32/35 kB | 24/37 kB | 7.7/58 kB Progress (5): 163/265 kB | 24/122 kB | 32/35 kB | 24/37 kB | 12/58 kB Progress (5): 163/265 kB | 24/122 kB | 35 kB | 24/37 kB | 12/58 kB Progress (5): 163/265 kB | 24/122 kB | 35 kB | 28/37 kB | 12/58 kB Progress (5): 167/265 kB | 24/122 kB | 35 kB | 28/37 kB | 12/58 kB Progress (5): 171/265 kB | 24/122 kB | 35 kB | 28/37 kB | 12/58 kB Progress (5): 171/265 kB | 28/122 kB | 35 kB | 28/37 kB | 12/58 kB Progress (5): 176/265 kB | 28/122 kB | 35 kB | 28/37 kB | 12/58 kB Progress (5): 176/265 kB | 28/122 kB | 35 kB | 32/37 kB | 12/58 kB Progress (5): 176/265 kB | 28/122 kB | 35 kB | 32/37 kB | 16/58 kB Progress (5): 176/265 kB | 28/122 kB | 35 kB | 36/37 kB | 16/58 kB Progress (5): 180/265 kB | 28/122 kB | 35 kB | 36/37 kB | 16/58 kB Progress (5): 180/265 kB | 32/122 kB | 35 kB | 36/37 kB | 16/58 kB Progress (5): 180/265 kB | 32/122 kB | 35 kB | 36/37 kB | 20/58 kB Progress (5): 180/265 kB | 32/122 kB | 35 kB | 37 kB | 20/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 159 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 Progress (4): 180/265 kB | 36/122 kB | 37 kB | 20/58 kB Progress (4): 180/265 kB | 36/122 kB | 37 kB | 24/58 kB Progress (4): 184/265 kB | 36/122 kB | 37 kB | 24/58 kB Progress (4): 184/265 kB | 36/122 kB | 37 kB | 28/58 kB Progress (4): 184/265 kB | 40/122 kB | 37 kB | 28/58 kB Progress (4): 184/265 kB | 40/122 kB | 37 kB | 32/58 kB Progress (4): 188/265 kB | 40/122 kB | 37 kB | 32/58 kB Progress (4): 188/265 kB | 45/122 kB | 37 kB | 32/58 kB Progress (4): 192/265 kB | 45/122 kB | 37 kB | 32/58 kB Progress (4): 192/265 kB | 45/122 kB | 37 kB | 36/58 kB Progress (4): 192/265 kB | 49/122 kB | 37 kB | 36/58 kB Progress (4): 192/265 kB | 49/122 kB | 37 kB | 40/58 kB Progress (4): 196/265 kB | 49/122 kB | 37 kB | 40/58 kB Progress (4): 196/265 kB | 49/122 kB | 37 kB | 45/58 kB Progress (4): 196/265 kB | 53/122 kB | 37 kB | 45/58 kB Progress (4): 196/265 kB | 53/122 kB | 37 kB | 49/58 kB Progress (4): 196/265 kB | 57/122 kB | 37 kB | 49/58 kB Progress (4): 200/265 kB | 57/122 kB | 37 kB | 49/58 kB Progress (4): 200/265 kB | 57/122 kB | 37 kB | 53/58 kB Progress (4): 200/265 kB | 61/122 kB | 37 kB | 53/58 kB Progress (4): 200/265 kB | 61/122 kB | 37 kB | 57/58 kB Progress (4): 204/265 kB | 61/122 kB | 37 kB | 57/58 kB Progress (4): 204/265 kB | 61/122 kB | 37 kB | 58 kB Progress (4): 204/265 kB | 65/122 kB | 37 kB | 58 kB Progress (4): 208/265 kB | 65/122 kB | 37 kB | 58 kB Progress (4): 212/265 kB | 65/122 kB | 37 kB | 58 kB Progress (4): 212/265 kB | 69/122 kB | 37 kB | 58 kB Progress (4): 212/265 kB | 73/122 kB | 37 kB | 58 kB Progress (4): 212/265 kB | 77/122 kB | 37 kB | 58 kB Progress (4): 217/265 kB | 77/122 kB | 37 kB | 58 kB Progress (4): 217/265 kB | 81/122 kB | 37 kB | 58 kB Progress (4): 221/265 kB | 81/122 kB | 37 kB | 58 kB Progress (4): 225/265 kB | 81/122 kB | 37 kB | 58 kB Progress (4): 229/265 kB | 81/122 kB | 37 kB | 58 kB Progress (4): 229/265 kB | 85/122 kB | 37 kB | 58 kB Progress (4): 229/265 kB | 90/122 kB | 37 kB | 58 kB Progress (4): 229/265 kB | 94/122 kB | 37 kB | 58 kB Progress (4): 233/265 kB | 94/122 kB | 37 kB | 58 kB Progress (4): 233/265 kB | 98/122 kB | 37 kB | 58 kB Progress (4): 237/265 kB | 98/122 kB | 37 kB | 58 kB Progress (4): 241/265 kB | 98/122 kB | 37 kB | 58 kB Progress (4): 245/265 kB | 98/122 kB | 37 kB | 58 kB Progress (4): 245/265 kB | 102/122 kB | 37 kB | 58 kB Progress (4): 245/265 kB | 106/122 kB | 37 kB | 58 kB Progress (4): 245/265 kB | 110/122 kB | 37 kB | 58 kB Progress (4): 249/265 kB | 110/122 kB | 37 kB | 58 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.jar (37 kB at 158 kB/s) 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 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 245 kB/s) Progress (2): 249/265 kB | 114/122 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (2): 253/265 kB | 114/122 kB Progress (2): 253/265 kB | 118/122 kB Progress (2): 258/265 kB | 118/122 kB Progress (2): 258/265 kB | 122 kB Progress (2): 262/265 kB | 122 kB Progress (2): 265 kB | 122 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 507 kB/s) Progress (2): 265 kB | 4.1/316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar (265 kB at 1.1 MB/s) Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 45/316 kB Progress (1): 49/316 kB Progress (1): 53/316 kB Progress (1): 57/316 kB Progress (1): 61/316 kB Progress (1): 65/316 kB Progress (1): 69/316 kB Progress (1): 73/316 kB Progress (1): 77/316 kB Progress (1): 81/316 kB Progress (1): 85/316 kB Progress (1): 90/316 kB Progress (1): 94/316 kB Progress (1): 98/316 kB Progress (1): 102/316 kB Progress (1): 106/316 kB Progress (1): 110/316 kB Progress (1): 114/316 kB Progress (1): 118/316 kB Progress (1): 122/316 kB Progress (1): 126/316 kB Progress (1): 131/316 kB Progress (1): 135/316 kB Progress (1): 139/316 kB Progress (1): 143/316 kB Progress (1): 147/316 kB Progress (1): 151/316 kB Progress (1): 155/316 kB Progress (1): 159/316 kB Progress (1): 163/316 kB Progress (1): 167/316 kB Progress (1): 171/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 1.2 MB/s) 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/38 kB Progress (2): 29 kB | 7.7/38 kB Progress (2): 29 kB | 12/38 kB Progress (2): 29 kB | 16/38 kB Progress (2): 29 kB | 20/38 kB Progress (2): 29 kB | 24/38 kB Progress (2): 29 kB | 28/38 kB Progress (2): 29 kB | 32/38 kB Progress (2): 29 kB | 36/38 kB Progress (2): 29 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 110 kB/s) 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 85 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/target-platform-configuration/1.1.0/target-platform-configuration-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/target-platform-configuration/1.1.0/target-platform-configuration-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.1.0/target-platform-configuration-1.1.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.1.0/target-platform-configuration-1.1.0.pom (1.7 kB at 28 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/target-platform-configuration/1.1.0/target-platform-configuration-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/target-platform-configuration/1.1.0/target-platform-configuration-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.1.0/target-platform-configuration-1.1.0.jar Progress (1): 4.1/8.2 kB Progress (1): 7.7/8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.1.0/target-platform-configuration-1.1.0.jar (8.2 kB at 83 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-source-plugin/1.1.0/tycho-source-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-source-plugin/1.1.0/tycho-source-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.1.0/tycho-source-plugin-1.1.0.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.1.0/tycho-source-plugin-1.1.0.pom (2.8 kB at 21 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-source-plugin/1.1.0/tycho-source-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-source-plugin/1.1.0/tycho-source-plugin-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.1.0/tycho-source-plugin-1.1.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.1.0/tycho-source-plugin-1.1.0.jar (23 kB at 237 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 239 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 421 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 133 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 189 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 824 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/10/apache-10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/10/apache-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 477 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 7.4 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 503 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/1.1.0/tycho-packaging-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.1.0/tycho-packaging-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.1.0/tycho-packaging-plugin-1.1.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.1.0/tycho-packaging-plugin-1.1.0.pom (2.7 kB at 37 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/1.1.0/tycho-packaging-plugin-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.1.0/tycho-packaging-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.1.0/tycho-packaging-plugin-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (2): 7.7/22 kB | 4.1/24 kB Progress (2): 12/22 kB | 4.1/24 kB Progress (2): 12/22 kB | 7.7/24 kB Progress (2): 16/22 kB | 7.7/24 kB Progress (2): 16/22 kB | 12/24 kB Progress (2): 16/22 kB | 16/24 kB Progress (2): 20/22 kB | 16/24 kB Progress (2): 22 kB | 16/24 kB Progress (2): 22 kB | 20/24 kB Progress (2): 22 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 519 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 554 kB/s) Progress (1): 4.1/130 kB Progress (1): 7.7/130 kB Progress (1): 12/130 kB Progress (1): 16/130 kB Progress (1): 20/130 kB Progress (1): 24/130 kB Progress (1): 28/130 kB Progress (1): 32/130 kB Progress (1): 36/130 kB Progress (1): 40/130 kB Progress (1): 45/130 kB Progress (1): 49/130 kB Progress (1): 53/130 kB Progress (1): 57/130 kB Progress (1): 61/130 kB Progress (1): 65/130 kB Progress (1): 69/130 kB Progress (1): 73/130 kB Progress (1): 77/130 kB Progress (1): 81/130 kB Progress (1): 85/130 kB Progress (1): 90/130 kB Progress (1): 94/130 kB Progress (1): 98/130 kB Progress (1): 102/130 kB Progress (1): 106/130 kB Progress (1): 110/130 kB Progress (1): 114/130 kB Progress (1): 118/130 kB Progress (1): 122/130 kB Progress (1): 126/130 kB Progress (1): 130 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.1.0/tycho-packaging-plugin-1.1.0.jar (130 kB at 984 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.1.0/tycho-source-feature-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.1.0/tycho-source-feature-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.1.0/tycho-source-feature-plugin-1.1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.1.0/tycho-source-feature-plugin-1.1.0.pom (2.1 kB at 59 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.1.0/tycho-source-feature-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.1.0/tycho-source-feature-plugin-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.1.0/tycho-source-feature-plugin-1.1.0.jar Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.1.0/tycho-source-feature-plugin-1.1.0.jar (19 kB at 269 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 28 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 193 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 913 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom (4.0 kB at 149 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 kB Progress (1): 8.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9.2 kB at 235 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/19/maven-parent-19.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 1.3 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 63 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 476 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 693 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/3/apache-3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 132 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 23 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 65 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 672 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 97 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 37 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.10/junit-4.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.10/junit-4.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 102 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Progress (1): 481 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 20 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Progress (1): 4.1 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 309 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 37 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 30 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 27 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 4.0 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 85 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 34 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 31 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 24 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 124 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 50 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 33 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 263 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 73 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 57 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 62 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 kB at 421 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): 45/61 kB Progress (1): 49/61 kB Progress (1): 53/61 kB Progress (1): 57/61 kB Progress (1): 61/61 kB Progress (1): 61 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 1.1 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom (4.5 kB at 60 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom (35 kB at 488 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar 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): 45/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar (47 kB at 684 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 196 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 466 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 746 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-plugin-2.4.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-plugin-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-plugin-2.4.1.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-plugin-2.4.1.pom (5.3 kB at 112 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom (13 kB at 182 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 539 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-plugin-2.4.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-plugin-2.4.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-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/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-plugin-2.4.1.jar (24 kB at 461 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-plugin/1.1.0/tycho-p2-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.1.0/tycho-p2-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.1.0/tycho-p2-plugin-1.1.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.1.0/tycho-p2-plugin-1.1.0.pom (2.2 kB at 47 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-plugin/1.1.0/tycho-p2-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.1.0/tycho-p2-plugin-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.1.0/tycho-p2-plugin-1.1.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.1.0/tycho-p2-plugin-1.1.0.jar (28 kB at 265 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-artifactcomparator/1.1.0/tycho-artifactcomparator-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.1.0/tycho-artifactcomparator-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.1.0/tycho-artifactcomparator-1.1.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.1.0/tycho-artifactcomparator-1.1.0.pom (1.9 kB at 19 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 66 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 145 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/ow2/1.3/ow2-1.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/ow2/1.3/ow2-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 432 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-artifactcomparator/1.1.0/tycho-artifactcomparator-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.1.0/tycho-artifactcomparator-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.1.0/tycho-artifactcomparator-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Progress (1): 4.1/379 kB Progress (1): 7.7/379 kB Progress (1): 12/379 kB Progress (1): 16/379 kB Progress (1): 20/379 kB Progress (1): 24/379 kB Progress (1): 28/379 kB Progress (1): 32/379 kB Progress (1): 36/379 kB Progress (1): 40/379 kB Progress (1): 45/379 kB Progress (1): 49/379 kB Progress (1): 53/379 kB Progress (1): 57/379 kB Progress (1): 61/379 kB Progress (1): 65/379 kB Progress (1): 69/379 kB Progress (1): 73/379 kB Progress (1): 77/379 kB Progress (1): 81/379 kB Progress (1): 85/379 kB Progress (1): 90/379 kB Progress (1): 94/379 kB Progress (1): 98/379 kB Progress (1): 102/379 kB Progress (1): 106/379 kB Progress (1): 110/379 kB Progress (1): 114/379 kB Progress (1): 118/379 kB Progress (1): 122/379 kB Progress (1): 126/379 kB Progress (1): 131/379 kB Progress (1): 135/379 kB Progress (1): 139/379 kB Progress (1): 143/379 kB Progress (1): 147/379 kB Progress (1): 151/379 kB Progress (1): 155/379 kB Progress (1): 159/379 kB Progress (1): 163/379 kB Progress (1): 167/379 kB Progress (1): 171/379 kB Progress (1): 176/379 kB Progress (1): 180/379 kB Progress (1): 184/379 kB Progress (1): 188/379 kB Progress (1): 192/379 kB Progress (1): 196/379 kB Progress (1): 200/379 kB Progress (1): 204/379 kB Progress (1): 208/379 kB Progress (1): 212/379 kB Progress (1): 217/379 kB Progress (1): 221/379 kB Progress (1): 225/379 kB Progress (1): 229/379 kB Progress (1): 233/379 kB Progress (1): 237/379 kB Progress (1): 241/379 kB Progress (1): 245/379 kB Progress (1): 249/379 kB Progress (1): 253/379 kB Progress (1): 258/379 kB Progress (1): 262/379 kB Progress (1): 266/379 kB Progress (1): 270/379 kB Progress (1): 274/379 kB Progress (1): 278/379 kB Progress (1): 282/379 kB Progress (1): 286/379 kB Progress (1): 290/379 kB Progress (1): 294/379 kB Progress (1): 298/379 kB Progress (1): 303/379 kB Progress (1): 307/379 kB Progress (1): 311/379 kB Progress (1): 315/379 kB Progress (1): 319/379 kB Progress (1): 323/379 kB Progress (1): 327/379 kB Progress (1): 331/379 kB Progress (1): 335/379 kB Progress (1): 339/379 kB Progress (1): 344/379 kB Progress (1): 348/379 kB Progress (1): 352/379 kB Progress (1): 356/379 kB Progress (1): 360/379 kB Progress (1): 364/379 kB Progress (1): 368/379 kB Progress (1): 372/379 kB Progress (1): 376/379 kB Progress (1): 379 kB Progress (2): 379 kB | 4.1/21 kB Progress (2): 379 kB | 7.7/21 kB Progress (2): 379 kB | 12/21 kB Progress (2): 379 kB | 16/21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 5.3 MB/s) Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.1.0/tycho-artifactcomparator-1.1.0.jar (21 kB at 254 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-plugin/1.1.0/tycho-compiler-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.1.0/tycho-compiler-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.1.0/tycho-compiler-plugin-1.1.0.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.1.0/tycho-compiler-plugin-1.1.0.pom (2.6 kB at 26 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-plugin/1.1.0/tycho-compiler-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.1.0/tycho-compiler-plugin-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.1.0/tycho-compiler-plugin-1.1.0.jar Progress (1): 4.1/34 kB Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.1.0/tycho-compiler-plugin-1.1.0.jar (34 kB at 256 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 104 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 500 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 895 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/7/apache-7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 759 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 517 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 211 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 617 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 660 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 905 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 515 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 65/124 kB Progress (1): 69/124 kB Progress (1): 73/124 kB Progress (1): 77/124 kB Progress (1): 81/124 kB Progress (1): 85/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 110/124 kB Progress (1): 114/124 kB Progress (1): 118/124 kB Progress (1): 122/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 707 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.1.0/tycho-p2-publisher-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.1.0/tycho-p2-publisher-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.1.0/tycho-p2-publisher-plugin-1.1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.1.0/tycho-p2-publisher-plugin-1.1.0.pom (2.1 kB at 29 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.1.0/tycho-p2-publisher-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.1.0/tycho-p2-publisher-plugin-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.1.0/tycho-p2-publisher-plugin-1.1.0.jar Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.1.0/tycho-p2-publisher-plugin-1.1.0.jar (20 kB at 248 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.1.0/tycho-p2-repository-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.1.0/tycho-p2-repository-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.1.0/tycho-p2-repository-plugin-1.1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.1.0/tycho-p2-repository-plugin-1.1.0.pom (1.4 kB at 14 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.1.0/tycho-p2-repository-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.1.0/tycho-p2-repository-plugin-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.1.0/tycho-p2-repository-plugin-1.1.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.1.0/tycho-p2-repository-plugin-1.1.0.jar (14 kB at 259 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.1.0/tycho-p2-director-plugin-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/1.1.0/tycho-p2-director-plugin-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.1.0/tycho-p2-director-plugin-1.1.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.1.0/tycho-p2-director-plugin-1.1.0.pom (2.9 kB at 13 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.1.0/tycho-p2-director-plugin-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/1.1.0/tycho-p2-director-plugin-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.1.0/tycho-p2-director-plugin-1.1.0.jar Progress (1): 4.1/45 kB Progress (1): 7.7/45 kB Progress (1): 12/45 kB Progress (1): 16/45 kB Progress (1): 20/45 kB Progress (1): 24/45 kB Progress (1): 28/45 kB Progress (1): 32/45 kB Progress (1): 36/45 kB Progress (1): 40/45 kB Progress (1): 45/45 kB Progress (1): 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.1.0/tycho-p2-director-plugin-1.1.0.jar (45 kB at 437 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.1.0/tycho-standalone-p2-director-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-standalone-p2-director/1.1.0/tycho-standalone-p2-director-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.1.0/tycho-standalone-p2-director-1.1.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.1.0/tycho-standalone-p2-director-1.1.0.pom (1.8 kB at 22 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.1.0/tycho-standalone-p2-director-1.1.0.zip Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-standalone-p2-director/1.1.0/tycho-standalone-p2-director-1.1.0.zip Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.1.0/tycho-standalone-p2-director-1.1.0.zip 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-sources.jar Progress (1): 4.1/512 kB Progress (1): 7.7/512 kB Progress (1): 12/512 kB Progress (1): 16/512 kB Progress (1): 20/512 kB Progress (1): 24/512 kB Progress (1): 28/512 kB Progress (1): 32/512 kB Progress (1): 36/512 kB Progress (1): 40/512 kB Progress (1): 45/512 kB Progress (1): 49/512 kB Progress (1): 53/512 kB Progress (1): 57/512 kB Progress (1): 61/512 kB Progress (1): 65/512 kB Progress (1): 69/512 kB Progress (1): 73/512 kB Progress (1): 77/512 kB Progress (1): 81/512 kB Progress (1): 85/512 kB Progress (1): 90/512 kB Progress (1): 94/512 kB Progress (1): 98/512 kB Progress (1): 102/512 kB Progress (1): 106/512 kB Progress (1): 110/512 kB Progress (1): 114/512 kB Progress (1): 118/512 kB Progress (1): 122/512 kB Progress (1): 126/512 kB Progress (1): 131/512 kB Progress (1): 135/512 kB Progress (1): 139/512 kB Progress (1): 143/512 kB Progress (1): 147/512 kB Progress (1): 151/512 kB Progress (1): 155/512 kB Progress (1): 159/512 kB Progress (1): 163/512 kB Progress (1): 167/512 kB Progress (1): 171/512 kB Progress (1): 176/512 kB Progress (1): 180/512 kB Progress (1): 184/512 kB Progress (1): 188/512 kB Progress (1): 192/512 kB Progress (1): 196/512 kB Progress (1): 200/512 kB Progress (1): 204/512 kB Progress (1): 208/512 kB Progress (1): 212/512 kB Progress (1): 217/512 kB Progress (1): 221/512 kB Progress (1): 225/512 kB Progress (1): 229/512 kB Progress (1): 233/512 kB Progress (1): 237/512 kB Progress (1): 241/512 kB Progress (1): 245/512 kB Progress (1): 249/512 kB Progress (1): 253/512 kB Progress (1): 258/512 kB Progress (1): 262/512 kB Progress (1): 266/512 kB Progress (1): 270/512 kB Progress (1): 274/512 kB Progress (1): 278/512 kB Progress (1): 282/512 kB Progress (1): 286/512 kB Progress (1): 290/512 kB Progress (1): 294/512 kB Progress (1): 298/512 kB Progress (1): 303/512 kB Progress (1): 307/512 kB Progress (1): 311/512 kB Progress (1): 315/512 kB Progress (1): 319/512 kB Progress (1): 323/512 kB Progress (1): 327/512 kB Progress (1): 331/512 kB Progress (1): 335/512 kB Progress (1): 339/512 kB Progress (1): 344/512 kB Progress (1): 348/512 kB Progress (1): 352/512 kB Progress (1): 356/512 kB Progress (1): 360/512 kB Progress (1): 364/512 kB Progress (1): 368/512 kB Progress (1): 372/512 kB Progress (1): 376/512 kB Progress (1): 380/512 kB Progress (1): 384/512 kB Progress (1): 389/512 kB Progress (1): 393/512 kB Progress (1): 397/512 kB Progress (1): 401/512 kB Progress (1): 405/512 kB Progress (1): 409/512 kB Progress (1): 413/512 kB Progress (1): 417/512 kB Progress (1): 421/512 kB Progress (1): 425/512 kB Progress (1): 430/512 kB Progress (1): 434/512 kB Progress (1): 438/512 kB Progress (1): 442/512 kB Progress (1): 446/512 kB Progress (1): 450/512 kB Progress (1): 454/512 kB Progress (1): 458/512 kB Progress (1): 462/512 kB Progress (1): 466/512 kB Progress (1): 471/512 kB Progress (1): 475/512 kB Progress (1): 479/512 kB Progress (1): 483/512 kB Progress (1): 487/512 kB Progress (1): 491/512 kB Progress (1): 495/512 kB Progress (1): 499/512 kB Progress (1): 503/512 kB Progress (1): 507/512 kB Progress (1): 511/512 kB Progress (1): 512 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-sources.jar (512 kB at 5.7 MB/s) Progress (1): 0/7.8 MB Progress (1): 0.1/7.8 MB Progress (1): 0.1/7.8 MB Progress (1): 0.2/7.8 MB Progress (1): 0.2/7.8 MB Progress (1): 0.2/7.8 MB Progress (1): 0.3/7.8 MB Progress (1): 0.3/7.8 MB Progress (1): 0.4/7.8 MB Progress (1): 0.4/7.8 MB Progress (1): 0.5/7.8 MB Progress (1): 0.5/7.8 MB Progress (1): 0.5/7.8 MB Progress (1): 0.6/7.8 MB Progress (1): 0.6/7.8 MB Progress (1): 0.7/7.8 MB Progress (1): 0.7/7.8 MB Progress (1): 0.7/7.8 MB Progress (1): 0.8/7.8 MB Progress (1): 0.8/7.8 MB Progress (1): 0.9/7.8 MB Progress (1): 0.9/7.8 MB Progress (1): 0.9/7.8 MB Progress (1): 1.0/7.8 MB Progress (1): 1.0/7.8 MB Progress (1): 1.1/7.8 MB Progress (1): 1.1/7.8 MB Progress (1): 1.1/7.8 MB Progress (1): 1.2/7.8 MB Progress (1): 1.2/7.8 MB Progress (1): 1.3/7.8 MB Progress (1): 1.3/7.8 MB Progress (1): 1.4/7.8 MB Progress (1): 1.4/7.8 MB Progress (1): 1.4/7.8 MB Progress (1): 1.5/7.8 MB Progress (1): 1.5/7.8 MB Progress (1): 1.6/7.8 MB Progress (1): 1.6/7.8 MB Progress (1): 1.6/7.8 MB Progress (1): 1.7/7.8 MB Progress (1): 1.7/7.8 MB Progress (1): 1.8/7.8 MB Progress (1): 1.8/7.8 MB Progress (1): 1.8/7.8 MB Progress (1): 1.9/7.8 MB Progress (1): 1.9/7.8 MB Progress (1): 2.0/7.8 MB Progress (1): 2.0/7.8 MB Progress (1): 2.0/7.8 MB Progress (1): 2.1/7.8 MB Progress (1): 2.1/7.8 MB Progress (1): 2.2/7.8 MB Progress (1): 2.2/7.8 MB Progress (1): 2.3/7.8 MB Progress (1): 2.3/7.8 MB Progress (1): 2.3/7.8 MB Progress (1): 2.4/7.8 MB Progress (1): 2.4/7.8 MB Progress (1): 2.5/7.8 MB Progress (1): 2.5/7.8 MB Progress (1): 2.5/7.8 MB Progress (1): 2.6/7.8 MB Progress (1): 2.6/7.8 MB Progress (1): 2.7/7.8 MB Progress (1): 2.7/7.8 MB Progress (1): 2.7/7.8 MB Progress (1): 2.8/7.8 MB Progress (1): 2.8/7.8 MB Progress (1): 2.9/7.8 MB Progress (1): 2.9/7.8 MB Progress (1): 2.9/7.8 MB Progress (1): 3.0/7.8 MB Progress (1): 3.0/7.8 MB Progress (1): 3.1/7.8 MB Progress (1): 3.1/7.8 MB Progress (1): 3.2/7.8 MB Progress (1): 3.2/7.8 MB Progress (1): 3.2/7.8 MB Progress (1): 3.3/7.8 MB Progress (1): 3.3/7.8 MB Progress (1): 3.4/7.8 MB Progress (1): 3.4/7.8 MB Progress (1): 3.4/7.8 MB Progress (1): 3.5/7.8 MB Progress (1): 3.5/7.8 MB Progress (1): 3.6/7.8 MB Progress (1): 3.6/7.8 MB Progress (1): 3.6/7.8 MB Progress (1): 3.7/7.8 MB Progress (1): 3.7/7.8 MB Progress (1): 3.8/7.8 MB Progress (1): 3.8/7.8 MB Progress (1): 3.8/7.8 MB Progress (1): 3.9/7.8 MB Progress (1): 3.9/7.8 MB Progress (1): 4.0/7.8 MB Progress (1): 4.0/7.8 MB Progress (1): 4.1/7.8 MB Progress (1): 4.1/7.8 MB Progress (1): 4.1/7.8 MB Progress (1): 4.2/7.8 MB Progress (1): 4.2/7.8 MB Progress (1): 4.3/7.8 MB Progress (1): 4.3/7.8 MB Progress (1): 4.3/7.8 MB Progress (1): 4.4/7.8 MB Progress (1): 4.4/7.8 MB Progress (1): 4.5/7.8 MB Progress (1): 4.5/7.8 MB Progress (1): 4.5/7.8 MB Progress (1): 4.6/7.8 MB Progress (1): 4.6/7.8 MB Progress (1): 4.7/7.8 MB Progress (1): 4.7/7.8 MB Progress (1): 4.8/7.8 MB Progress (1): 4.8/7.8 MB Progress (1): 4.8/7.8 MB Progress (1): 4.9/7.8 MB Progress (1): 4.9/7.8 MB Progress (1): 5.0/7.8 MB Progress (1): 5.0/7.8 MB Progress (1): 5.0/7.8 MB Progress (1): 5.1/7.8 MB Progress (1): 5.1/7.8 MB Progress (1): 5.2/7.8 MB Progress (1): 5.2/7.8 MB Progress (1): 5.2/7.8 MB Progress (1): 5.3/7.8 MB Progress (1): 5.3/7.8 MB Progress (1): 5.4/7.8 MB Progress (1): 5.4/7.8 MB Progress (1): 5.4/7.8 MB Progress (1): 5.5/7.8 MB Progress (1): 5.5/7.8 MB Progress (1): 5.6/7.8 MB Progress (1): 5.6/7.8 MB Progress (1): 5.7/7.8 MB Progress (1): 5.7/7.8 MB Progress (1): 5.7/7.8 MB Progress (1): 5.8/7.8 MB Progress (1): 5.8/7.8 MB Progress (1): 5.9/7.8 MB Progress (1): 5.9/7.8 MB Progress (1): 5.9/7.8 MB Progress (1): 6.0/7.8 MB Progress (1): 6.0/7.8 MB Progress (1): 6.1/7.8 MB Progress (1): 6.1/7.8 MB Progress (1): 6.1/7.8 MB Progress (1): 6.2/7.8 MB Progress (1): 6.2/7.8 MB Progress (1): 6.3/7.8 MB Progress (1): 6.3/7.8 MB Progress (1): 6.3/7.8 MB Progress (1): 6.4/7.8 MB Progress (1): 6.4/7.8 MB Progress (1): 6.5/7.8 MB Progress (1): 6.5/7.8 MB Progress (1): 6.6/7.8 MB Progress (1): 6.6/7.8 MB Progress (1): 6.6/7.8 MB Progress (1): 6.7/7.8 MB Progress (1): 6.7/7.8 MB Progress (1): 6.8/7.8 MB Progress (1): 6.8/7.8 MB Progress (1): 6.8/7.8 MB Progress (1): 6.9/7.8 MB Progress (1): 6.9/7.8 MB Progress (1): 7.0/7.8 MB Progress (1): 7.0/7.8 MB Progress (1): 7.0/7.8 MB Progress (1): 7.1/7.8 MB Progress (1): 7.1/7.8 MB Progress (1): 7.2/7.8 MB Progress (1): 7.2/7.8 MB Progress (1): 7.2/7.8 MB Progress (1): 7.3/7.8 MB Progress (1): 7.3/7.8 MB Progress (1): 7.4/7.8 MB Progress (1): 7.4/7.8 MB Progress (1): 7.5/7.8 MB Progress (1): 7.5/7.8 MB Progress (1): 7.5/7.8 MB Progress (1): 7.6/7.8 MB Progress (1): 7.6/7.8 MB Progress (1): 7.7/7.8 MB Progress (1): 7.7/7.8 MB Progress (1): 7.7/7.8 MB Progress (1): 7.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.1.0/tycho-standalone-p2-director-1.1.0.zip (7.8 MB at 11 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (4.1 kB at 94 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (32 kB at 527 kB/s) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/ [INFO] Adding repository https://download.eclipse.org/releases/2019-06 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S202003100829/ [INFO] Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S202003100829/ [INFO] Adding repository https://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S202003100829 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S202003100829/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S202003100829/ [INFO] Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202003121028/ [INFO] Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202003121028/ [INFO] Adding repository https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202003121028 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202003121028/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202003121028/ [INFO] Adding repository https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200320-102312/2019-06 [ERROR] Failed to resolve target definition /home/jenkins/agent/workspace/Capella-studio_v1.4.x/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target: Failed to load p2 metadata repository from location https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200320-102312/2019-06/: No repository found at https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200320-102312/2019-06. -> [Help 1] org.apache.maven.MavenExecutionException: Failed to resolve target definition /home/jenkins/agent/workspace/Capella-studio_v1.4.x/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target: Failed to load p2 metadata repository from location https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200320-102312/2019-06/ at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:100) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.eclipse.tycho.core.shared.BuildFailureException: Failed to resolve target definition /home/jenkins/agent/workspace/Capella-studio_v1.4.x/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target: Failed to load p2 metadata repository from location https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200320-102312/2019-06/ at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent (TargetDefinitionResolver.java:99) at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.resolveFromArguments (TargetDefinitionResolverService.java:70) at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.getTargetDefinitionContent (TargetDefinitionResolverService.java:60) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.resolveTargetDefinitions (TargetPlatformFactoryImpl.java:214) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:155) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1) at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:223) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:109) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: Failed to load p2 metadata repository from location https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200320-102312/2019-06/ at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedIULocation.loadRepository (TargetDefinitionResolver.java:290) at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedIULocation. (TargetDefinitionResolver.java:282) at org.eclipse.tycho.p2.target.TargetDefinitionResolver$ResolverRun.addLocation (TargetDefinitionResolver.java:154) at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContentWithExceptions (TargetDefinitionResolver.java:121) at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent (TargetDefinitionResolver.java:94) at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.resolveFromArguments (TargetDefinitionResolverService.java:70) at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.getTargetDefinitionContent (TargetDefinitionResolverService.java:60) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.resolveTargetDefinitions (TargetPlatformFactoryImpl.java:214) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:155) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1) at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:223) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:109) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200320-102312/2019-06. at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail (AbstractRepositoryManager.java:395) at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:692) at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository (MetadataRepositoryManager.java:96) at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository (RemoteMetadataRepositoryManager.java:61) at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository (RemoteMetadataRepositoryManager.java:53) at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedIULocation.loadRepository (TargetDefinitionResolver.java:288) at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedIULocation. (TargetDefinitionResolver.java:282) at org.eclipse.tycho.p2.target.TargetDefinitionResolver$ResolverRun.addLocation (TargetDefinitionResolver.java:154) at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContentWithExceptions (TargetDefinitionResolver.java:121) at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent (TargetDefinitionResolver.java:94) at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.resolveFromArguments (TargetDefinitionResolverService.java:70) at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.getTargetDefinitionContent (TargetDefinitionResolverService.java:60) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.resolveTargetDefinitions (TargetPlatformFactoryImpl.java:214) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:155) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1) at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:223) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:109) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException [Pipeline] } Terminating xvnc. [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) Stage "Archive artifacts" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) Stage "Deploy" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results No test report files were found. Configuration error? Error when executing always post condition: hudson.AbortException: No test report files were found. Configuration error? at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154) at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) at java.lang.Thread.run(Thread.java:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.128.6.1/10.128.6.1:45158 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:957) at hudson.FilePath.act(FilePath.java:1072) at hudson.FilePath.act(FilePath.java:1061) at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114) at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:137) at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:167) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:52) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:25) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$378.0000000044007100.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE